@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";.menu__profile{height:100%;display:flex;flex-flow:column nowrap}.menu__profile-button-back{display:flex;flex-flow:row nowrap;margin-top:10px;align-items:center}.menu__profile-button-back-icon{margin-right:10px}.menu__profile-button-back-text{font-weight:500;font-size:1rem}.menu__profile-wallet{height:auto;width:100%;padding:15px;background-color:#000;border-radius:10px;margin-top:35px;display:flex;flex-flow:column nowrap}.menu__profile-wallet-title{text-transform:uppercase;font-size:.81rem;color:#ef617f;font-weight:600}.menu__profile-wallet-address{font-size:1.38rem;font-weight:700;margin-top:16px}.menu__profile-wallet-balances{margin-top:15px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start}.menu__profile-wallet-balance{margin-right:15px;display:flex;flex-flow:row nowrap;align-items:center;width:155px;height:50px;background-color:#271f3d;border-radius:10px;justify-content:center}.menu__profile-wallet-balance:last-child{margin-right:0}.menu__profile-wallet-balance .name-token,.menu__profile-wallet-balance .value{font-weight:600;font-size:1rem;margin-right:4px}.menu__profile-wallet-balance .name-token{text-transform:uppercase}.menu__profile-wallet-balance .name-token.bnb{color:#f3ba2f}.menu__profile-wallet-balance .name-token.ai{color:#ef617f}.menu__profile-wallet-button-disconnect{width:100%;border-radius:10px;border:2px solid #ef617f;display:flex;padding:10px 0;margin-top:auto}.menu__profile-wallet-button-disconnect span{margin:auto;color:#ef617f;font-size:1rem;font-weight:600}.menu__profile-links{margin-top:20px}.menu__profile-link{padding:20px 0;border-bottom:1px solid rgba(133,133,169,.3);display:flex;align-items:center;cursor:pointer}.menu__profile-link-text{font-size:1rem;font-weight:500;margin-left:10px}.menu__profile-link .svg{fill:#67d455}.menu__wallet{display:flex;flex-flow:row nowrap;align-items:center;padding-top:22px;position:relative;justify-content:space-between}@media(max-height:700px){.menu__wallet{padding-bottom:22px}}.menu__wallet-title{font-size:1rem;color:#67d455;font-weight:600}.menu__wallet-balances{width:auto}.menu__wallet-balance,.menu__wallet-balances{display:flex;align-items:center;flex-flow:row nowrap}.menu__wallet-balance{margin-right:15px}.menu__wallet-balance-name-token,.menu__wallet-balance-value{font-weight:600;font-size:1rem;margin-right:4px}.menu__wallet-balance-name-token{text-transform:uppercase;position:relative}.menu__wallet-balance-name-token.bnb{color:#f3ba2f}.menu__wallet-balance-name-token.ai{color:#ef617f}.menu__wallet-balance-name-token.ai:after{content:"";position:absolute;background-color:#504b62;width:5px;height:5px;border-radius:50%;top:50%;left:-23px;transform:translateY(-50%)}.menu__wallet-balance-expand{height:11px;width:11px;border-top:2px solid hsla(0,0%,100%,.5);border-left:2px solid hsla(0,0%,100%,.5);transform:rotate(45deg);margin:5px 5px 0}.menu-mobile{position:fixed;z-index:10;top:0;left:0;right:0;bottom:0;width:100vw;min-height:100%;overflow:auto;height:auto;background-color:#271f3d;padding:20px 5% 25px;display:flex;flex-flow:column nowrap}.menu-mobile .connect__button-back{display:flex;flex-flow:row nowrap;margin-top:10px;align-items:center}.menu-mobile .connect__button-back-icon{margin-right:10px}.menu-mobile .connect__button-back-text{font-weight:500;font-size:1rem}.menu-mobile .connect__title{font-size:1.38rem;margin-top:35px;font-weight:700}.menu-mobile .connect__description{margin-top:10px;font-size:1rem;color:hsla(0,0%,100%,.7)}@media(min-width:550px){.menu-mobile .connect__description{max-width:60%}}.menu-mobile .connect__methods{display:flex;flex-flow:column nowrap;margin-top:30px}.menu-mobile .connect__method{border-radius:10px;background-color:#000;height:90px;width:100%;margin-bottom:10px;align-items:center;display:flex;justify-content:center}.menu-mobile .connect__method:last-child{margin-bottom:0}.menu-mobile .connect__method svg{margin-right:20px}.menu-mobile .connect__method svg:last-child{margin-right:0}@media(min-width:1280px){.menu-mobile{display:none}}.menu-mobile .menu__header{flex-flow:row nowrap;justify-content:space-between;margin-bottom:20px}.menu-mobile .menu__header,.menu-mobile .menu__header-logo{display:flex;align-items:center;height:auto}.menu-mobile .menu__header-logo-image{margin-right:6px}.menu-mobile .menu__header-button-close{width:40px;height:40px;background-color:#000;border-radius:10px;position:relative}.menu-mobile .menu__header-button-close:after,.menu-mobile .menu__header-button-close:before{content:"";position:absolute;top:50%;left:50%;background-color:#67d455;width:2px;height:19px}.menu-mobile .menu__header-button-close:before{transform:translate(-50%,-50%) rotate(45deg)}.menu-mobile .menu__header-button-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.menu-mobile .menu__main{height:100%;width:100%;display:flex;flex-flow:column nowrap}.menu-mobile .menu__main .menu__button-collection{height:74px;border:2px solid #20462a;border-radius:10px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:12px 16px 12px 12px}.menu-mobile .menu__main .menu__button-collection-logo{flex:0 1;margin-right:10px;height:auto;width:auto}.menu-mobile .menu__main .menu__button-collection-text{flex:5 1;font-size:1rem;font-weight:600;margin-right:80px;color:#c2c2c3}.menu-mobile .menu__main .menu__button-collection-text-mark{color:#67d455}.menu-mobile .menu__main .menu__button-collection-arrow{flex:0 1}.menu-mobile .menu__main .menu__navigations{display:flex;flex-flow:column nowrap;align-items:center;height:auto;margin-top:15px}.menu-mobile .menu__main .menu__navigation{display:flex;align-items:center;padding:10px 0;width:100%;height:auto;border-top:1px solid hsla(0,0%,100%,.1);position:relative}.menu-mobile .menu__main .menu__navigation.selected .menu__navigation-name{color:#000}.menu-mobile .menu__main .menu__navigation.selected .svg{fill:#000}.menu-mobile .menu__main .menu__navigation.selected .menu__navigation-shadow{position:absolute;width:100%;height:70%;background:#67d455;filter:blur(9px);border-radius:999px}.menu-mobile .menu__main .menu__navigation.selected:hover .menu__navigation-shadow{width:100%;height:100%;background:#67d455;filter:blur(10px);border-radius:999px}.menu-mobile .menu__main .menu__navigation:first-child{border-top:none}.menu-mobile .menu__main .menu__navigation-soon{position:absolute;right:0;top:50%;transform:translateY(-50%);width:40px;height:20px;border:1px solid #ef617f;color:#ef617f;font-size:.56rem;border-radius:5px;text-align:center;text-transform:uppercase;display:flex;line-height:1rem}.menu-mobile .menu__main .menu__navigation-soon-text{margin:auto}.menu-mobile .menu__main .menu__navigation-icon{width:21px;height:21px;margin-right:12px;position:relative;z-index:10}.menu-mobile .menu__main .menu__navigation-icon svg{width:100%;height:100%}.menu-mobile .menu__main .menu__navigation-name{font-size:1rem;font-weight:600;position:relative;z-index:10}.menu-mobile .menu__main .menu__navigation.soon .menu__navigation-name{color:#504b62}.menu-mobile .menu__main .menu__navigation.soon .svg{fill:#504b62}.menu-mobile .menu__main .menu__helpers{display:flex;justify-content:space-between;align-items:center;flex-flow:row nowrap;margin-top:auto;width:100%}.menu-mobile .menu__main .menu__social-links{display:flex;flex-flow:row nowrap;align-items:center;width:auto;height:auto}@media(max-height:700px){.menu-mobile .menu__main .menu__social-links{padding-top:50px}}.menu-mobile .menu__main .menu__social-link{margin-right:22px}.menu-mobile .menu__main .menu__buttons{display:flex;flex-flow:column nowrap;margin-top:20px}.menu-mobile .menu__main .menu__button-section{margin-bottom:10px;width:100%;height:40px;font-size:1rem;border:2px solid #67d455;border-radius:10px;display:flex;align-items:center;text-align:center}.menu-mobile .menu__main .menu__button-section:last-child{margin-bottom:0}.menu-mobile .menu__main .menu__button-section-text{margin:auto;font-weight:600}.menu-mobile .menu__main .menu__button-section.pepe{border:2px solid #ef617f;color:#ef617f}.menu-mobile .menu__main .menu__button-section.connect{border:2px solid #67d455;color:#67d455}@media(max-height:670px){.menu-mobile .menu__main .menu__button-section.connect{margin-bottom:25px}}.menu__desktop{height:100vh;width:80px;background-color:#271f3d;position:fixed;overflow:hidden;padding-bottom:25px;transition:all .3s linear}.menu__desktop,.menu__desktop-header{display:flex;flex-flow:column nowrap;align-items:center}.menu__desktop-header{height:135px;width:100%}.menu__desktop.active{width:280px;align-items:flex-start;padding-bottom:25px;overflow:visible}@media(min-width:1900px){.menu__desktop.active{width:300px}}.menu__desktop.active .menu__logo:hover{animation:none}.menu__desktop.active .menu__rollup{width:40px;height:40px;background-color:#000;border-radius:50%;position:absolute;top:20px;right:-20px;box-shadow:0 0 50px rgba(85,212,121,.6);display:flex;cursor:pointer}.menu__desktop.active .menu__rollup svg{margin:auto}.menu__desktop.active .menu__logo{margin-top:20px;width:220px;height:115px}.menu__desktop.active .menu__company{margin:20px auto 0}.menu__desktop.active .menu__navigations{width:100%;margin-top:30px}.menu__desktop.active .menu__navigation{width:100%;max-width:none;flex-flow:row nowrap;margin:5px 0 0;height:auto;justify-content:space-between;align-items:center;position:relative}.menu__desktop.active .menu__navigation-info{width:100%;height:40px;margin-left:10px}.menu__desktop.active .menu__navigation-icon{z-index:2;max-width:20px;margin:0 10px 0 0;width:40px;height:auto}.menu__desktop.active .menu__navigation-shadow{position:absolute}.menu__desktop.active .menu__navigation:hover .menu__navigation-shadow{width:100%;height:100%;background:rgba(103,213,85,.5);filter:blur(10px);border-radius:999px}.menu__desktop.active .menu__navigation-status{padding:0 5px;margin-right:4px;width:auto;height:20px;border-radius:5px;font-size:.56rem;letter-spacing:.1rem;font-weight:600;text-transform:uppercase;display:flex;white-space:nowrap}.menu__desktop.active .menu__navigation-status.soon{border:1px solid #ef617f;color:#ef617f}.menu__desktop.active .menu__navigation-status-text{margin:auto}.menu__desktop.active .menu__navigation:first-child{margin-top:0}.menu__desktop.active .menu__navigation-info{display:flex;flex-flow:row nowrap;align-items:center;position:relative;z-index:10}.menu__desktop.active .menu__navigation.selected .menu__navigation-name{color:#000}.menu__desktop.active .menu__navigation.selected .svg{fill:#000}.menu__desktop.active .menu__navigation.selected .menu__navigation-shadow,.menu__desktop.active .menu__navigation.selected:hover .menu__navigation-shadow{width:100%;height:80%;background:#67d455;filter:blur(10px);border-radius:999px}.menu__desktop.active .menu__navigation.soon{cursor:default}.menu__desktop.active .menu__navigation.soon .menu__navigation-name{color:#504b62}.menu__desktop.active .menu__navigation.soon .svg{fill:#504b62}.menu__desktop.active .menu__navigation-name{font-weight:500;font-size:.88rem;margin-top:-5px;white-space:nowrap}.menu__desktop.active .menu__community{margin:auto 20px 0;width:240px;max-width:100%;height:auto;background-color:#3c3550;border-radius:15px;padding:12px 0 15px}@media(min-width:1900px){.menu__desktop.active .menu__community{width:260px}}.menu__desktop.active .menu__community-title{font-size:.75rem;font-family:IBM Plex Mono,monospace;letter-spacing:.0602409639em;text-transform:uppercase;font-weight:600;color:#ef617f;text-align:center}.menu__desktop.active .menu__social-links{flex-flow:row nowrap;margin:5px auto 0;height:auto;align-items:center;justify-content:center}.menu__desktop.active .menu__social-link{width:auto;flex-flow:row nowrap;margin:0;display:flex;align-items:center}.menu__desktop.active .menu__social-link:first-child{margin:0}.menu__desktop.active .menu__social-link:first-child:before{display:none}.menu__desktop.active .menu__social-link svg{width:15px;height:auto}.menu__desktop.active .menu__social-link-subscribers{margin-left:5px;margin-top:7px}.menu__desktop.active .menu__social-link-icon{margin-right:6px;width:13px;height:10px}.menu__desktop.active .menu__social-link:first-child{margin-right:15px}.menu__desktop .menu__logo:hover{animation:rollLogo 360s linear}.menu__desktop .menu__expand{display:flex;flex-flow:column nowrap;margin:20px auto 0;padding:13px 10px;cursor:pointer}.menu__desktop .menu__expand .stick{height:2px;width:20px;background-color:#67d455;margin-bottom:4px}.menu__desktop .menu__expand .stick:last-child{margin-bottom:0}.menu__desktop .menu__logo{margin-top:5px;width:70px;height:70px;cursor:pointer}.menu__desktop .menu__logo.closed{width:70px;height:70px;transition:all 360s linear}@keyframes rollLogo{0%{transform:rotate(0deg)}to{transform:rotate(100turn)}}.menu__desktop .menu__navigations{width:100%;display:flex;flex-flow:column nowrap;align-items:center;margin-top:30px;padding:0 20px}.menu__desktop .menu__navigation{cursor:pointer;display:flex;position:relative;margin:5px auto 0}.menu__desktop .menu__navigation.soon{cursor:default}.menu__desktop .menu__navigation.soon .svg{fill:#504b62}.menu__desktop .menu__navigation.selected .menu__navigation-name{color:#000}.menu__desktop .menu__navigation.selected .svg{fill:#000}.menu__desktop .menu__navigation.selected .menu__navigation-shadow,.menu__desktop .menu__navigation.selected:hover .menu__navigation-shadow{width:100%;height:100%;background:#67d455;filter:blur(10px);border-radius:999px}.menu__desktop .menu__navigation-info{display:flex;width:40px;height:40px}.menu__desktop .menu__navigation-icon{position:relative;margin:auto;z-index:2;width:20px;height:auto}.menu__desktop .menu__navigation-icon svg{width:100%;height:100%}.menu__desktop .menu__navigation-shadow{position:absolute}.menu__desktop .menu__navigation:hover .menu__navigation-shadow{width:100%;height:90%;background:rgba(142,242,125,.5);filter:blur(15px);border-radius:999px}.menu__desktop .menu__navigation.soon .menu__navigation-shadow{display:none}.menu__desktop .menu__navigation:first-child{margin-top:0}.menu__desktop .menu__navigation:nth-last-child(3){margin-bottom:10px}.menu__desktop .menu__navigation:nth-last-child(2){margin-top:10px;position:relative}.menu__desktop .menu__navigation:nth-last-child(2):after{content:"";position:absolute;width:100%;height:1px;background-color:#3c3550;left:0;top:-10px}.menu__desktop .menu__social-links{display:flex;flex-flow:column nowrap;align-items:center;margin-top:auto;width:100%}.menu__desktop .menu__social-link{display:flex;flex-flow:column nowrap;align-items:center;margin:0 auto;position:relative;width:100%}.menu__desktop .menu__social-link:first-child{margin:0 auto 10px}.menu__desktop .menu__social-link:first-child:before{content:"";position:absolute;width:40px;height:1px;background-color:#3c3550;left:50%;transform:translateX(-50%);top:-25px}.menu__desktop .menu__social-link-href{display:flex}.menu__desktop .menu__social-link-icon{margin:auto}.menu__desktop .menu__social-link-subscribers{margin-top:3px;font-size:.68rem;text-align:center;font-weight:700;letter-spacing:.01rem}.arrows{width:66px;height:32px;border-radius:99px;border:2px solid #3c3550;display:none;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:0 14px}@media(min-width:1000px){.arrows{display:none}}.arrows .arrow{height:11px;width:11px;border:3px solid #67d455;border-bottom:none;border-left:none;border-top-right-radius:2px;background:none}.arrows .arrow.left{transform:rotate(-135deg)}.arrows .arrow.right{transform:rotate(45deg)}.arrows .arrow.inactive{border-color:#504b62}.footer{width:100%;margin-top:40px;background-color:#271f3d}.footer .container-custom{max-width:100%;height:auto;padding:30px 5%}.footer .container-custom.short .footer__product-links:first-child{border-top:none;padding-top:0}@media(min-width:1280px){.footer{margin-top:82px}.footer .container-custom{max-width:900px!important;padding:50px 0}.footer__about{display:flex}}@media(min-width:1160px){.footer .container-custom{max-width:1060px!important;padding:50px 0}}.footer__title{font-size:1.38rem;font-weight:700}@media(min-width:1280px){.footer__title{flex:2 1;font-size:1.56rem}.footer__info{flex:4 1}}.footer__info-text{margin-top:20px;font-weight:400;font-size:1rem;color:hsla(0,0%,100%,.7);line-height:26px}@media(min-width:1280px){.footer__info-text{margin-top:0}}.footer__info-buttons{display:flex;align-items:flex-start;flex-flow:column nowrap}@media(min-width:1280px){.footer__info-buttons{display:flex;flex-flow:row nowrap;align-items:center}}.footer__button{margin-top:15px;height:40px;border:2px solid #3c3550;border-radius:10px;width:auto;display:flex;align-items:center;flex-flow:row nowrap;padding:0 15px;transition:all .1s linear}.footer__button:hover{border:2px solid #20462a}.footer__button.first{margin-top:20px}@media(min-width:1280px){.footer__button.first{margin:20px 15px 30px 0}}.footer__button.last{margin-bottom:30px}@media(min-width:1280px){.footer__button.last{margin:20px 0 30px}}.footer__button-text{font-weight:600;font-size:1rem}.footer__button-icon{margin-right:8px}.footer__product-links{padding:30px 0 15px;display:flex;flex-flow:column nowrap;height:auto;border-top:1px solid #3c3550}@media(min-width:1280px){.footer__product-links{flex-flow:row nowrap}}.footer__product-links:last-child{border-bottom:1px solid #3c3550}.footer__product-links-category{font-size:1.38rem;font-weight:700;height:100%}@media(min-width:1280px){.footer__product-links-category{font-size:1.56rem;flex:2 1}}.footer__product-links-icons{margin-top:30px;display:flex;flex-flow:row wrap;align-items:baseline;justify-content:flex-start}@media(min-width:1280px){.footer__product-links-icons{flex:4 1;margin-top:0;justify-content:flex-start}}.footer__product-links-icon{margin-bottom:15px;margin-right:19px;transition:fill .1s linear}.footer__product-links-icon .svg-inactive,.footer__product-links-icon:hover .svg.svg-inactive{fill:#504b62}.footer__product-links-icon:hover .svg{fill:#fff}.footer__product-links-icon:hover .svg-border{stroke:#fff}@media(min-width:1280px){.footer__product-links-icon{margin:0 50px 15px 0}}.footer__product-links-icon:last-child{margin-bottom:0}@media(min-width:1280px){.footer .footer__money-statistic{display:flex;flex-flow:row nowrap}.footer .footer__money-wrapper{flex:2 1}}.footer__money{width:100%;display:flex;flex-flow:row wrap;align-items:center;padding:30px 0;border-top:1px solid #3c3550;border-bottom:1px solid #3c3550}@media(min-width:1280px){.footer__money{flex:4 1;border-bottom:none}.footer__money .footer__money-button{order:4}}.footer__money-info{width:50%}@media(min-width:1280px){.footer__money-info{width:25%}.footer__money-info:first-child{order:1}.footer__money-info:nth-child(2){order:3}.footer__money-info:nth-child(3){order:2}}.footer__money-info:first-child,.footer__money-info:nth-child(2){margin-bottom:40px}@media(min-width:1280px){.footer__money-info:first-child,.footer__money-info:nth-child(2){margin-bottom:0}}.footer__money-button{border:2px solid #a397c6;border-radius:10px;height:50px;width:auto;font-size:1.13rem;font-weight:700;color:#a397c6;text-align:center;padding:0 20px;display:flex;align-items:center;transition:all .1s linear}.footer__money-button:hover{background-color:#a397c6;color:#000}.footer__money-value{font-size:1.38rem;font-weight:700;color:#67d455}.footer__money-subtitle{font-size:1rem;font-weight:600}@media(min-width:1280px){.footer__navigation{display:flex;flex-flow:row nowrap;border-top:1px solid #3c3550;align-items:center;padding-top:30px}}.footer__navs{width:100%;height:auto;padding:30px 0;display:flex;flex-flow:column nowrap}@media(min-width:1280px){.footer__navs{flex-flow:row nowrap;flex:10 1;padding:0}}.footer__nav{font-weight:600;font-size:1rem;text-align:center;color:#67d455;margin-bottom:20px;transition:color .1s linear}.footer__nav:hover{color:#fff}@media(min-width:1280px){.footer__nav{margin-bottom:0;margin-right:30px;font-size:.88rem}}.footer__social-links{margin:0 auto;display:flex;flex-flow:row nowrap;width:45%;justify-content:space-around;align-items:center}@media(min-width:1280px){.footer__social-links{flex:2 1;width:auto;margin:0;justify-content:space-between}}.footer__social-link{max-width:20px}.footer__social-link:hover .svg{fill:#fff}.container-custom{width:90%;height:auto;position:relative;margin-left:auto;margin-right:auto}@media(min-width:1280px){.container-custom{width:900px!important}}@media(min-width:1440px){.container-custom{width:1060px!important}}@media(min-width:1900px){.container-custom{width:1260px!important}}.header{height:auto}@media(max-width:1279px){.header{position:relative;z-index:1000}.header.fill{background-color:#271f3d;padding-bottom:20px}}.header-desktop,.header-mobile{display:flex;justify-content:space-between;align-items:center}.header .container-custom{margin:20px auto 0}.header-desktop{display:none}@media(min-width:1280px){.header-desktop{display:flex}.header-mobile{display:none}}.header__button-get-pepe{width:auto;height:40px;border:2px solid #ef617f;background-color:#271f3d;display:flex;border-radius:15px;padding:0 26px;margin-left:10px}.header__button-get-pepe span{margin:auto;color:#ef617f;font-size:1.13rem;font-weight:600}.header__logo{display:flex;align-items:center}.header__logo-icon{margin-right:6px}.header__button-menu{cursor:pointer;width:40px;height:40px;background-color:#000;border-radius:10px;display:flex}.header__button-menu div{margin:auto;width:20px;height:2px;background-color:#67d455;position:relative}.header__button-menu div:after,.header__button-menu div:before{left:50%;transform:translateX(-50%);content:"";position:absolute;width:20px;height:2px;background-color:#67d455}.header__button-menu div:before{top:-6px}.header__button-menu div:after{bottom:-6px}.header__button{background-color:#271f3d;height:40px;display:flex;width:auto;align-items:center;border-radius:10px;font-weight:600}.header__button:hover{background-color:#110c1f}.header__button-collection{border:2px solid #20462a;transition:all .1s linear}.header__button-collection:hover{background-color:#20462a}.header__button-collection:hover .text,.header__button-collection:hover .text__mark{color:#fff}.header__button-collection .logo{width:24px;height:24px;margin:0 12px}.header__button-collection .text{font-size:1rem;color:hsla(0,0%,100%,.7)}.header__button-collection .text__mark{color:#67d455}.header__button-collection .arrow{width:16px;height:12px;margin:0 16px}.header__button.connect{border:2px solid #67d455;font-size:1rem;color:#67d455;padding:0 16px;transition:all .1s linear;cursor:pointer;position:relative}.header__button.connect:hover{background-color:#67d455;color:#000}.header__links{width:auto;display:flex;align-items:center;flex-flow:row nowrap}.header__links-logos{display:flex;align-items:center;margin-right:19px}.header__links-logo{cursor:pointer;margin:0 11px}.header__links-logo .svg{transition:all .1s linear}.header__links-logo:hover .svg{fill:#fff}.header__links-logo:last-child{margin-right:0}.header .wallet__info{position:relative;min-width:220px;width:auto}.header .wallet__info .wallet__balances{background-color:#271f3d}.header .wallet__info .wallet__balances.active{background-color:#20462a;border-bottom-right-radius:0;border-bottom-left-radius:0}.header .wallet__menu{position:absolute;z-index:100;height:auto;width:100%;background-color:#110c1f;border-bottom-right-radius:10px;border-bottom-left-radius:10px;top:40px;box-shadow:0 0 100px rgba(85,212,121,.7);padding:0 20px 20px;-webkit-user-select:none;user-select:none}.header .wallet__menu-account{font-size:1rem;font-weight:700;text-align:center;align-items:center;display:flex;padding:18px 0;border-bottom:1px solid rgba(133,133,169,.3)}.header .wallet__menu-account svg{width:24px;height:24px}.header .wallet__menu-account-text{margin-left:10px}.header .wallet__menu-profile{padding:8px 0;display:flex;align-items:center;cursor:pointer;margin-top:10px}.header .wallet__menu-profile-text{margin-left:10px;font-size:1rem;font-weight:500}.header .wallet__menu-profile .svg-arrow{margin-left:auto}.header .wallet__menu-button-disconnect{height:40px;width:100%;border-radius:10px;border:2px solid #ef617f;display:flex;margin-top:10px;cursor:pointer;color:#ef617f;transition:all .1s linear}.header .wallet__menu-button-disconnect:hover{background-color:#ef617f;color:#000}.header .wallet__menu-button-disconnect span{margin:auto;font-size:1rem;font-weight:600}.header .wallet__balances{width:auto;padding:0 0 0 17px;height:40px;background-color:#271f3d;border-radius:10px;justify-content:space-between}.header .wallet__balances,.header .wallet__balances .wrapper{display:flex;align-items:center;flex-flow:row nowrap}.header .wallet__balances .wrapper__button{height:100%;width:50px;display:flex;cursor:pointer;transition:all .1s linear}.header .wallet__balances .wrapper__button:hover .wallet__balance-expand{border-top:2px solid hsla(0,0%,100%,.75);border-left:2px solid hsla(0,0%,100%,.75)}.header .wallet__balances .wallet__balance{margin-right:15px;display:flex;flex-flow:row nowrap;align-items:center}.header .wallet__balances .wallet__balance:last-child{margin-right:0}.header .wallet__balances .wallet__balance.ai{position:relative}.header .wallet__balances .wallet__balance.ai:after{content:"";position:absolute;background-color:#504b62;width:5px;height:5px;border-radius:50%;top:50%;left:-14px;transform:translateY(-50%)}.header .wallet__balances .wallet__balance-value{font-weight:600;font-size:1rem;margin-right:4px}.header .wallet__balances .wallet__balance-name-token{font-weight:600;font-size:1rem;text-transform:uppercase}.header .wallet__balances .wallet__balance-name-token.bnb{color:#f3ba2f;margin-right:10px}.header .wallet__balances .wallet__balance-name-token.ai{color:#ef617f}.header .wallet__balances .wallet__balance-expand{height:10px;width:10px;border-top:2px solid hsla(0,0%,100%,.5);border-left:2px solid hsla(0,0%,100%,.5);margin:auto}.header .wallet__balances .wallet__balance-expand.opened{transform:rotate(45deg);margin:auto auto 13px}.header .wallet__balances .wallet__balance-expand.closed{transform:rotate(225deg);margin:13px auto auto}.alerts{position:fixed;right:30px;top:30px;width:auto;display:flex;flex-flow:column nowrap;align-items:center;z-index:1000}@keyframes alert{0%{display:flex}to{display:none}}.alerts .alert{width:300px;padding:15px 18px 15px 16px;border-radius:20px;min-height:60px;height:auto;display:flex;margin-bottom:20px;flex-flow:row nowrap;align-items:center;align-self:end;animation:alert 5s linear;justify-content:space-between}.alerts .alert__info{display:flex;flex-flow:row nowrap;align-content:center}.alerts .alert:last-child{margin-bottom:0}.alerts .alert.success{background-color:#1cb703;box-shadow:0 0 100px rgba(85,212,121,.7)}.alerts .alert.process{background-color:#d59900;box-shadow:0 0 100px rgba(255,190,28,.7)}.alerts .alert.error{background-color:#ff466d;box-shadow:0 0 100px rgba(239,97,127,.8)}.alerts .alert__icon{width:28px;height:28px;margin:auto 15px auto 0}.alerts .alert__text{font-size:1rem;color:#fff;font-weight:600;margin-right:10px;line-height:24px}.alerts .alert__button-close{height:18px;width:18px;position:relative;cursor:pointer}.alerts .alert__button-close:after,.alerts .alert__button-close:before{width:2px;height:100%;background-color:#fff;position:absolute;content:"";top:50%;left:50%}.alerts .alert__button-close:after{transform:translate(-50%,-50%) rotate(45deg)}.alerts .alert__button-close:before{transform:translate(-50%,-50%) rotate(135deg)}.alert.connect-wallet{background-color:#ff466d;border-radius:20px;width:230px;height:60px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding:10px;position:absolute;bottom:-85px;left:50%;transform:translateX(-50%)}@media(max-width:1279px){.alert.connect-wallet{width:100%;max-width:370px;height:44px;bottom:-70px}}.alert.connect-wallet:after{content:"";position:absolute;left:50%;top:-25px;transform:translateX(-50%);border:10px solid rgba(0,0,0,0);border-bottom:15px solid #ff466d}@media(max-width:1279px){.alert.connect-wallet:after{display:none}}.alert.connect-wallet .alert__text{color:#fff;font-size:.87rem;font-weight:600;margin-left:10px;max-width:70%}@media(max-width:1279px){.alert.connect-wallet .alert__text{max-width:90%}}.alert.connect-wallet .alert__close{cursor:pointer;position:relative;width:18px;height:18px;margin-right:12px}.alert.connect-wallet .alert__close:after,.alert.connect-wallet .alert__close:before{content:"";position:absolute;width:18px;height:2px;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.alert.connect-wallet .alert__close:before{transform:rotate(45deg)}.alert.connect-wallet .alert__close:after{transform:rotate(-45deg)}.faq{width:100%;height:auto;margin-top:50px}.faq__title{font-weight:700;font-size:1.56rem;color:#67d455}.faq__items{margin-top:10px}.faq__item,.faq__items{display:flex;flex-flow:column nowrap}.faq__item{padding:20px 0;border-bottom:1px solid #282833}.faq__item:last-child{border-bottom:none}.faq__question{display:flex;align-items:flex-start;flex-flow:row nowrap;justify-content:space-between}.faq__question-text{font-size:1.25rem;font-weight:700;line-height:28px;width:80%}.faq__question-opener{cursor:pointer;width:28px;height:28px;position:relative}.faq__question-opener:after,.faq__question-opener:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#67d455}.faq__question-opener:before{width:16px;height:2px}.faq__question-opener:after{width:2px;height:16px}.faq__question-opener.active:after{display:none}.faq__answer{margin-top:20px}.faq__answer-text{font-size:1rem;font-weight:400;color:hsla(0,0%,100%,.7);line-height:26px}.similar{margin-top:60px;width:100%}.similar__header{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.similar__title{font-size:1.37rem;font-weight:700}.similar__slider{margin-top:30px;display:flex;flex-flow:row nowrap;overflow-x:auto}.button-close{position:relative;width:16px;height:16px;cursor:pointer}.button-close:after,.button-close:before{width:1.5px;height:100%;background-color:#ef617f;content:"";position:absolute;left:50%;top:50%}.button-close:after{transform:translate(-50%,-50%) rotate(45deg)}.button-close:before{transform:translate(-50%,-50%) rotate(135deg)}.popup{display:flex;flex-flow:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#271f3d;box-shadow:0 0 100px rgba(85,212,121,.7);z-index:100;padding:40px;border-radius:20px}.popup__button-close{width:18px;height:18px;position:absolute;top:40px;right:40px;cursor:pointer}.popup__button-close:after,.popup__button-close:before{width:2px;height:100%;background-color:#67d455;position:absolute;content:"";top:50%;left:50%}.popup__button-close:after{transform:translate(-50%,-50%) rotate(45deg)}.popup__button-close:before{transform:translate(-50%,-50%) rotate(135deg)}.popup.success{width:328px;height:604px}.popup.success .popup__title{font-size:1.37rem;font-weight:700;text-align:center}.popup.success .popup__image{width:220px;height:auto;margin:30px auto 0;border-radius:10px}.popup.success .popup__description{margin-top:30px;font-size:1.12rem;font-weight:600;color:hsla(0,0%,100%,.7);line-height:28px;text-align:center}.popup.success .popup__description-mark{color:#67d455}.popup.success .popup__button{display:flex;width:248px;height:50px;border-radius:10px;margin-top:30px;border:2px solid #67d455;cursor:pointer;color:#67d455}.popup.success .popup__button:hover{background-color:#67d455;color:#000}.popup.success .popup__button-text{margin:auto;font-size:1rem;font-weight:600}.popup.success .popup__info{display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;margin-top:20px}.popup.success .popup__info-item{display:flex;flex-flow:row nowrap;align-items:center;margin-right:40px}.popup.success .popup__info-item:last-child{margin-right:0}.popup.success .popup__info-item-image{margin-right:10px}.popup.success .popup__info-item-text{color:#67d455;font-size:.87rem;font-weight:600}.popup.swap{width:760px;height:600px}@media(max-width:1279px){.popup.swap{height:100vh;width:100vw;border-radius:0;padding:0}.popup.swap .popup__button-close{width:40px;height:40px;border-radius:10px;background-color:#000;top:20px;right:20px}.popup.swap .popup__button-close:after,.popup.swap .popup__button-close:before{height:60%}}.popup.swap .popup__title{font-size:1.37rem;font-weight:700}@media(max-width:1279px){.popup.swap .popup__title{width:60%;padding:20px 0 0 20px}}.popup.swap .popup__main{width:100%;margin-top:30px;height:460px;display:flex;flex-flow:row nowrap}@media(max-width:1279px){.popup.swap .popup__main{flex-flow:column nowrap;flex:1 0 auto}.popup.swap .popup__main.selected{height:375px}.popup.swap .popup__main.selected .popup__preview{min-height:325px}}.popup.swap .popup__inventory{height:auto;width:440px;background-color:#000;border-radius:10px;padding:10px;align-content:flex-start;display:flex;align-items:center;flex-flow:row wrap;overflow-y:auto;justify-content:center;position:relative}@media(max-width:1279px){.popup.swap .popup__inventory{width:100vw;height:auto;background-color:#000;border-radius:0;margin:0 auto;padding:15px;flex:1 0;max-height:100%}}.popup.swap .popup__inventory-item{width:120px;height:120px;margin:10px;display:flex;position:relative}.popup.swap .popup__inventory-item .loading__gif{width:50%}@media(max-width:1279px){.popup.swap .popup__inventory-item{width:110px;height:110px;margin:5px}}.popup.swap .popup__inventory-item.selected{position:relative}.popup.swap .popup__inventory-item.selected .popup__inventory-item-image{width:90px;height:90px;margin:auto;position:relative}@media(max-width:1279px){.popup.swap .popup__inventory-item.selected .popup__inventory-item-image{width:82px;height:82px}}.popup.swap .popup__inventory-item.selected:before{content:"";position:absolute;width:32px;height:32px;top:3px;left:3px;z-index:10;background:url(/_next/static/media/selected.e56eafaf.svg) no-repeat 50%/cover}@media(max-width:1279px){.popup.swap .popup__inventory-item.selected:before{top:1px;left:1px;height:29px;width:29px}}.popup.swap .popup__inventory-item-image{height:100%;width:100%;border-radius:10px}.popup.swap .popup__preview{height:100%;width:210px;margin-left:30px;display:flex;flex-flow:column nowrap}@media(max-width:1279px){.popup.swap .popup__preview{width:100vw;margin-left:0;padding:20px;min-height:172px;flex:0 0;margin-top:auto}}.popup.swap .popup__preview-title{font-size:1.37rem;font-weight:700}@media(max-width:1279px){.popup.swap .popup__preview-title{text-align:center}}.popup.swap .popup__preview-subtitle{margin-top:10px;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.7);line-height:22px}@media(max-width:1279px){.popup.swap .popup__preview-subtitle{text-align:center}}.popup.swap .popup__preview-subtitle-mark{color:#67d455}.popup.swap .popup__preview-header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.popup.swap .popup__preview-title-mark{color:#67d455}.popup.swap .popup__preview-main{display:flex;flex-flow:column nowrap;align-items:flex-start;margin-top:20px}@media(max-width:1279px){.popup.swap .popup__preview-main{flex-flow:row nowrap}}.popup.swap .popup__preview-image{margin-top:30px;width:100%;height:auto;border-radius:10px}@media(max-width:1279px){.popup.swap .popup__preview-image{width:165px;margin-top:0;margin-right:20px}}.popup.swap .popup__preview-info{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-top:15px;width:100%}@media(max-width:1279px){.popup.swap .popup__preview-info{margin-top:10px}}.popup.swap .popup__preview-name{font-size:1.12rem;font-weight:700}.popup.swap .popup__preview-question{width:16px;height:16px}.popup.swap .popup__button-clear{border-radius:5px;width:45px;height:20px;display:flex;border:1px solid #a397c6;color:#a397c6;text-transform:uppercase;font-size:.62rem}.popup.swap .popup__button-clear-text{margin:auto}.popup.swap .popup__button-swap{width:100%;height:50px;display:flex;margin-top:auto;border-radius:10px;border:2px solid #504b62;background-color:#332c48;color:#504b62;position:relative}@media(max-width:1279px){.popup.swap .popup__button-swap{margin-top:20px}}.popup.swap .popup__button-swap.active{background-color:initial;border:2px solid #67d455;color:#67d455;cursor:pointer}.popup.swap .popup__button-swap-text{margin:auto;font-size:1rem;font-weight:600}.popup.connect{width:390px;height:450px;padding:35px 30px;border-radius:10px}.popup.connect .modal-connect-wallet__header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.popup.connect .modal-connect-wallet__button-close{width:18px;height:18px;position:relative;cursor:pointer}.popup.connect .modal-connect-wallet__button-close:after,.popup.connect .modal-connect-wallet__button-close:before{content:"";position:absolute;top:50%;left:50%;height:100%;width:2px;background-color:#67d455}.popup.connect .modal-connect-wallet__button-close:after{transform:translate(-50%,-50%) rotate(45deg)}.popup.connect .modal-connect-wallet__button-close:before{transform:translate(-50%,-50%) rotate(135deg)}.popup.connect .modal-connect-wallet__title{font-size:1.56rem;font-weight:700}.popup.connect .modal-connect-wallet__methods{display:flex;flex-flow:column nowrap;margin-top:30px}.popup.connect .modal-connect-wallet__method{border-radius:10px;background-color:#000;height:100px;width:100%;margin-bottom:10px;align-items:center;display:flex;justify-content:center;cursor:pointer}.popup.connect .modal-connect-wallet__method:last-child{margin-bottom:0}.popup.connect .modal-connect-wallet__method svg{margin-right:20px}.popup.connect .modal-connect-wallet__method svg:last-child{margin-right:0}.popup.details{height:auto;text-align:center}.popup.details.redeem{width:330px}.popup.details.swap{width:460px}@media(max-width:1279px){.popup.details.swap{width:320px;padding:40px;border-radius:20px}}.popup.details .popup__logo{width:220px;height:auto;margin:24px auto 0}@media(max-width:1279px){.popup.details .popup__logo{width:150px}}.popup.details .popup__title{font-size:1.37rem;font-weight:700;margin:25px auto 0}.popup.details .popup__description{font-size:1.12rem;color:hsla(0,0%,100%,.7);font-weight:600;line-height:28px;margin-top:30px}.popup.details .popup__description-mark{color:#67d455}.popup.details .popup__button{display:flex;width:100%;height:50px;border:2px solid #67d455;color:#67d455;border-radius:10px;margin-top:30px;cursor:pointer}.popup.details .popup__button:hover{background-color:#67d455;color:#000}.popup.details .popup__button-text{margin:auto;font-weight:600}.popup.details .popup__learn{display:flex;align-items:center;margin:25px auto 0;color:#67d455;transition:all .1s linear}.popup.details .popup__learn .svg{transition:all .1s linear}.popup.details .popup__learn:hover{color:#fff}.popup.details .popup__learn:hover .svg{fill:#fff}.popup.details .popup__learn-text{margin-left:8px;font-weight:600;font-size:1rem}.popup.stake-lp{width:500px;height:409px}.popup.stake-lp .popup__header{display:flex;flex-flow:row nowrap;align-items:center}.popup.stake-lp .popup__title{font-size:1.56rem;font-weight:700}.popup.stake-lp .popup__title-prefix{width:auto;height:24px;border-radius:5px;border:1px solid #ef617f;padding:0 6px;display:flex;margin-left:10px}.popup.stake-lp .popup__title-prefix-text{font-size:.87rem;letter-spacing:.02rem;color:#ef617f;margin:auto;font-weight:700}.popup.stake-lp .popup__description{font-size:1rem;color:hsla(0,0%,100%,.7);display:flex;flex-flow:row nowrap;align-items:center;margin-top:20px;padding-bottom:20px;border-bottom:1px solid #3c3550}.popup.stake-lp .popup__description-text{display:flex;align-items:center}.popup.stake-lp .popup__description-link{font-weight:600;color:#67d455}.popup.stake-lp .popup__description-link-arrow{margin-left:10px}.popup.stake-lp .popup__enter{display:flex;flex-flow:column nowrap;margin-top:40px}.popup.stake-lp .popup__enter-info{display:flex;justify-content:space-between;align-items:center;flex-flow:row nowrap;font-weight:600;font-size:.81rem;color:hsla(0,0%,100%,.7);letter-spacing:.0625rem;text-transform:uppercase}.popup.stake-lp .popup__enter-input{width:100%;height:50px;background-color:#000;border-radius:99px;margin:10px auto 0;overflow:hidden;padding:4px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.popup.stake-lp .popup__enter-input.error{border:2px solid #ef617f}.popup.stake-lp .popup__enter-input input{width:auto;height:100%;background:none;border:none;outline:none;font-size:1rem;font-weight:600;color:#fff;padding:0 20px}.popup.stake-lp .popup__enter-input input[type=number]::-webkit-inner-spin-button,.popup.stake-lp .popup__enter-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.popup.stake-lp .popup__enter-input input::placeholder{font-size:1rem;font-weight:600;color:#a397c6}.popup.stake-lp .popup__enter-input-helpers{display:flex;flex-flow:row nowrap;align-items:center;height:100%}.popup.stake-lp .popup__enter-input-helpers .description{min-width:80px;font-size:1rem;font-weight:600;text-transform:uppercase;margin:0 10px 0 0;-webkit-user-select:none;user-select:none}.popup.stake-lp .popup__enter-input-helpers .button-max{height:100%;width:auto;padding:0 17px;display:flex;border-radius:99px;background-color:#67d455;cursor:pointer;transition:all .1s linear;-webkit-user-select:none;user-select:none}.popup.stake-lp .popup__enter-input-helpers .button-max:hover{background-color:rgb(67.5295774648,188.1971830986,47.6028169014)}.popup.stake-lp .popup__enter-input-helpers .button-max-text{text-transform:uppercase;margin:auto;font-weight:600;font-size:1rem;color:#000}.popup.stake-lp .popup__message-error{font-size:.81rem;font-weight:600;font-family:IBM Plex Mono,monospace;letter-spacing:.0625rem;color:#ef617f;margin-top:10px;text-transform:uppercase}.popup.stake-lp .popup__button-finish{width:100%;height:50px;border-radius:10px;margin-top:auto;display:flex;cursor:pointer;transition:all .1s linear}.popup.stake-lp .popup__button-finish.stake{border:2px solid #67d455;color:#67d455}.popup.stake-lp .popup__button-finish.stake:hover{background-color:#67d455;color:#000}.popup.stake-lp .popup__button-finish.unstake{border:2px solid #ef617f;color:#ef617f}.popup.stake-lp .popup__button-finish.unstake:hover{background-color:#ef617f;color:#000}.popup.stake-lp .popup__button-finish.inactive,.popup.stake-lp .popup__button-finish.inactive:hover{border:2px solid #504b62;color:#504b62;background-color:#332c48}.popup.stake-lp .popup__button-finish-text{margin:auto;font-weight:600;font-size:1rem}.popup.choice-pepes{width:760px;height:600px;overflow:auto}@media(max-width:1279px){.popup.choice-pepes{height:100vh;width:100vw;border-radius:0;padding:0}.popup.choice-pepes .popup__button-close{width:40px;height:40px;border-radius:10px;background-color:#000;top:20px;right:20px}.popup.choice-pepes .popup__button-close:after,.popup.choice-pepes .popup__button-close:before{height:60%}}.popup.choice-pepes .popup__header{display:flex;flex-flow:row wrap;align-items:center}.popup.choice-pepes .popup__amount-select{border-radius:5px;border:1px solid #67d455;height:24px;width:auto;padding:0 6px;display:inline-flex;margin-left:10px;color:#67d455}.popup.choice-pepes .popup__amount-select.none{color:#ef617f;border:1px solid #ef617f}.popup.choice-pepes .popup__amount-select-text{letter-spacing:.02rem;font-weight:700;font-size:.87rem;margin:auto}.popup.choice-pepes .popup__title{font-size:1.37rem;font-weight:700}@media(min-width:640px){.popup.choice-pepes .popup__title{display:flex;align-items:center}}@media(max-width:1279px){.popup.choice-pepes .popup__title{width:60%;padding:20px 0 0 20px}}.popup.choice-pepes .popup__main{width:100%;margin-top:30px;height:460px;display:flex;flex-flow:row nowrap}@media(max-width:1279px){.popup.choice-pepes .popup__main{flex-flow:column nowrap;flex:1 0 auto;margin-top:20px}.popup.choice-pepes .popup__main.selected{height:375px}.popup.choice-pepes .popup__main.selected .popup__preview{min-height:300px}}.popup.choice-pepes .popup__inventory-wrapper{height:auto;width:440px;align-content:flex-start;display:flex;align-items:center;flex-flow:column nowrap}@media(max-width:1279px){.popup.choice-pepes .popup__inventory-wrapper{width:100%}}.popup.choice-pepes .popup__inventory{height:auto;min-height:405px;width:440px;background-color:#000;border-radius:10px;padding:10px;align-content:flex-start;display:flex;align-items:center;flex-flow:row wrap;overflow-y:auto;justify-content:center;position:relative}.popup.choice-pepes .popup__inventory:after{content:"";flex:auto}@media(max-width:1279px){.popup.choice-pepes .popup__inventory{width:100vw;height:auto;background-color:#000;border-radius:0;margin:0 auto;padding:15px;flex:1 0;max-height:375px;min-height:375px}}.popup.choice-pepes .popup__inventory-item{height:28%;width:28%;margin:10px;display:flex;position:relative;cursor:pointer;overflow:hidden;border-radius:10px;transition:all .1s linear}.popup.choice-pepes .popup__inventory-item-hover{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#110c1f;z-index:103333}.popup.choice-pepes .popup__inventory-item-hover-name{text-align:center;text-transform:uppercase;margin:auto;width:70%;font-size:.75rem;color:#ef617f;font-weight:600;line-height:140%}.popup.choice-pepes .popup__inventory-item:hover{box-shadow:0 0 100px rgba(85,212,121,.7)}.popup.choice-pepes .popup__inventory-item:hover .popup__inventory-item-hover{display:flex}.popup.choice-pepes .popup__inventory-item.selected:hover .popup__inventory-item-hover{display:none}.popup.choice-pepes .popup__inventory-item .loading__gif{width:50%}@media(max-width:1279px){.popup.choice-pepes .popup__inventory-item{width:105px;height:105px;margin:5px}}.popup.choice-pepes .popup__inventory-item.selected{position:relative;box-shadow:none}.popup.choice-pepes .popup__inventory-item.selected .popup__inventory-item-image{width:90px;height:90px;margin:auto;position:relative}@media(max-width:1279px){.popup.choice-pepes .popup__inventory-item.selected .popup__inventory-item-image{width:82px;height:82px}}.popup.choice-pepes .popup__inventory-item.selected:before{content:"";position:absolute;width:32px;height:32px;top:3px;left:3px;z-index:10;background:url(/_next/static/media/selected.e56eafaf.svg) no-repeat 50%/cover}@media(max-width:1279px){.popup.choice-pepes .popup__inventory-item.selected:before{top:1px;left:1px;height:29px;width:29px}}.popup.choice-pepes .popup__inventory-item-image{height:100%;width:100%}.popup.choice-pepes .popup__preview{height:100%;width:210px;margin-left:30px;display:flex;flex-flow:column nowrap}@media(max-width:1279px){.popup.choice-pepes .popup__preview{width:100vw;margin-left:0;padding:20px;min-height:0;flex:0 0;margin-top:auto}}.popup.choice-pepes .popup__preview-title{font-size:1.37rem;font-weight:700}@media(max-width:1279px){.popup.choice-pepes .popup__preview-title{text-align:center}}.popup.choice-pepes .popup__preview-subtitle{margin-top:10px;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.7);line-height:22px}@media(max-width:1279px){.popup.choice-pepes .popup__preview-subtitle{text-align:center}}.popup.choice-pepes .popup__preview-subtitle-mark{color:#67d455}.popup.choice-pepes .popup__preview-header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.popup.choice-pepes .popup__preview-title-mark{color:#67d455}.popup.choice-pepes .popup__preview-main{display:flex;flex-flow:column nowrap;align-items:flex-start;margin-top:20px}@media(max-width:1279px){.popup.choice-pepes .popup__preview-main{flex-flow:row nowrap}}.popup.choice-pepes .popup__preview-images{margin-top:30px;width:100%;height:200px;position:relative}@media(max-width:1279px){.popup.choice-pepes .popup__preview-images{width:165px;margin-top:10px;margin-right:20px;height:100px;margin-left:20px}}.popup.choice-pepes .popup__preview-image{position:absolute;width:70%;height:auto;border-radius:10px;top:0;left:50%}.popup.choice-pepes .popup__preview-image.swap{position:relative;width:100%;height:auto;left:0;border-radius:10px}@media(max-width:1279px){.popup.choice-pepes .popup__preview-image.swap{width:165px;margin-top:0;margin-right:20px}.popup.choice-pepes .popup__preview-image{width:100px;margin-top:0;margin-right:20px}}.popup.choice-pepes .popup__preview-info{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-top:15px;width:100%}@media(max-width:1279px){.popup.choice-pepes .popup__preview-info{margin-top:10px;margin-left:20px}}.popup.choice-pepes .popup__preview-name{font-size:1.12rem;font-weight:700}.popup.choice-pepes .popup__preview-question{width:16px;height:16px}.popup.choice-pepes .popup__button-clear{border-radius:5px;width:auto;padding:0 5px;height:20px;display:flex;border:1px solid #a397c6;color:#a397c6;text-transform:uppercase;font-size:.62rem;cursor:pointer}.popup.choice-pepes .popup__button-clear:hover{background-color:#a397c6;color:#271f3d}.popup.choice-pepes .popup__button-clear-text{margin:auto;font-weight:600}.popup.choice-pepes .popup__button-action{width:100%;min-height:50px;display:flex;margin-top:auto;border-radius:10px;border:2px solid #504b62;background-color:#332c48;color:#504b62;position:relative}@media(max-width:1279px){.popup.choice-pepes .popup__button-action{margin-top:35px}}.popup.choice-pepes .popup__button-action.active{background-color:initial;border:2px solid #67d455;color:#67d455;cursor:pointer}.popup.choice-pepes .popup__button-action.active:hover{background-color:#67d455;color:#000}.popup.choice-pepes .popup__button-action.pink.active{background-color:initial;border:2px solid #ef617f;color:#ef617f}.popup.choice-pepes .popup__button-action.pink.active:hover{background-color:#ef617f;color:#000}.popup.choice-pepes .popup__button-action-text{margin:auto;font-size:1rem;font-weight:600}.popup.stake-success{width:360px;height:550px}.popup.stake-success .popup__logo{width:220px;height:220px;margin:24px auto 0}.popup.stake-success .popup__title{font-size:1.37rem;font-weight:700;text-align:center;margin:30px auto 0}.popup.stake-success .popup__description{color:hsla(0,0%,100%,.7);font-size:1.12rem;font-weight:600;text-align:center;margin:30px auto 0;width:95%}.popup.stake-success .popup__description-mark{color:#67d455}.popup.stake-success .popup__button{border:2px solid #67d455;color:#67d455;height:50px;width:100%;border-radius:10px;display:flex;transition:all .1s linear;margin-top:auto}.popup.stake-success .popup__button:hover{background-color:#67d455;color:#000}.popup.stake-success .popup__button-text{margin:auto;font-size:1rem;font-weight:600}.popup.success-humanize{width:524px;height:auto;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;text-align:center}.popup.success-humanize .popup__image{width:100%;height:200px;margin-top:35px;position:relative;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.popup.success-humanize .popup__photo{border-radius:10px;width:200px;height:200px}.popup.success-humanize .popup__title{font-size:1.37rem;font-weight:700;margin-top:30px}.popup.success-humanize .popup__description{color:hsla(0,0%,100%,.7);font-size:1.12rem;margin-top:30px;font-weight:600;width:70%}.popup.success-humanize .popup__description-mark{color:#67d455}.popup.success-humanize .popup__button{width:300px;height:50px;border-radius:10px;border:2px solid #67d455;display:flex;margin-top:30px;color:#67d455;transition:all .1s linear;cursor:pointer}.popup.success-humanize .popup__button:hover{color:#000;background-color:#67d455}.popup.success-humanize .popup__button-text{margin:auto;font-size:1rem;font-weight:600}.popup.success-humanize .popup__details{margin-top:20px;display:flex;align-items:center;flex-flow:row nowrap;cursor:pointer;color:#67d455}.popup.success-humanize .popup__details-text{font-size:.87rem;font-weight:600;margin-left:5px}.popup.edit-profile{width:610px;height:auto;max-height:90vh;overflow-y:auto;margin:auto}.popup.edit-profile .title{font-size:1.37rem;font-weight:700}.popup.edit-profile .popup__title{font-size:1.37rem;font-weight:700;padding-bottom:30px;border-bottom:1px solid rgba(133,133,169,.3)}.popup.edit-profile .popup__images{padding:20px 0;border-bottom:1px solid rgba(133,133,169,.3);border-top:1px solid rgba(133,133,169,.3);margin-top:20px}.popup.edit-profile .popup__image{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;margin-bottom:20px}.popup.edit-profile .popup__image:last-child{margin-bottom:0}.popup.edit-profile .popup__image-description{display:flex;flex-flow:column nowrap;width:250px}.popup.edit-profile .popup__image-title{height:50px;display:flex}.popup.edit-profile .popup__image-title-text{margin:auto 0}.popup.edit-profile .popup__image-subtitle{font-size:1rem;font-weight:400;color:hsla(0,0%,100%,.7);line-height:26px;margin-top:10px;width:85%}.popup.edit-profile .popup__image-choice{height:150px;width:250px;border-radius:25px;border:2px dashed #000;display:flex;position:relative;cursor:pointer}.popup.edit-profile .popup__image-choice-file{position:absolute;width:100%;height:100%;top:0;left:0;background:none;border:none}.popup.edit-profile .popup__image-choice-text{margin:auto;color:#a397c6;font-size:1rem;font-weight:600;width:85%;text-align:center;line-height:24px}.popup.edit-profile .popup__item{display:flex;flex-flow:row;justify-content:space-between;margin-top:20px;align-items:center}.popup.edit-profile .popup__item-title{width:250px}.popup.edit-profile .popup__item-error-text{font-size:.81rem;font-weight:600;font-family:IBM Plex Mono,monospace;color:#ef617f;text-transform:uppercase;margin-top:10px}.popup.edit-profile .popup__item-input{width:250px;height:50px;border-radius:99px;background-color:#000;font-size:1rem;font-weight:600;padding:13px 20px;border:none;color:#fff;outline:none}.popup.edit-profile .popup__item-input.error{border:2px solid #ef617f;color:#ef617f}.popup.edit-profile .popup__item-input::placeholder{font-size:1rem;font-weight:600;color:#a397c6}.popup.edit-profile .popup__button{min-height:50px;width:100%;border:2px solid #67d455;color:#67d455;transition:all .1s linear;margin-top:30px;border-radius:10px;display:flex;cursor:pointer}.popup.edit-profile .popup__button.inactive{border:2px solid #504b62;background-color:#332c48;color:#504b62;pointer-events:none}.popup.edit-profile .popup__button:hover{background-color:#67d455;color:#271f3d}.popup.edit-profile .popup__button-text{margin:auto;font-size:1rem;font-weight:600}.popup.check-pepe{width:500px;height:auto;margin:auto}.popup.check-pepe .popup__title{font-size:1.56rem;font-weight:700}.popup.check-pepe .popup__description{margin-top:20px;color:hsla(0,0%,100%,.7);font-weight:400;font-size:1rem;padding-bottom:20px;border-bottom:1px solid rgba(133,133,169,.3)}.popup.check-pepe .popup__subtitle{font-size:.81rem;color:hsla(0,0%,100%,.7);font-family:IBM Plex Mono,monospace;font-weight:600;letter-spacing:.0600024001rem;margin-top:30px;text-transform:uppercase}.popup.check-pepe .popup__input{width:100%;height:50px;background-color:#000;border-radius:99px;font-size:1rem;font-weight:600;border:none;outline:none;padding:13px 20px;margin-top:20px;color:#fff}.popup.check-pepe .popup__input.error{border:2px solid #ef617f;color:#ef617f}.popup.check-pepe .popup__input::placeholder{color:hsla(0,0%,100%,.7);font-weight:600;font-size:1rem}.popup.check-pepe .popup__input::-webkit-inner-spin-button,.popup.check-pepe .popup__input::-webkit-outer-spin-button{-webkit-appearance:none}.popup.check-pepe .popup__error{text-transform:uppercase;font-weight:600;font-family:IBM Plex Mono,monospace;margin-top:10px;font-size:.81rem;color:rgba(0,0,0,0)}.popup.check-pepe .popup__error.active{color:#ef617f}.popup.check-pepe .popup__button{width:100%;height:50px;border-radius:10px;background-color:#332c48;border:2px solid #504b62;color:#504b62;display:flex;margin-top:30px;transition:all .1s linear;cursor:default}.popup.check-pepe .popup__button.active{background:none;border:2px solid #67d455;color:#67d455;cursor:pointer}.popup.check-pepe .popup__button.active:hover{background-color:#67d455;color:#000}.popup.check-pepe .popup__button-text{margin:auto;font-size:1rem;font-weight:600;-webkit-user-select:none;user-select:none}.popup.result-check{width:360px;height:auto;margin:auto;display:flex;align-items:center}.popup.result-check .popup__photo{width:220px;height:220px;margin-top:25px;position:relative}.popup.result-check .popup__photo-img{border-radius:10px;width:100%;height:100%}.popup.result-check .popup__photo-img.decor-img{display:none}.popup.result-check .popup__photo.available .decor-img,.popup.result-check .popup__photo.available .pepe-img{width:140px;height:140px;position:absolute;border-radius:15px}.popup.result-check .popup__photo.available .decor-img{bottom:0;right:0;box-shadow:0 0 100px rgba(85,212,121,.7);display:block}.popup.result-check .popup__photo.available .pepe-img{top:0;left:0}.popup.result-check .popup__title{font-size:1.37rem;font-weight:700;margin-top:30px}.popup.result-check .popup__description{color:hsla(0,0%,100%,.7);font-size:1.12rem;margin-top:30px;font-weight:600;text-align:center}.popup.result-check .popup__description-mark{color:#67d455}.popup.result-check .popup__button{width:100%;height:50px;border-radius:10px;border:2px solid #67d455;display:flex;margin-top:30px;color:#67d455;transition:all .1s linear;cursor:pointer}.popup.result-check .popup__button:hover{color:#000;background-color:#67d455}.popup.result-check .popup__button-text{margin:auto;font-size:1rem;font-weight:600}.popup.result-check .popup__check-other{margin-top:20px;display:flex;align-items:center;flex-flow:row nowrap;cursor:pointer;color:#a397c6}.popup.result-check .popup__check-other .svg{fill:#a397c6}.popup.result-check .popup__check-other-text{font-size:.87rem;font-weight:600;margin-left:5px}.popup.choose-marketplace{width:390px;height:auto;margin:auto;padding:32px}@media(max-width:1279px){.popup.choose-marketplace{padding:22px;border-radius:0}.popup.choose-marketplace .popup__button-close{width:40px;height:40px;border-radius:10px;background-color:#000;top:20px;right:20px}.popup.choose-marketplace .popup__button-close:after,.popup.choose-marketplace .popup__button-close:before{height:60%}}.popup.choose-marketplace .popup__title{font-size:1.56rem;font-weight:700}.popup.choose-marketplace .popup__list{margin-top:30px;display:flex;flex-flow:column nowrap;align-items:center}.popup.choose-marketplace .popup__list-item{border-radius:10px;cursor:pointer;width:100%;height:90px;background-color:#000;display:flex;margin-bottom:10px}.popup.choose-marketplace .popup__list-item:last-child{margin-bottom:0}.popup.choose-marketplace .popup__list-item svg{margin:auto}.popup.choose-collection{width:390px;height:auto;margin:auto;padding:25px 20px 20px;border-radius:0}@media(max-width:1279px){.popup.choose-collection .popup__button-close{width:40px;height:40px;border-radius:10px;background-color:#000;top:20px;right:20px}.popup.choose-collection .popup__button-close:after,.popup.choose-collection .popup__button-close:before{height:60%}}@media(min-width:1280px){.popup.choose-collection{padding:30px;width:510px;border-radius:10px}.popup.choose-collection .popup__button-close{width:18px;height:18px;top:35px;right:30px}}.popup.choose-collection .popup__title{font-size:1.37rem;font-weight:700}@media(min-width:1280px){.popup.choose-collection .popup__title{font-size:1.56rem}}.popup.choose-collection .popup__collections{display:flex;align-items:center;flex-flow:column nowrap;margin-top:30px}@media(min-width:1280px){.popup.choose-collection .popup__collections{flex-flow:row wrap;justify-content:space-between}}.popup.choose-collection .popup__collection{background-color:#000;border-radius:10px;overflow:hidden;width:100%;margin-bottom:10px;display:flex;flex-flow:row nowrap}.popup.choose-collection .popup__collection:last-child{margin-bottom:0}@media(min-width:1280px){.popup.choose-collection .popup__collection{width:49%;margin-bottom:0;flex-flow:column nowrap}}.popup.choose-collection .popup__collection-photo{width:130px;height:100%}@media(min-width:1280px){.popup.choose-collection .popup__collection-photo{width:100%;height:auto}}.popup.choose-collection .popup__collection-name{font-size:1.25rem;margin:auto;font-weight:700;padding:25px 0;text-align:center}.handler-theme{width:55px;height:30px;border-radius:999px;background-color:#271f3d;border:2px solid #20462a;margin-left:20px;display:flex;justify-content:space-between;align-items:center;padding:8px 5px 8px 8px;cursor:pointer;position:relative}.handler-theme:before{content:"";background-color:#67d455;width:20px;height:20px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s linear}.handler-theme.dark:before{left:26px}.handler-theme.light:before{left:5px}.handler-theme__item.dark{width:13px;height:13.5px}.handler-theme__item.light{height:18px;width:18px}.description{height:auto;width:100%;margin-top:20px}.description__title{font-size:1.75rem;color:#67d455;font-weight:700;text-shadow:0 0 100px rgba(85,212,121,.7)}@media(min-width:1280px){.description__title{font-size:2.62rem}}.description__info{font-size:1rem;font-weight:400;line-height:26px;margin-top:20px}@media(min-width:1280px){.description__info{width:85%}}.pagination{width:100%;height:40px;margin-top:15px;flex-shrink:0}.pagination,.pagination__group-info-pages{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-around}.pagination__group-info-pages{width:200px}.pagination.full{justify-content:space-between}@media(max-width:1279px){.pagination{padding-bottom:15px;border-bottom:1px solid #3c3550}}.pagination .pagination__first,.pagination .pagination__last,.pagination .pagination__next,.pagination .pagination__prev{display:flex;align-items:center;flex-flow:row nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.pagination .pagination__first.inactive,.pagination .pagination__last.inactive,.pagination .pagination__next.inactive,.pagination .pagination__prev.inactive{cursor:default}.pagination .pagination__first.inactive .svg,.pagination .pagination__last.inactive .svg,.pagination .pagination__next.inactive .svg,.pagination .pagination__prev.inactive .svg{fill:#504b62}.pagination .pagination__first.inactive span,.pagination .pagination__last.inactive span,.pagination .pagination__next.inactive span,.pagination .pagination__prev.inactive span{color:#504b62}.pagination .pagination__first span,.pagination .pagination__last span,.pagination .pagination__next span,.pagination .pagination__prev span{color:#a397c6;font-weight:600}.pagination__info{-webkit-user-select:none;user-select:none}.pagination__info-text{font-weight:600;color:#67d455}.pagination__first-text{margin-left:10px}.pagination__last-text{margin-right:10px}.pagination__prev{margin-right:-20px}.pagination__next{margin-left:-20px}.stake__panel{width:100%;height:auto;background-color:#271f3d;overflow:hidden;margin-bottom:20px;border-radius:10px}.stake__panel:last-child{margin-bottom:0}.stake__panel-header{padding:20px;display:flex;flex-flow:row;justify-content:space-between;align-items:center;background:linear-gradient(0deg,rgba(163,151,198,.3),rgba(163,151,198,0))}.stake__panel-main{width:100%;height:auto;padding:20px}.loading{width:100%;height:100%;position:absolute;top:0;left:0}.loading__gif{position:absolute;width:20%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.pepe-card{min-width:288px;max-width:288px;height:auto;border-radius:10px;background-color:#271f3d;display:flex;flex-flow:column nowrap;align-items:flex-start;overflow:hidden;margin-right:20px;cursor:pointer}.pepe-card.humanize-card .pepe-card__name{font-size:1.12rem;margin-top:0}.pepe-card.humanize-card .pepe-card__info{padding:15px 20px 20px}@media(min-width:1280px){.pepe-card{min-width:203px;max-width:203px}}@media(min-width:1440px){.pepe-card{min-width:243px;max-width:243px}}@media(min-width:1900px){.pepe-card{min-width:292px;max-width:292px}}.pepe-card:last-child{margin-right:0}.pepe-card__photo{width:100%;height:auto}.pepe-card__info{width:100%;padding:20px;display:flex;flex-flow:column nowrap;align-items:flex-start}.pepe-card__marks{display:flex;flex-flow:row nowrap;align-items:center;margin-top:-20px;transform:translateY(-50%)}.pepe-card__badge{padding:0 5px;height:22px;border-radius:5px;display:flex;box-shadow:0 0 35px rgba(103,212,85,.9)}.pepe-card__badge,.pepe-card__badge.green{background-color:#67d455}.pepe-card__badge.yellow{background-color:#f3ba2f;box-shadow:0 0 35px rgba(243,186,47,.9)}.pepe-card__badge.red{background-color:#ef617f;box-shadow:0 0 35px rgba(239,97,127,.9)}.pepe-card__badge-text{margin:auto;text-transform:uppercase;color:#000;font-size:.69rem;font-weight:600;letter-spacing:.04rem}.pepe-card__stickers{display:flex;flex-flow:row nowrap;align-items:center}.pepe-card__sticker{display:flex;border-radius:50%;background-color:#5b9808;width:30px;height:30px;margin-left:5px}.pepe-card__sticker-text{margin:auto;color:hsla(0,0%,100%,.7);font-size:.4rem;font-weight:600}.pepe-card__name{font-size:1.37rem;font-weight:700;margin-top:5px;max-width:100%;word-wrap:break-word}.pepe-card__collection{font-size:.81rem;color:#67d455;font-weight:600;font-family:IBM Plex Mono,monospace;margin-top:15px;text-transform:uppercase;letter-spacing:.0625rem}.jail{width:100%;background-color:#000;overflow:hidden;display:flex;flex-flow:row nowrap;position:relative;z-index:5}.jail .footer{margin-top:143px}@media(min-width:1280px){.jail .footer{margin-top:140px}}@media(min-width:1440px){.jail .footer{margin-top:128px}}@media(min-width:1900px){.jail .footer{margin-top:61px}}.jail__photo{width:100%;height:260px}@media(min-width:1280px){.jail__photo{margin-top:-60px}}@media(min-width:1440px){.jail__photo{height:300px}}@media(min-width:1900px){.jail__photo{height:414px}}.jail__photo.day{background:url(/_next/static/media/photo-section-day.66faf3d8.png) no-repeat 50%/cover}@media(min-width:1900px){.jail__photo.day{height:400px}}.jail__photo.night{background:url(/_next/static/media/photo-section-night.93232ece.jpg) no-repeat 50%/cover}.jail .stakes{margin-top:40px;width:100%;height:auto;display:flex;flex-flow:column nowrap;align-items:center}@media(min-width:1280px){.jail .stakes .container-custom{display:flex;flex-flow:row nowrap;align-items:flex-start}}.jail .stakes .stake__logo{width:120px}.jail .stakes .stake__panel{margin-bottom:30px}.jail .stakes .stake__panel:last-child{margin-bottom:0}@media(min-width:1280px){.jail .stakes .stake__panel{margin-bottom:0;margin-right:30px}.jail .stakes .stake__panel:last-child{margin-right:0}}.jail .stakes .stake__header-content{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between}.jail .stakes .stake__info{display:flex;flex-flow:column nowrap;justify-content:space-between}.jail .stakes .stake__info-title{font-weight:700;font-size:1.37rem}.jail .stakes .stake__info-value{color:#67d455;font-size:1.12rem;font-weight:700}.jail .stakes .stake__main-content{display:flex;flex-flow:column nowrap}@media(min-width:1280px){.jail .stakes .stake__main-content{flex-flow:row nowrap;justify-content:space-between;align-items:center}}.jail .stakes .stake__button{width:310px;height:50px;margin:0 auto;display:flex;border-radius:10px;color:#67d455;border:2px solid #67d455;cursor:pointer}.jail .stakes .stake__button:hover{background-color:#67d455;color:#000}.jail .stakes .stake__button-text{margin:auto;font-weight:600;font-size:1rem}@media(min-width:1280px){.jail .stakes .stake__button{width:100%}}.jail .stakes .stake__details{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;margin-top:20px;color:#67d455;cursor:pointer;transition:all .1s linear}.jail .stakes .stake__details .svg{transition:all .1s linear}.jail .stakes .stake__details:hover{color:#fff}.jail .stakes .stake__details:hover .svg{fill:#fff}@media(min-width:1280px){.jail .stakes .stake__details{margin-top:0;margin-left:28px}}.jail .stakes .stake__details-logo{margin-right:10px}@media(min-width:1280px){.jail .stakes .stake__details-logo{margin-right:8px}}.jail .stakes .stake__details-text{font-size:.87rem;font-weight:600}.jail .info{width:100%;height:auto;margin-top:40px}.jail .info__panel{width:100%;height:auto;background-color:#000;padding:20px;box-shadow:0 0 100px rgba(239,97,127,.8);border-radius:10px;overflow:hidden}@media(min-width:1280px){.jail .info__panel{display:flex;flex-flow:row;align-items:flex-start;justify-content:space-between}}.jail .info .rarest-pepe{width:100%;height:auto;margin-bottom:40px}@media(min-width:1280px){.jail .info .rarest-pepe{margin-bottom:0;margin-right:30px;width:415px}}@media(min-width:1440px){.jail .info .rarest-pepe{width:495px}}@media(min-width:1900px){.jail .info .rarest-pepe{width:595px}}.jail .info .rarest-pepe__header{display:flex;flex-flow:row nowrap}.jail .info .rarest-pepe__title{font-weight:700;font-size:1.37rem;width:65%}.jail .info .rarest-pepe__slider{margin-top:30px;width:auto;display:flex;flex-flow:row nowrap;align-items:flex-start;overflow-x:scroll;padding-bottom:15px;position:relative;min-height:83px}@media(min-width:1280px){.jail .info .rarest-pepe__slider{overflow-x:hidden;overflow-y:hidden;padding-bottom:0}}.jail .info .rarest-pepe__slide{margin-right:20px;display:flex;flex-flow:column nowrap;align-items:center;min-width:234px;max-width:234px;height:auto}@media(min-width:1280px){.jail .info .rarest-pepe__slide{width:28%;min-width:auto;max-width:none}}.jail .info .rarest-pepe__slide-photo{position:relative;height:auto;display:flex}.jail .info .rarest-pepe__slide-photo .stick{position:absolute;top:0;left:0;height:100%;width:4px;background-color:#000}.jail .info .rarest-pepe__slide-photo .stick:before{content:"";position:absolute;height:100%;width:2px;background-color:#a397c6;top:0;left:0}.jail .info .rarest-pepe__slide-photo .stick-1{left:20%}.jail .info .rarest-pepe__slide-photo .stick-2{left:40%}.jail .info .rarest-pepe__slide-photo .stick-3{left:60%}.jail .info .rarest-pepe__slide-photo .stick-4{left:80%}.jail .info .rarest-pepe__slide-image{border-radius:10px;width:100%;position:relative}@media(min-width:1280px){.jail .info .rarest-pepe__slide-image{width:100%}}.jail .info .rarest-pepe__slide-name{font-size:.81rem;color:hsla(0,0%,100%,.7);font-weight:600;font-family:IBM Plex Mono,monospace;letter-spacing:.0602409639rem;text-transform:uppercase;margin-top:15px}@media(min-width:1280px){.jail .info .rarest-pepe__slide-name{text-align:center}}.jail .info .rarest-pepe__slide:last-child{margin-right:0}.jail .info .rarest-pepe-points{margin-top:15px;align-items:center;justify-content:center;flex-flow:row nowrap;display:none}@media(min-width:1280px){.jail .info .rarest-pepe-points{display:none}}.jail .info .rarest-pepe-point{width:10px;height:10px;border-radius:50%;background-color:#3c3550;margin-right:10px}.jail .info .rarest-pepe-point:last-child{margin-right:0}.jail .info .rarest-pepe-point.active{background-color:#67d455}@media(min-width:1280px){.jail .info .population{width:415px}.jail .info .population .wrapper__main{display:flex;flex-flow:row nowrap;width:100%}.jail .info .population .wrapper__chart-description{width:70%}}@media(min-width:1440px){.jail .info .population{width:595px}.jail .info .population .wrapper__chart-description{width:60%}}.jail .info .population__title{font-size:1.37rem;font-weight:700}.jail .info .population__chart{margin:30px auto 0;width:35%;position:relative}@media(max-width:650px){.jail .info .population__chart{width:65%}}@media(min-width:1280px){.jail .info .population__chart{width:145px;height:145px;margin:30px 20px 0 0}}@media(min-width:1440px){.jail .info .population__chart{width:175px;height:175px}}@media(min-width:1900px){.jail .info .population__chart{width:200px;height:200px}}.jail .info .population__chart-total{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;background-color:#000;display:flex;border-radius:50%;flex-flow:column nowrap;justify-content:center;text-align:center}@media(min-width:1280px){.jail .info .population__chart-total{width:72%;height:72%}}.jail .info .population__chart-total-value{font-size:1.87rem;font-weight:700;letter-spacing:.01rem}@media(min-width:1280px){.jail .info .population__chart-total-value{font-size:1.25rem}}.jail .info .population__chart-total-description{font-size:1.25rem;font-weight:600;color:hsla(0,0%,100%,.7)}@media(min-width:1280px){.jail .info .population__chart-total-description{font-size:.87rem;width:100%}}.jail .info .population__descriptions{display:flex;flex-flow:column nowrap;margin-top:30px}.jail .info .population__description{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:10px}.jail .info .population__description:last-child{margin-bottom:0}.jail .info .population__description-info{display:flex;flex-flow:row nowrap;align-items:center}.jail .info .population__description-color{width:12px;height:12px;border-radius:50%;margin-right:10px}.jail .info .population__description-name{font-size:1rem;font-weight:600}.jail .info .population__description-value{color:#67d455;font-weight:700;font-size:1rem}.jail .info .population__button{width:100%;max-width:310px;height:40px;border-radius:10px;border:2px solid #20462a;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:0 15px 0 12px;margin:20px auto 0}.jail .info .population__button:hover{background-color:#20462a}@media(min-width:1440px){.jail .info .population__button{min-width:100%}}.jail .info .population__button-text{margin:auto 0;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.7)}.jail .info .population__button-arrow{margin:auto 0;width:16px;height:12px}.farm{width:100%;background-color:#000;overflow:hidden;display:flex;flex-flow:row nowrap;position:relative;z-index:5}.farm .footer{margin-top:74px}.farm__photo{width:100%}.farm__photo.day{height:250px;background:url(/_next/static/media/photo-section-day.8bb5ddfe.jpg) no-repeat center 100%/cover}@media(min-width:1280px){.farm__photo.day{height:250px;background:url(/_next/static/media/photo-section-day.8bb5ddfe.jpg) no-repeat 50%/cover;margin-top:-60px}}@media(min-width:1440px){.farm__photo.day{height:300px}}@media(min-width:1900px){.farm__photo.day{height:400px}}.farm__photo.night{height:530px;background:url(/_next/static/media/photo-section-night.7ca22da8.jpg) no-repeat center 100%/cover;margin-bottom:-340px}@media(min-width:1280px){.farm__photo.night{margin-top:-60px;height:800px;background:url(/_next/static/media/photo-section-night.7ca22da8.jpg) no-repeat 50%/cover;margin-bottom:-540px}}@media(min-width:1440px){.farm__photo.night{height:900px;margin-bottom:-610px}}@media(min-width:1900px){.farm__photo.night{height:1200px;margin-bottom:-810px}}.farm .info{height:auto;width:100%;margin-top:10px}.farm .info__wrapper{width:100%;display:flex;flex-flow:column nowrap}@media(min-width:1280px){.farm .info__wrapper{flex-flow:row nowrap;box-shadow:none}}.farm .info__panel{padding:15px;display:flex;background-color:#000;border-radius:20px;box-shadow:0 0 100px rgba(239,97,127,.8);width:100%;height:auto;flex-flow:row nowrap;align-items:center;margin-bottom:10px}@media(min-width:1280px){.farm .info__panel{width:auto;margin-bottom:0;margin-right:10px;height:100px;align-items:flex-start}.farm .info__panel:first-child .info__item:first-child,.farm .info__panel:first-child .info__item:nth-child(2){width:80px}.farm .info__panel:first-child .info__item:nth-child(3){width:55px}.farm .info__panel:nth-child(2) .info__item:first-child{width:60px}.farm .info__panel:nth-child(2) .info__item:nth-child(2){width:104px}.farm .info__panel:nth-child(2) .info__item:nth-child(3){width:137px}.farm .info__panel:nth-child(3) .info__item{width:135px}}.farm .info__panel:last-child{margin-bottom:0;margin-right:0}.farm .info__items{width:100%;height:auto;align-items:center}@media(min-width:1280px){.farm .info__items{display:flex;flex-flow:row nowrap;align-items:flex-start;height:100%}}.farm .info__item{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(133,133,169,.3)}@media(min-width:1280px){.farm .info__item{justify-content:space-between;flex-flow:column nowrap;padding:0;border-bottom:none;height:100%;margin-right:20px}.farm .info__item:last-child{margin-right:0}}.farm .info__item:first-child{padding-top:0}.farm .info__item:last-child{padding-bottom:0;border-bottom:none}.farm .info__item-name{font-size:.93rem;font-weight:600;max-width:60%;line-height:26px}@media(min-width:1280px){.farm .info__item-name{max-width:100%;line-height:20px}}.farm .info__item-value{color:#ef617f;font-weight:700;font-size:1.12rem;letter-spacing:.01rem}.farm .info__item-value.value-time{display:flex;flex-flow:row nowrap}.farm .info__item-value.value-time .time{display:flex;flex-flow:column nowrap;width:30px;margin-right:5px}@media(max-width:1279px){.farm .info__item-value.value-time .time{margin-left:5px;margin-right:0;width:auto}.farm .info__item-value.value-time .time:first-child{margin-left:0}.farm .info__item-value.value-time .time:first-child .time__value:after{content:"d"}.farm .info__item-value.value-time .time:nth-child(2) .time__value:after{content:"h"}.farm .info__item-value.value-time .time:nth-child(3) .time__value:after{content:"m"}.farm .info__item-value.value-time .time:nth-child(4) .time__value:after{content:"s"}}.farm .info__item-value.value-time .time:last-child{margin-right:0}.farm .info__item-value.value-time .time__value{font-size:1.12rem;color:#ef617f;letter-spacing:.01rem;font-weight:700;line-height:26px}@media(max-width:1279px){.farm .info__item-value.value-time .time__value{font-size:1rem}.farm .info__item-value.value-time .time__value:after{position:relative}}.farm .info__item-value.value-time .time__name{color:hsla(0,0%,100%,.7);font-size:.62rem}@media(max-width:1279px){.farm .info__item-value.value-time .time__name{display:none}}.farm .info__item-panel-detail{position:fixed;z-index:1000;top:0;left:0;width:100vw;height:100vh;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none}@media(min-width:1280px){.farm .info__item-panel-detail{display:none!important}}.farm .info__item-panel-detail.active{display:flex}.farm .info__item-panel-detail .panel{position:absolute;padding:30px;bottom:0;left:0;width:100%;height:auto;background-color:#000;border-top:1px solid #a397c6}.farm .info__item-panel-detail .panel__button-close{position:absolute;top:30px;right:30px;width:24px;height:24px}.farm .info__item-panel-detail .panel__button-close:after,.farm .info__item-panel-detail .panel__button-close:before{content:"";position:absolute;top:50%;left:50%;height:18px;width:2px;background-color:#67d455}.farm .info__item-panel-detail .panel__button-close:before{transform:translate(-50%,-50%) rotate(45deg)}.farm .info__item-panel-detail .panel__button-close:after{transform:translate(-50%,-50%) rotate(135deg)}.farm .info__item-panel-detail .panel__info{height:auto;display:flex;flex-flow:column nowrap;margin-top:15px}.farm .info__item-panel-detail .panel__info:first-child{margin-top:0}.farm .info__item-panel-detail .panel__info-title{font-size:.93rem;font-weight:600}.farm .info__item-panel-detail .panel__info-text{font-size:.87rem;color:hsla(0,0%,100%,.7);line-height:20px;font-weight:400;margin-top:5px;width:85%}.farm .info__item-question{position:relative;cursor:pointer;margin-left:12px}.farm .info__item-question:hover .info__item-question-info{display:flex}.farm .info__item-question-info{top:28px;display:none;position:absolute;left:calc(50% - 176.5px);width:353px;height:auto;border-radius:2px;padding:15px;background-color:#000;border:1px solid #a397c6;z-index:100;flex-flow:column nowrap}.farm .info__item-question-info .wrapper{position:absolute;top:-6.5px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background-color:#000;border-left:1.5px solid #a397c6;border-top:1.5px solid #a397c6;border-top-left-radius:2px;z-index:55}.farm .info__item-question-info .panel__info{margin-bottom:15px}.farm .info__item-question-info .panel__info:last-child{margin-bottom:0}.farm .info__item-question-info-title{font-size:.93rem;font-weight:600}.farm .info__item-question-info-text{font-size:.87rem;color:hsla(0,0%,100%,.7);font-weight:400;margin-top:5px;line-height:20px}@media(min-width:1280px){.farm .info__item-question{margin-left:8px}}.farm .stake{width:100%;height:auto;margin-top:40px}@media(min-width:1280px){.farm .stake .container-custom{display:flex;flex-flow:row nowrap}}.farm .stake__panel{width:100%;height:auto;background-color:#271f3d;margin-bottom:20px;border-radius:10px;overflow:visible}@media(min-width:1280px){.farm .stake__panel{width:50%;margin-bottom:0;min-height:475px}.farm .stake__panel:first-child{margin-right:30px}}.farm .stake__panel:last-child{margin-bottom:0}.farm .stake__panel-header{padding:20px;display:flex;flex-flow:row;justify-content:space-between;align-items:center;background:linear-gradient(0deg,rgba(163,151,198,.3),rgba(163,151,198,0))}.farm .stake__panel-title{font-weight:700;font-size:1.37rem}.farm .stake__panel-info{display:flex;flex-flow:column nowrap;justify-content:space-between;max-width:70%}.farm .stake__panel-features{display:flex;flex-flow:row wrap}.farm .stake__panel-feature{height:24px;display:flex;padding:0 6px;border-radius:5px;margin-right:5px;align-items:center;margin-top:15px}.farm .stake__panel-feature-icon{width:12px;height:12px;margin-left:6px;display:flex;position:relative;cursor:pointer}.farm .stake__panel-feature-icon:hover .info__item-question-info{display:flex}.farm .stake__panel-feature-icon .info__item-question-info{top:22px;display:none;position:absolute;left:calc(50% - 176.5px);width:353px;height:auto;border-radius:2px;padding:15px;background-color:#000;border:1px solid #a397c6;z-index:100;flex-flow:column nowrap}.farm .stake__panel-feature-icon .info__item-question-info .wrapper{position:absolute;top:-6.5px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background-color:#000;border-left:1.5px solid #a397c6;border-top:1.5px solid #a397c6;border-top-left-radius:2px;z-index:55}.farm .stake__panel-feature-icon .info__item-question-info-title{font-size:.93rem;font-weight:600;color:#fff}.farm .stake__panel-feature-icon .info__item-question-info-text{font-size:.87rem;color:hsla(0,0%,100%,.7);font-weight:400;margin-top:5px;line-height:20px}@media(min-width:1280px){.farm .stake__panel-feature-icon .info__item-question{margin-left:8px}}.farm .stake__panel-feature:last-child{margin-right:0}.farm .stake__panel-feature-text{margin:auto;font-weight:700;font-size:.87rem}.farm .stake__panel-feature.green{background-color:#67d455;color:#000}.farm .stake__panel-feature.pink{color:#ef617f;border:1px solid #ef617f}@media(min-width:1280px){.farm .stake__panel-logo{width:60px;height:60px}}.farm .stake__panel-main{width:100%;height:auto;padding:20px}.farm .stake__panel-totals{display:flex;flex-flow:column nowrap}.farm .stake__panel-total{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:10px}.farm .stake__panel-total-name{font-size:1rem;font-weight:600}.farm .stake__panel-total-value{font-size:1rem;font-weight:700;color:#67d455}.farm .stake__panel-owns{display:flex;flex-flow:column nowrap}.farm .stake__panel-own{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-bottom:10px}.farm .stake__panel-own:first-child{padding-top:10px;border-top:1px solid #3c3550}.farm .stake__panel-own-name{font-size:1rem;font-weight:600}.farm .stake__panel-own-value{font-size:1rem;font-weight:700;color:#67d455}.farm .stake__panel-buttons{display:flex;flex-flow:row wrap;justify-content:space-between;margin-top:30px}.farm .stake__panel-button{margin:30px auto 0;width:310px;height:50px;border-radius:10px;display:flex;border:2px solid #67d455;color:#67d455;transition:all .1s linear;cursor:pointer}.farm .stake__panel-button.stake{width:48%;margin:0}.farm .stake__panel-button.unstake{width:50%;border:2px solid #ef617f;color:#ef617f;margin:0}.farm .stake__panel-button.unstake:hover{background-color:#ef617f;color:#000}.farm .stake__panel-button.harvest{width:100%;border:2px solid #a397c6;color:#a397c6;margin-top:10px}.farm .stake__panel-button.harvest:hover{background-color:#a397c6;color:#000}.farm .stake__panel-button.inactive,.farm .stake__panel-button.inactive:hover{color:#504b62;background-color:#332c48;border:2px solid #504b62}.farm .stake__panel-button:hover{background-color:#67d455;color:#000}@media(max-width:385px){.farm .stake__panel-button{width:90%}}@media(min-width:1280px){.farm .stake__panel-button{width:100%;margin-top:90px}}.farm .stake__panel-button-text{margin:auto;font-size:1rem;font-weight:600}.farm .stake__panel-details{margin-top:25px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;flex-flow:row nowrap}@media(min-width:1280px){.farm .stake__panel-details{justify-content:space-evenly}}.farm .stake__panel-detail{display:flex;flex-flow:row nowrap;align-items:center;margin:0 6px;color:#67d455;transition:all .1s linear}.farm .stake__panel-detail .svg{transition:all .1s linear}.farm .stake__panel-detail:hover .svg{fill:#fff}.farm .stake__panel-detail:hover{color:#fff}.farm .stake__panel-detail:hover.inactive{color:#504b62}.farm .stake__panel-detail:hover.inactive .svg{fill:#504b62}.farm .stake__panel-detail.inactive{color:#504b62}.farm .stake__panel-detail-icon{margin-right:7px;height:20px}.farm .stake__panel-detail-text{font-size:.87rem;font-weight:600}.primary{height:auto;background:url(/_next/static/media/background.b4b4d1cc.png) no-repeat top/cover,#000;overflow:hidden;display:flex;flex-flow:row nowrap;z-index:5}.primary,.primary .intro{width:100%;position:relative}.primary .intro{margin:80px auto 0;z-index:1}.primary .intro .container-custom{display:flex;flex-flow:column nowrap;align-items:center;max-width:80%}.primary .intro__pepe{margin:0 auto}.primary .intro__title{margin:30px auto 0;background:linear-gradient(180deg,rgb(122,247,74),rgb(122,246,80) 10%,rgb(121,244,97) 30%,rgb(120,240,120) 50%,rgb(113,229,111) 60%,rgb(94,196,85) 85%,rgb(87,184,75));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:green;font-weight:700;text-align:center;font-size:2.5rem;text-shadow:0 0 100px rgba(85,212,121,.7);line-height:45px}@media(min-width:1280px){.primary .intro__title{line-height:70px;font-size:3.75rem;width:85%}}.primary .intro__subtitle{display:flex;margin:23px auto 0;align-items:center;width:auto}@media(min-width:1440px){.primary .intro__subtitle{height:44px;background-color:#271f3d;border-radius:10px;padding:0 10px}}.primary .intro__subtitle-logo{margin-right:10px;width:21px;height:21px}.primary .intro__subtitle-text{font-family:IBM Plex Mono,monospace;text-transform:uppercase;font-weight:500;font-size:.75rem;letter-spacing:.02em}@media(min-width:1280px){.primary .intro__subtitle-text{font-size:.87rem}}.primary .intro__features{display:flex;align-self:flex-start;flex-flow:column nowrap;margin:40px auto 0}@media(min-width:1280px){.primary .intro__features{flex-flow:row nowrap;margin:50px auto 0}}.primary .intro__feature{display:flex;flex-flow:row nowrap;align-items:center;margin-bottom:20px}@media(min-width:1280px){.primary .intro__feature{flex-flow:column nowrap;flex:1 1;text-align:center;margin-bottom:0}}.primary .intro__feature:last-child{margin-bottom:0}.primary .intro__feature-icon{min-width:80px;min-height:80px;margin-right:20px;background-color:#271f3d;border-radius:50%;display:flex;align-items:center}@media(min-width:1280px){.primary .intro__feature-icon{margin-bottom:20px;margin-right:0;min-width:100px;min-height:100px}}.primary .intro__feature-image{margin:auto}@media(min-width:1280px){.primary .intro__feature-image{width:55%}}.primary .intro__feature-text{font-weight:700;font-size:1rem;line-height:22px}@media(min-width:1280px){.primary .intro__feature-text{font-size:1.25rem;width:80%;line-height:26px}}.primary .topical{width:100%;margin:35px auto 0}.primary .topical .container-custom{display:flex;flex-flow:column nowrap}@media(min-width:1280px){.primary .topical .container-custom{flex-flow:row nowrap}.primary .topical{margin:60px auto 0;height:385px}}@media(min-width:1440px){.primary .topical{height:444px}}.primary .topical__main{background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,0)),url(/_next/static/media/bg-main-panel.e6ee1293.png) no-repeat 50%/cover;border-radius:10px;display:flex;flex-flow:column;align-items:flex-start;padding:20px;margin-bottom:40px;height:290px;cursor:pointer}@media(min-width:1280px){.primary .topical__main{flex:8 1;margin-right:30px;margin-bottom:0;height:auto}}.primary .topical__main-title{font-size:2.25rem;font-weight:700;margin-top:auto}@media(min-width:1280px){.primary .topical__main-title{font-size:2.62rem}}@media(min-width:1160px){.primary .topical__main-title{margin-bottom:5px}}.primary .topical__main-info{display:flex;flex-flow:column nowrap}@media(min-width:1280px){.primary .topical__main-info{flex-flow:row nowrap;align-items:center}}.primary .topical__main-user{font-size:.87rem;font-weight:700;color:hsla(0,0%,100%,.7);margin-bottom:10px;margin-top:5px}@media(min-width:1280px){.primary .topical__main-user{font-size:1.12rem;margin-right:20px;margin-bottom:0;margin-top:0}}.primary .topical__main-editions{display:flex;flex-flow:row nowrap}.primary .topical__main-edition{min-height:28px;height:auto;width:auto;background-color:#67d455;border-radius:5px;display:flex;align-items:center;padding:2px 12px}.primary .topical__main-edition.red{margin-left:5px;background-color:#ef617f}.primary .topical__main-edition .text{margin:auto;font-size:.87rem;font-weight:700;color:#000}@media(min-width:1280px){.primary .topical__main-edition .text{font-size:1.12rem}}.primary .topical__day{min-height:146px;height:auto;width:auto;background-color:#271f3d;border-radius:10px;overflow:hidden;display:flex;flex-flow:row nowrap;flex:7 1}@media(min-width:1280px){.primary .topical__day{flex:3 1;height:100%;flex-flow:column nowrap}}.primary .topical__day-photo{display:flex;flex:1 1;border-bottom-left-radius:10px;border-top-left-radius:10px;height:auto;max-width:100%;width:auto;align-items:flex-start}.primary .topical__day-photo img{width:100%}@media(min-width:1280px){.primary .topical__day-photo{border-bottom-left-radius:0;border-top-left-radius:10px;border-top-right-radius:10px}}.primary .topical__day-info{flex:1 1;padding:15px 20px;display:flex;flex-flow:column nowrap;align-content:space-between;align-items:flex-start}@media(min-width:600px){.primary .topical__day-info{flex:2 1}}@media(min-width:900px){.primary .topical__day-info{flex:3 1}}@media(min-width:1280px){.primary .topical__day-info{flex:1 1;padding:20px 15px}}.primary .topical__day-title{font-size:.62rem;color:#ef617f;font-family:IBM Plex Mono,monospace;text-transform:uppercase;font-weight:600;margin-bottom:5px;letter-spacing:.02rem}@media(min-width:1280px){.primary .topical__day-title{font-size:.75rem}}.primary .topical__day-name{font-weight:700;font-size:1.37rem;line-height:28px;margin-bottom:10px}@media(min-width:1280px){.primary .topical__day-name{font-size:1.56rem}}.primary .topical__day-id{height:28px;width:auto;border:2px solid #67d455;display:flex;color:#67d455;border-radius:5px;align-items:center}@media(min-width:1280px){.primary .topical__day-id{margin-top:auto;height:30px}}.primary .topical__day-id-text{margin:0 auto;display:flex;padding:0 8px;font-size:.87rem;text-align:center;font-weight:700}@media(min-width:1280px){.primary .topical__day-id-text{font-size:1.12rem}}.primary .collection{width:100%;height:auto;margin:40px auto}@media(min-width:1280px){.primary .collection{margin-top:60px}}.primary .collection__header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.primary .collection__header-title{font-weight:700;font-size:1.37rem}@media(min-width:1280px){.primary .collection__header-title{font-size:1.56rem}}.primary .collection__slider{height:auto;margin:30px auto 0;display:flex;align-items:center;flex-flow:row nowrap;overflow-x:scroll}@media(min-width:1280px){.primary .collection__slider{overflow-x:visible}}.primary .collection__slides{width:auto;display:flex;align-items:center;flex-flow:row nowrap;height:318px}@media(min-width:1280px){.primary .collection__slides{justify-content:space-between;width:100%;height:auto}}.primary .collection__slide{background-color:#271f3d;border-radius:10px;min-width:225px;min-height:100%;display:flex;flex-flow:column nowrap;overflow:hidden;margin-right:20px}.primary .collection__slide:hover{background-color:#110c1f}.primary .collection__slide:last-child{margin-right:0}@media(min-width:1280px){.primary .collection__slide{min-width:0;margin-right:30px;flex:1 1;padding-bottom:25px;transition:all .1s linear}.primary .collection__slide:hover{background-color:#110c1f;box-shadow:0 0 100px rgba(85,212,121,.7)}}.primary .collection__slide-photo{width:100%;height:auto;position:relative}.primary .collection__slide-photo-image{width:100%;height:100%}.primary .collection__slide-photo-mark{position:absolute;bottom:-11px;left:50%;transform:translateX(-50%);width:auto;display:flex;align-items:center;height:25px;border-radius:5px;background-color:#67d455;color:#000;box-shadow:0 0 35px rgba(85,212,121,.9);font-size:.75rem;text-align:center;font-weight:700;padding:0 10px;text-transform:uppercase;letter-spacing:.1em}.primary .collection__slide-info{width:100%;height:auto}.primary .collection__slide-title{font-weight:700;font-size:1.25rem;text-align:center;margin-top:20px}.primary .collection__slide-subtitle{color:#ef617f;text-align:center;font-family:IBM Plex Mono,monospace;font-weight:600;font-size:.81rem;text-transform:uppercase;margin-top:5px;letter-spacing:.0625em}.primary .news{width:100%;margin:40px auto 0;height:auto}@media(min-width:1280px){.primary .news .container-custom{padding:30px!important;border-radius:10px;overflow:hidden}.primary .news .arrows{display:none}}.primary .news .container-custom{display:flex;flex-flow:column nowrap;background-color:#271f3d;width:100%;padding:30px 5%}.primary .news__header{width:100%;margin:0 auto;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.primary .news__header-title{font-size:1.56rem;font-weight:700}.primary .news__cards{margin:20px auto 0;width:100%;display:flex;flex-flow:row nowrap;align-items:flex-start;overflow-x:scroll}@media(min-width:1280px){.primary .news__cards{margin:30px auto 0}}.primary .news__card{display:flex;flex-flow:column nowrap;min-width:233px;height:100%;padding-bottom:30px;margin-right:20px}@media(min-width:1280px){.primary .news__card{margin-right:30px;min-width:238px}}@media(min-width:1160px){.primary .news__card{min-width:287px}}.primary .news__card:last-child{margin-right:0}.primary .news__card-photo{width:100%;height:160px;border-radius:5px;overflow:hidden}.primary .news__card-photo-image{height:100%;width:100%}.primary .news__card-title{width:100%;font-size:1rem;font-weight:700;margin-top:10px}.primary .news__card-text{color:hsla(0,0%,100%,.7);margin-top:8px;font-size:1rem;font-weight:400}.primary .news__card-date{margin-top:8px;font-size:1rem;font-weight:400;color:hsla(0,0%,100%,.4)}.profile{width:100%;background-color:#000;overflow:hidden;display:flex;flex-flow:row nowrap;position:relative;z-index:5}.profile .footer{margin-top:55px}@media(min-width:1280px){.profile .footer{margin-top:109px}}@media(min-width:1440px){.profile .footer{margin-top:97px}}@media(min-width:1900px){.profile .footer{margin-top:117px}}.profile__photo{background:url(/_next/static/media/background-profile.42ccd7f0.jpg) no-repeat 50%/cover;width:100%;height:260px}@media(min-width:1280px){.profile__photo{margin-top:-60px}}@media(min-width:1440px){.profile__photo{height:300px}}@media(min-width:1900px){.profile__photo{height:400px}}.profile .info .container-custom{display:flex;flex-flow:column nowrap;align-items:center;padding-bottom:40px;border-bottom:1px solid rgba(133,133,169,.3);position:relative}@media(min-width:1280px){.profile .info .container-custom{flex-flow:row nowrap;justify-content:space-between}}.profile .info__main,.profile .info__main-content,.profile .info__main-header{display:flex;flex-flow:column nowrap;align-items:center}@media(min-width:1280px){.profile .info__main-content,.profile .info__main-header{flex-flow:row nowrap}.profile .info__main{align-items:flex-start}}.profile .info__avatar{display:flex;width:160px;height:160px;padding:5px;border-radius:50%;background-color:#000;box-shadow:0 0 100px rgba(85,212,121,.7);margin-top:-120px}@media(min-width:1280px){.profile .info__avatar{width:120px;height:120px;margin-top:-60px}}.profile .info__avatar-logo{border-radius:50%;height:100%;width:100%;margin:auto}.profile .info .info_nickname-header{display:flex;align-items:center}.profile .info .info_nickname-header svg{cursor:pointer;margin-top:20px;margin-left:10px}.profile .info__name{font-size:1.88rem;font-weight:700;margin-top:20px}.profile .info__wallet{display:flex;flex-flow:row nowrap;align-items:center;padding:0 10px;width:auto;height:40px;background-color:#271f3d;border-radius:40px;margin-top:20px}@media(min-width:1280px){.profile .info__wallet{margin-right:10px}}.profile .info__wallet-logo{width:24px;height:24px}.profile .info__wallet-address{font-family:IBM Plex Mono,monospace;font-size:.87rem;font-weight:700;margin-left:8px}.profile .info__wallet-copy-address{margin-left:20px;width:16px;height:16px;cursor:pointer}.profile .info__wallet-copy-address svg{width:14px;height:14px}.profile .info__wallet-link{margin-left:5px;width:16px;height:16px;cursor:pointer}.profile .info__wallet-link .svg{width:11px;height:11px}.profile .info__social-links{display:flex;flex-flow:row nowrap;align-items:center;margin-top:20px}.profile .info__social-link{display:flex;margin-right:10px;width:40px;height:40px;border-radius:50%;background-color:#271f3d;cursor:pointer}.profile .info__social-link-wrapper{margin-right:10px;position:relative;width:40px;height:40px}.profile .info__social-link-wrapper .opened-discord{cursor:default;width:auto;height:40px;border-radius:12px;background-color:#110c1f;position:absolute;left:50%;top:0;margin-top:57px;transform:translateX(-50%);box-shadow:0 0 50px rgba(85,212,121,.7);display:flex;flex-flow:row nowrap;align-items:center;padding:0 10px;justify-content:space-between}.profile .info__social-link-wrapper .opened-discord.copied{background-color:#fff}.profile .info__social-link-wrapper .opened-discord:before{content:"";position:absolute;width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:13px solid #110c1f;top:-13px;left:50%;transform:translateX(-50%)}.profile .info__social-link-wrapper .opened-discord__username{display:flex;flex-flow:row nowrap;align-items:center;font-size:.75rem}.profile .info__social-link-wrapper .opened-discord__username-name{font-weight:600}.profile .info__social-link-wrapper .opened-discord__username-id{margin-left:2px;font-weight:400;color:hsla(0,0%,100%,.7)}.profile .info__social-link-wrapper .opened-discord__copy{height:20px;width:40px;border-radius:5px;background-color:#a397c6;display:flex;padding:0 5px;margin-left:10px;color:#000;cursor:pointer;transition:all .1s linear}.profile .info__social-link-wrapper .opened-discord__copy.copied{background-color:#67d455}.profile .info__social-link-wrapper .opened-discord__copy.copied:hover{background-color:#8ef27d}.profile .info__social-link-wrapper .opened-discord__copy:hover{background-color:#cec6e7}.profile .info__social-link-wrapper .opened-discord__copy svg{margin:auto}.profile .info__social-link-wrapper .opened-discord__copy-value{margin:auto;font-size:.56rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase}.profile .info__social-link.active,.profile .info__social-link:hover{background-color:#110c1f;box-shadow:0 0 50px rgba(85,212,121,.7)}.profile .info__social-link svg{margin:auto}.profile .info__social-link:last-child{margin-right:0}.profile .info__edit-profile{width:350px;border-radius:8px;height:40px;display:flex;color:#a397c6;background-color:#271f3d;border:2px solid #a397c6;margin-top:20px;cursor:pointer}@media(min-width:1280px){.profile .info__edit-profile{position:absolute;right:0;top:-50px;width:auto;padding:0 15px;margin-top:0}}.profile .info__edit-profile-text{margin:auto;font-size:.88rem;font-weight:600}.profile .info__stats{margin-top:40px;display:flex;flex-flow:row nowrap}@media(min-width:1280px){.profile .info__stats{margin-top:0;align-self:flex-end}}.profile .info__stats-item{display:flex;flex-flow:column wrap;align-items:center;padding:0 15px;border-right:1px solid rgba(133,133,169,.3);text-align:center;width:auto}.profile .info__stats-item:first-child .info__stats-item-name{max-width:65px}.profile .info__stats-item:nth-child(2) .info__stats-item-name{max-width:100px}.profile .info__stats-item:last-child{border-right:none;flex:0 0 auto}.profile .info__stats-item-value{font-size:1.88rem;font-weight:700;color:#67d455;letter-spacing:.01rem}.profile .info__stats-item-name{font-size:.94rem;font-weight:600;margin-top:12px}.profile .info__stats-item-description{font-size:.75rem;color:hsla(0,0%,100%,.7);font-weight:600}.profile .stats{margin-top:40px}@media(min-width:1280px){.profile .stats{margin-top:35px}}.profile .stats__header{display:flex;flex-flow:column nowrap}@media(min-width:1280px){.profile .stats__header{flex-flow:row nowrap;align-items:center}}.profile .stats__title{font-size:1.37rem;font-weight:700}@media(min-width:1280px){.profile .stats__title{margin-right:10px}}.profile .stats-description{font-family:IBM Plex Mono,monospace;color:hsla(0,0%,100%,.7);font-weight:600;font-size:.75rem;margin-top:2px;text-transform:uppercase;line-height:14px;letter-spacing:.02rem}@media(min-width:1280px){.profile .stats-description{line-height:24px;margin-top:0}}.profile .stats__panels{display:flex;flex-flow:column wrap;margin-top:20px}@media(min-width:1280px){.profile .stats__panels{flex-flow:row nowrap;justify-content:space-between;width:100%}}.profile .stats__panel{display:flex;flex-direction:column;padding:15px;width:100%;height:auto;background:#000;box-shadow:0 0 100px rgba(239,97,127,.8);border-radius:20px;margin-bottom:10px}@media(min-width:1280px){.profile .stats__panel{width:293px;margin-bottom:0;margin-right:10px;padding:20px}.profile .stats__panel:last-child{margin-right:0}}@media(min-width:1440px){.profile .stats__panel{width:347px}}@media(min-width:1900px){.profile .stats__panel{width:413px}}.profile .stats__panel:last-child{margin-bottom:0}.profile .stats__panel-header,.profile .stats__panel-info{display:flex;justify-content:space-between;align-items:center}.profile .stats__panel-info{margin-top:12px}@media(min-width:1280px){.profile .stats__panel-info{justify-content:flex-start;align-items:flex-start;flex-flow:column}}.profile .stats__panel-claim{width:150px;height:30px;border:2px solid #67d455;color:#67d455;border-radius:8px;display:flex;transition:all .1s linear;cursor:pointer}.profile .stats__panel-claim:hover{color:#000;background-color:#67d455}.profile .stats__panel-claim-text{font-size:.87rem;font-weight:600;margin:auto}.profile .stats__panel-name{font-size:1rem;font-weight:600}@media(min-width:1280px){.profile .stats__panel-name{margin-top:20px}}.profile .stats__panel-value{font-size:1rem;font-weight:700;color:#ef617f}@media(min-width:1280px){.profile .stats__panel-value{margin-top:10px}}.profile .gallery{margin-top:40px}@media(min-width:1280px){.profile .gallery{margin-top:30px}}@media(min-width:1900px){.profile .gallery{margin-top:40px}}.profile .gallery__header{display:flex;flex-flow:column nowrap}@media(min-width:1280px){.profile .gallery__header{flex-flow:row nowrap;justify-content:space-between;align-items:center}}.profile .gallery__title{font-size:1.37rem;font-weight:700}.profile .gallery__edit-list{display:flex;flex-flow:column nowrap}@media(min-width:1280px){.profile .gallery__edit-list{flex-flow:row nowrap}}.profile .gallery__sort{background-color:#000;border:2px solid #282833;border-radius:10px;width:100%;height:40px;display:flex;padding:8px 12px;justify-content:space-between;margin-top:10px;position:relative;align-items:center;cursor:pointer}@media(min-width:1280px){.profile .gallery__sort{margin-top:0}.profile .gallery__sort.sort{min-width:250px}.profile .gallery__sort.filter{min-width:210px;margin-left:10px}}.profile .gallery__sort.opened{background-color:#282833;border-bottom-left-radius:0;border-bottom-right-radius:0;border:none;box-shadow:0 0 100px rgba(85,212,121,.7)}.profile .gallery__sort-name{font-size:1rem;font-weight:600;white-space:nowrap}.profile .gallery__sort-logo{cursor:pointer}.profile .gallery__sort-choice{box-shadow:0 30px 100px rgba(85,212,121,.7);position:absolute;width:100%;height:auto;background-color:#000;border-bottom-left-radius:10px;border-bottom-right-radius:10px;left:0;top:100%;z-index:10}.profile .gallery__sort-choice-item{width:100%;height:40px;display:flex;padding:0 12px;cursor:pointer}.profile .gallery__sort-choice-item.active{color:#67d455}.profile .gallery__sort-choice-item-text{font-weight:600;margin:auto 0;font-size:1rem;white-space:nowrap}.profile .gallery__pepes{width:100%;height:auto;display:flex;flex-flow:column nowrap;margin-top:30px;justify-content:space-between;min-height:300px}@media(min-width:1280px){.profile .gallery__pepes{flex-flow:row wrap;justify-content:space-between;min-height:500px}.profile .gallery__pepes:not(.filled):after{content:""}}@media(min-width:1280px)and (min-width:1280px){.profile .gallery__pepes:not(.filled):after{margin:0 0 2.5%;width:31.5%;height:466px}}@media(min-width:1280px)and (min-width:1900px){.profile .gallery__pepes:not(.filled):after{width:23%}}@media(min-height:1900px){.profile .gallery__pepes{min-height:700px}}.profile .gallery__pepe{width:350px;margin:0 auto 30px;height:auto;border-radius:10px;overflow:hidden;background-color:#271f3d;text-align:left;padding-bottom:20px;display:flex;flex-flow:column nowrap;position:relative;cursor:pointer}@media(max-width:1280px){.profile .gallery__pepe.loading{height:450px}}@media(min-width:1280px){.profile .gallery__pepe.loading{height:413px}}@media(min-width:1440px){.profile .gallery__pepe.loading{height:466px}}@media(min-width:1900px){.profile .gallery__pepe.loading{height:425px}}@media(min-width:1280px){.profile .gallery__pepe{margin:0 0 2.5%;width:31.5%;height:466px}}@media(min-width:1900px){.profile .gallery__pepe{width:23%}}.profile .gallery__pepe-photo{width:100%;position:relative;height:auto}.profile .gallery__pepe-image{width:100%;height:100%}.profile .gallery__pepe-name{font-size:1.12rem;font-weight:700;margin:20px 20px 0}.profile .gallery__pepe-collection{margin-left:20px;font-family:IBM Plex Mono,monospace;font-size:.81rem;font-weight:700;margin-top:10px;text-transform:uppercase;color:#67d455;letter-spacing:.0602409639rem}.profile .gallery__pepe-marks{display:flex;flex-flow:row nowrap;position:absolute;align-items:center;left:20px;bottom:-11px}.profile .gallery__pepe-mark{display:flex;margin-right:8px;border-radius:8px;width:auto;padding:0 5px;height:22px}.profile .gallery__pepe-mark.green{background-color:#67d455;box-shadow:0 0 35px rgba(85,212,121,.9)}.profile .gallery__pepe-mark.purple{background-color:#a397c6;box-shadow:0 0 35px rgba(163,151,198,.9)}.profile .gallery__pepe-mark.yellow{background-color:#f3ba2f;box-shadow:0 0 35px rgba(243,186,47,.9)}.profile .gallery__pepe-mark:last-child{margin-right:0}.profile .gallery__pepe-mark-text{font-size:.69rem;text-transform:uppercase;font-weight:600;letter-spacing:.1rem;color:#000;margin:auto;white-space:nowrap}.profile .gallery__failure{width:100%;height:300px;background-color:#271f3d;border-radius:10px;margin-top:30px;display:flex;flex-flow:column nowrap;padding:30px;justify-content:center;text-align:center}.profile .gallery__failure-title{font-size:1.87rem;font-weight:700}.profile .gallery__failure-description{color:hsla(0,0%,100%,.7);font-size:1rem;font-weight:400;margin-top:12px}.profile .gallery__failure-description-mark{color:#67d455;cursor:pointer}.profile.unfounded{background:url(/static/profile/background-error.png) no-repeat 50%/cover,#000}.profile__error{display:flex;flex-flow:column nowrap;margin-top:80px;align-items:center;justify-content:center;text-align:center;padding:0 40px}@media(min-width:1280px){.profile__error{margin-top:143px;margin-bottom:143px}}.profile__error-photo{width:256px;height:256px}.profile__error-title{font-size:2.25rem;font-weight:700}.profile__error-description,.profile__error-title{margin-top:10px;text-shadow:0 0 100px rgba(85,212,121,.7)}.profile__error-description{color:hsla(0,0%,100%,.7);font-size:1.37rem;font-weight:600}.collections{width:100%;background-color:#000;overflow:hidden;display:flex;flex-flow:row nowrap;position:relative;z-index:5}@media(min-width:1280px){.collections .sections .container-custom.content{display:flex;flex-flow:row nowrap}}.collections .footer{margin-top:50px}@media(min-width:1280px){.collections .footer{margin-top:95px}}@media(min-width:1440px){.collections .footer{margin-top:80px}}@media(min-width:1920px){.collections .footer{margin-top:140px}}.collections__photo{width:100%;height:250px;background:url(/_next/static/media/background.42c40400.jpg) no-repeat 50%/cover}@media(min-width:1280px){.collections__photo{margin-top:-60px}}@media(min-width:1900px){.collections__photo{height:300px}}.collections__header{display:flex;margin-top:20px;flex-flow:column nowrap}@media(min-width:1280px){.collections__header{flex-flow:row wrap}}.collections__header-buttons{display:flex;flex-flow:row wrap;align-items:center}@media(min-width:1280px){.collections__header-buttons{margin-left:auto;order:2;flex-flow:row nowrap}}.collections .title{font-size:30px;font-weight:700;color:#67d455;text-shadow:0 0 100px rgba(85,212,121,.7)}@media(min-width:1280px){.collections .title{font-size:2.62rem;order:1;margin-top:20px}}.collections .search{width:40px;height:40px;background-color:#000;border-radius:50%;display:flex;box-shadow:0 0 50px rgba(85,212,121,.6);cursor:pointer;margin-left:auto}@media(min-width:1280px){.collections .search{width:100%;border-radius:10px;box-shadow:none;border:2px solid rgba(133,133,169,.3);padding:8px 12px}}.collections .search__icon{margin:auto}@media(min-width:1280px){.collections .search__icon{margin:0}}.collections .search__input{display:none;background:none;outline:none;font-size:.94rem;border:none;width:100%;color:#fff;font-weight:600}.collections .search__input::placeholder{color:hsla(0,0%,100%,.7);font-size:.94rem}@media(min-width:1280px){.collections .search__input{display:flex;margin-left:8px}}.collections .choice-collection{margin-top:20px;width:100%;order:1}@media(min-width:1280px){.collections .choice-collection{width:317px;order:3;margin-left:20px;margin-top:25px}}.collections .choice-collection__items{display:flex;flex-flow:row nowrap;padding:2px 2.5px;align-items:center;justify-content:space-between;background-color:#20462a;border-radius:97px;width:100%;height:40px}.collections .choice-collection__item{display:flex;width:50%;height:100%;border-radius:90px;flex-flow:row nowrap;align-items:center;font-size:1rem;justify-content:center}.collections .choice-collection__item.selected{color:#67d455;background-color:#000;box-shadow:0 0 100px rgba(85,212,121,.7);cursor:pointer}.collections .choice-collection__item-name,.collections .choice-collection__item-value{font-weight:600}.collections .choice-collection__item-value{margin-left:15px}.collections .preview{display:flex;flex-flow:row nowrap;align-items:center;margin-top:10px}.collections .preview-panel{display:flex;justify-content:space-between;align-items:center;border:2px solid rgba(133,133,169,.3);background-color:#000;border-radius:10px;height:40px;padding:0 12px}.collections .preview-text{font-size:1rem;font-weight:600}.collections .sort{width:235px;margin-right:10px;margin-top:10px}@media(min-width:1280px){.collections .sort{margin-left:20px;order:4;margin-top:25px;margin-right:0}}.collections .filter-button{width:105px;position:relative;order:2;margin-top:20px}@media(min-width:1280px){.collections .filter-button{display:none}}.collections .filter-button .amount-selected-filters{width:16px;height:16px;position:absolute;right:-5px;top:-5px;display:flex;background-color:#ef617f;border-radius:5px}.collections .filter-button .amount-selected-filters__value{color:#000;margin:auto;font-size:.56rem;font-weight:600}.collections .content{margin-top:30px;display:flex;flex-flow:row nowrap}@media(min-width:1280px){.collections .content{margin-top:40px;justify-content:space-between;align-items:flex-start}}.collections .collections-container{position:static}.collections .filter{display:none;background-color:#271f3d;position:absolute;width:100vw;height:100vh;left:0;top:0;z-index:3000;padding:20px;flex-flow:column nowrap;overflow:auto}.collections .filter.opened{display:flex}@media(min-width:1280px){.collections .filter{display:flex;width:203px;height:auto;position:static;background:none;padding:0;overflow:visible}}@media(min-width:1440px){.collections .filter{width:243px}}@media(min-width:1900px){.collections .filter{width:293px}}.collections .filter__header{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(133,133,169,.3)}@media(min-width:1280px){.collections .filter__header{display:none}}.collections .filter__header-title{font-size:1.37rem;font-weight:700}.collections .filter__header-close{cursor:pointer;background-color:#000;border-radius:10px;position:relative;width:40px;height:40px}.collections .filter__header-close:after,.collections .filter__header-close:before{background-color:#67d455;position:absolute;content:"";width:2px;height:60%;left:50%;top:50%}.collections .filter__header-close:after{transform:translate(-50%,-50%) rotate(45deg)}.collections .filter__header-close:before{transform:translate(-50%,-50%) rotate(135deg)}.collections .filter__categories{display:flex;flex-flow:column nowrap}.collections .filter .category{width:100%;border-bottom:1px solid rgba(133,133,169,.3);height:auto}@media(min-width:1280px){.collections .filter .category{border-bottom:none;background-color:#271f3d;border-radius:10px;margin-bottom:5px;max-height:232px;overflow:hidden}.collections .filter .category:last-child{margin-bottom:0}}.collections .filter .category:last-child{border-bottom:none}.collections .filter .category__header{display:flex;justify-content:space-between;padding:15px 0;align-items:center}@media(min-width:1280px){.collections .filter .category__header{width:100%;height:44px;padding:0 15px}.collections .filter .category__header.opened{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid rgba(133,133,169,.3);margin-bottom:10px}}.collections .filter .category__name{font-size:.93rem;font-weight:600}.collections .filter .category__expand{width:25px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}.collections .filter .category__expand.active{transform:rotate(180deg)}.collections .filter .category__dropdown{border-radius:999px;width:46px;height:25px;background-color:#504b62;transition:all .2s linear;display:flex;align-items:center;cursor:pointer}.collections .filter .category__dropdown.active{background-color:#67d455}.collections .filter .category__dropdown.active .pointer{margin-left:23px}.collections .filter .category__dropdown .pointer{margin-left:3px;width:20px;height:20px;border-radius:50%;background-color:#000;transition:margin-left .2s ease-in-out}@media(min-width:1280px){.collections .filter .category__properties{padding:0 10px 0 15px;margin-right:5px;margin-bottom:10px;overflow:auto;max-height:170px}.collections .filter .category__properties::-webkit-scrollbar{width:4px}.collections .filter .category__properties::-webkit-scrollbar-track{background:none}.collections .filter .category__properties::-webkit-scrollbar-thumb{cursor:pointer;background-color:#a397c6;border-radius:5px}}.collections .filter .category__property{margin-bottom:10px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;height:24px;width:100%}@media(min-width:1280px){.collections .filter .category__property:last-child{margin-bottom:0}}.collections .filter .category__property-value{display:flex;align-items:center;height:100%;cursor:pointer}.collections .filter .category__property-value-checkbox{border:2px solid #504b62;border-radius:2px;width:16px;height:16px;display:flex}.collections .filter .category__property-value-checkbox .svg-check-mark-2{display:none}.collections .filter .category__property-value-checkbox.active{background-color:#67d455;border:2px solid #67d455}.collections .filter .category__property-value-checkbox.active .svg-check-mark-2{display:flex;margin:auto}.collections .filter .category__property-value-name{margin-left:10px;font-size:.87rem;font-weight:500}.collections .filter .category__property-amount{font-size:.87rem;color:#ef617f;font-weight:600;letter-spacing:.0625rem;font-family:IBM Plex Mono,monospace}.collections .filter .category__gap{display:flex;align-items:center;padding-bottom:15px}.collections .filter .category__gap-item{width:48%;display:flex;flex-flow:column nowrap;align-items:flex-start}.collections .filter .category__gap-item:last-child{margin-left:10px}.collections .filter .category__gap-title{font-size:.87rem;font-weight:500}.collections .filter .category__gap-input{margin-top:5px;border-radius:10px;height:40px;width:100%;border:2px solid rgba(133,133,169,.3);background-color:rgba(0,0,0,0);font-size:.94rem;outline:none;padding:0 15px;color:#fff}.collections .filter .category__gap-input::-webkit-inner-spin-button,.collections .filter .category__gap-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.collections .filter .category__gap-input::placeholder{color:hsla(0,0%,100%,.7)}.collections .filter__buttons{display:flex;flex-flow:row nowrap;align-items:center;margin-top:20px;width:100%;justify-content:space-between}@media(min-width:1280px){.collections .filter__buttons{display:none}}.collections .filter__reset{display:flex;flex-flow:row nowrap;align-items:center;width:auto;height:50px;padding-right:14px;margin-right:20px;padding-left:12px;cursor:pointer}.collections .filter__reset-icon{position:relative;width:16px;height:16px}.collections .filter__reset-icon:after,.collections .filter__reset-icon:before{width:1.5px;height:16px;background-color:#ef617f;content:"";position:absolute}.collections .filter__reset-icon:after{transform:rotate(45deg)}.collections .filter__reset-icon:before{transform:rotate(135deg)}.collections .filter__reset-text{font-size:.94rem;font-weight:600;color:#ef617f;margin-left:7px;white-space:nowrap}.collections .filter__accept{width:100%;min-width:220px;height:50px;border-radius:10px;font-size:1rem;font-weight:600;color:#67d455;border:2px solid #67d455;transition:all .1s linear}.collections .filter__accept:hover{background-color:#67d455;color:#000}.collections .filter__selected-categories-wrapper{flex-flow:row wrap;align-items:flex-start;margin-top:40px;order:10;display:none;width:100%;margin-bottom:-20px}@media(min-width:1280px){.collections .filter__selected-categories-wrapper,.collections .filter__selected-categories-wrapper .filter__selected-categories{display:flex}}.collections .filter__selected-categories{display:flex;flex-flow:row wrap;align-items:center;margin-top:35px}@media(min-width:1280px){.collections .filter__selected-categories{margin-top:0;display:none}}.collections .filter__selected-categories-item{width:auto;height:40px;margin-right:10px;margin-top:10px;background-color:#67d455;border-radius:10px;color:#000;padding:0 16px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 100px rgba(85,212,121,.7)}@media(min-width:1280px){.collections .filter__selected-categories-item{margin-top:0;margin-bottom:10px}}.collections .filter__selected-categories-item:last-child{margin-right:0}.collections .filter__selected-categories-item .text{font-size:.94rem;font-weight:600}.collections .filter__selected-categories-item .icon{margin-left:10px}.collections .filter__selected-categories-item .icon:after,.collections .filter__selected-categories-item .icon:before{background-color:#000}.collections .viewer__choice-collection{display:flex;width:100%;flex-flow:column nowrap;align-items:center}@media(min-width:1280px){.collections .viewer__choice-collection{flex-flow:row nowrap;gap:20px;justify-content:space-between;align-items:stretch}}.collections .viewer__choice-collection-item{width:100%;cursor:pointer;margin:0 auto 30px}.collections .viewer__choice-collection-item:last-child{margin-bottom:0}@media(min-width:1280px){.collections .viewer__choice-collection-item .pepe-card__photo{height:170px}}@media(min-width:1440px){.collections .viewer__choice-collection-item .pepe-card__photo{height:210px}}@media(min-width:1920px){.collections .viewer__choice-collection-item .pepe-card__photo{height:240px}}@media(min-width:1280px){.collections .viewer__choice-collection-item{width:auto;min-width:18.4%;margin:0}}.collections .content-viewer{display:flex;flex-flow:column nowrap;width:100%}.collections .content-viewer__notFound{font-size:26px;padding:0 20px;font-weight:700;margin:65px auto 0;text-align:center}@media(min-width:1280px){.collections .content-viewer{flex-flow:row wrap;width:667px;justify-content:space-between;margin-bottom:-30px}.collections .content-viewer:after{flex:auto;max-width:202px}}@media(min-width:1280px)and (min-width:1440px){.collections .content-viewer:after{max-width:242px}}@media(min-width:1280px)and (min-width:1900px){.collections .content-viewer:after{max-width:292px}}@media(min-width:1440px){.collections .content-viewer{width:787px}}@media(min-width:1900px){.collections .content-viewer{width:937px}}.collections .content-viewer__cards{display:flex;flex-flow:row wrap;justify-content:flex-start;width:100%;height:auto}.collections .content-viewer__card{margin-bottom:30px;margin-right:0;width:100%;position:relative}.collections .content-viewer__card .pepe-card__photo{min-height:350px}@media(min-width:1280px){.collections .content-viewer__card .pepe-card__photo{min-height:202px}}@media(min-width:1440px){.collections .content-viewer__card .pepe-card__photo{min-height:242px}}@media(min-width:1900px){.collections .content-viewer__card .pepe-card__photo{min-height:292px}}.collections .content-viewer__card.loading{background-color:#271f3d;border-radius:10px}@media(min-width:1280px){.collections .content-viewer__card{width:calc(100%/3 - 25px*(3 - 1)/3);margin-right:25px;margin-bottom:20px}.collections .content-viewer__card:nth-of-type(3n){margin-right:0}}@media(min-width:1440px){.collections .content-viewer__card{width:242px}}@media(min-width:1900px){.collections .content-viewer__card{width:292px}}@media(max-width:1280px){.collections .content-viewer__card.loading{width:100%}}@media(min-width:1280px){.collections .content-viewer__card.loading{height:335px}}@media(min-width:1440px){.collections .content-viewer__card.loading{height:375px}}@media(min-width:1900px){.collections .content-viewer__card.loading{height:425px}}.collections .amount-nft{height:40px;border:2px solid rgba(133,133,169,.3);padding:0 20px;display:flex;border-radius:97px;order:3;margin-top:20px;margin-left:20px}@media(min-width:1280px){.collections .amount-nft{order:2;margin-left:auto;margin-top:25px}}.collections .amount-nft__value{font-size:1rem;font-weight:600;margin:auto}.card{width:100%;background-color:#000;overflow:hidden;display:flex;flex-flow:row nowrap;position:relative;z-index:5}@media(min-width:1280px){.card .sections .container-custom.content{display:flex;flex-flow:row nowrap}}.card .button__back{position:absolute;top:-230px}@media(min-width:1280px){.card .button__back{left:-15px;top:0;transform:translate(-40px,-50%)}}.card .footer{margin-top:136px}.card__photo{width:100%;height:250px;background:url(/_next/static/media/background.42c40400.jpg) no-repeat center 100%/cover}@media(min-width:1280px){.card__photo{margin-top:-60px}}@media(min-width:1900px){.card__photo{height:300px}}.card__photo.error{height:600px}.card .photo__nft{width:350px;height:350px;border-radius:10px;box-shadow:0 0 100px rgba(85,212,121,.7);margin-top:-170px}@media(min-width:1280px){.card .photo__nft{margin-top:-70px;width:347px;height:347px;order:1}}@media(min-width:1440px){.card .photo__nft{width:413px;height:413px}}@media(min-width:1900px){.card .photo__nft{width:495px;height:495px}}.card .photo__nft.autoSize{height:auto!important}.card .general-info{display:flex;flex-flow:column nowrap;width:auto}@media(min-width:1280px){.card .general-info{width:503px;order:4;margin-left:50px}}@media(min-width:1440px){.card .general-info{width:597px}}@media(min-width:1900px){.card .general-info{width:714px}}.card .general-info__stickers{display:flex;flex-flow:row nowrap;margin-top:30px}@media(min-width:1280px){.card .general-info__stickers{margin-top:20px}}.card .general-info__sticker{background-color:#5b9808;width:40px;height:40px;border-radius:50%;display:flex;color:hsla(0,0%,100%,.7);margin-right:8px}.card .general-info__sticker:last-child{margin-right:0}.card .general-info__sticker-text{margin:auto;font-size:.5rem}.card .general-info__name{font-size:1.87rem;font-weight:700;margin-top:20px;line-height:36px}.card .general-info__id{margin-top:20px;display:flex;align-items:center;flex-flow:row nowrap}@media(min-width:1280px){.card .general-info__id{margin-top:5px}}.card .general-info__id-sale{width:auto;height:22px;background-color:#67d455;box-shadow:0 0 35px rgba(103,212,85,.9);border-radius:5px;display:flex;color:#000;padding:0 5px}.card .general-info__id-sale-text{margin:auto;font-size:.69rem;letter-spacing:.04rem;font-weight:600;text-transform:uppercase}.card .general-info__id-text{font-size:.87rem;font-family:IBM Plex Mono,monospace;letter-spacing:.0602409639rem;font-weight:600;color:hsla(0,0%,100%,.7);margin-left:10px;text-transform:uppercase}.card .general-info__panels{margin-top:10px;display:flex;flex-flow:row wrap}.card .general-info__panel{width:auto;padding:0 16px;height:40px;background-color:#271f3d;display:flex;align-items:center;flex-flow:row nowrap;border-radius:40px;margin-top:10px;margin-right:10px}.card .general-info__panel:last-child{margin-right:0}.card .general-info__panel-owned{font-size:.94rem;font-weight:600;color:#a397c6}.card .general-info__panel-bsc{margin-left:8px;width:24px;height:24px}.card .general-info__panel-address{font-size:.87rem;font-family:IBM Plex Mono,monospace;font-weight:700;margin-left:8px}.card .general-info__panel-address .clickable{cursor:pointer;-webkit-text-decoration:underline var(--text-bright);text-decoration:underline var(--text-bright);transition:all .1s}.card .general-info__panel-address .clickable:hover{color:var(--accent-green-normal);-webkit-text-decoration:underline var(--accent-green-normal);text-decoration:underline var(--accent-green-normal)}.card .general-info__panel-copy{cursor:pointer;margin-left:10px}.card .general-info__panel-copy:hover{transform:scale(1.15)}.card .general-info__panel-copy:hover .svg{fill:var(--accent-lavender-hover)}.card .general-info__panel-link{cursor:pointer;margin-left:5px;display:flex}.card .general-info__panel-link:hover{transform:scale(1.15)}.card .general-info__panel-link:hover .svg{fill:var(--accent-lavender-hover)}.card .general-info__panel-link svg{margin:auto}.card .general-info__panel-name{font-weight:600;font-size:.94rem;margin-right:5px}.card .actions{display:flex;flex-flow:row wrap;width:100%;margin-top:30px}@media(min-width:1280px){.card .actions{width:347px;order:2;margin-top:20px}}@media(min-width:1440px){.card .actions{width:413px}}@media(min-width:1900px){.card .actions{width:495px}}.card .actions__button{display:flex;height:50px;background-color:#000;border-radius:10px;margin-right:10px;cursor:pointer;transition:all .1s linear}.card .actions__button:nth-child(3),.card .actions__button:nth-child(5){margin-right:0}.card .actions__button.lavender{width:110px;border:2px solid #a397c6;margin-bottom:10px}.card .actions__button.lavender:hover{background:#cec6e7}.card .actions__button.lavender:hover .actions__button-text{color:#000}@media(min-width:1280px){.card .actions__button.lavender{width:109px}}@media(min-width:1440px){.card .actions__button.lavender{width:131px}}@media(min-width:1900px){.card .actions__button.lavender{width:158px}}.card .actions__button.lavender .actions__button-text{color:#a397c6}.card .actions__button.green{width:170px;border:2px solid #67d455}.card .actions__button.green:hover{background:#67d455}.card .actions__button.green:hover .actions__button-text{color:#000}@media(min-width:1280px){.card .actions__button.green{width:168px}}@media(min-width:1440px){.card .actions__button.green{width:201px}}@media(min-width:1900px){.card .actions__button.green{width:242px}}.card .actions__button.green .actions__button-text{color:#67d455}.card .actions__button-text{margin:auto;font-size:1rem;font-weight:600}.card .info-collection{display:flex;flex-flow:row nowrap;margin-top:30px}@media(min-width:1280px){.card .info-collection{width:347px;order:3}}@media(min-width:1440px){.card .info-collection{width:413px}}@media(min-width:1900px){.card .info-collection{width:495px}}.card .info-collection__logo{width:60px;height:60px}.card .info-collection__description{display:flex;flex-flow:column nowrap;margin-left:20px}.card .info-collection__title{font-size:1.12rem;color:#67d455;letter-spacing:.01rem;font-weight:700}.card .info-collection__subtitle{margin-top:10px;line-height:26px;font-weight:400;font-size:1rem}.card .info-collection__link{display:flex;align-items:center;margin-top:15px;cursor:pointer;transition:all .1s}.card .info-collection__link-text{font-size:.94rem;color:#67d455;font-weight:600;transition:color .1s}.card .info-collection__link-icon{margin-left:5px;height:16px;transition:all .1s}.card .info-collection__link:hover .info-collection__link-text{color:var(--accent-green-hover)}.card .info-collection__link:hover .svg{fill:var(--accent-green-hover)}.card .detailed-info{display:flex;flex-flow:column nowrap;margin-top:30px}@media(min-width:1280px){.card .detailed-info{width:503px;order:5;margin-left:50px;margin-top:40px}}@media(min-width:1440px){.card .detailed-info{width:597px}}@media(min-width:1900px){.card .detailed-info{width:714px}}.card .detailed-info__panel{width:100%;padding:20px;border-radius:10px;background-color:#271f3d;height:auto;margin-bottom:10px}.card .detailed-info__panel:last-child{margin-bottom:0}.card .detailed-info__panel-header{display:flex;width:100%;justify-content:space-between;align-items:center}.card .detailed-info__panel-header-text{font-size:1.25rem;font-weight:700}.card .detailed-info__panel-header-expand{transform:rotate(180deg);cursor:pointer}.card .detailed-info__panel-header-expand.opened{transform:rotate(0deg)}.card .detailed-info__panel-properties{display:flex;flex-flow:row wrap;justify-content:space-between;margin-top:10px}.card .detailed-info__panel-properties-item{padding:15px;border:1px solid rgba(133,133,169,.3);height:auto;border-radius:20px;margin-top:10px;width:31%;cursor:pointer;transition:background .1s}.card .detailed-info__panel-properties-item:hover{background:#110c1f}.card .detailed-info__panel-properties-item.isNeuralPepe{width:96px}.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(4),.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(5),.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(6),.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(7){width:150px}@media(min-width:1280px){.card .detailed-info__panel-properties-item.isNeuralPepe:first-child,.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(2),.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(3),.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(4){width:23%}.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(5),.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(6),.card .detailed-info__panel-properties-item.isNeuralPepe:nth-child(7){width:31.5%}}.card .detailed-info__panel-properties-item .name{font-weight:600;font-size:.93rem}.card .detailed-info__panel-properties-item .value{margin-top:10px;color:#67d455;font-weight:700;font-size:1.12rem;letter-spacing:.01rem}.card .detailed-info__panel-history .header__titles{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;height:40px;width:100%;border:1px solid rgba(133,133,169,.3);border-radius:10px;padding:10px 15px;margin-top:20px}.card .detailed-info__panel-history .header__title{color:hsla(0,0%,100%,.7);font-size:.94rem;font-weight:600;width:33.33%;text-align:end}.card .detailed-info__panel-history .header__title-event{text-align:start;width:30%}.card .detailed-info__panel-history .header__title-price{text-align:end}.card .detailed-info__panel-history .header__title-date{width:47%}.card .detailed-info__panel-history .header__title-name{text-align:start}.card .detailed-info__panel-history .history{display:flex;flex-flow:column nowrap}.card .detailed-info__panel-history .history__item{display:flex;flex-flow:row nowrap;justify-content:space-between;padding:10px 15px;border-bottom:1px solid rgba(133,133,169,.3);align-items:center}.card .detailed-info__panel-history .history__item:last-child{border-bottom:none}.card .detailed-info__panel-history .history__item .event{width:30%}.card .detailed-info__panel-history .history__item .event__address{font-family:IBM Plex Mono,monospace}.card .detailed-info__panel-history .history__item .name{text-align:start;width:40%;display:flex}.card .detailed-info__panel-history .history__item .name__value{margin:auto 0;line-height:22px!important}.card .detailed-info__panel-history .history__item .price{text-align:end;display:flex;flex-flow:column nowrap;width:24%}.card .detailed-info__panel-history .history__item .price__null{font-weight:600;font-size:.94rem;color:hsla(0,0%,100%,.7);margin:auto 0}.card .detailed-info__panel-history .history__item .date{width:40%;text-align:end}.card .detailed-info__panel-history .history-name{font-size:.87rem;font-weight:600;line-height:24px}.card .detailed-info__panel-history .history-subtitle{font-size:.69rem;font-weight:500;color:hsla(0,0%,100%,.7)}.card__not-found-id{width:100%;height:100%;text-align:center;padding:0 35px;display:flex;align-items:center;justify-content:center;color:#ef617f;text-shadow:0 0 100px rgba(239,97,127,.8);font-size:2rem;font-weight:700;margin-bottom:-136px}.humanize{width:100%;background-color:#000;overflow:hidden;display:flex;flex-flow:row nowrap;position:relative;z-index:5}.humanize .footer{margin-top:140px}@media(min-width:1280px){.humanize .footer{margin-top:92px}}@media(min-width:1440px){.humanize .footer{margin-top:130px}}@media(min-width:1900px){.humanize .footer{margin-top:110px}}.humanize__photo{width:100%;height:150px;background:url(/_next/static/media/background-night.868a25df.png) no-repeat 50%/cover}.humanize__photo.day{background:url(/_next/static/media/background-day.03fed4dd.png) no-repeat 50%/cover}@media(min-width:1280px){.humanize__photo{height:216px;margin-top:-60px}}@media(min-width:1440px){.humanize__photo{height:250px}}@media(min-width:1900px){.humanize__photo{height:345px}}@media(max-width:1279px){.humanize .description__title{width:70%}}.humanize-pepes{width:100%;margin-top:30px}@media(min-width:1280px){.humanize-pepes .container-custom{width:100%!important}}.humanize-pepes .generator{width:100%;position:relative}@media(min-width:1280px){.humanize-pepes .generator{width:706px;height:auto;margin-right:30px}}@media(min-width:1440px){.humanize-pepes .generator{width:756px}}@media(min-width:1900px){.humanize-pepes .generator{width:836px}}.humanize-pepes .generator__window{content:"";position:absolute;width:7%;padding-bottom:6.8%;border-radius:50%;border:1px solid #000;display:flex;overflow:hidden}.humanize-pepes .generator__window div,.humanize-pepes .generator__window img,.humanize-pepes .generator__window svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.humanize-pepes .generator__window.choice-pepe{top:48.1%;left:32.2%;background-color:#35844c;color:#67d455;transition:all .1s linear;cursor:pointer}.humanize-pepes .generator__window.choice-pepe.change{background-color:#8ef27d}.humanize-pepes .generator__window.choice-pepe .svg{transition:all .1s linear}.humanize-pepes .generator__window.choice-pepe:hover{background-color:#8ef27d}.humanize-pepes .generator__window.choice-pepe:hover .svg{fill:#000}.humanize-pepes .generator__window.humanize{top:48%;right:25.25%;background-color:#34844c;color:#ef617f}.humanize-pepes .generator__window.humanize.ready{background-color:#000;transition:all .1s linear;cursor:pointer}.humanize-pepes .generator__window.humanize.ready .svg{transition:all .1s linear}.humanize-pepes .generator__window.humanize.ready:hover{background-color:#ff99af;color:#000}.humanize-pepes .generator__window.humanize.ready:hover .svg{fill:#000}.humanize-pepes .generator__window-icon{margin:auto}.humanize-pepes .generator__window-icon.play{left:55%}.humanize-pepes .generator__window-icon.ai{font-weight:700}.humanize-pepes .generator__window-photo{width:100%;height:100%;margin:auto}.humanize-pepes .generator__photo{width:100%;height:auto;filter:drop-shadow(0 0 100px rgba(85,212,121,.7))}.humanize-pepes .content{display:flex;flex-flow:column nowrap}@media(min-width:1280px){.humanize-pepes .content{flex-flow:row nowrap;align-items:center;width:100%;justify-content:center}}.humanize-panel{margin-top:30px}@media(min-width:1280px){.humanize-panel{width:357px}}@media(min-width:1440px){.humanize-panel{width:424px}}@media(min-width:1900px){.humanize-panel{width:507px}}.humanize-panel .panel-header{display:flex;flex-flow:column nowrap;width:100%}.humanize-panel .panel-header__lower,.humanize-panel .panel-header__upper{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.humanize-panel .panel-header__lower{margin-top:8px}.humanize-panel .panel-header__title{font-size:1.37rem;font-weight:700}.humanize-panel .panel-header__discount{width:auto;height:22px;background-color:#67d455;color:#000;padding:0 5px;display:flex;border-radius:5px}.humanize-panel .panel-header__discount-text{margin:auto;font-size:.67rem;font-weight:700;letter-spacing:.04rem}.humanize-panel .panel-header__price{display:flex;align-items:center;flex-flow:row nowrap}.humanize-panel .panel-header__price-current{color:#67d455;font-size:1.12rem;font-weight:700}.humanize-panel .panel-header__price-old{color:#ef617f;font-size:.87rem;font-weight:600;margin-left:8px;text-decoration:line-through}.humanize-panel .panel-header__remained{font-size:.87rem;color:hsla(0,0%,100%,.7);font-weight:600}.humanize-panel .panel-main{display:flex;flex-flow:column nowrap}.humanize-panel .panel-main__button{margin-top:10px;width:100%;height:50px;border-radius:10px;display:flex;border:2px solid #67d455;color:#67d455;cursor:pointer;transition:all .1s linear}.humanize-panel .panel-main__button .icon{margin-right:10px}.humanize-panel .panel-main__button.pepe-selected{background-color:#67d455;color:#000}.humanize-panel .panel-main__button:not(.inactive):hover{border:#8ef27d;background-color:#8ef27d;color:#000}.humanize-panel .panel-main__button.selected{border:#67d455;background-color:#67d455;color:#000}.humanize-panel .panel-main__button.pink{border:2px solid #ef617f;background:none;color:#ef617f}.humanize-panel .panel-main__button.pink:not(.inactive):hover{border:#ff99af;background-color:#ff99af;color:#000}.humanize-panel .panel-main__button.inactive{border:2px solid #504b62;color:#504b62;background:#332c48;cursor:default}.humanize-panel .panel-main__button:first-child{margin-top:0}.humanize-panel .panel-main__button-text{margin:auto;font-size:1rem;font-weight:600;display:flex;align-items:center}.humanize-panel .panel-main__info{display:flex;flex-flow:row nowrap;align-items:center;margin-top:15px;justify-content:space-between}.humanize-panel .panel-main__info-description{line-height:22px;font-size:.87rem;color:#a397c6;font-weight:400;width:50%}.humanize-panel .panel-main__info-check{display:flex;justify-content:center;align-items:center;min-width:45%;width:auto;cursor:pointer;border:2px solid rgba(133,133,169,.3);padding:10px 15px;border-radius:10px;color:#a397c6;transition:all .1s linear}.humanize-panel .panel-main__info-check:hover{background-color:rgba(133,133,169,.3);color:#cec6e7}.humanize-panel .panel-main__info-check:hover .svg{fill:#cec6e7}.humanize-panel .panel-main__info-check-text{font-size:.87rem;font-weight:600;margin-left:5px}.humanize-panel .panel-main__error{margin-top:20px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:flex-end;color:#ef617f}.humanize-panel .panel-main__error-description{display:flex;flex-flow:column nowrap;width:70%;font-size:.87rem}.humanize-panel .panel-main__error-text{font-weight:400}.humanize-panel .panel-main__error-warning{font-weight:700;margin-top:10px}.humanize-panel .panel-main__error-button{width:auto;height:40px;border:2px solid #ef617f;color:#ef617f;border-radius:10px;display:flex;cursor:pointer;padding:0 15px;transition:all .1s linear}.humanize-panel .panel-main__error-button:hover{background-color:#ef617f;color:#000}.humanize-panel .panel-main__error-button-text{margin:auto;font-size:.87rem;font-weight:600}.humanize-panel .additional-buttons{display:flex;flex-flow:row nowrap;justify-content:center}.humanize-panel .additional-button{display:flex;color:#67d455;border-radius:10px;border:2px solid rgba(133,133,169,.3);height:40px;width:45%;margin-left:10px;cursor:pointer;transition:all .1s linear}.humanize-panel .additional-button:hover{background-color:rgba(133,133,169,.3)}.humanize-panel .additional-button:first-child{margin-left:0}.humanize-panel .additional-button-text{margin:auto;font-size:.87rem;font-weight:600}.accept{position:absolute;top:10px;right:10px;width:35px;height:35px;border-radius:50%;background-color:hsla(0,0%,100%,.8);border:1px solid #000;display:flex;transition:all .1s linear;cursor:pointer}.accept:hover{background-color:#fff;border:2px solid #000}.accept svg{margin:auto}.admin input[type=file]{opacity:0;width:100%;height:100%;cursor:pointer}.admin input,.admin input::placeholder{background-color:rgba(0,0,0,.3);color:#fff;border:none;outline:none}.admin .delete{cursor:pointer;width:20px;height:20px;border:1px solid #333;background-color:#ef617f;position:relative}.admin .delete:after,.admin .delete:before{position:absolute;content:"";left:50%;top:50%;height:10px;width:3px;background-color:#000}.admin .delete:after{transform:translate(-50%,-50%) rotate(45deg)}.admin .delete:before{transform:translate(-50%,-50%) rotate(130deg)}.admin-add-photo{position:relative}.admin-add-photo:after,.admin-add-photo:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#000;display:none;z-index:30}.admin-add-photo:before{height:30px;width:5px}.admin-add-photo:after{height:5px;width:30px}.admin-add-photo:hover:after,.admin-add-photo:hover:before{display:block}.primary .news__cards.admin .news__card{position:relative}.primary .news__cards.admin .news__card-delete{width:30px;height:30px;position:absolute;top:0;left:0}.primary .news__cards.admin .news__card-choose-photo{position:absolute;left:0;top:0}.primary .news__cards.admin .news__card-photo{cursor:pointer}.primary .news__cards.admin .news__card .plug{width:100%;height:100%;background-color:#ff0}.primary .news__cards.admin .news__card-add{min-width:200px;height:250px;background-color:hsla(0,0%,100%,.5);transition:all .1s linear;position:relative;cursor:pointer;margin-right:15px}.primary .news__cards.admin .news__card-add:after,.primary .news__cards.admin .news__card-add:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#271f3d}.primary .news__cards.admin .news__card-add:before{height:6px;width:25px}.primary .news__cards.admin .news__card-add:after{height:25px;width:6px}.primary .news__cards.admin .news__card-add:hover{background-color:hsla(0,0%,100%,.6)}.primary .news__cards.admin .news__card-add:hover:after,.primary .news__cards.admin .news__card-add:hover:before{background-color:#110c1f}.primary .topical__main.admin{background:none;position:relative}.primary .topical__main.admin .topical__main-editions{display:flex;align-items:center}.primary .topical__main.admin .topical__main-edition{padding:0;width:auto;margin-right:10px;position:relative;display:flex;flex-flow:column nowrap}.primary .topical__main.admin .topical__main-edition:last-child{margin-right:0}.primary .topical__main.admin .topical__main-edition input{height:100%}.primary .topical__main.admin .topical__main-edition-tools{display:flex;flex-flow:row nowrap;position:absolute;bottom:-25px}.primary .topical__main.admin .topical__main-edition-change-color{display:flex;flex-flow:row nowrap}.primary .topical__main.admin .topical__main-edition-change-color div{width:20px;height:20px;border:1px solid #000}.primary .topical__main.admin .topical__main-edition-change-color .red{background-color:#ef617f}.primary .topical__main.admin .topical__main-edition-change-color .green{margin-left:2px;background-color:#67d455}.primary .topical__main.admin .topical__main-edition-delete{margin-left:10px}.primary .topical__main.admin .topical__main-editions-add{height:20px;width:20px;background-color:#fff;position:relative;transition:all .1s linear}.primary .topical__main.admin .topical__main-editions-add:hover{transform:scale(1.15)}.primary .topical__main.admin .topical__main-editions-add:after,.primary .topical__main.admin .topical__main-editions-add:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#333}.primary .topical__main.admin .topical__main-editions-add:after{width:13px;height:4px}.primary .topical__main.admin .topical__main-editions-add:before{width:4px;height:13px}.primary .topical__main.admin .topical__main-content{position:absolute;top:0;left:0;height:100%;width:100%;z-index:5;display:flex;flex-flow:column nowrap;padding:20px}.primary .topical__main.admin .topical__main-background{position:absolute;z-index:0;left:0;top:0;width:100%;height:100%}.primary .topical__main.admin .topical__main-background .gradient{background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,0)) no-repeat 50%/cover;position:absolute;height:100%;width:100%;top:0;left:0;z-index:2}.primary .topical__main.admin .topical__main-background img{width:100%;height:100%;border-radius:10px}.primary .topical__main.admin .topical__main-background .topical__main-plug{background-color:green;width:100%;height:100%;border-radius:10px}.primary .topical__main.admin .topical__main-user{background-color:rgba(0,0,0,.3);color:#fff;border:none;outline:none;width:150px;margin-left:10px}.primary .topical__main.admin .topical__main-title{width:400px;height:50px}.main-wrapper-page.light{--background:#f0dde0;--card-normal:#FCF8F9;--card-hover:#FFFFFF;--accent-gradient:linear-gradient(180deg,rgba(97,241,73,1),rgba(75,175,147,1) 50%,rgba(100,64,201,1));--accent-pink:#FF466D;--accent-pink-hover:#CC3353;--accent-yellow:#D59900;--accent-green-normal:#1CB703;--accent-green-hover:#148802;--accent-green-gradient:linear-gradient(180deg,rgba(74,247,234,1),rgba(120,240,120,1) 45%,rgba(113,229,111,1) 55%,rgba(87,184,75,1));--accent-lavender:#8E72E1;--accent-lavender-hover:#6942DC;--text-bright:#271F3D;--text-dim:rgba(39,31,61,0.7);--text-inverted:#FFFFFF;--text-green-gradient:linear-gradient(180deg,rgba(122,247,74,1),rgba(122,246,80,1) 10%,rgba(121,244,97,1) 30%,rgba(120,240,120,1) 50%,rgba(113,229,111,1) 60%,rgba(94,196,85,1) 85%,rgba(87,184,75,1));--color-menu-selected:#FFF;--inactive:#DDCACC;--line:#F0F0F5;--line-transparent:rgba(133,133,169,0.2);--line-opaque:#D4D4E0;--misc-dim-green:#D5DFD3;--inactive-background:#F3EDEE;--blur:60px;--glow-green:0 0 100px rgba(85,212,121,0.7);--glow-yellow:0 0 100px rgba(255,190,28,0.7);--glow-pink:0 0 100px rgba(239,97,127,0.8);--glow-green-small-1:0 0 35px rgba(85,212,121,0.9);--glow-green-small-2:0 0 50px rgba(85,212,121,0.6);--glow-white:0 0 40px rgba(255,255,255,0.8);--glow-green-several:0 0 100px rgba(85,212,121,0.5),0 0 200px rgba(85,212,121,0.5);--shadow-sidebar:0 4px 60px rgba(0,0,0,0.2);--alert-green:#BDF7B4;--alert-yellow:#FFDE88;--alert-red:#FCA7B9;--alert-text-green:#008000;--alert-text-yellow:#715100;--alert-text-red:#B70027;--switch-off:#BEB3B4}.main-wrapper-page.dark{--background:#000000;--card-normal:#271F3D;--card-hover:#110C1F;--accent-gradient:linear-gradient(180deg,rgba(97,241,73,1),rgba(75,175,147,1) 50%,rgba(100,64,201,1));--accent-pink:#EF617F;--accent-pink-hover:#FF99AF;--accent-yellow:#F3BA2F;--accent-green-normal:#67d455;--accent-green-hover:#8EF27D;--accent-green-gradient:linear-gradient(180deg,rgba(74,247,234,1),rgba(120,240,120,1) 45%,rgba(113,229,111,1) 55%,rgba(87,184,75,1));--accent-lavender:#A397C6;--accent-lavender-hover:#CEC6E7;--text-bright:#FFFFFF;--text-dim:rgba(255,255,255,0.7);--text-inverted:#000000;--text-green-gradient:linear-gradient(180deg,rgba(122,247,74,1),rgba(122,246,80,1) 10%,rgba(121,244,97,1) 30%,rgba(120,240,120,1) 50%,rgba(113,229,111,1) 60%,rgba(94,196,85,1) 85%,rgba(87,184,75,1));--color-menu-selected:#000;--inactive:#504B62;--line:#3C3550;--line-transparent:rgba(133,133,169,0.3);--line-opaque:#282833;--misc-dim-green:#20462A;--inactive-background:#332C48;--blur:60px;--glow-green:0 0 100px rgba(85,212,121,0.7);--glow-yellow:0 0 100px rgba(255,190,28,0.7);--glow-pink:0 0 100px rgba(239,97,127,0.8);--glow-green-small-1:0 0 35px rgba(85,212,121,0.9);--glow-green-small-2:0 0 50px rgba(85,212,121,0.6);--glow-white:0 0 40px rgba(255,255,255,0.8);--glow-green-several:0 0 100px rgba(85,212,121,0.5),0 0 200px rgba(85,212,121,0.5);--shadow-sidebar:0 4px 60px rgba(39,31,61,0.03);--alert-green:#1CB703;--alert-yellow:#D59900;--alert-red:#FF466D;--alert-text-green:#008000;--alert-text-yellow:#715100;--alert-text-red:#B70027;--switch-off:#504B62}body,html{padding:0;margin:0;font-family:Inter,sans-serif;color:#fff;font-size:100%}a{color:inherit;text-decoration:none}*,:after,:before{box-sizing:border-box}button{border:none;outline:none;background:none;color:#fff}.card .sections,.collections .sections,.farm .sections,.humanize .sections,.jail .sections,.primary .sections,.profile .sections{display:flex;flex-flow:column nowrap;width:100%}.card .menu,.collections .menu,.farm .menu,.humanize .menu,.jail .menu,.primary .menu,.profile .menu{min-width:80px;height:1000px}.card .menu.active,.collections .menu.active,.farm .menu.active,.humanize .menu.active,.jail .menu.active,.primary .menu.active,.profile .menu.active{min-width:280px}@media(min-width:1900px){.card .menu.active,.collections .menu.active,.farm .menu.active,.humanize .menu.active,.jail .menu.active,.primary .menu.active,.profile .menu.active{min-width:300px}}@media(max-width:1279px){.card .menu,.collections .menu,.farm .menu,.humanize .menu,.jail .menu,.primary .menu,.profile .menu{display:none}}a.disabled{pointer-events:none;cursor:default}.svg-inactive{fill:#504b62}body.light{color:#271f3d}body.light .handler-theme{background-color:#fcf8f9;border:2px solid #d5dfd3}body.light .handler-theme:before{background-color:#1cb703}body.light .description__title{color:#1cb703}body.light .stake__panel-header{background:linear-gradient(0deg,rgba(163,151,198,.3),rgba(163,151,198,0))}body.light .stake__panel{background-color:#fcf8f9}body.light .primary{width:100%;height:auto;background:url(/static/primary/background.jpg) no-repeat top/100% auto,#f0dde0}body.light .primary .intro__title{background:none;-webkit-background-clip:text;-webkit-text-fill-color:#fff;text-shadow:0 0 100px rgba(0,0,0,.7);color:#fff}body.light .primary .intro__feature-icon{background-color:#fcf8f9}body.light .primary .intro__subtitle{background-color:#f0dde0}body.light .primary .topical__day{background-color:#fcf8f9}body.light .primary .topical__day-id{border:2px solid #1cb703;color:#1cb703}body.light .primary .topical__day-title{color:#ff466d}body.light .primary .topical__main-title{color:#fff}body.light .primary .topical__main-user{color:#c2c2c3}body.light .primary .topical__main-edition{background-color:#1cb703}body.light .primary .topical__main-edition .text{color:#1e1c1f}body.light .primary .collection__slide{background-color:#fcf8f9}body.light .primary .collection__slide:hover{background-color:#fff}body.light .primary .collection__slide-subtitle{color:#ff466d}body.light .primary .collection__slide-photo-mark{background-color:#1cb703;color:#1e1c1f;box-shadow:0 0 35px rgba(85,212,121,.9)}body.light .primary .news .container-custom{background-color:#fcf8f9}body.light .primary .news__card-date,body.light .primary .news__card-text{color:rgba(39,31,61,.7)}body.light .footer{background-color:#fcf8f9}body.light .footer__button-icon .svg{background-color:#1cb703}body.light .footer__button{border:2px solid rgba(133,133,169,.2)}body.light .footer__info-text{color:#271f3d}body.light .footer__product-links{border-top:1px solid rgba(133,133,169,.2)}body.light .footer__product-links-icon .svg{fill:#1cb703}body.light .footer__money{border-top:1px solid rgba(133,133,169,.2);border-bottom:1px solid rgba(133,133,169,.2)}body.light .footer__money-button{border:2px solid #8e72e1;color:#8e72e1}body.light .footer__money-button:hover{background-color:#8e72e1;color:#fcf8f9}body.light .footer__navigation{border-top:1px solid rgba(133,133,169,.2)}body.light .footer__money-value,body.light .footer__nav{color:#1cb703}body.light .footer__money-subtitle{font-weight:600}body.light .header__button-menu{background-color:#f0dde0}body.light .header__button-collection:hover{background-color:#d5dfd3}body.light .header__button-collection .text__mark{color:#1cb703}body.light .header__button-collection .arrow .svg{fill:#1cb703}body.light .header .wallet__balances .wallet__balance.ai:after{background-color:rgba(133,133,169,.2)}body.light .header .wallet__balances .wallet__balance-name-token.bnb{color:#d29808}body.light .header .wallet__balances .wallet__balance-name-token.ai{color:#ff466d}body.light .header .wallet__balances .wallet__balance-expand,body.light .header .wallet__balances .wrapper__button:hover .wallet__balance-expand{border-top:2px solid #271f3d;border-left:2px solid #271f3d}body.light .header .wallet__balances .wallet__balance-expand.opened{border-top:2px solid rgba(39,31,61,.7);border-left:2px solid rgba(39,31,61,.7)}body.light .header .wallet__menu{background-color:#fff}body.light .header .wallet__menu-button-disconnect{background:none;border:2px solid #ff466d;color:#ff466d}body.light .header .wallet__menu-button-disconnect:hover{background-color:#ff466d;color:#f0dde0}body.light .header .wallet__info .wallet__balances{background-color:#fcf8f9;border:2px solid #d5dfd3}body.light .header .wallet__info .wallet__balances.active{background-color:#d5dfd3;border:none}@media(max-width:1279px){body.light .header.fill{background-color:#fcf8f9}}body.light .header__button{background-color:#fcf8f9}body.light .header__button-collection{border:2px solid #d5dfd3}body.light .header__button-collection .text{color:rgba(39,31,61,.7)}body.light .header__links-logos .svg{fill:#1cb703}body.light .jail{background-color:#f0dde0}body.light .jail .stakes .stake__details-logo .svg{fill:#1cb703}body.light .jail .stakes .stake__button:hover{background:#1cb703;color:#f0dde0}body.light .jail .stakes .stake__info-value{color:#1cb703}body.light .jail .stakes .stake__button{color:#1cb703;border:2px solid #1cb703}body.light .jail .stakes .stake__details{color:#1cb703}body.light .jail .info__panel{background-color:#f0dde0}body.light .jail .info .rarest-pepe__slide-name{color:rgba(39,31,61,.7)}body.light .jail .info .rarest-pepe__slide-photo .stick{background-color:#f0dde0}body.light .jail .info .rarest-pepe__slide-photo .stick:before{background-color:#8e72e1}body.light .jail .info .population__description-value{color:#1cb703}body.light .jail .info .population__button{border:2px solid #d5dfd3}body.light .jail .info .population__button:hover{background-color:#d5dfd3}body.light .jail .info .population__button-arrow .svg{fill:#1cb703}body.light .jail .info .population__button-text{color:rgba(39,31,61,.7)}body.light .jail .info .population__chart-total{background-color:#f0dde0}body.light .jail .info .population__chart-total-description{color:rgba(39,31,61,.7)}body.light .profile{background-color:#f0dde0}body.light .profile.unfounded{background:url(/static/profile/background-error-light.jpg) no-repeat 50%/cover,#000}body.light .profile__error-description{color:rgba(39,31,61,.7)}body.light .profile .info__avatar{background-color:#f0dde0;box-shadow:0 0 100px rgba(85,212,121,.7)}body.light .profile .info__wallet{background-color:#fcf8f9}body.light .profile .info__wallet .svg{fill:#8e72e1}body.light .profile .info__social-link{background-color:#fcf8f9}body.light .profile .info__social-link .svg{fill:#1cb703}body.light .profile .info__social-link-wrapper .opened-discord{background-color:#fff;box-shadow:0 0 50px rgba(85,212,121,.7)}body.light .profile .info__social-link-wrapper .opened-discord.copied{background-color:#fff}body.light .profile .info__social-link-wrapper .opened-discord:before{border-bottom:13px solid #fff}body.light .profile .info__social-link-wrapper .opened-discord__username-id{color:rgba(39,31,61,.7)}body.light .profile .info__social-link-wrapper .opened-discord__copy{background-color:#8e72e1;color:#f0dde0}body.light .profile .info__social-link-wrapper .opened-discord__copy .svg{fill:#f0dde0}body.light .profile .info__social-link-wrapper .opened-discord__copy.copied{background-color:#1cb703}body.light .profile .info__social-link-wrapper .opened-discord__copy.copied:hover{background-color:#148802}body.light .profile .info__social-link-wrapper .opened-discord__copy:hover{background-color:#6942dc}body.light .profile .info__stats-item-description{color:rgba(39,31,61,.7)}body.light .profile .info__stats-item-value{color:#1cb703}body.light .profile .info__edit-profile{color:#8e72e1;background-color:#fcf8f9;border:2px solid #8e72e1}body.light .profile .stats__panel{background:#f0dde0}body.light .profile .stats__panel .svg{fill:#1cb703}body.light .profile .stats__panel-claim{border:2px solid #1cb703;color:#1cb703}body.light .profile .stats__panel-value{color:#ff466d}body.light .profile .stats-description{color:rgba(39,31,61,.7)}body.light .profile .gallery__sort{background-color:#f0dde0;border:2px solid rgba(133,133,169,.2)}body.light .profile .gallery__sort.opened{background-color:#d4d4e0}body.light .profile .gallery__sort-choice{background-color:#f0dde0}body.light .profile .gallery__sort-choice-item.active{color:#1cb703}body.light .profile .gallery__pepe{background-color:#fcf8f9}body.light .profile .gallery__pepe-collection{color:#1cb703}body.light .profile .gallery__pepe-mark.green{background-color:#1cb703}body.light .profile .gallery__pepe-mark.purple{background-color:#8e72e1}body.light .profile .gallery__pepe-mark-text{color:#f0dde0}body.light .farm{background-color:#f0dde0}body.light .farm .info .info__item-question-info-title{color:#fff}body.light .farm .info .info__item-value.value-time .time__name{color:rgba(39,31,61,.7)}body.light .farm .info .info__item-panel-detail .panel__info-text{color:hsla(0,0%,100%,.7)}body.light .farm .info .info__item-panel-detail .panel__info-title{color:#fff}body.light .farm .info .info__panel{background-color:#fff}body.light .farm .stake .stake__panel{background-color:#fcf8f9}body.light .farm .stake .stake__panel-total-value{color:#1cb703}body.light .farm .stake .stake__panel-feature.green{background-color:#1cb703;color:#f0dde0}body.light .farm .stake .stake__panel-feature.pink{color:#ff466d;border:1px solid #ff466d}body.light .farm .stake .stake__panel-own-value{color:#1cb703}body.light .farm .stake .stake__panel-own:first-child{border-top:1px solid rgba(133,133,169,.2)}body.light .farm .stake .stake__panel-button{border:2px solid #1cb703;color:#1cb703}body.light .farm .stake .stake__panel-button:hover{color:#f0dde0;background-color:#1cb703}body.light .farm .stake .stake__panel-button.unstake{border:2px solid #ff466d;color:#ff466d}body.light .farm .stake .stake__panel-button.unstake:hover{background-color:#ff466d;color:#f0dde0}body.light .farm .stake .stake__panel-button.harvest{border:2px solid #8e72e1;color:#8e72e1}body.light .farm .stake .stake__panel-button.harvest:hover{background-color:#8e72e1;color:#f0dde0}body.light .farm .stake .stake__panel-button.inactive{border:2px solid #ddcacc;color:#ddcacc;background-color:#f3edee}body.light .farm .stake .stake__panel-button.inactive:hover{color:#ddcacc;background:#f3edee;cursor:default}body.light .farm .stake .stake__panel-detail{color:#1cb703}body.light .farm .stake .stake__panel-detail.inactive{color:#ddcacc}body.light .farm .stake .stake__panel-detail.inactive .svg{fill:#ddcacc}body.light .menu-mobile{background-color:#fcf8f9}body.light .menu-mobile .connect__description{color:rgba(39,31,61,.7)}body.light .menu-mobile .connect__method{background-color:#f0dde0}body.light .menu-mobile .connect__button-back .svg{fill:#1cb703}body.light .menu-mobile .connect__button-back-text{color:#271f3d}body.light .menu-mobile .menu .menu__header-button-close{background:none;border:2px solid #d5dfd3}body.light .menu-mobile .menu__header-button-close{background-color:#f0dde0}body.light .menu-mobile .menu__header-button-close:after,body.light .menu-mobile .menu__header-button-close:before{background-color:#1cb703}body.light .menu-mobile .menu__main .menu__button-section .connect{border:2px solid #1cb703;color:#1cb703}body.light .menu-mobile .menu__main .menu__button-section .connect:hover{background-color:#1cb703;color:#f0dde0}body.light .menu-mobile .menu__main .menu__navigation-soon{border:1px solid #ff466d;color:#ff466d}body.light .menu-mobile .menu__main .menu__button-collection{border:2px solid #d5dfd3}body.light .menu-mobile .menu__main .menu__button-collection-text{color:rgba(39,31,61,.7)}body.light .menu-mobile .menu__main .menu__button-collection-text-mark{color:#1cb703}body.light .menu-mobile .menu__main .menu__navigation{border-top:1px solid rgba(133,133,169,.2)}body.light .menu-mobile .menu__main .menu__navigation:first-child{border-top:none}body.light .menu-mobile .menu__main .menu__navigation .svg{fill:#1cb703}body.light .menu-mobile .menu__main .menu__navigation.soon .svg{fill:#ddcacc}body.light .menu-mobile .menu__main .menu__navigation.soon .menu__navigation-name{color:#ddcacc}body.light .menu-mobile .menu__main .menu__social-link .svg{fill:#1cb703}body.light .menu__desktop{background-color:#fcf8f9}body.light .menu__desktop.active .menu__community{background-color:rgba(133,133,169,.2)}body.light .menu__desktop.active .menu__community-title{color:#ff466d}body.light .menu__desktop.active .menu__rollup{background-color:#f0dde0;box-shadow:0 0 35px rgba(85,212,121,.9)}body.light .menu__desktop.active .menu__rollup .svg{fill:#1cb703}body.light .menu__desktop.active .menu__navigation .soon .svg{fill:#ddcacc}body.light .menu__desktop.active .menu__navigation .soon .menu__navigation-name{color:#ddcacc}body.light .menu__desktop.active .menu-status.soon{border:1px solid #ff466d;color:#ff466d}body.light .menu__desktop.active .menu.selected .svg{fill:#fff}body.light .menu__desktop.active .menu.selected .menu__navigation-name{color:#fff}body.light .menu__desktop.active .menu.selected .menu__navigation-shadow{background-color:#1cb703}body.light .menu__desktop .menu__navigation:nth-last-child(2):after{background-color:rgba(133,133,169,.2)}body.light .menu__desktop .menu__navigation.selected .svg{fill:#fff}body.light .menu__desktop .menu__navigation.selected .menu__navigation-shadow{background:#1cb703}body.light .menu__desktop .menu__navigation.soon .svg{fill:#ddcacc}body.light .menu__desktop .menu__navigation-icon .svg{fill:#1cb703}body.light .menu__desktop .menu__expand .stick{background-color:#1cb703}body.light .menu__desktop .menu__social-link-icon .svg{fill:#1cb703}body.light .menu .menu__wallet{border-top:1px solid rgba(133,133,169,.2)}body.light .menu .menu__wallet-balance-name-token.ai{color:#ff466d}body.light .menu .menu__wallet-balance-name-token.bnb{color:#d59900}body.light .menu .menu__wallet-balance-expand{border-top:2px solid #271f3d;border-left:2px solid #271f3d}body.light .menu .menu__wallet-title{color:#1cb703}body.light .menu .menu__profile-wallet{background-color:#f0dde0}body.light .menu .menu__profile-wallet-button-disconnect{border:2px solid #ff466d;color:#ff466d}body.light .menu .menu__profile-wallet-title{color:#ff466d}body.light .menu .menu__profile-wallet-balance{background-color:#fcf8f9}body.light .menu .menu__profile-wallet-balance .name-token.ai{color:#ff466d}body.light .menu .menu__profile-wallet-balance .name-token.bnb{color:#d59900}body.light .menu .menu__profile-button-back .svg{fill:#1cb703}body.light .menu .menu__profile-button-back-text{color:#271f3d}body.light .alert.connect-wallet{background-color:#fca7b9}body.light .alert.connect-wallet:after{border-bottom:15px solid #fca7b9}body.light .alert.connect-wallet .svg{fill:#b70027}body.light .alert.connect-wallet .alert__text{color:#b70027}body.light .alert.connect-wallet .alert__close:after,body.light .alert.connect-wallet .alert__close:before{background:#b70027}body.light .alerts .alert.success{background-color:#bdf7b4}body.light .alerts .alert.success .alert__text{color:green}body.light .alerts .alert.success .alert__icon .svg{fill:green}body.light .alerts .alert.success .alert__button-close:after,body.light .alerts .alert.success .alert__button-close:before{background-color:green}body.light .alerts .alert.process{background-color:#ffde88}body.light .alerts .alert.process .alert__text{color:#715100}body.light .alerts .alert.process .alert__icon .svg{fill:#715100}body.light .alerts .alert.process .alert__button-close:after,body.light .alerts .alert.process .alert__button-close:before{background-color:#715100}body.light .alerts .alert.error{background-color:#fca7b9}body.light .alerts .alert.error .alert__text{color:#b70027}body.light .alerts .alert.error .alert__icon .svg{fill:#b70027}body.light .alerts .alert.error .alert__button-close:after,body.light .alerts .alert.error .alert__button-close:before{background-color:#b70027}body.light .popup{background-color:#fcf8f9}body.light .popup__button-close:after,body.light .popup__button-close:before{background-color:#1cb703}body.light .popup.stake-lp .popup__title-prefix{border:1px solid #ff466d}body.light .popup.stake-lp .popup__title-prefix-text{color:#ff466d}body.light .popup.stake-lp .popup__description{color:rgba(39,31,61,.7);border-bottom:1px solid rgba(133,133,169,.2)}body.light .popup.stake-lp .popup__description-link{color:#1cb703}body.light .popup.stake-lp .popup__description-link .svg{fill:#1cb703}body.light .popup.stake-lp .popup__enter-input{background-color:#f0dde0}body.light .popup.stake-lp .popup__enter-input input{color:#271f3d}body.light .popup.stake-lp .popup__enter-input input::placeholder{color:rgba(39,31,61,.35)}body.light .popup.stake-lp .popup__enter-input.error{border:2px solid #ff466d}body.light .popup.stake-lp .popup__enter-input.error input{color:#ff466d}body.light .popup.stake-lp .popup__enter-input-helpers .button-max{background-color:#1cb703}body.light .popup.stake-lp .popup__enter-input-helpers .button-max-text{color:#f0dde0}body.light .popup.stake-lp .popup__enter-info{color:rgba(39,31,61,.7)}body.light .popup.stake-lp .popup__message-error{color:#ff466d}body.light .popup.stake-lp .popup__button-finish.stake{border:2px solid #1cb703;color:#1cb703}body.light .popup.stake-lp .popup__button-finish.stake:hover{background-color:#1cb703;color:#f0dde0}body.light .popup.stake-lp .popup__button-finish.inactive{border:2px solid #ddcacc;color:#ddcacc;background-color:#f3edee}body.light .popup.stake-lp .popup__button-finish.inactive:hover{border:2px solid #ddcacc;color:#ddcacc;background-color:#f3edee;cursor:default}body.light .popup.stake-lp .popup__button-finish.unstake{border:2px solid #ff466d;color:#ff466d}body.light .popup.stake-lp .popup__button-finish.unstake:hover{background-color:#ff466d;color:#f0dde0}body.light .popup.connect .modal-connect-wallet__method{background-color:#f0dde0}body.light .popup.stake-success .popup__description{color:rgba(39,31,61,.7)}body.light .popup.stake-success .popup__description-mark{color:#1cb703}body.light .popup.stake-success .popup__button{border:2px solid #1cb703;color:#1cb703}body.light .popup.choice-pepes .popup__button-clear{border:1px solid #8e72e1;color:#8e72e1}body.light .popup.choice-pepes .popup__button-clear:hover{background-color:#8e72e1;color:#fcf8f9}body.light .popup.choice-pepes .popup__button-action{border:2px solid #ddcacc;background-color:#f3edee;color:#ddcacc}body.light .popup.choice-pepes .popup__button-action.active{border:2px solid #1cb703;color:#1cb703;background-color:#fcf8f9}body.light .popup.choice-pepes .popup__button-action.active:hover{color:#f0dde0;background-color:#1cb703}body.light .popup.choice-pepes .popup__amount-select.none{color:#ff466d;border:1px solid #ff466d}body.light .popup.choice-pepes .popup__preview-subtitle{color:rgba(39,31,61,.7)}body.light .popup.choice-pepes .popup__preview-subtitle-mark,body.light .popup.choice-pepes .popup__preview-title-mark{color:#1cb703}body.light .popup.choice-pepes .popup__inventory{background-color:#f0dde0}body.light .popup.choice-pepes .popup__inventory-item .selected:before{background:url(/_next/static/media/selected-light.ac8e1b12.svg) no-repeat 50%/cover}body.light .popup.choice-pepes .popup__inventory-item-hover{background-color:#fcf8f9}body.light .popup.choice-pepes .popup__inventory-item-hover-name{color:#ff466d}body.light .popup.choice-pepes .popup__inventory__amount-select{border:1px solid #1cb703;color:#1cb703}body.light .popup.choice-pepes .popup__inventory__button-close{background:none}@media(max-width:1279px){body.light .popup.choice-pepes .popup__inventory__button-close{border:2px solid #d5dfd3}body.light .popup.choose-marketplace .popup__button-close{background-color:#f0dde0}}body.light .popup.choose-marketplace .popup__list-item{background-color:#f0dde0}body.light .popup.choose-marketplace .popup__list-item .svg{fill:#1cb703}body.light .popup.details .popup__description{color:rgba(39,31,61,.7)}body.light .popup.details .popup__description-mark{color:#1cb703}body.light .popup.details .popup__button{border:2px solid #1cb703;color:#1cb703}body.light .popup.details .popup__learn{color:#1cb703}body.light .popup.details .popup__learn .svg{fill:#1cb703}body.light .popup.success .popup__description{color:rgba(39,31,61,.7)}body.light .popup.success .popup__description-mark{color:#1cb703}body.light .popup.success .popup__button{border:2px solid #1cb703;color:#1cb703}body.light .popup.success .popup__button:hover{background-color:#1cb703;color:#f0dde0}body.light .popup.success .popup__info-item-text{color:#1cb703}body.light .popup.result-check .popup__photo.available .svg-background,body.light .popup.success .popup__info-item .svg{fill:#1cb703}body.light .popup.result-check .popup__photo.available .svg{fill:#fcf8f9}body.light .popup.result-check .popup__description{color:rgba(39,31,61,.7)}body.light .popup.result-check .popup__description-mark{color:#1cb703}body.light .popup.result-check .popup__button{border-color:#1cb703;color:#1cb703}body.light .popup.result-check .popup__button:hover{background-color:#148802;color:#f0dde0;border-color:#148802}body.light .popup.result-check .popup__check-other{color:#8e72e1}body.light .popup.result-check .popup__check-other .svg{fill:#8e72e1}body.light .popup.success-humanize .popup .svg{fill:#1cb703}body.light .popup.success-humanize .popup__description{color:rgba(39,31,61,.7)}body.light .popup.success-humanize .popup__description-mark{color:#1cb703}body.light .popup.success-humanize .popup__button{border-color:#1cb703;color:#1cb703}body.light .popup.success-humanize .popup__button:hover{color:#f0dde0;background-color:#148802;border-color:#148802}body.light .popup.success-humanize .popup__details{color:#1cb703}body.light .popup.success-humanize .popup__details-icon .svg{fill:#1cb703}body.light .popup.check-pepe .popup__description{color:rgba(39,31,61,.7);border-color:rgba(133,133,169,.2)}body.light .popup.check-pepe .popup__subtitle{color:rgba(39,31,61,.7)}body.light .popup.check-pepe .popup__input{background-color:#f0dde0;color:#271f3d}body.light .popup.check-pepe .popup__input.error{border-color:#ff466d;color:#ff466d}body.light .popup.check-pepe .popup__input::placeholder{color:rgba(39,31,61,.7)}body.light .popup.check-pepe .popup__error.active{color:#ff466d}body.light .popup.check-pepe .popup__button{background-color:#f3edee;border-color:#ddcacc;color:#ddcacc}body.light .popup.check-pepe .popup__button.active{border-color:#1cb703;color:#1cb703;background:none}body.light .popup.check-pepe .popup__button.active:hover{background-color:#148802;color:#f0dde0;border-color:#148802}@media(max-width:1279px){body.light .popup.choose-collection .popup__button-close{background-color:#f0dde0}}body.light .popup.choose-collection .popup__collection{background-color:#f0dde0}body.light .popup.edit-profile .popup__title{border-bottom:1px solid rgba(133,133,169,.2)}body.light .popup.edit-profile .popup__images{border-bottom:1px solid rgba(133,133,169,.2);border-top:1px solid rgba(133,133,169,.2)}body.light .popup.edit-profile .popup__image-subtitle{color:hsla(0,0%,100%,.7)}body.light .popup.edit-profile .popup__image-choice{border:2px dashed #f0dde0}body.light .popup.edit-profile .popup__image-choice-text{color:#8e72e1}body.light .popup.edit-profile .popup__item-error-text{color:#ff466d}body.light .popup.edit-profile .popup__item-input{background-color:#f0dde0;color:#271f3d}body.light .popup.edit-profile .popup__item-input.error{border:2px solid #ff466d;color:#ff466d}body.light .popup.edit-profile .popup__item-input::placeholder{color:#8e72e1}body.light .popup.edit-profile .popup__button{border:2px solid #1cb703;color:#1cb703}body.light .popup.edit-profile .popup__button.inactive{border:2px solid #ddcacc;background-color:#f3edee;color:#ddcacc}body.light .popup.edit-profile .popup__button:hover{background-color:#1cb703;color:#fcf8f9}body.light .humanize{background-color:#f0dde0}body.light .humanize-panel .panel-header__discount{background-color:#1cb703;color:#fff}body.light .humanize-panel .panel-header__price-current{color:#1cb703}body.light .humanize-panel .panel-header__price-old{color:#ff466d}body.light .humanize-panel .panel-header__remained{color:rgba(39,31,61,.7)}body.light .humanize-panel .panel-main__button{border:2px solid #1cb703;color:#1cb703}body.light .humanize-panel .panel-main__button.pepe-selected{background-color:#1cb703;color:#fff}body.light .humanize-panel .panel-main__button.pepe-selected .svg{fill:#fff}body.light .humanize-panel .panel-main__button:not(.inactive):hover{border:#148802;background-color:#148802;color:#f0dde0}body.light .humanize-panel .panel-main__button:not(.inactive):hover .svg{fill:#f0dde0}body.light .humanize-panel .panel-main__button.selected{border:#67d455;background-color:#1cb703;color:#f0dde0}body.light .humanize-panel .panel-main__button.pink{border:2px solid #ff466d;background:none;color:#ff466d}body.light .humanize-panel .panel-main__button.pink:not(.inactive):hover{border:#cc3353;background-color:#cc3353;color:#f0dde0}body.light .humanize-panel .panel-main__button.inactive{border:2px solid #ddcacc;color:#ddcacc;background:#f3edee}body.light .humanize-panel .panel-main__info-description{color:#8e72e1}body.light .humanize-panel .panel-main__info-check{border:2px solid rgba(133,133,169,.2);color:#8e72e1}body.light .humanize-panel .panel-main__info-check .svg{fill:#8e72e1}body.light .humanize-panel .panel-main__info-check:hover{background-color:rgba(133,133,169,.2);color:#6942dc}body.light .humanize-panel .panel-main__info-check:hover .svg{fill:#6942dc}body.light .humanize-panel .additional-button{color:#1cb703;border:2px solid rgba(133,133,169,.2)}body.light .faq__title{color:#1cb703}body.light .faq__item{border-bottom:1px solid #d4d4e0}body.light .faq__question-opener:after,body.light .faq__question-opener:before{transform:translate(-50%,-50%);background-color:#1cb703}body.light .faq__answer-text{color:rgba(39,31,61,.7)}body.light .pepe-card{background-color:#fcf8f9}body.light .pepe-card__badge{background-color:#1cb703;box-shadow:0 0 35px rgba(103,212,85,.9)}body.light .pepe-card__badge.green{background-color:#1cb703}body.light .pepe-card__badge.yellow{background-color:#d59900;box-shadow:0 0 35px rgba(243,186,47,.9)}body.light .pepe-card__badge.red{background-color:#ff466d;box-shadow:0 0 35px rgba(239,97,127,.9)}body.light .pepe-card__sticker-text{color:rgba(39,31,61,.7)}body.light .pepe-card__collection{color:#1cb703}body.light .pagination__info-text{font-weight:600;color:#1cb703}body.light .pagination .pagination__first.inactive span,body.light .pagination .pagination__last.inactive span,body.light .pagination .pagination__next.inactive span,body.light .pagination .pagination__prev.inactive span{color:#ddcacc}body.light .pagination .pagination__first.inactive .svg,body.light .pagination .pagination__last.inactive .svg,body.light .pagination .pagination__next.inactive .svg,body.light .pagination .pagination__prev.inactive .svg{fill:#ddcacc}body.light .pagination .pagination__first span,body.light .pagination .pagination__last span,body.light .pagination .pagination__next span,body.light .pagination .pagination__prev span{color:#8e72e1}body.light .pagination .pagination__first .svg,body.light .pagination .pagination__last .svg,body.light .pagination .pagination__next .svg,body.light .pagination .pagination__prev .svg{fill:#8e72e1}body.light .collections{background-color:#f0dde0}body.light .collections .title{color:#1cb703}body.light .collections .search{background-color:#f0dde0}@media(min-width:1280px){body.light .collections .search{border:2px solid rgba(133,133,169,.2)}}body.light .collections .search__input{color:#271f3d}body.light .collections .search__input::placeholder{color:rgba(39,31,61,.7)}body.light .collections .choice-collection__items{background-color:#d5dfd3}body.light .collections .choice-collection__item.selected{color:#1cb703;background-color:#fff}body.light .collections .preview-panel{border:2px solid rgba(133,133,169,.2);background-color:#f0dde0}body.light .collections .filter-button .amount-selected-filters{background-color:#ff466d}body.light .collections .filter-button .amount-selected-filters__value{color:#f0dde0}body.light .collections .filter{background-color:#fcf8f9}@media(min-width:1280px){body.light .collections .filter{background:none}}body.light .collections .filter__header{border-bottom:1px solid rgba(133,133,169,.2)}body.light .collections .filter__header-close{background-color:#f0dde0}body.light .collections .filter__header-close:after,body.light .collections .filter__header-close:before{background-color:#1cb703}body.light .collections .filter .category{border-bottom:1px solid rgba(133,133,169,.2)}@media(min-width:1280px){body.light .collections .filter .category{background-color:#fcf8f9}body.light .collections .filter .category__header.opened{border-bottom:1px solid rgba(133,133,169,.2)}}body.light .collections .filter .category__dropdown{background-color:#beb3b4}body.light .collections .filter .category__dropdown.active{background-color:#1cb703}body.light .collections .filter .category__dropdown .pointer{background-color:#fff}@media(min-width:1280px){body.light .collections .filter .category__properties::-webkit-scrollbar-thumb{background-color:#8e72e1}}body.light .collections .filter .category__property-value-checkbox{border:2px solid #beb3b4}body.light .collections .filter .category__property-value-checkbox.active{background-color:#1cb703;border:2px solid #1cb703}body.light .collections .filter .category__property-amount{color:#ff466d}body.light .collections .filter .category__gap-input{border:2px solid rgba(133,133,169,.2);color:#271f3d}body.light .collections .filter .category__gap-input::placeholder{color:rgba(39,31,61,.7)}body.light .collections .filter__reset-icon:after,body.light .collections .filter__reset-icon:before{background-color:#ff466d}body.light .collections .filter__reset-text{color:#ff466d}body.light .collections .filter__accept{color:#1cb703;border:2px solid #1cb703}body.light .collections .filter__accept:hover{background-color:#1cb703;color:#fff}body.light .collections .filter__selected-categories-item{background-color:#1cb703;color:#1cb703}body.light .collections .filter__selected-categories-item .text{color:#fff}body.light .collections .filter__selected-categories-item .icon:after,body.light .collections .filter__selected-categories-item .icon:before{background-color:#fff}body.light .collections .content-viewer__card.loading{background-color:#fcf8f9}body.light .collections .amount-nft{border:2px solid rgba(133,133,169,.2)}body.light .card{background-color:#f0dde0}body.light .card .general-info__sticker{color:rgba(39,31,61,.7)}body.light .card .general-info__id-sale{background-color:#1cb703;color:#f0dde0}body.light .card .general-info__id-text{color:rgba(39,31,61,.7)}body.light .card .general-info__panel{background-color:#fcf8f9}body.light .card .general-info__panel-owned{color:#8e72e1}body.light .card .actions__button{background-color:#f0dde0}body.light .card .actions__button.lavender{border:2px solid #8e72e1}body.light .card .actions__button.lavender:hover{background:#6942dc}body.light .card .actions__button.lavender:hover .actions__button-text{color:#f0dde0}body.light .card .actions__button.lavender .actions__button-text{color:#8e72e1}body.light .card .actions__button.green{border:2px solid #1cb703}body.light .card .actions__button.green:hover{background:#1cb703}body.light .card .actions__button.green:hover .actions__button-text{color:#f0dde0}body.light .card .actions__button.green .actions__button-text,body.light .card .info-collection__link-text,body.light .card .info-collection__title{color:#1cb703}body.light .card .detailed-info__panel{background-color:#fcf8f9}body.light .card .detailed-info__panel-properties-item{border:1px solid rgba(133,133,169,.2)}body.light .card .detailed-info__panel-properties-item .value{color:#1cb703}body.light .card .detailed-info__panel-properties-item:hover{background:hsl(0,0%,90%)}body.light .card .detailed-info__panel-history .header__titles{border:1px solid rgba(133,133,169,.2)}body.light .card .detailed-info__panel-history .header__title{color:rgba(39,31,61,.7)}body.light .card .detailed-info__panel-history .history__item{border-bottom:1px solid rgba(133,133,169,.2)}body.light .card .detailed-info__panel-history .history-subtitle,body.light .card .detailed-info__panel-history .history__item .price__null{color:rgba(39,31,61,.7)}body.light .card__not-found-id{color:#ff466d;text-shadow:0 0 100px rgba(239,97,127,.8)}