:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navigation-wrapper{background-color:#151618;font-family:SairaRegular,sans-serif;font-weight:700}@media screen and (max-width:1024px){.navigation-wrapper{padding:20px;position:fixed;width:100%;z-index:10}}.navigation-wrapper .navigation-menu{border-bottom:1px solid gray;display:flex;justify-content:space-evenly}@media screen and (max-width:1024px){.navigation-wrapper .navigation-menu{border-bottom:none;height:350px;justify-content:flex-start;overflow:hidden}}.navigation-wrapper .navigation-logo{align-self:center;border-right:1px solid gray;padding:10px 40px 10px 10px}.navigation-wrapper .navigation-logo img{height:40px}.navigation-wrapper .navigation-logo img:hover{cursor:pointer}@media screen and (max-width:1024px){.navigation-wrapper .navigation-logo{align-self:flex-start;border-right:none;margin-top:20px;padding-left:25px}}.navigation-wrapper .navigation-options{align-items:center;color:#d69700;display:flex;flex-direction:row;justify-content:space-between;padding:25px}@media screen and (max-width:1024px){.navigation-wrapper .navigation-options{align-items:normal;flex-direction:column;padding-bottom:15px}}.navigation-wrapper .navigation-options a{color:#d69700}.navigation-wrapper .navigation-options p{font-size:19px;font-weight:700;margin-right:30px}.navigation-wrapper .navigation-options p:hover{cursor:pointer}@media screen and (max-width:1024px){.navigation-wrapper .navigation-options p{font-size:20px;margin-bottom:20px}}.navigation-wrapper .navigation-options .disabled-navigation-option:hover{cursor:auto}.navigation-wrapper .mobile-nav-icon{display:none}@media screen and (max-width:1024px){.navigation-wrapper .mobile-nav-icon{background:url(/static/media/mobile-nav-icon-28.58a23f71e1f26e4f530c.webp);background-size:100%;display:block;height:60px;width:60px}.navigation-wrapper .menu-closed{display:flex;flex-direction:column;height:0;transition:height 1s}.navigation-wrapper .menu-opened{animation-duration:1s;animation-name:slidein;display:flex;flex-direction:column}.navigation-wrapper .menu-opened .sign-in,.navigation-wrapper .menu-opened .user-info{flex-direction:column}}@keyframes slidein{0%{height:0}to{height:350px}}.border-custom-button,.custom-button{align-items:center!important;border:2px solid #d69700!important;box-sizing:border-box!important;display:flex!important;font-weight:600!important;height:40px!important;letter-spacing:.04em!important;padding:15px!important;transition:all .5s ease!important}.custom-button{background-color:#d69700!important;color:#f7fafc!important}.border-custom-button,.custom-button:hover{background-color:#f7fafc!important;color:#000!important}.border-custom-button:hover{background-color:#d69700!important;color:#f7fafc!important}.sign-in,.user-info{align-items:center;color:#f7fafc;display:flex;flex-direction:row;font-family:SairaRegular,sans-serif;font-weight:700;justify-content:flex-end}@media screen and (max-width:1024px){.sign-in,.user-info{align-items:flex-start;flex-direction:column;margin-top:auto;padding-left:25px}}.sign-in p,.user-info p{font-size:16px;margin-right:20px}@media screen and (max-width:1024px){.sign-in p,.user-info p{font-size:20px;margin:20px 0}}.sign-in p:hover,.user-info p:hover{cursor:pointer}.market-filters-wrapper{display:flex;flex-direction:column;justify-self:flex-end;padding:215px 30px 50px 5%;width:30%}@media screen and (max-width:1024px){.market-filters-wrapper{margin:0 auto;padding:50px 0;width:90%}}.market-filters-wrapper .MuiButtonBase-root{height:50px}.market-filters-wrapper .MuiAccordionSummary-content img{margin-right:13px}.market-filters-wrapper .MuiAccordionSummary-content p{font-weight:700}.market-filters-wrapper .MuiAccordionDetails-root{display:flex;flex-direction:column}.market-filters-wrapper .MuiAccordion-rounded{border-radius:20px!important}.market-filters-wrapper .MuiPaper-elevation1{box-shadow:none}.market-filters-wrapper .MuiAccordionSummary-root{border:1px solid #a08d4e;border-radius:20px}.market-filters-wrapper .MuiAccordionDetails-root{padding:20px 0 0}.market-filters-wrapper .MuiAccordionSummary-content.Mui-expanded{margin:0}.market-filters-wrapper .MuiAccordionSummary-root.Mui-expanded{min-height:0;min-height:auto}.market-filters-wrapper .MuiIconButton-root{color:#a08d4e}.market-filters-wrapper .custom-text-field .MuiOutlinedInput-input{padding:6px}.collection-filter-wrapper{display:flex;flex-direction:column}.collection-filter-wrapper .MuiPaper-root{background:#f7fafc!important}.collection-filter-wrapper .filter-collections,.collection-filter-wrapper .filter-collections .filter-collection-wrapper{display:flex;flex-direction:column}.collection-filter-wrapper .filter-collections .filter-collection-wrapper span{font-size:14px;font-weight:700;margin-left:auto;margin-right:5px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection{align-items:center;display:flex;flex-direction:row}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection .accordoin-for-schemas{width:100%}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-schemas{border:none;width:100%}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection .MuiAccordionDetails-root{padding:0}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection .schema-item{align-items:center;display:flex;margin-bottom:16px;padding:0 21px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection .schema-item p{font-size:14px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection.active{color:#d69700}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection img{border-radius:50%;height:30px;margin-right:10px;width:30px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection p{color:#1b1c22;font-size:18px;font-weight:600}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection .available{color:#d69700}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection:hover{cursor:pointer}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection:hover span{color:#d69700}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates{display:flex;flex-direction:column;margin-left:5px;margin-top:10px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template{align-items:center;display:flex;flex-direction:row;height:38px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template:hover{cursor:pointer}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template:hover span{color:#d69700}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template .template-image{border-radius:50%;height:15px;margin-right:10px;width:15px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template .template-image-land-color{background:#d69700}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template .template-image-card-color{background:#c4bc9f}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template .template-image-hero-color{background:#a08d4e}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template .template-image-pack-color{background:#151618}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template p{color:#151618;font-size:15px;font-weight:600;margin-bottom:5px}.collection-filter-wrapper .filter-collections .filter-collection-wrapper .filter-collection-templates .filter-collection-template span{margin-bottom:5px}.collection-filter-wrapper .filter-collections.imx{flex-direction:row}.collection-filter-wrapper .filter-collections.imx-collections{height:300px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#b6b5b5 #b6b5b5;scrollbar-width:thin}.collection-filter-wrapper .filter-collections.imx-collections .filter-collection-wrapper{margin-bottom:10px}.collection-filter-wrapper .filter-collections.imx-collections::-webkit-scrollbar{width:8px}.collection-filter-wrapper .filter-collections.imx-collections::-webkit-scrollbar-thumb{background-color:#b6b5b5;border-radius:20px}@media screen and (-webkit-min-device-pixel-ratio:0){.collection-filter-wrapper .filter-collections.imx-collections{scrollbar-color:#c6bc9b #0000;scrollbar-width:thin}.collection-filter-wrapper .filter-collections.imx-collections::-webkit-scrollbar-thumb{background-color:#c6bc9b;border:none;border-radius:20px}}.collection-filter-wrapper .filter-collections.wax{height:300px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#b6b5b5 #b6b5b5;scrollbar-width:thin}.collection-filter-wrapper .filter-collections.wax .filter-collection-wrapper{margin-bottom:10px}.collection-filter-wrapper .filter-collections.wax .filter-collection-wrapper .filter-collection{flex-direction:column}.collection-filter-wrapper .filter-collections.wax::-webkit-scrollbar{width:8px}.collection-filter-wrapper .filter-collections.wax::-webkit-scrollbar-thumb{background-color:#b6b5b5;border-radius:20px}@media screen and (-webkit-min-device-pixel-ratio:0){.collection-filter-wrapper .filter-collections.wax{scrollbar-color:#c6bc9b #0000;scrollbar-width:thin}.collection-filter-wrapper .filter-collections.wax::-webkit-scrollbar-thumb{background-color:#c6bc9b;border:none;border-radius:20px}}.blockchain-filter-wrapper{display:flex;flex-direction:column;margin-bottom:16px;position:relative}.blockchain-filter-wrapper .MuiPaper-root{background:#f7fafc!important}.blockchain-filter-wrapper .MuiAccordionSummary-content{align-items:center;margin:0}.blockchain-filter-wrapper .MuiAccordionSummary-content img{width:30px}.blockchain-filter-wrapper .blockchain-filter_container{background-color:#f4f3f0;border-radius:10px;height:250px;left:0;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.blockchain-filter-wrapper .blockchain-filter_container h4{color:#8874748c;font-size:14px;margin:0}.blockchain-filter-wrapper .blockchain-filter_container .blockchain-list{margin-top:10px}.blockchain-filter-wrapper .blockchain-filter_container .blockchain-list .blockchain-item{align-items:center;cursor:pointer;display:flex;margin-bottom:10px}.blockchain-filter-wrapper .blockchain-filter_container .blockchain-list .blockchain-item.disabled{cursor:not-allowed;opacity:.5}.blockchain-filter-wrapper .blockchain-filter_container .blockchain-list .blockchain-item p{color:#151618;font-size:15px;font-weight:600;margin:0}.blockchain-filter-wrapper .blockchain-filter_container .blockchain-list .blockchain-item img{margin-right:8px;width:40px}.blockchain-filter-wrapper .blockchain-filter_container .blockchain-list .maintenance-text{color:#ff9800;font-size:12px;margin-left:4px}.blockchain-filter-wrapper .blockchain-filter_container.tokens{height:150px}.blockchain-filter-wrapper .token-filter_container{background-color:#f4f3f0;border-radius:10px;left:0;min-height:100px;padding:10px 20px;position:absolute;top:0;width:100%;z-index:2}.blockchain-filter-wrapper .token-filter_container h4{color:#8874748c;font-size:14px;margin:0}.blockchain-filter-wrapper .token-filter_container .token-list{margin-top:10px}.blockchain-filter-wrapper .token-filter_container .token-list .token-item{align-items:center;cursor:pointer;display:flex;margin-bottom:10px}.blockchain-filter-wrapper .token-filter_container .token-list .token-item p{color:#151618;font-size:15px;font-weight:600;margin:0}.blockchain-filter-wrapper .token-filter_container .token-list .token-item img{margin-right:8px;width:40px}.blockchain-filter-wrapper .token{margin-top:16px}.custom-text-field{margin-bottom:40px}.custom-text-field .MuiTextField-root{width:100%}.custom-text-field .MuiOutlinedInput-input{padding:12px}.custom-text-field .MuiOutlinedInput-root{border-radius:20px}.custom-text-field .MuiOutlinedInput-notchedOutline{border-color:#a08d4e!important}.custom-select-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.custom-select-container p{font-size:16px;font-weight:700}@media screen and (max-width:400px){.custom-select-container{justify-content:center}}.custom-select-container .custom-button{border-radius:20px;height:35px!important;margin-right:20px}@media screen and (max-width:400px){.custom-select-container .custom-button{margin-bottom:20px;margin-right:0;width:200px}}.custom-select-container .MuiFormControl-root{width:200px}.custom-select-container .MuiOutlinedInput-root{border-radius:20px}.custom-select-container .MuiSelect-icon{color:#a08d4e!important;top:auto}.custom-select-container .MuiSelect-iconOutlined{right:0}.custom-select-container .MuiSvgIcon-root{font-size:2rem}.custom-select-container .MuiOutlinedInput-notchedOutline{border-color:#a08d4e!important}.custom-select-container select{font-weight:700;padding:8px 10px 8px 15px}.placeholder-loading-items-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.ph-item{background-color:#fff;border:1px solid #e6e6e6;border-radius:2px;direction:ltr;display:flex;flex-wrap:wrap;margin-bottom:30px;overflow:hidden;padding:30px 15px 15px;position:relative}.ph-item,.ph-item *,.ph-item :after,.ph-item :before{box-sizing:border-box}.ph-item:before{animation:phAnimation .8s linear infinite;background:linear-gradient(90deg,#fff0 46%,#ffffff59 50%,#fff0 54%) 50% 50%;bottom:0;content:" ";left:50%;margin-left:-250%;pointer-events:none;position:absolute;right:0;top:0;width:500%;z-index:1}.ph-item>*{display:flex;flex:1 1 auto;flex-flow:column;margin-bottom:15px;padding-left:15px;padding-right:15px}.ph-row{display:flex;flex-wrap:wrap;margin-top:-7.5px}.ph-row div{background-color:#ced4da;height:10px;margin-top:7.5px}.ph-row .big,.ph-row.big div{height:20px}.ph-row .empty{background-color:#fff0}.ph-col-2{flex:0 0 16.6666666667%}.ph-col-4{flex:0 0 33.3333333333%}.ph-col-6{flex:0 0 50%}.ph-col-8{flex:0 0 66.6666666667%}.ph-col-10{flex:0 0 83.3333333333%}.ph-col-12{flex:0 0 100%}[class*=ph-col]{direction:ltr}[class*=ph-col]>*+.ph-row{margin-top:0}[class*=ph-col]>*+*{margin-top:7.5px}.ph-avatar{background-color:#ced4da;border-radius:50%;min-width:60px;overflow:hidden;position:relative;width:100%}.ph-avatar:before{content:" ";display:block;padding-top:100%}.ph-picture{background-color:#ced4da;height:120px;width:100%}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}@media screen and (max-width:1200px){.placeholder-loading-item-wrapper{margin:0 auto}}.placeholder-loading-item-wrapper .ph-item{border-radius:20px;height:400px;padding:0;width:250px}.placeholder-loading-item-wrapper .ph-item .ph-picture{height:100%;width:100%}.placeholder-loading-item-wrapper .ph-item>*{margin-bottom:0;padding:0}.market-container{background:#f7fafc;display:flex;min-height:90vh}@media screen and (max-width:1024px){.market-container{padding-top:100px}}.items-container{padding:50px 5% 50px 0;width:70%}@media screen and (max-width:1024px){.items-container{padding-top:0}}.items-wrapper{display:flex;flex-wrap:wrap;justify-content:left;padding-top:50px}@media screen and (max-width:1024px){.market-container{flex-direction:column}.items-container{margin:0 auto;padding-right:0;width:90%}.items-wrapper{justify-content:center}}.imx-item-wrapper .item-description .item-action .item-price{color:#d69700;min-width:90px;padding:8px;text-align:right}.imx-item-wrapper .item-description .item-action .item-price p{font-size:12px}.imx-item-wrapper .item-description .item-action .item-price p:first-child{color:gray;margin-bottom:5px}.footer-wrapper{background:#25292f;color:#ebecee;font-family:SairaRegular,sans-serif;font-size:16px;font-weight:700}.footer-wrapper a{color:#ebecee}.footer-wrapper .footer-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;line-height:1.5;margin:0 auto;padding-bottom:15px;padding-top:48px;width:1300px}.footer-wrapper .footer-container img{margin-bottom:20px;max-width:180px}@media screen and (max-width:1300px){.footer-wrapper .footer-container{width:90%}}@media screen and (max-width:1024px){.footer-wrapper .footer-container{justify-content:flex-start}}.footer-wrapper .footer-container h2{color:#d69700}.footer-wrapper .footer-container h3{color:#a08d4e}.footer-wrapper .footer-description{width:464px}@media screen and (max-width:1024px){.footer-wrapper .footer-description{margin-bottom:30px;width:100%}}.footer-wrapper .footer-description h3{margin-bottom:10px}@media screen and (max-width:1024px){.footer-wrapper .footer-contact,.footer-wrapper .footer-explore{margin-right:100px}}@media screen and (max-width:500px){.footer-wrapper .footer-contact,.footer-wrapper .footer-explore{margin-right:30px}}.footer-wrapper .burned-fees{color:#ff791d;display:flex;justify-content:space-between;margin:0 auto;max-width:1300px;padding-bottom:20px;text-align:center}@media screen and (max-width:1300px){.footer-wrapper .burned-fees{width:90%}}@media screen and (max-width:768px){.footer-wrapper .burned-fees{display:block}}.footer-wrapper .burned-fees p:first-child{color:#fff;text-align:left;width:453px}@media screen and (max-width:768px){.footer-wrapper .burned-fees p:first-child{margin-bottom:20px;text-align:left}}@media screen and (max-width:473px){.footer-wrapper .burned-fees p:first-child{width:286px}}.footer-wrapper .burn-list{display:flex;flex-direction:column}.footer-wrapper .burn-list p:first-child{color:#ff791d;text-align:center}@media screen and (max-width:1024px){.footer-wrapper .footer-follow{margin-right:30px}}.footer-wrapper .footer-contact,.footer-wrapper .footer-explore,.footer-wrapper .footer-follow{width:155px}@media screen and (max-width:1024px){.footer-wrapper .footer-contact,.footer-wrapper .footer-explore,.footer-wrapper .footer-follow{width:max-content}}.footer-wrapper .footer-contact a:hover,.footer-wrapper .footer-contact p:hover,.footer-wrapper .footer-explore a:hover,.footer-wrapper .footer-explore p:hover,.footer-wrapper .footer-follow a:hover,.footer-wrapper .footer-follow p:hover{cursor:pointer}.footer-wrapper .footer-contact,.footer-wrapper .footer-description,.footer-wrapper .footer-explore{display:flex;flex-direction:column}.footer-wrapper .footer-contact a,.footer-wrapper .footer-contact p,.footer-wrapper .footer-description a,.footer-wrapper .footer-description p,.footer-wrapper .footer-explore a,.footer-wrapper .footer-explore p{margin-bottom:10px}.footer-wrapper .footer-border{border-bottom:1px solid gray}.profile-wrapper{background:#f7fafc;display:flex;flex-direction:column;font-family:SairaRegular,sans-serif;min-height:90vh;width:100%}@media screen and (max-width:1024px){.profile-wrapper{padding-top:100px}}.profile-wrapper .profile-bg{background-image:url(/static/media/bg_profile_pg.eee0357de6de7d3d2598.webp);background-size:cover;height:250px;position:relative}.profile-wrapper .profile-bg .profile-icon{bottom:0;height:120px;left:50%;position:absolute;transform:translate(-50%,30px);width:120px}.profile-wrapper .profile-bg .profile-icon>img{border-radius:50%;box-shadow:0 5px 25px #00000080;height:100%;object-fit:cover;width:100%}.profile-wrapper .profile-bg .check-icon{background:#f7fafc;border-radius:50%;bottom:0;box-shadow:0 5px 25px #00000080;box-sizing:initial;display:block;height:30px;position:absolute;right:0;width:30px}.profile-wrapper .profile-content{display:flex;flex-direction:column;margin:0 auto;padding-bottom:40px;padding-top:40px;width:1200px}@media screen and (max-width:1200px){.profile-wrapper .profile-content{width:90%}}.profile-wrapper .profile-content .profile-info{padding-top:15px}.profile-wrapper .profile-content .profile-info .username-title{font-size:24px;font-weight:600;margin-bottom:10px}.profile-wrapper .profile-content .profile-info .wallet-name{display:flex;flex-direction:row;height:20px;justify-content:center}.profile-wrapper .profile-content .profile-info .wallet-name p{font-size:20px;margin-top:auto}.profile-wrapper .profile-content .profile-info .wallet-name img,.profile-wrapper .profile-content .profile-info .wallet-name svg{margin-left:10px}.profile-wrapper .profile-content .profile-info .wallet-name img{height:15px;width:15px}.profile-wrapper .profile-content .profile-info .wallet-name img:hover{cursor:pointer}.profile-wrapper .profile-content .follow-share-container{display:flex;justify-content:space-between;margin:0 auto;padding:20px 0;width:max-content}.profile-wrapper .profile-content .follow-share-container .loader-wrapper{height:40px}.profile-wrapper .profile-content .follow-share-container button{min-width:160px;padding:10px 30px!important}.profile-wrapper .profile-content .profile-assets .asset-status-switch{display:flex;flex-wrap:wrap;padding-bottom:15px}@media screen and (max-width:768px){.profile-wrapper .profile-content .profile-assets .asset-status-switch{align-items:flex-start}}@media screen and (max-width:600px){.profile-wrapper .profile-content .profile-assets .asset-status-switch{justify-content:center;padding-bottom:30px}}.profile-wrapper .profile-content .profile-assets .asset-status-switch button{border-bottom:2px solid #f7fafc;border-radius:0;color:#d69700;font-size:15px;margin-right:30px;min-width:100px;transition:.1s ease-out}@media screen and (max-width:768px){.profile-wrapper .profile-content .profile-assets .asset-status-switch button{min-width:max-content}}.profile-wrapper .profile-content .profile-assets .asset-status-switch .selected-button,.profile-wrapper .profile-content .profile-assets .asset-status-switch button:hover{border-bottom:2px solid #d69700}.profile-wrapper .profile-content .profile-assets .items-wrapper{min-height:490px;padding-top:20px}.imx-item-wrapper,.lazyload-wrapper{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;margin:0 auto;width:250px}.imx-item-wrapper{border:2px solid #edeeee;border-radius:20px}.imx-item-wrapper .imx-image-wrapper{align-items:center;display:flex;height:80%;justify-content:center;overflow:hidden;position:relative;width:90%}.imx-item-wrapper .imx-image-wrapper:after{background:#ffffff21;background:linear-gradient(90deg,#ffffff21 0,#ffffff21 77%,#ffffff80 92%,#fff0);content:"";height:200%;left:-60%;opacity:0;position:absolute;top:-50%;transform:rotate(30deg);width:20%}.imx-item-wrapper .imx-image-wrapper:hover:after{left:130%;opacity:1;transition-duration:.7s,.7s,.15s;transition-property:left,top,opacity;transition-timing-function:ease}.imx-item-wrapper .imx-image-wrapper:active:after{opacity:0}.imx-item-wrapper .imx-image-wrapper img{object-fit:contain;object-position:center}.imx-item-wrapper .imx-image-wrapper img,.imx-item-wrapper .imx-image-wrapper video{border-radius:20px;cursor:pointer;height:100%;width:100%}.imx-item-wrapper .block-center{display:flex;flex-direction:column;justify-content:center}.imx-item-wrapper .block-center p{font-size:20px!important}.imx-item-wrapper .item-description{background-color:#f7fafc;border-radius:20px;box-shadow:0 25px 25px #0000001a;font-weight:600;margin:0 auto;min-height:80px;padding-bottom:15px;text-align:center;transform:translateY(15%);width:90%}.imx-item-wrapper .item-description>p{font-size:14px}.imx-item-wrapper .item-description .collection{color:#d69700;font-size:14px;font-weight:700;padding-bottom:5px}.imx-item-wrapper .item-description button{border-radius:20px!important;font-size:14px;height:28px!important;margin:15px auto 0;padding:12px!important;width:77px}.imx-item-wrapper .item-description button:last-child{width:100px}.imx-item-wrapper .item-description .item-action{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.imx-item-wrapper .item-description .item-action button{margin-top:0}.imx-item-wrapper .item-description .sell-action{align-items:center;display:flex;flex-direction:row;position:relative}.imx-order-item{border-bottom:2px solid #edeeee;display:flex;justify-content:space-evenly;padding:30px 0 50px;width:100%}.imx-order-item:last-child{border-bottom:none}@media screen and (max-width:768px){.imx-order-item{align-items:center;flex-direction:column}}.imx-order-item .lazyload-wrapper{margin:initial}.imx-order-item .item-wrapper{box-shadow:0 5px 25px #0000001a}.imx-order-item .bought-sold-item-img{align-items:center;display:flex;height:400px;justify-content:center;width:300px}.imx-order-item .bought-sold-item-img img{max-height:100%;object-fit:contain}.imx-order-item .bought-sold-item-info{background-color:#f7fafc;border:2px solid #edeeee;border-radius:20px;box-shadow:0 5px 25px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:20px;width:350px}@media screen and (max-width:768px){.imx-order-item .bought-sold-item-info{margin-top:50px}}.imx-order-item .bought-sold-item-info .bought-sold-item-info-desc-block{border-bottom:1px solid #edeeee;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;padding-bottom:5px}.imx-order-item .bought-sold-item-info .bought-sold-item-info-desc-block:last-child{border-bottom:none}.imx-order-item .bought-sold-item-info .bought-sold-item-info-desc-block p{font-size:18px;font-weight:600}.imx-order-item .bought-sold-item-info .bought-sold-item-info-desc-block p:last-child{color:#d69700}.loader-wrapper{font-size:10px;height:30px;margin:0 auto;text-align:center;width:60px}.loader-wrapper div{animation:delay 1s ease-in-out infinite;display:inline-block;float:left;height:100%;margin-left:2px;width:8px}.loader-wrapper .bar1{background-color:#a08d4e}.loader-wrapper .bar2{animation-delay:-.9s;background-color:#dcaa10}.loader-wrapper .bar3{animation-delay:-.8s;background-color:#d69700}.loader-wrapper .bar4{animation-delay:-.7s;background-color:#dcaa10}.loader-wrapper .bar5{animation-delay:-.6s;background-color:#d69700}.loader-wrapper .bar6{animation-delay:-.5s;background-color:#a08d4e}@keyframes delay{0%,40%,to{transform:scaleY(.05);-webkit-transform:scaleY(.05)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.bought-sold-item{border-bottom:2px solid #edeeee;display:flex;justify-content:space-evenly;padding:30px 0 50px;width:100%}.bought-sold-item:last-child{border-bottom:none}@media screen and (max-width:768px){.bought-sold-item{align-items:center;flex-direction:column}}.bought-sold-item .lazyload-wrapper{margin:initial}.bought-sold-item .item-wrapper{box-shadow:0 5px 25px #0000001a}.bought-sold-item .bought-sold-item-img{align-items:center;display:flex;height:400px;justify-content:center;width:300px}.bought-sold-item .bought-sold-item-img img{max-height:100%;object-fit:contain}.bought-sold-item .bought-sold-item-info{background-color:#f7fafc;border:2px solid #edeeee;border-radius:20px;box-shadow:0 5px 25px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:20px;width:350px}@media screen and (max-width:768px){.bought-sold-item .bought-sold-item-info{margin-top:50px}}.bought-sold-item .bought-sold-item-info .bought-sold-item-info-desc-block{border-bottom:1px solid #edeeee;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;padding-bottom:5px}.bought-sold-item .bought-sold-item-info .bought-sold-item-info-desc-block:last-child{border-bottom:none}.bought-sold-item .bought-sold-item-info .bought-sold-item-info-desc-block p{font-size:18px;font-weight:600}.bought-sold-item .bought-sold-item-info .bought-sold-item-info-desc-block p:last-child{color:#d69700}.rodal,.rodal-mask{height:100%;left:0;top:0;width:100%;z-index:100}.rodal{position:fixed}.rodal-mask{background:#0000004d;position:absolute}.rodal-dialog{background:#fff;border-radius:3px;bottom:0;box-shadow:0 1px 3px #0003;left:0;margin:auto;padding:15px;position:absolute;right:0;top:0;z-index:101}.rodal-dialog:focus{outline:none}.rodal-close{cursor:pointer;height:16px;position:absolute;right:16px;top:16px;width:16px}.rodal-close:after,.rodal-close:before{background:#999;border-radius:100%;content:"";height:2px;left:0;margin-top:-1px;position:absolute;top:50%;transition:background .2s;width:100%}.rodal-close:before{transform:rotate(45deg)}.rodal-close:after{transform:rotate(-45deg)}.rodal-close:hover:after,.rodal-close:hover:before{background:#333}@keyframes rodal-fade-enter{0%{opacity:0}}.rodal-fade-enter{animation:rodal-fade-enter ease-in both}@keyframes rodal-fade-leave{to{opacity:0}}.rodal-fade-leave{animation:rodal-fade-leave ease-out both}@keyframes rodal-zoom-enter{0%{transform:scale3d(.3,.3,.3)}}.rodal-zoom-enter{animation:rodal-zoom-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-zoom-leave{to{transform:scale3d(.3,.3,.3)}}.rodal-zoom-leave{animation:rodal-zoom-leave both}@keyframes rodal-slideDown-enter{0%{transform:translate3d(0,-100px,0)}}.rodal-slideDown-enter{animation:rodal-slideDown-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideDown-leave{to{transform:translate3d(0,-100px,0)}}.rodal-slideDown-leave{animation:rodal-slideDown-leave both}@keyframes rodal-slideLeft-enter{0%{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-enter{animation:rodal-slideLeft-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideLeft-leave{to{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-leave{animation:rodal-slideLeft-leave both}@keyframes rodal-slideRight-enter{0%{transform:translate3d(150px,0,0)}}.rodal-slideRight-enter{animation:rodal-slideRight-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideRight-leave{to{transform:translate3d(150px,0,0)}}.rodal-slideRight-leave{animation:rodal-slideRight-leave both}@keyframes rodal-slideUp-enter{0%{transform:translate3d(0,100px,0)}}.rodal-slideUp-enter{animation:rodal-slideUp-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideUp-leave{to{transform:translate3d(0,100px,0)}}.rodal-slideUp-leave{animation:rodal-slideUp-leave both}@keyframes rodal-flip-enter{0%{transform:perspective(400px) rotateX(60deg)}70%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px)}}.rodal-flip-enter{animation:rodal-flip-enter ease-in both;backface-visibility:visible!important}@keyframes rodal-flip-leave{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px) rotateX(45deg)}}.rodal-flip-leave{animation:rodal-flip-leave both;backface-visibility:visible!important}@keyframes rodal-rotate-enter{0%{transform:rotate(-180deg) scale3d(.3,.3,.3)}}.rodal-rotate-enter{animation:rodal-rotate-enter both;transform-origin:center}@keyframes rodal-rotate-leave{to{transform:rotate(180deg) scale3d(.3,.3,.3)}}.rodal-rotate-leave{animation:rodal-rotate-leave both;transform-origin:center}@keyframes rodal-door-enter{0%{transform:scaleX(0)}}.rodal-door-enter{animation:rodal-door-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-door-leave{60%{transform:scaleX(.01)}to{transform:scale3d(0,1,.1)}}.rodal-door-leave{animation:rodal-door-leave both}.item-sell-modal-box .rodal-dialog{border-radius:20px;height:max-content!important;width:600px!important}@media screen and (max-width:600px){.item-sell-modal-box .rodal-dialog{width:100%!important}}.item-sell-modal-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.item-sell-modal-wrapper h3{font-size:27px;margin-bottom:0;margin-top:0}.item-sell-modal-wrapper .item-id{color:gray;font-size:20px;font-weight:600;margin-bottom:20px}.item-sell-modal-wrapper .item-sell-image-price{display:flex;flex-direction:row;justify-content:center;width:100%}@media screen and (max-width:600px){.item-sell-modal-wrapper .item-sell-image-price{align-items:center;flex-direction:column;justify-content:center}}.item-sell-modal-wrapper .item-sell-image-price img,.item-sell-modal-wrapper .item-sell-image-price video{border-radius:20px;height:auto;max-height:250px}@media screen and (max-width:600px){.item-sell-modal-wrapper .item-sell-image-price img,.item-sell-modal-wrapper .item-sell-image-price video{margin:0 auto 40px;max-height:250px!important;width:250px!important}}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper{align-items:center;display:flex;flex-direction:column;width:350px}@media screen and (max-width:600px){.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper{width:100%}}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .item-sell-price-actions{display:flex;flex-direction:row;justify-content:center;margin-bottom:30px}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .item-sell-price-actions .MuiInputBase-root{height:35px}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .item-sell-price-actions .MuiFormControl-root{width:100px}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .item-sell-price-actions .MuiOutlinedInput-adornedStart{padding-left:0}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .item-sell-price-actions .MuiTextField-root{margin-right:20px;width:100px}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .item-sell-price-actions .custom-text-field{margin-bottom:0}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .sale-info{text-align:center}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .sale-info p{margin-bottom:10px}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .sale-info span{color:#d69700;font-weight:700}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .sale-info .fees-burned{color:#d69700;font-size:13px}.item-sell-modal-wrapper .item-sell-image-price .item-sell-price-wrapper .custom-button{margin-top:auto;width:220px}.transfer-modal-wrapper .text-field{position:relative}.transfer-modal-wrapper .text-field span{position:absolute;right:10px;top:43%;transform:translateY(-50%)}.transfer-modal-wrapper .error-ram{color:#000;font-size:11px;margin-bottom:14px;padding:0 20px}.transfer-modal-wrapper .error-ram span{color:#00008b;cursor:pointer;text-decoration:underline}.transfer-modal-wrapper .custom-text-field{margin-bottom:5px!important}.transfer-modal-box .rodal-dialog{border-radius:20px;height:max-content!important;width:350px!important}@media screen and (max-width:350px){.transfer-modal-box .rodal-dialog{width:100%!important}}.transfer-modal-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.transfer-modal-wrapper h3{font-size:27px;margin-bottom:10px;margin-top:0}.transfer-modal-wrapper .item-id{color:gray;font-size:20px;font-weight:600;margin-bottom:20px}.transfer-modal-wrapper img,.transfer-modal-wrapper video{border-radius:20px;height:auto;margin-bottom:20px;max-height:250px;width:250px}@media screen and (max-width:600px){.transfer-modal-wrapper img,.transfer-modal-wrapper video{margin:0 auto 40px;max-height:250px!important;width:250px!important}}.transfer-modal-wrapper .alert{color:gray;font-size:15px;margin-bottom:20px;text-align:center;width:290px}.transfer-modal-wrapper .custom-text-field{margin-bottom:20px}.transfer-modal-wrapper .custom-text-field,.transfer-modal-wrapper button{border-radius:20px;width:290px}.item-wrapper,.lazyload-wrapper{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;margin:0 auto;width:250px}.lazyload-wrapper{margin-bottom:70px}.item-wrapper{border:2px solid #edeeee;border-radius:20px}.item-wrapper .image-wrapper{align-items:center;display:flex;height:80%;justify-content:center;overflow:hidden;position:relative;width:90%}.item-wrapper .image-wrapper:after{background:#ffffff21;background:linear-gradient(90deg,#ffffff21 0,#ffffff21 77%,#ffffff80 92%,#fff0);content:"";height:200%;left:-60%;opacity:0;position:absolute;top:-50%;transform:rotate(30deg);width:20%}.item-wrapper .image-wrapper:hover:after{left:130%;opacity:1;transition-duration:.7s,.7s,.15s;transition-property:left,top,opacity;transition-timing-function:ease}.item-wrapper .image-wrapper:active:after{opacity:0}.item-wrapper .image-wrapper img{object-fit:contain;object-position:center}.item-wrapper .image-wrapper img,.item-wrapper .image-wrapper video{border-radius:20px;cursor:pointer;height:auto;width:100%}.item-wrapper .block-center{display:flex;flex-direction:column;justify-content:center}.item-wrapper .block-center p{font-size:20px!important}.item-wrapper .item-description{background-color:#f7fafc;border-radius:20px;box-shadow:0 25px 25px #0000001a;font-weight:600;margin:0 auto;min-height:80px;padding-bottom:15px;text-align:center;transform:translateY(15%);width:90%}.item-wrapper .item-description>p{font-size:14px}.item-wrapper .item-description .collection{color:#d69700;font-size:14px;font-weight:700;padding-bottom:5px}.item-wrapper .item-description button{border-radius:20px!important;font-size:14px;height:28px!important;margin:15px auto 0;padding:12px!important;width:77px}.item-wrapper .item-description .item-action{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.item-wrapper .item-description .item-action button{margin-top:0}.item-wrapper .item-description .sell-action{align-items:center;display:flex;flex-direction:row;position:relative}.item-wrapper .item-description .unpack-icon{left:0;margin-left:0;margin-right:0;position:absolute;width:max-content}.item-wrapper .item-description .transfer-icon{margin-left:0;margin-right:0;position:absolute;right:0;width:max-content}.item-wrapper .item-price{color:#d69700;min-width:90px;padding:8px;text-align:right}.item-wrapper .item-price p{font-size:12px}.item-wrapper .item-price p:first-child{color:gray;margin-bottom:5px}.listed-item-loading-placeholder-wrapper{margin-bottom:60px;margin-top:120px;width:1024px}@media screen and (max-width:1024px){.listed-item-loading-placeholder-wrapper{width:90%}}.listed-item-loading-placeholder-wrapper .ph-item{height:500px}@media screen and (max-width:1024px){.listed-item-loading-placeholder-wrapper .ph-item{height:max-content}}.listed-item-loading-placeholder-wrapper .ph-picture{height:100%}.listed-item-loading-placeholder-wrapper .big-h-30{height:30px;margin-top:auto}.listed-item-loading-placeholder-wrapper .ph-row-wrapper .ph-row{height:100%}@media screen and (max-width:1024px){.listed-item-loading-placeholder-wrapper .ph-row-wrapper,.listed-item-loading-placeholder-wrapper .ph-row-wrapper .ph-row{display:none}.listed-item-loading-placeholder-wrapper .ph-col-6{flex:auto;height:300px;margin:0 auto;width:200px}}.recharts-wrapper{margin:auto}.loader{align-items:center;display:flex;justify-content:center;min-height:200px;width:100%}.custom-tooltip{background-color:#ffffffb3;border:2px solid #c3c3c3;border-radius:10px;padding:10px}.custom-tooltip span{font-weight:700}.recharts-cartesian-axis-ticks{font-weight:600}.recharts-cartesian-axis-ticks .recharts-cartesian-axis-tick{font-family:SairaRegular,sans-serif!important}.xAxis .recharts-cartesian-axis-tick text{font-family:SairaRegular,sans-serif}.recharts-bar-rectangle{transform:scale(1)}.chart-header{text-align:center}.chart-container{padding:30px 0}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{direction:ltr;margin:auto;position:relative;width:100%}.alice-carousel__wrapper{height:auto;overflow-x:hidden;overflow-y:hidden}.alice-carousel__stage,.alice-carousel__wrapper{box-sizing:border-box;position:relative;width:100%}.alice-carousel__stage{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;margin:0;padding:0;transform-style:flat;-webkit-transform-style:flat;white-space:nowrap}.alice-carousel__stage-item{box-sizing:border-box;display:inline-block;height:100%;line-height:0;margin:0;padding:0;position:relative;vertical-align:top;white-space:normal;width:100%}.alice-carousel__stage-item *{line-height:normal}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__next-btn,.alice-carousel__prev-btn{box-sizing:border-box;display:inline-block;padding:10px 5px;width:50%}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{content:attr(data-area);position:relative;text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__next-btn-item,.alice-carousel__prev-btn-item{color:#465798;cursor:pointer;display:inline-block;margin:0;padding:5px}.alice-carousel__next-btn-item:hover,.alice-carousel__prev-btn-item:hover{color:darkred}.alice-carousel__next-btn-item.__inactive,.alice-carousel__prev-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{display:inline-block;left:20px;position:absolute;top:30px}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{background-color:#fff;border-radius:50%;height:32px;padding:10px;position:relative;width:32px}.alice-carousel__play-btn-item{background:#0000;border:0;cursor:pointer;height:32px;outline:none;position:absolute;width:32px}.alice-carousel__play-btn-item:after,.alice-carousel__play-btn-item:before{border-color:#0000 #0000 #0000 #465798;border-style:solid;border-width:8px 0 8px 15px;content:"";display:block;height:0;pointer-events:none;position:absolute;transition:all .4s linear;width:0}.alice-carousel__play-btn-item:before{height:14px;left:5px}.alice-carousel__play-btn-item:after{left:18px;top:7px}.alice-carousel__play-btn-item.__pause:after,.alice-carousel__play-btn-item.__pause:before{border-width:0 0 0 10px;height:30px}.alice-carousel__play-btn-item.__pause:after{left:18px;top:0}.alice-carousel__dots{list-style:none;margin:30px 3px 5px;padding:0;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){background-color:#e0e4fb;border-radius:50%;cursor:pointer;height:8px;width:8px}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom).__active,.alice-carousel__dots-item:not(.__custom):hover{background-color:#6e7ebc}.alice-carousel__slide-info{background-color:#e0e4fb99;border-radius:5px;color:#465798;display:inline-block;padding:5px 10px;position:absolute;right:20px;top:20px}.alice-carousel__slide-info-item{line-height:0;vertical-align:middle}.home-container{background-color:#f7fafc}@media screen and (max-width:1024px){.home-container{padding-top:100px}}.home-container h1{color:#1b1c22;font-size:2.5rem}.home-container-head{background-image:url(/static/media/bg_home_pg.8a6a11cc56ed6750cc43.webp);background-repeat:no-repeat;background-size:cover;padding:50px 100px 100px}@media screen and (max-width:1399px){.home-container-head{padding:50px 100px 100px 0}}.home-container-head .alice-carousel__prev-btn{display:none}@media screen and (max-width:1399px){.home-container-head .alice-carousel__next-btn{right:-100px}.home-container-head .alice-carousel__prev-btn{display:block;left:-100px}}@media screen and (max-width:410px){.home-container-head .alice-carousel__next-btn{right:-45px;width:50px}.home-container-head .alice-carousel__prev-btn{left:30px;width:50px}}.home-container-head_content{align-items:center;display:flex;justify-content:space-around}@media screen and (max-width:1024px){.home-container-head_content{flex-direction:column-reverse;margin-bottom:40px}}.home-container-head .home-container-now-live{width:680px}.home-container-head .home-container-now-live_up{align-items:center;display:flex}@media screen and (max-width:1024px){.home-container-head .home-container-now-live_up{justify-content:center}}.home-container-head .home-container-now-live_up span{color:#cd9934;font-family:SairaRegular,sans-serif;font-size:24px}@media screen and (max-width:690px){.home-container-head .home-container-now-live_up span{font-size:16px}}@media screen and (max-width:1024px){.home-container-head .home-container-now-live .now-live-content{text-align:center}}.home-container-head .home-container-now-live .now-live-content h4{color:#fff;font-family:SairaMedium,sans-serif;font-size:56px;line-height:1;margin:16px 0 6px}@media screen and (max-width:690px){.home-container-head .home-container-now-live .now-live-content h4{font-size:31px;margin:30px auto;width:350px}}.home-container-head .home-container-now-live .now-live-content p{color:#fff;font-family:SairaRegular,sans-serif;font-size:24px}@media screen and (max-width:690px){.home-container-head .home-container-now-live .now-live-content p{font-size:16px;margin:0 auto;width:380px}}.home-container-head .home-container-now-live .now-live-content button{background:#cd9934 0 0 no-repeat padding-box;border-radius:30px;color:#fff;font-family:SairaBold,sans-serif;font-size:24px;height:60px!important;margin-top:40px;opacity:1;width:216px}@media screen and (max-width:1024px){.home-container-head .home-container-now-live .now-live-content button{margin:40px auto}}.home-container-head .home-container-head-banner .banner-image{height:401px;width:445px}.home-container-head .home-container-head-banner .banner-image img{width:100%}.home-container-head .home-container-heading{align-items:center;display:flex}.home-container-head .home-container-heading h1{color:#fff}.home-block{min-height:600px;padding-bottom:50px}.home-block .placeholder-loading-items-wrapper{margin:0 auto;width:1200px}@media screen and (max-width:1200px){.home-block .placeholder-loading-items-wrapper{width:90%}}.new-listings,.top-collection{background-color:#f0f2f4}.live-auctions{background-color:#fff}.home-block-heading{align-items:center;display:flex;padding:0 30px 0 100px}.home-block-heading>p{color:#c4bc9f;margin-left:auto;text-decoration:underline}.home-block-heading .blockchain-buttons{align-items:center;display:flex;gap:15px;margin-left:15px}.home-block-heading .blockchain-buttons button:first-child{background:#fff;color:#000}@media screen and (max-width:1200px){.home-block-heading .blockchain-buttons{margin-top:15px}}.home-block-content{display:flex;justify-content:space-between;margin:0 auto;width:1200px}.home-block-content .alice-carousel{min-height:auto!important}.home-block-content .alice-carousel__wrapper{height:auto!important}.home-head-line{border-top:2px solid #c4bc9f;margin-left:100px;width:150px}@media screen and (max-width:1200px){.home-container-head{padding:10px}.home-container-head .home-container-heading{flex-direction:column;padding:10px}.home-block-content,.home-container-head-content{align-items:center;flex-direction:column;width:auto}.home-container-head-single{flex-direction:column-reverse}}@media screen and (max-width:1200px)and (max-width:500px){.home-container-head-single{width:95%}}@media screen and (max-width:1200px){.home-container-head-single .head-single-info{align-self:auto}.home-block-heading{align-items:flex-start;flex-direction:column;padding:10px}}.alice-carousel{min-height:500px}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{content:""}.alice-carousel__next-btn,.alice-carousel__prev-btn{background-image:url(/static/media/rightarrow_icon.b7fc9c8567fd0bae11fd.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;height:70px;padding:0;position:absolute;width:92px}.alice-carousel__prev-btn{background-image:url(/static/media/leftarrow_icon.6a50649524383819f21b.webp);left:-100px;top:40%}.alice-carousel__next-btn{background-image:url(/static/media/rightarrow_icon.b7fc9c8567fd0bae11fd.webp);right:-100px;top:40%}.alice-carousel__stage-item{line-height:normal}.alice-carousel__next-btn-item,.alice-carousel__next-btn-item.__inactive,.alice-carousel__next-btn-wrapper,.alice-carousel__prev-btn-item,.alice-carousel__prev-btn-item.__inactive,.alice-carousel__prev-btn-wrapper{height:100%;padding:0;width:100%}.alice-carousel__next-btn-item span,.alice-carousel__next-btn-item span:after,.alice-carousel__next-btn-item.__inactive span,.alice-carousel__next-btn-item.__inactive span:after,.alice-carousel__next-btn-wrapper span,.alice-carousel__next-btn-wrapper span:after,.alice-carousel__prev-btn-item span,.alice-carousel__prev-btn-item span:after,.alice-carousel__prev-btn-item.__inactive span,.alice-carousel__prev-btn-item.__inactive span:after,.alice-carousel__prev-btn-wrapper span,.alice-carousel__prev-btn-wrapper span:after{display:block;height:100%;width:100%}.alice-carousel__dots{display:none}@media screen and (max-width:1600px){.alice-carousel__next-btn{right:-100px}.alice-carousel__prev-btn{left:-100px}}@media screen and (max-width:1366px){.alice-carousel__prev-btn{float:left;margin-left:50%;transform:translate(-98px)}.alice-carousel__next-btn,.alice-carousel__prev-btn{display:inline-block;left:auto;position:relative;right:auto;text-align:center;top:auto}.alice-carousel__next-btn{margin:0 auto;transform:translate(-86px)}}@media screen and (max-width:370px){.alice-carousel__next-btn,.alice-carousel__prev-btn{height:50px;transform:translate(-50px);width:50px}}@keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}.border-custom-button-home,.custom-button-home{align-items:center!important;box-sizing:border-box!important;display:flex!important;font-weight:600!important;height:40px!important;letter-spacing:.04em!important;padding:15px!important;transition:all .5s ease!important}.custom-button-home{background-color:#d69700!important;color:#f7fafc!important}.custom-button-home:hover{border:1px solid #d69700!important}.border-custom-button-home,.custom-button-home:hover{background-color:#f7fafc!important;color:#d69700!important}.border-custom-button-home:hover{border:1px solid #d69700!important;color:#d69700!important}.home-item-wrapper{background-color:#f7fafc;box-shadow:0 5px 25px #0003;margin-bottom:70px;margin-top:20px}.home-item-wrapper .item-description{background:#f7fafc}.image-wrapper.imx{width:60%}.purchase-congratulation .rodal-dialog{border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;height:max-content!important;width:400px!important}@media screen and (max-width:400px){.purchase-congratulation .rodal-dialog{width:100%!important}}.purchase-congratulation-modal-wrapper{align-items:center;color:#000;display:flex;flex-direction:column;font-family:SairaRegular,sans-serif;height:100%;justify-content:center;text-align:center}.purchase-congratulation-modal-wrapper img{margin-bottom:20px;width:250px}.purchase-congratulation-modal-wrapper p{font-size:22px;font-weight:700;padding:0 20px 10px}@media screen and (max-width:580px){.purchase-congratulation-modal-wrapper p{font-size:19px}}.purchase-congratulation-modal-wrapper button{margin-top:10px;width:290px}.terms-and-condition-modal-box .rodal-dialog{border-radius:15px;height:600px!important;width:1024px!important}@media screen and (max-width:1024px){.terms-and-condition-modal-box .rodal-dialog{width:95%!important}}.terms-and-condition-modal-wrapper{display:flex;flex-direction:column;height:100%;padding:0 30px;width:100%}.terms-and-condition-modal-wrapper h1,.terms-and-condition-modal-wrapper h3{font-family:SairaBold,sans-serif}.terms-and-condition-modal-wrapper p{font-family:SairaRegular,sans-serif;font-size:16px}.terms-and-condition-modal-wrapper p span{font-family:SairaBold,sans-serif}.terms-and-condition-modal-wrapper .terms-and-condition-modal-rules{display:flex;flex-direction:column;height:400px;overflow:auto}@media screen and (max-width:1024px){.terms-and-condition-modal-wrapper .terms-and-condition-modal-rules{margin-bottom:10px}}.terms-and-condition-modal-wrapper .terms-and-condition-modal-rules .rules-block{display:flex;flex-direction:column}.terms-and-condition-modal-wrapper .terms-and-condition-modal-rules .rules-block p{margin-bottom:10px}.terms-and-condition-modal-wrapper .confirm-wrapper{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto}@media screen and (max-width:900px){.terms-and-condition-modal-wrapper .confirm-wrapper{flex-direction:column;justify-content:center}}.terms-and-condition-modal-wrapper .confirm-wrapper .Mui-checked{color:#d69700}.terms-and-condition-modal-wrapper .confirm-wrapper .MuiIconButton-colorSecondary:hover{background-color:#d697001a}.terms-and-condition-modal-wrapper .confirm-wrapper .check-wrapper{align-items:center;display:flex;flex-direction:row}.terms-and-condition-modal-wrapper .confirm-wrapper .check-wrapper p{margin-left:15px}.terms-and-condition-modal-wrapper .confirm-wrapper .check-wrapper p:hover{cursor:pointer}.connect-modal-box .rodal-dialog{border-radius:15px;height:571px!important;padding:0;width:637px!important}@media screen and (max-width:1699px){.connect-modal-box .rodal-dialog{height:500px!important;width:610px!important}}@media screen and (max-width:1599px){.connect-modal-box .rodal-dialog{height:520px!important;width:550px!important}}@media screen and (max-width:1299px){.connect-modal-box .rodal-dialog{height:400px!important;width:530px!important}}@media screen and (max-width:1024px){.connect-modal-box .rodal-dialog{width:95%!important}}.connect-modal-wrapper{display:flex;flex-direction:column;height:100%;width:100%}.connect-modal-wrapper .header{align-items:center;border-bottom:1px solid #00000059;display:flex;justify-content:space-between;padding:15px 0}.connect-modal-wrapper .header h3{color:#d69700;font-size:26px;margin:0;padding:20px 40px 0}.connect-modal-wrapper .header span{color:#151618;cursor:pointer;font-size:30px;font-weight:700;position:absolute;right:30px;top:15px}.connect-modal-wrapper .main{display:flex;flex-direction:column;height:100%;justify-content:center;margin-top:0;padding:10px 40px}.connect-modal-wrapper .main .blockchain-block{border-radius:10px;cursor:pointer;height:92px;margin-bottom:25px;position:relative;width:519px}.connect-modal-wrapper .main .blockchain-block img{position:absolute}.connect-modal-wrapper .main .blockto{align-items:center;background-color:#0274ff;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.302);display:flex;justify-content:flex-end;transition:.3s;width:100%}@media screen and (max-width:1699px){.connect-modal-wrapper .main .blockto{height:85px}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .blockto{height:80px}}@media screen and (max-width:1299px){.connect-modal-wrapper .main .blockto{height:65px}}.connect-modal-wrapper .main .blockto:hover{transform:scale(1.025)}.connect-modal-wrapper .main .blockto .arrow{margin-right:10px;width:36px}.connect-modal-wrapper .main .blockto .icon{left:25px;top:22px;width:25%}@media screen and (max-width:1299px){.connect-modal-wrapper .main .blockto .icon{top:16px}}.connect-modal-wrapper .main .metamask{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.302);display:flex;justify-content:flex-end;transition:.3s;width:100%}@media screen and (max-width:1699px){.connect-modal-wrapper .main .metamask{height:85px}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .metamask{height:80px}}.connect-modal-wrapper .main .metamask:hover{transform:scale(1.025)}@media screen and (max-width:1299px){.connect-modal-wrapper .main .metamask{height:65px}}.connect-modal-wrapper .main .metamask .arrow{margin-right:10px;width:36px}.connect-modal-wrapper .main .metamask .icon{left:10px;top:-24px;width:50%}@media screen and (max-width:1699px){.connect-modal-wrapper .main .metamask .icon{left:10px;top:-19px;width:45%}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .metamask .icon{top:-18px}}@media screen and (max-width:1299px){.connect-modal-wrapper .main .metamask .icon{top:-24px}}.connect-modal-wrapper .main .petra{align-items:center;background-color:#f6f5ff;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.302);display:flex;justify-content:flex-end;transition:.3s;width:100%}@media screen and (max-width:1699px){.connect-modal-wrapper .main .petra{height:85px}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .petra{height:80px}}@media screen and (max-width:1299px){.connect-modal-wrapper .main .petra{height:65px}}.connect-modal-wrapper .main .petra .arrow{margin-right:10px;width:36px}.connect-modal-wrapper .main .petra:hover{transform:scale(1.025)}.connect-modal-wrapper .main .petra .icon{height:50px;left:23px;top:20px;width:50px}@media screen and (max-width:1699px){.connect-modal-wrapper .main .petra .icon{left:23px;top:20px}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .petra .icon{top:17px}}@media screen and (max-width:1299px){.connect-modal-wrapper .main .petra .icon{font-size:13px;left:23px;top:12px}}.connect-modal-wrapper .main .petra .text{font-family:SairaBold,sans-serif;font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1699px){.connect-modal-wrapper .main .petra .text{font-size:18px;transform:translate(-40%,-50%)}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .petra .text{font-size:16px;transform:translate(-40%,-50%)}}.connect-modal-wrapper .main .cloud{align-items:center;background-color:#f6f5ff;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.302);display:flex;justify-content:flex-end;transition:.3s;width:100%}@media screen and (max-width:1699px){.connect-modal-wrapper .main .cloud{height:85px}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .cloud{height:80px}}@media screen and (max-width:1299px){.connect-modal-wrapper .main .cloud{height:65px}}.connect-modal-wrapper .main .cloud .arrow{margin-right:10px;width:36px}.connect-modal-wrapper .main .cloud:hover{transform:scale(1.025)}.connect-modal-wrapper .main .cloud .icon{height:40px;left:23px;top:25px;width:130px}@media screen and (max-width:1699px){.connect-modal-wrapper .main .cloud .icon{left:23px;top:20px;width:28%}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .cloud .icon{top:20px}}@media screen and (max-width:1299px){.connect-modal-wrapper .main .cloud .icon{font-size:13px;left:23px;top:12px}}.connect-modal-wrapper .main .cloud .text{font-family:SairaBold,sans-serif;font-size:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:1699px){.connect-modal-wrapper .main .cloud .text{font-size:18px;transform:translate(-40%,-50%)}}@media screen and (max-width:1599px){.connect-modal-wrapper .main .cloud .text{font-size:16px;transform:translate(-40%,-50%)}}.balances-modal-box .rodal-dialog{background-color:#fff!important;border-radius:15px;color:#000;display:flex;flex-direction:column;height:340px!important;justify-content:space-between;overflow-x:hidden;overflow-y:hidden;padding:0;width:400px!important}@media screen and (max-width:1699px){.balances-modal-box .rodal-dialog{height:340px!important;width:400px!important}}@media screen and (max-width:1599px){.balances-modal-box .rodal-dialog{height:340px!important;width:400px!important}}@media screen and (max-width:1024px){.balances-modal-box .rodal-dialog{width:95%!important}}.balances-modal-box .rodal-close{height:15px!important;width:24px!important}.balances-modal-box .rodal-close:after,.balances-modal-box .rodal-close:before{background:#000}.balances-modal-box .balances_modal-wrapper{height:75%}.balances-modal-box .balances_modal-wrapper .header-wallet{border-bottom:1px solid #99999982;color:#d69700;padding:10px 0;text-align:center}.balances-modal-box .balances_modal-wrapper .header-wallet h4{font-size:30px;margin:0}@media screen and (max-width:1699px){.balances-modal-box .balances_modal-wrapper .header-wallet h4{font-size:28px}}@media screen and (max-width:1599px){.balances-modal-box .balances_modal-wrapper .header-wallet h4{font-size:24px}}.balances-modal-box .balances_modal-wrapper .balance-content{height:205px;overflow:auto;padding:0 30px}@media screen and (max-width:1699px){.balances-modal-box .balances_modal-wrapper .balance-content{padding:0 20px}}@media screen and (max-width:1599px){.balances-modal-box .balances_modal-wrapper .balance-content{padding:0 10px}}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:65px;justify-content:space-between;margin-top:7px;padding:7px 15px 8px;transition:all .2s ease;width:100%}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item:hover{background:#ccc}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_left .amount{font-size:32px}@media screen and (max-width:1699px){.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_left .amount{font-size:28px}}@media screen and (max-width:1599px){.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_left .amount{font-size:24px}}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_left .usd{color:#25292f;font-size:22px}@media screen and (max-width:1699px){.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_left .usd{font-size:18px}}@media screen and (max-width:1599px){.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_left .usd{font-size:16px}}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_right{align-items:center;display:flex}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_right .symbol-img{height:47px;width:47px}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_right .symbol-img img{height:100%;width:100%}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_right .symbol{font-size:32px}@media screen and (max-width:1699px){.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_right .symbol{font-size:28px}}@media screen and (max-width:1599px){.balances-modal-box .balances_modal-wrapper .balance-content .balances-item .balances-item_right .symbol{font-size:24px}}.balances-modal-box .balances_modal-wrapper .balance-content .balances-item.available{background:rgba(214,151,0,.129) 0 0 no-repeat padding-box;border:6px solid #d69700;border-radius:20px;padding:7px 15px 8px}.balances-modal-box .balances_modal-wrapper .withdraw-section{display:flex;flex-direction:column;height:85%;justify-content:center;padding:0 15px}.balances-modal-box .balances_modal-wrapper .withdraw-section .amount{text-align:right}.balances-modal-box .balances_modal-wrapper .withdraw-section .amount span{cursor:pointer}.balances-modal-box .balances_modal-wrapper .withdraw-section_input .custom-text-field{margin-bottom:15px}.balances-modal-box .balances_modal-wrapper .withdraw-section_action{display:flex;justify-content:flex-end}.balances-modal-box .withdrawal{text-align:center}.balances-modal-box .withdrawal p{cursor:pointer;display:inline-block}.balances-modal-box .withdrawal p:hover{color:#d69700}.balances-modal-box .balances_modal-buttons{margin:0 auto 10px;text-align:center}.balances-modal-box .balances_modal-buttons .MuiButton-label{font-size:25px}@media screen and (max-width:1699px){.balances-modal-box .balances_modal-buttons .MuiButton-label{font-size:22px}}@media screen and (max-width:1599px){.balances-modal-box .balances_modal-buttons .MuiButton-label{font-size:18px}}.balances-modal-box .balances_modal-buttons .border-custom-button,.balances-modal-box .balances_modal-buttons .custom-button{height:50px!important;width:155px}.balances-modal-box .balances_modal-buttons .withdraw-btn{color:#000;cursor:not-allowed}.balances-modal-box .balances_modal-buttons .withdraw-btn:hover{background-color:#0000!important;color:#6f6f6f}.slider{align-items:center;display:flex;flex-direction:column;height:600px;margin-bottom:20px;position:relative;width:100%}.slider .main-slide{height:612px;margin-bottom:10px;width:100%}.slider .main-slide img{height:100%;object-fit:contain;width:100%}.slider .next-small,.slider .prev-small{background-color:#0000;border:none;color:#fff;cursor:pointer;font-size:24px;height:30px;position:absolute;top:50%;transform:translateY(-50%);width:30px;z-index:2}.slider .prev-small{color:#151618;left:-25px}.slider .next-small{color:#151618;right:25px}.slider .small-slides{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.slider .small-slides .slides{margin:0 5px;overflow:hidden;width:390px}.slider .small-slides .slides .slide-wrapper{display:flex;justify-content:center;transition:transform .3s ease}.slider .small-slides .slides .slide{cursor:pointer;flex:0 0 59px;height:103px;margin-right:5px;opacity:.6;width:59px}.slider .small-slides .slides .slide img{height:100%;object-fit:contain;width:100%}.slider .small-slides .slides .slide.active{opacity:1}.withdraw-modal-box .rodal-dialog{background-color:#fff!important;border-radius:15px;color:#000;display:flex;flex-direction:column;height:340px!important;justify-content:space-between;overflow-x:hidden;overflow-y:hidden;padding:0;width:400px!important}@media screen and (max-width:1699px){.withdraw-modal-box .rodal-dialog{height:340px!important;width:400px!important}}@media screen and (max-width:1599px){.withdraw-modal-box .rodal-dialog{height:340px!important;width:400px!important}}@media screen and (max-width:1024px){.withdraw-modal-box .rodal-dialog{width:95%!important}}.withdraw-modal-box .rodal-close{height:15px!important;width:24px!important}.withdraw-modal-box .rodal-close:after,.withdraw-modal-box .rodal-close:before{background:#000}.withdraw-modal-box .withdraw_modal-wrapper{height:75%}.withdraw-modal-box .withdraw_modal-wrapper .header-wallet{border-bottom:1px solid #99999982;color:#d69700;padding:10px 0;text-align:center}.withdraw-modal-box .withdraw_modal-wrapper .header-wallet h4{font-size:30px;margin:0}@media screen and (max-width:1699px){.withdraw-modal-box .withdraw_modal-wrapper .header-wallet h4{font-size:28px}}@media screen and (max-width:1599px){.withdraw-modal-box .withdraw_modal-wrapper .header-wallet h4{font-size:24px}}.withdraw-modal-box .withdraw_modal-wrapper .header-wallet p{font-size:10px;padding:0 10px;text-align:left}.withdraw-modal-box .withdraw_modal-wrapper .withdraw-section{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:90%;justify-content:flex-start;margin-top:5px;padding:0 15px}.withdraw-modal-box .withdraw_modal-wrapper .withdraw-section_item{align-items:center;border:2px solid #d69700;border-radius:20px;cursor:pointer;display:flex;gap:5px;height:60px;margin-bottom:8px;padding:5px;transition:all .2s ease;width:100px}.withdraw-modal-box .withdraw_modal-wrapper .withdraw-section_item:hover{background-color:#ecba45}.withdraw-modal-box .withdraw_modal-wrapper .withdraw-section_item.preparing_withdrawal{border:2px solid #60605f;cursor:not-allowed}.withdraw-modal-box .withdraw_modal-wrapper .withdraw-section_item.preparing_withdrawal:hover{background-color:#0000}.withdraw-ready-popup{align-items:center;bottom:30px;cursor:pointer;display:flex;gap:8px;height:20px;position:fixed;right:15px;width:180px}.withdraw-ready-popup p{color:#d69700}.withdraw-ready-popup p:hover{color:#f1b936}.listed-item-wrapper{align-items:center;background:#f7fafc;display:flex;flex-direction:column;font-family:SairaRegular,sans-serif;min-height:50vh;width:100%}@media screen and (max-width:1024px){.listed-item-wrapper{height:max-content;padding-top:100px}}.listed-item-wrapper .listed-item-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:50px;padding:40px 40px 5px;width:1024px}@media screen and (max-width:1024px){.listed-item-wrapper .listed-item-container{align-items:center;flex-direction:column;justify-content:center;width:100%}}@media screen and (max-width:500px){.listed-item-wrapper .listed-item-container{margin-top:0;padding:20px}}.listed-item-wrapper .listed-item-info{display:flex;flex-direction:column;justify-content:center;width:400px}@media screen and (max-width:500px){.listed-item-wrapper .listed-item-info{width:100%}}.listed-item-wrapper .listed-item-info .item-description{font-size:20px;font-weight:600}@media screen and (max-width:1024px){.listed-item-wrapper .listed-item-info .item-description{margin-top:30px}}.listed-item-wrapper .listed-item-info .mint-info{color:gray;font-size:14px;font-weight:500;margin-top:7px}.listed-item-wrapper .listed-item-info .category{align-items:center;display:flex;flex-direction:row;font-weight:700;margin-bottom:40px;margin-top:40px;padding-left:20px}@media screen and (max-width:768px){.listed-item-wrapper .listed-item-info .category{margin-bottom:20px;margin-top:20px}}.listed-item-wrapper .listed-item-info .category img{margin-right:10px;width:40px}.listed-item-wrapper .listed-item-info .listed-item-info-buy{border:2px solid #edeeee;border-radius:20px;display:flex;flex-direction:column;padding:16px}.listed-item-wrapper .listed-item-info .listed-item-info-buy p{font-weight:700}.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-owner{align-items:center;display:flex;flex-direction:row;margin-bottom:15px}.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-owner .name-icon{align-items:center;border-radius:50%;color:#f7fafc;display:flex;font-size:20px;font-weight:900;height:40px;justify-content:center;margin-right:10px;width:40px}.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-owner .bg-seller{background:#d69700}.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-owner .bg-buyer{background:#a08d4e}.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-owner .bg-creator{background:#1b1c22}.listed-item-wrapper .listed-item-info .listed-item-info-buy .price{font-size:18px;margin-top:20px}.listed-item-wrapper .listed-item-info .listed-item-info-buy .fees-burned{color:#d69700;font-size:13px}.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-actions{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:30px}@media screen and (max-width:500px){.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-actions{align-items:flex-start;flex-direction:column-reverse}}.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-actions button{margin-right:30px;min-width:130px}@media screen and (max-width:500px){.listed-item-wrapper .listed-item-info .listed-item-info-buy .listed-item-actions button{margin-top:20px;width:140px}}.listed-item-image{display:flex;flex-direction:row;justify-content:center;min-height:460px;width:500px}@media screen and (max-width:1024px){.listed-item-image{align-items:flex-end;min-height:200px;width:400px}}@media screen and (max-width:400px){.listed-item-image{width:100%}}.listed-item-image video{border-radius:20px;box-shadow:0 5px 25px #00000080}.listed-item-image img{border-radius:20px;height:600px;object-fit:contain;width:100%}@media screen and (max-width:1024px){.listed-item-image img{height:auto;max-height:300px}}*{outline:none}*,body{box-sizing:border-box}body{font-family:SairaRegular,sans-serif;margin:0;padding:0}h1,h2{font-family:SairaBold,sans-serif;font-weight:700}input,p{font-family:SairaRegular,sans-serif}button{background:none;border:none;border-radius:20px;cursor:pointer;padding:0}input,p{font-size:16px;margin:0}a{color:#000;text-decoration:none}img{max-width:100%}.MuiButton-root,.MuiInputBase-input,.MuiSelect-root,.MuiTypography-root{font-family:SairaRegular,sans-serif!important}.default-border-button,.default-button{align-items:center;align-self:center;border:2px solid #d69700;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;padding:15px 25px;transition:all .5s ease}.default-button{background-color:#d69700;color:#f7fafc}.default-border-button,.default-button:hover{background-color:#f7fafc;color:#000}.default-border-button:hover{background-color:#d69700;color:#f7fafc}.text-center{text-align:center}.align-self-center{align-self:center}.Toastify__toast-container{width:600px}@media screen and (max-width:600px){.Toastify__toast-container{width:100%}}.Toastify__toast--success,.Toastify__toast--warning{font-weight:700;width:300px}@media screen and (max-width:300px){.Toastify__toast--success,.Toastify__toast--warning{width:100%}}@font-face{font-family:SairaRegular;font-weight:400;src:local("Saira"),url(/static/media/Saira_SemiExpanded-Regular.07fb151b75eecbb4a7aa.ttf) format("truetype")}@font-face{font-family:SairaMedium;font-weight:600;src:local("Saira"),url(/static/media/Saira_SemiExpanded-Medium.8e23d2ab8d244ea94df3.ttf) format("truetype")}@font-face{font-family:SairaBold;font-weight:600;src:local("Saira"),url(/static/media/Saira_SemiExpanded-SemiBold.bf7ae139a811c534cdac.ttf) format("truetype")}