.spinner-overlay[data-v-259be2b2]{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.with-backdrop[data-v-259be2b2]{background-color:#00000080}.spinner[data-v-259be2b2]{width:40px;height:40px;position:relative;display:flex;justify-content:center;align-items:center}.spinner-inner[data-v-259be2b2]{width:100%;height:100%;border:3px solid transparent;border-top-color:#3498db;border-radius:50%;animation:spin-259be2b2 1s linear infinite;transform-origin:center;position:absolute;top:0;left:0}.spinner-inner[data-v-259be2b2]:before,.spinner-inner[data-v-259be2b2]:after{content:"";position:absolute;border:3px solid transparent;border-radius:50%;transform-origin:center}.spinner-inner[data-v-259be2b2]:before{width:70%;height:70%;top:15%;left:15%;border-top-color:#2980b9;animation:spin-259be2b2 2s linear infinite}.spinner-inner[data-v-259be2b2]:after{width:40%;height:40%;top:30%;left:30%;border-top-color:#1abc9c;animation:spin-259be2b2 1.5s linear infinite}.spinner-text[data-v-259be2b2]{margin-top:16px;color:#fff;font-size:14px;font-weight:500}@keyframes spin-259be2b2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slide-up-enter-active[data-v-7b024799],.slide-up-leave-active[data-v-7b024799]{transition:transform .3s ease,opacity .3s ease}.slide-up-enter-from[data-v-7b024799],.slide-up-leave-to[data-v-7b024799]{transform:translateY(100%);opacity:0}[data-v-7b024799] .pop-up{position:fixed;bottom:0;left:0;right:0;transform:translateY(0)}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes 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 bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes 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 bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes 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 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 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 bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}*{margin:0;padding:0;scroll-behavior:smooth;text-overflow:ellipsis}*,:after,:before{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;line-height:150%;font:inherit;vertical-align:baseline}strong{font-weight:bolder!important}em{font-style:italic!important}html,body{list-style:none}video{height:100%;width:100%;object-fit:cover;display:inline-block;max-width:100%}body{word-wrap:inherit;white-space:unset;-webkit-hyphens:unset;hyphens:unset;word-break:keep-all;cursor:default}body,.router-view,#app,#app .wrapper-main{display:flex;align-content:center;align-items:stretch;flex-direction:column;flex:1 1 auto;width:100%}.home-page,.page-wrapper{flex:1 1 auto}.router-view{max-width:100vw;height:100%}#app{max-width:100vw;height:100%;min-height:100vh}.page-wrap,main{min-height:100%;width:100%}footer{margin-top:auto}input,textarea,button,a{margin:0;padding:0;text-decoration:none;background:none;outline:none;border:none;transition:.2s;letter-spacing:inherit;font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;text-transform:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)!important;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{resize:none!important}button,.btn,.btn>div{display:flex;align-items:center;justify-content:center}input:disabled,button:disabled,a:disabled{cursor:default!important}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]:hover,input[type=number]:focus{-moz-appearance:number-input}a{text-overflow:ellipsis;white-space:nowrap;cursor:pointer}ul,li,ol{list-style:none;padding:0;margin:0}h1,h2,h3,h4{padding:0;margin:0;display:block}button>a{height:100%!important;display:flex;justify-content:center;align-content:center;align-items:center}::-webkit-calendar-picker-indicator{display:none}input[type=checkbox],input[type=radio]{display:none}img,video{max-width:100%;max-height:100%;display:block}input{min-width:0px}::-moz-selection,::selection{background-color:#74de7c99;color:#fff}::-webkit-scrollbar{width:8px;height:8px;background-color:transparent}@media (max-width: 768px){::-webkit-scrollbar{width:0px;height:0px;background-color:transparent}}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:49px}::-webkit-scrollbar-thumb:hover{background-color:#122226}mark{background:unset}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{font-family:Manrope,sans-serif;font-weight:500;background-color:#191e28!important;font-optical-sizing:auto;font-weight:400;font-style:normal;color:#eee;--i-size: 1em;padding-bottom:1.125rem}#app{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.h2{color:#fff;text-align:center;font-family:Manrope;font-size:2rem;font-style:normal;font-weight:700;line-height:normal}.h5{color:#757e92;text-align:center;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.h5.bloder{color:#fff;font-weight:700}.h4{color:#fff;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.h6{color:#757e92;text-align:center;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.h1125{color:#fff;font-family:Manrope;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal}.h075-b{color:#fff;font-family:Manrope;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal}.balance{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-bottom:1.5rem;gap:.25rem}.page-wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:1.5rem 1rem}.page-wrap .page{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.nav-panel{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;width:100%;gap:.56rem;margin-top:.25rem}.nav-panel .nav-panel-item{flex:1 0 0;color:#14cefe;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}.nav-panel .nav-panel-item a{width:100%;display:flex;align-items:center;justify-content:center;height:3rem;gap:.25rem;transition:opacity .2s ease-in-out;border-radius:.5rem;background:#14cefe1a}.nav-panel .nav-panel-item a:active:not(:disabled){opacity:.75}.nav-panel .nav-panel-item .icon{border-radius:100%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;--i-size: 1.25rem}.section{margin-top:1.5rem;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.section-title{color:#757e92;text-align:center;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.62rem;text-align:left}.section-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.list{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.list .list-empty{color:#757e92;text-align:center;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;padding:1.5rem 1rem;width:100%}.list-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:.5rem;position:relative;padding:1rem 0;border-bottom:1px solid #272f3f}.list-item .router-link-to{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.list-item:first-child{padding-top:0}.list-item:last-child{padding-bottom:0;border-bottom-width:0}.list-item .right,.list-item .left{gap:.25rem;display:flex;flex-direction:column}.list-item .right{text-align:right}.list-item .right-wrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.75rem}.list-item .right-wrap .btn{height:2rem;padding:.38rem}.list-item .left{text-align:left}.list-item .info{display:inline-flex;flex-grow:1;align-items:center;justify-content:space-between}.list-item .i-arrow-to{--i-size: 1.5rem}.list-item .value{color:#fff;text-align:right;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.list-item .value-2{color:#757e92;text-align:right;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.list-item a.link{color:#007afe;position:relative;padding-right:1.125rem}.list-item a.link:after{content:"";position:absolute;top:.15em;right:0;width:1.125rem;height:1.125rem;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%3e%3cpath%20d='M11.1644%205.91046L5.68154%205.91046C5.52385%205.91046%205.39264%205.85712%205.2879%205.75043C5.18325%205.64366%205.13088%205.50803%205.13079%205.34353C5.13627%205.18444%205.18966%205.0515%205.29095%204.94473C5.39224%204.83795%205.52518%204.78457%205.68976%204.78457H12.4146C12.514%204.78457%2012.6013%204.80194%2012.6767%204.83667C12.7522%204.87132%2012.8219%204.9206%2012.8858%204.9845C12.9497%205.04841%2012.999%205.1181%2013.0336%205.19358C13.0684%205.26898%2013.0857%205.35635%2013.0857%205.4557L13.0857%2012.1806C13.0857%2012.3275%2013.0324%2012.456%2012.9256%2012.5661C12.8188%2012.6762%2012.6859%2012.734%2012.5268%2012.7395C12.3623%2012.7394%2012.2267%2012.686%2012.12%2012.5794C12.0132%2012.4726%2011.9598%2012.337%2011.9597%2012.1725L11.9599%206.70595L5.92629%2012.7395C5.81341%2012.8524%205.68083%2012.9088%205.52854%2012.9087C5.37625%2012.9088%205.24366%2012.8524%205.13079%2012.7395C5.01792%2012.6266%204.96153%2012.4941%204.96162%2012.3418C4.96153%2012.1895%205.01792%2012.0569%205.13079%2011.944L11.1644%205.91046Z'%20fill='%23007AFE'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.list-item .btn-copy,.list-item .btn-reverse{--i-size: 1.5rem;width:1.5rem;height:1.5rem}.list .icon{display:flex;align-items:center;justify-content:center;width:2.875rem;min-width:2.875rem;height:2.875rem;border-radius:50%;background:#272f3f;--i-size: 1.25rem;background-color:#272f3f}.list .additional{display:inline-flex;--i-size: 1.125rem;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;color:#757e92}.list .additional i{vertical-align:sub;line-height:100%;display:inline-block}.list .additional .h5,.list .additional p{display:inline}.list .icon-wrap{position:relative}.list .icon-wrap .status{position:absolute;top:0;right:0;width:1.125rem;height:1.125rem;border-radius:100%;display:flex;align-items:center;justify-content:center;--i-size: .875rem}.status-success{background-color:#61de70}.status-success i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20d='M5.57075%208.8375L10.5145%203.89375C10.6312%203.77708%2010.7673%203.71875%2010.9228%203.71875C11.0784%203.71875%2011.2145%203.77708%2011.3312%203.89375C11.4478%204.01042%2011.5062%204.14896%2011.5062%204.30937C11.5062%204.46979%2011.4478%204.60833%2011.3312%204.725L5.97908%2010.0917C5.86242%2010.2083%205.72631%2010.2667%205.57075%2010.2667C5.4152%2010.2667%205.27908%2010.2083%205.16242%2010.0917L2.65408%207.58333C2.53742%207.46667%202.48151%207.32812%202.48638%207.16771C2.49124%207.00729%202.552%206.86875%202.66867%206.75208C2.78533%206.63542%202.92388%206.57708%203.08429%206.57708C3.24471%206.57708%203.38325%206.63542%203.49992%206.75208L5.57075%208.8375Z'%20fill='%23235729'/%3e%3c/svg%3e")}.status-error{background-color:#ea5253}.status-error i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20d='M6.99997%207.8167L4.14163%2010.675C4.03469%2010.782%203.89858%2010.8354%203.7333%2010.8354C3.56802%2010.8354%203.43191%2010.782%203.32497%2010.675C3.21802%2010.5681%203.16455%2010.432%203.16455%2010.2667C3.16455%2010.1014%203.21802%209.96531%203.32497%209.85836L6.1833%207.00003L3.32497%204.1417C3.21802%204.03475%203.16455%203.89864%203.16455%203.73336C3.16455%203.56808%203.21802%203.43197%203.32497%203.32503C3.43191%203.21808%203.56802%203.16461%203.7333%203.16461C3.89858%203.16461%204.03469%203.21808%204.14163%203.32503L6.99997%206.18336L9.8583%203.32503C9.96525%203.21808%2010.1014%203.16461%2010.2666%203.16461C10.4319%203.16461%2010.568%203.21808%2010.675%203.32503C10.7819%203.43197%2010.8354%203.56808%2010.8354%203.73336C10.8354%203.89864%2010.7819%204.03475%2010.675%204.1417L7.81663%207.00003L10.675%209.85836C10.7819%209.96531%2010.8354%2010.1014%2010.8354%2010.2667C10.8354%2010.432%2010.7819%2010.5681%2010.675%2010.675C10.568%2010.782%2010.4319%2010.8354%2010.2666%2010.8354C10.1014%2010.8354%209.96525%2010.782%209.8583%2010.675L6.99997%207.8167Z'%20fill='%23601E1F'/%3e%3c/svg%3e")}.status-pending{background-color:#f5e428}.status-pending i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20d='M7.00008%2012.8333C6.20286%2012.8333%205.44939%2012.6802%204.73966%2012.3739C4.02994%2012.0677%203.41015%2011.6496%202.88029%2011.1198C2.35043%2010.5899%201.93237%209.9701%201.62612%209.26038C1.31987%208.55065%201.16675%207.79718%201.16675%206.99996C1.16675%206.19302%201.31987%205.43711%201.62612%204.73225C1.93237%204.02739%202.35043%203.41003%202.88029%202.88017C3.41015%202.35031%204.02994%201.93225%204.73966%201.626C5.44939%201.31975%206.20286%201.16663%207.00008%201.16663C7.16536%201.16663%207.3039%201.22253%207.41571%201.33433C7.52751%201.44614%207.58341%201.58468%207.58341%201.74996C7.58341%201.91524%207.52751%202.05378%207.41571%202.16558C7.3039%202.27739%207.16536%202.33329%207.00008%202.33329C5.70703%202.33329%204.60598%202.78781%203.69696%203.69683C2.78793%204.60586%202.33341%205.7069%202.33341%206.99996C2.33341%208.29302%202.78793%209.39406%203.69696%2010.3031C4.60598%2011.2121%205.70703%2011.6666%207.00008%2011.6666C8.29314%2011.6666%209.39418%2011.2121%2010.3032%2010.3031C11.2122%209.39406%2011.6667%208.29302%2011.6667%206.99996C11.6667%206.83468%2011.7227%206.69614%2011.8345%206.58433C11.9463%206.47253%2012.0848%206.41663%2012.2501%206.41663C12.4154%206.41663%2012.5539%206.47253%2012.6657%206.58433C12.7775%206.69614%2012.8334%206.83468%2012.8334%206.99996C12.8334%207.79718%2012.6803%208.55065%2012.374%209.26038C12.0678%209.9701%2011.6497%2010.5899%2011.1199%2011.1198C10.59%2011.6496%209.97265%2012.0677%209.26779%2012.3739C8.56293%2012.6802%207.80703%2012.8333%207.00008%2012.8333Z'%20fill='%23736B13'/%3e%3c/svg%3e");animation:rotate 1s linear infinite}.list-earn .list-item .icon,.list-assets .list-item .icon,.list-stake .list-item .icon{--i-size: 100%}.list-network .list-item,.list-withdraw .list-item,.list-network-usdt .list-item,.list-deposits .list-item{padding-top:1rem}.list-network .list-item .icon,.list-withdraw .list-item .icon,.list-network-usdt .list-item .icon,.list-deposits .list-item .icon{--i-size: 100%}.list-network-usdt .right-wrap{gap:0}.list-network-usdt .right-wrap .value-2{margin-top:1.25rem}.list-transactions .list-item .value,.list-earn-history .list-item .value,.list-history .list-item .value{font-weight:400}.crypto-details .list-active-stakes{position:relative;gap:1.25rem;padding:.625rem 0}.crypto-details .list-active-stakes:before{content:"";position:absolute;top:0;left:-.625rem;width:calc(100% + 1.25rem);height:100%;border-radius:1rem;background:#13171f;z-index:-1}.crypto-details .list-active-stakes .list-item{padding:0;border:none}.crypto-details .list-active-stakes .list-item .value{font-weight:400}.green{color:#61de70!important}.red{color:#ea5253!important}.yellow{color:#f5e428!important}.additional .green i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%3e%3cpath%20d='M8.43751%205.52978L4.56057%209.40671C4.44907%209.51821%204.31857%209.57328%204.16907%209.5719C4.01957%209.5704%203.88663%209.51153%203.77026%209.39528C3.66163%209.2789%203.60538%209.14715%203.60151%209.00003C3.59763%208.8529%203.65388%208.72115%203.77026%208.60478L8.52544%203.84959C8.59569%203.77934%208.66976%203.72984%208.74763%203.70109C8.82551%203.67221%208.90963%203.65778%209.00001%203.65778C9.09038%203.65778%209.17451%203.67221%209.25238%203.70109C9.33026%203.72984%209.40432%203.77934%209.47457%203.84959L14.2298%208.60478C14.3336%208.70865%2014.3868%208.83728%2014.3891%208.99065C14.3915%209.14403%2014.3384%209.2789%2014.2298%209.39528C14.1134%209.51153%2013.9798%209.56965%2013.8289%209.56965C13.6779%209.56965%2013.5442%209.51153%2013.4278%209.39528L9.56251%205.52978V14.0625C9.56251%2014.2222%209.50863%2014.3558%209.40088%2014.4634C9.29326%2014.5712%209.15963%2014.625%209.00001%2014.625C8.84038%2014.625%208.70676%2014.5712%208.59913%2014.4634C8.49138%2014.3558%208.43751%2014.2222%208.43751%2014.0625V5.52978Z'%20fill='%2361DE70'/%3e%3c/svg%3e")}.additional .red i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%3e%3cpath%20d='M9.56249%2012.4702L13.4394%208.59329C13.5509%208.48179%2013.6814%208.42672%2013.8309%208.4281C13.9804%208.4296%2014.1134%208.48847%2014.2297%208.60472C14.3384%208.7211%2014.3946%208.85285%2014.3985%208.99997C14.4024%209.1471%2014.3461%209.27885%2014.2297%209.39522L9.47456%2014.1504C9.40431%2014.2207%209.33024%2014.2702%209.25237%2014.2989C9.17449%2014.3278%209.09037%2014.3422%208.99999%2014.3422C8.90962%2014.3422%208.82549%2014.3278%208.74762%2014.2989C8.66974%2014.2702%208.59568%2014.2207%208.52543%2014.1504L3.77025%209.39522C3.66637%209.29135%203.61324%209.16272%203.61087%209.00935C3.60849%208.85597%203.66162%208.7211%203.77025%208.60472C3.88662%208.48847%204.02025%208.43035%204.17112%208.43035C4.32212%208.43035%204.45581%208.48847%204.57218%208.60472L8.43749%2012.4702L8.4375%203.93747C8.4375%203.77785%208.49137%203.64422%208.59912%203.5366C8.70675%203.42885%208.84037%203.37497%209%203.37497C9.15962%203.37497%209.29325%203.42885%209.40087%203.5366C9.50862%203.64422%209.5625%203.77785%209.5625%203.93747L9.56249%2012.4702Z'%20fill='%23EA5253'/%3e%3c/svg%3e")}.dashboard-header{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;position:relative;padding:0 2.5rem}.dashboard-header .to-settings{position:absolute;top:-.5rem;left:0;width:2.5rem;height:2.5rem;border-radius:100%;border:1px solid #202633;background:#272f3f;display:flex;align-items:center;justify-content:center;--i-size: 1.25rem}.dashboard-header .to-referral-program{position:absolute;top:-.5rem;right:0;width:2.5rem;height:2.5rem;border-radius:100%;border:1px solid #202633;background:#272f3f;display:flex;align-items:center;justify-content:center;--i-size: 1.25rem}.list-item .info .head{display:inline-flex;align-items:center;color:#fff;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.list-item .info .head .label{color:#fff;text-align:center;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:700;line-height:100%;border-radius:.5rem;background:#314773;height:1.5rem;padding:.0125rem .25rem;margin-left:.5rem}.btn-primary{border-radius:.5rem;background:#007afe;color:#fff;text-align:center;font-style:normal;font-weight:700;line-height:normal;transition:opacity .2s ease-in-out}.btn-primary:active:not(:disabled){opacity:.75}.btn-primary:disabled{opacity:.3}.btn-secondary{border-radius:.5rem;border:1px solid #007afe;background:#191e28;color:#fff;text-align:center;font-style:normal;font-weight:700;line-height:normal;transition:opacity .2s ease-in-out}.btn-secondary:active:not(:disabled){opacity:.75}.btn-secondary:disabled{opacity:.3}.list-active-stakes .list-item:not(.unavailable) .icon{background-color:#61de704d}.list-active-stakes .list-item:not(.unavailable) .icon i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1422)'%3e%3cpath%20d='M13.7498%206.66754H6.66691V6.0234C6.66727%204.07763%208.2449%202.50058%2010.1907%202.50094C11.4718%202.50117%2012.6518%203.19683%2013.2723%204.31765C13.6073%204.92121%2014.3682%205.13889%2014.9718%204.80387C15.5753%204.46886%2015.793%203.70797%2015.458%203.10441C13.8456%200.194991%2010.1799%20-0.856387%207.27043%200.756048C5.35555%201.81731%204.16731%203.83409%204.16708%206.0234V7.17333C2.63452%207.95543%201.66911%209.52997%201.66724%2011.2506V15.417C1.67001%2017.947%203.72027%2019.9973%206.25026%2020H13.7498C16.2798%2019.9972%2018.3301%2017.947%2018.3328%2015.417V11.2506C18.3301%208.72057%2016.2798%206.67032%2013.7498%206.66754ZM15.833%2015.417C15.833%2016.5675%2014.9003%2017.5002%2013.7498%2017.5002H6.2503C5.09979%2017.5002%204.16711%2016.5675%204.16711%2015.417V11.2506C4.16711%2010.1001%205.09979%209.16738%206.2503%209.16738H13.7498C14.9003%209.16738%2015.833%2010.1001%2015.833%2011.2506V15.417Z'%20fill='%2361DE70'/%3e%3cpath%20d='M9.58342%2011.6672H10.4167C11.107%2011.6672%2011.6666%2012.2268%2011.6666%2012.9172C11.6666%2013.6075%2011.107%2014.1671%2010.4167%2014.1671H9.58342C8.89311%2014.1671%208.3335%2013.6075%208.3335%2012.9172C8.3335%2012.2268%208.89311%2011.6672%209.58342%2011.6672Z'%20fill='%2361DE70'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1422'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.list-active-stakes .list-item.unavailable .icon{background-color:#c251514d}.list-active-stakes .list-item.unavailable .icon i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M15.8704%207.09129V5.87029C15.8704%202.62821%2013.2422%200%2010.0001%200C6.75802%200%204.12984%202.62821%204.12984%205.87025V7.09125C2.58748%207.87835%201.6159%209.46297%201.61401%2011.1946V15.3876C1.6168%2017.9338%203.68018%2019.9972%206.22635%2020H13.7738C16.32%2019.9972%2018.3834%2017.9338%2018.3862%2015.3876V11.1946C18.3843%209.46301%2017.4127%207.87835%2015.8704%207.09129ZM10.0001%202.51583C11.8527%202.51583%2013.3545%204.01766%2013.3545%205.87025V6.58223H6.64567V5.87025C6.64567%204.01766%208.1475%202.51583%2010.0001%202.51583ZM15.8704%2015.3876C15.8704%2016.5455%2014.9317%2017.4841%2013.7739%2017.4841H6.22639C5.06852%2017.4841%204.12988%2016.5455%204.12988%2015.3876V11.1946C4.12988%2010.0367%205.06852%209.0981%206.22639%209.0981H13.7739C14.9317%209.0981%2015.8704%2010.0367%2015.8704%2011.1946V15.3876Z'%20fill='%23C25151'/%3e%3cpath%20d='M9.58091%2011.6139H10.4195C11.1142%2011.6139%2011.6774%2012.1771%2011.6774%2012.8718C11.6774%2013.5665%2011.1142%2014.1297%2010.4195%2014.1297H9.58091C8.88619%2014.1297%208.323%2013.5665%208.323%2012.8718C8.323%2012.1771%208.88619%2011.6139%209.58091%2011.6139Z'%20fill='%23C25151'/%3e%3c/svg%3e")}.icon-double{--i-size: 1.875rem;position:relative;--icon-shift: .875rem}.icon-double i{border:2px solid rgb(25,30,40);border-radius:100%}.icon-double i:first-child{margin-bottom:var(--icon-shift);transform:translate(calc(var(--icon-shift) * .5))}.icon-double i:last-child{margin-top:var(--icon-shift);transform:translate(calc(var(--icon-shift) * -.5))}.list-header{color:#fff;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;width:100%;text-align:left}.qr-code{display:flex;align-items:center;justify-content:center;width:240px;height:240px;aspect-ratio:1/1;background-color:#fff;border-radius:1rem;padding:1rem;border-radius:24px}.send-address{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;width:100%}.send-address .h4{margin-top:1rem;text-align:center}.send-address .h6{margin-top:.25rem}.send-address .link-share{margin:.5rem auto}.send-address .address{color:#fff;font-family:Manrope;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal;text-align:center;margin:1rem auto .5rem;word-break:break-all;white-space:pre-wrap;overflow-wrap:break-word}.send-address .btn-copy{margin:.5rem auto;font-size:.875rem;font-weight:700;height:2rem;padding:.38rem}.send-address .deposit-min{margin-top:1rem}.link-share{color:#007afe;text-align:center;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.input{margin-bottom:1rem}.input input{height:56px;border-radius:1rem;border:1px solid #384358;background:#202633;padding-left:.75rem;display:inline-flex;width:100%}.input input::placeholder{color:#757e92}.input .input_msg{color:#757e92;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;padding:.13rem .75rem}.input.error input{border-color:#ea5253}.input.error .input_msg{color:#ea5253}.form_title{color:#fff;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;margin-bottom:.75rem;text-align:left;width:100%}.form{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.input_amount{position:relative}.input_amount input{padding-right:4.125rem}.input_amount .btn-sm{z-index:1;height:2rem;padding:.38rem;font-weight:700;font-size:.875rem;position:absolute;right:.75rem;width:2.625rem;top:50%;transform:translateY(-50%)}.text-info{color:#757e92;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.text-info span{margin-left:4px;color:#fff}.list-item-col{display:flex;flex-direction:column;align-items:stretch;justify-content:center;width:100%;gap:.25rem}.list-item-col .list-item-main{display:inline-flex;align-items:center;justify-content:flex-start;width:100%}.list-item-col .icon{margin-right:.5rem}.list-item-col .text-info{font-size:.875rem}.page_subtitle{color:#fff;text-align:center;font-family:Manrope;font-size:1.125rem;font-style:normal;font-weight:700;line-height:normal;margin-bottom:1.5rem}.page.stake .section-title,.page.referral .section-title,.page.swap .section-title,.page.earn .section-title{color:#fff}.list-earn-history .value{font-weight:400}.cards-earn{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:1rem}.cards-earn .info{flex-grow:1}.cards-earn .left,.cards-earn .head{width:100%}.cards-earn .head .value{margin-left:auto;text-align:right;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.cards-earn .card{display:inline-flex;align-items:center;justify-content:flex-start;border-radius:1rem;padding:1rem;width:100%}.cards-earn .card:not(.unavailable) .icon{background-color:#61de704d}.cards-earn .card:not(.unavailable) .icon i{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1422)'%3e%3cpath%20d='M13.7498%206.66754H6.66691V6.0234C6.66727%204.07763%208.2449%202.50058%2010.1907%202.50094C11.4718%202.50117%2012.6518%203.19683%2013.2723%204.31765C13.6073%204.92121%2014.3682%205.13889%2014.9718%204.80387C15.5753%204.46886%2015.793%203.70797%2015.458%203.10441C13.8456%200.194991%2010.1799%20-0.856387%207.27043%200.756048C5.35555%201.81731%204.16731%203.83409%204.16708%206.0234V7.17333C2.63452%207.95543%201.66911%209.52997%201.66724%2011.2506V15.417C1.67001%2017.947%203.72027%2019.9973%206.25026%2020H13.7498C16.2798%2019.9972%2018.3301%2017.947%2018.3328%2015.417V11.2506C18.3301%208.72057%2016.2798%206.67032%2013.7498%206.66754ZM15.833%2015.417C15.833%2016.5675%2014.9003%2017.5002%2013.7498%2017.5002H6.2503C5.09979%2017.5002%204.16711%2016.5675%204.16711%2015.417V11.2506C4.16711%2010.1001%205.09979%209.16738%206.2503%209.16738H13.7498C14.9003%209.16738%2015.833%2010.1001%2015.833%2011.2506V15.417Z'%20fill='%23007afe'/%3e%3cpath%20d='M9.58342%2011.6672H10.4167C11.107%2011.6672%2011.6666%2012.2268%2011.6666%2012.9172C11.6666%2013.6075%2011.107%2014.1671%2010.4167%2014.1671H9.58342C8.89311%2014.1671%208.3335%2013.6075%208.3335%2012.9172C8.3335%2012.2268%208.89311%2011.6672%209.58342%2011.6672Z'%20fill='%23007afe'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1422'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.cards-earn .card.unavailable .icon{background-color:#c251514d}.cards-earn .card.unavailable .icon i{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.8706%207.09129V5.87029C15.8706%202.62821%2013.2424%200%2010.0003%200C6.75826%200%204.13008%202.62821%204.13008%205.87025V7.09125C2.58773%207.87835%201.61614%209.46297%201.61426%2011.1946V15.3876C1.61705%2017.9338%203.68042%2019.9972%206.22659%2020H13.7741C16.3203%2019.9972%2018.3837%2017.9338%2018.3864%2015.3876V11.1946C18.3846%209.46301%2017.413%207.87835%2015.8706%207.09129ZM10.0003%202.51583C11.8529%202.51583%2013.3548%204.01766%2013.3548%205.87025V6.58223H6.64591V5.87025C6.64591%204.01766%208.14774%202.51583%2010.0003%202.51583ZM15.8706%2015.3876C15.8706%2016.5455%2014.932%2017.4841%2013.7741%2017.4841H6.22663C5.06876%2017.4841%204.13012%2016.5455%204.13012%2015.3876V11.1946C4.13012%2010.0367%205.06876%209.0981%206.22663%209.0981H13.7741C14.932%209.0981%2015.8706%2010.0367%2015.8706%2011.1946V15.3876Z'%20fill='%23007afe'/%3e%3cpath%20d='M9.58116%2011.6139H10.4198C11.1145%2011.6139%2011.6777%2012.1771%2011.6777%2012.8718C11.6777%2013.5665%2011.1145%2014.1297%2010.4198%2014.1297H9.58116C8.88643%2014.1297%208.32324%2013.5665%208.32324%2012.8718C8.32324%2012.1771%208.88643%2011.6139%209.58116%2011.6139Z'%20fill='%23007afe'/%3e%3c/svg%3e")}.cards-earn .card.card-main{border:1px solid #007afe;background:#132941}.cards-earn .card.card-secondary{background:#13171f}.cards-earn .value{font-weight:400}.cards-earn .head{font-size:1rem;font-weight:700;line-height:normal;display:inline-flex;align-items:center;justify-content:space-between;flex-grow:1}.cards-earn .icon{--i-size: 1.25rem;border-radius:100%;width:2.875rem;height:2.875rem;display:flex;align-items:center;justify-content:center;margin-right:.5rem}.cards-earn .additional{color:#fff;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.guaranteed{margin-top:.25rem;color:#757e92;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;text-align:left;width:100%}.section-form{margin-top:1rem;margin-bottom:1rem;width:100%;padding:1rem 0;border-top:1px solid #272f3f;border-bottom:1px solid #272f3f}.section-form .input{margin-bottom:.15rem}.section-table{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:.375rem;border-bottom:1px solid #272f3f;margin-bottom:1rem}.section-table .tr{display:inline-flex;align-items:center;justify-content:space-between;margin-bottom:.625rem;width:100%;gap:1rem}.section-table .th{color:#757e92}.section-table .td{color:#fff;text-align:right}.list-warning{border-radius:1rem;background:#212837;color:#fff;font-family:Manrope;font-size:.875rem;font-style:normal;font-weight:400;line-height:140%;padding:.625rem 1.875rem;position:relative}.list-warning:after{content:"";top:.625rem;left:.625rem;width:1.25rem;height:1.25rem;position:absolute;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_3793)'%3e%3cpath%20d='M10%200C8.02219%200%206.08879%200.58649%204.4443%201.6853C2.79981%202.78412%201.51809%204.3459%200.761209%206.17317C0.00433286%208.00043%20-0.193701%2010.0111%200.192152%2011.9509C0.578004%2013.8907%201.53041%2015.6725%202.92894%2017.0711C4.32746%2018.4696%206.10929%2019.422%208.0491%2019.8079C9.98891%2020.1937%2011.9996%2019.9957%2013.8268%2019.2388C15.6541%2018.4819%2017.2159%2017.2002%2018.3147%2015.5557C19.4135%2013.9112%2020%2011.9778%2020%2010C19.9971%207.34872%2018.9426%204.80684%2017.0679%202.9321C15.1932%201.05736%2012.6513%200.00286757%2010%200ZM10%2017.5C8.51664%2017.5%207.0666%2017.0601%205.83323%2016.236C4.59986%2015.4119%203.63857%2014.2406%203.07091%2012.8701C2.50325%2011.4997%202.35473%209.99168%202.64411%208.53682C2.9335%207.08197%203.64781%205.74559%204.6967%204.6967C5.7456%203.64781%207.08197%202.9335%208.53683%202.64411C9.99168%202.35472%2011.4997%202.50325%2012.8701%203.0709C14.2406%203.63856%2015.4119%204.59985%2016.236%205.83322C17.0601%207.06659%2017.5%208.51664%2017.5%2010C17.4976%2011.9884%2016.7066%2013.8946%2015.3006%2015.3006C13.8946%2016.7066%2011.9884%2017.4976%2010%2017.5Z'%20fill='%23EEB52A'/%3e%3cpath%20d='M9.62057%207.95419H9.37057C9.04305%207.94615%208.72434%208.06073%208.47691%208.27547C8.22949%208.49022%208.0712%208.78963%208.03307%209.11503C8.01127%209.44055%208.1176%209.76169%208.32935%2010.0099C8.54111%2010.2581%208.84151%2010.4136%209.1664%2010.4434V14.3184C9.1664%2014.6499%209.2981%2014.9678%209.53252%2015.2022C9.76694%2015.4367%2010.0849%2015.5684%2010.4164%2015.5684C10.7479%2015.5684%2011.0659%2015.4367%2011.3003%2015.2022C11.5347%2014.9678%2011.6664%2014.6499%2011.6664%2014.3184V10C11.6664%209.45744%2011.4509%208.93707%2011.0672%208.5534C10.6835%208.16973%2010.1632%207.95419%209.62057%207.95419Z'%20fill='%23EEB52A'/%3e%3cpath%20d='M9.85871%207.05501C10.1415%207.05501%2010.418%206.97114%2010.6532%206.81401C10.8883%206.65688%2011.0716%206.43354%2011.1799%206.17225C11.2881%205.91095%2011.3164%205.62342%2011.2612%205.34603C11.2061%205.06864%2011.0699%204.81383%2010.8699%204.61385C10.6699%204.41386%2010.4151%204.27766%2010.1377%204.22248C9.8603%204.16731%209.57277%204.19563%209.31147%204.30386C9.05018%204.41209%208.82684%204.59538%208.66971%204.83054C8.51258%205.0657%208.42871%205.34218%208.42871%205.62501C8.4286%205.81283%208.46551%205.99883%208.53734%206.17237C8.60917%206.34592%208.71449%206.50361%208.8473%206.63642C8.98011%206.76922%209.1378%206.87455%209.31134%206.94638C9.48489%207.0182%209.67089%207.05512%209.85871%207.05501Z'%20fill='%23EEB52A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_3793'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center}.list-warning li{list-style:disc;padding-left:.5rem;margin-left:1.5rem}.section-submit{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;margin-top:1rem;padding-bottom:1.5rem;gap:1rem}.section-submit .btn{width:100%;height:4rem;font-size:1.25rem;border-radius:1rem}.stake .list-active-stakes .list-item{padding-top:1rem;padding-bottom:.25rem;border-bottom:unset}.section-active-stakes-pool{border-top:1px solid #272f3f;padding-top:1rem}.section-active-stakes-pool .section-title{margin-bottom:0}.section-blocks{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:1rem}.section-blocks .section-title{text-align:center}.section-blocks .tr{display:flex;flex-direction:row;align-items:center}.section-blocks .blocks{display:inline-flex;align-items:stretch;justify-content:center;gap:1.6rem}.section-blocks .blocks .block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:1rem;background:#212837;margin-bottom:1rem;flex:1 0 0}.section-blocks .blocks .block.block-claim .h1125,.section-blocks .blocks .block.block-claim .h075-b{color:#61de70}.section-date{display:flex;flex-direction:row;align-items:center;justify-content:center;border-bottom:1px solid #272f3f;border-top:1px solid #272f3f;padding:1rem 0;gap:1rem}.section-date .date{display:flex;flex-direction:column;align-items:center;flex-grow:1}.confirm{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.confirm-header{color:#fff;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;margin-top:.85rem}.confirm .value{color:#fff;text-align:center;font-family:Manrope;font-size:1.125rem;font-style:normal;font-weight:400;line-height:normal;margin-top:1.5rem}.list-basic .list-item{display:flex;flex-direction:row}.total{margin-top:1rem;padding-top:1rem;border-top:1px solid #272f3f;display:flex;width:100%}.total .block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:start;flex-grow:1;gap:.25rem}.referral .page-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:1rem}.referral .page-header .page_subtitle{margin-bottom:.25rem}.referral .page-header .section-title{margin-bottom:0}.referral .section-blocks .blocks{display:flex;gap:.625rem;width:100%;flex-wrap:wrap}.referral .section-blocks .blocks .block{padding:.625rem;flex:1 0 calc((100% - .625rem)/2);margin:0}.referral .section-blocks .blocks .block-equel{display:inline-flex;flex-direction:row;min-width:60%}.referral .section-blocks .blocks .block-equel .part{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 .35rem;position:relative;color:#757e92;flex-grow:1}.referral .section-blocks .blocks .block-equel .part:nth-child(2):before{content:"=";position:absolute;top:50%;left:0;transform:translate(-50%,-40%);width:.6875rem;text-align:center}.referral .section-blocks .blocks .block-equel .part .equel-value{color:#757e92;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:120%}.referral .section-submit{margin-top:1rem;padding-top:1rem;border-top:1px solid #272f3f}.referral .section-submit .qr-code{margin-left:auto;margin-right:auto}.ref-link{border-radius:1rem;background:#13171f;padding:1rem;display:inline-flex;align-items:center;justify-content:stretch;gap:1rem}.ref-link p.link{color:#fff;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:700;line-height:normal;flex-grow:1;white-space:wrap;word-break:break-all;overflow-wrap:break-word}.ref-link .btn{height:2rem;padding:.38rem;font-size:.875rem;border-radius:.5rem;width:fit-content;min-width:3.5rem}.section-info{color:#fff;font-family:Manrope;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:start;border-top:1px solid #272f3f;border-bottom:1px solid #272f3f;gap:1rem;padding:1rem 0}.section-info .title,.section-info b{font-weight:700}.Vue-Toastification__container{padding:1rem 1rem 0}.Vue-Toastification__toast{border-radius:1rem!important;border:1px solid #283145!important;background:#212837!important;box-shadow:0 4px 4px #161c27!important;margin-bottom:1rem!important;padding:.5rem .75rem!important}.Vue-Toastification__close-button,.Vue-Toastification__icon{display:none!important}.Vue-Toastification__toast-body{padding-left:2.75rem;min-height:2rem;position:relative;color:#fff;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;display:inline-flex;align-items:center}.Vue-Toastification__toast-body:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:2rem;height:2rem;border-radius:100%;background-position:center;background-size:contain;background-repeat:no-repeat}.Vue-Toastification__toast--default .Vue-Toastification__toast-body:before,.Vue-Toastification__toast--info .Vue-Toastification__toast-body:before{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.5211%2019.8706C29.3839%2028.442%2020.7014%2033.6585%2012.128%2031.521C3.55811%2029.384%20-1.65895%2020.7021%200.479281%2012.1312C2.61551%203.55876%2011.2979%20-1.65819%2019.8688%200.478793C28.4418%202.61577%2033.6583%2011.2987%2031.5211%2019.8706Z'%20fill='%23007AFE'%20fill-opacity='0.3'/%3e%3cpath%20d='M16.0001%2020.1665C16.2362%2020.1665%2016.4341%2020.0866%2016.5938%2019.9269C16.7536%2019.7672%2016.8334%2019.5693%2016.8334%2019.3332V15.9998C16.8334%2015.7637%2016.7536%2015.5658%2016.5938%2015.4061C16.4341%2015.2464%2016.2362%2015.1665%2016.0001%2015.1665C15.764%2015.1665%2015.5661%2015.2464%2015.4063%2015.4061C15.2466%2015.5658%2015.1667%2015.7637%2015.1667%2015.9998V19.3332C15.1667%2019.5693%2015.2466%2019.7672%2015.4063%2019.9269C15.5661%2020.0866%2015.764%2020.1665%2016.0001%2020.1665ZM16.0001%2013.4998C16.2362%2013.4998%2016.4341%2013.42%2016.5938%2013.2603C16.7536%2013.1005%2016.8334%2012.9026%2016.8334%2012.6665C16.8334%2012.4304%2016.7536%2012.2325%2016.5938%2012.0728C16.4341%2011.913%2016.2362%2011.8332%2016.0001%2011.8332C15.764%2011.8332%2015.5661%2011.913%2015.4063%2012.0728C15.2466%2012.2325%2015.1667%2012.4304%2015.1667%2012.6665C15.1667%2012.9026%2015.2466%2013.1005%2015.4063%2013.2603C15.5661%2013.42%2015.764%2013.4998%2016.0001%2013.4998ZM16.0001%2024.3332C14.8473%2024.3332%2013.764%2024.1144%2012.7501%2023.6769C11.7362%2023.2394%2010.8542%2022.6457%2010.1042%2021.8957C9.35425%2021.1457%208.7605%2020.2637%208.323%2019.2498C7.8855%2018.2359%207.66675%2017.1526%207.66675%2015.9998C7.66675%2014.8471%207.8855%2013.7637%208.323%2012.7498C8.7605%2011.7359%209.35425%2010.854%2010.1042%2010.104C10.8542%209.354%2011.7362%208.76025%2012.7501%208.32275C13.764%207.88525%2014.8473%207.6665%2016.0001%207.6665C17.1529%207.6665%2018.2362%207.88525%2019.2501%208.32275C20.264%208.76025%2021.1459%209.354%2021.8959%2010.104C22.6459%2010.854%2023.2397%2011.7359%2023.6772%2012.7498C24.1147%2013.7637%2024.3334%2014.8471%2024.3334%2015.9998C24.3334%2017.1526%2024.1147%2018.2359%2023.6772%2019.2498C23.2397%2020.2637%2022.6459%2021.1457%2021.8959%2021.8957C21.1459%2022.6457%2020.264%2023.2394%2019.2501%2023.6769C18.2362%2024.1144%2017.1529%2024.3332%2016.0001%2024.3332ZM16.0001%2022.6665C17.8612%2022.6665%2019.4376%2022.0207%2020.7292%2020.729C22.0209%2019.4373%2022.6667%2017.8609%2022.6667%2015.9998C22.6667%2014.1387%2022.0209%2012.5623%2020.7292%2011.2707C19.4376%209.979%2017.8612%209.33317%2016.0001%209.33317C14.139%209.33317%2012.5626%209.979%2011.2709%2011.2707C9.97925%2012.5623%209.33341%2014.1387%209.33341%2015.9998C9.33341%2017.8609%209.97925%2019.4373%2011.2709%2020.729C12.5626%2022.0207%2014.139%2022.6665%2016.0001%2022.6665Z'%20fill='%23007AFE'/%3e%3c/svg%3e")!important}.Vue-Toastification__toast--success .Vue-Toastification__toast-body:before{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.5211%2019.8706C29.3839%2028.442%2020.7014%2033.6585%2012.128%2031.521C3.55811%2029.384%20-1.65895%2020.7021%200.479281%2012.1312C2.61551%203.55876%2011.2979%20-1.65819%2019.8688%200.478793C28.4418%202.61577%2033.6583%2011.2987%2031.5211%2019.8706Z'%20fill='%2361DE70'%20fill-opacity='0.3'/%3e%3cpath%20d='M13.9584%2018.625L21.0209%2011.5625C21.1876%2011.3958%2021.382%2011.3125%2021.6043%2011.3125C21.8265%2011.3125%2022.0209%2011.3958%2022.1876%2011.5625C22.3543%2011.7292%2022.4376%2011.9271%2022.4376%2012.1563C22.4376%2012.3854%2022.3543%2012.5833%2022.1876%2012.75L14.5418%2020.4167C14.3751%2020.5833%2014.1806%2020.6667%2013.9584%2020.6667C13.7362%2020.6667%2013.5418%2020.5833%2013.3751%2020.4167L9.79176%2016.8333C9.62509%2016.6667%209.54523%2016.4688%209.55217%2016.2396C9.55912%2016.0104%209.64592%2015.8125%209.81259%2015.6458C9.97926%2015.4792%2010.1772%2015.3958%2010.4063%2015.3958C10.6355%2015.3958%2010.8334%2015.4792%2011.0001%2015.6458L13.9584%2018.625Z'%20fill='%2361DE70'%20fill-opacity='0.870588'/%3e%3c/svg%3e")!important}.Vue-Toastification__toast--error .Vue-Toastification__toast-body:before{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.5211%2019.8706C29.3839%2028.442%2020.7014%2033.6585%2012.128%2031.521C3.55811%2029.384%20-1.65895%2020.7021%200.479281%2012.1312C2.61551%203.55876%2011.2979%20-1.65819%2019.8688%200.478793C28.4418%202.61577%2033.6583%2011.2987%2031.5211%2019.8706Z'%20fill='%23C25151'%20fill-opacity='0.3'/%3e%3cpath%20d='M16.0001%2020.1665C16.2362%2020.1665%2016.4341%2020.0866%2016.5938%2019.9269C16.7536%2019.7672%2016.8334%2019.5693%2016.8334%2019.3332C16.8334%2019.0971%2016.7536%2018.8991%2016.5938%2018.7394C16.4341%2018.5797%2016.2362%2018.4998%2016.0001%2018.4998C15.764%2018.4998%2015.5661%2018.5797%2015.4063%2018.7394C15.2466%2018.8991%2015.1667%2019.0971%2015.1667%2019.3332C15.1667%2019.5693%2015.2466%2019.7672%2015.4063%2019.9269C15.5661%2020.0866%2015.764%2020.1665%2016.0001%2020.1665ZM16.0001%2016.8332C16.2362%2016.8332%2016.4341%2016.7533%2016.5938%2016.5936C16.7536%2016.4339%2016.8334%2016.2359%2016.8334%2015.9998V12.6665C16.8334%2012.4304%2016.7536%2012.2325%2016.5938%2012.0728C16.4341%2011.913%2016.2362%2011.8332%2016.0001%2011.8332C15.764%2011.8332%2015.5661%2011.913%2015.4063%2012.0728C15.2466%2012.2325%2015.1667%2012.4304%2015.1667%2012.6665V15.9998C15.1667%2016.2359%2015.2466%2016.4339%2015.4063%2016.5936C15.5661%2016.7533%2015.764%2016.8332%2016.0001%2016.8332ZM16.0001%2024.3332C14.8473%2024.3332%2013.764%2024.1144%2012.7501%2023.6769C11.7362%2023.2394%2010.8542%2022.6457%2010.1042%2021.8957C9.35425%2021.1457%208.7605%2020.2637%208.323%2019.2498C7.8855%2018.2359%207.66675%2017.1526%207.66675%2015.9998C7.66675%2014.8471%207.8855%2013.7637%208.323%2012.7498C8.7605%2011.7359%209.35425%2010.854%2010.1042%2010.104C10.8542%209.354%2011.7362%208.76025%2012.7501%208.32275C13.764%207.88525%2014.8473%207.6665%2016.0001%207.6665C17.1529%207.6665%2018.2362%207.88525%2019.2501%208.32275C20.264%208.76025%2021.1459%209.354%2021.8959%2010.104C22.6459%2010.854%2023.2397%2011.7359%2023.6772%2012.7498C24.1147%2013.7637%2024.3334%2014.8471%2024.3334%2015.9998C24.3334%2017.1526%2024.1147%2018.2359%2023.6772%2019.2498C23.2397%2020.2637%2022.6459%2021.1457%2021.8959%2021.8957C21.1459%2022.6457%2020.264%2023.2394%2019.2501%2023.6769C18.2362%2024.1144%2017.1529%2024.3332%2016.0001%2024.3332ZM16.0001%2022.6665C17.8612%2022.6665%2019.4376%2022.0207%2020.7292%2020.729C22.0209%2019.4373%2022.6667%2017.8609%2022.6667%2015.9998C22.6667%2014.1387%2022.0209%2012.5623%2020.7292%2011.2707C19.4376%209.979%2017.8612%209.33317%2016.0001%209.33317C14.139%209.33317%2012.5626%209.979%2011.2709%2011.2707C9.97925%2012.5623%209.33341%2014.1387%209.33341%2015.9998C9.33341%2017.8609%209.97925%2019.4373%2011.2709%2020.729C12.5626%2022.0207%2014.139%2022.6665%2016.0001%2022.6665Z'%20fill='%23C25151'/%3e%3c/svg%3e")!important}.Vue-Toastification__progress-bar{opacity:.25!important;height:1px}[class^=i-],[class*=" i-"],i{speak:none;font-weight:400;font-variant:normal;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;height:var(--i-size);width:var(--i-size);min-height:var(--i-size);min-width:var(--i-size);aspect-ratio:1/1}.i-arrow-up{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_434_1402)'%3e%3cpath%20d='M13.8201%203.68315L10.8809%200.743903C10.3809%200.26628%209.71608%20-0.000244141%209.02463%20-0.000244141C8.33319%20-0.000244141%207.66835%200.26628%207.16838%200.743903L4.22913%203.68315C4.0242%203.89533%203.91081%204.17951%203.91337%204.47448C3.91594%204.76945%204.03425%205.05161%204.24284%205.2602C4.45142%205.46878%204.73358%205.5871%205.02855%205.58966C5.32353%205.59222%205.6077%205.47883%205.81988%205.2739L7.90488%203.1889L7.92213%2016.8764C7.92213%2017.1748%208.04066%2017.4609%208.25164%2017.6719C8.46261%2017.8829%208.74876%2018.0014%209.04713%2018.0014C9.3455%2018.0014%209.63165%2017.8829%209.84263%2017.6719C10.0536%2017.4609%2010.1721%2017.1748%2010.1721%2016.8764L10.1549%203.1994L12.2294%205.2739C12.3332%205.38135%2012.4573%205.46706%2012.5946%205.52602C12.7318%205.58498%2012.8794%205.61601%2013.0288%205.61731C13.1782%205.61861%2013.3263%205.59014%2013.4646%205.53358C13.6028%205.47701%2013.7284%205.39348%2013.8341%205.28785C13.9397%205.18222%2014.0232%205.05661%2014.0798%204.91835C14.1364%204.78009%2014.1648%204.63195%2014.1635%204.48258C14.1622%204.3332%2014.1312%204.18558%2014.0722%204.04832C14.0133%203.91107%2013.9276%203.78693%2013.8201%203.68315Z'%20fill='%2314CEFE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_434_1402'%3e%3crect%20width='18'%20height='18'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-arrow-down{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_434_1407)'%3e%3cpath%20d='M4.17987%2014.3168L7.11912%2017.2561C7.61909%2017.7337%208.28392%2018.0002%208.97537%2018.0002C9.66681%2018.0002%2010.3316%2017.7337%2010.8316%2017.2561L13.7709%2014.3168C13.9758%2014.1047%2014.0892%2013.8205%2014.0866%2013.5255C14.0841%2013.2305%2013.9657%2012.9484%2013.7572%2012.7398C13.5486%2012.5312%2013.2664%2012.4129%2012.9714%2012.4103C12.6765%2012.4078%2012.3923%2012.5212%2012.1801%2012.7261L10.0951%2014.8111L10.0779%201.1236C10.0779%200.825227%209.95934%200.53908%209.74837%200.328101C9.53739%200.117123%209.25124%20-0.00140423%208.95287%20-0.00140426C8.6545%20-0.00140428%208.36835%200.117123%208.15738%200.328101C7.9464%200.53908%207.82787%200.825227%207.82787%201.1236L7.84512%2014.8006L5.77062%2012.7261C5.66684%2012.6186%205.5427%2012.5329%205.40545%2012.474C5.2682%2012.415%205.12057%2012.384%204.9712%2012.3827C4.82182%2012.3814%204.67368%2012.4099%204.53542%2012.4664C4.39716%2012.523%204.27155%2012.6065%204.16592%2012.7122C4.0603%2012.8178%203.97676%2012.9434%203.92019%2013.0816C3.86363%2013.2199%203.83516%2013.368%203.83646%2013.5174C3.83776%2013.6668%203.8688%2013.8144%203.92776%2013.9517C3.98672%2014.0889%204.07242%2014.2131%204.17987%2014.3168Z'%20fill='%2314CEFE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_434_1407'%3e%3crect%20width='18'%20height='18'%20fill='white'%20transform='translate(18%2018)%20rotate(-180)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-arrows-repeat{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_434_1411)'%3e%3cpath%20d='M-5.66486e-05%208.62494C-5.66486e-05%205.10969%202.85969%202.24994%206.37494%202.24994H14.2499V1.00269C14.2499%200.334441%2015.0577%20-5.92545e-05%2015.5302%200.472441L17.7802%202.84469C18.0734%203.13794%2018.0727%203.61269%2017.7802%203.90519L15.5302%206.27744C15.0577%206.74994%2014.2499%206.41544%2014.2499%205.74719V4.49994H6.37494C4.10019%204.49994%202.24994%206.35094%202.24994%208.62494C2.24994%209.24594%201.74669%209.74994%201.12494%209.74994C0.503193%209.74994%20-5.66486e-05%209.24594%20-5.66486e-05%208.62494ZM16.8749%208.24994C16.2532%208.24994%2015.7499%208.75394%2015.7499%209.37494C15.7499%2011.6489%2013.8997%2013.4999%2011.6249%2013.4999H3.74994V12.2527C3.74994%2011.5844%202.94219%2011.2499%202.46969%2011.7224L0.219693%2014.0947C-0.0735567%2014.3879%20-0.0735567%2014.8627%200.219693%2015.1552L2.46969%2017.5274C2.94219%2017.9999%203.74994%2017.6654%203.74994%2016.9972V15.7499H11.6249C15.1402%2015.7499%2017.9999%2012.8902%2017.9999%209.37494C17.9999%208.75394%2017.4967%208.24994%2016.8749%208.24994Z'%20fill='%2314CEFE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_434_1411'%3e%3crect%20width='18'%20height='18'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-sign-dollar{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.8751%207.125C14.1735%207.125%2014.4596%207.00647%2014.6706%206.7955C14.8816%206.58452%2015.0001%206.29837%2015.0001%206V5.48475C14.9987%204.42836%2014.5784%203.41563%2013.8314%202.66864C13.0845%201.92166%2012.0717%201.50139%2011.0153%201.5H10.1251V1.125C10.1251%200.826631%2010.0066%200.540483%209.79558%200.329505C9.58461%200.118526%209.29846%200%209.00009%200C8.70172%200%208.41557%200.118526%208.20459%200.329505C7.99362%200.540483%207.87509%200.826631%207.87509%201.125V1.5H6.98484C6.0282%201.49857%205.10297%201.84136%204.37818%202.46573C3.65338%203.0901%203.1774%203.95438%203.03719%204.90069C2.89697%205.847%203.10187%206.81217%203.61447%207.61989C4.12707%208.42761%204.91314%209.02396%205.82909%209.3L7.87509%209.8595V14.25H6.98484C6.52494%2014.2494%206.08404%2014.0664%205.75884%2013.7412C5.43364%2013.416%205.25068%2012.9752%205.25009%2012.5153V12C5.25009%2011.7016%205.13156%2011.4155%204.92058%2011.2045C4.70961%2010.9935%204.42346%2010.875%204.12509%2010.875C3.82672%2010.875%203.54057%2010.9935%203.32959%2011.2045C3.11862%2011.4155%203.00009%2011.7016%203.00009%2012V12.5153C3.00148%2013.5716%203.42174%2014.5844%204.16873%2015.3314C4.91571%2016.0783%205.92844%2016.4986%206.98484%2016.5H7.87509V16.875C7.87509%2017.1734%207.99362%2017.4595%208.20459%2017.6705C8.41557%2017.8815%208.70172%2018%209.00009%2018C9.29846%2018%209.58461%2017.8815%209.79558%2017.6705C10.0066%2017.4595%2010.1251%2017.1734%2010.1251%2016.875V16.5H11.0153C11.972%2016.5014%2012.8972%2016.1586%2013.622%2015.5343C14.3468%2014.9099%2014.8228%2014.0456%2014.963%2013.0993C15.1032%2012.153%2014.8983%2011.1878%2014.3857%2010.3801C13.8731%209.57239%2013.087%208.97604%2012.1711%208.7L10.1251%208.142V3.75H11.0153C11.4752%203.7506%2011.9161%203.93355%2012.2413%204.25875C12.5665%204.58395%2012.7495%205.02485%2012.7501%205.48475V6C12.7501%206.29837%2012.8686%206.58452%2013.0796%206.7955C13.2906%207.00647%2013.5767%207.125%2013.8751%207.125ZM11.5366%2010.8593C11.9323%2010.9839%2012.2702%2011.2462%2012.4891%2011.5986C12.708%2011.951%2012.7935%2012.3701%2012.73%2012.7801C12.6665%2013.19%2012.4583%2013.5637%2012.1431%2013.8333C11.8278%2014.103%2011.4264%2014.2508%2011.0116%2014.25H10.1251V10.4738L11.5366%2010.8593ZM7.87509%207.52625L6.46359%207.14075C6.06824%207.01616%205.73054%206.75418%205.51159%206.4022C5.29264%206.05023%205.2069%205.63151%205.26988%205.2218C5.33286%204.8121%205.54041%204.43847%205.85497%204.16851C6.16953%203.89855%206.57032%203.75009%206.98484%203.75H7.87509V7.52625Z'%20fill='%2314CEFE'/%3e%3c/svg%3e")}.i-users{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_938)'%3e%3cpath%20d='M6.25%2010.8333C5.50832%2010.8333%204.7833%2010.6134%204.16661%2010.2013C3.54993%209.78929%203.06928%209.20362%202.78545%208.5184C2.50162%207.83318%202.42736%207.07918%202.57206%206.35175C2.71675%205.62432%203.0739%204.95613%203.59835%204.43168C4.1228%203.90724%204.79098%203.55008%205.51841%203.40539C6.24584%203.2607%206.99984%203.33496%207.68506%203.61879C8.37029%203.90262%208.95596%204.38326%209.36801%204.99995C9.78007%205.61663%2010%206.34166%2010%207.08334C9.9989%208.07756%209.60345%209.03075%208.90043%209.73377C8.19741%2010.4368%207.24422%2010.8322%206.25%2010.8333ZM6.25%205.83334C6.00277%205.83334%205.7611%205.90665%205.55554%206.044C5.34998%206.18135%205.18976%206.37657%205.09515%206.60498C5.00054%206.83339%204.97579%207.08472%205.02402%207.3272C5.07225%207.56967%205.1913%207.7924%205.36612%207.96722C5.54093%208.14203%205.76366%208.26109%206.00614%208.30932C6.24861%208.35755%206.49995%208.33279%206.72835%208.23818C6.95676%208.14358%207.15199%207.98336%207.28934%207.7778C7.42669%207.57224%207.5%207.33056%207.5%207.08334C7.5%206.75181%207.3683%206.43387%207.13388%206.19945C6.89946%205.96503%206.58152%205.83334%206.25%205.83334ZM12.5%2018.75C12.5%2017.0924%2011.8415%2015.5027%2010.6694%2014.3306C9.49731%2013.1585%207.9076%2012.5%206.25%2012.5C4.5924%2012.5%203.00268%2013.1585%201.83058%2014.3306C0.65848%2015.5027%200%2017.0924%200%2018.75C0%2019.0815%200.131696%2019.3995%200.366116%2019.6339C0.600537%2019.8683%200.918479%2020%201.25%2020C1.58152%2020%201.89946%2019.8683%202.13388%2019.6339C2.3683%2019.3995%202.5%2019.0815%202.5%2018.75C2.5%2017.7554%202.89509%2016.8016%203.59835%2016.0984C4.30161%2015.3951%205.25544%2015%206.25%2015C7.24456%2015%208.19839%2015.3951%208.90165%2016.0984C9.60491%2016.8016%2010%2017.7554%2010%2018.75C10%2019.0815%2010.1317%2019.3995%2010.3661%2019.6339C10.6005%2019.8683%2010.9185%2020%2011.25%2020C11.5815%2020%2011.8995%2019.8683%2012.1339%2019.6339C12.3683%2019.3995%2012.5%2019.0815%2012.5%2018.75ZM20%2015C20.0001%2013.8937%2019.6856%2012.8101%2019.0931%2011.8757C18.5007%2010.9414%2017.6548%2010.1948%2016.654%209.72302C15.6533%209.25127%2014.5391%209.07383%2013.4413%209.2114C12.3435%209.34898%2011.3075%209.79589%2010.4542%2010.5C10.3275%2010.6045%2010.2228%2010.7329%2010.1458%2010.8779C10.0688%2011.023%2010.0211%2011.1817%2010.0055%2011.3451C9.98986%2011.5086%2010.0066%2011.6735%2010.0547%2011.8305C10.1028%2011.9874%2010.1813%2012.1334%2010.2858%2012.26C10.3903%2012.3866%2010.5188%2012.4914%2010.6638%2012.5684C10.8088%2012.6454%2010.9675%2012.693%2011.131%2012.7087C11.2944%2012.7243%2011.4593%2012.7076%2011.6163%2012.6595C11.7733%2012.6114%2011.9192%2012.5328%2012.0458%2012.4283C12.6412%2011.9329%2013.3921%2011.6632%2014.1667%2011.6667C15.0507%2011.6667%2015.8986%2012.0179%2016.5237%2012.643C17.1488%2013.2681%2017.5%2014.1159%2017.5%2015C17.5%2015.3315%2017.6317%2015.6495%2017.8661%2015.8839C18.1005%2016.1183%2018.4185%2016.25%2018.75%2016.25C19.0815%2016.25%2019.3995%2016.1183%2019.6339%2015.8839C19.8683%2015.6495%2020%2015.3315%2020%2015ZM14.5833%207.5C13.8417%207.5%2013.1166%207.28007%2012.4999%206.86801C11.8833%206.45596%2011.4026%205.87029%2011.1188%205.18506C10.835%204.49984%2010.7607%203.74584%2010.9054%203.01841C11.0501%202.29098%2011.4072%201.6228%2011.9317%201.09835C12.4561%200.573904%2013.1243%200.216751%2013.8517%200.0720569C14.5792%20-0.0726377%2015.3332%200.00162482%2016.0184%200.285453C16.7036%200.569282%2017.2893%201.04993%2017.7013%201.66661C18.1134%202.2833%2018.3333%203.00832%2018.3333%203.75C18.3322%204.74423%2017.9368%205.69741%2017.2338%206.40043C16.5307%207.10346%2015.5776%207.4989%2014.5833%207.5ZM14.5833%202.5C14.3361%202.5%2014.0944%202.57331%2013.8889%202.71066C13.6833%202.84802%2013.5231%203.04324%2013.4285%203.27165C13.3339%203.50006%2013.3091%203.75139%2013.3574%203.99386C13.4056%204.23634%2013.5246%204.45907%2013.6995%204.63389C13.8743%204.8087%2014.097%204.92775%2014.3395%204.97598C14.5819%205.02422%2014.8333%204.99946%2015.0617%204.90485C15.2901%204.81024%2015.4853%204.65003%2015.6227%204.44446C15.76%204.2389%2015.8333%203.99723%2015.8333%203.75C15.8333%203.41848%2015.7016%203.10054%2015.4672%202.86612C15.2328%202.6317%2014.9149%202.5%2014.5833%202.5Z'%20fill='%2314CEFE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_938'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-settings{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAApCAYAAAC2qTBFAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUCSURBVHgBvVhRUttIEO0ZO19J1ToF2dq/dU6wOBwg5gSYE0BOQHKC4BNATrDmBOATxPlfYt8A7x9VQK0+2C9s9b4eSWamPbIlQ+2rooxGo9ab7unXPTL0gmiPuZUQteT/pGOm9EwYeibejfmImY/x707E+JSNGdx1TJ82wLPIbY/5KzGfrJuHl0xeG7M37ZiEasDShhCPVSEmYHj1IU0/U01sTA6hPFRDiYSx+JPr4K4xx1QTG4d1+2f6D+WbP3/5HvbWqLj8bcztGfPYnzMz5n2dRNnIcwjpTkAM8IkJbjISU3+smaZHVAPN2KCsek50jNh15ZpZQpUOH21jhAcOEVK9f0YxO5j3wxjzlMXGfEUSMcI1xD5s4Xcfk3okW4B50rC2f+N5dimsW2M+NMxnpDyzCobTT7e7zQFFFqlDu96YOSmkx2pjdYlhxf0YMYHzAu5THUABtq/mLjKB57DJZZU7Fc1IKPp3u42zdRMRjZ5lPkUo21QNyRskz8JzTrc0MVk1stAQn+NqIkNOJjAuD1chJrjvmMtHYzrYf58o35+ZHboU+6giB+qRlujiwnPvfqbXwcrw4N2uPaD/CQjliSSMN5Q4csigLrzx3Z/chGduKmiSFPuHp8zuFuO5h0c6A8vQgp0m8zV5+93mhtpq7rCKQVnUgxjMyljXvydRQLiOkK3XrgavAcQ5gfSc+2OOXDqf64L8UTJ3lTGRnNzb6zNbMnANQXmfNeYjaXLzRmNEYS1syYodgRJDueQswaiq4BP8dewEN2pvjoWySkhHTlwa0yMhIHtKj6N6iBdaau43ZPDb2w/2vfzmmZmE/PiUIsiJtZW9QaBzW1fzM6O7h0zLTshb5SzbuKVzCsQSTTcIW3/NesbaC/XoCAs8CCrE/W7jM1b3LbRl9v3rx/k8cL2EMUZM4EiwuQzmp2lPke0Gl/DY3QfrGtOlrsRaO1BDQfhsoxFcp5ALWgFjaRjMJ/olsGd0QvGPxT1tjOvU1QrgNN3YXqyfC9KZVfZp2UHYe7Gk8SYE2wLb4O/AHuuO2R4XMrYgJy9A4f+uzwVohwJhjMnOv1n2LgH1WpKrGwxaOwq52GBPipxI9jq5KgaRWaekmkjZ7A1kl64WkTroNjJbez7DM81MFvZj9kRqSME5RS1CTmyOXEwenJginW87ZqKNSR18hSayRgvkUFavPRFu++MurDF5EI/FiAmcaIN4aTWIgNEtl9VrGXcelRZKk9PyIEmwrvAL8Ybr9VYTzCOwd1/SLQdzbXjodmGV0xRnvb53J1TyVcg63bTHZP4wuRThUDQRzXoD3axy0o+F9ikh1KaUDQlXd4rr4iPNS3ygwZ5tYwWJTxoO+hMOOvLeP/WzdbkOYg/A1cP8dN/17ozg2X5VzwqK42ZOoFUQcOXS2t91Zku9Dg84V+kFnuhRRUCAz14T9deFTfSOS1qsqN1ccoIK0bTmC+lvHCsgh2t0wher5kiTWYeYQBJNfgNykqFNOSWVZ2CMeLc4Z2q4MhT/ElXmgMSXnKXaWmiOaxZFd9wf4g/SaGXeUkQ+cC/aMc+Xy1oiXwfEjghy8Q54doB3fJHjpi85G31likkPXrhkSx/Syz5blOHlPoFh5TOviL/CPb0A8X5Z1XlpckvFes2LokV/FTb+sik6V2s+p/Xm0zPIZeeDil+QVnyJWoWNw1ogq4npiV9XF5yyol+rkvj4D3wduyCDtm0iAAAAAElFTkSuQmCC)}.i-tether{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_351_3059)'%3e%3cpath%20d='M15%2030C23.3036%2030%2030%2023.3036%2030%2015C30%206.69643%2023.3036%200%2015%200C6.69643%200%200%206.69643%200%2015C0%2023.3036%206.69643%2030%2015%2030Z'%20fill='%2350AF95'/%3e%3cg%20clip-path='url(%23clip1_351_3059)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.66218%207.08349L5.01548%2014.5682C5.0016%2014.596%204.99721%2014.6275%205.00293%2014.6579C5.00866%2014.6884%205.0242%2014.7162%205.0473%2014.7374L14.8962%2023.9591C14.9241%2023.9853%2014.9614%2024%2015.0002%2024C15.0389%2024%2015.0762%2023.9853%2015.1042%2023.9591L24.953%2014.738C24.9761%2014.7168%2024.9917%2014.6889%2024.9974%2014.6585C25.0031%2014.628%2024.9987%2014.5966%2024.9848%2014.5687L21.3381%207.08407C21.3264%207.05893%2021.3074%207.03764%2021.2836%207.02273C21.2598%207.00783%2021.2321%206.99994%2021.2038%207.00001H8.7977C8.76928%206.99967%208.74136%207.00736%208.71731%207.02218C8.69327%207.03699%208.67412%207.05829%208.66218%207.08349Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.2652%2015.3368C16.1945%2015.342%2015.8292%2015.3633%2015.0143%2015.3633C14.3661%2015.3633%2013.9059%2015.3443%2013.7445%2015.3368C11.2397%2015.2291%209.3701%2014.8031%209.3701%2014.293C9.3701%2013.7828%2011.2397%2013.3574%2013.7445%2013.248V14.9125C13.9083%2014.924%2014.3773%2014.951%2015.0255%2014.951C15.8032%2014.951%2016.1927%2014.9194%2016.2628%2014.913V13.2491C18.7623%2013.3579%2020.6278%2013.784%2020.6278%2014.293C20.6278%2014.8019%2018.7629%2015.228%2016.2628%2015.3362L16.2652%2015.3368ZM16.2652%2013.077V11.5875H19.7534V9.31622H10.2563V11.5875H13.7439V13.0764C10.9092%2013.2036%208.77734%2013.7523%208.77734%2014.4098C8.77734%2015.0673%2010.9092%2015.6154%2013.7439%2015.7433V20.5162H16.2646V15.7415C19.0929%2015.6143%2021.2211%2015.0662%2021.2211%2014.4093C21.2211%2013.7523%2019.0946%2013.2042%2016.2646%2013.0764L16.2652%2013.077Z'%20fill='%2350AF95'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_3059'%3e%3crect%20width='30'%20height='30'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_351_3059'%3e%3crect%20width='20'%20height='17'%20fill='white'%20transform='translate(5%207)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-usdt{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_351_3059)'%3e%3cpath%20d='M15%2030C23.3036%2030%2030%2023.3036%2030%2015C30%206.69643%2023.3036%200%2015%200C6.69643%200%200%206.69643%200%2015C0%2023.3036%206.69643%2030%2015%2030Z'%20fill='%2350AF95'/%3e%3cg%20clip-path='url(%23clip1_351_3059)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.66218%207.08349L5.01548%2014.5682C5.0016%2014.596%204.99721%2014.6275%205.00293%2014.6579C5.00866%2014.6884%205.0242%2014.7162%205.0473%2014.7374L14.8962%2023.9591C14.9241%2023.9853%2014.9614%2024%2015.0002%2024C15.0389%2024%2015.0762%2023.9853%2015.1042%2023.9591L24.953%2014.738C24.9761%2014.7168%2024.9917%2014.6889%2024.9974%2014.6585C25.0031%2014.628%2024.9987%2014.5966%2024.9848%2014.5687L21.3381%207.08407C21.3264%207.05893%2021.3074%207.03764%2021.2836%207.02273C21.2598%207.00783%2021.2321%206.99994%2021.2038%207.00001H8.7977C8.76928%206.99967%208.74136%207.00736%208.71731%207.02218C8.69327%207.03699%208.67412%207.05829%208.66218%207.08349Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16.2652%2015.3368C16.1945%2015.342%2015.8292%2015.3633%2015.0143%2015.3633C14.3661%2015.3633%2013.9059%2015.3443%2013.7445%2015.3368C11.2397%2015.2291%209.3701%2014.8031%209.3701%2014.293C9.3701%2013.7828%2011.2397%2013.3574%2013.7445%2013.248V14.9125C13.9083%2014.924%2014.3773%2014.951%2015.0255%2014.951C15.8032%2014.951%2016.1927%2014.9194%2016.2628%2014.913V13.2491C18.7623%2013.3579%2020.6278%2013.784%2020.6278%2014.293C20.6278%2014.8019%2018.7629%2015.228%2016.2628%2015.3362L16.2652%2015.3368ZM16.2652%2013.077V11.5875H19.7534V9.31622H10.2563V11.5875H13.7439V13.0764C10.9092%2013.2036%208.77734%2013.7523%208.77734%2014.4098C8.77734%2015.0673%2010.9092%2015.6154%2013.7439%2015.7433V20.5162H16.2646V15.7415C19.0929%2015.6143%2021.2211%2015.0662%2021.2211%2014.4093C21.2211%2013.7523%2019.0946%2013.2042%2016.2646%2013.0764L16.2652%2013.077Z'%20fill='%2350AF95'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_3059'%3e%3crect%20width='30'%20height='30'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_351_3059'%3e%3crect%20width='20'%20height='17'%20fill='white'%20transform='translate(5%207)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-ton{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2678)'%3e%3cpath%20d='M23%2046C35.7321%2046%2046%2035.7321%2046%2023C46%2010.2679%2035.7321%200%2023%200C10.2679%200%200%2010.2679%200%2023C0%2035.7321%2010.2679%2046%2023%2046Z'%20fill='%230098EA'/%3e%3cpath%20d='M30.8858%2012.8143H15.1144C12.2394%2012.8143%2010.4322%2015.9357%2011.8286%2018.4822L21.5215%2035.3214C22.1786%2036.3893%2023.7394%2036.3893%2024.3965%2035.3214L34.0894%2018.4822C35.5679%2015.9357%2033.7608%2012.8143%2030.8858%2012.8143ZM21.6036%2030.2286L19.4679%2026.1214L14.3751%2017.0036C14.0465%2016.4286%2014.4572%2015.6893%2015.1965%2015.6893H21.6036V30.2286ZM31.6251%2017.0036L26.5322%2026.1214L24.3965%2030.2286V15.6893H30.8036C31.5429%2015.6893%2031.9536%2016.4286%2031.6251%2017.0036Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2678'%3e%3crect%20width='46'%20height='46'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-rocket{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_961)'%3e%3cpath%20d='M5.29987%2018.7C5.74992%2019.1501%206.00276%2019.7605%206.00276%2020.397C6.00276%2021.0335%205.74992%2021.6439%205.29987%2022.094C4.02129%2022.9706%202.59413%2023.6076%201.08787%2023.974C0.941667%2024.0078%200.78929%2024.0039%200.644991%2023.9628C0.500693%2023.9216%200.369192%2023.8445%200.262791%2023.7387C0.156391%2023.6329%200.0785694%2023.5019%200.0366088%2023.3578C-0.00535177%2023.2137%20-0.0100799%2023.0614%200.0228668%2022.915C0.388046%2021.4079%201.02404%2019.9797%201.89987%2018.7C2.12284%2018.4763%202.38778%2018.2987%202.6795%2018.1776C2.97123%2018.0565%203.28399%2017.9941%203.59987%2017.9941C3.91574%2017.9941%204.22851%2018.0565%204.52023%2018.1776C4.81196%2018.2987%205.0769%2018.4763%205.29987%2018.7ZM6.25687%208.139C6.27287%208.116%206.28987%208.093%206.25687%208.139V8.139ZM17.9999%208.5C17.9999%207.83696%2017.7365%207.20107%2017.2676%206.73223C16.7988%206.26339%2016.1629%206%2015.4999%206C14.8368%206%2014.2009%206.26339%2013.7321%206.73223C13.2633%207.20107%2012.9999%207.83696%2012.9999%208.5C12.9999%209.16304%2013.2633%209.79893%2013.7321%2010.2678C14.2009%2010.7366%2014.8368%2011%2015.4999%2011C16.1629%2011%2016.7988%2010.7366%2017.2676%2010.2678C17.7365%209.79893%2017.9999%209.16304%2017.9999%208.5ZM16.0239%2017.629L16.0319%2017.623C15.8241%2018.3508%2015.5486%2019.0576%2015.2089%2019.734C14.4091%2021.4772%2013.0565%2022.9078%2011.3609%2023.804C10.9913%2023.9581%2010.5893%2024.0184%2010.1907%2023.9794C9.79219%2023.9405%209.40948%2023.8035%209.07671%2023.5807C8.74395%2023.358%208.47148%2023.0563%208.28359%2022.7027C8.0957%2022.3491%207.99823%2021.9544%207.99987%2021.554V19C7.99593%2018.2056%207.67859%2017.4448%207.11683%2016.883C6.55507%2016.3213%205.7943%2016.0039%204.99987%2016H2.39187C2.00023%2016.0017%201.61427%2015.9064%201.26842%2015.7226C0.92256%2015.5389%200.627557%2015.2724%200.409722%2014.9469C0.191886%2014.6215%200.057991%2014.2471%200.0199783%2013.8573C-0.0180344%2013.4676%200.0410174%2013.0744%200.191867%2012.713C1.06807%2011.0547%202.4671%209.73195%204.17187%208.95C4.83981%208.61469%205.53791%208.34315%206.25687%208.139C6.22587%208.183%206.24087%208.161%206.25687%208.139C10.0879%202.8%2014.4689%200.170998%2020.4579%20-2.16513e-06C20.9205%20-0.00382482%2021.3794%200.0837893%2021.8081%200.257809C22.2369%200.431828%2022.627%200.688825%2022.9561%201.01404C23.2852%201.33926%2023.5469%201.72628%2023.726%202.1529C23.9051%202.57951%2023.9982%203.03731%2023.9999%203.5C23.8289%209.531%2021.3749%2013.793%2016.0329%2017.623L16.0239%2017.629ZM20.9999%203.458C20.9909%203.33219%2020.9341%203.21459%2020.8411%203.12939C20.7481%203.0442%2020.626%202.99789%2020.4999%203C15.4639%203.144%2012.1999%205%208.88787%209.614C8.07959%2010.7714%207.35988%2011.9882%206.73487%2013.254C7.66669%2013.5366%208.51601%2014.0412%209.20993%2014.7243C9.90385%2015.4074%2010.4216%2016.2487%2010.7189%2017.176L12.8819%2016.1C13.3879%2015.8%2013.8999%2015.466%2014.3869%2015.117C18.9999%2011.8%2020.8559%208.536%2020.9999%203.458ZM16.0319%2017.623L16.0419%2017.616L16.0329%2017.623H16.0319Z'%20fill='%2314CEFE'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_961'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-bnb{background-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M45.3092%2028.5639C42.2372%2040.8854%2029.7576%2048.3842%2017.4346%2045.3115C5.11668%2042.2396%20-2.38204%2029.7592%200.691335%2017.4384C3.76183%205.11541%2016.2415%20-2.38403%2028.5609%200.687906C40.8831%203.75984%2048.3811%2016.2417%2045.3092%2028.5639Z'%20fill='%23EEB52A'/%3e%3cg%20clip-path='url(%23clip0_351_880)'%3e%3cpath%20d='M17.8766%2020.892L22.9503%2015.8584L28.0267%2020.8946L30.9789%2017.9656L22.9503%2010L14.9243%2017.963L17.8766%2020.892Z'%20fill='white'/%3e%3cpath%20d='M15.7918%2022.9597L12.8396%2020.0308L9.88727%2022.9598L12.8395%2025.8888L15.7918%2022.9597Z'%20fill='white'/%3e%3cpath%20d='M17.8765%2025.0284L22.9502%2030.062L28.0264%2025.0259L30.9803%2027.9533L30.9788%2027.9549L22.9502%2035.9203L14.924%2027.9576L14.9199%2027.9535L17.8765%2025.0284Z'%20fill='white'/%3e%3cpath%20d='M33.0613%2025.8902L36.0137%2022.9611L33.0615%2020.0322L30.1092%2022.9613L33.0613%2025.8902Z'%20fill='white'/%3e%3cpath%20d='M25.9449%2022.9586H25.9461L22.9503%2019.9865L20.7364%2022.1829H20.7362L20.482%2022.4354L19.9573%2022.956L19.9531%2022.9601L19.9573%2022.9644L22.9503%2025.9339L25.9461%2022.9617L25.9476%2022.9601L25.9449%2022.9586Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_880'%3e%3crect%20width='26'%20height='26'%20fill='white'%20transform='translate(10%2010)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-btc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_839)'%3e%3cpath%20d='M45.3092%2028.5639C42.2372%2040.8854%2029.7576%2048.3842%2017.4346%2045.3115C5.11668%2042.2396%20-2.38204%2029.7592%200.691335%2017.4384C3.76183%205.11541%2016.2415%20-2.38403%2028.5609%200.687906C40.8831%203.75984%2048.3811%2016.2417%2045.3092%2028.5639Z'%20fill='%23F7931A'/%3e%3cpath%20d='M33.1411%2019.7232C33.599%2016.6628%2031.2688%2015.0175%2028.0826%2013.92L29.1161%209.77426L26.5926%209.14535L25.5864%2013.1818C24.9229%2013.0165%2024.2416%2012.8606%2023.5645%2012.706L24.5779%208.64294L22.0559%208.01404L21.0216%2012.1584C20.4724%2012.0333%2019.9334%2011.9097%2019.4101%2011.7796L19.413%2011.7666L15.9328%2010.8977L15.2615%2013.593C15.2615%2013.593%2017.1339%2014.0221%2017.0943%2014.0487C18.1164%2014.3038%2018.3011%2014.9802%2018.2702%2015.5163L17.0929%2020.2393C17.1633%2020.2572%2017.2546%2020.2831%2017.3552%2020.3233C17.2711%2020.3025%2017.1813%2020.2795%2017.0886%2020.2572L15.4383%2026.8733C15.3133%2027.1838%2014.9963%2027.6496%2014.2819%2027.4728C14.307%2027.5094%2012.4476%2027.0149%2012.4476%2027.0149L11.1948%2029.9036L14.4788%2030.7222C15.0897%2030.8753%2015.6884%2031.0356%2016.2778%2031.1865L15.2335%2035.3797L17.7541%2036.0086L18.7884%2031.86C19.477%2032.0469%2020.1454%2032.2194%2020.7995%2032.3818L19.7688%2036.511L22.2923%2037.1399L23.3367%2032.9547C27.6398%2033.769%2030.8756%2033.4405%2032.2377%2029.5485C33.3352%2026.4148%2032.183%2024.6071%2029.919%2023.4283C31.5678%2023.0481%2032.8098%2021.9635%2033.1411%2019.7232ZM27.3753%2027.8084C26.5955%2030.9422%2021.3191%2029.2481%2019.6085%2028.8233L20.9943%2023.2681C22.7049%2023.695%2028.1904%2024.5403%2027.3753%2027.8084ZM28.1559%2019.6779C27.4443%2022.5285%2023.0528%2021.0802%2021.6282%2020.7251L22.8846%2015.6867C24.3091%2016.0418%2028.8969%2016.7044%2028.1559%2019.6779Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_839'%3e%3crect%20width='46'%20height='46'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-trx{background-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_351_1673)'%3e%3cg%20clip-path='url(%23clip1_351_1673)'%3e%3cpath%20d='M45.3092%2028.5639C42.2372%2040.8854%2029.7576%2048.3842%2017.4346%2045.3115C5.11668%2042.2396%20-2.38204%2029.7592%200.691335%2017.4384C3.76183%205.11541%2016.2415%20-2.38403%2028.5609%200.687906C40.8831%203.75984%2048.3811%2016.2417%2045.3092%2028.5639Z'%20fill='%23FF060A'/%3e%3cg%20clip-path='url(%23clip2_351_1673)'%3e%3cpath%20d='M35.0811%2019.23C33.9561%2018.1913%2032.3998%2016.605%2031.1323%2015.48L31.0573%2015.4275C30.9325%2015.3273%2030.7918%2015.2487%2030.6411%2015.195C27.5848%2014.625%2013.3611%2011.9663%2013.0836%2012C13.0058%2012.0109%2012.9315%2012.0391%2012.8661%2012.0825L12.7948%2012.1388C12.7071%2012.2279%2012.6404%2012.3355%2012.5998%2012.4538L12.5811%2012.5025V12.7688V12.81C14.1823%2017.2688%2020.5048%2031.875%2021.7498%2035.3025C21.8248%2035.535%2021.9673%2035.9775%2022.2336%2036H22.2936C22.4361%2036%2023.0436%2035.1975%2023.0436%2035.1975C23.0436%2035.1975%2033.9036%2022.0275%2035.0023%2020.625C35.1445%2020.4523%2035.2701%2020.2664%2035.3773%2020.07C35.4047%2019.9163%2035.3918%2019.7582%2035.3398%2019.611C35.2879%2019.4638%2035.1988%2019.3325%2035.0811%2019.23ZM25.8298%2020.7638L30.4648%2016.92L33.1836%2019.425L25.8298%2020.7638ZM24.0298%2020.5125L16.0498%2013.9725L28.9611%2016.3538L24.0298%2020.5125ZM24.7498%2022.2263L32.9173%2020.91L23.5798%2032.16L24.7498%2022.2263ZM14.9661%2014.625L23.3623%2021.75L22.1473%2032.1675L14.9661%2014.625Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1673'%3e%3crect%20width='46'%20height='46'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_351_1673'%3e%3crect%20width='46'%20height='46'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip2_351_1673'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(12%2012)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-eth{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_856)'%3e%3cpath%20d='M45.3092%2028.5639C42.2372%2040.8854%2029.7576%2048.3842%2017.4346%2045.3115C5.11668%2042.2396%20-2.38204%2029.7592%200.691335%2017.4384C3.76183%205.11541%2016.2415%20-2.38403%2028.5609%200.687906C40.8831%203.75984%2048.3811%2016.2417%2045.3092%2028.5639Z'%20fill='white'/%3e%3cpath%20d='M22.9977%2010L22.823%2010.5925V27.7842L22.9977%2027.9582L30.9953%2023.2411L22.9977%2010Z'%20fill='%23343434'/%3e%3cpath%20d='M22.9977%2010L15%2023.2411L22.9977%2027.9583V19.6139V10Z'%20fill='%238C8C8C'/%3e%3cpath%20d='M22.9976%2029.4692L22.8992%2029.589V35.7131L22.9976%2036L31%2024.7545L22.9976%2029.4692Z'%20fill='%233C3C3B'/%3e%3cpath%20d='M22.9977%2035.9999V29.4691L15%2024.7544L22.9977%2035.9999Z'%20fill='%238C8C8C'/%3e%3cpath%20d='M22.9976%2027.9582L30.9951%2023.2412L22.9976%2019.614V27.9582Z'%20fill='%23141414'/%3e%3cpath%20d='M15%2023.2412L22.9975%2027.9582V19.614L15%2023.2412Z'%20fill='%23393939'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_856'%3e%3crect%20width='46'%20height='46'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-sol{background-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M45.3092%2028.5639C42.2372%2040.8854%2029.7576%2048.3842%2017.4346%2045.3115C5.11668%2042.2396%20-2.38204%2029.7592%200.691335%2017.4384C3.76183%205.11541%2016.2415%20-2.38403%2028.5609%200.687906C40.8831%203.75984%2048.3811%2016.2417%2045.3092%2028.5639Z'%20fill='%23232323'/%3e%3cg%20clip-path='url(%23clip0_351_918)'%3e%3cpath%20d='M14.2234%2028.2647C14.3803%2028.1107%2014.596%2028.0209%2014.8248%2028.0209H35.5752C35.9543%2028.0209%2036.1439%2028.47%2035.8759%2028.7331L31.7768%2032.7562C31.6199%2032.9102%2031.4042%2033%2031.1754%2033H10.425C10.0459%2033%209.85627%2032.5509%2010.1243%2032.2878L14.2234%2028.2647Z'%20fill='url(%23paint0_linear_351_918)'/%3e%3cpath%20d='M14.2234%2013.2438C14.3868%2013.0898%2014.6026%2013%2014.8248%2013H35.5752C35.9543%2013%2036.1439%2013.4491%2035.8759%2013.7122L31.7768%2017.7353C31.6199%2017.8893%2031.4042%2017.9791%2031.1754%2017.9791H10.425C10.0459%2017.9791%209.85627%2017.53%2010.1243%2017.2669L14.2234%2013.2438Z'%20fill='url(%23paint1_linear_351_918)'/%3e%3cpath%20d='M31.7768%2020.7061C31.6199%2020.5521%2031.4042%2020.4623%2031.1754%2020.4623H10.425C10.0459%2020.4623%209.85627%2020.9114%2010.1243%2021.1745L14.2234%2025.1976C14.3803%2025.3516%2014.596%2025.4414%2014.8248%2025.4414H35.5752C35.9543%2025.4414%2036.1439%2024.9923%2035.8759%2024.7292L31.7768%2020.7061Z'%20fill='url(%23paint2_linear_351_918)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_351_918'%20x1='33.5929'%20y1='10.5967'%20x2='19.6497'%20y2='37.8078'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2300FFA3'/%3e%3cstop%20offset='1'%20stop-color='%23DC1FFF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_351_918'%20x1='27.3135'%20y1='7.37912'%20x2='13.3704'%20y2='34.5902'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2300FFA3'/%3e%3cstop%20offset='1'%20stop-color='%23DC1FFF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_351_918'%20x1='30.4332'%20y1='8.97765'%20x2='16.4901'%20y2='36.1887'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2300FFA3'/%3e%3cstop%20offset='1'%20stop-color='%23DC1FFF'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_351_918'%3e%3crect%20width='26'%20height='20'%20fill='white'%20transform='translate(10%2013)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-send-money{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2653)'%3e%3cpath%20d='M19.9883%2010.475C19.7383%2015.8158%2015.3508%2020%2010%2020C4.48583%2020%200%2015.5142%200%2010C0%204.64917%204.18417%200.260833%209.525%200.0116667C10.235%20-0.0191667%2010.8%200.511667%2010.8317%201.20167C10.8642%201.89167%2010.3308%202.47667%209.64167%202.50833C5.63667%202.69667%202.5%205.98667%202.5%2010C2.5%2014.1358%205.86417%2017.5%2010%2017.5C14.0133%2017.5%2017.3042%2014.3625%2017.4917%2010.3583C17.5233%209.66917%2018.09%209.145%2018.7983%209.16833C19.4875%209.2%2020.0208%209.785%2019.9883%2010.475ZM10%204.16667C9.53917%204.16667%209.16667%204.53917%209.16667%205V5.83333C7.78833%205.83333%206.66667%206.955%206.66667%208.33333C6.66667%209.46583%207.47833%2010.425%208.59583%2010.6108L11.1292%2011.0325C11.4408%2011.0842%2011.6667%2011.3508%2011.6667%2011.6667C11.6667%2012.1267%2011.2933%2012.5%2010.8333%2012.5H8.94333C8.64667%2012.5%208.37%2012.3408%208.22083%2012.0825C7.99083%2011.6833%207.48167%2011.5467%207.0825%2011.7792C6.68417%2012.0092%206.5475%2012.5192%206.77917%2012.9175C7.22417%2013.6883%208.05417%2014.1667%208.94417%2014.1667H9.1675V15C9.1675%2015.4608%209.54%2015.8333%2010.0008%2015.8333C10.4617%2015.8333%2010.8342%2015.4608%2010.8342%2015V14.1667C12.2125%2014.1667%2013.3342%2013.045%2013.3342%2011.6667C13.3342%2010.5342%2012.5225%209.575%2011.405%209.38917L8.87167%208.9675C8.56%208.91583%208.33417%208.64917%208.33417%208.33333C8.33417%207.87333%208.7075%207.5%209.1675%207.5H11.0575C11.3542%207.5%2011.6308%207.65917%2011.78%207.9175C12.0092%208.31583%2012.5183%208.4525%2012.9183%208.22083C13.3167%207.99083%2013.4533%207.48083%2013.2217%207.0825C12.7767%206.31167%2011.9467%205.83333%2011.0567%205.83333H10.8333V5C10.8333%204.53917%2010.4608%204.16667%2010%204.16667ZM19.2275%200H15.7733C15.0858%200%2014.7408%200.831667%2015.2275%201.31833L16.0708%202.16167L13.6992%204.53333C13.2108%205.02167%2013.2108%205.8125%2013.6992%206.30083C13.9433%206.545%2014.2633%206.66667%2014.5833%206.66667C14.9033%206.66667%2015.2233%206.545%2015.4675%206.30083L17.8392%203.92917L18.6825%204.7725C19.1692%205.25917%2020.0008%204.91417%2020.0008%204.22667V0.7725C20.0008%200.345833%2019.6542%200%2019.2275%200Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2653'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-arrow-down{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1471)'%3e%3cpath%20d='M4.64405%2015.9075L7.90989%2019.1734C8.46541%2019.704%209.20412%2020.0002%209.97239%2020.0002C10.7407%2020.0002%2011.4794%2019.704%2012.0349%2019.1734L15.3007%2015.9075C15.5284%2015.6718%2015.6544%2015.356%2015.6516%2015.0283C15.6487%2014.7005%2015.5173%2014.387%2015.2855%2014.1552C15.0537%2013.9235%2014.7402%2013.792%2014.4125%2013.7892C14.0847%2013.7863%2013.769%2013.9123%2013.5332%2014.14L11.2166%2016.4567L11.1974%201.24835C11.1974%200.916832%2011.0657%200.59889%2010.8313%200.364469C10.5969%200.130048%2010.2789%20-0.00164842%209.94739%20-0.00164845C9.61587%20-0.00164848%209.29793%200.130048%209.06351%200.364469C8.82909%200.59889%208.69739%200.916831%208.69739%201.24835L8.71656%2016.445L6.41156%2014.14C6.29625%2014.0206%206.15832%2013.9254%206.00581%2013.8599C5.85331%2013.7944%205.68928%2013.7599%205.52331%2013.7585C5.35733%2013.757%205.19273%2013.7886%205.03911%2013.8515C4.88549%2013.9143%204.74593%2014.0072%204.62856%2014.1245C4.5112%2014.2419%204.41838%2014.3815%204.35553%2014.5351C4.29268%2014.6887%204.26105%2014.8533%204.26249%2015.0193C4.26393%2015.1852%204.29842%2015.3493%204.36393%2015.5018C4.42944%2015.6543%204.52467%2015.7922%204.64405%2015.9075Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1471'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(20%2020)%20rotate(-180)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-arrow-up{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1456)'%3e%3cpath%20d='M15.3559%204.09248L12.0901%200.826647C11.5346%200.295955%2010.7959%20-0.000183105%2010.0276%20-0.000183105C9.25934%20-0.000183105%208.52063%200.295955%207.96511%200.826647L4.69928%204.09248C4.47158%204.32823%204.34559%204.64399%204.34844%204.97173C4.35128%205.29948%204.48275%205.61299%204.71451%205.84475C4.94627%206.07651%205.25978%206.20797%205.58753%206.21082C5.91527%206.21367%206.23103%206.08768%206.46678%205.85998L8.78345%203.54331L8.80261%2018.7516C8.80261%2019.0832%208.93431%2019.4011%209.16873%2019.6355C9.40315%2019.87%209.72109%2020.0016%2010.0526%2020.0016C10.3841%2020.0016%2010.7021%2019.87%2010.9365%2019.6355C11.1709%2019.4011%2011.3026%2019.0832%2011.3026%2018.7516L11.2834%203.55498L13.5884%205.85998C13.7038%205.97937%2013.8417%206.0746%2013.9942%206.14011C14.1467%206.20562%2014.3107%206.2401%2014.4767%206.24154C14.6427%206.24299%2014.8073%206.21136%2014.9609%206.14851C15.1145%206.08566%2015.2541%205.99284%2015.3714%205.87547C15.4888%205.75811%2015.5816%205.61854%2015.6445%205.46492C15.7073%205.3113%2015.739%205.1467%2015.7375%204.98073C15.7361%204.81475%2015.7016%204.65073%2015.6361%204.49823C15.5706%204.34572%2015.4753%204.20779%2015.3559%204.09248Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1456'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-calendar{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2644)'%3e%3cpath%20d='M15.4167%201.66667H15V1.25C15%200.918479%2014.8683%200.600537%2014.6339%200.366116C14.3995%200.131696%2014.0815%200%2013.75%200C13.4185%200%2013.1005%200.131696%2012.8661%200.366116C12.6317%200.600537%2012.5%200.918479%2012.5%201.25V1.66667H7.5V1.25C7.5%200.918479%207.3683%200.600537%207.13388%200.366116C6.89946%200.131696%206.58152%200%206.25%200C5.91848%200%205.60054%200.131696%205.36612%200.366116C5.1317%200.600537%205%200.918479%205%201.25V1.66667H4.58333C3.36776%201.66667%202.20197%202.14955%201.34243%203.00909C0.482886%203.86864%200%205.03442%200%206.25L0%2015.4167C0%2016.6322%200.482886%2017.798%201.34243%2018.6576C2.20197%2019.5171%203.36776%2020%204.58333%2020H15.4167C16.6322%2020%2017.798%2019.5171%2018.6576%2018.6576C19.5171%2017.798%2020%2016.6322%2020%2015.4167V6.25C20%205.03442%2019.5171%203.86864%2018.6576%203.00909C17.798%202.14955%2016.6322%201.66667%2015.4167%201.66667ZM15.4167%2017.5H4.58333C4.0308%2017.5%203.5009%2017.2805%203.11019%2016.8898C2.71949%2016.4991%202.5%2015.9692%202.5%2015.4167V8.33333H17.5V15.4167C17.5%2015.9692%2017.2805%2016.4991%2016.8898%2016.8898C16.4991%2017.2805%2015.9692%2017.5%2015.4167%2017.5Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2644'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-earnings{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1512)'%3e%3cpath%20d='M15.4166%200H10.8332C10.5017%200%2010.1838%200.131696%209.94935%200.366116C9.71493%200.600537%209.58323%200.918479%209.58323%201.25C9.58323%201.58152%209.71493%201.89946%209.94935%202.13388C10.1838%202.3683%2010.5017%202.5%2010.8332%202.5H15.4166C15.5127%202.5029%2015.6085%202.51265%2015.7032%202.52917L0.369896%2017.8625C0.1354%2018.097%200.00366211%2018.415%200.00366211%2018.7467C0.00366211%2019.0783%200.1354%2019.3963%200.369896%2019.6308C0.604392%2019.8653%200.922436%2019.9971%201.25406%2019.9971C1.58569%2019.9971%201.90373%2019.8653%202.13823%2019.6308L17.4716%204.2975C17.4878%204.39199%2017.4972%204.4875%2017.4999%204.58333V9.16667C17.4999%209.49819%2017.6316%209.81613%2017.866%2010.0506C18.1004%2010.285%2018.4184%2010.4167%2018.7499%2010.4167C19.0814%2010.4167%2019.3994%2010.285%2019.6338%2010.0506C19.8682%209.81613%2019.9999%209.49819%2019.9999%209.16667V4.58333C19.9984%203.36823%2019.515%202.20334%2018.6558%201.34413C17.7966%200.484925%2016.6317%200.00154355%2015.4166%200Z'%20fill='%23616F8B'/%3e%3cpath%20d='M5.41675%209.16663C6.15843%209.16663%206.88345%208.94669%207.50014%208.53464C8.11682%208.12258%208.59747%207.53691%208.8813%206.85169C9.16512%206.16647%209.23939%205.41247%209.09469%204.68504C8.95%203.95761%208.59284%203.28942%208.0684%202.76498C7.54395%202.24053%206.87577%201.88338%206.14834%201.73868C5.42091%201.59399%204.66691%201.66825%203.98169%201.95208C3.29646%202.23591%202.71079%202.71655%202.29874%203.33324C1.88668%203.94992%201.66675%204.67495%201.66675%205.41663C1.66785%206.41085%202.06329%207.36404%202.76632%208.06706C3.46934%208.77008%204.42252%209.16552%205.41675%209.16663ZM5.41675%204.16663C5.66397%204.16663%205.90565%204.23994%206.11121%204.37729C6.31677%204.51464%206.47699%204.70987%206.5716%204.93827C6.66621%205.16668%206.69096%205.41801%206.64273%205.66049C6.5945%205.90297%206.47545%206.1257%206.30063%206.30051C6.12582%206.47533%205.90309%206.59438%205.66061%206.64261C5.41813%206.69084%205.1668%206.66609%204.93839%206.57148C4.70999%206.47687%204.51476%206.31665%204.37741%206.11109C4.24006%205.90553%204.16675%205.66385%204.16675%205.41663C4.16675%205.08511%204.29844%204.76716%204.53286%204.53274C4.76728%204.29832%205.08523%204.16663%205.41675%204.16663Z'%20fill='%23616F8B'/%3e%3cpath%20d='M14.5833%2010.8334C13.8416%2010.8334%2013.1165%2011.0533%2012.4999%2011.4654C11.8832%2011.8774%2011.4025%2012.4631%2011.1187%2013.1483C10.8349%2013.8335%2010.7606%2014.5875%2010.9053%2015.315C11.05%2016.0424%2011.4072%2016.7106%2011.9316%2017.235C12.4561%2017.7595%2013.1242%2018.1166%2013.8517%2018.2613C14.5791%2018.406%2015.3331%2018.3318%2016.0183%2018.0479C16.7035%2017.7641%2017.2892%2017.2834%2017.7013%2016.6668C18.1133%2016.0501%2018.3333%2015.3251%2018.3333%2014.5834C18.3322%2013.5892%2017.9367%2012.636%2017.2337%2011.9329C16.5307%2011.2299%2015.5775%2010.8345%2014.5833%2010.8334ZM14.5833%2015.8334C14.336%2015.8334%2014.0944%2015.7601%2013.8888%2015.6227C13.6832%2015.4854%2013.523%2015.2901%2013.4284%2015.0617C13.3338%2014.8333%2013.309%2014.582%2013.3573%2014.3395C13.4055%2014.097%2013.5246%2013.8743%2013.6994%2013.6995C13.8742%2013.5247%2014.0969%2013.4056%2014.3394%2013.3574C14.5819%2013.3092%2014.8332%2013.3339%2015.0616%2013.4285C15.29%2013.5231%2015.4852%2013.6834%2015.6226%2013.8889C15.7599%2014.0945%2015.8333%2014.3361%2015.8333%2014.5834C15.8333%2014.9149%2015.7016%2015.2328%2015.4671%2015.4673C15.2327%2015.7017%2014.9148%2015.8334%2014.5833%2015.8334Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1512'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-percentage{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1497)'%3e%3cpath%20d='M1.24993%2020.0001C0.929928%2020.0001%200.609928%2019.8784%200.365762%2019.6342C-0.122572%2019.1459%20-0.122572%2018.3551%200.365762%2017.8667L17.8658%200.365884C18.3541%20-0.12245%2019.1449%20-0.12245%2019.6333%200.365884C20.1216%200.853384%2020.1216%201.64588%2019.6333%202.13338L2.1341%2019.6342C1.88993%2019.8784%201.56993%2020.0001%201.24993%2020.0001ZM7.49993%203.75005C7.49993%201.68255%205.81743%205.04628e-05%203.74993%205.04628e-05C1.68243%205.04628e-05%20-7.16075e-05%201.68255%20-7.16075e-05%203.75005C-7.16075e-05%205.81755%201.68243%207.50005%203.74993%207.50005C5.81743%207.50005%207.49993%205.81755%207.49993%203.75005ZM4.99993%203.75005C4.99993%204.43922%204.4391%205.00005%203.74993%205.00005C3.06076%205.00005%202.49993%204.43922%202.49993%203.75005C2.49993%203.06088%203.06076%202.50005%203.74993%202.50005C4.4391%202.50005%204.99993%203.06088%204.99993%203.75005ZM19.9999%2016.2501C19.9999%2014.1826%2018.3174%2012.5001%2016.2499%2012.5001C14.1824%2012.5001%2012.4999%2014.1826%2012.4999%2016.2501C12.4999%2018.3176%2014.1824%2020.0001%2016.2499%2020.0001C18.3174%2020.0001%2019.9999%2018.3176%2019.9999%2016.2501ZM17.4999%2016.2501C17.4999%2016.9392%2016.9391%2017.5001%2016.2499%2017.5001C15.5608%2017.5001%2014.9999%2016.9392%2014.9999%2016.2501C14.9999%2015.5609%2015.5608%2015.0001%2016.2499%2015.0001C16.9391%2015.0001%2017.4999%2015.5609%2017.4999%2016.2501Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1497'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-usd-circle{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1525)'%3e%3cpath%20d='M10%200C4.48583%200%200%204.48583%200%2010C0.5025%2023.2483%2019.5%2023.245%2020%2010C20%204.48583%2015.5142%200%2010%200ZM10%2017.5C5.86417%2017.5%202.5%2014.1358%202.5%2010C2.87667%200.0641664%2017.1242%200.0666666%2017.5%2010C17.5%2014.1358%2014.1358%2017.5%2010%2017.5ZM13.3333%2012.0108C13.3333%2013.3433%2012.4567%2014.475%2011.25%2014.8592V15.4167C11.2217%2017.06%208.77833%2017.0592%208.75%2015.4167V14.9342C7.95417%2014.7625%207.25083%2014.2617%206.83417%2013.5425C6.48917%2012.945%206.69333%2012.18%207.29083%2011.8342C7.8875%2011.4892%208.6525%2011.6933%208.99917%2012.2908C9.075%2012.4217%209.21%2012.5%209.36083%2012.5H10.345C10.8692%2012.515%2011.0192%2011.7358%2010.5267%2011.5567L8.54667%2010.765C5.955%209.8025%206.14333%205.89417%208.75083%205.14083V4.58333C8.77917%202.94%2011.2233%202.94083%2011.2508%204.58333V5.06583C12.0467%205.2375%2012.75%205.73833%2013.1667%206.4575C13.5117%207.055%2013.3075%207.82%2012.71%208.165C12.1133%208.51%2011.3475%208.30583%2011.0017%207.70917C10.9258%207.57833%2010.7908%207.5%2010.64%207.5H9.65583C9.13167%207.485%208.98167%208.26417%209.47417%208.44333L11.4542%209.235C12.5958%209.69167%2013.3333%2010.7808%2013.3333%2012.0108Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1525'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-repeat{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1482)'%3e%3cpath%20d='M-3.58162e-05%209.58331C-3.58162e-05%205.67747%203.17746%202.49997%207.0833%202.49997H15.8333V1.11414C15.8333%200.371642%2016.7308%20-2.51532e-05%2017.2558%200.524975L19.7558%203.16081C20.0816%203.48664%2020.0808%204.01414%2019.7558%204.33914L17.2558%206.97498C16.7308%207.49998%2015.8333%207.12831%2015.8333%206.38581V4.99997H7.0833C4.5558%204.99997%202.49996%207.05664%202.49996%209.58331C2.49996%2010.2733%201.9408%2010.8333%201.24996%2010.8333C0.559131%2010.8333%20-3.58162e-05%2010.2733%20-3.58162e-05%209.58331ZM18.75%209.16664C18.0591%209.16664%2017.5%209.72664%2017.5%2010.4166C17.5%2012.9433%2015.4441%2015%2012.9166%2015H4.16663V13.6141C4.16663%2012.8716%203.26913%2012.5%202.74413%2013.025L0.244131%2015.6608C-0.0817025%2015.9866%20-0.0817025%2016.5141%200.244131%2016.8391L2.74413%2019.475C3.26913%2020%204.16663%2019.6283%204.16663%2018.8858V17.5H12.9166C16.8225%2017.5%2020%2014.3225%2020%2010.4166C20%209.72664%2019.4408%209.16664%2018.75%209.16664Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1482'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-usd-circle{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1525)'%3e%3cpath%20d='M10%200C4.48583%200%200%204.48583%200%2010C0.5025%2023.2483%2019.5%2023.245%2020%2010C20%204.48583%2015.5142%200%2010%200ZM10%2017.5C5.86417%2017.5%202.5%2014.1358%202.5%2010C2.87667%200.0641664%2017.1242%200.0666666%2017.5%2010C17.5%2014.1358%2014.1358%2017.5%2010%2017.5ZM13.3333%2012.0108C13.3333%2013.3433%2012.4567%2014.475%2011.25%2014.8592V15.4167C11.2217%2017.06%208.77833%2017.0592%208.75%2015.4167V14.9342C7.95417%2014.7625%207.25083%2014.2617%206.83417%2013.5425C6.48917%2012.945%206.69333%2012.18%207.29083%2011.8342C7.8875%2011.4892%208.6525%2011.6933%208.99917%2012.2908C9.075%2012.4217%209.21%2012.5%209.36083%2012.5H10.345C10.8692%2012.515%2011.0192%2011.7358%2010.5267%2011.5567L8.54667%2010.765C5.955%209.8025%206.14333%205.89417%208.75083%205.14083V4.58333C8.77917%202.94%2011.2233%202.94083%2011.2508%204.58333V5.06583C12.0467%205.2375%2012.75%205.73833%2013.1667%206.4575C13.5117%207.055%2013.3075%207.82%2012.71%208.165C12.1133%208.51%2011.3475%208.30583%2011.0017%207.70917C10.9258%207.57833%2010.7908%207.5%2010.64%207.5H9.65583C9.13167%207.485%208.98167%208.26417%209.47417%208.44333L11.4542%209.235C12.5958%209.69167%2013.3333%2010.7808%2013.3333%2012.0108Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1525'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-load{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20d='M7.00008%2012.8333C6.20286%2012.8333%205.44939%2012.6802%204.73966%2012.3739C4.02994%2012.0677%203.41015%2011.6496%202.88029%2011.1198C2.35043%2010.5899%201.93237%209.9701%201.62612%209.26038C1.31987%208.55065%201.16675%207.79718%201.16675%206.99996C1.16675%206.19302%201.31987%205.43711%201.62612%204.73225C1.93237%204.02739%202.35043%203.41003%202.88029%202.88017C3.41015%202.35031%204.02994%201.93225%204.73966%201.626C5.44939%201.31975%206.20286%201.16663%207.00008%201.16663C7.16536%201.16663%207.3039%201.22253%207.41571%201.33433C7.52751%201.44614%207.58341%201.58468%207.58341%201.74996C7.58341%201.91524%207.52751%202.05378%207.41571%202.16558C7.3039%202.27739%207.16536%202.33329%207.00008%202.33329C5.70703%202.33329%204.60598%202.78781%203.69696%203.69683C2.78793%204.60586%202.33341%205.7069%202.33341%206.99996C2.33341%208.29302%202.78793%209.39406%203.69696%2010.3031C4.60598%2011.2121%205.70703%2011.6666%207.00008%2011.6666C8.29314%2011.6666%209.39418%2011.2121%2010.3032%2010.3031C11.2122%209.39406%2011.6667%208.29302%2011.6667%206.99996C11.6667%206.83468%2011.7227%206.69614%2011.8345%206.58433C11.9463%206.47253%2012.0848%206.41663%2012.2501%206.41663C12.4154%206.41663%2012.5539%206.47253%2012.6657%206.58433C12.7775%206.69614%2012.8334%206.83468%2012.8334%206.99996C12.8334%207.79718%2012.6803%208.55065%2012.374%209.26038C12.0678%209.9701%2011.6497%2010.5899%2011.1199%2011.1198C10.59%2011.6496%209.97265%2012.0677%209.26779%2012.3739C8.56293%2012.6802%207.80703%2012.8333%207.00008%2012.8333Z'%20fill='%23736B13'/%3e%3c/svg%3e")}.i-success{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20d='M5.57075%208.8375L10.5145%203.89375C10.6312%203.77708%2010.7673%203.71875%2010.9228%203.71875C11.0784%203.71875%2011.2145%203.77708%2011.3312%203.89375C11.4478%204.01042%2011.5062%204.14896%2011.5062%204.30937C11.5062%204.46979%2011.4478%204.60833%2011.3312%204.725L5.97908%2010.0917C5.86242%2010.2083%205.72631%2010.2667%205.57075%2010.2667C5.4152%2010.2667%205.27908%2010.2083%205.16242%2010.0917L2.65408%207.58333C2.53742%207.46667%202.48151%207.32812%202.48638%207.16771C2.49124%207.00729%202.552%206.86875%202.66867%206.75208C2.78533%206.63542%202.92388%206.57708%203.08429%206.57708C3.24471%206.57708%203.38325%206.63542%203.49992%206.75208L5.57075%208.8375Z'%20fill='%23235729'/%3e%3c/svg%3e")}.i-error{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%3e%3cpath%20d='M6.99997%207.8167L4.14163%2010.675C4.03469%2010.782%203.89858%2010.8354%203.7333%2010.8354C3.56802%2010.8354%203.43191%2010.782%203.32497%2010.675C3.21802%2010.5681%203.16455%2010.432%203.16455%2010.2667C3.16455%2010.1014%203.21802%209.96531%203.32497%209.85836L6.1833%207.00003L3.32497%204.1417C3.21802%204.03475%203.16455%203.89864%203.16455%203.73336C3.16455%203.56808%203.21802%203.43197%203.32497%203.32503C3.43191%203.21808%203.56802%203.16461%203.7333%203.16461C3.89858%203.16461%204.03469%203.21808%204.14163%203.32503L6.99997%206.18336L9.8583%203.32503C9.96525%203.21808%2010.1014%203.16461%2010.2666%203.16461C10.4319%203.16461%2010.568%203.21808%2010.675%203.32503C10.7819%203.43197%2010.8354%203.56808%2010.8354%203.73336C10.8354%203.89864%2010.7819%204.03475%2010.675%204.1417L7.81663%207.00003L10.675%209.85836C10.7819%209.96531%2010.8354%2010.1014%2010.8354%2010.2667C10.8354%2010.432%2010.7819%2010.5681%2010.675%2010.675C10.568%2010.782%2010.4319%2010.8354%2010.2666%2010.8354C10.1014%2010.8354%209.96525%2010.782%209.8583%2010.675L6.99997%207.8167Z'%20fill='%23601E1F'/%3e%3c/svg%3e")}.i-flat-calendar-end{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2827)'%3e%3cpath%20d='M8.33333%2018.75C8.33333%2019.4408%207.77417%2020%207.08333%2020H4.58333C2.05583%2020%200%2017.9442%200%2015.4167V6.25C0%203.7225%202.05583%201.66667%204.58333%201.66667H5V1.25C5%200.559167%205.55917%200%206.25%200C6.94083%200%207.5%200.559167%207.5%201.25V1.66667H12.5V1.25C12.5%200.559167%2013.06%200%2013.75%200C14.44%200%2015%200.559167%2015%201.25V1.66667H15.4167C17.9433%201.66667%2020%203.7225%2020%206.25C20%206.94083%2019.44%207.5%2018.75%207.5H2.5V15.4167C2.5%2016.565%203.435%2017.5%204.58333%2017.5H7.08333C7.77417%2017.5%208.33333%2018.0592%208.33333%2018.75ZM20%2014.5833C20%2017.575%2017.575%2020%2014.5833%2020C11.5917%2020%209.16667%2017.575%209.16667%2014.5833C9.16667%2011.5917%2011.5917%209.16667%2014.5833%209.16667C17.575%209.16667%2020%2011.5917%2020%2014.5833ZM16.5367%2014.7692L15.8333%2014.0658V12.9167C15.8333%2012.2267%2015.2733%2011.6667%2014.5833%2011.6667C13.8933%2011.6667%2013.3333%2012.2267%2013.3333%2012.9167V14.4108C13.3333%2014.8525%2013.5092%2015.2767%2013.8217%2015.5892L14.7692%2016.5367C15.2575%2017.025%2016.0483%2017.025%2016.5367%2016.5367C17.025%2016.0483%2017.025%2015.2575%2016.5367%2014.7692Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2827'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-calendar-check{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2906)'%3e%3cpath%20d='M20%206.25V15.4167C20%2017.9442%2017.9442%2020%2015.4167%2020H4.58333C2.49083%2020%200.665833%2018.5858%200.144167%2016.5617C-0.0283333%2015.8933%200.374167%2015.2117%201.04333%2015.0392C1.71333%2014.8658%202.39333%2015.27%202.56583%2015.9383C2.8025%2016.8583%203.6325%2017.5%204.58333%2017.5H15.4167C16.565%2017.5%2017.5%2016.565%2017.5%2015.4167V7.5H2.5V7.91667C2.5%208.6075%201.94083%209.16667%201.25%209.16667C0.559167%209.16667%200%208.6075%200%207.91667V6.25C0%203.7225%202.05583%201.66667%204.58333%201.66667H5V1.25C5%200.559167%205.55917%200%206.25%200C6.94083%200%207.5%200.559167%207.5%201.25V1.66667H12.5V1.25C12.5%200.559167%2013.0592%200%2013.75%200C14.4408%200%2015%200.559167%2015%201.25V1.66667H15.4167C17.9442%201.66667%2020%203.7225%2020%206.25ZM7.21167%2015.2067L9.76417%2012.6542C10.0792%2012.3392%2010.0792%2011.8283%209.76417%2011.5133L7.21167%208.96083C6.70333%208.4525%205.83417%208.8125%205.83417%209.53167V10.8342H1.25C0.559167%2010.8342%200%2011.3933%200%2012.0842C0%2012.775%200.559167%2013.3342%201.25%2013.3342H5.83417V14.6367C5.83417%2015.3558%206.70333%2015.7158%207.21167%2015.2075V15.2067Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2906'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-duration{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2704)'%3e%3cpath%20d='M9.93575%2014.8385C10.0258%2015.0618%209.99909%2015.3151%209.86492%2015.5143C9.72992%2015.7143%209.50575%2015.8335%209.26492%2015.8335H7.48909H5.71242C5.47159%2015.8335%205.24742%2015.7135%205.11242%2015.5143C4.97826%2015.3151%204.95159%2015.0618%205.04159%2014.8385C5.34742%2014.0818%205.93575%2013.3543%206.79075%2012.6785L7.04075%2012.481C7.30409%2012.2726%207.67825%2012.2735%207.94075%2012.4826L8.18575%2012.6785C9.04159%2013.3585%209.63075%2014.0851%209.93575%2014.8385ZM14.0441%2016.6868C13.4766%2016.2943%2012.6983%2016.4343%2012.3049%2017.0035C12.0891%2017.3151%2011.7358%2017.5001%2011.3591%2017.5001H3.63992C3.30575%2017.5001%202.98825%2017.3535%202.76825%2017.0993C2.64575%2016.956%202.44742%2016.6518%202.51159%2016.226C2.79242%2014.356%203.96659%2012.5918%206.00159%2010.981C6.30076%2010.7435%206.47575%2010.3826%206.47575%2010.001C6.47575%209.61931%206.30076%209.25764%206.00159%209.02098C3.96659%207.41014%202.79159%205.64514%202.51159%203.77514C2.44742%203.34931%202.64492%203.04598%202.76825%202.90264C2.98825%202.64764%203.30575%202.50181%203.63992%202.50181H11.3599C11.6933%202.50181%2012.0108%202.64681%2012.2299%202.90098C12.6799%203.42264%2013.4683%203.48181%2013.9924%203.03098C14.5158%202.58014%2014.5733%201.79098%2014.1224%201.26764C13.4283%200.462644%2012.4208%200.000977685%2011.3599%200.000977685H3.63992C2.57742%200.000144351%201.56909%200.463478%200.874088%201.27014C0.189088%202.06598%20-0.115912%203.11431%200.0399216%204.14598C0.358255%206.26431%201.45992%208.22848%203.31992%2010.0001C1.45992%2011.7718%200.358255%2013.736%200.0399216%2015.8543C-0.115912%2016.886%200.189088%2017.9343%200.874088%2018.7301C1.56909%2019.5376%202.57742%2020.0001%203.63992%2020.0001H11.3599C12.5574%2020.0001%2013.6791%2019.4118%2014.3616%2018.426C14.7549%2017.8585%2014.6124%2017.0793%2014.0441%2016.6868ZM19.9991%2010.0001C19.9991%2012.7618%2017.7608%2015.0001%2014.9991%2015.0001C12.2374%2015.0001%209.99909%2012.7618%209.99909%2010.0001C9.99909%207.23848%2012.2374%205.00014%2014.9991%205.00014C17.7608%205.00014%2019.9991%207.23848%2019.9991%2010.0001ZM17.0824%2010.9051L15.8324%209.65514V7.50014C15.8324%207.04014%2015.4591%206.66681%2014.9991%206.66681C14.5391%206.66681%2014.1658%207.04014%2014.1658%207.50014V9.65514C14.1658%2010.0968%2014.3416%2010.521%2014.6541%2010.8335L15.9041%2012.0835C16.2299%2012.4085%2016.7574%2012.4085%2017.0824%2012.0835C17.4083%2011.7576%2017.4083%2011.2301%2017.0824%2010.9051Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2704'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-fee{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2741)'%3e%3cpath%20d='M8.41661%205.49998V7.00081H9.33411C9.70244%207.00081%2010.0008%207.29915%2010.0008%207.66748C10.0008%208.03581%209.70244%208.33415%209.33411%208.33415H8.41661V10.1675C8.41661%2010.5358%208.11828%2010.8341%207.74994%2010.8341C7.38161%2010.8341%207.08327%2010.5358%207.08327%2010.1675V4.83415C7.08327%204.46581%207.38161%204.16748%207.74994%204.16748H9.33327C9.70161%204.16748%209.99994%204.46581%209.99994%204.83415C9.99994%205.20248%209.70161%205.50081%209.33327%205.50081H8.41577L8.41661%205.49998ZM13.0841%205.49998C13.4524%205.49998%2013.7508%205.20165%2013.7508%204.83331C13.7508%204.46498%2013.4524%204.16665%2013.0841%204.16665H11.5008C11.1324%204.16665%2010.8341%204.46498%2010.8341%204.83331V10.1666C10.8341%2010.535%2011.1324%2010.8333%2011.5008%2010.8333H13.0841C13.4524%2010.8333%2013.7508%2010.535%2013.7508%2010.1666C13.7508%209.79831%2013.4524%209.49998%2013.0841%209.49998H12.1666V8.33331H13.0841C13.4524%208.33331%2013.7508%208.03498%2013.7508%207.66665C13.7508%207.29831%2013.4524%206.99998%2013.0841%206.99998H12.1666V5.49915L13.0841%205.49998ZM16.8341%208.33331C17.2024%208.33331%2017.5008%208.03498%2017.5008%207.66665C17.5008%207.29831%2017.2024%206.99998%2016.8341%206.99998H15.9166V5.49915H16.8341C17.2024%205.49915%2017.5008%205.20081%2017.5008%204.83248C17.5008%204.46415%2017.2024%204.16581%2016.8341%204.16581H15.2508C14.8824%204.16581%2014.5841%204.46415%2014.5841%204.83248V10.1658C14.5841%2010.5341%2014.8824%2010.8325%2015.2508%2010.8325H16.8341C17.2024%2010.8325%2017.5008%2010.5341%2017.5008%2010.1658C17.5008%209.79748%2017.2024%209.49915%2016.8341%209.49915H15.9166V8.33248H16.8341V8.33331ZM16.2516%2012.5H16.2508C15.5608%2012.5%2015.0016%2013.0591%2015.0008%2013.7491L14.9983%2016.725L13.4733%2015.9616C13.0983%2015.775%2012.6566%2015.7875%2012.2933%2015.9941L9.99994%2017.305L7.70661%2015.9941C7.34411%2015.7883%206.90244%2015.7758%206.52661%2015.9616L5.00327%2016.7241V4.16748C5.00327%203.24915%205.74994%202.50165%206.66578%202.50081H13.3324C13.6983%202.50081%2014.0583%202.59665%2014.3733%202.77998C14.9699%203.12665%2015.7358%202.92415%2016.0824%202.32748C16.4299%201.73081%2016.2266%200.965812%2015.6299%200.618312C14.9349%200.214979%2014.1416%200.000812175%2013.3341%20-0.000854492H6.66411C4.36911%200.00247884%202.50244%201.87248%202.50244%204.16748V18.7475C2.50244%2019.1808%202.72661%2019.5833%203.09494%2019.8108C3.46494%2020.0383%203.92494%2020.0583%204.31161%2019.865L7.04577%2018.4966L9.37827%2019.83C9.76244%2020.05%2010.2341%2020.05%2010.6183%2019.83L12.9508%2018.4966L15.6849%2019.865C15.8616%2019.9525%2016.0533%2019.9966%2016.2441%2019.9966C16.4724%2019.9966%2016.6999%2019.9341%2016.9008%2019.81C17.2691%2019.5833%2017.4933%2019.1808%2017.4941%2018.7475L17.4983%2013.75C17.4983%2013.06%2016.9399%2012.5%2016.2491%2012.4991L16.2516%2012.5Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2741'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-hastag{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2720)'%3e%3cpath%20d='M18.75%207.50005C19.0815%207.50005%2019.3995%207.36835%2019.6339%207.13393C19.8683%206.89951%2020%206.58157%2020%206.25005C20%205.91853%2019.8683%205.60058%2019.6339%205.36616C19.3995%205.13174%2019.0815%205.00005%2018.75%205.00005H15.7267L16.2375%201.42671C16.2607%201.2642%2016.2517%201.09871%2016.2109%200.939695C16.1702%200.780676%2016.0985%200.631242%2016%200.499925C15.9015%200.368607%2015.7781%200.257978%2015.6368%200.174353C15.4955%200.0907291%2015.3392%200.0357472%2015.1767%200.012547C15.0142%20-0.0106532%2014.8487%20-0.00161736%2014.6896%200.0391386C14.5306%200.0798947%2014.3812%200.151573%2014.2499%200.25008C14.1186%200.348588%2014.0079%200.471995%2013.9243%200.613258C13.8407%200.75452%2013.7857%200.910869%2013.7625%201.07338L13.2017%205.00005H8.22667L8.7375%201.42671C8.7607%201.2642%208.75166%201.09871%208.71091%200.939695C8.67015%200.780676%208.59847%200.631242%208.49997%200.499925C8.40146%200.368607%208.27805%200.257978%208.13679%200.174353C7.99553%200.0907291%207.83918%200.0357472%207.67667%200.012547C7.51416%20-0.0106532%207.34867%20-0.00161736%207.18965%200.0391386C7.03063%200.0798947%206.8812%200.151573%206.74988%200.25008C6.61856%200.348588%206.50793%200.471995%206.42431%200.613258C6.34068%200.75452%206.2857%200.910869%206.2625%201.07338L5.70167%205.00005H2.08333C1.75181%205.00005%201.43387%205.13174%201.19945%205.36616C0.965029%205.60058%200.833333%205.91853%200.833333%206.25005C0.833333%206.58157%200.965029%206.89951%201.19945%207.13393C1.43387%207.36835%201.75181%207.50005%202.08333%207.50005H5.34417L4.63%2012.5H1.25C0.918479%2012.5%200.600537%2012.6317%200.366116%2012.8662C0.131696%2013.1006%200%2013.4185%200%2013.75C0%2014.0816%200.131696%2014.3995%200.366116%2014.6339C0.600537%2014.8684%200.918479%2015%201.25%2015H4.27333L3.7625%2018.5734C3.7393%2018.7359%203.74834%2018.9014%203.78909%2019.0604C3.82985%2019.2194%203.90153%2019.3689%204.00003%2019.5002C4.19898%2019.7654%204.49513%2019.9407%204.82333%2019.9875C5.15154%2020.0344%205.48491%2019.949%205.75012%2019.75C5.88144%2019.6515%205.99207%2019.5281%206.07569%2019.3868C6.15932%2019.2456%206.2143%2019.0892%206.2375%2018.9267L6.79833%2015H11.7733L11.2625%2018.5734C11.2156%2018.9016%2011.3011%2019.235%2011.5%2019.5002C11.699%2019.7654%2011.9951%2019.9407%2012.3233%2019.9875C12.6515%2020.0344%2012.9849%2019.949%2013.2501%2019.75C13.5153%2019.5511%2013.6906%2019.2549%2013.7375%2018.9267L14.2983%2015H17.9167C18.2482%2015%2018.5661%2014.8684%2018.8005%2014.6339C19.035%2014.3995%2019.1667%2014.0816%2019.1667%2013.75C19.1667%2013.4185%2019.035%2013.1006%2018.8005%2012.8662C18.5661%2012.6317%2018.2482%2012.5%2017.9167%2012.5H14.6558L15.37%207.50005H18.75ZM12.13%2012.5H7.15583L7.87%207.50005H12.8442L12.13%2012.5Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2720'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-flat-portrait{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_2731)'%3e%3cpath%20d='M15.4167%200H4.58333C3.36816%200.00132347%202.20314%200.484634%201.34389%201.34389C0.484634%202.20314%200.00132347%203.36816%200%204.58333L0%2015.4167C0.00132347%2016.6318%200.484634%2017.7969%201.34389%2018.6561C2.20314%2019.5154%203.36816%2019.9987%204.58333%2020H15.4167C16.6318%2019.9987%2017.7969%2019.5154%2018.6561%2018.6561C19.5154%2017.7969%2019.9987%2016.6318%2020%2015.4167V4.58333C19.9987%203.36816%2019.5154%202.20314%2018.6561%201.34389C17.7969%200.484634%2016.6318%200.00132347%2015.4167%200ZM17.5%2015.4167C17.5%2015.9692%2017.2805%2016.4991%2016.8898%2016.8898C16.4991%2017.2805%2015.9692%2017.5%2015.4167%2017.5H15V16.6667C15%2015.3406%2014.4732%2014.0688%2013.5355%2013.1311C12.5979%2012.1935%2011.3261%2011.6667%2010%2011.6667C8.67392%2011.6667%207.40215%2012.1935%206.46447%2013.1311C5.52678%2014.0688%205%2015.3406%205%2016.6667V17.5H4.58333C4.0308%2017.5%203.5009%2017.2805%203.11019%2016.8898C2.71949%2016.4991%202.5%2015.9692%202.5%2015.4167V4.58333C2.5%204.0308%202.71949%203.5009%203.11019%203.11019C3.5009%202.71949%204.0308%202.5%204.58333%202.5H15.4167C15.9692%202.5%2016.4991%202.71949%2016.8898%203.11019C17.2805%203.5009%2017.5%204.0308%2017.5%204.58333V15.4167Z'%20fill='%23616F8B'/%3e%3cpath%20d='M10.0002%2010C11.611%2010%2012.9168%208.69418%2012.9168%207.08335C12.9168%205.47252%2011.611%204.16669%2010.0002%204.16669C8.38933%204.16669%207.0835%205.47252%207.0835%207.08335C7.0835%208.69418%208.38933%2010%2010.0002%2010Z'%20fill='%23616F8B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_2731'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-arrows-opposite{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M5.55091%2016.2244L7.50914%2018.2046C7.70061%2018.3982%207.79634%2018.6403%207.79634%2018.9307C7.79634%2019.2211%207.70061%2019.4719%207.50914%2019.6832C7.30026%2019.8944%207.05222%2020%206.76501%2020C6.47781%2020%206.22976%2019.8944%206.02089%2019.6832L2.28721%2015.9076C2.18277%2015.802%202.10879%2015.6876%202.06527%2015.5644C2.02176%2015.4411%202%2015.3091%202%2015.1683C2%2015.0275%202.02176%2014.8955%202.06527%2014.7723C2.10879%2014.6491%202.18277%2014.5347%202.28721%2014.429L6.047%2010.6271C6.25587%2010.4158%206.49956%2010.3146%206.77807%2010.3234C7.05657%2010.3322%207.30026%2010.4422%207.50914%2010.6535C7.70061%2010.8647%207.8007%2011.1111%207.8094%2011.3927C7.8181%2011.6744%207.71802%2011.9208%207.50914%2012.132L5.55091%2014.1122H12C12.2959%2014.1122%2012.544%2014.2134%2012.7441%2014.4158C12.9443%2014.6183%2013.0444%2014.8691%2013.0444%2015.1683C13.0444%2015.4675%2012.9443%2015.7184%2012.7441%2015.9208C12.544%2016.1232%2012.2959%2016.2244%2012%2016.2244H5.55091ZM18.4491%209.88779H12C11.7041%209.88779%2011.456%209.78658%2011.2559%209.58416C11.0557%209.38174%2010.9556%209.13091%2010.9556%208.83168C10.9556%208.53245%2011.0557%208.28163%2011.2559%208.07921C11.456%207.87679%2011.7041%207.77558%2012%207.77558H18.4491L16.4909%205.79538C16.2994%205.60176%2016.2037%205.35974%2016.2037%205.06931C16.2037%204.77888%2016.2994%204.52805%2016.4909%204.31683C16.6997%204.10561%2016.9478%204%2017.235%204C17.5222%204%2017.7702%204.10561%2017.9791%204.31683L21.7128%208.09241C21.8172%208.19802%2021.8912%208.31243%2021.9347%208.43564C21.9782%208.55886%2022%208.69087%2022%208.83168C22%208.9725%2021.9782%209.10451%2021.9347%209.22772C21.8912%209.35094%2021.8172%209.46535%2021.7128%209.57096L17.953%2013.3729C17.7441%2013.5842%2017.5004%2013.6854%2017.2219%2013.6766C16.9434%2013.6678%2016.6997%2013.5578%2016.4909%2013.3465C16.2994%2013.1353%2016.1993%2012.8889%2016.1906%2012.6073C16.1819%2012.3256%2016.282%2012.0792%2016.4909%2011.868L18.4491%209.88779Z'%20fill='%23007AFE'/%3e%3c/svg%3e")}.i-copy{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3cpath%20d='M9%2018C8.45%2018%207.97917%2017.8042%207.5875%2017.4125C7.19583%2017.0208%207%2016.55%207%2016V4C7%203.45%207.19583%202.97917%207.5875%202.5875C7.97917%202.19583%208.45%202%209%202H18C18.55%202%2019.0208%202.19583%2019.4125%202.5875C19.8042%202.97917%2020%203.45%2020%204V16C20%2016.55%2019.8042%2017.0208%2019.4125%2017.4125C19.0208%2017.8042%2018.55%2018%2018%2018H9ZM9%2016H18V4H9V16ZM5%2022C4.45%2022%203.97917%2021.8042%203.5875%2021.4125C3.19583%2021.0208%203%2020.55%203%2020V7C3%206.71667%203.09583%206.47917%203.2875%206.2875C3.47917%206.09583%203.71667%206%204%206C4.28333%206%204.52083%206.09583%204.7125%206.2875C4.90417%206.47917%205%206.71667%205%207V20H15C15.2833%2020%2015.5208%2020.0958%2015.7125%2020.2875C15.9042%2020.4792%2016%2020.7167%2016%2021C16%2021.2833%2015.9042%2021.5208%2015.7125%2021.7125C15.5208%2021.9042%2015.2833%2022%2015%2022H5Z'%20fill='%23007AFE'/%3e%3c/svg%3e")}.i-arrow-to{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.9115%2012.0045L15.2781%206.58522C15.0865%206.40089%2014.9939%206.18277%2015.0003%205.93086C15.0067%205.67894%2015.1057%205.46082%2015.2973%205.27649C15.4889%205.09216%2015.7157%205%2015.9775%205C16.2394%205%2016.4661%205.09216%2016.6577%205.27649L22.5401%2010.9538C22.6934%2011.1013%2022.8084%2011.2671%2022.885%2011.4515C22.9617%2011.6358%2023%2011.8201%2023%2012.0045C23%2012.1888%2022.9617%2012.3731%2022.885%2012.5574C22.8084%2012.7418%2022.6934%2012.9077%2022.5401%2013.0551L16.6386%2018.7324C16.447%2018.9168%2016.2234%2019.0058%2015.9679%2018.9997C15.7125%2018.9936%2015.4889%2018.8983%2015.2973%2018.714C15.1057%2018.5297%2015.0099%2018.3115%2015.0099%2018.0596C15.0099%2017.8077%2015.1057%2017.5896%2015.2973%2017.4053L20.9115%2012.0045Z'%20fill='%23757E92'/%3e%3c/svg%3e")}.i-lock-opened{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1422)'%3e%3cpath%20d='M13.7498%206.66754H6.66691V6.0234C6.66727%204.07763%208.2449%202.50058%2010.1907%202.50094C11.4718%202.50117%2012.6518%203.19683%2013.2723%204.31765C13.6073%204.92121%2014.3682%205.13889%2014.9718%204.80387C15.5753%204.46886%2015.793%203.70797%2015.458%203.10441C13.8456%200.194991%2010.1799%20-0.856387%207.27043%200.756048C5.35555%201.81731%204.16731%203.83409%204.16708%206.0234V7.17333C2.63452%207.95543%201.66911%209.52997%201.66724%2011.2506V15.417C1.67001%2017.947%203.72027%2019.9973%206.25026%2020H13.7498C16.2798%2019.9972%2018.3301%2017.947%2018.3328%2015.417V11.2506C18.3301%208.72057%2016.2798%206.67032%2013.7498%206.66754ZM15.833%2015.417C15.833%2016.5675%2014.9003%2017.5002%2013.7498%2017.5002H6.2503C5.09979%2017.5002%204.16711%2016.5675%204.16711%2015.417V11.2506C4.16711%2010.1001%205.09979%209.16738%206.2503%209.16738H13.7498C14.9003%209.16738%2015.833%2010.1001%2015.833%2011.2506V15.417Z'%20fill='%2361DE70'/%3e%3cpath%20d='M9.58342%2011.6672H10.4167C11.107%2011.6672%2011.6666%2012.2268%2011.6666%2012.9172C11.6666%2013.6075%2011.107%2014.1671%2010.4167%2014.1671H9.58342C8.89311%2014.1671%208.3335%2013.6075%208.3335%2012.9172C8.3335%2012.2268%208.89311%2011.6672%209.58342%2011.6672Z'%20fill='%2361DE70'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1422'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-lock-opened-blue{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cg%20clip-path='url(%23clip0_351_1422)'%3e%3cpath%20d='M13.7498%206.66754H6.66691V6.0234C6.66727%204.07763%208.2449%202.50058%2010.1907%202.50094C11.4718%202.50117%2012.6518%203.19683%2013.2723%204.31765C13.6073%204.92121%2014.3682%205.13889%2014.9718%204.80387C15.5753%204.46886%2015.793%203.70797%2015.458%203.10441C13.8456%200.194991%2010.1799%20-0.856387%207.27043%200.756048C5.35555%201.81731%204.16731%203.83409%204.16708%206.0234V7.17333C2.63452%207.95543%201.66911%209.52997%201.66724%2011.2506V15.417C1.67001%2017.947%203.72027%2019.9973%206.25026%2020H13.7498C16.2798%2019.9972%2018.3301%2017.947%2018.3328%2015.417V11.2506C18.3301%208.72057%2016.2798%206.67032%2013.7498%206.66754ZM15.833%2015.417C15.833%2016.5675%2014.9003%2017.5002%2013.7498%2017.5002H6.2503C5.09979%2017.5002%204.16711%2016.5675%204.16711%2015.417V11.2506C4.16711%2010.1001%205.09979%209.16738%206.2503%209.16738H13.7498C14.9003%209.16738%2015.833%2010.1001%2015.833%2011.2506V15.417Z'%20fill='%23007afe'/%3e%3cpath%20d='M9.58342%2011.6672H10.4167C11.107%2011.6672%2011.6666%2012.2268%2011.6666%2012.9172C11.6666%2013.6075%2011.107%2014.1671%2010.4167%2014.1671H9.58342C8.89311%2014.1671%208.3335%2013.6075%208.3335%2012.9172C8.3335%2012.2268%208.89311%2011.6672%209.58342%2011.6672Z'%20fill='%23007afe'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_351_1422'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.i-lock-closed{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%3e%3cpath%20d='M15.8704%207.09129V5.87029C15.8704%202.62821%2013.2422%200%2010.0001%200C6.75802%200%204.12984%202.62821%204.12984%205.87025V7.09125C2.58748%207.87835%201.6159%209.46297%201.61401%2011.1946V15.3876C1.6168%2017.9338%203.68018%2019.9972%206.22635%2020H13.7738C16.32%2019.9972%2018.3834%2017.9338%2018.3862%2015.3876V11.1946C18.3843%209.46301%2017.4127%207.87835%2015.8704%207.09129ZM10.0001%202.51583C11.8527%202.51583%2013.3545%204.01766%2013.3545%205.87025V6.58223H6.64567V5.87025C6.64567%204.01766%208.1475%202.51583%2010.0001%202.51583ZM15.8704%2015.3876C15.8704%2016.5455%2014.9317%2017.4841%2013.7739%2017.4841H6.22639C5.06852%2017.4841%204.12988%2016.5455%204.12988%2015.3876V11.1946C4.12988%2010.0367%205.06852%209.0981%206.22639%209.0981H13.7739C14.9317%209.0981%2015.8704%2010.0367%2015.8704%2011.1946V15.3876Z'%20fill='%23C25151'/%3e%3cpath%20d='M9.58091%2011.6139H10.4195C11.1142%2011.6139%2011.6774%2012.1771%2011.6774%2012.8718C11.6774%2013.5665%2011.1142%2014.1297%2010.4195%2014.1297H9.58091C8.88619%2014.1297%208.323%2013.5665%208.323%2012.8718C8.323%2012.1771%208.88619%2011.6139%209.58091%2011.6139Z'%20fill='%23C25151'/%3e%3c/svg%3e")}.i-flat-lock-closed{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.8706%207.09129V5.87029C15.8706%202.62821%2013.2424%200%2010.0003%200C6.75826%200%204.13008%202.62821%204.13008%205.87025V7.09125C2.58773%207.87835%201.61614%209.46297%201.61426%2011.1946V15.3876C1.61705%2017.9338%203.68042%2019.9972%206.22659%2020H13.7741C16.3203%2019.9972%2018.3837%2017.9338%2018.3864%2015.3876V11.1946C18.3846%209.46301%2017.413%207.87835%2015.8706%207.09129ZM10.0003%202.51583C11.8529%202.51583%2013.3548%204.01766%2013.3548%205.87025V6.58223H6.64591V5.87025C6.64591%204.01766%208.14774%202.51583%2010.0003%202.51583ZM15.8706%2015.3876C15.8706%2016.5455%2014.932%2017.4841%2013.7741%2017.4841H6.22663C5.06876%2017.4841%204.13012%2016.5455%204.13012%2015.3876V11.1946C4.13012%2010.0367%205.06876%209.0981%206.22663%209.0981H13.7741C14.932%209.0981%2015.8706%2010.0367%2015.8706%2011.1946V15.3876Z'%20fill='%23616F8B'/%3e%3cpath%20d='M9.58116%2011.6139H10.4198C11.1145%2011.6139%2011.6777%2012.1771%2011.6777%2012.8718C11.6777%2013.5665%2011.1145%2014.1297%2010.4198%2014.1297H9.58116C8.88643%2014.1297%208.32324%2013.5665%208.32324%2012.8718C8.32324%2012.1771%208.88643%2011.6139%209.58116%2011.6139Z'%20fill='%23616F8B'/%3e%3c/svg%3e")}.i-flat-lock-closed-blue{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.8706%207.09129V5.87029C15.8706%202.62821%2013.2424%200%2010.0003%200C6.75826%200%204.13008%202.62821%204.13008%205.87025V7.09125C2.58773%207.87835%201.61614%209.46297%201.61426%2011.1946V15.3876C1.61705%2017.9338%203.68042%2019.9972%206.22659%2020H13.7741C16.3203%2019.9972%2018.3837%2017.9338%2018.3864%2015.3876V11.1946C18.3846%209.46301%2017.413%207.87835%2015.8706%207.09129ZM10.0003%202.51583C11.8529%202.51583%2013.3548%204.01766%2013.3548%205.87025V6.58223H6.64591V5.87025C6.64591%204.01766%208.14774%202.51583%2010.0003%202.51583ZM15.8706%2015.3876C15.8706%2016.5455%2014.932%2017.4841%2013.7741%2017.4841H6.22663C5.06876%2017.4841%204.13012%2016.5455%204.13012%2015.3876V11.1946C4.13012%2010.0367%205.06876%209.0981%206.22663%209.0981H13.7741C14.932%209.0981%2015.8706%2010.0367%2015.8706%2011.1946V15.3876Z'%20fill='%23007afe'/%3e%3cpath%20d='M9.58116%2011.6139H10.4198C11.1145%2011.6139%2011.6777%2012.1771%2011.6777%2012.8718C11.6777%2013.5665%2011.1145%2014.1297%2010.4198%2014.1297H9.58116C8.88643%2014.1297%208.32324%2013.5665%208.32324%2012.8718C8.32324%2012.1771%208.88643%2011.6139%209.58116%2011.6139Z'%20fill='%23007afe'/%3e%3c/svg%3e")}.i-drop-down{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.4752%2014.475L7.8502%2010.85C7.8002%2010.8%207.7627%2010.7458%207.7377%2010.6875C7.7127%2010.6292%207.7002%2010.5667%207.7002%2010.5C7.7002%2010.3667%207.74603%2010.25%207.8377%2010.15C7.92936%2010.05%208.0502%2010%208.2002%2010H15.8002C15.9502%2010%2016.071%2010.05%2016.1627%2010.15C16.2544%2010.25%2016.3002%2010.3667%2016.3002%2010.5C16.3002%2010.5333%2016.2502%2010.65%2016.1502%2010.85L12.5252%2014.475C12.4419%2014.5583%2012.3585%2014.6167%2012.2752%2014.65C12.1919%2014.6833%2012.1002%2014.7%2012.0002%2014.7C11.9002%2014.7%2011.8085%2014.6833%2011.7252%2014.65C11.6419%2014.6167%2011.5585%2014.5583%2011.4752%2014.475Z'%20fill='%23757E92'/%3e%3c/svg%3e")}.pop-up{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#191e28;z-index:1000}.pop-up .pop-up-content{position:relative;width:100%;background-color:#191e28;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.5rem 1rem 7.625rem}.pop-up .pop-up-header,.pop-up .pop-up-body{width:100%}.pop-up .pop-up-header .list,.pop-up .pop-up-body .list{margin-top:.5rem}.pop-up .pop-up-footer{position:fixed;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;bottom:0;left:0;width:100%;background-color:#191e28;padding:1.5rem 1rem 2.125rem;gap:1rem}.pop-up .pop-up-footer .btn{width:100%;font-size:1.25rem;border-radius:1rem;height:4rem}
