#search-bar-container{display:flex;background-color:var(--grey-one);border-radius:var(--border-radius);height:30px}#search-bar-container .form{display:flex;justify-content:center;align-items:center;position:relative;width:200px;max-width:500px}#search-bar-container .form input{display:block;padding-left:10px;width:100%;max-width:500px;margin:0 auto;border:none;outline:none;background-color:var(--grey-one);color:var(--grey-one)}#search-bar-container .form input::-moz-placeholder{color:var(--font-color)}#search-bar-container .form input::placeholder{color:var(--font-color)}#search-bar-container .form #search_close{display:flex;padding-right:10px;padding-left:10px;cursor:pointer}#search-bar-container .form #search_close:after{content:"✕";font-size:1rem;color:#fff}#search-bar-container #search{color:var(--font-color)}#search-bar-container .simplebar-content-wrapper{border-radius:4px;border:.5px solid var(--white);background-color:var(--grey-two)}#search-bar-container #search_results{color:var(--font-color);display:flex;flex-direction:column;position:absolute;width:200px;max-height:400px;z-index:20;overflow-x:hidden;overflow-y:auto;background-color:var(--primary-color);margin-top:35px;-webkit-border-bottom-right-radius:var(--border-radius);-webkit-border-bottom-left-radius:var(--border-radius);-moz-border-radius-bottomright:var(--border-radius);-moz-border-radius-bottomleft:var(--border-radius);border-bottom-right-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}#search-bar-container #search_results .simplebar-content{border-radius:var(--border-radius)}#search-bar-container #search_results .simplebar-content div{cursor:pointer;padding:.5rem}#search-bar-container #search_results .simplebar-content div:hover{background-color:var(--grey-one)}@media(max-width:767px){#search-bar-container{display:flex;order:3}#search-bar-container .form,#search-bar-container .form input{max-width:100%}#search-bar-container #search_results{max-width:100%;border-radius:0}}.search-bar-mobile{width:200px;margin:auto;margin-top:20px;margin-bottom:20px}.open-overlay-button{display:flex;flex-direction:row;padding-right:25px;margin-left:auto;font-size:30px;float:right}.overlay{height:0;width:100vw;position:absolute;top:0;left:0;background-color:#252525;overflow:hidden}.overlay-content{position:absolute;width:100%;text-align:center}.overlay a{padding:8px;text-decoration:none;font-size:1.5rem;color:var(--white);display:block;transition:.3s}.overlay a:focus,.overlay a:hover{color:#f1f1f1}.overlay .close-button{position:absolute;right:45px;font-size:47px;z-index:5000}.navigation-bar{z-index:20;position:sticky;width:100%;display:flex;background-color:var(--primary-color);align-items:center;min-height:80px;top:0;transform:translateZ(0);transition:.2s ease-out;box-shadow:0 5px 5px 2px rgba(0,0,0,.1)}.navigation-bar-hidden{box-shadow:none;transform:translate3d(0,-100%,0)}.logo-navigation-bar{margin-left:20px;margin-right:20px;height:60px}.drop-button{height:100%;cursor:pointer;background-color:var(--grey-one);color:#fff;font-weight:var(--font-bold)}.drop-button:focus,.drop-button:hover{color:var(--grey-one)}.navigation-list{height:100%;display:grid;align-items:center;list-style:none;width:100%;grid-auto-flow:column;justify-content:left}.navigation-list li{height:100%;text-transform:uppercase}.navigation-item{margin:0 10px;font-weight:var(--font-bold);display:grid;place-content:center;text-align:center}.label{transition:.2s ease-out}.label:hover{color:#656565}.mobile-social-link{display:flex;flex-direction:row;margin:auto;margin-top:30px;place-content:center}.navigation-right{display:flex;flex-direction:row;padding-right:20px;margin-left:auto}.social-link{display:grid;margin-left:10px;color:var(--white);place-items:center;transition:.2s ease-out}.social-link:hover{color:var(--grey-one)}@media screen and (max-width:1000px){.navigation-right{display:none}.navigation-list{grid-auto-flow:row;grid-auto-rows:40px;row-gap:4px}.main-navigation{display:none}.navigation-bar{justify-content:space-between}.social-link svg{height:30px;width:30px}}@media screen and (min-width:1000px){.mobile-navigation{display:none}}.announcement-banner{background-color:#900016;color:#fff;padding:10px}.announcement-wrapper{display:flex;flex-direction:row;align-items:center;padding-left:10px;padding-right:10px;margin:auto}.banner-title{font-weight:700;font-size:1.2rem;margin-bottom:10px}.announcement-text{text-align:center;padding-left:10px;padding-right:10px;font-size:.8rem;width:100%;white-space:pre-line}.announcement-close-button{right:10px;cursor:pointer}.announcement-close-button:hover{opacity:.8}.footer-wrapper{display:flex;flex-direction:column;order:7;color:#fff;font-size:.8rem;font-weight:400;line-height:1.5;background-color:var(--grey-one);margin-top:2rem;padding:1.5rem 1.5rem 2rem 1.5rem}.footer-top-bar{display:flex;align-items:center;justify-content:center;padding:1.5rem 0}.footer-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;width:60%}.footer-subtitle{font-size:.9rem;font-weight:500}.footer-donate{display:block}#donate-ether{padding:.3rem;background-color:var(--grey-one);text-transform:uppercase;border:1px solid #fff;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;transition:.3s;margin-left:1rem}#donate-ether:hover{background-color:var(--primary-color);color:#fff}.address{padding:.3rem;background-color:var(--grey-four);border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px;transition:.3s}.footer-second-part{display:flex;justify-content:space-between;align-items:center}.footer-logo{height:100px}.only-one-section-menu{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%}.footer-menu-section-title{font-size:1.1rem;font-weight:600;margin-bottom:.4rem;color:#fff}.footer-menu-element{font-size:.9rem;font-weight:500;margin-bottom:.2rem;color:#fff;transition:.3s;cursor:pointer}.footer-menu-element:hover{color:var(--grey-four)}.footer-social-container{flex-direction:row-reverse;height:40px;padding-right:0}.footer-social,.footer-social-container{display:flex;justify-content:space-between;margin-left:auto}.footer-social{flex-direction:row;align-items:center;gap:20px;padding-bottom:20px}.footer-social-link{display:grid;color:var(--white);place-items:center;transition:.2s ease-out}.footer-social-link:hover{color:var(--grey-four)}.copyright{flex-basis:100%;text-align:center;color:#fff;border-top:1px solid var(--primary-color);padding-top:20px}.nft1-link{color:var(--white);cursor:pointer;transition:.2s ease-out;padding-left:2px}.nft1-link:hover{color:var(--grey-four)}.footer-contact{display:flex;justify-content:center;padding-top:10px}.footer-contact-label{font-size:11px;width:40%;text-align:center;color:#fff;padding-right:5px}.footer-contact-social-link{margin:5px;color:#fff;transition:.2s}.footer-contact-social-link:hover{color:#656565;cursor:pointer}:root{--border-radius:4px;--font-bold:700;--font-color:#fff;--white:#fff;--primary-color:#252525;--grey-one:#353535;--grey-two:#454545;--grey-three:#555;--grey-four:#656565}.mt-0{margin-top:0}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.ml-4{margin-left:4px}.mb-8{margin-bottom:8px}.pt-8{padding-top:8px}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;text-decoration:none;color:#fff}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:Lato;font-style:normal;font-weight:300;src:url(/fonts/lato-v20-latin-300.b60cc8d7.eot);src:local(""),url(/fonts/lato-v20-latin-300.b60cc8d7.eot?#iefix) format("embedded-opentype"),url(/fonts/lato-v20-latin-300.d50c00d5.woff2) format("woff2"),url(/fonts/lato-v20-latin-300.b0d3cf62.woff) format("woff"),url(/fonts/lato-v20-latin-300.6eca555b.ttf) format("truetype"),url(/img/lato-v20-latin-300.a254e7b4.svg#Lato) format("svg")}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:url(/fonts/lato-v20-latin-regular.189891db.eot);src:local(""),url(/fonts/lato-v20-latin-regular.189891db.eot?#iefix) format("embedded-opentype"),url(/fonts/lato-v20-latin-regular.cc2c3b4a.woff2) format("woff2"),url(/fonts/lato-v20-latin-regular.290626a6.woff) format("woff"),url(/fonts/lato-v20-latin-regular.aed28460.ttf) format("truetype"),url(/img/lato-v20-latin-regular.3941a1cf.svg#Lato) format("svg")}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:url(/fonts/lato-v20-latin-700.e73ab4f5.eot);src:local(""),url(/fonts/lato-v20-latin-700.e73ab4f5.eot?#iefix) format("embedded-opentype"),url(/fonts/lato-v20-latin-700.10278b9b.woff2) format("woff2"),url(/fonts/lato-v20-latin-700.5ba419fc.woff) format("woff"),url(/fonts/lato-v20-latin-700.85bcf57b.ttf) format("truetype"),url(/img/lato-v20-latin-700.fca92c31.svg#Lato) format("svg")}*{margin:0;padding:0;box-sizing:border-box}:focus:not(:focus-visible){outline:0}:focus-visible{outline:0}#select2-collections-container{color:#656565}.select2-container--default .select2-results__option--highlighted{background-color:#656565!important;cursor:pointer;color:#fff!important}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#656565;color:#fff}.select2-container--default .select2-results__option[aria-selected=false]{color:#656565}.select2-container--default .select2-selection--single{background-color:#656565;border:1px solid #656565;text-align:center;text-transform:uppercase}.select2-container--default .select2-search--dropdown .select2-search__field{color:#656565;border:1px solid #656565}.simplebar-scrollbar:before{background-color:#656565!important}body,html{display:flex;justify-content:center;font-family:Lato,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;width:100%;min-height:100%;background-color:#353535;color:#fff}body #app-wrapper,html #app-wrapper{display:flex;max-width:100%;justify-content:space-around}body #app-wrapper #app,html #app-wrapper #app{display:flex;flex-direction:column;min-width:100%;background-color:#252525;border-radius:4px}body #app-wrapper #app #section_one,html #app-wrapper #app #section_one{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:center;background-color:#252525;font-size:.8rem;padding:1.5rem 1.5rem .5rem 1.5rem;text-transform:uppercase;white-space:nowrap;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}body #app-wrapper #app #section_one .left,html #app-wrapper #app #section_one .left{display:flex;flex-direction:row;flex-wrap:wrap;font-weight:700}body #app-wrapper #app #section_one .left div,html #app-wrapper #app #section_one .left div{padding:.25rem;margin:.25rem;border:1px solid #454545;background-color:#656565;color:#fff;border-radius:4px}body #app-wrapper #app #section_one .left div span,html #app-wrapper #app #section_one .left div span{font-weight:300}body #app-wrapper #app #section_one .right,html #app-wrapper #app #section_one .right{display:flex;flex-direction:row;flex-wrap:wrap}body #app-wrapper #app #section_one .right button,html #app-wrapper #app #section_one .right button{padding:.25rem;margin:.25rem;border:1px solid #454545;background-color:#252525;outline:none;color:#fff;border-radius:4px}body #app-wrapper #app #section_one .right button.selected,html #app-wrapper #app #section_one .right button.selected{color:#fff;background-color:#656565}body #app-wrapper #app #section_one .right button:hover,html #app-wrapper #app #section_one .right button:hover{cursor:pointer;color:#fff;background-color:#656565}body #app-wrapper #app #section_three,html #app-wrapper #app #section_three{display:flex;justify-content:center;padding:1rem;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px}body #app-wrapper #app #section_three img,html #app-wrapper #app #section_three img{display:block;width:100%;max-width:15rem;height:auto}body #app-wrapper #app #section_four,html #app-wrapper #app #section_four{margin-top:30px;margin-bottom:10px;display:flex;flex-direction:row;justify-content:center;padding:0 1rem}body #app-wrapper #app #section_four select,html #app-wrapper #app #section_four select{width:100%;min-width:500px;max-width:500px}body #app-wrapper #app #section_five,html #app-wrapper #app #section_five{display:flex;flex-direction:row;justify-content:center;padding:.5rem}body #app-wrapper #app #section_five h3,html #app-wrapper #app #section_five h3{background-color:#656565;padding:.7rem 1rem;color:#fff;font-size:.8rem;text-transform:uppercase;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #656565}body #app-wrapper #app #section_five #latest_listings,body #app-wrapper #app #section_five #latest_sales,html #app-wrapper #app #section_five #latest_listings,html #app-wrapper #app #section_five #latest_sales{display:flex;flex-direction:column;flex-basis:50%;min-width:0;color:#fff;background-color:#252525;border:1px solid #656565;border-radius:4px;margin:.5rem}body #app-wrapper #app #section_five #latest_listings .listings,body #app-wrapper #app #section_five #latest_listings .sales,body #app-wrapper #app #section_five #latest_sales .listings,body #app-wrapper #app #section_five #latest_sales .sales,html #app-wrapper #app #section_five #latest_listings .listings,html #app-wrapper #app #section_five #latest_listings .sales,html #app-wrapper #app #section_five #latest_sales .listings,html #app-wrapper #app #section_five #latest_sales .sales{display:flex;flex-direction:column;padding:.5rem;font-size:.9rem;color:#fff}body #app-wrapper #app #section_five #latest_listings .listings .listing,body #app-wrapper #app #section_five #latest_listings .listings .sale,body #app-wrapper #app #section_five #latest_listings .sales .listing,body #app-wrapper #app #section_five #latest_listings .sales .sale,body #app-wrapper #app #section_five #latest_sales .listings .listing,body #app-wrapper #app #section_five #latest_sales .listings .sale,body #app-wrapper #app #section_five #latest_sales .sales .listing,body #app-wrapper #app #section_five #latest_sales .sales .sale,html #app-wrapper #app #section_five #latest_listings .listings .listing,html #app-wrapper #app #section_five #latest_listings .listings .sale,html #app-wrapper #app #section_five #latest_listings .sales .listing,html #app-wrapper #app #section_five #latest_listings .sales .sale,html #app-wrapper #app #section_five #latest_sales .listings .listing,html #app-wrapper #app #section_five #latest_sales .listings .sale,html #app-wrapper #app #section_five #latest_sales .sales .listing,html #app-wrapper #app #section_five #latest_sales .sales .sale{display:flex;flex-direction:row;flex-grow:0;color:#fff;flex-wrap:nowrap;justify-content:space-between;padding:.5rem;background-color:#353535;border-radius:4px;margin-bottom:.5rem;text-decoration:none}body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{padding:.2rem 1rem .2rem .2rem;white-space:nowrap;overflow:hidden;min-width:0;text-overflow:ellipsis;max-width:450px;width:100%}body #app-wrapper #app #section_five #latest_listings .listings .listing .price,body #app-wrapper #app #section_five #latest_listings .listings .sale .price,body #app-wrapper #app #section_five #latest_listings .sales .listing .price,body #app-wrapper #app #section_five #latest_listings .sales .sale .price,body #app-wrapper #app #section_five #latest_sales .listings .listing .price,body #app-wrapper #app #section_five #latest_sales .listings .sale .price,body #app-wrapper #app #section_five #latest_sales .sales .listing .price,body #app-wrapper #app #section_five #latest_sales .sales .sale .price,html #app-wrapper #app #section_five #latest_listings .listings .listing .price,html #app-wrapper #app #section_five #latest_listings .listings .sale .price,html #app-wrapper #app #section_five #latest_listings .sales .listing .price,html #app-wrapper #app #section_five #latest_listings .sales .sale .price,html #app-wrapper #app #section_five #latest_sales .listings .listing .price,html #app-wrapper #app #section_five #latest_sales .listings .sale .price,html #app-wrapper #app #section_five #latest_sales .sales .listing .price,html #app-wrapper #app #section_five #latest_sales .sales .sale .price{position:relative;display:block;white-space:nowrap;background-color:#656565;color:#fff;padding:.2rem .3rem;border-radius:4px}body #app-wrapper #app #section_five #latest_listings .listings .listing:active,body #app-wrapper #app #section_five #latest_listings .listings .listing:focus,body #app-wrapper #app #section_five #latest_listings .listings .listing:hover,body #app-wrapper #app #section_five #latest_listings .listings .listing:visited,body #app-wrapper #app #section_five #latest_listings .listings .sale:active,body #app-wrapper #app #section_five #latest_listings .listings .sale:focus,body #app-wrapper #app #section_five #latest_listings .listings .sale:hover,body #app-wrapper #app #section_five #latest_listings .listings .sale:visited,body #app-wrapper #app #section_five #latest_listings .sales .listing:active,body #app-wrapper #app #section_five #latest_listings .sales .listing:focus,body #app-wrapper #app #section_five #latest_listings .sales .listing:hover,body #app-wrapper #app #section_five #latest_listings .sales .listing:visited,body #app-wrapper #app #section_five #latest_listings .sales .sale:active,body #app-wrapper #app #section_five #latest_listings .sales .sale:focus,body #app-wrapper #app #section_five #latest_listings .sales .sale:hover,body #app-wrapper #app #section_five #latest_listings .sales .sale:visited,body #app-wrapper #app #section_five #latest_sales .listings .listing:active,body #app-wrapper #app #section_five #latest_sales .listings .listing:focus,body #app-wrapper #app #section_five #latest_sales .listings .listing:hover,body #app-wrapper #app #section_five #latest_sales .listings .listing:visited,body #app-wrapper #app #section_five #latest_sales .listings .sale:active,body #app-wrapper #app #section_five #latest_sales .listings .sale:focus,body #app-wrapper #app #section_five #latest_sales .listings .sale:hover,body #app-wrapper #app #section_five #latest_sales .listings .sale:visited,body #app-wrapper #app #section_five #latest_sales .sales .listing:active,body #app-wrapper #app #section_five #latest_sales .sales .listing:focus,body #app-wrapper #app #section_five #latest_sales .sales .listing:hover,body #app-wrapper #app #section_five #latest_sales .sales .listing:visited,body #app-wrapper #app #section_five #latest_sales .sales .sale:active,body #app-wrapper #app #section_five #latest_sales .sales .sale:focus,body #app-wrapper #app #section_five #latest_sales .sales .sale:hover,body #app-wrapper #app #section_five #latest_sales .sales .sale:visited,html #app-wrapper #app #section_five #latest_listings .listings .listing:active,html #app-wrapper #app #section_five #latest_listings .listings .listing:focus,html #app-wrapper #app #section_five #latest_listings .listings .listing:hover,html #app-wrapper #app #section_five #latest_listings .listings .listing:visited,html #app-wrapper #app #section_five #latest_listings .listings .sale:active,html #app-wrapper #app #section_five #latest_listings .listings .sale:focus,html #app-wrapper #app #section_five #latest_listings .listings .sale:hover,html #app-wrapper #app #section_five #latest_listings .listings .sale:visited,html #app-wrapper #app #section_five #latest_listings .sales .listing:active,html #app-wrapper #app #section_five #latest_listings .sales .listing:focus,html #app-wrapper #app #section_five #latest_listings .sales .listing:hover,html #app-wrapper #app #section_five #latest_listings .sales .listing:visited,html #app-wrapper #app #section_five #latest_listings .sales .sale:active,html #app-wrapper #app #section_five #latest_listings .sales .sale:focus,html #app-wrapper #app #section_five #latest_listings .sales .sale:hover,html #app-wrapper #app #section_five #latest_listings .sales .sale:visited,html #app-wrapper #app #section_five #latest_sales .listings .listing:active,html #app-wrapper #app #section_five #latest_sales .listings .listing:focus,html #app-wrapper #app #section_five #latest_sales .listings .listing:hover,html #app-wrapper #app #section_five #latest_sales .listings .listing:visited,html #app-wrapper #app #section_five #latest_sales .listings .sale:active,html #app-wrapper #app #section_five #latest_sales .listings .sale:focus,html #app-wrapper #app #section_five #latest_sales .listings .sale:hover,html #app-wrapper #app #section_five #latest_sales .listings .sale:visited,html #app-wrapper #app #section_five #latest_sales .sales .listing:active,html #app-wrapper #app #section_five #latest_sales .sales .listing:focus,html #app-wrapper #app #section_five #latest_sales .sales .listing:hover,html #app-wrapper #app #section_five #latest_sales .sales .listing:visited,html #app-wrapper #app #section_five #latest_sales .sales .sale:active,html #app-wrapper #app #section_five #latest_sales .sales .sale:focus,html #app-wrapper #app #section_five #latest_sales .sales .sale:hover,html #app-wrapper #app #section_five #latest_sales .sales .sale:visited{color:#fff;background-color:#454545}body #app-wrapper #app #section_five #latest_listings .listings .listing:last-child,body #app-wrapper #app #section_five #latest_listings .listings .sale:last-child,body #app-wrapper #app #section_five #latest_listings .sales .listing:last-child,body #app-wrapper #app #section_five #latest_listings .sales .sale:last-child,body #app-wrapper #app #section_five #latest_sales .listings .listing:last-child,body #app-wrapper #app #section_five #latest_sales .listings .sale:last-child,body #app-wrapper #app #section_five #latest_sales .sales .listing:last-child,body #app-wrapper #app #section_five #latest_sales .sales .sale:last-child,html #app-wrapper #app #section_five #latest_listings .listings .listing:last-child,html #app-wrapper #app #section_five #latest_listings .listings .sale:last-child,html #app-wrapper #app #section_five #latest_listings .sales .listing:last-child,html #app-wrapper #app #section_five #latest_listings .sales .sale:last-child,html #app-wrapper #app #section_five #latest_sales .listings .listing:last-child,html #app-wrapper #app #section_five #latest_sales .listings .sale:last-child,html #app-wrapper #app #section_five #latest_sales .sales .listing:last-child,html #app-wrapper #app #section_five #latest_sales .sales .sale:last-child{margin-bottom:0}body #app-wrapper #app #section_six,html #app-wrapper #app #section_six{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}body #app-wrapper #app #section_six #asset,html #app-wrapper #app #section_six #asset{display:flex;flex-direction:row;flex-grow:1;background-color:#252525;border-radius:4px}body #app-wrapper #app #section_six #asset h3,html #app-wrapper #app #section_six #asset h3{box-shadow:0 0 0 1px #656565;background-color:#656565;padding:.7rem 1rem;color:#fff;font-size:.9rem;text-transform:uppercase;margin-top:1rem;white-space:nowrap;border:1px solid #656565;-webkit-border-radius:4px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius:4px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}body #app-wrapper #app #section_six #asset .left,body #app-wrapper #app #section_six #asset .right,html #app-wrapper #app #section_six #asset .left,html #app-wrapper #app #section_six #asset .right{display:flex;padding:.5rem;background-color:#252525;border-radius:4px}body #app-wrapper #app #section_six #asset .left .content,body #app-wrapper #app #section_six #asset .right .content,html #app-wrapper #app #section_six #asset .left .content,html #app-wrapper #app #section_six #asset .right .content{padding:1rem;background-color:#252525;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;box-shadow:0 0 0 1px #656565;max-height:372px;margin-bottom:.5rem;overflow-y:auto;overflow-x:auto}body #app-wrapper #app #section_six #asset .left .content .floor_price,body #app-wrapper #app #section_six #asset .right .content .floor_price,html #app-wrapper #app #section_six #asset .left .content .floor_price,html #app-wrapper #app #section_six #asset .right .content .floor_price{font-size:1.5rem;font-weight:700}body #app-wrapper #app #section_six #asset .left .content .floor_price span,body #app-wrapper #app #section_six #asset .right .content .floor_price span,html #app-wrapper #app #section_six #asset .left .content .floor_price span,html #app-wrapper #app #section_six #asset .right .content .floor_price span{font-weight:300}body #app-wrapper #app #section_six #asset .left .content a,body #app-wrapper #app #section_six #asset .right .content a,html #app-wrapper #app #section_six #asset .left .content a,html #app-wrapper #app #section_six #asset .right .content a{display:inline-block;color:#fff;background-color:#656565;padding:.5rem;border-radius:4px;text-decoration:none;font-size:.8rem;margin-top:.5rem;margin-right:.5rem;border:1px solid #656565}body #app-wrapper #app #section_six #asset .left .content a.active,body #app-wrapper #app #section_six #asset .left .content a:active,body #app-wrapper #app #section_six #asset .left .content a:focus,body #app-wrapper #app #section_six #asset .left .content a:hover,body #app-wrapper #app #section_six #asset .right .content a.active,body #app-wrapper #app #section_six #asset .right .content a:active,body #app-wrapper #app #section_six #asset .right .content a:focus,body #app-wrapper #app #section_six #asset .right .content a:hover,html #app-wrapper #app #section_six #asset .left .content a.active,html #app-wrapper #app #section_six #asset .left .content a:active,html #app-wrapper #app #section_six #asset .left .content a:focus,html #app-wrapper #app #section_six #asset .left .content a:hover,html #app-wrapper #app #section_six #asset .right .content a.active,html #app-wrapper #app #section_six #asset .right .content a:active,html #app-wrapper #app #section_six #asset .right .content a:focus,html #app-wrapper #app #section_six #asset .right .content a:hover{color:#fff;background-color:#656565}body #app-wrapper #app #section_six #asset .left .content table,body #app-wrapper #app #section_six #asset .right .content table,html #app-wrapper #app #section_six #asset .left .content table,html #app-wrapper #app #section_six #asset .right .content table{width:100%;text-align:center;border-spacing:0;border-collapse:collapse;font-size:.8rem;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px}body #app-wrapper #app #section_six #asset .left .content table .header,body #app-wrapper #app #section_six #asset .left .content table thead tr,body #app-wrapper #app #section_six #asset .right .content table .header,body #app-wrapper #app #section_six #asset .right .content table thead tr,html #app-wrapper #app #section_six #asset .left .content table .header,html #app-wrapper #app #section_six #asset .left .content table thead tr,html #app-wrapper #app #section_six #asset .right .content table .header,html #app-wrapper #app #section_six #asset .right .content table thead tr{background-color:#656565}body #app-wrapper #app #section_six #asset .left .content table thead tr:nth-child(odd),body #app-wrapper #app #section_six #asset .right .content table thead tr:nth-child(odd),html #app-wrapper #app #section_six #asset .left .content table thead tr:nth-child(odd),html #app-wrapper #app #section_six #asset .right .content table thead tr:nth-child(odd){background-color:#353535}body #app-wrapper #app #section_six #asset .left .content table thead th,body #app-wrapper #app #section_six #asset .right .content table thead th,html #app-wrapper #app #section_six #asset .left .content table thead th,html #app-wrapper #app #section_six #asset .right .content table thead th{background-color:#656565;color:#fff}body #app-wrapper #app #section_six #asset .left .content table thead th:first-child,body #app-wrapper #app #section_six #asset .right .content table thead th:first-child,html #app-wrapper #app #section_six #asset .left .content table thead th:first-child,html #app-wrapper #app #section_six #asset .right .content table thead th:first-child{-webkit-border-radius:0;-webkit-border-top-left-radius:4px;-moz-border-radius:0;-moz-border-radius-topleft:4px;border-radius:0;border-top-left-radius:4px}body #app-wrapper #app #section_six #asset .left .content table thead th:last-child,body #app-wrapper #app #section_six #asset .right .content table thead th:last-child,html #app-wrapper #app #section_six #asset .left .content table thead th:last-child,html #app-wrapper #app #section_six #asset .right .content table thead th:last-child{-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-moz-border-radius:0;-moz-border-radius-topright:4px;border-radius:0;border-top-right-radius:4px}body #app-wrapper #app #section_six #asset .left .content table td,body #app-wrapper #app #section_six #asset .left .content table th,body #app-wrapper #app #section_six #asset .right .content table td,body #app-wrapper #app #section_six #asset .right .content table th,html #app-wrapper #app #section_six #asset .left .content table td,html #app-wrapper #app #section_six #asset .left .content table th,html #app-wrapper #app #section_six #asset .right .content table td,html #app-wrapper #app #section_six #asset .right .content table th{padding:.5rem;border-bottom:1px solid #656565;overflow:hidden;text-transform:uppercase;overflow-wrap:break-word}body #app-wrapper #app #section_six #asset .left .content table td:first-child,body #app-wrapper #app #section_six #asset .left .content table th:first-child,body #app-wrapper #app #section_six #asset .right .content table td:first-child,body #app-wrapper #app #section_six #asset .right .content table th:first-child,html #app-wrapper #app #section_six #asset .left .content table td:first-child,html #app-wrapper #app #section_six #asset .left .content table th:first-child,html #app-wrapper #app #section_six #asset .right .content table td:first-child,html #app-wrapper #app #section_six #asset .right .content table th:first-child{text-align:left;font-weight:700}body #app-wrapper #app #section_six #asset .left .content table td:last-child,body #app-wrapper #app #section_six #asset .left .content table th:last-child,body #app-wrapper #app #section_six #asset .right .content table td:last-child,body #app-wrapper #app #section_six #asset .right .content table th:last-child,html #app-wrapper #app #section_six #asset .left .content table td:last-child,html #app-wrapper #app #section_six #asset .left .content table th:last-child,html #app-wrapper #app #section_six #asset .right .content table td:last-child,html #app-wrapper #app #section_six #asset .right .content table th:last-child{text-align:right}body #app-wrapper #app #section_six #asset .left .content table tbody tr:hover,body #app-wrapper #app #section_six #asset .right .content table tbody tr:hover,html #app-wrapper #app #section_six #asset .left .content table tbody tr:hover,html #app-wrapper #app #section_six #asset .right .content table tbody tr:hover{background-color:#353535}body #app-wrapper #app #section_six #asset .left .content table tbody tr td .price,body #app-wrapper #app #section_six #asset .right .content table tbody tr td .price,html #app-wrapper #app #section_six #asset .left .content table tbody tr td .price,html #app-wrapper #app #section_six #asset .right .content table tbody tr td .price{font-weight:700;display:block}body #app-wrapper #app #section_six #asset .left .content table tbody tr td .link,body #app-wrapper #app #section_six #asset .right .content table tbody tr td .link,html #app-wrapper #app #section_six #asset .left .content table tbody tr td .link,html #app-wrapper #app #section_six #asset .right .content table tbody tr td .link{padding:.2rem .2rem 0 .2rem;background-color:#656565;color:#fff;margin-top:0}body #app-wrapper #app #section_six #asset .left,html #app-wrapper #app #section_six #asset .left{display:flex;flex-direction:column;margin-right:.5rem;max-width:20%;flex-shrink:0;flex-grow:0}body #app-wrapper #app #section_six #asset .left #collections span,html #app-wrapper #app #section_six #asset .left #collections span{display:block;width:100%;margin-bottom:.3rem}body #app-wrapper #app #section_six #asset .left .content,html #app-wrapper #app #section_six #asset .left .content{max-height:300px}body #app-wrapper #app #section_six #asset .left img,html #app-wrapper #app #section_six #asset .left img{border-radius:4px;width:100%;min-height:1px;height:auto;align-self:flex-start}body #app-wrapper #app #section_six #asset .left .asset_image,html #app-wrapper #app #section_six #asset .left .asset_image{position:relative;display:block}body #app-wrapper #app #section_six #asset .left .asset_image .image_toggle,html #app-wrapper #app #section_six #asset .left .asset_image .image_toggle{display:block;position:absolute;z-index:2;padding:.7rem;color:#fff;background-color:#656565;border-radius:4px;top:0;right:0;cursor:pointer}body #app-wrapper #app #section_six #asset .right,html #app-wrapper #app #section_six #asset .right{display:flex;flex-direction:column;flex-shrink:1;flex-grow:1;margin-left:.5rem;max-width:80%}body #app-wrapper #app #section_six #asset .right>div:nth-child(2) h3,html #app-wrapper #app #section_six #asset .right>div:nth-child(2) h3{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#656565;color:#fff;margin-top:0;font-size:1rem}body #app-wrapper #app #section_six #asset .right>div:nth-child(2) h3 .last_update,html #app-wrapper #app #section_six #asset .right>div:nth-child(2) h3 .last_update{font-size:.6rem}body #app-wrapper #app #section_six #asset .right img,html #app-wrapper #app #section_six #asset .right img{border-radius:4px;width:100%;min-height:1px;height:auto;align-self:flex-start}body #app-wrapper #app #section_six #asset .right .asset_image,html #app-wrapper #app #section_six #asset .right .asset_image{position:relative;display:none}body #app-wrapper #app #section_six #asset .right .asset_image .image_toggle,html #app-wrapper #app #section_six #asset .right .asset_image .image_toggle{display:block;position:absolute;z-index:2;padding:.7rem;color:#fff;background-color:#656565;border-radius:4px;top:0;right:0;cursor:pointer}body #app-wrapper #app #section_six #assetTable,html #app-wrapper #app #section_six #assetTable{display:flex;flex-direction:column;font-size:.8rem;overflow-x:hidden}body #app-wrapper #app #section_six #assetTable a,html #app-wrapper #app #section_six #assetTable a{text-decoration:none!important;color:#fff!important}body #app-wrapper #app #section_six #assetTable .tableRow,html #app-wrapper #app #section_six #assetTable .tableRow{cursor:pointer;display:flex;flex-direction:row;border-bottom:1px solid #656565}body #app-wrapper #app #section_six #assetTable .tableRow:hover,html #app-wrapper #app #section_six #assetTable .tableRow:hover{background-color:#353535}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn{display:flex;flex-direction:column;justify-content:space-around;flex-grow:1;flex-shrink:1;padding:.6rem;text-align:center;width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.image,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.image{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-weight:700}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.image img,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.image img{display:block;width:40px;min-height:1px;margin-right:1rem}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn .price,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn .price{font-weight:700;padding:.2rem;border-radius:4px;background-color:#656565;color:#fff;margin-bottom:.2rem}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child{width:13.3333333333%;text-align:left}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header{display:flex;flex-direction:row;background-color:#656565;color:#fff;text-transform:uppercase;font-weight:700;cursor:pointer;white-space:nowrap}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header:hover,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header:hover{text-decoration:underline}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header:first-child,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header:first-child{justify-content:left;-webkit-border-radius:0;-webkit-border-top-left-radius:4px;-moz-border-radius:0;-moz-border-radius-topleft:4px;border-radius:0;border-top-left-radius:4px}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header:last-child,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header:last-child{-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-moz-border-radius:0;-moz-border-radius-topright:4px;border-radius:0;border-top-right-radius:4px}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header svg,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn.header svg{position:relative;top:3px}body #app-wrapper #app #section_seven,html #app-wrapper #app #section_seven{display:flex;flex-direction:column;text-align:center;background-color:#555;color:#fff;font-size:.8rem;padding:1rem}body #app-wrapper #app #section_seven div,html #app-wrapper #app #section_seven div{margin-bottom:.5rem}body #app-wrapper #app #section_seven a,html #app-wrapper #app #section_seven a{color:#fff!important;text-decoration:none;padding:0 .2rem}body #app-wrapper #app #section_seven a:active,body #app-wrapper #app #section_seven a:focus,body #app-wrapper #app #section_seven a:hover,body #app-wrapper #app #section_seven a:visited,html #app-wrapper #app #section_seven a:active,html #app-wrapper #app #section_seven a:focus,html #app-wrapper #app #section_seven a:hover,html #app-wrapper #app #section_seven a:visited{color:#656565}body #app-wrapper #app #section_seven .donate,html #app-wrapper #app #section_seven .donate{display:flex;font-size:.7rem;flex-direction:row;margin:0 auto 1rem auto}body #app-wrapper #app #section_seven .donate span,html #app-wrapper #app #section_seven .donate span{color:#fff;padding:.2rem;border:1px solid #fff;background-color:#252525;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-top-right-radius:4px;border-bottom-right-radius:4px}body #app-wrapper #app #section_seven .donate span:first-child,html #app-wrapper #app #section_seven .donate span:first-child{background-color:#656565;color:#fff;text-transform:uppercase;-webkit-border-radius:0;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius:0;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px}@media(max-width:1270px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:400px}}@media(max-width:1220px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:350px}}@media(max-width:1170px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:300px}}@media(max-width:1120px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:300px}body #app-wrapper #app #section_six,html #app-wrapper #app #section_six{display:flex;order:6}body #app-wrapper #app #section_six #asset,html #app-wrapper #app #section_six #asset{display:flex;flex-direction:column}body #app-wrapper #app #section_six #asset .left,html #app-wrapper #app #section_six #asset .left{order:2;margin-right:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0;max-width:inherit;padding-top:0}body #app-wrapper #app #section_six #asset .left .asset_image,html #app-wrapper #app #section_six #asset .left .asset_image{display:none}body #app-wrapper #app #section_six #asset .right,html #app-wrapper #app #section_six #asset .right{order:1;margin-left:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0;max-width:inherit;padding-bottom:0}body #app-wrapper #app #section_six #asset .right img,html #app-wrapper #app #section_six #asset .right img{display:block;max-width:200px;margin:0 auto .5rem auto}body #app-wrapper #app #section_six #asset .right .asset_image,html #app-wrapper #app #section_six #asset .right .asset_image{display:block}body #app-wrapper #app #section_six #assetTable,html #app-wrapper #app #section_six #assetTable{font-size:.6rem}body #app-wrapper #app #section_seven,html #app-wrapper #app #section_seven{order:7}body #app-wrapper #app #section_seven .donate,html #app-wrapper #app #section_seven .donate{flex-direction:column}body #app-wrapper #app #section_seven .donate span,html #app-wrapper #app #section_seven .donate span{-webkit-border-radius:0;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius:0;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}body #app-wrapper #app #section_seven .donate span:first-child,html #app-wrapper #app #section_seven .donate span:first-child{background-color:#656565;color:#fff;text-transform:uppercase;-webkit-border-radius:4px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius:4px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}}@media(max-width:1070px){body #app-wrapper #app #section_five #latest_listings .listing .sale .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listing .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listing .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listing .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:250px}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child{width:20%;text-align:left}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(5),html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(5){-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-moz-border-radius:0;-moz-border-radius-topright:4px;border-radius:0;border-top-right-radius:4px}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(6),body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(7),html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(6),html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(7){display:none;width:15%}}@media(max-width:1020px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:200px}}@media(max-width:830px){body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child{width:30%;text-align:left}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(4),html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(4){-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-moz-border-radius:0;-moz-border-radius-topright:4px;border-radius:0;border-top-right-radius:4px}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(5),html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(5){display:none;width:23.33333333%}}@media(max-width:767px){.select2-container--default .select2-selection--single,.select2-container--open .select2-dropdown--below{border-radius:0}body #app-wrapper,html #app-wrapper{padding:0;border-radius:0}body #app-wrapper #app #section_one,html #app-wrapper #app #section_one{display:flex;flex-direction:column;order:0}body #app-wrapper #app #section_one .left,html #app-wrapper #app #section_one .left{width:100%}body #app-wrapper #app #section_one .left div,html #app-wrapper #app #section_one .left div{flex-basis:40%;flex-grow:1;flex-shrink:1;text-align:center}body #app-wrapper #app #section_one .right,html #app-wrapper #app #section_one .right{flex-wrap:nowrap;width:100%}body #app-wrapper #app #section_one .right button,html #app-wrapper #app #section_one .right button{flex-basis:25%;flex-grow:1;flex-shrink:1;text-align:center}body #app-wrapper #app #section_three,html #app-wrapper #app #section_three{display:flex;order:1}body #app-wrapper #app #section_three img,html #app-wrapper #app #section_three img{max-width:15rem}body #app-wrapper #app #section_four,html #app-wrapper #app #section_four{padding:0 1rem;margin-top:2rem;order:4}body #app-wrapper #app #section_four select,html #app-wrapper #app #section_four select{width:100%;min-width:auto;max-width:100%}body #app-wrapper #app #section_five,html #app-wrapper #app #section_five{display:flex;flex-direction:column;font-size:.8rem;order:5}body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:450px}}.sub-section{width:100%;text-align:center;border-spacing:0;border-collapse:collapse;font-size:.8rem}.sub-section .sub-section-header{-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;background-color:#656565;color:#fff;padding:.5rem;border-bottom:1px solid #656565;overflow:hidden;white-space:nowrap;text-transform:uppercase}@media(max-width:717px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:400px}}@media(max-width:667px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:350px}}@media(max-width:617px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:300px}}@media(max-width:567px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:250px}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child,html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:first-child{width:35%;text-align:left}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(3),html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(3){-webkit-border-radius:0;-webkit-border-top-right-radius:4px;-moz-border-radius:0;-moz-border-radius-topright:4px;border-radius:0;border-top-right-radius:4px}body #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(4),html #app-wrapper #app #section_six #assetTable .tableRow .tableColumn:nth-child(4){display:none;width:32.5%}}@media(max-width:517px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:250px}}@media(max-width:467px){body #app-wrapper #app #section_five #latest_listings .listings .listing .name,body #app-wrapper #app #section_five #latest_listings .listings .sale .name,body #app-wrapper #app #section_five #latest_listings .sales .listing .name,body #app-wrapper #app #section_five #latest_listings .sales .sale .name,body #app-wrapper #app #section_five #latest_sales .listings .listing .name,body #app-wrapper #app #section_five #latest_sales .listings .sale .name,body #app-wrapper #app #section_five #latest_sales .sales .listing .name,body #app-wrapper #app #section_five #latest_sales .sales .sale .name,html #app-wrapper #app #section_five #latest_listings .listings .listing .name,html #app-wrapper #app #section_five #latest_listings .listings .sale .name,html #app-wrapper #app #section_five #latest_listings .sales .listing .name,html #app-wrapper #app #section_five #latest_listings .sales .sale .name,html #app-wrapper #app #section_five #latest_sales .listings .listing .name,html #app-wrapper #app #section_five #latest_sales .listings .sale .name,html #app-wrapper #app #section_five #latest_sales .sales .listing .name,html #app-wrapper #app #section_five #latest_sales .sales .sale .name{max-width:150px}}.secondary-text{color:var(--grey-two);font-weight:400}.pagination{flex-direction:row;list-style-type:none;justify-content:center;margin-top:1rem;padding:.5rem}.c-sliding-pagination__list-element{background-color:var(--grey-one)}#pagination ul{flex-direction:row;list-style-type:none;margin-top:1rem}#pagination li,#pagination ul{display:flex;justify-content:center}#pagination li{flex-shrink:1;margin:.25rem;align-items:center;border-radius:var(--border-radius);cursor:pointer;font-weight:var(--font-bold);background-color:var(--grey-one);font-size:.8rem;padding:0}#pagination li a{color:var(--font-color);padding:.5rem}#pagination li a:hover,.c-sliding-pagination__page--current{color:var(--white)}.c-sliding-pagination__list-element--active a,.c-sliding-pagination__list-element--active a:hover{background-color:var(--grey-one);border:1px solid #fff;border-radius:4px}@media only screen and (max-width:767px){#pagination li{font-size:.6rem;margin:.2rem}}.sales-name{font-weight:400}.sales-table-column-asset{display:flex;flex-direction:column;justify-content:space-around;flex-grow:1;flex-shrink:1;padding:.6rem;text-align:center;width:33.33333%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sales-table-row{cursor:pointer;display:flex;flex-direction:row;border-bottom:1px solid var(--primary-color)}.sales-table-row:hover{background-color:var(--grey-one)}.sales-table-column{display:flex;flex-direction:column;justify-content:space-around;flex-grow:1;flex-shrink:1;padding:.6rem;text-align:center;width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sales-image-name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-weight:var(--font-bold)}.sales-picture{display:block;width:40px;min-height:1px;margin-right:1rem}.price-sales{padding:.2rem;border-radius:var(--border-radius);background-color:var(--grey-one);color:var(--white);margin-bottom:.2rem}.price-currency-sales{font-size:.9rem}.sales-table-date{font-size:12px;color:#9b9b9b}@media screen and (max-width:1000px){.collection,.sales-table-date{font-size:.8rem}}@media screen and (max-width:450px){.collection{font-size:.7rem}.sales-table-date{font-size:.6rem}}.latest_sales{display:flex;flex-direction:column;flex-basis:50%;min-width:0;color:var(--white);background-color:var(--primary-color);border:1px solid var(--grey-one);border-radius:var(--border-radius);margin:.5rem}.title-sales{padding:.7rem 1rem;color:var(--white);font-size:1rem}.latest-sales-container{display:flex;flex-direction:column;flex-grow:1;padding:.5rem}.sales-table{display:flex;flex-direction:column;font-size:.8rem;overflow-x:hidden;-webkit-border-top-left-radius:var(--border-radius);-webkit-border-top-right-radius:var(--border-radius);-moz-border-radius-topleft:var(--border-radius);-moz-border-radius-topright:var(--border-radius);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.sales-table-row-header{display:flex;flex-direction:row;border-bottom:1px solid var(--primary-color)}.sales-table-column-header-asset{width:33.33333%}.sales-table-column-header,.sales-table-column-header-asset{flex-direction:column;justify-content:center;flex-grow:1;flex-shrink:1;padding:.6rem;text-align:center;overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:row;background-color:var(--grey-one);color:var(--white);text-transform:uppercase;font-weight:var(--font-bold);white-space:nowrap}.sales-table-column-header{width:10%}.sales-table-header{display:flex}.name-collection{text-align:left}.listing-name{font-weight:400}.collection{font-size:12px;color:#9b9b9b}.listing-table-column-asset{display:flex;flex-direction:column;justify-content:space-around;flex-grow:1;flex-shrink:1;padding:.6rem;text-align:center;width:33.33333%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.listing-table-row{cursor:pointer;display:flex;flex-direction:row;border-bottom:1px solid var(--primary-color)}.listing-table-row:hover{background-color:var(--grey-one)}.listing-table-column{display:flex;flex-direction:column;justify-content:space-around;flex-grow:1;flex-shrink:1;padding:.6rem;text-align:center;width:10%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.listing-table-date{font-size:12px;color:#9b9b9b}.listing-image-name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-weight:var(--font-bold)}.listing-picture{display:block;width:40px;min-height:1px;margin-right:1rem}.market-picture{display:block;width:20px;min-height:1px;margin:auto}.price-listing{padding:.2rem;border-radius:var(--border-radius);background-color:var(--grey-one);color:var(--white);margin-bottom:.2rem}.price-currency-listing{font-size:.9rem}.expiration-listing{padding:.2rem;border-radius:var(--border-radius);background-color:var(--grey-one);color:var(--white);margin-bottom:.2rem}@media screen and (max-width:1000px){.collection,.listing-table-date{font-size:.8rem}}@media screen and (max-width:450px){.collection{font-size:.7rem}.listing-table-date{font-size:.6rem}}.latest_listings{display:flex;flex-direction:column;flex-basis:50%;min-width:0;color:var(--white);background-color:var(--primary-color);border:1px solid var(--grey-one);border-radius:var(--border-radius);margin:.5rem}.title-listings{padding:.7rem 1rem;color:var(--white);font-size:1rem}.latest-listings-container{display:flex;flex-direction:column;flex-grow:1;padding:.5rem}.listings-table{display:flex;flex-direction:column;font-size:.8rem;overflow-x:hidden;-webkit-border-top-left-radius:var(--border-radius);-webkit-border-top-right-radius:var(--border-radius);-moz-border-radius-topleft:var(--border-radius);-moz-border-radius-topright:var(--border-radius);border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.listings-table-row{display:flex;flex-direction:row;border-bottom:1px solid var(--primary-color)}.listings-table-row:hover{background-color:var(--grey-one)}.listings-table-column-header-asset{width:33.33333%}.listings-table-column-header,.listings-table-column-header-asset{flex-direction:column;justify-content:center;flex-grow:1;flex-shrink:1;padding:.6rem;text-align:center;overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:row;background-color:var(--grey-one);color:var(--white);text-transform:uppercase;font-weight:var(--font-bold);white-space:nowrap}.listings-table-column-header{width:10%}.listings-table-header{display:flex;align-items:self-end}.fundable-tag-container{background-color:#fff;padding:2px 5px;border-radius:3px;transition:.3s}.fundable-tag-container:hover{scale:1.2}.fundable-tag-text{color:#252525;font-size:.8rem}.contribution-data{padding-left:20px;padding-right:20px;padding-top:0;padding-bottom:15px;display:flex;justify-content:center}.contribution-half-width{flex:1;text-align:center}.contribution-value{font-size:15px;font-weight:700;color:#fff}.contribution-label{font-size:12px;color:#fff}.progess-bar-container{padding-left:25px}.progress-bar-text{color:#fff}.contribution-contact{display:flex;justify-content:center;padding-top:5px;padding-bottom:20px}.contribution-contact-label{font-size:11px;width:40%;text-align:center;color:#fff;padding-right:5px}.contribution-contact-social-link{margin-left:15px;color:#fff;transition:.2s}.contribution-contact-social-link:hover{color:#656565;cursor:pointer}.feature-card-container{position:relative;background-color:var(--grey-two);width:100%;padding-bottom:120px;border-radius:var(--border-radius);transition:.3s}.feature-card-container:hover{box-shadow:0 0 50px rgba(0,0,0,.3);scale:1.05}.feature-information{padding:20px}.feature-title{font-size:1.2rem;font-weight:var(--font-bold);margin-bottom:15px;margin-top:20px}.feature-description{font-size:.8rem}.feature-tags{position:absolute;top:10px;right:10px}.contribution-overview-container{position:absolute;bottom:0;left:0;width:100%}.next-feature-container{background-color:var(--grey-one);padding-left:1.5rem;padding-right:1.5rem;padding-top:40px;padding-bottom:80px}.features-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;margin-top:20px}@media screen and (max-width:1132px){.next-feature-container{padding-top:20px;padding-bottom:40px}}.contributor-card-container{width:100%;padding:.7rem;border:1px solid var(--grey-one)}.contributor-header{display:flex;flex-direction:row;align-items:center}.contributor-avatar{width:40px;height:40px;border-radius:50%;margin-right:1rem}.contributor-name{font-size:1rem;font-weight:var(--font-bold);margin-bottom:2px}.contributor-secondary-information{font-size:.8rem;color:var(--grey-two);font-weight:300;padding-bottom:1px}.contributor-social-links-container{display:flex;flex-direction:row;align-items:center;margin-top:1rem}.contributor-social-link:hover{cursor:pointer;color:var(--grey-four)}.contributor-description-text{padding-top:20px;font-weight:300;font-style:italic}.contributors-container{background-color:var(--pro);width:100%;padding-left:1.5rem;padding-right:1.5rem;padding-top:40px;padding-bottom:40px}.contributor-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;margin-top:40px}@media screen and (max-width:1132px){.contributors-container{padding-top:20px;padding-bottom:20px}}.latest-sales-listings{display:flex;flex-direction:row;justify-content:space-between;padding:1rem;margin-bottom:2rem;margin-top:2rem}.half-width{flex:1}@media screen and (max-width:1132px){.latest-sales-listings{flex-direction:column;margin-top:1rem}}@media screen and (max-width:1000px){.latest-sales-listings{font-size:.8rem}}@media screen and (max-width:450px){.latest-sales-listings{font-size:.7rem}}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{float:right}.select2-container--default .select2-selection--multiple .select2-selection__choice{cursor:default;float:left;margin-right:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{display:inline-block;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--classic .select2-selection--single .select2-selection__clear{margin-right:10px}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice{cursor:default;float:left;margin-right:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{display:inline-block;margin-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.pagination{display:flex;justify-content:space-between;width:100%;align-items:center;white-space:nowrap!important}.pagination-button-wrapper{display:flex;flex:1}.hidden{display:none}.pagination-button{width:80px;height:40px;background-color:var(--grey-one);box-shadow:none;border:1px solid var(--grey-one);border-radius:var(--border-radius);color:var(--white);font-size:.8rem;align-items:center;display:flex;cursor:pointer;padding:0 6px;gap:10px;transition:.2s}.pagination-button:hover{background-color:var(--primary-color)}.next-button,.pagination-flex-end{justify-content:flex-end}.pagination-page{display:flex;flex:1;justify-content:center;align-items:center}.pagination-text{margin:0 10px}.pagination-input{width:50px;height:40px;text-align:center;font-weight:700;background-color:var(--primary-color);box-shadow:none;border:1px solid var(--grey-one);border-radius:var(--border-radius);color:var(--white)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width:500px){.pagination{flex-direction:column}.pagination-button-wrapper,.pagination-page{margin-bottom:10px}}.secondary-text[data-v-2c30442c]{color:#b6b6b6}.tableHeader{display:flex;align-items:self-end}.creation-date-header-item{margin-left:20px}.highcharts-background{fill:transparent}.highcharts-pie-series .highcharts-point{stroke:#ede;stroke-width:2px}.highcharts-pie-series .highcharts-data-label-connector{stroke:silver;stroke-dasharray:2,2;stroke-width:2px}.highcharts-data-table table,.highcharts-figure{min-width:320px;max-width:600px;margin:1em auto}.highcharts-data-table table{font-family:Verdana,sans-serif;border-collapse:collapse;border:1px solid #ebebeb;margin:10px auto;text-align:center;width:100%;max-width:500px}.highcharts-data-table caption{padding:1em 0;font-size:1.2em;color:#555}.highcharts-data-table th{font-weight:600;padding:.5em}.highcharts-data-table caption,.highcharts-data-table td,.highcharts-data-table th{padding:.5em}.highcharts-scrollbar{display:none}@media only screen and (max-width:1450px){.pie-chart{padding:0!important;border:0!important;border-radius:4px;margin-top:8px}.pie-chart .sub-section-header{text-align:left}}@media only screen and (max-width:650px){.pie-chart .holders-pie-chart{padding:8px!important;margin-top:8px}.holders-pie-chart th{border-radius:0!important}}.asset-holders-inner-container{display:grid;grid-template-columns:minmax(570px,auto) 1fr}@media only screen and (max-width:1450px){.asset-holders-inner-container{grid-template-columns:100%;grid-template-rows:auto auto}}rect.highcharts-navigator-mask-inside{fill:var(--grey-one)}.highcharts-range-selector-group{display:none}.card{margin:auto;background-color:--grey-four;border-radius:4px;display:flex;flex-direction:row;margin:10px}.card:hover{background-color:#454545}.holder-picture{display:block;border-radius:4px;width:100%;max-width:300px;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin-right:.5rem}.holder-rank{color:#fff}.holder-address{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.2rem;padding-bottom:20px}.holder-overview{display:flex;flex-direction:column;padding-left:20px;padding-top:10px;overflow:hidden}.holder-stats{padding-bottom:10px;font-size:.8rem;font-weight:500}.holder-tokens-overview{display:flex;flex-direction:row;width:100%;align-items:baseline;padding-top:20px}.holder-tokens-overview div{margin-right:4px}.holder-tokens-overview div:last-child{margin-right:0}.holder-picture-overview{border-radius:4px;max-width:50px;max-height:50px}@media (max-width:1000px){.card{padding:10px}.holder-overview{flex:2}.see-more-tokens{display:none}}@media (max-width:767px){.card{margin:auto;padding:10px}.holder-picture{max-width:100px}.holder-overview{flex:2;padding-left:5px}.holder-tokens-overview,.see-more-tokens{display:none}}.loading-overlay{width:100%;height:100vh;display:grid;place-content:center;place-items:center;opacity:.75}.loader{margin:auto;border:10px solid var(--primary-color);border-radius:50%;border-top:10px solid var(--primary-color);width:100px;height:100px;animation:spinner .75s linear infinite}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.leaderboard-tab-container div:last-child{margin-left:24px}.otherTab{font-size:16px;font-weight:500;color:#fff;padding:15px;background-color:var(--primary-color);border-bottom:1px solid var(--grey-one)}.otherTab:hover{cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.2)}.otherTab:hover,.selectedTab{border-radius:var(--border-radius);background-color:var(--grey-one)}.selectedTab{font-size:16px;font-weight:500;color:#fff;padding:15px;border:1px solid var(--grey-one)}.holder-leaderboard-container{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding-left:1.5rem;padding-right:1.5rem}.leaderboard-tab-container{display:flex;flex-direction:row;margin-top:10px;margin-bottom:20px}.title{padding:0}.holder-title{font-size:2rem;padding-bottom:10px}.holder-subtitle{font-size:1rem;padding-bottom:10px;font-weight:500}.holders-container{display:flex;flex-direction:column}@media screen and (max-width:767px){.holder-leaderboard-container{order:5;justify-content:start}}.token-container{position:relative;border-radius:5px;padding:1rem;cursor:pointer;background-color:var(--grey-one)}.token-container:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}.quantity{position:absolute;top:0;right:0;background-color:var(--grey-four);font-weight:700;padding:.5rem;border-radius:4px}.picture-container{display:grid;place-items:center;padding-bottom:20px}.token-picture{width:100%;height:auto;-o-object-fit:scale-down;object-fit:scale-down}.tokens-information{display:flex;flex-direction:column;justify-content:space-between}.token-id{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;font-size:1.2rem;flex:1;margin-bottom:1rem}.token-price{display:flex;justify-content:space-between;flex:1;margin-bottom:.5rem}.token-quality{font-size:medium}.price-label{font-size:12px;color:#9b9b9b}.floor-valuation-tag-container{background-color:var(--grey-one);padding:5px 10px;border-radius:4px;transition:.3s}.floor-valuation-tag{display:flex;flex-direction:row;gap:5px}.rank-tag,.tag-label,.trophy{margin:auto}.last-sale-tag-container{background-color:var(--grey-one);padding:5px 10px;border-radius:4px;transition:.3s}.last-sale-tag{display:flex;flex-direction:row;gap:5px}.trophy{width:12px;height:12px;min-width:12px;min-height:12px}.tag-label{color:#fff;font-size:.7rem;font-weight:500;text-transform:uppercase}.rank-tag{font-weight:600;font-size:.9rem}.holder-overview-rank-container{margin-top:30px}.holder-overview-container{display:flex;flex-direction:row;width:100%;background-color:--grey-four;border-radius:4px;padding-bottom:20px}.holder-overview-picture{-o-object-fit:scale-down;object-fit:scale-down;border-radius:4px;width:200px;height:250px}.holder-data{width:100%}.holder-overview-rank-container{display:flex;flex-direction:row;width:100%;gap:20px;padding-bottom:20px}.holder-overview-address{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.2rem;padding-bottom:20px}.holder-overview-stats{padding-bottom:10px;font-size:.8rem;font-weight:500}.holder-overview-xchain{padding-top:10px;width:40px}@media (max-width:1000px){.holder-overview-container{padding-top:10px;padding-bottom:10px}.holder-overview-picture{flex:1}.holder-data{flex:2}}@media (max-width:767px){.holder-overview-container{flex-direction:column;margin:auto;padding:10px}.holder-overview-picture{flex:1;width:120px;height:120px;margin:auto}.holder-data{flex:2}.holder-overview-address{font-size:.9rem}.holder-overview-rank-container{flex-direction:row}}.address-detail-container{height:100%;padding:.5rem}.holder-token-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;grid-auto-rows:auto}@media screen and (max-width:767px){.address-detail-container{order:5}}.privacy-page-container{background-color:#fff;padding-left:10%;padding-right:10%;padding-bottom:40px;color:#000}.privacy-page-title{font-size:24px;font-weight:600;padding-bottom:30px;margin-top:40px;text-align:center;border-bottom:1px solid grey;margin-bottom:20px}.privacy-title{font-size:20px;font-weight:600;color:#000;text-transform:uppercase}.privacy-text,.privacy-title{padding-top:20px;padding-bottom:20px}.privacy-text{font-size:16px;line-height:1.5;color:var(--grey-three);text-align:justify}.item-container{display:grid;grid-template-columns:20px 30px auto;padding:4px 4px}.item-network-container{display:grid;grid-column:1;justify-items:center;margin:auto}.item-image-container{display:grid;grid-column:2;justify-items:center}.item-content-container{cursor:pointer;display:grid;grid-column:3;align-items:center;font-size:14px;padding:0 4px}.item-card-secondary-container{background-color:--grey-four;padding:8px;border-radius:4px}.item-link{margin:5px 0;display:grid;grid-template-columns:30px auto;color:#bebebe;font-size:14px;align-items:center}.item-link:first-child{margin-top:0;border-top:1px dashed #bebebe;padding:10px 0 0 0}.item-link:last-child{margin-bottom:0}.item-image{width:25px;height:25px;border-radius:4px}.network-image{border-radius:8px;width:16px}.clickable-link{margin:auto 2px;font-size:13px}.main-event-container{padding:4px;border-radius:4px;background:#d9c400}.overview-event-container{display:grid;place-items:center;grid-template-columns:50px auto}.event-name-container{cursor:pointer;display:grid;align-items:center;font-size:14px;padding:0 4px;font-weight:700;text-transform:capitalize;place-self:normal}.event-image-container{display:grid;justify-items:center}.event-image{width:30px;height:30px;border-radius:50%}.event-card-secondary-container{padding:8px}.event-link{margin:4px 0;display:grid;grid-template-columns:30px auto;font-size:14px}.event-link:first-child{margin-top:0;border-top:1px dashed #bebebe;padding:4px 0 2px 0}.date{margin:auto 2px;font-size:13px}.header-container{justify-content:center;width:100%;padding-left:1rem;padding-right:1rem}.header-container,.title{display:flex;flex-direction:column}.title{margin-top:1rem}.timeline-title{font-size:2rem;padding-left:1rem;padding-right:1rem}.timeline-subtitle{font-size:1rem}.timeline-subtitle,.timeline-text{padding-bottom:10px;font-weight:500}.timeline-text{font-size:.8rem}.timeline-link{transition:.2s ease-out;text-decoration:underline}.timeline-link:hover{color:var(--grey-one)}@media screen and (max-width:767px){.header-container{order:5;justify-content:start}}.timeline-container{padding-left:1rem;padding-right:1rem;padding-bottom:1rem}.year-inner-container{margin:0 10px}.year{padding:6px}.year-name-container{font-size:1.5rem;font-weight:700;background-color:#656565;height:100%;display:grid;place-content:center;border-radius:4px}.year-months-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:10px 10px}.month-items-container{justify-content:left;background-color:#656565;border-radius:4px;margin:4px}.month-items-container:hover{transform:scale(1.01);box-shadow:0 3px 12px 0 rgba(0,0,0,.2),0 1px 15px 0 rgba(0,0,0,.19)}.month-name{text-align:center;padding:2px;font-weight:700}#timeline-version{display:none;text-align:end;bottom:0;right:0;padding:10px;font-size:.8rem;font-weight:500;color:var(--grey-two)}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}