*,:after,:before{box-sizing:border-box}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}img{display:block;max-width:100%;height:auto}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none}button{cursor:pointer}li,ol,ul{margin:0;padding:0;list-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}.container{position:relative;padding-left:16px;padding-right:16px;margin:0 auto}@media screen and (min-width:768px){.container{padding-left:32px;padding-right:32px}}@media screen and (min-width:1280px){.container{max-width:1280px;padding-left:64px;padding-right:64px}}body,html{scroll-behavior:smooth!important;height:100%;overflow-x:hidden!important}.tooltip{position:relative}.tooltip:after,.tooltip:before{--scale:0;--arrow-size:10px;--tooltip-color:#4e5b6a;position:absolute;top:-13px;left:50%;transform:translateX(-50%) translateY(var(--translate-y,0)) scale(var(--scale));transition:transform .15s;transform-origin:bottom center}.tooltip:before{--translate-y:calc(-100% - var(--arrow-size));content:attr(data-tooltip);color:#fff;padding:4px;border-radius:.3rem;text-align:center;min-width:240px;max-width:100%;background:var(--tooltip-color)}.tooltip:hover:after,.tooltip:hover:before{--scale:1}.tooltip:after{--translate-y:calc(-1 * var(--arrow-size));content:"";border-top-color:transparent;border:var(--arrow-size) solid transparent;border-top:var(--arrow-size) solid var(--tooltip-color);transform-origin:top center}.wallets-table-head-cell-title{position:relative}.wallets-table-head-cell-title:hover .head-cell-tooltip{visibility:visible;opacity:1}.head-cell-tooltip{position:absolute;min-width:300px;min-height:45px;padding:13px 13px 13px 57px;border-radius:.3rem;border:1px solid #2f353c;background-color:#2f353c;top:-24px;left:50%;transform:translateX(-50%) translateY(-100%);font-weight:700;font-size:12px;line-height:14px;color:#ccc;text-align:left;z-index:10;filter:drop-shadow(0 2px 10px rgba(30,30,30,.5));visibility:hidden;opacity:0;transition:visibility .15s ease-in,opacity .15s ease-in}.head-cell-tooltip:before{content:"!";position:absolute;font-size:36px;left:24px;top:50%;width:29px;height:57px;line-height:57px;color:#1f2227;transform:translateY(-50%)}.head-cell-tooltip:after{content:"";position:absolute;height:26px;width:26px;background-color:inherit;border:inherit;border-radius:0 0 0 .4em;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);bottom:0;left:50%;transform:translateX(-50%) translateY(calc(100% - 13px)) rotate(-45deg)}.head-cell-tooltip.large:before{left:22px;font-size:49px}.header{position:relative;height:48px;padding:12px 0;background-color:#17191d}@media screen and (min-width:768px){.header{padding:16px 0;height:74px}}@media screen and (min-width:1280px){.header{padding:0 10px}}.header:after{content:"";position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-color:#17191d}@media screen and (min-width:1280px){.header:after{display:none}}.header .wrapper{display:flex;justify-content:space-between;padding:12px}@media screen and (min-width:768px){.header .wrapper{padding:22px 12px}}@media screen and (min-width:1280px){.header .wrapper{padding:0 10px}}.header .home-logo-link{position:absolute;transform:translateY(-50%);top:50%;z-index:4}@media screen and (min-width:768px){.header .header-logo-img{width:96px;height:48px}}.header .toggle-menu-btn{position:absolute;right:16px;transform:translateY(-50%);top:50%;z-index:100;border:none;outline:none;background-color:transparent}@media screen and (min-width:1280px){.header .toggle-menu-btn{display:none}}.header .nav-trigger{width:24px;height:20px;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}.header .nav-trigger span{display:block;position:absolute;height:2px;width:100%;background:#fff;left:0;transition:.25s ease-in-out}.header .nav-trigger span:first-child{top:0}.header .nav-trigger span:nth-child(2){top:9px}.header .nav-trigger span:nth-child(3){top:18px}.header .toggle-menu-btn.open span:first-child{top:9px;transform:rotate(135deg)}.header .toggle-menu-btn.open span:nth-child(2){opacity:0}.header .toggle-menu-btn.open span:nth-child(3){top:9px;transform:rotate(-135deg)}.header .nav-links{display:none;position:absolute;padding:46px 0 64px;background-color:#17191d;height:calc(100vh - 40px);width:100%;left:0;bottom:0;opacity:0;transition:opacity .25s linear,transform .25s linear}@media screen and (min-width:1280px){.header .nav-links{display:block;position:relative;opacity:1;padding-top:0;height:auto;padding-bottom:0;background-color:transparent;margin:0 auto}}.header .nav-links.open{display:block;overflow:scroll;transform:translateY(100%);opacity:1;z-index:10}.header .nav-links-list{display:flex;flex-direction:column;align-items:center}@media screen and (min-width:1280px){.header .nav-links-list{flex-direction:row;justify-content:center}.header .nav-link-item:nth-last-child(n+2){margin-right:40px}}.header .nav-link-item.certified{text-align:center;margin-top:20px}@media screen and (min-width:1280px){.header .nav-link-item.certified{position:absolute;right:0;margin-top:0}}.get-certified-link{display:flex;justify-content:center;align-items:center;padding:6px 14px;background-color:#03dd55;border-radius:4px;font-weight:700;color:#1f2327;font-size:16px;font-family:Karla,sans-serif;transition:color .25s linear}.get-certified-link:hover{color:#fff}@media screen and (min-width:768px){.get-certified-link{font-size:16px}}.header .nav-link{display:inline-flex;font-size:20px;font-family:Karla,sans-serif;font-weight:600;color:#ccc;text-align:center;line-height:64px;transition:color .25s ease-in-out;padding:0;background:none;border:none}.header .nav-link:hover{color:#fff}.header .nav-link:hover.nav-link-methodology svg{fill:#fff}.header .nav-link.nav-link-methodology{display:flex;align-items:center}.header .nav-link.nav-link-methodology:not(.active-dropdown) svg{transform:rotate(180deg)}.header .nav-link.nav-link-methodology svg{margin-left:3px;width:16px;transition:fill .25s ease-in-out,transform .25s ease-in-out;fill:#ccc}.header .nav-link.nav-link-methodology.active svg{fill:#fff}@media screen and (min-width:1280px){.header .nav-link{line-height:28px;padding-top:25px;padding-bottom:25px;font-size:16px}}.header .nav-link.active{color:#fff}.footer{padding-top:54px;padding-bottom:54px;background-color:#17191d}.footer .info-item:not(:last-child),.footer .legal-item:not(:last-child),.footer .nav-link-item:not(:last-child){margin-bottom:23px}@media screen and (min-width:900px){.footer{padding-top:67px;padding-bottom:67px}}@media screen and (min-width:1280px){.footer{padding-left:10px;padding-right:10px}}.footer .home-logo-link{display:block;margin-bottom:21px}.footer .footer-logo{display:block;margin:0 auto 50px;width:72px;height:36px}@media screen and (min-width:600px){.footer .footer-logo{margin:0;height:44px;width:88px}}.footer .nav-footer{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (min-width:600px){.footer .nav-footer{flex-direction:row;justify-content:space-between}}.footer .nav-wrapper{width:50%}@media screen and (min-width:600px){.footer .nav-wrapper{width:25%}}@media screen and (min-width:900px){.footer .nav-wrapper{width:20%}}.footer .nav-wrapper.certified{width:100%}@media screen and (min-width:600px){.footer .nav-wrapper.certified{width:25%}}@media screen and (min-width:900px){.footer .nav-wrapper.certified{width:12%}}.footer .nav-wrapper.certified .contacts-text{text-align:left}.footer .nav-title{font-family:Karla,sans-serif;line-height:24px;margin-bottom:29px;color:#fff;font-size:16px;display:none}@media screen and (min-width:600px){.footer .nav-title{display:block}}@media screen and (min-width:768px){.footer .nav-title{display:block}}.footer .nav-link{color:#ccc;font-size:14px;font-family:Karla,sans-serif;transition:color .25s ease-in-out}.footer .nav-link:hover{color:#fff}.footer .nav-info-wrapper{display:none}@media screen and (min-width:768px){.footer .nav-info-wrapper{display:block;width:15%}}@media screen and (min-width:600px){.footer .mobile-link{display:none}}.footer .nav-contacts-wrapper{display:flex;flex-direction:column;align-items:center;margin:40px auto 0;width:100%}@media screen and (min-width:768px){.footer .nav-contacts-wrapper{margin:0;align-items:flex-start;max-width:150px;width:20%}}.footer .contacts-text{margin-bottom:30px;color:#ccc;font-size:12px;font-family:Karla,sans-serif;text-align:center;line-height:1.3;width:184px}@media screen and (min-width:900px){.footer .contacts-text{text-align:start;font-size:14px;line-height:1.3;width:100%}}.footer .get-certified-link{width:-moz-fit-content;width:fit-content;margin-bottom:20px}@media screen and (min-width:600px){.footer .get-certified-link{margin-bottom:0}}@media screen and (min-width:900px){.footer .get-certified-link{margin-bottom:30px}}.footer .email-link{margin-bottom:35px;text-align:center}@media screen and (min-width:768px){.footer .email-link{font-size:14px}}.footer .social-networks-list{display:flex;align-items:center}@media screen and (min-width:600px)and (max-width:899px){.footer .social-networks-list{margin-bottom:15px}}.footer .social-network-item:not(:last-child){margin-right:24px}.footer .social-network-item svg{transition:fill .25s linear,background-color .25s linear}.footer .hacken-link:hover .hacken-svg{fill:#29cca2}.footer .linkedin-link .linkedin-svg{border-radius:4px}.footer .linkedin-link:hover .linkedin-svg{fill:#0766c2;background-color:#fff}.footer .twitter-link .twitter-svg{transition:fill .25s linear}.footer .twitter-link:hover .twitter-svg{fill:#1ea0f3}.footer .copyright{display:flex;flex-direction:column;align-items:center;padding-top:30px;border-top:1px solid #1f2327}.footer .copyright-text{color:#535f69;font-size:12px;font-family:Karla,sans-serif;line-height:2}@media screen and (min-width:768px){.footer .copyright-text{font-size:14px;line-height:1.7}}.footer .hacken-copyright-svg{transition:fill .25s linear}.footer .hacken-copyright-link:hover .hacken-copyright-svg{fill:#29cca2}.info-legal-wrapper{max-width:50%;width:100%;display:flex;flex-direction:column}@media screen and (min-width:600px){.info-legal-wrapper{width:35%}}.info-legal-content{display:flex;justify-content:space-between;flex:1 1;margin-left:10px}.info-legal-content .info-content{display:none}@media screen and (min-width:600px){.info-legal-content .info-content{display:block}}.info-legal-content .legal-content{width:100%}.info-legal-content .info-content,.info-legal-content .legal-content{flex:1 1}@media screen and (min-width:600px){.info-legal-content{margin-bottom:30px;margin-left:0}}.dropdown-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.dropdown-container{transition:opacity .25s ease-in-out,visibility .2s ease-in-out;background-color:#17191d;display:none}.dropdown-container.active{display:block}@media screen and (min-width:1280px){.dropdown-container.active{visibility:visible;opacity:1}.dropdown-container{opacity:0;visibility:hidden;display:block;position:absolute;min-width:260px;left:50%;bottom:4px;padding:24px 48px;z-index:10000;transform:translateX(-50%) translateY(100%)}}.dropdown-item{font-family:Karla,sans-serif;font-size:14px;line-height:56px;color:#ccc}.dropdown-item:last-child{margin-bottom:0}@media screen and (min-width:1280px){.dropdown-item{line-height:16px;margin-bottom:26px}}.dropdown-link{color:#ccc;transition:color .25s ease-in-out}.dropdown-link.active,.dropdown-link:active,.dropdown-link:hover{color:#fff}.partners-section{padding:32px 0;background-color:#292e34}@media screen and (min-width:768px){.partners-section{padding:52px 0}}.partners-wrapper{display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width:1025px){.partners-wrapper{flex-direction:row;justify-content:space-between;align-items:center}}.partners-section .partners-title{color:#fff;text-align:center;font-family:Space Mono,monospace;font-weight:700;font-size:32px;line-height:47px;margin-bottom:46px}@media screen and (min-width:768px){.partners-section .partners-title{margin-bottom:32px}}@media screen and (min-width:1025px){.partners-section .partners-title{margin-bottom:0;margin-right:64px}}.partners-logos-list{display:flex;align-items:center;width:100%;flex-wrap:wrap;gap:45px 48px}@media screen and (min-width:768px){.partners-logos-list{justify-content:space-between}}@media screen and (min-width:1025px){.partners-logos-list{max-width:868px;gap:unset}}.partners-logo-item{width:122px}@media screen and (min-width:768px){.partners-logo-item:not(:last-child){margin-right:10px}}.partners-section .join-link{display:flex;justify-content:space-between;align-items:center;margin:0 auto;max-width:450px;padding:12px;background:linear-gradient(-90deg,#08c,rgba(0,136,204,.25));border:1px solid #33393e;border-radius:6px}.partners-section .telegram-logo{margin-right:10px}.partners-section .join-link-description{margin-right:20px;color:#fff;font-size:14px;font-family:Karla,sans-serif;text-align:center}.management-section{padding-top:34px;padding-bottom:34px;background-color:#fff;background-repeat:no-repeat}@media screen and (min-width:768px){.management-section{padding-top:60px;padding-bottom:41px;width:100%;box-shadow:0 0 0 4px hsla(0,0%,100%,.1);border-radius:8px}}.management-title{margin-bottom:21px;color:#1f2327;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center}.management-title span{color:#02e75f}@media screen and (min-width:768px){.management-title{margin-bottom:60px;font-size:42px}}.management-wrapper{margin-bottom:24px}@media screen and (min-width:768px){.management-wrapper{display:flex;justify-content:center;margin:0}}.management-list-wrapper:not(:last-child){margin-bottom:21px}@media screen and (min-width:768px){.management-list-wrapper:not(:last-child){margin-bottom:0;margin-right:123px}}.management-list-title{margin-bottom:19px;color:#02e75f;font-size:16px;font-family:Karla,sans-serif;line-height:1.1;font-weight:400}@media screen and (min-width:768px){.management-list-title{margin-bottom:17px;font-size:24px;line-height:1.3}}.management-item{position:relative;padding-left:17px;color:#1f2327;font-size:14px;font-family:Karla,sans-serif;line-height:1.4}@media screen and (min-width:768px){.management-item{padding-left:26px;font-size:20px;line-height:1.5}}.management-item:not(:last-child){margin-bottom:10px}.management-item:before{content:"+";position:absolute;top:-4px;left:0;color:#02e75f;font-family:Karla,sans-serif;font-size:18px}@media screen and (min-width:768px){.management-item:before{top:-3px;font-size:24px;line-height:1.3}}.management-link{display:flex;justify-content:center;color:#02e75f;font-size:16px;font-family:Karla,sans-serif;transition:.5s ease-in-out}@media screen and (min-width:768px){.management-link{margin-top:33px;justify-content:center}}.management-link:hover{text-decoration:underline}.requirements-section{padding-top:51px;padding-bottom:36px}@media screen and (min-width:768px){.requirements-section{width:100%;padding-top:97px;padding-bottom:132px}}.requirements-title{margin-bottom:57px;text-align:center;font-family:Space Mono,monospace;font-size:24px;font-weight:700;color:#fff;line-height:1.4}.requirements-title span{color:#02e75f}@media screen and (min-width:768px){.requirements-title{font-size:42px}}.requirements-list{margin-bottom:80px}@media screen and (min-width:768px){.requirements-list{margin:0 auto 80px;max-width:430px}}.requirements-item{position:relative}.requirements-item:not(:last-child){margin-bottom:10px}.requirements-text{padding-left:25px;color:#fff;font-size:14px;font-family:Karla,sans-serif}@media screen and (min-width:768px){.requirements-text{padding-left:45px;font-size:20px}}.requirements-text:before{content:"";position:absolute;text-align:center;top:1px;left:0;display:block;height:12px;width:18px;background-size:contain;background-position:50%;background-repeat:no-repeat;background-image:url(/img/icons/done-icon.svg)}@media screen and (min-width:768px){.requirements-text:before{margin-right:10px;height:23px}}.requirements-link{display:block;max-width:200px;padding:10px;margin:0 auto;text-align:center;font-size:16px;font-weight:700;text-transform:uppercase;font-family:Karla,sans-serif;color:#1f2327;background-color:#03dd55;border-radius:5px;transition:color .25s linear}.requirements-link:hover{color:#fff}@media screen and (min-width:768px){.requirements-link{padding:13px 19px;max-width:250px;font-size:20px}}.requirements-link-detailed{display:flex;justify-content:center;margin-top:15px;color:#02e75f;font-size:16px;font-family:Karla,sans-serif}@media screen and (min-width:768px){.requirements-link-detailed{margin-top:20px}}.pagination-wrapper ul{display:flex;justify-content:center}.pagination-wrapper li:not(:last-child){margin-right:8px}.pagination-wrapper li.selected a{color:#fff}.pagination-wrapper li.disabled{display:none}.pagination-wrapper a{height:40px;padding:10px;align-items:center;background-color:#292e34;border-radius:6px;outline:none;border:none;cursor:pointer;transition:color .25s ease-in-out;color:#ccc;font-size:11px;font-family:Karla,sans-serif;text-transform:uppercase}.pagination-wrapper a:hover{color:#fff}@media screen and (min-width:768px){.pagination-wrapper a{font-size:16px}}.lds-default{display:flex;margin:200px auto 0;padding-bottom:200px;position:relative;width:80px;height:80px}.lds-default div{position:absolute;width:6px;height:6px;background:#00e75f;border-radius:50%;animation:lds-default 1.2s linear infinite}.lds-default div:first-child{animation-delay:0s;top:37px;left:66px}.lds-default div:nth-child(2){animation-delay:-.1s;top:22px;left:62px}.lds-default div:nth-child(3){animation-delay:-.2s;top:11px;left:52px}.lds-default div:nth-child(4){animation-delay:-.3s;top:7px;left:37px}.lds-default div:nth-child(5){animation-delay:-.4s;top:11px;left:22px}.lds-default div:nth-child(6){animation-delay:-.5s;top:22px;left:11px}.lds-default div:nth-child(7){animation-delay:-.6s;top:37px;left:7px}.lds-default div:nth-child(8){animation-delay:-.7s;top:52px;left:11px}.lds-default div:nth-child(9){animation-delay:-.8s;top:62px;left:22px}.lds-default div:nth-child(10){animation-delay:-.9s;top:66px;left:37px}.lds-default div:nth-child(11){animation-delay:-1s;top:62px;left:52px}.lds-default div:nth-child(12){animation-delay:-1.1s;top:52px;left:62px}@keyframes lds-default{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.breadcrumbs-list{position:absolute;display:flex;flex-wrap:wrap;margin-top:10px;gap:4px;font-size:14px;font-family:Karla,sans-serif;font-weight:500;line-height:16px;color:#fff;z-index:999}.breadcrumb-item{cursor:pointer}.breadcrumb-item,.breadcrumb-item:not(:last-child){margin-right:10px}.breadcrumb-item:not(:last-child):after{content:"→";margin-left:15px;color:#ccc}.breadcrumb-link{color:#748aa1;transition:color .25s ease-in-out}.breadcrumb-link:hover{color:#fff}.table-switch-list{display:flex;justify-content:flex-end}.table-switch-list.hidden{display:none}@media screen and (min-width:768px){.table-switch-item:first-child .btn{display:flex;margin-left:25px}.table-switch-item.previous-item{min-width:140px}.table-switch-item:nth-child(2) .btn{min-width:77px}.table-switch-item:nth-child(3) .btn{min-width:112px}}.table-switch-item:not(:last-child){margin-right:16px}.table-switch-list .btn{padding:8px 15px;white-space:nowrap;display:flex;align-items:center;background-color:#2f353c;border-radius:4px;outline:none;border:none;cursor:pointer;transition:color .25s linear;text-align:center;line-height:28px;color:#ccc;font-size:11px;font-weight:700;font-family:Karla,sans-serif}.table-switch-list .btn .arrow{width:12px}.table-switch-list .btn .arrow-left{margin-right:12px}.table-switch-list .btn .arrow-right{margin-left:12px}.table-switch-list .btn .arrow-left-icon path,.table-switch-list .btn .arrow-right-icon path{fill:#ccc;transition:fill .25s linear}.table-switch-list .btn .arrow-left-icon{margin-right:12px}.table-switch-list .btn .arrow-right-icon{margin-left:12px;transform:rotate(180deg)}.table-switch-list .btn .prev-btn-text{margin-right:12px}.table-switch-list .btn:hover{color:#fff}.table-switch-list .btn:hover .arrow path{fill:#fff}@media screen and (min-width:768px){.table-switch-list .btn{min-width:75px;max-height:44px;display:flex;align-items:center;text-align:center;font-size:16px}.table-switch-list .btn .arrow{width:16px}}.table-switch-list .pagination-btn-text{font-size:16px}.table-search-form{width:100%;display:flex;align-items:center;margin-bottom:20px;cursor:pointer}.table-search-form-item{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.table-search-form-image{animation:cross-appear .5s linear;position:absolute;right:16px;cursor:pointer}@media screen and (min-width:768px){.table-search-form{margin-bottom:0}}.table-search-form.additional-class{width:auto}.table-form-input{width:100%;height:44px;padding:8px 19px 8px 40px;background-image:url(/img/icons/search-short-hand-icon.svg);background-repeat:no-repeat;background-position:12px;background-color:#292e34;border-radius:4px;border:none;outline:none;color:#ccc;font-family:Karla,sans-serif;font-size:16px;transition:width .25s linear}.table-form-input-cut{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-form-input.additional-class{width:320px}@media screen and (min-width:768px){.table-form-input.additional-class{max-width:320px;width:320px}}::-webkit-input-placeholder{color:#ccc;font-weight:700}:-moz-placeholder,::-moz-placeholder{color:#ccc;font-weight:700}:-ms-input-placeholder{color:#ccc;font-weight:700}@keyframes cross-appear{0%{opacity:0}to{opacity:1}}.cer-nothing-view{display:block;padding-top:100px;color:#ccc;font-size:20px;font-family:Karla,sans-serif;text-align:center;line-height:1.2}.cer-nothing-view .btn-default{margin-top:20px;max-width:260px}.cer-description-table{max-width:768px;padding:0 12px;color:#ccc;font-size:14px;font-family:Karla,sans-serif;line-height:1.3;text-align:center}@media screen and (min-width:768px){.cer-description-table{padding:0 32px;font-size:16px;margin:0 auto}}.cer-currencies-wrapper{display:flex;justify-content:center}.cer-currencies-wrapper ul{margin-bottom:15px}.ratings-description-text{font-family:Karla,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#ccc}.ratings-description-text .highlighted{color:#02e75f}.ratings-large-description-text{margin-top:80px;margin-bottom:80px}.cookies-popup{position:fixed;z-index:2;bottom:0;left:0;width:100%;padding:32px 16px;background-color:#292e34}@media screen and (min-width:768px){.cookies-popup{display:flex;align-items:center;justify-content:center}}.cookies-popup p{width:287px;margin:0 auto 24px;font-family:Karla,sans-serif;font-size:14px;line-height:16px;text-align:center;color:#ccc}@media screen and (min-width:768px){.cookies-popup p{width:253px;margin:0 36px 0 0}}@media screen and (min-width:1366px){.cookies-popup p{width:auto;margin:0 36px 0 0}}.cookies-popup button{display:flex;justify-content:center;width:287px;margin:0 auto;padding:5px 12px 6px;border:none;outline:none;background:#02e75f;border-radius:4px;font-family:Karla,sans-serif;font-weight:700;font-size:16px;line-height:19px;text-transform:uppercase;color:#1f2327;transition:color .25s ease-in-out}.cookies-popup button:hover{color:#fff}@media screen and (min-width:768px){.cookies-popup button{padding:8px;margin:0;height:-moz-fit-content;height:fit-content}}.noTable{width:100%;min-height:100px;display:flex;justify-content:center;align-items:center;background-color:#292e34;margin-bottom:50px;border-radius:8px}.exchanges-main{background:#1f2327}.exchanges-hero-section{padding-top:45px;padding-bottom:25px}@media screen and (min-width:768px){.exchanges-hero-section{padding-top:80px;padding-bottom:40px}}.exchanges-hero-title{color:#fff;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center;line-height:1.3}@media screen and (min-width:768px){.exchanges-hero-title{font-size:50px;max-width:1061px;margin:0 auto}}.exchanges-hero-description{text-align:center;padding-top:32px;max-width:655px;margin:0 auto;line-height:24px;min-height:104px}.exchanges-section{width:100%;background:#1f2327 url(/_next/static/media/cage-background-mobile.0ebe0376.svg) no-repeat 0 100%}.exchanges-section-loading{pointer-events:none;opacity:.8}.exchanges-section>div{max-width:1130px;margin:0 auto}@media screen and (min-width:768px){.exchanges-section{background-size:82%}}.block-sorting{pointer-events:none}.block-sorting svg{display:none}.block-sorting.enable{pointer-events:auto}.block-sorting.enable svg{display:block}.exchange-wrapper{display:flex;align-items:center;padding:4px 8px;min-width:196px;background:#1f2327;border-radius:4px}@media(max-width:768px){.exchange-wrapper{min-width:167px}}.exchange-wrapper-assets-section{min-width:132px}.wallets-wrapper{display:flex;align-items:center;padding:4px 8px;min-width:196px;cursor:pointer}@media(max-width:768px){.wallets-wrapper{min-width:167px}}.wallets-wrapper-assets-section{min-width:132px}.exchange-platform{align-self:center}.exchange-platform,.wallets-platform{font-weight:700;font-size:14px;line-height:16px;color:#748aa1}.exchange-text{width:100%;display:flex;justify-content:space-between}.wallets-text{width:100%;display:flex;flex-direction:column;gap:4px}.exchange-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;margin-right:8px;border-radius:4px;left:0;top:0}.exchange-item{overflow:hidden;text-overflow:ellipsis}.exchange-item,.wallets-item{max-width:80px;white-space:nowrap;font-weight:700;font-size:16px;line-height:24px;color:#fff}.switch-btns-wrapper{min-width:218px;height:44px;display:flex;justify-content:center;flex-direction:row;margin-bottom:20px;background-color:#2f353c;border-radius:4px}@media screen and (min-width:768px){.switch-btns-wrapper{margin-bottom:0;margin-right:25px}}@media screen and (min-width:1280px){.switch-btns-wrapper{margin-left:0}}.switch-btns-wrapper button{display:flex;align-items:center;justify-content:center;flex-grow:1;width:50%;min-width:109px;background-color:transparent;border:none;outline:none;color:#ccc;font-weight:700;font-size:16px;font-family:Karla,sans-serif;text-align:center;transition:background-color .25s ease-in-out}.switch-btns-wrapper button.active{background-color:#748aa1}.switch-btns-wrapper button:not(:last-child){margin-right:2px}.switch-btns-wrapper button:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.switch-btns-wrapper button:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.common-header-table{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;padding:0 16px}@media screen and (min-width:768px){.common-header-table{align-items:center;justify-content:center;flex-direction:row;margin-bottom:40px}}@media screen and (min-width:1280px){.common-header-table{padding:0;justify-content:center}}.cryptocurrencys-list{display:flex;margin-bottom:25px;padding:0 16px}@media screen and (min-width:1280px){.cryptocurrencys-list{padding:0}}.cryptocurrency-item{color:#ccc;font-size:13px;font-family:Karla,sans-serif;text-transform:uppercase;font-weight:700;line-height:23px}.cryptocurrency-item span:first-child{color:#02e75f}@media screen and (min-width:768px){.cryptocurrency-item{font-size:20px}}.cryptocurrency-item:not(:last-child){margin-right:19px}.table-wrapper{margin-bottom:40px;width:100%;overflow-y:hidden}@media screen and (min-width:1280px){.table-wrapper{overflow-y:visible}}.table{position:relative;width:100%;border-collapse:collapse;border-radius:8px}.table,.table-head{background-color:#292e34}.table-head{height:96px;text-align:right;font-family:Karla,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#fff;cursor:pointer}@media screen and (min-width:1131px){.table-head tr:first-of-type th:first-of-type{border-top-left-radius:20px}.table-head tr:first-of-type th:last-of-type{border-top-right-radius:20px}}.table-head th{position:relative;height:96px;text-align:center;font-size:14px;line-height:16px}.table-head th .filter-arrows{position:relative;right:-8px}.table-head th span{max-width:170px}.table-head th .head-cell-caption{display:inline-block;width:-moz-fit-content;width:fit-content;position:relative;right:-8px;text-transform:uppercase}.table-head th:first-child{top:0;left:0;z-index:2;text-transform:unset;font-size:16px;border-right:1px solid #3f454e;background-color:#292e34}@media screen and (max-width:1280px){.table-head th:first-child{position:sticky}}.table-head th:nth-child(3){max-width:205px}.table-head th .arrow{fill:hsla(0,0%,100%,.4)}@media screen and (min-width:768px){.table-head th{height:72.5px}}@media screen and (min-width:1280px){.table-head th{top:0;background-color:#292e34}.table-head th:first-child{z-index:3;overflow:hidden}.table-head th:nth-child(2){z-index:3}}.table-body{max-height:1200px}@media screen and (min-width:1131px){.table-body tr:last-child td:first-of-type{border-bottom-left-radius:8px}.table-body tr:last-child td:last-of-type{border-bottom-right-radius:8px}}.table-body-row .empty-cell{padding-left:16px;padding-right:14px;height:56px}.table-body-row .empty-cell-index{max-width:31px}.table-head .head-cell{height:100%;max-height:56px;padding-left:22px;padding-right:22px;cursor:pointer;transition:color .25s linear}.table-head .head-cell:nth-last-child(-n+2){padding-left:0}.table-head .head-cell .head-cell-title{display:flex;justify-content:center;align-items:center}.table-head .head-cell-wallets{padding:32px 106px 32px 108px}.table-head .head-cell:first-child .head-cell-title{justify-content:flex-start}.table-head .head-cell.active,.table-head .head-cell:hover{color:#fff}.table-head .empty-cell{pointer-events:none}.table-head .head-cell-title{display:flex;justify-content:space-between;align-items:center}.table-head .head-cell-title .currency{opacity:.4}.table-head .head-cell-title svg{margin-left:8px;min-width:10px;min-height:13px;transition:fill .25s linear;fill:#ccc}.table-body{font-family:Karla,sans-serif;color:#ccc;font-size:16px}.table-body .table-body-row{height:42px;background-color:#2f353c}.table-body .table-body-row:nth-of-type(2n){background-color:#292e34}.table-body .table-body-row .value-cell:not(:last-child){padding:0 26px 0 22px}.table-body .table-body-row .value-cell:last-child{padding-right:20px}.table-body .table-body-row .value-cell:nth-of-type(2){padding-left:0;text-align:left!important}.table-body .table-body-row .value-cell:not(:nth-of-type(2)){text-transform:uppercase}.table-body td{text-align:center!important}.table-body td:first-child{position:sticky;left:0;z-index:2;border-right:none;background-color:inherit}.table-body td:first-child span{opacity:.2}.table-body td:nth-child(2){position:sticky;left:49px;z-index:2;background-color:inherit;border-right:1px solid #3f454e;max-width:130px;min-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-body td:nth-child(n+4){text-align:center}.table-body td img{display:inline-flex}.table-body td.number-value{text-align:right}.table-body td .certification-icon{min-width:140px}.table-body td span.empty{opacity:.2}.table-link{font-size:14px}.exchange-link,.table-link{font-family:Karla,sans-serif;color:#ccc}.exchange-link{font-size:16px;transition:color .25s ease-in-out;display:flex;align-items:center}.exchange-link:hover{color:#fff}.exchange-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:24px;color:#ccc}.bug-bounty-link{display:flex;justify-content:center;padding:11px 0;width:100%;height:100%;transition:background-color .25s linear}.bug-bounty-link path{fill:#ccc;transition:fill .15s linear}.bug-bounty-link span{position:relative;display:inline-flex;margin-left:10px;font-weight:700;font-size:9px;text-transform:uppercase;color:#ccc;transition:color .15s linear}.bug-bounty-link span:after{content:"";width:calc(100% + 6px);height:1px;position:absolute;right:0;bottom:0;background-color:#ccc;transition:background-color .15s linear}.bug-bounty-link .arrow-link{position:absolute;top:2.4px;left:-8px}.bug-bounty-link:hover span{color:#00e75f;transition:color .15s linear}.bug-bounty-link:hover span:after{background-color:#00e75f}.bug-bounty-link:hover path{fill:#00e75f}.table-body .specific-cell{color:#ccc}.buttons-wrapper{display:flex;justify-content:center;margin-bottom:40px;padding:0 12px}@media screen and (min-width:768px){.buttons-wrapper{justify-content:flex-end;padding:0 12px 0 0}}@media screen and (min-width:1280px){.buttons-wrapper{padding:0}}.submit-section .submit-content{background-color:#17191d;height:100%;padding:56px 0}.submit-section .submit-title{margin-bottom:36px;padding:0 12px;color:#fff;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center}.submit-section .submit-title .specific{color:#00e75f}@media screen and (min-width:768px){.submit-section .submit-title{font-size:42px}}.btn-default{display:block;max-width:-moz-fit-content;max-width:fit-content;padding:6px 12px;margin:0 auto;text-align:center;text-transform:uppercase;font-family:Karla,sans-serif;font-weight:700;color:#1f2327;background-color:#03dd55;border:none;outline:none;border-radius:5px;transition:color .25s linear}.btn-default:hover{color:#fff}.css-main{position:relative;background-color:#1f2327;background-image:url(/img/background-images/bgi-start.svg);background-repeat:no-repeat;background-position:center -100px;background-size:600px}@media screen and (min-width:768px){.css-main{background-size:850px;background-position:center -220px}}.css-hero-section{padding-top:120px;padding-bottom:150px}@media screen and (min-width:768px){.css-hero-section{padding-top:120px;padding-bottom:150px}}.css-certified-img{margin:0 auto 30px;height:28px;width:222px}@media screen and (min-width:768px){.css-certified-img{margin-bottom:35px}}.css-hero-title{color:#fff;font-size:32px;font-family:Space Mono,monospace;font-weight:700;text-align:center;letter-spacing:.3;line-height:32px}@media screen and (min-width:768px){.css-hero-title{font-size:50px}}.css-table-section{padding:0 16px 40px}@media screen and (min-width:768px){.css-table-section{padding:0 16px 100px}}.css-table{display:none}@media screen and (min-width:768px){.css-table{display:table;width:100%;max-width:1200px;margin:0 auto;border-collapse:collapse;background-color:#292e34;box-shadow:0 1px 0 0 #33393e;border-radius:6px}}.css-table th{align-items:center;font-size:14px;text-transform:uppercase}.css-table td,.css-table th{padding:25px 0;color:#ccc;font-family:Karla,sans-serif;font-weight:400}.css-table td{text-align:center;text-align:-webkit-center;font-size:20px;border-top:1px solid #33393e}.css-table img:not(:last-child){margin-bottom:10px}.score-info-list{background-color:#292e34;box-shadow:0 1px 0 0 #33393e;border-radius:6px}@media screen and (min-width:768px){.score-info-list{display:none}}.score-level-item{padding:24px 16px}.score-level-item:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1)}.rules-list li{display:flex;justify-content:space-between;margin-bottom:18px;color:#748aa1;font-size:12px;font-family:Karla,sans-serif;text-transform:uppercase;line-height:16px}.rules-list li:last-child{margin-bottom:0}.rules-list .level-cer{margin-bottom:24px;justify-content:flex-start}.rules-list .level-cer img:first-child{margin-right:5px}.rules-list .level-cer img:nth-child(2){margin-right:auto}.rules-list .spec{color:#ccc;font-size:20px;font-family:Karla,sans-serif;letter-spacing:-.4px}.score-section{padding:45px 16px 66px;background-color:#fff}@media screen and (min-width:768px){.score-section{max-width:1200px;margin:0 auto;padding:80px 32px;border-radius:8px;border:4px solid hsla(0,0%,100%,.09)}}.css-list .css-item:not(:last-child){margin-bottom:55px}.css-item .count-steps{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 16px;padding:6px 9px;background-color:#02e75f;color:#1f2327;font-size:24px;font-family:Space Mono,monospace;font-weight:700}@media screen and (min-width:768px){.css-item .count-steps{margin:0 auto 40px}}.css-item .specific{color:#02e75f}.css-item .specific:hover{text-decoration:underline}.css-item .css-title{margin-bottom:28px;color:#1f2327;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center}@media screen and (min-width:768px){.css-item .css-title{font-size:42px;margin-bottom:40px}}.css-item .decoration-img{display:block;width:100%;max-width:585px;margin:40px auto 0}.css-item .item-description{margin-bottom:30px;color:#1f2327;font-size:14px;font-family:Karla,sans-serif;line-height:20px;text-align:start}@media screen and (min-width:768px){.css-item .item-description{max-width:585px;margin:0 auto 80px;font-size:20px;line-height:28px}}.css-item:first-child .item-description{text-align:center}.css-item:last-child .item-description{margin-bottom:0}.trust-score{margin-bottom:36px}@media screen and (min-width:768px){.trust-score{width:100%;max-width:900px;margin:0 auto 85px;display:flex;flex-direction:column}}.trust-score .common-score{display:flex;align-items:center;margin-bottom:12px}.trust-score .count-score{margin-right:6px;color:#1f2327;font-size:42px;font-family:Space Mono,monospace;font-weight:700}.trust-score .trust-title-wrapper{padding-top:10px}.trust-score .trust-title{color:#1f2327;font-size:14px;font-family:Karla,sans-serif;letter-spacing:-.63px;line-height:20px}.trust-gradient-list{width:89px;margin-bottom:30px;display:flex;flex-direction:column;background:linear-gradient(316deg,#e46969,#e4d869 50%,#69e470);border-radius:6px 6px 6px 6px}@media screen and (min-width:768px){.trust-gradient-list{width:100%;height:70px;max-width:879px;flex-direction:row;justify-content:center;margin:0 auto 80px;background:linear-gradient(270deg,#e46969,#e4d869 50%,#69e470)}}.trust-gradient-list .trust-gradient-item{display:flex;align-items:center;position:relative}.trust-gradient-list .trust-gradient-item:not(:last-child){margin-bottom:2px;border-bottom:2px solid #fff}@media screen and (min-width:768px){.trust-gradient-list .trust-gradient-item{width:100%;max-width:145px;flex-direction:column}.trust-gradient-list .trust-gradient-item:not(:last-child){margin-bottom:0;margin-right:2px;border-right:2px solid #fff;border-bottom:none}}.trust-gradient-item .gradient-item-score{display:flex;align-items:center;justify-content:center;min-height:70px;width:88px;color:#1f2327;font-size:20px;font-family:Karla,sans-serif;letter-spacing:-.9px;line-height:24px}@media screen and (min-width:768px){.trust-gradient-item .gradient-item-score{width:100%;margin-bottom:6px;margin-right:0}}.trust-gradient-item .score-value{position:absolute;left:100px;text-align:center;font-size:13px;font-family:Karla,sans-serif;font-weight:700;color:#1f2327;letter-spacing:-.54px;line-height:12px}@media screen and (min-width:768px){.trust-gradient-item .score-value{position:static}}.trust-list{margin-bottom:40px;display:flex;flex-direction:column}@media screen and (min-width:768px){.trust-list{flex-direction:row;justify-content:center;margin-bottom:80px}}.trust-list .trust-item{display:flex;align-items:center}.trust-list .trust-item:not(:last-child){margin-bottom:2px}.trust-list .trust-item:first-child .max-score{border-radius:6px 6px 0 0}.trust-list .trust-item:last-child .max-score{border-radius:0 0 6px 6px}@media screen and (min-width:768px){.trust-list .trust-item{width:100%;max-width:145px;flex-direction:column}.trust-list .trust-item:not(:last-child){margin-bottom:0;margin-right:2px}.trust-list .trust-item:first-child .max-score{border-radius:6px 0 0 6px}.trust-list .trust-item:last-child .max-score{border-radius:0 6px 6px 0}}.trust-item .max-score{display:flex;align-items:center;justify-content:center;height:48px;width:72px;margin-right:5px;background-color:rgba(31,35,39,.1);color:#1f2327;font-size:20px;font-family:Karla,sans-serif;letter-spacing:-.9px;line-height:24px}@media screen and (min-width:768px){.trust-item .max-score{width:100%;margin-bottom:6px;margin-right:0}}.trust-item .direction-title{color:#1f2327;font-size:13px;font-family:Karla,sans-serif;letter-spacing:-.54px;line-height:12px}@media screen and (min-width:768px){.steps-list{max-width:990px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between}}.steps-list .step-item:not(:last-child){margin-bottom:30px}@media screen and (min-width:768px){.steps-list .step-item:not(:last-child){margin-bottom:0}.proofs-list{max-width:585px;display:flex;margin:55px auto 0;justify-content:space-between}.proofs-list .proof-item{width:50%}}.proofs-list .proof-item:not(:last-child){margin-bottom:28px}@media screen and (min-width:768px){.proofs-list .proof-item:not(:last-child){margin-bottom:0}}.proofs-list .funds-icon{margin-bottom:20px}.proofs-list .proof-title{margin-bottom:16px;color:#1f2327;font-size:14px;font-family:Karla,sans-serif;line-height:20px}@media screen and (min-width:768px){.proofs-list .proof-title{font-size:20px;line-height:24px}}.proofs-list .proof-description{color:#1f2327;font-size:14px;font-family:Karla,sans-serif;line-height:20px}@media screen and (min-width:768px){.proofs-list .proof-description{font-size:16px;line-height:24px}}.become-section{padding:82px 16px 103px;background-image:url(/img/background-images/cage-background-mobile.svg);background-position:100% 100%;background-size:cover}@media screen and (min-width:768px){.become-section{padding:180px 0 120px}}.become-section .become-title{margin-bottom:16px;color:#fff;font-size:24px;font-family:Space Mono,sans-serif;font-weight:700;text-align:center}@media screen and (min-width:768px){.become-section .become-title{margin-bottom:30px;font-size:50px}}.become-section .become-description{margin-bottom:47px;color:#ccc;font-size:14px;font-family:Karla,sans-serif;text-align:center;line-height:20px}@media screen and (min-width:768px){.become-section .become-description{max-width:585px;margin:0 auto 40px;font-size:20px;line-height:28px}}.become-section .get-certifacate-link{display:flex;justify-content:center;align-items:center;width:170px;height:40px;margin:0 auto;background:#03dd55;border-radius:4px;color:#1f2327;font-size:20px;font-family:Karla,sans-serif;transition:color .25s linear}.become-section .get-certifacate-link:hover{color:#fff}@media screen and (min-width:768px){.become-section .get-certifacate-link{width:255px;height:50px}}.pentest-main{background-color:#1f2327;background-position:50% 100%;background-repeat:no-repeat;background-image:url(/img/background-images/cage-background-mobile.svg)}@media screen and (min-width:768px){.pentest-main{background-size:100% auto}}.pentest-hero-section{padding:69px 0;background-image:url(/img/background-images/pentest-hero_background_img.svg);background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:768px){.pentest-hero-section{padding:175px 0}}.pentest-hero-title{color:#fff;font-size:24px;line-height:1.3;font-family:Space Mono,monospace;font-weight:700;text-align:center;text-transform:uppercase}@media screen and (min-width:768px){.pentest-hero-title{font-size:50px}}.life-cycle-section{padding-top:16px;padding-bottom:32px}@media screen and (min-width:768px){.life-cycle-section{padding-top:33px;padding-bottom:107px}}.life-cycle-text{color:#fff;font-size:14px;font-family:Karla,sans-serif;line-height:1.4}@media screen and (min-width:768px){.life-cycle-text{margin:0 auto;max-width:600px;font-size:20px;line-height:28px}}.life-cycle-list{padding-left:13px;margin-top:20px;background-image:url(/img/background-images/pentest-rectangle-bgi-vertical.svg);background-repeat:no-repeat;background-position:25px 28px}@media screen and (min-width:768px){.life-cycle-list{display:flex;justify-content:space-between;margin:77px auto 0;max-width:790px;background-image:url(/img/background-images/pentest-rectangle-bgi.svg);background-position:calc(50% + 7px) 17%;background-size:95%;background-repeat:no-repeat}}.life-cycle-item{display:flex;align-items:center;color:#fff;font-family:Space Mono,monospace;font-size:32px;font-weight:700}@media screen and (min-width:768px){.life-cycle-item{display:block}}.life-cycle-item:not(:last-child){margin-bottom:28px}@media screen and (min-width:768px){.life-cycle-item:not(:last-child){margin-bottom:0}}.pentest-step-number{display:flex;justify-content:center;align-items:center;height:56px;width:56px}.life-cycle-item:first-child .pentest-step-number{background-color:#ff461d}.life-cycle-item:nth-child(2) .pentest-step-number{background-color:#ff7a30}.life-cycle-item:nth-child(3) .pentest-step-number{background-color:#f6ad2e}.life-cycle-item:nth-child(4) .pentest-step-number{background-color:#c0e437}.life-cycle-item:nth-child(5) .pentest-step-number{background-color:#6ad441}.life-cycle-item:nth-child(6) .pentest-step-number{background-color:#28ed4c}.life-cycle-item:nth-child(7) .combined-shape{display:flex;justify-content:center;align-items:center;transform:translateX(-14px);height:84px;width:84px;background-color:#02e75f}@media screen and (min-width:768px){.life-cycle-item:nth-child(7) .combined-shape{transform:translateY(-14px)}}.pentest-step-number-text{margin-left:24px;width:84px;color:#fff;font-size:14px;font-family:Karla,sans-serif;line-height:1.1;font-weight:400;opacity:.9}@media screen and (min-width:768px){.pentest-step-number-text{margin:23px 0 0}}.bug_bounty-main{background-color:#1f2327;background-position:50% 100%;background-repeat:no-repeat;background-image:url(/img/background-images/cage-background-mobile.svg)}@media screen and (min-width:768px){.bug_bounty-main{background-size:100% auto}}.bug_bounty-hero-section{padding-top:77px;padding-bottom:39px;background-color:#17191d;background-image:url(/img/background-images/oval-background.svg);background-position:center 2px;background-repeat:no-repeat;background-size:183px}@media screen and (min-width:768px){.bug_bounty-hero-section{background-image:url(/img/background-images/oval-background.svg),url(/img/background-images/plus-background.svg);background-position:center 2px,center 2px;background-repeat:no-repeat,no-repeat;padding-top:144px;padding-bottom:144px;background-size:366px,1110px 300px}}.bug_bounty-hero-title{margin-bottom:83px;color:#fff;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center;line-height:1.3}@media screen and (min-width:768px){.bug_bounty-hero-title{font-size:50px}}.bug_bounty-hero-text{margin-bottom:32px;color:#fff;font-size:14px;font-family:Karla,sans-serif;line-height:1.4}@media screen and (min-width:768px){.bug_bounty-hero-text{margin:0 auto 95px;max-width:590px;font-size:20px}}.bug_bounty-hero-img{margin:0 auto}.workflow-section{padding-top:40px;padding-bottom:40px}@media screen and (min-width:768px){.workflow-section{padding-top:90px;padding-bottom:120px}}.workflow-section-title{margin-bottom:32px;color:#fff;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center}.workflow-section-title span{color:#02e75f}@media screen and (min-width:768px){.workflow-section-title{margin-bottom:85px;font-size:42px}}.workflow-step-list{color:#1f2327;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center}@media screen and (min-width:768px){.workflow-step-list{display:flex;justify-content:space-between}}.workflow-step-item:not(:last-child){margin-bottom:32px}@media screen and (min-width:768px){.workflow-step-item:not(:last-child){margin:0}}.workflow-step-number{display:flex;justify-content:center;align-items:center;margin:0 auto 16px;background-color:#02e75f;height:48px;width:48px}@media screen and (min-width:768px){.workflow-step-number{margin:0 auto 37px}}.workflow-step-number-text{margin:0 auto;max-width:232px;color:#fff;font-size:14px;font-family:Karla,sans-serif;text-align:center;line-height:1.4;font-weight:400;opacity:.9}@media screen and (min-width:768px){.workflow-step-number-text{font-size:16px;line-height:1.5}}.about-main{background-color:#1f2327}.about-main .hero-section{padding-bottom:70px}.about-main .hero-section img{width:100%;max-width:785px;margin:0 auto 35px}.about-main .hero-section h1{margin-bottom:50px;text-align:center;font-family:Space Mono,monospace;font-size:24px;line-height:1.3;color:#fff;font-weight:700}@media screen and (min-width:768px){.about-main .hero-section h1{max-width:785px;margin:0 auto 50px;font-size:50px}}.about-main .hero-section .hero-description{color:#fff;font-size:14px;font-family:Karla,sans-serif;line-height:1.4}@media screen and (min-width:768px){.about-main .hero-section .hero-description{max-width:585px;font-size:20px}}.about-main .hero-section ul{display:flex;flex-wrap:wrap;justify-content:space-around}.about-main .hero-section li{margin-top:32px;padding:0 10px;text-align:center;color:#00e75f;font-size:24px;font-family:Space Mono,monospace;font-weight:700}@media screen and (min-width:768px){.about-main .hero-section li{font-size:70px;padding:0}}.about-main .hero-section .hero-text{color:#fff;font-size:14px;font-family:Karla,sans-serif;font-weight:400;line-height:2;opacity:.9}@media screen and (min-width:768px){.about-main .hero-section .hero-text{font-size:20px}}.why-cer-section{padding-top:40px;padding-bottom:40px;background-color:#fff}@media screen and (min-width:768px){.why-cer-section{padding:60px 100px;border-radius:8px}}.why-cer-title{margin-bottom:30px;color:#1f2327;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center}.why-cer-title span{color:#00e75f}@media screen and (min-width:768px){.why-cer-title{margin-bottom:60px;font-size:42px}}.why-cer-section p{color:#1f2327;font-size:14px;font-family:Karla,sans-serif;line-height:1.4}.why-cer-section p:not(:last-child){margin-bottom:30px}@media screen and (min-width:768px){.why-cer-section p:not(:last-child){margin-bottom:70px}}.why-cer-section p .specific{font-family:Karla,sans-serif;color:#00e75f}@media screen and (min-width:768px){.why-cer-section p{max-width:585px;margin:0 auto;font-size:20px}}.why-cer-img-mob{margin:0 0 90px}@media screen and (min-width:768px){.why-cer-img-mob{display:none}}.why-cer-img{display:none}@media screen and (min-width:768px){.why-cer-img{display:block;margin-bottom:90px}}.cer-why-title{margin-bottom:50px;text-align:center;color:#1f2327;font-size:24px;font-family:Space Mono,monospace;font-weight:700;line-height:1.3}.cer-why-title span{color:#00e75f}@media screen and (min-width:768px){.cer-why-title{margin:0 auto 50px;max-width:700px;font-size:42px}}.why-cer-section h3{margin-bottom:20px}@media screen and (min-width:768px){.why-cer-section h3{max-width:585px;margin:0 auto 20px}}.why-cer-section .trust-score-img-mob{display:block;margin:0 0 32px}@media screen and (min-width:768px){.why-cer-section .trust-score-img-mob{display:none}}.why-cer-section .trust-score-img{display:none;width:100%;max-width:586px;height:auto;max-height:350px;margin:0 auto 32px}@media screen and (min-width:768px){.why-cer-section .trust-score-img{display:block}}.review-section{padding:70px 0}@media screen and (min-width:768px){.reviews-list{display:flex;margin-bottom:80px}}.review-item{position:relative;margin-bottom:80px;padding:20px 20px 90px;width:100%;color:#fff;font-family:Karla,sans-serif;font-size:20px;line-height:1.5;background:#17191d;border-radius:8px}@media screen and (min-width:768px){.review-item{margin-bottom:0}.review-item:not(:last-child){margin-right:32px}}.review-text{margin-bottom:20px}.review-wrapper{position:absolute;display:flex;align-items:center;bottom:20px}.review-wrapper img{margin-right:10px;width:70px;height:70px}.review-wrapper span{display:block;align-items:center;justify-content:center;opacity:.5}.review-title{margin-bottom:80px;text-align:center;color:#fff;font-size:24px;font-family:Space Mono,monospace;font-weight:700;line-height:1.3}.review-title span{color:#00e75f}@media screen and (min-width:768px){.review-title{font-size:42px}}.review-section .form-wrapper{padding:40px 0;background-color:#fff}@media screen and (min-width:768px){.review-section .form-wrapper{max-width:1280px;margin:0 auto;border-radius:8px}}.review-section .form-wrapperh1{font-size:50px;font-weight:700;color:#fff;line-height:1.3}.review-section .form-text{text-align:center;font-size:20px;line-height:1.4}.review-section .form-text a{color:#00e75f}.faq-main{background-color:#1f2327}.faq-section{width:100%;max-width:1130px;margin:0 auto;padding:65px 0 80px}.faq-section-title{color:#fff;font-size:42px;text-align:center;font-family:Space Mono,monospace;font-weight:700;margin-bottom:24px}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{color:#fff}.faq-item a{color:#03dd55}.faq-image{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.faq-title{cursor:pointer;display:flex;justify-content:space-between;font-size:21px;font-weight:600;padding:14px 21px 14px 24px;background-color:#292e34;border-radius:8px}.faq-text,.faq-title{color:#ccc;font-family:Karla,sans-serif}.faq-text{padding:16px 44px 0}.certified-link{color:#fff;text-decoration:underline}.contact-form-section{padding:50px 0;background-color:#1f2327}.contact-form-section .contact-form-title{margin-bottom:40px;text-align:center;font-family:Space Mono,monospace;font-size:35px;font-weight:700;color:#fff;line-height:1.3}@media screen and (min-width:768px){.contact-form-section .contact-form-title{max-width:800px;margin:0 auto 40px;font-size:38px}}.contact-form-section .switch-links-list{display:flex;width:100%;max-width:790px;margin:0 auto 20px;border:1px solid #00e75f;border-radius:8px}.contact-form-section .switch-link-item{width:50%}.contact-form-section .switch-link{display:inline-block;padding:12px 0;text-transform:uppercase;border-radius:8px;width:100%;color:#00e75f;border:none;background-color:inherit;font-size:14px;outline:none;cursor:pointer;font-weight:500;text-align:center;transition:color .15s linear}.contact-form-section .switch-link.active{background-color:#00e75f;color:#000}@media screen and (min-width:768px){.contact-form-section .switch-link{font-size:20px}}.ac-form{background:#fff;border-radius:8px;box-shadow:0 0 0 4px hsla(0,0%,100%,.1);padding:40px 33px;max-width:790px;margin:0 auto}.error-main{background-color:#1f2327;background-position:50% 100%;background-repeat:no-repeat;background-image:url(/img/background-images/cage-background-mobile.svg)}@media screen and (min-width:768px){.error-main{background-size:100% 100%}}.error-section{padding:65px 0 95px}.error-section img{margin:0 auto}.error-section .error-wrapper{text-align:center;font-size:24px;font-weight:700;margin-top:20px;font-family:Karla,sans-serif;color:#ccc}.error-section .btn{display:inline-block;margin-top:50px;background-color:#0d5;color:#1f2327;padding:6px 14px;font-size:16px;font-weight:700;text-transform:uppercase;border:1px solid #0d5;border-radius:5px;cursor:pointer;transition:color .25s linear,background-color .25s linear}.error-section .btn:hover{color:#fff}.tokens-main{background-position:bottom 7% left}.tokens-main .tokens-section{max-width:1152px;margin:0 auto;padding-top:80px}@media screen and (min-width:1280px){.tokens-main .tokens-section{margin:0 auto;max-width:1280px;padding-left:64px;padding-right:64px}}.tokens-main .submit-section{margin-top:80px}.tokens-section .tokens-section-title{margin-bottom:32px;color:#fff;font-size:24px;font-family:Space Mono,monospace;font-weight:700;text-align:center}@media screen and (min-width:768px){.tokens-section .tokens-section-title{font-size:50px;padding-left:64px;padding-right:64px}}.tokens-section .tokens-section-description{margin:0 auto 51px;padding:0 12px;text-align:center}@media screen and (min-width:1280px){.tokens-section .tokens-section-description{width:1060px;padding:0}}.tokens-main .tokens-buttons-wrapper{display:flex;justify-content:center;margin-bottom:40px}@media screen and (min-width:768px){.tokens-main .tokens-buttons-wrapper{justify-content:flex-end;padding:0 12px 0 0}}@media screen and (min-width:1280px){.tokens-main .tokens-buttons-wrapper{padding:0}}.tokens-main .common-tokens-thead{margin-bottom:27px;padding:0 12px}.tokens-main .common-tokens-thead-loading{pointer-events:none;opacity:.8}@media screen and (min-width:768px){.tokens-main .common-tokens-thead{padding:0 16px;display:flex;justify-content:space-between}}@media screen and (min-width:768px)and (min-width:1280px){.tokens-main .common-tokens-thead{padding:0}}@media screen and (min-width:1280px){.tokens-main .common-tokens-thead{padding:0}}.tokens-main .tokens-table-wrapper{margin-bottom:42px;width:100%;overflow-y:hidden}.tokens-main .tokens-table-wrapper-loading{pointer-events:none;opacity:.8}@media screen and (min-width:1280px){.tokens-main .tokens-table-wrapper{overflow-y:visible}}.tokens-main .tokens-table{max-width:100%;border-collapse:collapse;background-color:#2f353c}.tokens-main .tokens-thead{border-bottom:1px solid #33393e;color:#ccc;font-size:12px;font-family:Karla,sans-serif;text-align:right;text-transform:uppercase;line-height:16px}.tokens-main .tokens-thead th{height:50px;text-align:center}.tokens-main .tokens-thead th span{display:flex;justify-content:center;align-items:center}.tokens-main .tokens-thead th:nth-child(2n){background-color:#2f353c}.tokens-main .tokens-thead th:nth-child(odd){background-color:#292e34}.tokens-main .tokens-thead th:first-child{top:0;left:0;padding-left:11px;padding-right:13px;text-align:start;border-right:none;position:sticky;z-index:2;background-color:#2f353c}.tokens-main .tokens-thead th:nth-child(2){position:sticky;text-align:left;top:0;left:32px;z-index:2;border-right:1px solid #33393e}.tokens-main .tokens-thead th:nth-child(3){max-width:205px;text-align:left}@media screen and (min-width:768px){.tokens-main .tokens-thead th{height:72.5px}.tokens-main .tokens-thead th:nth-child(2) .tokens-head-cell-title{justify-content:flex-start;left:53px}}@media screen and (min-width:1280px){.tokens-main .tokens-thead th{position:sticky;top:0}.tokens-main .tokens-thead th:first-child{z-index:4;overflow:hidden}.tokens-main .tokens-thead th:nth-child(2){z-index:4}}.tokens-main .tokens-tbody{max-height:1200px}.tokens-main .tokens-tbody-row .token-empty-cell{padding-left:12px;min-width:32px}.tokens-main .tokens-thead .head-cell{height:100%;max-height:56px;padding-left:11px;padding-right:11px;cursor:pointer;transition:color .25s linear;z-index:2}.tokens-main .tokens-thead .head-cell:nth-child(2){padding-left:21px}.tokens-main .tokens-thead .head-cell.active,.tokens-main .tokens-thead .head-cell:hover{color:#fff}.tokens-main .tokens-thead .token-empty-cell{pointer-events:none;min-width:50px}.tokens-main .tokens-thead .head-cell-title{display:flex;justify-content:center;align-items:center}.tokens-main .tokens-thead .tokens-head-cell-title svg{margin-left:10px;min-width:10px;min-height:13px;transition:fill .25s linear;fill:#ccc}.tokens-main [data-sort=by-project-category]{pointer-events:none}.tokens-main [data-sort=by-project-category] svg{display:none}.tokens-main [data-sort=by-project-category].enable{pointer-events:auto}.tokens-main [data-sort=by-project-category].enable svg{display:block}.tokens-main .tokens-tbody .tokens-tbody-row{height:42px;font-family:Karla,sans-serif;color:#ccc;font-size:14px}.tokens-main .table-link>span{width:28px;height:28px;border-radius:50%;border:1px solid #000;background-color:#fff}.tokens-main .table-link>span:not(:first-child){margin-left:-15px!important}.tokens-main .table-link .token-audit-icon{background-color:#fff}.tokens-main .tokens-tbody td{border-top:1px solid #33393e}.tokens-main .tokens-tbody td:nth-child(odd){background-color:#292e34}.tokens-main .tokens-tbody td:first-child{position:sticky;max-width:30px;left:0;z-index:3;background-color:#2f353c}.tokens-main .tokens-tbody td:nth-child(2){max-width:150px;min-width:150px;padding-left:21px;padding-right:12px;position:sticky;left:32px;z-index:2;background-color:#2f353c;border-right:1px solid #33393e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (min-width:768px){.tokens-main .tokens-tbody td:nth-child(2){max-width:180px;min-width:180px}}.tokens-main .tokens-tbody td:nth-child(3){text-align:center;font-size:20px}.tokens-main .tokens-tbody td:nth-child(4){padding:0 10px}.tokens-main .tokens-tbody td:nth-child(n+4){text-align:center}.tokens-main .tokens-tbody td img{display:inline-flex}.tokens-main .token-reports-size{display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;background-color:#fff;border:1px solid #000;border-radius:50%}.tokens-main .table-logo-link-wrapper{display:flex;align-items:center}.tokens-main .table-logo-link{display:contents}.tokens-main .table-logo-link.with-image span{width:28px;height:28px;min-width:28px;min-height:28px}.tokens-main .table-logo-link img{margin-right:10px;border-radius:50%}.tokens-main .table-logo-link .blanc-icon{display:flex;justify-content:center;align-items:center;min-width:28px;height:28px;background-color:#fff;border-radius:50%;font-family:Karla,sans-serif;font-size:16px;font-weight:700;color:#292e34}.tokens-main .project-name{margin-left:10px}.tokens-main .project-link{padding:10px 0;font-family:Karla,sans-serif;color:#ccc;font-size:16px;transition:color .25s ease-in-out;overflow:hidden;text-overflow:ellipsis}.tokens-main .project-link:hover{color:#fff!important}.tokens-tbody .specific-cell{color:#ff461d}.timer{max-width:320px;display:flex;justify-content:space-between;margin:0 auto 40px;padding-left:12px;padding-right:12px}@media screen and (min-width:768px){.timer{max-width:650px}}.field{display:flex;flex-flow:column;align-items:center;justify-content:space-between}@media screen and (min-width:768px){.field{height:120px}.field:not(:last-child){margin-right:15px}}.label{font-size:12px;color:gray;text-transform:uppercase}@media screen and (min-width:768px){.label{font-size:18px}}.value{margin-bottom:4px;padding:6px;font-family:Space Mono,monospace;font-size:34px;text-align:center;color:#fff;background-color:#000;border-radius:8px;box-shadow:0 1px 5px 0 rgba(0,0,0,.75)}@media screen and (min-width:768px){.value{font-size:70px;width:120px}}.tokens-main .categories-btns-list{display:flex;flex-wrap:wrap;padding:0 12px;margin:-3px -3px 16px}@media screen and (min-width:768px){.tokens-main .categories-btns-list{margin:0 0 16px;flex-wrap:nowrap;flex-direction:row;padding-left:16px}}@media screen and (min-width:1280px){.tokens-main .categories-btns-list{padding-left:0}}.tokens-main .category-item{margin:3px}@media screen and (min-width:768px){.tokens-main .category-item{margin:0}.tokens-main .category-item:not(:last-child){margin-bottom:0;margin-right:8px}}.tokens-main .category-btn{padding:5px 10px;align-items:center;background-color:#292e34;border-radius:6px;outline:none;border:none;cursor:pointer;transition:color .25s ease-in-out,background-color .25s ease-in-out;color:#ccc;font-size:14px;font-weight:700;font-family:Karla,sans-serif}.tokens-main .category-btn.active,.tokens-main .category-btn:hover{color:#fff;background-color:#2f353c}.tokens-details-main{background-color:#1f2327}.tokens-details-main .tokens-details-wrapper{padding-top:60px;padding-bottom:32px}@media screen and (min-width:900px){.tokens-details-main .tokens-details-wrapper{display:flex;padding-bottom:75px;justify-content:space-between}}@media screen and (min-width:1280px){.tokens-details-main .tokens-details-wrapper.container{padding-left:128px;padding-right:128px}}@media screen and (min-width:900px){.tokens-details-main .token-info-section{width:55%}}.exchange-info-section .rank-wrapper,.tokens-details-main .rank-wrapper{margin-bottom:16px}.exchange-info-section .token-info-span,.tokens-details-main .token-info-span{padding:5px 7px;font-size:12px;font-family:Karla,sans-serif;font-weight:700;text-transform:uppercase;color:#1f2327;background:#748aa1;border-radius:6px}.tokens-details-main .token-title{display:flex;align-items:center;color:#fff;font-size:24px;font-family:Space Mono,monospace;font-weight:700}@media screen and (min-width:900px){.tokens-details-main .token-title{font-size:32px}}.tokens-details-main .token-logo-wrapper{display:flex;align-items:center;margin-bottom:16px}.tokens-details-main .token-logo-wrapper a{margin-right:13px;color:#fff;transition:color .25s linear}.tokens-details-main .token-logo-wrapper a:hover{color:#ccc}.tokens-details-main .token-logo-wrapper svg{margin-right:13px}.tokens-details-main .token-logo-wrapper .token-logo{width:75px;height:75px;border-radius:50%}.tokens-details-main .token-title-span{margin-left:8px;padding:4px 8px;background:#292e34;border-radius:6px;color:#748aa1;font-size:14px;font-family:Karla,sans-serif;font-weight:700;text-transform:uppercase}@media screen and (min-width:900px){.tokens-details-main .token-title-span{font-size:16px}}.tokens-details-main .token-description{margin-bottom:24px;font-size:14px;font-family:Karla,sans-serif;color:#ccc;line-height:24px}@media screen and (min-width:900px){.tokens-details-main .token-description{max-width:70%;font-size:16px}}.tokens-details-main .crypto-wallets-list{margin-bottom:20px;color:#ccc;font-size:14px;font-family:Karla,sans-serif}.tokens-details-main .logo-wr{justify-content:center;margin-right:8px;width:20px;height:20px;background-color:#fff;border-radius:50%}.tokens-details-main .crypto-wallet-item,.tokens-details-main .logo-wr{display:flex;align-items:center}.tokens-details-main .crypto-wallet-item:not(:last-child){margin-bottom:16px}.tokens-details-main .crypto-wallet-item img{width:16px;height:16px}.tokens-details-main .network-name{width:115px}.tokens-details-main .network-address{position:relative;cursor:pointer;max-width:300px;display:flex;align-items:center;transition:color .25s linear}.tokens-details-main .network-address svg{margin-left:4px}.tokens-details-main .network-address .copy-icon{transition:opacity .25s linear;fill:#fff}.tokens-details-main .network-address .tooltip-span{position:absolute;top:-20px;right:0;display:block;padding:1px 8px;border-radius:5px;background-color:#fff;color:#000;opacity:0;font-family:IBM Plex Mono,sans-serif;font-size:12px;line-height:1.2;transition:opacity .3s ease-in-out;pointer-events:none}.tokens-details-main .network-address:hover{color:#fff}.tokens-details-main .network-address:hover .copy-icon{opacity:1}.tokens-details-main .token-price{margin-bottom:16px;padding:16px 0;border-top:1px solid #292e34;border-bottom:1px solid #292e34}.tokens-details-main .price-title{color:#748aa1;font-size:14px;font-family:Karla,sans-serif;font-weight:700;line-height:20px}.tokens-details-main .price-wrapper{display:flex;align-items:center}.tokens-details-main .price-value{margin-right:8px;color:#fff;font-size:32px;font-family:Space Mono,monospace;font-weight:700;line-height:1.5}.tokens-details-main .price-percent{display:flex;align-items:center;padding:0 8px;color:#fff;border-radius:4px;font-size:16px;font-family:Karla,sans-serif;font-weight:700;line-height:1.5}.tokens-details-main .price-percent.up{color:#03dd55;background-color:#185132}.tokens-details-main .price-percent.down{color:red;background-color:#731212}.tokens-details-main .price-percent:before{content:"";margin-right:6px;font-size:8px}.tokens-details-main .price-percent.up:before{content:"▲";padding-top:2px;color:#03dd55}.tokens-details-main .price-percent.down:before{content:"▼";padding-top:3px;color:red}.tokens-details-main .btc-price{color:#ccc;font-size:14px;font-family:Karla,sans-serif}.tokens-details-main .current-tokens-info-list{margin-bottom:20px}@media screen and (min-width:900px){.tokens-details-main .current-tokens-info-list{display:flex}.tokens-details-main .current-token-info-item{flex-direction:column;display:flex}.tokens-details-main .current-token-info-item:not(:last-child){margin-right:90px}}.tokens-details-main .item-wrapper{width:100%;margin-bottom:20px}@media screen and (min-width:900px){.tokens-details-main .item-wrapper{margin-bottom:0}.tokens-details-main .item-wrapper:nth-child(-n+1){margin-bottom:15px}}.tokens-details-main .percent-block{display:flex;margin-bottom:15px;width:100%;height:4px;border-radius:6px;background-color:#292e34}@media screen and (min-width:900px){.tokens-details-main .percent-block{margin-bottom:0}}.tokens-details-main .active-line{background-color:#748aa1;border-radius:6px}.tokens-details-main .token-info-title{margin-bottom:12px;color:#748aa1;font-size:14px;font-family:Karla,sans-serif;font-weight:700;line-height:1.4}.tokens-details-main .token-value{display:flex;align-items:center;color:#fff;font-size:14px;font-family:Karla,sans-serif}@media screen and (min-width:900px){.tokens-details-main .token-value{font-size:20px}}.tokens-details-main .circulating-percent{font-size:14px;margin-left:7.5px;color:#ccc}.tokens-details-main .percent{display:inline-flex;align-items:center;margin-left:8px;font-size:14px;font-family:Karla,sans-serif;font-weight:700;line-height:1.4}.tokens-details-main .percent.up{color:#03dd55}.tokens-details-main .percent.down{color:red}.tokens-details-main .percent.up:before{content:"▲";margin-right:4px;padding-top:2px;color:#03dd55;font-size:8px}.tokens-details-main .percent.down:before{content:"▼";margin-right:4px;padding-top:3px;font-size:8px;color:red}@media screen and (min-width:900px){.tokens-details-main .token-chart-wrapper{width:42%}}.exchange-page .chart-section,.tokens-details-main .chart-section{display:flex;align-items:center;margin-bottom:15px;padding:20px;background-color:#17191d;border-radius:6px}.exchange-page .chart-section .chart-img,.tokens-details-main .chart-section .chart-img{margin-right:15px;width:80px;height:80px}@media screen and (min-width:480px){.exchange-page .chart-section .chart-img,.tokens-details-main .chart-section .chart-img{width:140px;height:140px}}@media screen and (min-width:900px){.exchange-page .chart-section,.tokens-details-main .chart-section{padding:24px}}.chart-section .card{margin-right:20px;transition:.5s}.chart-section .percent-chart{position:relative;width:150px;height:150px;border-radius:50%;z-index:3}.chart-section .percent-chart .number{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;z-index:2}.chart-section .percent-chart .number p{color:#748aa1;font-family:Karla,Arial,sans-serif;font-size:14px}.chart-section .percent-chart .number span{margin-top:7px;color:#fff;font-family:Space Mono,monospace;font-weight:700;font-size:32px;transition:.5s}.chart-section .chart-percents{margin-top:7px;color:#748aa1;font-size:14px;font-family:Karla,Arial,sans-serif}.chart-section .percent-chart .number span span{font-size:24px;color:#fff;transition:.5s}.chart-section svg{position:relative;width:150px;height:150px;z-index:2}.chart-section svg circle{width:100%;height:100%;fill:none;stroke:#292e34;stroke-width:10;transform:translate(5px,5px)}.chart-section svg circle:nth-child(2){stroke-dasharray:440px 440px}.chart-section .card:first-child svg circle:nth-child(2){stroke:#03dd55}.chart-section .card:first-child svg circle:nth-child(3){fill:#1f2327;stroke:none;z-index:1;position:absolute;transform:translate(20px,20px)}@media screen and (max-width:480px){.chart-section{flex-direction:column}.chart-section .rating-list{margin-top:30px}}.exchange-page .rating-list,.tokens-details-main .rating-list{width:100%}.exchange-page .rating-item,.tokens-details-main .rating-item{display:flex;align-items:center}.exchange-page .rating-item .rating-value,.tokens-details-main .rating-item .rating-value{font-weight:700;color:#ccc}.exchange-page .rating-item .rating-value.yes,.tokens-details-main .rating-item .rating-value.yes{color:#00e75f}.exchange-page .rating-item .rating-value.no,.tokens-details-main .rating-item .rating-value.no{color:#ff461d}.exchange-page .rating-item:not(:last-child),.tokens-details-main .rating-item:not(:last-child){margin-bottom:18px}.exchange-page .rating-title,.tokens-details-main .rating-title{position:relative;display:flex;align-items:center;width:100%;color:#748aa1;font-size:11px;font-family:Karla,sans-serif;font-weight:700;line-height:1.4;transition:color .25s ease-in-out}.exchange-page .rating-title:hover.popup,.tokens-details-main .rating-title:hover.popup{cursor:pointer;color:#fff}.exchange-page .rating-title:hover.popup .popup-text,.tokens-details-main .rating-title:hover.popup .popup-text{opacity:1}@media screen and (min-width:900px){.exchange-page .rating-title,.tokens-details-main .rating-title{font-size:14px}}.exchange-page .popup-icon,.tokens-details-main .popup-icon{width:12px;height:12px;fill:#fff;transition:opacity .25s ease-in-out;opacity:.3}.exchange-page .popup:hover .popup-icon,.tokens-details-main .popup:hover .popup-icon{opacity:1}.exchange-page .popup-icon,.tokens-details-main .popup-icon{margin-left:6px}.exchange-page .popup-text,.tokens-details-main .popup-text{position:absolute;bottom:19px;max-width:182px;padding:8px;text-align:center;background:#292e34;color:#ccc;font-family:Karla,sans-serif;font-size:14px;line-height:1.2;border-radius:8px;pointer-events:none;transition:opacity .25s ease-in-out;opacity:0}.exchange-page .rating-value,.tokens-details-main .rating-value{padding-left:8px}.tokens-details-main .owner-info-section{display:flex;align-items:center;margin-bottom:15px;padding:24px;background-color:#17191d;border-radius:6px}.tokens-details-main .owner-info-text{width:100%;margin-right:10px;align-items:center;color:#748aa1;font-size:11px;font-family:Karla,sans-serif;font-weight:700;line-height:1.4}@media screen and (min-width:768px){.tokens-details-main .owner-info-text{font-size:14px}}.tokens-details-main .owner-info-link{display:flex;align-items:center;min-width:147px;padding:10px 16px;background-color:#03dd55;font-size:11px;font-family:Karla,sans-serif;font-weight:700;border-radius:6px;color:#000;transition:color .25s ease-in-out}.tokens-details-main .owner-info-link:hover{color:#fff}.tokens-details-main .owner-info-link:hover .arrow-up{fill:#fff}@media screen and (min-width:768px){.tokens-details-main .owner-info-link{font-size:14px}}.tokens-details-main .owner-info-link .arrow-up{margin-right:10px;transition:fill .25s ease-in-out}.tokens-details-main .audits-wrapper{margin-bottom:15px;padding:20px;background-color:#17191d;border-radius:6px}@media screen and (min-width:900px){.tokens-details-main .audits-wrapper{padding:24px}}.tokens-details-main .audits-title{margin-bottom:12px;color:#fff;font-size:16px;font-family:Space Mono,monospace;font-weight:700;letter-spacing:0}.tokens-details-main .audits-title-span{padding:3px 6px;color:#748aa1;font-size:12px;font-family:Karla,sans-serif;font-weight:700;text-transform:uppercase;background:#292e34;border-radius:6px}.tokens-details-main .rectangle{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin-bottom:2px;background-color:#292e34;border-radius:6px;transition:background-color .25s linear}.tokens-details-main .rectangle:hover{background-color:hsla(0,0%,100%,.2)}.tokens-details-main .rectangle:hover .arrow-span{color:#fff}.platform-audits{margin-top:12px}.tokens-details-main .rectangle-date{color:#ccc;font-size:14px;font-family:Karla,sans-serif}.tokens-details-main .latest-span{color:#8c8787;font-size:14px;font-family:Karla,sans-serif;text-align:right}.tokens-details-main .name-company{display:flex;align-items:center;color:#748aa1;font-size:14px;font-family:Karla,sans-serif;font-weight:700;background:transparent;border-color:transparent}.tokens-details-main .name-company .company-logo-icon{width:16px;height:16px;margin-right:6px;border-radius:50%}.company-logo-wrapper{display:flex;align-items:center;margin-right:4px}.tokens-details-main .arrow-span{color:#748aa1;font-size:14px;transition:color .25s linear}.tokens-details-main .insurance-list{margin-top:20px}.tokens-details-main .insurance-item{display:flex;align-items:center;justify-content:space-between}.tokens-details-main .insurance-item:not(:last-child){margin-bottom:20px}.tokens-details-main .insurance-title{color:#fff;font-size:16px;font-family:Space Mono,monospace;font-weight:700}.tokens-details-main .insurance-rectangle{display:flex;justify-content:space-between;padding:8px 12px;background-color:#292e34;border-radius:6px;transition:background-color .25s linear}.tokens-details-main .insurance-rectangle img{margin-right:10px;width:12px;height:12px;min-width:12px;min-height:12px}.tokens-details-main .name-of-project{display:flex;align-items:center;color:#748aa1;font-size:14px;font-family:Karla,sans-serif;font-weight:700;transition:color .25s ease-in-out}.tokens-details-main .name-of-project svg{width:16px;height:16px}.tokens-details-main .name-of-project .arrow-span{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;color:#748aa1;font-size:14px;transition:color .25s linear;margin-left:2px}.tokens-details-main a:hover,.tokens-details-main a:hover .arrow-span{color:#fff}.tokens-details-main .report-issue-link{max-width:220px;display:flex;justify-content:space-between;margin:0 auto;padding:10px 20px;background-color:#292e34;border-radius:6px;color:#748aa1;font-size:14px;font-family:Karla,sans-serif;font-weight:700;transition:color .25s ease-in-out}.tokens-details-main .report-issue-link .chat-icon{fill:#78899f;transition:fill .25s ease-in-out}.tokens-details-main .report-issue-link:hover .chat-icon{fill:#fff}.blog-main{padding:62px 16px 32px;background-color:#1f2327}@media screen and (min-width:425px){.blog-main{padding:48px 24px}}@media screen and (min-width:768px){.blog-main{padding:64px 32px}}.blog-main .blog-title{margin-bottom:24px;color:#fff;text-align:center;font-family:Space Mono,monospace}.blog-main .blog-title span{color:#00e75f}@media screen and (min-width:768px){.blog-main .blog-title{margin-bottom:32px;font-size:38px}}@media screen and (min-width:1280px){.blog-main .blog-title{margin-bottom:80px;font-size:44px}}.blog-main .author-page-wrapper .blog-title{margin-bottom:24px}.blog-main .author-page-wrapper .author-img{margin:0 auto 25px;border-radius:50%}.blog-main .author-page-wrapper .editor-description{font-family:Karla,sans-serif;margin-bottom:25px;font-size:16px;line-height:1.5;color:#748aa1;text-align:center}.blog-main .author-page-wrapper .author-description{max-width:744px;margin:0 auto 80px;font-family:Karla,sans-serif;font-size:16px;line-height:1.5;text-align:center;color:#fff}.blog-main .author-page-wrapper .author-social-networks-list{max-width:155px;display:none;margin:0 auto 82px}.blog-main .author-page-wrapper .social-network-item:not(:last-child){margin-right:20px}.blog-main .post-item{position:relative;display:flex;flex-direction:column;max-width:744px;margin:0 auto 30px}@media screen and (min-width:768px){.blog-main .post-item{margin:0 auto 90px}}.blog-main .categories-list{position:absolute;z-index:1;top:12px;right:12px;display:flex}@media screen and (min-width:768px){.blog-main .categories-list{top:18px;right:18px}}.blog-main .author-item{display:flex;font-family:Karla,sans-serif;font-weight:400;line-height:1.5;color:#748aa1}.blog-main .author-item:before{content:"by";margin-right:5px}.blog-main .author-item a{color:#1f2327;transition:color .25s ease-in-out}.blog-main .author-item a:hover{color:#02e75f}.blog-main .category-item{display:flex;font-family:Karla,sans-serif;font-weight:400;line-height:1.5;color:#748aa1}.blog-main .category-item:before{content:"In";margin-right:5px}.blog-main .category-item a{color:#1f2327;transition:color .25s ease-in-out}.blog-main .category-item a:hover{color:#02e75f}.blog-main .post-link{margin-bottom:30px}.blog-main .post-link img{width:100%;transition:filter .25s ease-in-out}.blog-main .post-link:hover img{filter:brightness(70%)}@media screen and (min-width:768px){.blog-main .post-link{margin-bottom:36px}}@media screen and (min-width:1280px){.blog-main .post-link{margin-bottom:24px}}.blog-main .post-title{margin-bottom:16px}@media screen and (min-width:768px){.blog-main .post-title{margin-bottom:8px}}.blog-main .post-title-link{font-family:Space Mono,monospace;font-style:normal;font-weight:700;font-size:32px;line-height:1.46;color:#fff;transition:color .25s ease-in-out}.blog-main .post-title-link:hover{color:#02e75f}.blog-main .post-description{margin-bottom:16px;font-size:16px;color:#fff}.blog-main .post-description,.blog-main .post-news-wrapper{font-family:Karla,sans-serif;font-weight:400;line-height:1.5}.blog-main .post-news-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:13px;color:#748aa1}.blog-main .post-news-wrapper li{display:flex}.blog-main .post-news-wrapper li a{color:#748aa1}.blog-main .post-news-wrapper li a:not(:last-child){margin-right:8px}.blog-main .post-news-wrapper li:not(:last-child){margin-right:10px}.blog-main .post-news-wrapper li:not(:last-child):after{content:"•";display:block;margin-left:10px;color:#748aa1}@media screen and (min-width:768px){.blog-main .post-news-wrapper{font-size:16px}.blog-main .post-news-wrapper span:not(:last-child){margin-right:16px}.blog-main .post-news-wrapper span:not(:last-child):after{content:"•";display:block;margin-left:16px;color:#748aa1}}.blog-main .pagination-wrapper ul{max-width:744px;margin:0 auto;display:flex;justify-content:flex-start}.post-main h2,.post-main h3,.post-main h4,.post-main h5,.post-main h6{font-family:Space Mono,monospace;color:#1f2327;margin-bottom:24px}.post-main .aligncenter{display:flex;margin:0 auto}.post-main{background-color:#1f2327}.post-main .hero-title-section{max-width:937px;margin:0 auto;padding:120px 0 55px}@media screen and (min-width:768px){.post-main .hero-title-section{padding:80px 0}}.post-main .hero-title-section h1{margin-bottom:24px;padding:0 36px;font-family:Space Mono,monospace;font-weight:700;font-size:24px;line-height:1.28;text-align:center;color:#fff}.post-main .hero-title-section h1 span{color:#00e75f}@media screen and (min-width:768px){.post-main .hero-title-section h1{font-size:36px}}@media screen and (min-width:1280px){.post-main .hero-title-section h1{font-size:50px}}.post-main .hero-title-section .time-wrapper{display:flex;flex-wrap:wrap;justify-content:center;font-family:Karla,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#748aa1}.post-main .hero-title-section .time-wrapper span{display:flex}.post-main .hero-title-section .time-wrapper span:not(:last-child){margin-right:10px}.post-main .hero-title-section .time-wrapper span:not(:last-child):after{content:"•";display:block;margin-left:16px;color:#748aa1}.post-main .hero-section{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:937px;padding:64px 36px 30px;background-color:#fff}.post-main .hero-section .post-img{width:100%;margin-bottom:36px}.post-main .hero-section .author-info-wrapper{display:flex;justify-content:space-between;margin-bottom:30px}.post-main .hero-section .author-wrapper{display:flex;align-items:center}.post-main .hero-section .author-wrapper img{max-width:41px;margin-right:16px;border-radius:50%}.post-main .hero-section .author-and-categories-list{display:flex;flex-wrap:wrap;align-items:baseline}.post-main .hero-section .author-item{margin-right:8px}.post-main .hero-section .author-link{display:flex;color:#748aa1;transition:color .25s ease-in-out}.post-main .hero-section .author-link:hover{color:#02e75f}.post-main .hero-section .category-link{display:flex;color:#748aa1}.post-main .hero-section .views-span{display:none;align-items:center;font-family:Karla,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#748aa1}.post-main .hero-section .views-span svg{margin-right:8px}.post-main .hero-section .views-span .views-value{margin-right:6px}.post-main figcaption{margin-top:4px;color:#777;text-align:center}.post-main cite{color:#777}.post-main .post-title{font-family:Space Mono,monospace;margin-bottom:18px;color:#1f2327;font-size:35px;font-weight:600;line-height:1.2}@media screen and (min-width:768px){.post-main .post-title{margin-bottom:20px;font-size:46px}}.post-main .about-post{display:flex;font-family:Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:-.2px;line-height:11.5px;color:#1f2327}@media screen and (min-width:768px){.post-main .about-post{font-size:14px;font-weight:600;letter-spacing:-.28px;line-height:16.1px}}.post-main .categories-list{display:flex;flex-direction:row;color:#1f2327}.post-main .categories-list:before{content:"|";margin:0 9px}.post-main .author-item{display:flex;font-family:Karla,sans-serif;font-weight:400;font-size:13px;line-height:1.5;color:#748aa1}.post-main .author-item:before{content:"by";margin-right:8px}@media screen and (min-width:768px){.post-main .author-item{font-size:16px}}.post-main .category-item{display:flex;font-family:Karla,sans-serif;font-weight:400;font-size:13px;line-height:1.5;color:#748aa1}.post-main .category-item:before{content:"In";margin-right:8px}.post-main .category-item a{color:#1f2327;transition:color .25s ease-in-out}.post-main .category-item a:hover{color:#02e75f}@media screen and (min-width:768px){.post-main .category-item{font-size:16px}}.post-content-section{max-width:937px;margin:0 auto;padding:0 36px 72px;background-color:#fff}.post-content-section ol,.post-content-section p,.post-content-section ul{margin-bottom:18px;font-family:Karla,sans-serif;font-weight:400;font-size:20px;line-height:28px;color:#1f2327}.post-content-section ol,.post-content-section ul{padding-left:24px}.post-content-section ul>li{list-style-type:disc}.post-content-section ol>li{list-style-type:decimal}.post-content-section blockquote{margin:32px 0;padding-left:27px;border-left:2px solid #02e75f}.post-content-section blockquote p{font-size:18px;line-height:31.5px;color:#ccc}.post-content-section blockquote small{font-size:13px;color:#fff}.post-content-section blockquote small:before{content:"—";margin-right:9px}.post-content-section audio,.post-content-section iframe,.post-content-section video{width:100%}.post-content-section table{margin:0 auto;border-collapse:collapse;color:hsla(0,0%,47%,.65)}.post-content-section table td{padding:5px;border:1px solid hsla(0,0%,47%,.65)}.post-content-section a{color:#1f2327;text-decoration:underline;transition:color .25s ease-in-out}.post-content-section a :focus,.post-content-section a:hover{color:#02e75f}.post-main .continue-reading-section{margin:0 auto;max-width:1130px;padding:80px 0 100px}.post-main .continue-reading-section h2{margin-bottom:40px;padding:0 16px;text-align:left;font-family:Space Mono,monospace;font-weight:700;font-size:32px;line-height:1.46;color:#fff}.post-main .continue-reading-section h2 span{color:#00e75f}@media screen and (min-width:768px){.post-main .continue-reading-section{padding:80px 0 135px}}@media screen and (min-width:1280px){.post-main .continue-reading-section{padding:80px 0 235px}.post-main .continue-reading-section h2{padding:0}}.post-main .continue-reading-section .posts-cards-list{max-width:550px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.post-main .continue-reading-section .posts-cards-list{max-width:1024px;display:flex;flex-wrap:wrap;margin:0 auto -12px}}@media screen and (min-width:1280px){.post-main .continue-reading-section .posts-cards-list{max-width:1280px;margin:-15px}}.post-main .continue-reading-section .post-card-item{display:flex;flex-direction:column;transition:transform .25s ease-in-out}.post-main .continue-reading-section .post-card-item img{width:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px}.post-main .continue-reading-section .post-card-item:not(:last-child){margin-bottom:32px}.post-main .continue-reading-section .post-card-item span{font-family:Karla,sans-serif;font-weight:400;font-size:14px;line-height:1.14;color:#ccc}.post-main .continue-reading-section .post-card-item h3{margin-top:16px;font-family:Karla,sans-serif;font-weight:700;font-size:20px;line-height:1.15;color:#fff}@media screen and (min-width:768px){.post-main .continue-reading-section .post-card-item{width:calc(50% - 24px);margin:12px}.post-main .continue-reading-section .post-card-item:not(:last-child){margin-bottom:12px}}@media screen and (min-width:1280px){.post-main .continue-reading-section .post-card-item{width:calc(33.3333333333% - 30px);max-width:100%;margin:15px}.post-main .continue-reading-section .post-card-item:not(:last-child){margin-bottom:15px}}.post-main .continue-reading-section .post-card-item:hover{transform:scale(1.05)}.post-main .continue-reading-section .card-wrapper{padding-top:16px}.posts-category-main{background-color:#1f2327}.posts-category-main .hero-section{background-repeat:no-repeat;background-position:50%;background-size:cover}.posts-category-main .hero-section-wrapper{background-color:rgba(0,0,0,.25);padding:72px 36px}@media screen and (min-width:1024px){.posts-category-main .hero-section-wrapper{padding:108px 36px}}@media screen and (min-width:1280px){.posts-category-main .hero-section-wrapper{padding:144px 36px}}@media screen and (min-width:1480px){.posts-category-main .hero-section-wrapper{padding:180px 36px}}.posts-category-main .hero-title{margin-bottom:36px;font-family:Inter,sans-serif;font-size:28px;font-weight:600;line-height:33.6px;text-align:center;color:#fff}@media screen and (min-width:768px){.posts-category-main .hero-title{font-size:34px;line-height:40px}}@media screen and (min-width:1280px){.posts-category-main .hero-title{font-size:50px;line-height:60px}}.posts-category-main .hero-description{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:31.5px;text-align:center;color:#fff}.posts-category-main .posts-section{padding:72px 36px}.posts-category-main .preview-wrapper{display:flex;align-items:center;min-height:30px;max-height:208px;overflow:hidden}@media screen and (min-width:1280px){.posts-category-main .preview-wrapper{max-height:245px}}.posts-category-main .post-content-wrapper{padding:36px 36px 72px}.posts-category-main .posts-by-category-list{margin-bottom:32px}@media screen and (min-width:768px){.posts-category-main .posts-by-category-list{display:flex;flex-wrap:wrap;margin-bottom:54px}}.posts-category-main .post-item{position:relative;max-width:425px;margin:0 auto;background-color:#292e33;transition:transform .25s ease-in-out}.posts-category-main .post-item:not(:last-child){margin-bottom:36px}.posts-category-main .post-item:hover{transform:scale(1.05)}@media screen and (min-width:768px){.posts-category-main .post-item{max-width:none;width:calc(50% - 36px);margin:18px}.posts-category-main .post-item:not(:last-child){margin-bottom:18px}}@media screen and (min-width:1280px){.posts-category-main .post-item{width:calc(25% - 36px)}}.posts-category-main .categories-list{position:absolute;z-index:1;top:16px;right:16px;display:flex;flex-wrap:wrap;justify-content:flex-end;margin:-4px}@media screen and (min-width:768px){.posts-category-main .categories-list{top:18px;right:18px}}.posts-category-main .category-item{background:#02e75f;border-radius:100px;margin:2px}.posts-category-main .category-item a{display:inline-flex;padding:5px 13px;color:#000;font-family:Inter,sans-serif;font-size:11px;font-weight:600;letter-spacing:-.22px;line-height:1.2;transition:color .25s ease-in-out}.posts-category-main .category-item a:hover{color:#fff}.posts-category-main .category-item:not(:last-child){margin-right:4px}.posts-category-main .post-date{margin-bottom:9px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:21px;color:#ccc}.posts-category-main .post-title{margin-bottom:9px;font-family:Inter,sans-serif;font-size:17px;font-weight:600;letter-spacing:-.34px;line-height:20.4px;color:#fff}.posts-category-main .post-description{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:26.25px;color:#ccc}.posts-category-main .post-news-wrapper{display:flex;font-family:Karla,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#748aa1}.methodology-main{background-color:#1f2327;margin:0}@media screen and (min-width:481px)and (max-width:768px){.methodology-main section.container{padding-right:52px;padding-left:52px}}.methodology-main .criteria-title{font-family:Karla,sans-serif;font-weight:700;color:#fff;font-size:20px;line-height:23px}.methodology-title-section{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:100px;margin-bottom:100px}@media screen and (min-width:481px){.methodology-title-section{padding-top:188px;margin-bottom:210px}}@media screen and (min-width:769px){.methodology-title-section{padding-top:unset;margin-bottom:78px;height:490px}}.methodology-title-background-bottom,.methodology-title-background-top{background-image:url(/img/background-images/ornament.svg);position:absolute;background-size:cover;width:178px;height:178px}.methodology-title-background-bottom{left:0;bottom:0}.methodology-title-background-bottom .arrows-red{display:block;position:absolute;left:40px;top:0;transform:translateY(-50%)}@media screen and (max-width:900px){.methodology-title-background-bottom{left:52px}}@media screen and (max-width:768px){.methodology-title-background-bottom{left:24px;transform:translateY(100%)}}@media screen and (max-width:480px){.methodology-title-background-bottom{display:none}}.methodology-title-background-top{top:45px;right:10px}.methodology-title-background-top .arrows-green{display:block;position:absolute;right:0;top:0;transform:translateX(50%)}@media screen and (max-width:900px){.methodology-title-background-top{right:57px}}@media screen and (max-width:768px){.methodology-title-background-top{right:24px}}.methodology-title{text-align:center;font-weight:700;color:#fff;font-family:Space Mono,sans-serif;font-size:32px;line-height:47px}@media screen and (min-width:481px){.methodology-title{font-size:50px;line-height:74px}}.methodology-subtitle{font-family:Space Mono,sans-serif;text-align:center;color:#02e75f;font-size:20px;line-height:23px}@media screen and (min-width:481px){.methodology-subtitle{font-size:42px;line-height:62px}}.methodology-step-container{text-align:center;margin-bottom:120px}.methodology-step{font-family:Karla,sans-serif;padding:10px;color:#1f2327;background-color:#02e75f;display:inline-block}.methodology-step,.methodology-step-title{margin-bottom:16px;font-weight:700;font-size:20px;line-height:23px}.methodology-step-title{font-family:Space Mono,sans-serif;color:#fff}.methodology-step-title span{color:#02e75f}@media screen and (min-width:481px){.methodology-step-title{font-size:32px;line-height:47px}}.methodology-step-description{font-family:Karla,sans-serif;color:#fff;margin-bottom:48px;font-size:20px;line-height:28px}.methodology-block{background-color:#292e34;padding:48px}.methodology-value{font-family:Karla,sans-serif;color:#02e75f;font-weight:700;font-size:16px;line-height:24px}.methodology-row{display:flex;font-family:Karla,sans-serif;color:#fff}@media screen and (min-width:769px){.methodology-row{font-size:20px;line-height:28px}}.methodology-row-label{font-family:Karla,sans-serif;flex:1 1;margin-right:16px;font-weight:400;font-size:16px;line-height:24px}.methodology-rating-wrapper{margin:0 auto;background:linear-gradient(#72ea64,#eb5633);width:-moz-fit-content;width:fit-content}@media screen and (min-width:769px){.methodology-rating-wrapper{width:100%;background:linear-gradient(90deg,#eb5633,#72ea64)}}.methodology-rating-table{width:100%;border-collapse:collapse}.methodology-rating-row{display:flex}.methodology-rating-row:last-child td{border-bottom:none}.methodology-rating-value{flex:1 1;text-align:center;font-family:Karla,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:23px;color:#fff;border:3px solid #17191d;border-top:none;border-right:none;padding:10px 0;width:100px;position:relative}.methodology-rating-value:first-child{border-left:none}.methodology-rating-value.indicator:before{content:url(/img/icons/indicator.svg);position:absolute;top:55%;left:-22px;transform:translateY(-50%)}@media screen and (min-width:769px){.methodology-rating-value.indicator:before{top:unset;bottom:-15px;left:55%;transform:translateX(-50%) rotate(-90deg)}.methodology-rating-value{padding:18.5px 0;width:-moz-fit-content;width:fit-content}}.methodology-system button{border:none;outline:none;background-color:transparent;text-transform:uppercase;margin-top:56px}@media screen and (min-width:769px){.methodology-system button{font-size:16px;line-height:19px}}.methodology-system-container{font-family:Karla,sans-serif;position:relative}.methodology-system-container .row-border{border-bottom:1px solid #33393e}.methodology-system-container .row-border:last-of-type{border-bottom:none}.methodology-system-container .col-value{color:#02e75f;font-weight:700;width:calc(2ch + 40px);padding-right:20px}@media screen and (min-width:481px){.methodology-system-container .col-value{width:calc(2ch + 60px);padding-left:20px}}.methodology-system-container .col-description{text-align:left;color:#fff;flex:1 1}.methodology-system-container .subtitle{text-align:left;padding:16px 0;color:#fff}@media screen and (min-width:481px){.methodology-system-container .subtitle{width:55%}}@media screen and (min-width:769px){.methodology-system-container .subtitle{width:60%}}.methodology-system-container.system-cropped:after{content:"";position:absolute;width:100%;height:100px;bottom:0;left:0;background:linear-gradient(180deg,rgba(41,46,52,0),#292e34)}.methodology-system-row{display:flex;flex-direction:column}@media screen and (min-width:481px){.methodology-system-row{flex-direction:row}}.methodology-system-values{flex:1 1;padding:8px 0}.methodology-system-values-row{display:flex;padding:8px 0}.methodology-system-main{text-align:left;padding:16px 0}.methodology-system-main p.title{margin-bottom:4px;color:#fff;font-weight:700;font-size:20px;line-height:23px}.methodology-system-main p.description{color:#898989}@media screen and (min-width:769px){.methodology-system-main p.description{font-size:16px;line-height:24px}}@media screen and (min-width:481px){.methodology-system-main{width:55%}}@media screen and (min-width:769px){.methodology-system-main{width:60%}}.methodology-button{padding:6px 12px;text-transform:uppercase;cursor:pointer}.methodology-main .button-container{display:flex;justify-content:center}.cryptocurrencies-container-narrow{max-width:1032px}@media screen and (min-width:769px){.cryptocurrencies-container-narrow{max-width:1064px}}@media screen and (min-width:1281px){.cryptocurrencies-container-narrow{max-width:1128px}}.cryptocurrencies-step2-scoring-blocks{display:flex;flex-direction:column;flex-wrap:wrap}@media screen and (min-width:901px){.cryptocurrencies-step2-scoring-blocks{margin:0 -14px;flex-direction:row}}.cryptocurrencies-step2-scoring-block{background-color:#292e34;padding:48px;text-align:start}.cryptocurrencies-step2-scoring-block:not(:last-child){margin-bottom:23px}@media screen and (min-width:901px){.cryptocurrencies-step2-scoring-block{margin:0 14px 23px!important;width:calc(33.3333333333% - 28px)}}.cryptocurrencies-example-section .criteria-title,.cryptocurrencies-step2-scoring-block .criteria-title{margin-bottom:24px}.cryptocurrencies-step2-scoring-block .scoring-description{font-family:Karla,sans-serif;font-weight:400;color:#898989;margin-bottom:24px}@media screen and (min-width:769px){.cryptocurrencies-step2-scoring-block .scoring-description{font-size:16px;line-height:24px}}.cryptocurrencies-step2-scoring-list .methodology-row{font-weight:400}@media screen and (min-width:769px){.cryptocurrencies-step2-scoring-list .methodology-row{font-size:16px;line-height:24px}}.cryptocurrencies-step2-scoring-list .methodology-row:not(:last-child){margin-bottom:8px}.cryptocurrencies-example-section{margin-bottom:0;padding-bottom:92px}@media screen and (min-width:481px){.cryptocurrencies-example-section{padding-bottom:132px}}@media screen and (min-width:769px){.cryptocurrencies-example-section{padding-bottom:142px}}.cryptocurrencies-example-blocks{display:flex;flex-wrap:wrap;flex-direction:column}@media screen and (min-width:769px){.cryptocurrencies-example-blocks{margin:0 -14px;flex-direction:row}}.cryptocurrencies-example-block{background-color:#292e34;width:100%;text-align:start;padding:48px}.cryptocurrencies-example-block:first-child{margin-bottom:28px}.cryptocurrencies-example-block:last-child{margin-top:28px;width:100%}.cryptocurrencies-example-block:last-child .criteria-title{margin-bottom:59px}@media screen and (min-width:769px){.cryptocurrencies-example-block{width:calc(50% - 28px);margin:0 14px}.cryptocurrencies-example-block:first-child{margin-bottom:0}}.cryptocurrencies-example-block .example-methodology-value{margin-bottom:8px;font-size:20px;line-height:23px}.cryptocurrencies-example-block .methodology-step-title{text-align:center;margin-bottom:24px}.example-block-labels-wrapper{padding:0 48px}.example-block-ratings-wrapper{margin:0 auto 59px;max-width:1000px}@media screen and (max-width:768px){.cryptoexchanges-title-section .methodology-title-background-bottom,.cryptoexchanges-title-section .methodology-title-background-top{width:0;height:0}}.methodology-title-background-top .circle{display:block;position:absolute;right:0;top:0}.methodology-title-background-bottom{bottom:20px}.methodology-title-background-bottom .triangle{display:block;position:absolute;left:0;bottom:0}.cryptoexchanges-step2-section{max-width:826px}@media screen and (min-width:769px){.cryptoexchanges-step2-section{max-width:858px}}@media screen and (min-width:1281px){.cryptoexchanges-step2-section{max-width:922px}}@media screen and (min-width:769px){.cryptoexchanges-step2-section{margin-bottom:120px}}.cryptoexchanges-step2-list{background-color:#292e34;padding:48px}.cryptoexchanges-step2-list .methodology-row{text-align:start;font-weight:400}.cryptoexchanges-step2-list .methodology-row:not(:last-child){padding-bottom:12px;border-bottom:1px solid #33393e;margin-bottom:12px}@media screen and (min-width:769px){.cryptoexchanges-step2-list .methodology-row{font-size:16px;line-height:24px}}.cryptoexchanges-step3-section{max-width:826px;margin-bottom:150px}@media screen and (min-width:769px){.cryptoexchanges-step3-section{max-width:858px}}@media screen and (min-width:1281px){.cryptoexchanges-step3-section{max-width:922px}}@media screen and (min-width:481px){.cryptoexchanges-step3-section{margin-bottom:200px}}.cryptoexchanges-certification-section{max-width:826px;margin-bottom:120px}@media screen and (min-width:769px){.cryptoexchanges-certification-section{max-width:858px}}@media screen and (min-width:1281px){.cryptoexchanges-certification-section{max-width:922px}}.cryptoexchanges-certification-section .methodology-step-title{margin-bottom:16px;text-align:center}@media screen and (min-width:481px){.cryptoexchanges-certification-section .methodology-step-title{font-size:42px;line-height:62px}}.cryptoexchanges-certification-section .description{text-align:center;font-weight:400}.cryptoexchanges-certification-criteria{display:flex;flex-direction:column}.cryptoexchanges-certification-criteria:not(:last-child){margin-bottom:24px}@media screen and (min-width:481px){.cryptoexchanges-certification-criteria{flex-direction:row}}.cryptoexchanges-certification-criteria .criteria-content{flex:1 1;padding-top:24px}@media screen and (min-width:481px){.cryptoexchanges-certification-criteria .criteria-content{margin-left:24px;padding-top:14px}}.cryptoexchanges-certification-criteria .icon-container{width:48px;height:48px;background-color:#02e75f;display:flex;justify-content:center;align-items:center}.cryptoexchanges-certification-section .criteria-title{margin-bottom:16px}.cryptoexchanges-certification-criteria .criteria-link{color:#02e75f}.cryptoexchanges-description{font-family:Karla,sans-serif;font-weight:400;color:#fff}@media screen and (min-width:769px){.cryptoexchanges-description{font-size:16px;line-height:24px}}.cryptoexchanges-calculate-rating-section{padding-bottom:88px}@media screen and (min-width:481px){.cryptoexchanges-calculate-rating-section{padding-bottom:106px}}@media screen and (min-width:769px){.cryptoexchanges-calculate-rating-section{padding-bottom:165px}}.cryptoexchanges-calculate-rating-section h2{margin-bottom:48px;text-align:center}.calculate-rating-container{display:flex;flex-direction:column;padding-bottom:48px}@media screen and (min-width:769px){.calculate-rating-container{flex-direction:row;margin:0 -11.5px}}.calculate-rating-block{background-color:#292e34;width:100%;padding:56px 24px;display:flex;flex-direction:column;align-items:center}.calculate-rating-block:not(:last-child){margin-bottom:23px}@media screen and (min-width:769px){.calculate-rating-block{margin:0 11.5px!important;width:calc(25% - 23px)}}.calculate-rating-block .title-container{margin-bottom:24px}.calculate-rating-block .ratings-container{display:flex;justify-content:center;padding:24px 0;border-top:1px solid #33393e;border-bottom:1px solid #33393e;margin-bottom:24px;width:100%}.calculate-rating-block .ratings-container img:not(:last-child){margin-right:8px}.calculate-rating-block p{text-align:center}.scoringTable{padding-bottom:48px}.scoringTable .scoringTable_header{display:flex;align-items:center;justify-content:space-between;padding:46px;height:71px;background:#292e34;border-radius:8px 8px 0 0}.scoringTable .scoringTable_header .title{font-family:Space Mono;font-style:normal;font-weight:700;font-size:26px;line-height:39px;display:flex;align-items:center;color:#fff}.scoringTable .scoringTable_header .arrow.collapsed{transform:rotate(180deg)}.scoringTable .scoringTable_body{background:#1f2327;border:2px solid #292e34;border-radius:0 0 8px 8px;padding:48px}.scoringTable .scoringTable_body .scoringTable_row{font-family:Karla;border-bottom:1px solid #33393e;display:flex;align-items:center;justify-content:space-between;padding:16px 0}.scoringTable .scoringTable_body .scoringTable_row .scoringTable_row{border-bottom:0}.scoringTable .scoringTable_body .scoringTable_row .scoringTable_row .title{font-weight:400;font-size:16px;line-height:24px;color:#fff}.scoringTable .scoringTable_body .scoringTable_column{width:50%;text-align:left}.scoringTable .scoringTable_body .scoringTable_column.full:first-child{width:100%}.scoringTable .scoringTable_body .scoringTable_column:first-child{width:70%}.scoringTable .scoringTable_body .scoringTable_column .title{font-weight:700;font-size:20px;line-height:23px;color:#fff;margin-bottom:4px}.scoringTable .scoringTable_body .scoringTable_column .description{font-weight:400;font-size:16px;line-height:24px;color:#898989;margin-bottom:4px;max-width:455px}.scoringTable .scoringTable_body .scoringTable_sub{font-family:Karla;font-weight:400;font-size:16px;line-height:150%;color:#898989;max-width:455px}.scoringTable .scoringTable_body .scoringTable_score{font-weight:400;font-size:16px;line-height:24px;color:#fff;display:flex;gap:20px;margin-bottom:16px}.scoringTable .scoringTable_body .scoringTable_score span{color:#02e75f;display:block;min-width:24px;text-align:center}.scoringTable .scoringTable_body .scrollingTable_button{font-weight:700;font-size:16px;line-height:24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#02e75f}.scoringTable .scoringTable_body .scoringTable_tabButtons{display:flex;align-items:center;gap:24px;font-weight:400;font-size:14px;line-height:16px;color:#ccc;margin-bottom:32px}.scoringTable .scoringTable_body .scoringTable_tabButtons .scoringTable_tabButton{font-weight:700;font-size:16px;line-height:28px;text-transform:uppercase;color:#ccc;display:flex;flex-direction:row;align-items:center;padding:8px 15px;gap:10px;width:114px;height:44px;background:#1f2327;border:2px solid #292e34;border-radius:4px;cursor:pointer}.scoringTable .scoringTable_body .scoringTable_tabButtons .scoringTable_tabButton.active,.scoringTable .scoringTable_body .scoringTable_tabButtons .scoringTable_tabButton:hover{background:#292e34;color:#fff}.scoringTable .scoringTable_body .scoringTable_tabButtons .scoringTable_tabButton:last-of-type+.scoringTable_or{display:none}.scoringWeightWalletsCards{display:flex;flex-flow:row wrap;gap:28px;font-family:Karla}.scoringWeightWalletsCards .scoringWeightWalletsCards_inner{margin:0 -36px;display:flex;flex-flow:row wrap}.scoringWeightWalletsCards .scoringWeightWalletsCards_inner .scoringWeightWalletsCard{padding-top:0}.scoringWeightWalletsCards .scoringWeightWalletsCards_inner .scoringWeightWalletsCard .scoringWeightWallets_item{gap:12px}.scoringWeightWalletsCards .scoringWeightWalletsCards_inner .scoringWeightWalletsCard .scoringWeightWallets_item.separator span{display:block;width:100%;height:1px;background:#33393e}.scoringWeightWalletsCards .scoringWeightWalletsCard{background:#292e34;border-radius:8px;flex:1 1;padding:36px;text-align:left;max-width:33.3333333333%}.scoringWeightWalletsCards .scoringWeightWalletsCard.full{width:100%;flex-basis:100%;max-width:100%}.scoringWeightWalletsCards .scoringWeightWallets_title{font-weight:700;font-size:20px;line-height:23px;color:#fff;margin-bottom:24px}.scoringWeightWalletsCards .scoringWeightWallets_item{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px}.scoringWeightWalletsCards .scoringWeightWallets_item.small{padding-bottom:8px}.scoringWeightWalletsCards .scoringWeightWallets_item.small p{font-weight:400;font-size:14px;line-height:16px;color:#ccc}.scoringWeightWalletsCards .scoringWeightWallets_item.small span{font-weight:700;font-size:14px;line-height:16px;text-align:right;color:#fff}.scoringWeightWalletsCards .scoringWeightWallets_item p{font-weight:400;font-size:16px;line-height:24px;color:#fff}.scoringWeightWalletsCards .scoringWeightWallets_item span{font-weight:700;font-size:16px;line-height:24px;text-align:right;color:#02e75f}.scoringWeightWalletsCards .scoringWeightWallets_item span small{font-size:12px;line-height:14px;text-align:right;display:block;max-width:120px}.securityRatingWalletsCard{padding-bottom:149px;display:flex;gap:28px;font-family:Karla}.securityRatingWalletsCard .securityRatingWalletsCard_card{width:25%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:24px 16px;gap:24px;background:#292e34}.securityRatingWalletsCard .securityRatingWalletsCard_card:first-of-type{border-radius:8px 0 0 8px}.securityRatingWalletsCard .securityRatingWalletsCard_card:last-of-type{border-radius:0 8px 8px 0}.securityRatingWalletsCard .securityRatingWalletsCard_title{font-weight:700;font-size:20px;line-height:23px;text-align:center;color:#fff;min-height:46px}.securityRatingWalletsCard .securityRatingWalletsCard_value{font-weight:700;font-size:20px;line-height:23px;text-align:center;color:#02e75f}@media screen and (max-width:769px){.scoringTable .scoringTable_header .title{font-size:20px}.scoringTable .scoringTable_body .scoringTable_column .title,.scoringWeightWalletsCards .scoringWeightWallets_title,.securityRatingWalletsCard .securityRatingWalletsCard_title,.securityRatingWalletsCard .securityRatingWalletsCard_value{font-size:16px}.scoringTable .scoringTable_body .scoringTable_column .description,.scoringTable .scoringTable_body .scoringTable_score,.scoringTable .scoringTable_body .scoringTable_tabButtons .scoringTable_tabButton,.scoringWeightWalletsCards .scoringWeightWallets_item p{font-size:14px}.scoringTable .scoringTable_body .scoringTable_column{width:100%}.scoringWeightWalletsCards .scoringWeightWalletsCard{max-width:100%;min-width:100%}.scoringTable .scoringTable_body .scoringTable_row{flex-direction:column;align-items:flex-start}.securityRatingWalletsCard{flex-flow:row wrap}.securityRatingWalletsCard .securityRatingWalletsCard_card,.securityRatingWalletsCard .securityRatingWalletsCard_card:first-of-type,.securityRatingWalletsCard .securityRatingWalletsCard_card:last-of-type{flex:1 1;border-radius:8px;width:100%}}.wallets-table-buttons-hidden{display:none}.wallets-table-buttons-visible{display:flex}.wallets-table-button-title{color:#ccc;font-family:Karla,sans-serif;text-transform:uppercase;font-weight:700;font-size:16px;line-height:28px;min-width:88px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.wallets-table-button-container{background:#292e34;padding:8px 16px;min-width:212px;min-height:44px;justify-content:space-between;align-items:center;display:flex}.wallets-table-search-form{max-width:182px;margin:0}@media(max-width:1080px){.wallets-table-search-form{max-width:100%}}.wallets-table-search-form-changed{transition:.3s;max-width:100%;margin:0}@media(max-width:678px){.wallets-table-buttons-container{display:flex;gap:10px;flex-direction:column-reverse}}.wallets-table-text{font-weight:700;font-size:15px;line-height:14px;color:#ccc;cursor:pointer;display:flex;flex-direction:column;align-self:center;text-decoration:underline;text-transform:uppercase}.wallets-table-text-wrapper{margin-top:2px;font-size:12px}.wallets-table-best-for{display:flex;align-items:center;position:relative}.wallets-table-buttons{display:flex;width:100%;justify-content:space-between}.wallets-table-buttons-loading{pointer-events:none;opacity:.8}@media(max-width:1080px){.wallets-table-buttons{flex-direction:column-reverse;align-items:center;gap:20px}}.best-for-title{padding-right:8px}.rating{font-weight:700;font-size:16px;line-height:24px}.rating-user{color:#fff;font-weight:700}.rating-limit{font-weight:700;font-size:14px;line-height:16px}.rating-red{color:#e70202}.rating-orange{color:#e75402}.rating-yellow{color:#c7e702}.rating-light-green{color:#4be702}.rating-green{color:#02e742}.rating-white{color:#fff}.best-for-section{position:absolute;top:52px;left:86px;z-index:10;min-width:383px;filter:drop-shadow(0 33px 66px rgba(0,0,0,.45));border-radius:0 0 4px 4px}.best-for-item{display:flex;gap:16px;padding:20px 24px;max-height:60px;background:#292e34;align-items:center;cursor:pointer}.best-for-item:nth-child(2n){background:#2f353c}.best-for-active{border:1px solid #02e75f}.best-for-title{font-size:16px;line-height:19px;text-transform:uppercase;min-width:80px}.best-for-description,.best-for-title{font-family:Karla;font-weight:700;color:#ccc}.best-for-description{font-size:12px;line-height:14px;opacity:.6}.wallets-table-button-platform-container{position:relative}.wallets-table-costs-modal,.wallets-table-platform-modal{position:absolute;z-index:10;top:50px;filter:drop-shadow(0 33px 66px rgba(0,0,0,.45));border-radius:0 0 4px 4px}.wallets-table-costs-modal{right:0}.platform-modal{min-width:214px}.platform-modal-filter{text-align:left}.platform-modal-section{padding:24px 0 24px 24px;background:#292e34;display:flex;flex-direction:column;gap:14px}.platform-modal-section input[type=checkbox],.platform-modal-section input[type=radio]{display:none}.platform-modal label{display:flex;align-items:center;position:relative;cursor:pointer}.platform-modal label:before{content:"";display:inline-block;width:18px;height:18px;margin-right:10px;background:transparent;border:1px solid #02e75f;border-radius:4px}.platform-modal input[type=checkbox]:checked+label:before{content:"✓";font-weight:700;background:transparent;color:#02e75f;font-size:14px;line-height:18px;display:flex;justify-content:center;align-items:center}.platform-modal .security label{display:flex;align-items:center;position:relative;cursor:pointer}.platform-modal .security label:before{content:"";display:inline-block;width:18px;height:18px;margin-right:10px;background:transparent;border:1px solid #02e75f;border-radius:4px}.platform-modal .security input[type=checkbox]:checked+label:before{content:"✓";font-weight:700;background:transparent;color:#02e75f;font-size:14px;line-height:18px;display:flex;justify-content:center;align-items:center}.platform-modal .security:nth-child(2n){background:#2f353c}.platform-modal-header{display:flex;align-items:center}.platform-modal-title{font-family:Karla;font-weight:700;font-size:16px;line-height:19px;text-transform:uppercase;white-space:nowrap;color:#ccc}.platform-modal-list{margin:0;display:flex;flex-direction:column;gap:14px;padding-left:30px}.platform-modal-item{font-family:Karla;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#ccc;list-style:none;display:flex;align-items:center}.platform-modal-footer{width:100%;background-color:#292e34;padding:24px 30px 20px}.platform-modal-button{font-size:16px;line-height:19px;text-transform:uppercase;background:#02e75f;border-radius:4px;margin-bottom:13px;padding:6px 12px;color:#1f2327}.platform-modal-button,.platform-modal-link{font-family:Karla;font-weight:700;text-align:center;cursor:pointer}.platform-modal-link{font-size:14px;line-height:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:#ccc}.wallets-table-button-blockchain-container{position:relative}.wallets-table-blockchain-modal{position:absolute;overflow:hidden;border-radius:4px;z-index:10;top:50px;right:2px;filter:drop-shadow(0 33px 66px rgba(0,0,0,.45))}.blockchain-modal{position:relative;min-width:216px;background:#292e34;padding-top:24px;min-height:531px}.blockchain-modal-section{align-items:flex-start;padding:24px;background:#292e34;display:flex;flex-direction:column;gap:14px}.blockchain-modal-section input[type=checkbox]{display:none}.blockchain-modal-section label{display:flex;align-items:center;position:relative;cursor:pointer}.blockchain-modal-section label:before{content:"";display:inline-block;width:18px;height:18px;margin-right:10px;background:transparent;border:1px solid #02e75f;border-radius:4px}.blockchain-modal-section input[type=checkbox]:checked+label:before{content:"✓";font-weight:700;background:transparent;color:#02e75f;font-size:14px;line-height:18px;display:flex;justify-content:center;align-items:center}.blockchain-modal-header{display:flex;align-items:center}.blockchain-modal-title{font-family:Karla;font-weight:700;font-size:16px;line-height:19px;text-transform:uppercase;white-space:nowrap;color:#ccc}.blockchain-modal-list{margin:0;display:flex;flex-direction:column;gap:14px;padding-left:30px;max-height:275px;overflow-y:scroll;width:100%}.blockchain-modal-list:hover::-webkit-scrollbar{display:flex;-webkit-transition:.3s;transition:.3s}.blockchain-modal-list::-webkit-scrollbar{width:2px;display:none}.blockchain-modal-list::-webkit-scrollbar-track{background:#3b4149;border-radius:36px}.blockchain-modal-list::-webkit-scrollbar-thumb{background:#777f89;border-radius:36px}.blockchain-modal-item{font-family:Karla;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#ccc;list-style:none;display:flex;align-items:center}.blockchain-modal-footer{position:absolute;bottom:0;width:100%;background-color:#2f353c;padding:24px 30px 20px}.blockchain-modal-error-message{padding:24px;font-family:Karla;font-weight:700;font-size:14px;line-height:16px;text-align:center;color:#ccc}.blockchain-modal-button{font-family:Karla;font-weight:700;font-size:16px;line-height:19px;text-align:center;text-transform:uppercase;background:#02e75f;border-radius:4px;margin-bottom:13px;padding:6px 12px;color:#1f2327;cursor:pointer;transition:opacity .3s}.blockchain-modal-button-disabled{transition:opacity .3s;opacity:.2}.blockchain-modal-link{font-family:Karla;font-weight:700;font-size:14px;line-height:14px;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:#ccc;cursor:pointer}.lds-container{position:absolute;top:0;left:0;bottom:0;right:0;z-index:9999;background-color:rgba(0,0,0,.2)}.lds-facebook{top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px}.lds-facebook,.lds-facebook div{display:inline-block;position:absolute}.lds-facebook div{left:8px;width:16px;background:#fff;animation:lds-facebook 1.2s cubic-bezier(0,.5,.5,1) infinite}.lds-facebook div:first-child{left:8px;animation-delay:-.24s}.lds-facebook div:nth-child(2){left:32px;animation-delay:-.12s}.lds-facebook div:nth-child(3){left:56px;animation-delay:0}@keyframes lds-facebook{0%{top:8px;height:64px}50%,to{top:24px;height:32px}}.bounty-table .popup-text,.chart-see-more-link,.exchange-chart-section .popup-text,.exchange-chart-text,.exchange-page .exchange-chart-section .rating-value,.exchange-page .rating-title,.features-table .popup-text,.safety-table .popup-text,.safety-table .popup-text .text,.wallet-block .popup-text,.wallet-block-big .popup-text,.wallet-block-small .popup-text{font-weight:400;font-size:14px;line-height:16px}.exchange-certified-section,.exchange-detailed-block,.exchange-page .exchange-chart-section{display:flex;justify-content:space-between;padding:24px;flex-direction:column;background-color:#17191d;border-radius:5px}@media screen and (min-width:900px){.exchange-certified-section,.exchange-detailed-block,.exchange-page .exchange-chart-section{padding:24px 42px}}.exchange-page{background-color:#1f2327}.exchange-page .exchange-page-wrapper{padding-top:76px}@media screen and (min-width:900px){.exchange-chart-wrapper{max-width:588px;min-width:450px;width:100%}}.exchange-page .exchange-chart-section{align-items:center;margin-bottom:31px}@media screen and (min-width:900px){.exchange-page .exchange-chart-section{flex-direction:row}}.exchange-chart-container{display:flex;flex-direction:column-reverse;z-index:1}@media screen and (min-width:900px){.exchange-chart-container{flex-direction:column;margin-right:30px}}.chart-see-more-link{color:#fff;position:relative;margin-bottom:25px;font-family:Karla,sans-serif}.chart-see-more-link:after{content:url(/img/icons/arrow-up-right-icon.svg);position:absolute;right:0;bottom:2px}@media screen and (min-width:900px){.chart-see-more-link{margin-bottom:0}}.exchange-chart-section .card{margin-bottom:50px}@media screen and (max-width:899px){.exchange-chart-section .card{margin-right:0}}@media screen and (min-width:900px){.exchange-chart-section .card{margin-bottom:25px}}.exchange-page .rating-list{width:240px;margin-top:0}@media screen and (min-width:900px){.exchange-page .rating-list{max-width:240px;width:100%}}.exchange-chart-section .info-block{position:relative;display:flex}.exchange-chart-section .popup-text{bottom:22px;z-index:1000;padding:17px 24px 20px;text-align:left;color:#748aa1;width:185px;right:-85.5px}.exchange-chart-section .popup-text .triangle{content:"";height:25px;width:25px;background-color:#292e34;position:absolute;left:78px;bottom:-12px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .6em;z-index:100}.exchange-chart-section .rating-item:not(:last-child){margin-bottom:23px}.exchange-certified-section .rating-item:not(:last-child){margin-bottom:26px}.exchange-page .rating-title{color:#fff;z-index:2}.exchange-page .rating-title:hover .popup-icon{fill:#fff;z-index:-1}.exchange-page .exchange-chart-section .rating-value{color:#02e75f}.exchange-page .exchange-chart-section .rating-value.yes{color:#fff}.exchange-page .exchange-chart-section .rating-value.no{color:#748aa1}.exchange-chart-section .popup-icon{fill:#748aa1;opacity:1;transition:fill .25s ease-in-out}.exchange-certified-section{margin-bottom:0;align-items:center;padding:30px 28px 35px}@media screen and (min-width:900px){.exchange-certified-section{flex-direction:row;padding:24px 42px}}.certified-logo-block{flex-shrink:0;margin-bottom:50px}@media screen and (min-width:900px){.certified-logo-block{margin-right:20px;margin-bottom:0}}.exchange-certified-section .certified-icon{margin-bottom:15px}.exchange-certified-section .star-icons-wrapper{display:flex;justify-content:center}.exchange-certified-section .star-icons-wrapper .star-icon:not(:last-of-type){margin-right:8px}.exchange-certified-section .checkmark-icon{width:15px;height:10px}.exchange-certified-section .checkmark-icon.filled path{fill:#02e75f}.exchange-certified-section .checkmark-icon.empty path{fill:#748aa1}.wallet-block{max-width:236px;max-height:292px;width:100%;background:#292e34;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start}.wallet-block-text{font-size:16px;line-height:24px;color:#ccc}.wallet-block-text-available{color:#fff}.wallet-block-big{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:383px;max-height:292px;width:100%;padding:17px 24px;background:#292e34;border-radius:8px}.wallet-block-big-item{display:flex;flex-direction:column;gap:4px}.wallet-block-big-item:not(:last-child){margin-bottom:16px}.wallet-block-big .wallet-block-question{background-color:#1f2327;padding:0 4px}.wallet-block-big .popup-text{position:absolute;opacity:0;pointer-events:none;background-color:#171d1e;bottom:35px;border-radius:4px;z-index:1000;padding:17px 24px 20px;text-align:left;color:#748aa1;width:410px;right:-310px;transition:.3s}.wallet-block-big .popup-text .triangle{content:"";height:25px;width:25px;background-color:#171d1e;position:absolute;left:78px;bottom:-12px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .6em;z-index:100}.wallet-block-big-title{font-family:Karla;font-weight:400;font-size:16px;line-height:24px;margin-bottom:24px;margin-right:10px;color:#fff}.wallet-block-big-container{display:flex;align-items:center;gap:23px;margin-bottom:35px}.wallet-block-big-info{display:flex;flex-direction:column;gap:4px}.wallet-block-big-line{position:absolute;content:"";width:100%;height:2px;background-color:#2f353c;right:0;bottom:66px}.wallet-block-big-list{display:flex;justify-content:space-between}.wallet-block-big-text{font-family:Karla;font-weight:400;font-size:14px;line-height:16px;color:#ccc;margin-right:8px}.wallet-block-big-value{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;color:#fff}.wallet-block-big-value-container{min-width:90px}.wallet-block-big-link{font-family:Karla;font-weight:500;font-size:14px;line-height:16px;color:#02e75f;position:relative;display:flex;align-items:center;gap:4px}.wallet-block-big-link:after{position:absolute;content:"";width:100%;height:1px;background-color:#02e75f;left:0;bottom:-4px}.wallet-block .popup-text{position:absolute;opacity:0;pointer-events:none;background-color:#171d1e;bottom:35px;border-radius:4px;z-index:1000;padding:17px 24px 20px;text-align:left;color:#748aa1;width:410px;right:-310px;transition:.3s}.wallet-block .popup-text .triangle{content:"";height:25px;width:25px;background-color:#171d1e;position:absolute;left:78px;bottom:-12px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .6em;z-index:100}@media(max-width:578px){.wallet-block{max-width:288px}}.wallet-block-small{max-height:120px;width:236px;background:#292e34;border-radius:8px;padding:16px 56px;display:flex;flex-direction:column;justify-content:center;align-items:center}.wallet-block-small .popup-text{position:absolute;opacity:0;pointer-events:none;background-color:#171d1e;bottom:35px;border-radius:4px;z-index:1000;padding:17px 24px 20px;text-align:left;color:#748aa1;width:285px;right:-185.5px;transition:.3s}.wallet-block-small .popup-text .triangle{content:"";height:25px;width:25px;background-color:#171d1e;position:absolute;left:78px;bottom:-12px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .6em;z-index:100}@media(max-width:578px){.wallet-block-small{width:288px}}.wallet-block-header{display:flex;align-items:baseline;width:100%}.wallet-block-question{position:relative;color:#02e75f;display:flex;align-items:center;font-weight:700;font-size:14px;line-height:16px;background:#2f353c;border-radius:4px;padding:2px 6px;cursor:pointer}.wallet-block-question:hover .popup-text{opacity:1}.wallet-block-title{font-weight:400;font-size:16px;line-height:24px;margin-right:10px;color:#fff}.wallet-block-link{font-weight:700;font-size:14px;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;cursor:pointer;color:#02e75f}.description-text,.exchange-links-wrapper .exchange-url,.exchange-links-wrapper .link-title,.exchange-page-description{font-weight:400;font-size:16px;color:#ccc;font-family:Karla,sans-serif}.wallets-page-small-container{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.wallets-page-additional-info{display:flex;flex-direction:column;gap:12px;max-width:380px;margin-bottom:80px}.wallets-page-additional-title{line-height:24px;color:#ccc}.wallets-page-additional-value{font-weight:700;font-size:16px;line-height:24px;color:#02e75f;text-transform:uppercase}.wallets-page-additional-value-response-no{color:#ff3232}.wallets-page-additional-value-response-no,.wallets-page-additional-value-response-yes{width:-moz-max-content;width:max-content;font-weight:700;font-size:16px;line-height:24px;padding:3px 17px;background-color:#17191d;border-radius:4px;text-transform:none}.wallets-page-additional-value-response-yes{color:#02e742}.wallets-page-supports-item-title{font-weight:400;font-size:12px;line-height:14px;display:flex;align-items:center;color:#ccc}.exchange-section-info{display:flex;align-items:center;margin-right:33px}.exchange-section-container{width:100%;display:flex;align-items:center}.exchange-section-line{width:100%;height:2px;background-color:#2f353c;border-radius:4px;margin-left:33px}.exchange-section-image{margin-right:16px;font-size:26px}.exchange-section-title{font-family:Space Mono;font-weight:700;font-size:26px;line-height:28px;color:#ccc;white-space:nowrap}@media(max-width:578px){.exchange-section-title{white-space:normal;line-height:39px}}.chain-logo-list-item{height:16px}.exchange-details-wrapper{display:flex;flex-direction:column;margin-bottom:64px}@media screen and (min-width:600px){.exchange-details-wrapper{flex-direction:row;justify-content:space-between;margin-bottom:89px}}@media screen and (min-width:900px){.exchange-details-wrapper{margin-bottom:74px}}.exchange-page .breadcrumbs-list{margin-top:10px}@media screen and (min-width:600px){.exchange-page .breadcrumbs-list{margin-top:30px}}.exchange-info-section{font-family:Karla,sans-serif;max-width:576px;width:100%}@media screen and (min-width:600px){.exchange-info-section{padding-right:65px}}.exchange-info-section .chain-logo{height:26px;margin-right:14px}.exchange-info-section .logo-wrapper{display:flex;align-items:center;margin-bottom:15px}.exchange-info-section .rank-wrapper{margin:0}.exchange-info-section .token-info-span{font-size:14px;line-height:16px;padding:5px 12px}.exchange-page-title{font-family:Space Mono,sans-serif;font-weight:700;font-size:50px;line-height:36.85px;margin-bottom:32px;color:#fff}@media screen and (min-width:900px){.exchange-page-title{margin-bottom:28px}}.exchange-page-description{line-height:24px;margin-bottom:24px}@media screen and (min-width:900px){.exchange-page-description{margin-bottom:24px}}.exchange-info-section .exchange-container{border-top:1px solid #2f353c;border-bottom:1px solid #2f353c;padding:32px 0}@media screen and (min-width:900px){.exchange-info-section .exchange-container{padding:25px 0}}.exchange-links-wrapper{display:flex;flex-wrap:wrap;gap:30px 41px}@media screen and (min-width:1025px){.exchange-links-wrapper{justify-content:space-between}}.exchange-links-wrapper .exchange-link-item{min-width:100%;max-width:100%}@media screen and (min-width:480px){.exchange-links-wrapper .exchange-link-item{min-width:calc(50% - 22px)}}@media screen and (min-width:1025px){.exchange-links-wrapper .exchange-link-item{min-width:calc(50% - 28px)}}.exchange-links-wrapper .link-title{font-weight:500;color:#748aa1;margin-bottom:8px}.exchange-links-wrapper .exchange-url{font-weight:500;line-height:28px;word-break:break-word}.exchange-info-section .exchange-info-list{padding-top:27px;margin-bottom:40px;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:30px;row-gap:30px;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (min-width:600px){.exchange-info-section .exchange-info-list{margin-bottom:0}}@media screen and (min-width:600px)and (max-width:740px){.exchange-info-section .exchange-info-list{grid-template-columns:1fr}}@media screen and (min-width:768px){.exchange-info-section .exchange-info-list{padding-top:32px}}@media screen and (min-width:900px){.exchange-info-section .exchange-info-list{padding-top:25px}}.exchange-info-item .percent-up{display:inline-block;color:#02e75f;font-weight:500;font-size:10px;position:relative;margin-left:10px;margin-bottom:10px}@media screen and (min-width:481px){.exchange-info-item .percent-up{margin-left:24px;margin-bottom:0}}.exchange-info-item .percent-up:before{content:url(/img/icons/green-up-arrow.svg);position:absolute;left:-10px}.exchange-info-section .item-label{font-family:Karla,sans-serif;font-weight:700;font-size:14px;color:#748aa1;margin-bottom:10px}@media screen and (min-width:481px){.exchange-info-section .item-label{margin-bottom:20px}}.exchange-info-section .item-value{font-family:Karla,sans-serif;font-weight:500;font-size:27px;color:#fff;display:inline-block}@media screen and (max-width:480px){.exchange-info-section .item-value{font-size:20px}.exchange-info-section .value-wrapper{display:flex;flex-direction:column-reverse}}.bg-triangle,.tokens-main{background:#1f2327 url(/img/background-images/cage-background-mobile.svg) no-repeat bottom 9% left;background-size:0}@media screen and (min-width:768px){.bg-triangle,.tokens-main{background-size:88% auto}}.cryptocurrencies-link{color:inherit;transition:color .15s linear}.cryptocurrencies-link:hover{color:#02e75f;transition:color .15s linear}.exchange-cryptocurrencies-header{display:flex;flex-direction:column;margin-bottom:42px}@media screen and (min-width:600px){.exchange-cryptocurrencies-header{flex-direction:row;justify-content:space-between;margin-bottom:32px}}@media screen and (min-width:900px){.exchange-cryptocurrencies-header{margin-bottom:40px}}.cryptocurrencies-average-block{min-width:-moz-fit-content;min-width:fit-content;margin-top:34px}@media screen and (min-width:600px){.cryptocurrencies-average-block{margin-top:12px}}@media screen and (min-width:900px){.cryptocurrencies-average-block{margin-top:22px}}.cryptocurrencies-list-title{font-family:Space Mono,sans-serif;font-weight:700;color:#fff;max-width:592px;margin-right:52px;font-size:26px;line-height:39px}@media screen and (min-width:600px){.cryptocurrencies-list-title{font-size:32px;line-height:47px}}@media screen and (min-width:900px){.cryptocurrencies-list-title{font-size:42px;line-height:62px}}.exchange-cryptocurrencies-section{padding-bottom:31px}@media screen and (min-width:600px){.exchange-cryptocurrencies-section{padding-bottom:40px}}@media screen and (min-width:900px){.exchange-cryptocurrencies-section{padding-bottom:43px}}.exchange-cryptocurrencies-section .average-block-label{font-family:Karla,sans-serif;font-weight:700;font-size:14px;color:#748aa1;font-size:16px;margin-bottom:20px}.exchange-cryptocurrencies-section .average-block-value{font-family:Karla,sans-serif;font-weight:500;font-size:24px;line-height:28px;color:#fff}.exchange-cryptocurrencies-section .average-block-value span{color:#02e75f}.exchange-cryptocurrencies-section .table-form-input{border-radius:4px;padding:8px 8px 8px 40px;line-height:28px;margin-bottom:12px}.exchange-cryptocurrencies-section .table-form-input::-moz-placeholder{text-transform:uppercase;font-weight:700}.exchange-cryptocurrencies-section .table-form-input:-ms-input-placeholder{text-transform:uppercase;font-weight:700}.exchange-cryptocurrencies-section .table-form-input::placeholder{text-transform:uppercase;font-weight:700}@media screen and (min-width:768px){.exchange-cryptocurrencies-section .table-form-input{width:589px;margin-bottom:40px}}.exchange-cryptocurrencies-section .cryptocurrencies-table{width:100%;background-color:#17191d;border-collapse:collapse;font-family:Karla,sans-serif;border-radius:5px;margin-bottom:28px}@media screen and (min-width:768px){.exchange-cryptocurrencies-section .cryptocurrencies-table{margin-bottom:32px}}@media screen and (min-width:900px){.exchange-cryptocurrencies-section .cryptocurrencies-table{margin-bottom:34px}}.cryptocurrencies-list-tbody td,.cryptocurrencies-list-thead th{border-bottom:1px solid rgba(47,53,60,.25);text-align:center;width:25%}.cryptocurrencies-list-tbody td:nth-of-type(2n),.cryptocurrencies-list-thead th:nth-of-type(2n){background-color:rgba(47,53,60,.15)}.cryptocurrencies-list-tbody td:first-of-type,.cryptocurrencies-list-thead th:first-of-type{width:auto}@media screen and (min-width:600px){.cryptocurrencies-list-tbody td,.cryptocurrencies-list-thead th{width:118px}.cryptocurrencies-list-tbody td:first-of-type,.cryptocurrencies-list-thead th:first-of-type{text-align:left}}@media screen and (min-width:768px){.cryptocurrencies-list-tbody td,.cryptocurrencies-list-thead th{width:150px}}.cryptocurrencies-list-thead th{font-weight:400;font-size:14px;color:#748aa1;padding:16px 12px 22px;font-size:12px;line-height:16px}@media screen and (min-width:600px){.cryptocurrencies-list-thead th:first-of-type{padding-left:21px}}@media screen and (min-width:768px){.cryptocurrencies-list-thead th{font-size:14px}.cryptocurrencies-list-thead th:first-of-type{padding-left:39px}}.cryptocurrencies-list-tbody tr:last-child td{border-bottom:none}.cryptocurrencies-list-tbody td{font-weight:400;font-size:16px;line-height:24px;color:#fff;padding-left:12px;padding-right:12px;position:relative}.cryptocurrencies-list-tbody td:first-of-type{padding:14px 12px;font-size:12px}.cryptocurrencies-list-tbody td.green{color:#02e75f}.cryptocurrencies-list-tbody td.orange{color:#d09162}.cryptocurrencies-list-tbody td.cryptocurrency-td{display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width:600px){.cryptocurrencies-list-tbody td.cryptocurrency-td{display:flex;flex-direction:row;align-items:center}.cryptocurrencies-list-tbody td:first-of-type{padding-left:21px;font-size:16px}}@media screen and (min-width:768px){.cryptocurrencies-list-tbody td:first-of-type{padding-left:39px}}.cryptocurrencies-list-tbody .details-img{width:15px}@media screen and (max-width:599px){.cryptocurrencies-list-tbody .details-img-wrapper{margin-bottom:2px}.cryptocurrencies-list-tbody .td-wrapper{position:absolute;bottom:15px;left:50%;transform:translateX(-50%)}}.cryptocurrencies-list-tbody .details-link{font-weight:400;font-size:14px;line-height:16px;color:#748aa1;position:relative;margin-right:10px;cursor:pointer}.cryptocurrencies-list-tbody .details-link:after{content:url(/img/icons/arrow-up-right-icon.svg);position:absolute;bottom:0;right:-14px}.cryptocurrencies-list-tbody .cryptocurrency-logo{display:inline-block}@media screen and (min-width:600px){.cryptocurrencies-list-tbody .cryptocurrency-logo{margin-right:10px}}.cryptocurrencies-list-buttons .table-switch-item:not(:last-child){margin-right:32px;flex:1 1}@media screen and (min-width:600px){.cryptocurrencies-list-buttons .table-switch-item,.cryptocurrencies-list-buttons .table-switch-item:not(:last-child){flex:unset}}@media screen and (min-width:768px){.cryptocurrencies-list-buttons .table-switch-item:not(:last-child){margin-right:30px}}.cryptocurrencies-list-buttons .table-switch-list{justify-content:start}.cryptocurrencies-list-buttons .table-switch-list .btn:first-of-type{margin-left:0}@media screen and (max-width:599px){.cryptocurrencies-list-buttons .view-all-btn{display:none}}.wallets-page .wallets-table{width:100%;border-collapse:collapse;border-radius:8px 8px 0 0;border-spacing:0}.wallets-page .wallets-table-audits-text{font-family:Karla;font-size:16px;line-height:24px;color:#fff}.wallets-page .wallets-table-wrapper{overflow-x:scroll;position:relative;border-radius:8px 8px 0 0}.wallets-page .wallets-table .arrow{fill:hsla(0,0%,100%,.4)}.wallets-page .wallets-table-head{border-radius:8px 8px 0 0}.wallets-page .wallets-table-head th:first-child{position:sticky;left:0;z-index:2;background:#292e34}@media(max-width:768px){.wallets-page .wallets-table-head th:first-child{min-width:214px}}.wallets-page .wallets-table-head-row{background:#292e34;border-radius:8px 8px 0 0}.wallets-page .wallets-table-head-row .platform-cell{width:236px}.wallets-page .wallets-table-head-row .platform-title{display:flex;justify-content:left;padding-left:24px}.wallets-page .wallets-table-head-cell{padding:24px 0;cursor:pointer;transition:color .25s linear}.wallets-page .wallets-table-head-cell-container{display:flex;justify-content:center;align-items:center}.wallets-page .wallets-table-head-cell-container-first{display:flex;justify-content:flex-start;align-items:center}.wallets-page .wallets-table-head-cell-container-title{font-weight:700;font-size:16px;line-height:16px;text-transform:uppercase;margin-right:14px;white-space:nowrap;color:#fff}.wallets-page .wallets-table-head-cell-container-title-first{padding-left:24px;font-weight:700;font-size:16px;line-height:24px;color:#fff}.wallets-page .wallets-table-body{border-left:2px solid #292e34;border-right:2px solid #292e34}.wallets-page .wallets-table-body-row{background-color:#1f2327;border-bottom:2px solid #292e34}.wallets-page .wallets-table-body-row .platform{width:236px}.wallets-page .wallets-table-body td:first-child{position:sticky;left:0;z-index:2;background:inherit}.wallets-page .wallets-table-body-empty-cell-index{display:flex;justify-content:center;width:30px;height:24px;font-weight:700;font-size:16px;line-height:24px;color:#fff;margin-left:16px;margin-right:8px;opacity:.2}@media(max-width:578px){.wallets-page .wallets-table-body-empty-cell-index{margin:0}}.wallets-page .wallets-table-body-value-cell{display:flex;align-items:center}.wallets-page .wallets-table-body-value-cell-field{padding:12px 0}.wallets-page .wallets-table-body-number-value-item{font-weight:700;font-size:16px;line-height:24px;color:#ccc}.wallets-page .wallets-table-body-number-value-item-yes{font-weight:700;font-size:12px;line-height:14px;color:#02e75f}.wallets-page .wallets-table-body-number-value-item-no{font-weight:700;font-size:12px;line-height:14px;color:#fff}.wallets-page .wallets-table-body-number-value-container{text-align:center}.wallets-page .wallets-table-body-number-value-container-first{text-align:center;padding-left:60px}@media(max-width:768px){.wallets-page .wallets-table-body-number-value-container-first{padding-left:0}}.wallets-page .wallets-table-body-number-value-container-middle{padding-right:20px}.wallets-page .wallets-table-body-number-value-container-last{text-align:center;padding-right:100px}@media(max-width:768px){.wallets-page .wallets-table-body-number-value-container-last{padding-right:40px}}.wallets-page .wallets-table-footer{position:relative;width:100%;background:#292e34;border-radius:0 0 8px 8px;height:80px}.wallets-page .wallets-table-footer-wrapper{height:100%;display:flex;justify-content:center;align-items:center;gap:6px}.wallets-page .wallets-table-footer-number{font-size:16px;line-height:16px;color:#02e75f;-webkit-text-decoration-line:underline;text-decoration-line:underline}.wallets-page .wallets-table-footer-number-active{font-weight:700;font-size:20px;line-height:28px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#fff}.wallets-page .wallets-table-footer-arrow{font-size:16px;line-height:16px;color:#02e75f;-webkit-text-decoration-line:underline;text-decoration-line:underline}.wallets-page .wallet-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px;font-weight:700;font-size:16px;line-height:24px;color:#fff;margin-right:12px}@media(max-width:578px){.wallets-page .wallet-item{text-overflow:ellipsis;overflow:hidden;max-width:80px}}.wallets-page .wallet-wrapper{display:flex;align-items:center;padding:4px 8px 4px 24px;width:220px;background:#1f2327;border-radius:4px}@media(max-width:578px){.wallets-page .wallet-wrapper{min-width:167px}}.assets-table{background-color:#292e34;width:100%;border-collapse:separate;border-radius:8px 8px 0 0;border-spacing:0;overflow:hidden}.assets-table .arrow{fill:hsla(0,0%,100%,.4)}.assets-table-head-row{background:#292e34}.assets-table-head-cell{cursor:pointer;transition:color .25s linear;padding:24px 0}.assets-table-head-cell-last{padding-right:28px}.assets-table-head-cell-container{display:flex;align-items:center;justify-content:center}.assets-table-head-cell-container-title{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;margin-right:8px;color:#fff}.assets-table-head-cell-container-title-first{text-transform:none;font-weight:700;font-size:16px;line-height:24px;color:#fff}.assets-table-body-row{background-color:#2f353c}.assets-table-body-row:nth-of-type(2n){background-color:#292e34}.assets-table-body-empty-cell-index{display:flex;justify-content:center;width:30px;height:24px;font-weight:700;font-size:16px;line-height:24px;color:#fff;margin-left:16px;margin-right:8px;opacity:.2}.assets-table-body-value-cell{display:flex;align-items:center}.assets-table-body-value-cell-field{padding:12px 0}.assets-table-body-number-value-last{padding-right:28px}.assets-table-body-number-value-item{font-weight:700;font-size:16px;line-height:24px;color:#ccc}.assets-table-body-number-value-item-yes{font-weight:700;font-size:12px;line-height:14px;color:#02e75f}.assets-table-body-number-value-item-no{font-weight:700;font-size:12px;line-height:14px;color:#fff}.assets-table-body-number-value-container{text-align:center}.assets-table-body-number-value-container-first{text-align:center;padding-left:84px}.assets-table-body-number-value-container-last{text-align:center;padding-right:80px}.assets-table-footer{position:relative;width:100%;background:#292e34;border-radius:0 0 8px 8px;height:80px}.assets-table-footer-quantity{left:26px;position:absolute;font-weight:700}.assets-table-footer-wrapper{height:100%;display:flex;justify-content:center;align-items:center;gap:6px;width:100%}.assets-table-footer-number{font-size:16px;line-height:16px;color:#02e75f;-webkit-text-decoration-line:underline;text-decoration-line:underline}.assets-table-footer-number-active{font-weight:700;font-size:20px;line-height:28px;-webkit-text-decoration-line:none;text-decoration-line:none;color:#fff}.assets-table-footer-arrow{font-size:16px;line-height:16px;color:#02e75f;-webkit-text-decoration-line:underline;text-decoration-line:underline}.safety-table{width:100%;border-collapse:separate;max-width:344px;border-radius:8px;border-spacing:0}.safety-table .popup-text{position:absolute;pointer-events:none;opacity:0;background-color:#171d1e;bottom:35px;border-radius:4px;z-index:1000;padding:17px 24px 20px;text-align:left;color:#748aa1;width:310px;right:-210px;transition:.3s}.safety-table .popup-text .text{margin-bottom:18px}.safety-table .popup-text .title{font-size:20px;color:#87a0bd;margin-bottom:10px}.safety-table .popup-text .subtitle{font-size:16px;color:#72879f;margin-bottom:8px}.safety-table .popup-text .triangle{content:"";height:25px;width:25px;background-color:#171d1e;position:absolute;left:78px;bottom:-12px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .6em;z-index:100}.safety-table-head-row{background:#292e34}.safety-table-head-cell{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:86px;cursor:pointer;transition:color .25s linear;padding:16px 0}.safety-table-head-cell-sub-title{font-weight:700;font-size:16px;line-height:24px;color:#ccc}.safety-table-head-cell-title{font-weight:700;font-size:20px;line-height:28px;color:#ccc}.safety-table-body-row{background-color:#2f353c}.safety-table-body-row:nth-of-type(2n){background-color:#292e34}.safety-table-body-item{color:#fff}.safety-table-body-item,.safety-table-body-item-yes{font-family:Karla;font-weight:700;font-size:16px;line-height:24px}.safety-table-body-item-yes{color:#02e75f}.safety-table-body-item-no{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;color:#ff3535}.safety-table-body-value-list{display:flex;flex-direction:column;text-align:right}.safety-table-body-value-cell{display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.safety-table-body-value-cell-wrapper{display:flex;gap:10px}.safety-table-body-value-cell-dev,.safety-table-body-value-cell-measures{display:flex;align-items:center;justify-content:space-between;padding:8px 20px}.safety-table-body-value-cell-item{font-size:16px;line-height:24px;color:#ccc;max-width:156px;white-space:nowrap}.safety-table-body-value-cell-item-measures{font-family:Karla}.safety-table-body-value-cell-item-dev,.safety-table-body-value-cell-item-measures{font-size:16px;line-height:18px;max-width:156px;color:#ccc}.wallets-page{position:relative;max-width:1364px}.wallets-page-hero-title{font-family:Space Mono;font-weight:700;font-size:32px;line-height:47px;text-align:center;color:#fff}.wallets-page-hero-title-highlighted{color:#02e75f}.wallets-page-weblink{font-family:Karla;font-weight:500;font-size:14px;line-height:16px;color:#02e75f;position:relative;display:flex;align-items:center;width:-moz-max-content;width:max-content;cursor:pointer;margin-bottom:10px;gap:4px}.wallets-page-weblink:after{position:absolute;content:"";width:100%;height:1px;background-color:#02e75f;left:0;bottom:-4px}.wallets-page-wrapper{background-color:#1f2327;color:#ccc;font-size:14px;display:flex;justify-content:center;gap:24px;padding-top:74px;position:relative}@media(max-width:1200px){.wallets-page-wrapper{padding:10px 0 0}}.wallets-page-sections{display:flex;flex-direction:column;gap:80px}@media(max-width:1200px){.wallets-page .breadcrumbs-wrapper{display:none}}@media(max-width:768px){.wallets-page{padding:30px}}@media(max-width:578px){.wallets-page{padding:16px 16px 0}}@media(max-width:768px){.wallets-page .table-search-form{margin-bottom:0}}.wallets-page .chart-section .percent-chart{position:relative;width:140px;height:140px;border-radius:50%;z-index:3}.wallets-page .chart-section{width:150px}.wallets-page-ranks-wrapper{display:flex;align-self:flex-start;gap:8px}.wallets-page-platforms-list{display:flex;gap:8px}@media(max-width:578px){.wallets-page-additional-section{margin-bottom:16px}}.wallets-page-supported-assets-table-wrapper{width:100%}.wallets-page-supported-assets-wrapper{max-width:764px;display:flex;justify-content:space-between;margin-bottom:52px}@media(max-width:768px){.wallets-page-supported-assets-wrapper{gap:32px;flex-direction:column;align-items:center}}.wallets-page-supported-assets-block{display:flex;flex-direction:column;align-items:center;max-width:340px;width:100%}.wallets-page-supported-assets-title{font-weight:400;font-size:20px;line-height:28px;margin-bottom:16px;white-space:nowrap;color:#ccc}.wallets-page-InAppFeatures{width:100%;height:100%;overflow-y:scroll;overflow-x:hidden}.wallets-page-InAppFeatures:hover::-webkit-scrollbar{display:flex;-webkit-transition:.3s;transition:.3s}.wallets-page-InAppFeatures::-webkit-scrollbar{width:2px;display:none}.wallets-page-InAppFeatures::-webkit-scrollbar-track{background:#3b4149;border-radius:36px}.wallets-page-InAppFeatures::-webkit-scrollbar-thumb{background:#777f89;border-radius:36px}.wallets-page-InAppFeatures-list{display:flex;gap:8px;flex-wrap:wrap}.wallets-page-InAppFeatures-item{display:flex;padding:6px 12px;gap:6px;max-width:-moz-max-content;max-width:max-content;white-space:nowrap;background:#1f2327;box-shadow:0 7px 13px rgba(0,0,0,.09);border-radius:80px}.wallets-page-blockchains{min-height:114px}.wallets-page-blockchains .wallet-block-question{background-color:#1f2327;padding:0 4px}.wallets-page-blockchains .wallet-block-big-link{max-width:-moz-max-content;max-width:max-content;cursor:pointer}.wallets-page-blockchains:hover .wallets-page-blockchains-list::-webkit-scrollbar{display:flex}.wallets-page-blockchains-wrapper{display:flex}.wallets-page-blockchains-no-matches{text-align:center}.wallets-page-blockchains-list{display:flex;flex-direction:column;gap:8px;height:100%;max-height:166px;overflow-y:scroll}.wallets-page-blockchains-list::-webkit-scrollbar{width:2px;display:none}.wallets-page-blockchains-list::-webkit-scrollbar-track{background:#3b4149;border-radius:36px}.wallets-page-blockchains-list::-webkit-scrollbar-thumb{background:#777f89;border-radius:36px}.wallets-page-blockchains-name{font-size:12px;line-height:14px;color:#ccc}.wallets-page-blockchains-image{width:16px;border-radius:4px;margin-right:6px}.wallets-page-securityScore-wrapper{display:flex;justify-content:space-between;align-items:center;gap:8px}.wallets-page-securityScore-title{white-space:nowrap}.wallets-page-securityScore-title,.wallets-page-securityScore-value{font-size:14px;line-height:16px;color:#ccc}.wallets-page-section-info{display:flex;gap:20px;margin-bottom:48px}@media(max-width:578px){.wallets-page-section-info{flex-direction:column;align-items:center}}.wallets-page-title-container{display:flex;justify-content:space-between}@media(max-width:578px){.wallets-page-title-container{flex-direction:column}}.wallets-page-safety{max-width:764px;width:100%}.wallets-page-safety-measures{width:100%;display:flex;gap:82px;align-items:baseline;border-radius:8px}@media(max-width:768px){.wallets-page-safety-measures{flex-direction:column;align-items:center;gap:24px}}.wallets-page-safety-incidents-area{width:100%;min-height:200px;background-color:#292e34;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.wallets-page-safety-incidents-button{font-family:Karla;font-weight:700;font-size:16px;line-height:19px;text-align:center;text-transform:uppercase;padding:10px 12px;border:none;color:#1f2327;background-color:#02e75f;border-radius:4px}.wallets-page-safety-incidents-title{font-family:Space Mono;font-weight:700;font-size:26px;line-height:39px;color:#ccc;text-align:center}@media(max-width:576px){.wallets-page-safety-incidents-title{line-height:23px;font-size:20px}}.wallets-page-safety-incidents-title-wrapper{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}@media(max-width:578px){.wallets-page-safety-incidents-title-wrapper{flex-direction:column}}.wallets-page-safety-incidents-rating{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;color:#fff}.wallets-page-safety-incidents-value{padding:0 20px;background-color:#17191d;border-radius:4px;max-width:80px;max-height:24px;font-family:Karla;font-weight:700;font-size:14px;line-height:16px;color:#ccc}.wallets-page-safety-incidents-text{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;margin-bottom:20px}.wallets-page-safety-audits-security{width:100%;display:flex;justify-content:space-between}.wallets-page-safety-audits-security-line{border:1px solid #2f353c}.wallets-page-safety-audits-security-block{min-width:280px;display:flex;flex-direction:column;gap:20px}.wallets-page-safety-audits-security-wrapper{width:100%;max-width:280px;display:flex;justify-content:space-between;align-items:center}.wallets-page-safety-audits-security-text{font-family:Karla;font-size:16px;line-height:24px;color:#ccc}.wallets-page-safety-audits-security-value{font-family:Karla;font-weight:700;font-size:14px;line-height:16px;color:#ccc}.wallets-page-safety-audits-security-table{justify-content:center;display:none}@media(max-width:768px){.wallets-page-safety-audits-security-table{display:flex}}.wallets-page-safety-audits-subtitle{font-family:Karla;font-size:20px;line-height:28px;text-align:center;color:#fff}.wallets-page-safety-audits-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:48px}@media(max-width:768px){.wallets-page-safety-audits-container{display:none}}.wallets-page-safety-audits-area{width:100%;min-height:140px;background-color:#292e34;border-radius:8px;display:flex;justify-content:center;align-items:center}.wallets-page-safety-audits-title{font-family:Space Mono;font-style:normal;font-weight:700;font-size:26px;line-height:39px;text-align:center;color:#ccc}.wallets-page-safety-audits-title-wrapper{margin-bottom:40px}@media(max-width:578px){.wallets-page-safety-block{display:flex;flex-direction:column;align-items:center}}.wallets-page-safety-tables{display:flex;justify-content:space-between;align-items:flex-start}@media(max-width:768px){.wallets-page-safety-tables{gap:32px;flex-direction:column;align-items:center}}.wallets-page-safety-tables-wrapper{display:flex;justify-content:space-between;width:100%}.wallets-page-safety-switch-row{display:flex;padding:10px 22px;background-color:#2f353c;gap:24px;border-radius:8px;margin-bottom:36px}@media(max-width:768px){.wallets-page-safety-switch-row{background-color:transparent;overflow-x:scroll}}.wallets-page-safety-switch-button{display:flex;justify-content:center;padding:8px 0;background-color:#1f2327;border-radius:8px;min-width:224px;cursor:pointer}@media(max-width:768px){.wallets-page-safety-switch-button{background-color:#2f353c}}.wallets-page-safety-switch-button-active{background-color:#02e75f}.wallets-page-safety-switch-text{font-family:Space Mono;font-weight:700;font-size:14px;line-height:21px;text-align:center;color:#fff}.wallets-page-safety-switch-text-active{color:#1f2327}.wallets-page-safety-details-link{display:flex;align-items:center;margin-left:10px;cursor:pointer}.wallets-page-safety-details-text{position:relative;font-family:Karla;font-weight:400;font-size:12px;line-height:14px;text-align:center;text-transform:uppercase;margin-left:15px;color:#02e75f}.wallets-page-safety-details-image{position:absolute;top:2.4px;left:-10px}.wallets-page-safety-info{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:16px;margin-bottom:72px}@media(max-width:768px){.wallets-page-safety-info{justify-content:center;flex-direction:column}}.wallets-page-safety-title{font-weight:400;font-size:20px;line-height:28px;color:#ccc;margin-bottom:8px}.wallets-page-safety-status{display:flex;justify-content:center;min-width:360px;white-space:nowrap;padding:16px 0;font-size:26px;line-height:39px;border-radius:8px;background-color:#292e34;font-family:Space Mono;font-weight:700}@media(max-width:578px){.wallets-page-safety-status{min-width:288px}}.wallets-page-safety-status-yes{color:#02e75f}.wallets-page-safety-status-no{color:#ccc}.wallets-page-costs{max-width:768px}.wallets-page-costs-additional-info{display:flex;align-items:center;max-width:450px;margin-bottom:44px}.wallets-page-costs-additional-info-features{display:flex;align-items:center;max-width:450px;margin-bottom:58px}@media(max-width:768px){.wallets-page-costs-additional-info-features{margin-bottom:32px}}.wallets-page-costs-additional-section{display:flex}.wallets-page-costs-additional-title{line-height:24px;color:#ccc;white-space:nowrap}.wallets-page-costs-additional-title-list{display:flex;flex-direction:column;gap:12px}.wallets-page-costs-additional-title-list-feature{display:flex;flex-direction:column;gap:32px;margin-bottom:48px}.wallets-page-costs-additional-title-item{line-height:24px;color:#ccc;min-width:292px;margin-right:26px}@media(max-width:578px){.wallets-page-costs-additional-title-item{min-width:141px}}.wallets-page-costs-additional-title-item-feature{line-height:24px;color:#ccc;min-width:292px;margin-right:26px;max-width:290px}.wallets-page-costs-additional-title-item-response-feature-no{color:#ccc}.wallets-page-costs-additional-title-item-response-feature-no,.wallets-page-costs-additional-title-item-response-feature-yes{text-align:center;min-width:140px;font-weight:700;font-size:16px;line-height:24px;padding:0 16px;background-color:#292e34;border-radius:4px;text-transform:none;white-space:nowrap}.wallets-page-costs-additional-title-item-response-feature-yes{color:#02e742}.wallets-page-costs-additional-title-item-response-no{padding:0 16px;color:#ff3232;white-space:nowrap}.wallets-page-costs-additional-title-item-response-no,.wallets-page-costs-additional-title-item-response-yes{width:-moz-max-content;width:max-content;font-weight:700;font-size:16px;line-height:24px;background-color:#17191d;border-radius:4px;text-transform:none}.wallets-page-costs-additional-title-item-response-yes{padding:2px 16px;color:#02e742}.wallets-page-costs-additional-value{white-space:nowrap;font-weight:700;font-size:16px;line-height:24px;color:#ccc;text-transform:uppercase}.wallets-page-costs-content{display:flex}.wallets-page-costs-fees:first-child{margin-right:32px}.wallets-page-costs-title{font-weight:400;font-size:16px;line-height:24px;color:#ccc}.wallets-page-costs-block{margin-top:8px;margin-bottom:36px;background:#17191d;border-radius:8px;padding:16px 52px}.wallets-page-costs-percents{font-family:Space Mono;font-weight:700;font-size:32px;line-height:47px;color:#02e75f}.wallets-page-features-text{font-family:Karla;font-size:16px;line-height:24px;color:#ccc;min-width:292px;margin-right:26px;max-width:293px}@media(max-width:578px){.wallets-page-features-text{min-width:141px}}.wallets-page-features-list{display:flex;gap:12px;flex-wrap:wrap}.wallets-page-features-list-text{font-family:Karla;font-size:12px;line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#ccc}.wallets-page-features-item{display:flex;align-items:center;padding:6px 12px;background-color:#17191d;box-shadow:0 7px 13px rgba(0,0,0,.09);border-radius:4px;max-height:28px}.wallets-page-features-image{width:16px;border-radius:4px;margin-right:6px}.wallets-page-features-container{display:flex;flex-direction:column;gap:22px;margin-bottom:48px}.wallets-page-features-wrapper{display:flex;align-items:center}@media(max-width:768px){.wallets-page-features-wrapper .wallets-page-features-text{margin-bottom:12px}.wallets-page-features-wrapper{flex-direction:column;align-items:baseline}}.wallets-page-features-wrapper-flex{display:flex;flex-direction:row;margin-bottom:56px}@media(max-width:768px){.wallets-page-features-wrapper-flex .wallets-page-features-text{margin-bottom:12px}.wallets-page-features-wrapper-flex{flex-direction:column}}.wallets-page-content{max-width:690px}.wallets-page-general-table-wrapper{width:100%}.wallets-page-general-table-title{font-size:16px;line-height:24px;color:#ccc;margin-bottom:12px}.wallets-page-general-wrapper{display:flex;justify-content:space-between;border-radius:8px 8px 0 0}.wallets-page-general-info{width:100%}.wallets-page-total{font-size:16px;line-height:24px;color:#ccc;margin-bottom:24px}.wallets-page-total-value{font-weight:700;font-size:20px;line-height:23px;color:#ccc}.wallets-page-item{display:flex;justify-content:center;align-items:center;padding:6px 12px;background:#17191d;border-radius:80px;white-space:nowrap}.wallets-page-item-image{margin-right:5px;width:12px;height:12px}.wallets-page-item-text{font-size:12px;line-height:14px;color:#ccc}.wallets-page-assets{display:block;font-size:16px;line-height:24px;margin-bottom:30px;color:#ccc}.wallets-page-assets-list{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.wallets-page-supports{margin-top:24px;display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}.wallets-page-supports-list-item{display:flex;transition:.3s}.wallets-page-supports-list-item:hover{box-shadow:0 7px 13px rgba(0,0,0,.09);cursor:pointer}.wallets-page-supports-item{display:flex;padding:6px 12px;gap:6px;background:#17191d;border-radius:4px;font-weight:400;font-size:12px;line-height:14px;align-items:center;color:#ccc}.wallets-page-supports-value-response-no{color:#ff3232}.wallets-page-supports-value-response-no,.wallets-page-supports-value-response-yes{width:-moz-max-content;width:max-content;font-weight:700;font-size:16px;line-height:24px;padding:3px 17px;background-color:#17191d;border-radius:4px;text-transform:none;margin-right:12px}.wallets-page-supports-value-response-yes{color:#02e742}.wallets-page-supports-networks{line-height:24px;color:#ccc}.wallets-page-nav{min-width:274px}@media(max-width:1200px){.wallets-page-nav{display:none}}.wallets-page-nav-content{position:sticky;z-index:2;top:20px;max-width:310px}.wallets-page-nav-title{font-family:Karla;font-weight:700;font-size:20px;line-height:28px;color:#ccc;margin-bottom:15px}.wallets-page-nav-line{height:99%;width:4px;border-radius:4px;background-color:#2f353c;position:absolute;bottom:0;right:0}.wallets-page-nav-list{display:flex;flex-direction:column;gap:8px;width:100%}.wallets-page-nav-item{display:flex;align-items:center;width:-moz-max-content;width:max-content;padding:8px 16px;background-color:#17191d;border-radius:4px;max-width:310px;transition:width .5s}.wallets-page-nav-item:hover{background-color:#2f353c;width:100%;cursor:pointer}.wallets-page-nav-image{width:20px;margin-right:10px}.wallets-page-nav-text{font-family:Karla;font-weight:700;font-size:14px;line-height:16px;color:#ccc}.wallets-page-navigation-container{display:flex;justify-content:space-between}.wallets-page-navigation-content-mobile{padding:16px}.wallets-page-navigation-mobile{position:fixed;bottom:0;width:100%;z-index:50;background-color:#1f2327;border-radius:16px 16px 0 0;transition:transform .2s ease-out;transform:translateY(100%);overflow-y:hidden}.wallets-page-navigation-mobile.visible{transform:translateY(0)}.wallets-page-navigation-mobile-blur{opacity:.45}.wallets-page-navigation-button{cursor:pointer;width:48px;height:48px;background-color:#2f353c;border-radius:50%;position:fixed;bottom:12px;right:12px;z-index:2;justify-content:center;align-items:center;display:none}@media(max-width:578px){.wallets-page-navigation-button{display:flex}}.wallets-page-navigation-button-content{display:flex;flex-direction:column;align-items:center;gap:7px}.wallets-page-navigation-row{height:100%;display:flex;gap:4px}.wallets-page-navigation-square{width:2px;height:2px;background-color:#fff}.wallets-page-navigation-line{width:15px;height:2px;border-radius:2px;background-color:#fff}.wallets-page .wallets-info-section{font-family:Karla,sans-serif;max-width:900px}@media(max-width:900px){.wallets-page .wallets-info-section{max-width:768px}}@media(max-width:768px){.wallets-page .wallets-info-section{max-width:576px}}@media(max-width:576px){.wallets-page .wallets-info-section{max-width:325px}}.wallets-page .wallets-info-section .breadcrumbs-container{display:flex;flex-direction:column}.wallets-page .wallets-info-section .breadcrumbs-wrapper{display:none}@media(max-width:1200px){.wallets-page .wallets-info-section .breadcrumbs-wrapper{display:flex}}.wallets-page .wallets-info-section .chain-logo{height:64px;width:64px;margin-right:15px;border-radius:4px;-o-object-fit:contain;object-fit:contain;background:linear-gradient(0deg,#fff,#fff)}@media(max-width:578px){.wallets-page .wallets-info-section .chain-logo{width:44px;height:44px}}.wallets-page .wallets-info-section .logo-wrapper{position:relative;display:flex;align-items:center;margin-bottom:18px}@media(max-width:578px){.wallets-page .wallets-info-section .logo-wrapper{gap:22px;flex-direction:column;align-self:flex-start;align-items:baseline}}.wallets-page .wallets-info-section .rank-wrapper{margin:0;display:flex;align-self:start;justify-content:center;padding:4px 8px;background:#748aa1;border-radius:4px}.wallets-page .wallets-info-section .rank-wrapper-platform{margin:0;display:flex;align-self:start;justify-content:center;padding:4px 8px;background:#292e34;border-radius:4px}.wallets-page .wallets-info-section .rank-wrapper-platform .token-info-span{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;color:#748aa1}.wallets-page .wallets-info-section .rank-wrapper .token-info-span{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;color:#1f2327}.wallets-page .wallets-page-title{position:absolute;bottom:-5px;left:78px;font-family:Space Mono,sans-serif;font-weight:700;font-size:32px;line-height:46px;margin-right:16px;color:#fff;white-space:nowrap}@media(max-width:578px){.wallets-page .wallets-page-title{bottom:46px;left:57px;font-size:21px}}.wallets-page .wallets-page-description{font-weight:400;font-size:16px;color:#ccc;font-family:Karla,sans-serif;line-height:24px;margin-bottom:38px}@media screen and (min-width:900px){.wallets-page .wallets-page-description{margin-bottom:38px}}.audits-table{background-color:#292e34;width:100%;border-collapse:collapse}.audits-table-audits-text{font-family:Karla;font-size:16px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.audits-table-wrapper{overflow-x:scroll;position:relative;width:100%;border-radius:8px}.audits-table .arrow{fill:hsla(0,0%,100%,.4)}.audits-table-head{border-radius:8px 8px 0 0}.audits-table-head th:first-child{position:sticky;left:0;z-index:2;background:#292e34}@media(max-width:768px){.audits-table-head th:first-child{min-width:214px}}.audits-table-head-row{background:#292e34;border-radius:8px 8px 0 0}.audits-table-head-cell{padding:24px 0;cursor:pointer;transition:color .25s linear}.audits-table-head-cell-bounty{padding:26px 150px 26px 40px}@media(max-width:578px){.audits-table-head-cell-bounty{padding:28px 0}}.audits-table-head-cell-middle{padding:0 16px}.audits-table-head-cell:first-child{border-right:1px solid #3f454e}.audits-table-head-cell:nth-child(2){padding-left:28px}@media(max-width:768px){.audits-table-head-cell:nth-child(2){padding-left:20px}}.audits-table-head-cell:last-child{padding-right:28px}@media(max-width:768px){.audits-table-head-cell:last-child{padding-right:20px}}.audits-table-head-cell-container{display:flex;justify-content:center;align-items:center}.audits-table-head-cell-container-title{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;margin-right:8px;white-space:nowrap;color:#fff}.audits-table-head-cell-container-title-first{text-transform:none;font-weight:700;font-size:16px;line-height:24px;color:#fff}.audits-table-body,.audits-table-body-incident-item{width:100%}.audits-table-body-description{padding:35px 84px}.audits-table-body-description-title{font-family:Karla;font-weight:700;font-size:14px;line-height:16px;color:#748aa1;margin-bottom:12px}.audits-table-body-description-list{display:flex;flex-direction:column;gap:24px}.audits-table-body-description-subtitle{font-family:Karla;font-weight:500;font-size:12px;line-height:14px;color:#ccc}.audits-table-body-status-yes{color:#02e75f}.audits-table-body-status-no,.audits-table-body-status-yes{font-family:Karla;font-weight:700;font-size:14px;line-height:16px}.audits-table-body-status-no{color:#fff}.audits-table-body-row{background-color:#2f353c}.audits-table-body-row:nth-of-type(2n){background-color:#292e34}.audits-table-body td:first-child{position:sticky;left:0;z-index:2;background:inherit}.audits-table-body-empty-cell-index{display:flex;justify-content:center;width:30px;height:24px;font-weight:700;font-size:16px;line-height:24px;color:#fff;margin-left:16px;margin-right:8px;opacity:.2}@media(max-width:578px){.audits-table-body-empty-cell-index{margin:0}}.audits-table-body-value-cell{display:flex;align-items:center;min-width:206px}.audits-table-body-value-cell-field{padding:12px 0;border-right:1px solid #3f454e}.audits-table-body-number-value-item{font-weight:700;font-size:16px;line-height:24px;color:#ccc}.audits-table-body-number-value-item-yes{font-weight:700;font-size:12px;line-height:14px;color:#02e75f}.audits-table-body-number-value-item-no{font-weight:700;font-size:12px;line-height:14px;color:#fff}.audits-table-body-number-value-container{text-align:center;white-space:nowrap}.audits-table-body-number-value-container-first{text-align:center;padding-left:20px}@media(max-width:768px){.audits-table-body-number-value-container-first{padding-left:20px}}.audits-table-body-number-value-container-last{text-align:center;padding-right:28px}@media(max-width:768px){.audits-table-body-number-value-container-last{padding-right:20px}}.pagination-container{display:flex;justify-content:center;align-items:center;gap:6px}.pagination-wrapper{position:relative}.pagination-wrapper a{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;color:#02e75f;padding:0}.pagination-active a{color:#fff}.smart-table{width:100%;border-collapse:collapse;z-index:0}.smart-table-wrapper{width:100%;border-radius:8px;overflow-x:scroll;position:relative}.smart-table-head-row{display:flex}.smart-table-head th:first-child{position:sticky;left:0;z-index:2;background:#292e34}.smart-table-head-cell{background-color:#292e34;padding:28px 0;flex-grow:1;display:flex;align-items:center;cursor:pointer}.smart-table-head-cell:first-child{border-right:1px solid #3f454e}.smart-table-head-cell-incident{max-width:280px;white-space:nowrap;padding:0 70px}@media(max-width:578px){.smart-table-head-cell-incident{max-width:200px;min-width:200px;padding:0 40px}}.smart-table-head-cell-date{max-width:140px;min-width:140px;display:flex;justify-content:center}.smart-table-head-cell-severity,.smart-table-head-cell-status{max-width:120px;min-width:120px;display:flex;justify-content:center}.smart-table-head-cell-last{min-width:104px;max-width:104px;display:flex;justify-content:center}.smart-table-head-title{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;color:#fff;display:flex;align-items:center;text-transform:uppercase;gap:8px}.smart-table-head-title .top-arrow{fill:#fff}.smart-table-head-title .bottom-arrow{fill:#fff;opacity:.4}.smart-table-body-item{width:100%}.smart-table-body-item:not(:last-child){border-bottom:2px solid #292e34}.smart-table-body-row{display:flex;background-color:#2f353c}.smart-table-body-row-description{background-color:#2b3137}.smart-table-body-title{font-family:Karla;font-size:16px;line-height:24px;color:#02e75f;cursor:pointer;position:relative}.smart-table-body-title:after{position:absolute;content:"";height:1px;width:100%;left:0;bottom:0;background-color:#02e75f}.smart-table-body-mark{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;color:#02e75f}.smart-table-body-status{padding:6px 12px;border-radius:80px;font-family:Karla;font-weight:700;font-size:12px;line-height:14px;box-shadow:0 7px 13px rgba(0,0,0,.09);background:#1f2327}.smart-table-body-status-green{color:#8ed000}.smart-table-body-status-red{color:#ff3535}.smart-table-body-status-orange{color:#e86f00}.smart-table-body-status-yellow{color:#e5c100}.smart-table-body-date{font-family:Karla;font-size:16px;line-height:24px;color:#ccc}.smart-table-body-dropdown{display:flex;align-items:center;gap:3px;cursor:pointer}.smart-table-body-dropdown-text{padding-left:6px;font-family:Karla;font-size:12px;line-height:14px;text-transform:uppercase;color:#02e75f}.smart-table-body-description{display:flex;flex-grow:1}.smart-table-body-description-list{width:100%;display:flex;flex-direction:column;gap:16px;padding:35px 84px}.smart-table-body-description-list-title{font-family:Karla;font-weight:700;font-size:14px;line-height:16px;color:#748aa1}.smart-table-body-description-list-text{flex-grow:1;font-family:Karla;font-style:normal;font-weight:500;font-size:12px;line-height:14px;max-width:593px;color:#ccc}.smart-table-body-cell{display:flex;padding:16px 0;align-items:center;justify-content:flex-start;flex-grow:1}.smart-table-body-cell-incident{max-width:280px;min-width:280px;padding-left:16px;border-right:1px solid #3f454e;position:sticky;left:0;z-index:2;background-color:inherit}@media(max-width:578px){.smart-table-body-cell-incident{max-width:200px;min-width:200px}}.smart-table-body-cell-date{max-width:140px;min-width:140px;display:flex;justify-content:center}.smart-table-body-cell-severity,.smart-table-body-cell-status{max-width:120px;min-width:120px;display:flex;justify-content:center}.smart-table-body-cell-last{min-width:104px;max-width:104px;display:flex;justify-content:center}.smart-table-body-platform-wrapper{display:flex;align-items:center;gap:8px}.smart-table-body-text{font-family:Karla;font-weight:400;font-size:16px;line-height:24px;color:#fff}.no-info{min-height:100px;color:#ccc;background-color:#292e34;display:flex;justify-content:center;align-items:center}.features,.no-info{width:100%}.features-container{display:flex;flex-direction:column;gap:24px}.features-title{font-family:Space Mono;font-weight:700;font-size:32px;line-height:47px;color:#fff;margin-bottom:28px}.features-list{display:flex;gap:22px;margin-bottom:24px}.features-item{padding:8px 15px;border-radius:4px;color:#ccc;font-family:Karla;font-weight:700;font-size:16px;line-height:28px;text-transform:uppercase;cursor:pointer}.features-item-active{background-color:#292e34;color:#fff}.features-header{display:flex;justify-content:space-between}.features-description-rating{font-family:Karla;font-weight:700;font-size:16px;line-height:24px;color:#02e75f}.features-description-rating-container{padding:0 16px;background-color:#17191d;border-radius:4px;height:-moz-max-content;height:max-content}.features-description-title{font-family:Karla;font-weight:700;font-size:20px;line-height:28px;text-transform:uppercase;color:#fff;margin-bottom:16px}.features-description-title-text{font-size:12px;line-height:16px;color:#ccc}.features-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:8px 8px 0 0;overflow:visible;border-left:2px solid #292e34;border-right:2px solid #292e34}@media(max-width:900px){.features-table{overflow:hidden}}.features-table .popup-text{position:absolute;opacity:0;pointer-events:none;background-color:#2f353c;bottom:44px;border-radius:4px;z-index:1000;padding:17px 24px 20px;text-align:left;color:#ccc;width:300px;right:-140px;transition:.3s}.features-table .popup-text .popup-header{font-weight:700;font-size:14px;line-height:16px;color:#fff;text-transform:uppercase;margin-bottom:16px}.features-table .popup-text .popup-header-section{font-weight:700;font-size:12px;line-height:16px;color:#fff;text-transform:uppercase}.features-table .popup-text .popup-container{display:flex;flex-direction:column}.features-table .popup-text .popup-list{display:flex;flex-direction:column;gap:12px;margin-left:8px}.features-table .popup-text .popup-list-container{display:flex;flex-direction:column;gap:16px}.features-table .popup-text .popup-item{display:flex;gap:12px;align-items:center}.features-table .popup-text .popup-image{min-width:16px}.features-table .popup-text .popup-value{font-weight:700;font-size:16px;line-height:24px;color:#fff}.features-table .popup-text .popup-value-available{color:#02e75f}.features-table .popup-text .popup-value-text{font-weight:400;font-size:16px;line-height:24px;color:#ccc}.features-table .popup-text .popup-value-text-available{color:#fff}.features-table .popup-text .triangle{position:absolute;content:"";height:25px;width:25px;background-color:#2f353c;left:138px;bottom:-12px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .6em;z-index:1000}.features-table-wrapper{overflow:visible}@media(max-width:900px){.features-table-wrapper{overflow-x:scroll}}.features-table-head-row{display:flex;align-items:center;background-color:#292e34;padding:20px 24px}.features-table-head-row .security-feature{max-width:184px;min-width:184px}.features-table-head-row .sort{display:flex;align-items:center}.features-table-head-cell .restore{text-align:left;max-width:210px;min-width:210px}.features-table-head-cell .restore-link{display:flex;flex-grow:1}.features-table-head-cell .factors{padding-left:8px;text-align:left;max-width:298px;min-width:298px}.features-table-head-cell .restore-weight{text-align:center;max-width:148px;min-width:148px}.features-table-head-cell .restore-score{text-align:center;max-width:130px;min-width:130px}.features-table-head-cell .feature{text-align:left;max-width:282px;min-width:282px}.features-table-head-cell .security-description{text-align:left;min-width:334px;max-width:334px}.features-table-head-cell .description{text-align:left;max-width:270px;min-width:270px}.features-table-head-cell .in-app-description{text-align:left;max-width:392px;min-width:392px}.features-table-head-cell .available{max-width:117px;min-width:117px}.features-table-head-cell .link{max-width:60px;min-width:60px}.features-table-head-cell .security{padding-left:16px;padding-right:10px}.features-table-head-cell .score-weight{max-width:96px;min-width:96px}.features-table-head-title{font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#fff}.features-table-body .restore-row{padding:12px 0;border-bottom:none}.features-table-body-opener{font-size:12px;line-height:14px;text-transform:uppercase;color:#02e75f;cursor:pointer}.features-table-body-row{display:flex;align-items:center;padding:16px 0 16px 24px;border-bottom:2px solid #292e34}.features-table-body-row .security-feature{max-width:184px;min-width:184px}.features-table-body-row .feature{max-width:282px;min-width:282px}.features-table-body-row-group{border-bottom:2px solid #292e34;padding:0 24px}.features-table-body-cell .restore{text-align:left;max-width:210px;min-width:210px;margin-bottom:4px}.features-table-body-cell .factors{padding-left:8px;text-align:left;max-width:298px;min-width:298px}.features-table-body-cell .restore-weight{font-weight:400;text-align:center;max-width:148px;min-width:148px}.features-table-body-cell .restore-score{text-align:center;max-width:130px;min-width:130px}.features-table-body-cell .restore-link{display:flex;flex-grow:1}.features-table-body-cell .feature{display:flex;max-width:140px;flex-wrap:wrap}.features-table-body-cell .description{max-width:334px;min-width:334px;padding:8px 0}.features-table-body-cell .in-app-description{max-width:392px;min-width:392px;padding:8px 0}.features-table-body-cell .available{text-align:center;max-width:117px;min-width:117px;color:#02e75f;text-transform:uppercase}.features-table-body-cell .security-available{text-align:center;max-width:128px;min-width:128px;color:#02e75f;text-transform:uppercase}.features-table-body-cell .link{max-width:60px;min-width:60px}.features-table-body-cell .security{padding-left:16px}.features-table-body-cell .score-weight{max-width:96px;min-width:96px;text-align:center}.features-table-body-cell .score{font-style:normal;font-weight:700;font-size:16px;line-height:24px;justify-content:center}.features-table-body-cell .score-green{color:#02e75f}.features-table-body-title{font-weight:700;font-size:16px;line-height:24px;color:#fff}.features-table-body-description{color:#fff;max-width:274px}.features-table-body-list{display:flex;flex-direction:column;gap:4px}.features-table-body-item{display:flex;align-items:center;gap:16px}.features-table-body-item-image{min-width:16px}.features-table-body-weight-value{font-weight:500;font-size:16px;line-height:24px;color:#fff}.features-table-body-score-container{display:flex;gap:8px;align-items:center}.sectionWithTable .title{font-weight:700;font-size:32px;line-height:47px;display:flex;align-items:center;text-align:center;color:#fff;margin-bottom:16px}.sectionWithTable .caption{font-weight:400;font-size:12px;line-height:16px;display:flex;align-items:center;color:#ccc;margin-bottom:24px}.sectionWithTable .incidentsTable{width:100%;border:1px solid #292e34;border-radius:8px;overflow:hidden}.sectionWithTable .incidentsTable thead{background:#292e34}.sectionWithTable .incidentsTable thead.theadMain tr th{height:64px}.sectionWithTable .incidentsTable thead.theadInner tr th{height:40px;text-align:left}.sectionWithTable .incidentsTable tr td,.sectionWithTable .incidentsTable tr th{padding:12px}.sectionWithTable .incidentsTable tr td:first-child,.sectionWithTable .incidentsTable tr th:first-child{padding-left:24px}.sectionWithTable .incidentsTable tr td:last-child,.sectionWithTable .incidentsTable tr th:last-child{padding-right:24px}.sectionWithTable .incidentsTable tbody tr td{color:#ccc;font-weight:400;font-size:16px;line-height:16px;border-top:1px solid #292e34;height:48px}.sectionWithTable .incidentsTable tbody tr td:last-child{text-align:center}.sectionWithTable .incidentsTable tbody tr td.innerTableRow{border-color:transparent}.sectionWithTable .incidentsTable tbody tr td.innerTableRow td{vertical-align:top;font-weight:400;font-size:16px;line-height:24px;color:#ccc}.sectionWithTable .incidentsTable tbody tr td.innerTableRow .innerTableRowDetails{max-width:593px;display:block;padding-bottom:8px;font-size:14px;color:#fff}.sectionWithTable .incidentsTable tbody tr td.innerTableRow .innerTableRowDetails .p,.sectionWithTable .incidentsTable tbody tr td.innerTableRow .innerTableRowDetails p{display:block;padding-bottom:8px}.sectionWithTable .incidentsTable tbody tr td ul li{margin-bottom:16px}.sectionWithTable .incidentsTable tbody tr td ul li .scoreValue{width:56px;display:inline-block;text-align:right;margin-right:16px}.sectionWithTable .incidentsTable tbody tr td ul li .scoreValue--tick:before{display:inline-block;margin-right:12px;content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADZSURBVHgBnZLBEYIwEEX/ojOON69wswPtACvQCiSUYAVgB3RAoBEsgQ484tGrF9YQAREHJ/GfNrv/bWaTJfyjq1g5C0REVBJspWEuQNg0RweWoiXSDq7B8dwGdiohwXzoYLj52XgEDYODIazzs0oIVYyMYUbSwbrG4FQVY6cK0gk4ft8MCS87fdTVgyRtLMZNWjjqYTcLxxfQy3iUKgzanKyV0QTuG4ybEOiiRvObmBkle9kWE+r3oHZzoeyZhobwg3b4oa9vpCooVNLv4bW8w1q3cN+srIn1CUhlY4FdA5TKAAAAAElFTkSuQmCC")}.sectionWithTable .incidentsTable tbody .boldWhite{font-weight:700!important;color:#fff!important}.sectionWithTable .incidentsTable tbody .boldGreen{font-weight:700!important;color:#02e75f!important}.sectionWithTable .incidentsTable tbody .link{font-weight:400;font-size:12px;line-height:14px;text-align:center;text-transform:uppercase;color:#02e75f;border-bottom:1px solid #02e75f;padding-bottom:2px;cursor:pointer;transition:border-color .2s}.sectionWithTable .incidentsTable tbody .link:hover{border-color:transparent}.sectionWithTable .incidentsTable tbody .link:before{display:inline-block;transform:translateY(1px);margin-right:2px;content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB+SURBVHgBfY67DcJAEERnFiQInZJBB26BCoAOrhRKuU4oBWIiO3RwHt9Z8kens0daaVdvZneJpL+rDwE1MgXgd0yNBTx6yK1YxVgWDcxT+LrKTvqAuMapsRJU6qn3uL0E1fFOWbsYMoibb6ac7UEx/XDGswTDxXuJr/k+NjQAY9Y4ay0UzFcAAAAASUVORK5CYII=")}.sectionWithTable .incidentsTable tbody .readMore{font-weight:400;font-size:12px;line-height:14px;text-align:center;text-transform:uppercase;color:#02e75f;cursor:pointer;display:block;min-width:50px}.sectionWithTable .incidentsTable tbody .readMore:after{display:inline-block;transform:rotate(180deg);margin-left:2px;content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABmSURBVHgBzYyxDYAwDAQ/Zgo6VmGShElglGwGnVsWSAwOFZIjRSgF19j+1xnoCoepVpEVDhwCQXbw4pskFTJk1d0hb5ZIliBws946LfElpYyzCGM8SnDP50FCE8Reqh0+8A8poicXQaAkRtx1apIAAAAASUVORK5CYII=")}.sectionWithTable .incidentsTable tbody .readMore.active:after{transform:translateY(2px) rotate(0deg)}.sectionWithTable .incidentsTable tbody .severity{display:inline-block;font-family:Karla;font-weight:700;font-size:12px;line-height:14px;padding:6px 20px;text-align:center;width:96px;border-radius:80px;background:#292e34}.sectionWithTable .incidentsTable tbody .severity--critical{color:#f94144;background:rgba(249,65,68,.1)}.sectionWithTable .incidentsTable tbody .severity--high{color:#e86f00;background:rgba(232,111,0,.1)}.sectionWithTable .incidentsTable tbody .severity--unresolved{color:#fff}.sectionWithTable .incidentsTable tbody .severity--resolved{color:#02e75f}.restore-additional{width:100%;border-collapse:separate;border-spacing:0;border:2px solid #292e34;border-radius:10px;margin:24px 0}.restore-additional-item{display:flex;align-items:center}.restore-additional-mark-wrapper{min-width:16px;margin-right:12px}.restore-additional-value{font-size:16px;line-height:24px;color:#fff;min-width:16px;margin-right:20px}.restore-additional-value-green{color:#02e75f}.restore-additional-text{font-size:16px;line-height:24px;color:#ccc}.restore-additional-text-active{color:#fff}.restore-additional-row{display:flex;padding:8px 24px;background-color:#292e34;border-top-left-radius:8px;border-top-right-radius:8px}.restore-additional-row .metric{text-align:left;max-width:220px;min-width:220px}.restore-additional-row .method{text-align:left;max-width:284px;min-width:284px}.restore-additional-row .info{text-align:left;max-width:186px;min-width:186px}.restore-additional-row .weight{max-width:100px;min-width:100px}.restore-additional-row .assets,.restore-additional-row .factor{text-align:left;max-width:228px;min-width:228px}.restore-additional-row .custody{text-align:left;max-width:136px;min-width:136px}.restore-additional-row .description{text-align:left;max-width:266px}.restore-additional-title{font-weight:700;font-size:16px;line-height:24px;text-align:center;text-transform:uppercase;color:#fff}.restore-additional-body-cell{padding:12px 0}.restore-additional-body-text{font-size:16px;line-height:24px;color:#fff}.restore-additional-body-row{display:flex;padding-left:24px}.restore-additional-body-row:not(:last-child){border-bottom:2px solid #292e34}.restore-additional-body-row .metric{text-align:left;max-width:220px;min-width:220px}.restore-additional-body-row .method{text-align:left;max-width:284px;min-width:284px}.restore-additional-body-row .info{text-align:left;max-width:186px;min-width:186px}.restore-additional-body-row .weight{font-weight:500;font-size:16px;line-height:24px;color:#fff;text-align:center;max-width:100px;min-width:100px}.restore-additional-body-row .bold{font-weight:700;font-size:16px;line-height:24px;color:#fff}.restore-additional-body-row .grey{font-size:16px;line-height:24px;color:#ccc}.restore-additional-body-row .description{font-size:12px;line-height:14px;color:#fff}.restore-additional-body-row .assets{text-align:left;max-width:228px;min-width:228px}.restore-additional-body-row .factor{max-width:228px;min-width:228px}.restore-additional-body-row .custody{max-width:136px;min-width:136px}.restore-additional-body-row .description{max-width:266px}.audits{width:100%;border-collapse:separate;border-spacing:0;border-top-right-radius:10px;border-top-left-radius:10px;border:2px solid #292e34}.audits-wrapper{display:flex;flex-direction:column;gap:24px}.audits-additional-container{padding:0 0 24px 24px}.audits-additional-text{max-width:594px}.audits-additional-link{margin-bottom:12px}.audits-head-cell{padding:0}.audits-head-row{display:flex;align-items:center;padding:8px 0;background-color:#292e34}.audits-head-row .auditor{display:flex;align-items:center;text-align:left;padding-left:24px;min-width:210px;max-width:210px}.audits-head-row .date{display:flex;align-items:center;justify-content:center;text-align:center}.audits-head-row .audited,.audits-head-row .date{min-width:120px;max-width:120px}.audits-head-row .relevance{min-width:160px;max-width:160px}.audits-head-row .current{min-width:120px;max-width:120px}.audits-head-row .score,.audits-head-row .score-weight{min-width:90px;max-width:90px}.audits-head-row .audit{min-width:78px;max-width:78px}.audits-head-row .opener{min-width:55px;max-width:55px}.audits-head-title{font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#fff}.audits-body-group:not(:last-child){border-bottom:2px solid #292e34}.audits-body-row{display:flex;align-items:center;padding:12px 0}.audits-body-row .wallets-page-weblink{font-size:12px;margin-bottom:1px}.audits-body-row .wallets-page-weblink:after{bottom:-1px}.audits-body-row .auditor{padding-left:24px;min-width:210px;max-width:210px;text-align:left}.audits-body-row .date{color:#ccc}.audits-body-row .audited,.audits-body-row .current,.audits-body-row .date{text-align:center;min-width:120px;max-width:120px;font-size:16px;line-height:24px}.audits-body-row .audited,.audits-body-row .current{font-weight:500;color:#fff}.audits-body-row .relevance{display:flex;justify-content:center;min-width:160px;max-width:160px}.audits-body-row .audit{min-width:78px;max-width:78px}.audits-body-row .audit,.audits-body-row .opener{display:flex;align-items:center;justify-content:center}.audits-body-row .opener{min-width:72px;max-width:72px}.audits-body-row .restore-link{display:flex}.audits-body-auditor-logo{width:20px;height:20px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.audits-body-auditor-wrapper{display:flex;align-items:center;gap:8px}.audits-body-auditor-title{font-weight:700;font-size:16px;line-height:24px;color:#fff}.audits-body-incident{width:100%;background-color:#292e34;color:#fff}.audits-body-incident,.audits-body-status{padding:6px 12px;border-radius:80px;max-height:26px;display:flex;justify-content:center;align-items:center}.audits-body-status{width:96px}.audits-body-status-red{color:#f94144;background-color:rgba(249,65,68,.1)}.audits-body-status-green{color:#02e75f;background-color:#292e34}.audits-body-status-orange{color:#e86f00;background-color:rgba(232,111,0,.1)}.audits-body-status-white{background-color:#292e34;color:#fff}.penetration{width:100%;border-collapse:separate;border-spacing:0;border-top-right-radius:10px;border-top-left-radius:10px;border:2px solid #292e34}.penetration-head-row{display:flex;align-items:center;padding:8px 0;background-color:#292e34}.penetration-head-row .auditor{display:flex;align-items:center;text-align:left;padding-left:24px;min-width:184px;max-width:184px}.penetration-head-row .date{display:flex;align-items:center;justify-content:center;text-align:center}.penetration-head-row .audited,.penetration-head-row .current,.penetration-head-row .date{min-width:120px;max-width:120px}.penetration-head-row .score,.penetration-head-row .score-weight{min-width:96px;max-width:96px}.penetration-head-row .audit{min-width:78px;max-width:78px}.penetration-head-row .opener{min-width:56px;max-width:56px}.penetration-head-cell{padding:0}.penetration-head-title{font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#fff}.penetration-body-group{padding:0 24px}.penetration-body-group:not(:last-child){border-bottom:2px solid #292e34}.penetration-body-row{display:flex;align-items:center;padding:12px 0}.penetration-body-row .restore-link{display:flex}.penetration-body-row .wallets-page-weblink{font-size:12px;margin-bottom:1px}.penetration-body-row .wallets-page-weblink:after{bottom:-1px}.penetration-body-row .auditor{display:flex;align-items:center;text-align:left;min-width:160px;max-width:160px}.penetration-body-row .date{display:flex;align-items:center;justify-content:center;text-align:center;min-width:120px;max-width:120px}.penetration-body-row .audited,.penetration-body-row .current{font-weight:500;font-size:16px;line-height:24px;color:#fff;text-align:center;min-width:120px;max-width:120px}.penetration-body-row .score,.penetration-body-row .score-weight{display:flex;justify-content:center;align-items:center;min-width:96px;max-width:96px}.penetration-body-row .score-weight{font-weight:500;font-size:16px;line-height:24px;color:#fff}.penetration-body-row .score{font-weight:700;font-size:16px;line-height:24px;color:#02e75f}.penetration-body-row .audit{display:flex;justify-content:center;min-width:78px;max-width:78px}.penetration-body-row .opener{display:flex;align-items:center;min-width:56px;max-width:56px}.penetration-body-auditor-logo{width:20px;height:20px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.penetration-body-auditor-wrapper{display:flex;align-items:center;gap:8px}.penetration-body-auditor-title{font-weight:700;font-size:16px;line-height:24px;color:#fff}.penetration-additional-title{margin-bottom:16px}.bounty-table{width:100%;border-collapse:separate;border-spacing:0;border-top-right-radius:10px;border-top-left-radius:10px;border:2px solid #292e34}.bounty-table .popup-text{position:absolute;opacity:0;pointer-events:none;background-color:#171d1e;bottom:35px;border-radius:4px;z-index:1000;padding:17px 24px 20px;text-align:left;color:#748aa1;width:285px;right:-185.5px;transition:.3s}.bounty-table .popup-text .triangle{content:"";height:25px;width:25px;background-color:#171d1e;position:absolute;left:78px;bottom:-12px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%);transform:rotate(-45deg);border-radius:0 0 0 .6em;z-index:100}@media(max-width:578px){.bounty-table{width:288px}}.bounty-table-head-row{display:flex;align-items:center;padding:8px 0;background-color:#292e34}.bounty-table-head-row .incident-type{width:186px;padding-left:24px;display:flex;gap:8px;align-items:center}.bounty-table-head-row .incident-date{display:flex;gap:8px;justify-content:center;align-items:center;width:110px}.bounty-table-head-row .incident-severity,.bounty-table-head-row .incident-status{display:flex;gap:8px;justify-content:center;align-items:center;width:120px}.bounty-table-head-row .incident-weight{display:flex;justify-content:center;width:104px}.bounty-table-head-row .incident-score{display:flex;justify-content:center;width:100px}.bounty-table-head-row .incident-link{display:flex;justify-content:center;width:60px}.bounty-table-head-row .incident-opener{width:72px}.bounty-table-head-row .platform{text-align:left;padding-left:24px;max-width:180px;min-width:180px}.bounty-table-head-row .language{max-width:96px;min-width:96px}.bounty-table-head-row .reward{max-width:112px;min-width:112px}.bounty-table-head-row .score-weight,.bounty-table-head-row .status{max-width:100px;min-width:100px}.bounty-table-head-row .scope{max-width:134px;min-width:134px}.bounty-table-head-row .policy{max-width:104px;min-width:104px}.bounty-table-head-row .bounty-score{max-width:82px;min-width:82px}.bounty-table-head-row .opener{max-width:54px;min-width:54px}.bounty-table-head-cell{padding:0}.bounty-table-head-title{font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#fff}.bounty-table-body-row{display:flex;align-items:center;padding:12px 0}.bounty-table-body-row .incident-type,.bounty-table-body-row .incident-type-none{width:186px;padding-left:24px;display:flex;align-items:center}.bounty-table-body-row .incident-type-none{justify-content:center}.bounty-table-body-row .incident-date{text-align:center;width:110px}.bounty-table-body-row .incident-severity,.bounty-table-body-row .incident-status{display:flex;gap:8px;justify-content:center;align-items:center;width:120px}.bounty-table-body-row .incident-weight{display:flex;justify-content:center;width:104px}.bounty-table-body-row .incident-score{display:flex;justify-content:center;width:100px}.bounty-table-body-row .incident-link{display:flex;justify-content:center;width:60px}.bounty-table-body-row .incident-opener{display:flex;justify-content:center;width:72px}.bounty-table-body-row .platform{padding-left:24px;max-width:180px;min-width:180px}.bounty-table-body-row .language{text-align:center;max-width:96px;min-width:96px}.bounty-table-body-row .reward{text-align:center;max-width:112px;min-width:112px}.bounty-table-body-row .score-weight,.bounty-table-body-row .status{display:flex;justify-content:center;max-width:100px;min-width:100px}.bounty-table-body-row .scope{display:flex;justify-content:center;max-width:134px;min-width:134px}.bounty-table-body-row .policy{display:flex;justify-content:center;max-width:104px;min-width:104px}.bounty-table-body-row .bounty-score{text-align:center;max-width:82px;min-width:82px}.bounty-table-body-row .opener{max-width:54px;min-width:54px}.bounty-table-body-row .wallets-page-weblink{font-size:12px;margin-bottom:1px}.bounty-table-body-row .wallets-page-weblink:after{bottom:-1px}.bounty-table-body-row .restore-link{display:flex}.bounty-table-body-cell .bold,.bounty-table-body-cell .text{font-size:16px;line-height:24px;color:#fff}.bounty-table-body-cell .bold{font-weight:600}.bounty-table-body-cell .score{font-weight:700;font-size:16px;line-height:24px}.bounty-table-body-group:not(:last-child){border-bottom:2px solid #292e34}.bounty-table-body-additional-section{padding:0 24px}
/*# sourceMappingURL=b6385a822bf48b5f.css.map*/