@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#00aae8}::-webkit-scrollbar-thumb:hover{background:#0087b8}.header{background-color:#fff;display:grid;grid-template-areas:"nav logo user-data";grid-template-columns:1fr 1fr 1fr;height:100px;max-height:100px;transition:max-height .4s ease-in-out;z-index:99}.header.hidden{margin:0;max-height:0;overflow:hidden;padding:0;position:relative}.hide{background-color:#00aae8;color:#fff;cursor:pointer;display:block;height:25px;left:50%;position:absolute;text-align:center;top:10px;transform:translate(-50%,-50%);width:100px;z-index:99}.app-header-btns{gap:80px;grid-area:nav}.app-header-btns,.app-header-btns .header-btn{align-items:center;display:flex;justify-content:center}.app-header-btns .header-btn{color:#000;cursor:pointer;font-size:18px;gap:10px;height:50px;position:relative;text-decoration:none}.app-header-btns .header-btn img{width:30px}.app-header-btns .header-btn .button-active-plate{max-height:0;position:absolute;top:-30px;transition:all .4s ease-in-out;width:200px}.app-header-btns .header-btn.active .button-active-plate{max-height:25px}.app-header-logo{align-items:center;display:flex;grid-area:logo;justify-content:center;width:100%}.app-header-logo .header-logo-image{height:70px;width:100px}.app-profile-data{gap:40px;grid-area:user-data}.app-profile-data,.app-profile-data .coins-btn{align-items:center;display:flex;justify-content:center}.app-profile-data .coins-btn{background-color:#000;border:3px solid gray;border-radius:25px;color:#fff;font-size:16px;height:30px;padding:0 20px 0 2px;position:relative}.app-profile-data .coins-btn img{margin-right:7px;width:25px}.app-profile-data .coins-btn:after{align-items:center;background-color:#000;border:2px solid #fff;border-radius:50%;content:"+";cursor:pointer;display:flex;height:17px;justify-content:center;padding-bottom:1px;position:absolute;right:-10px;width:17px}.app-profile-data .connect-wallet-btn,.app-profile-data .wallet-adapter-button{align-items:center;background-color:#0c50ff;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:35px;justify-content:center;position:relative}.app-profile-data .connect-wallet-btn{padding-right:15px}.app-profile-data .connect-wallet-btn img{margin-left:15px;margin-right:10px;width:15px}.app-profile-data .connect-wallet-btn:after{align-items:center;background-color:#0c50ff;border:2px solid #fff;border-radius:50%;content:"+";display:flex;height:17px;justify-content:center;padding-bottom:1px;position:absolute;right:-7px;top:-5px;width:17px}.app-profile-data .connect-wallet-btn:hover{background-color:#0741d3}.app-profile-data .connected-wallet-btn{align-items:center;background-color:#fff;border:1.5px solid #000;border-radius:15px;color:#000;cursor:pointer;display:flex;font-size:16px;height:35px;justify-content:center;padding-right:15px;position:relative}.app-profile-data .connected-wallet-btn img{margin-left:15px;margin-right:10px;width:20px}.app-profile-data .connected-wallet-btn:hover{background-color:#ebebeb}@media screen and (max-width:992px){.header{grid-template-columns:1fr .5fr 1fr;max-height:250px}}@media screen and (max-width:820px){.app-profile-data{align-items:flex-end;flex-direction:column-reverse;gap:10px;justify-content:center;margin-right:20px}.app-header-btns{gap:40px}}@media screen and (max-width:600px){.header{grid-template-areas:"logo user-data" "nav nav";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:10px}.header .hide{display:block}.app-header-btns{align-items:center;display:flex;gap:0;justify-content:center}.app-header-btns .header-btn,.app-header-btns a{color:#000;text-decoration:none}.app-header-btns .header-btn{border-bottom:4px solid #ebebeb;width:100%}.app-header-btns .header-btn:hover{background-color:#ebebeb}.app-header-btns .header-btn.active{border-bottom:4px solid #00aae8}.app-header-btns .header-btn.active .button-active-plate{display:none}.app-header-logo{justify-content:flex-start;margin-left:20px}}@media screen and (max-width:380px){.header{grid-template-areas:"logo logo" "user-data user-data" "nav nav";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;margin-top:10px}.app-profile-data{flex-direction:row;gap:20px;margin-top:20px}.app-header-logo,.app-profile-data{align-items:center;justify-content:center}.app-header-logo{margin-left:0;width:100%}.app-header-logo .header-logo-image{height:90px;width:120px}.app-header-btns{align-items:center;display:flex;gap:0;justify-content:center}}.games-list-page{display:flex;flex-direction:column;min-height:100vh}.games-list-page .games-list-page-cubes1{left:0;position:absolute;top:10%;width:100px}.games-list-page .games-list-page-cubes2{position:absolute;right:0;top:50%;width:75px}.games-list-page .games-list-page-cubes3{bottom:20%;left:20px;position:absolute;width:40px}.games-wrapper{grid-gap:5px;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin:40px;min-height:600px}@media screen and (max-width:992px){.games-list-page .games-list-page-cubes1{left:0;top:20%;width:80px}.games-list-page .games-list-page-cubes2{top:65%}.games-list-page .games-list-page-cubes3{bottom:100px}}@media screen and (max-width:600px){.games-wrapper{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 20px}.games-list-page .games-list-page-cubes1{left:0;top:40%;width:60px}.games-list-page .games-list-page-cubes2{top:100%}.games-list-page .games-list-page-cubes3{bottom:-50%}}.game-item-card{background-color:#fff;border:1.5px solid #000;border-radius:20px;box-shadow:3px 3px 1px #000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:10px;overflow:hidden;position:relative}.game-item-card .game-bg{aspect-ratio:16/9;max-height:500px}.game-item-card .game-item-image{width:100%}.game-item-card .game-item-stats{align-items:center;background-color:#fff;border-radius:25px;display:flex;gap:5px;height:30px;justify-content:center;left:5px;padding:0 10px 0 0;position:absolute;top:10px}.game-item-card .game-item-stats img{margin-left:3px;width:26px}.game-item-card .game-item-header-text{display:block;font-size:40px;font-weight:700;text-align:center;width:100%}.game-item-card .game-item-control-btns{display:grid;grid-template-columns:.8fr 1fr;width:100%}.game-item-card .game-item-btn{align-items:center;border-radius:15px;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:10px;height:42px;justify-content:center;margin:10px}.game-item-card .game-item-btn img{width:15px}.game-item-card .game-item-btn.play{background-color:#0c50ff;color:#fff}.game-item-card .game-item-btn.play:hover{background-color:#0d48dd}.game-item-card .game-item-btn.stats{background-color:#fff;border:1.5px solid #000;color:#000;margin-right:0}.game-item-card .game-item-btn.stats:hover{background-color:#ebebeb}.game-item-card .game-item-btn.c-soon{background-color:#fff;border:1.5px solid #000;cursor:default}.game-item-card .game-item-btn.c-soon img{width:20px}.app-footer{--mask:radial-gradient(118.51px at 50% 159.00px,#000 99%,#0000 101%) calc(50% - 106px) 0/212px 100%,radial-gradient(118.51px at 50% -106px,#0000 99%,#000 101%) 50% 53px/212px 100% repeat-x;align-items:center;background-color:#00aae8;display:flex;flex-direction:column;gap:40px;justify-content:center;margin-top:auto;-webkit-mask:var(--mask);mask:var(--mask);min-height:270px;padding-top:60px;position:relative}.app-footer .app-footer-text{color:#fff;font-size:50px;font-weight:700;max-width:400px;position:relative;text-align:center}.app-footer .app-footer-text .footer-cubes2{left:-20px;position:absolute;top:0;width:100px}.app-footer .app-footer-socials{align-items:center;display:flex;gap:40px;justify-content:center}.app-footer .app-footer-socials .app-footer-btn{align-items:center;background-color:#fff;border-radius:25px;box-shadow:3px 3px 1px #000;cursor:pointer;display:flex;gap:15px;height:40px;justify-content:center;width:130px}.app-footer .app-footer-socials .app-footer-btn img{width:25px}.app-footer .app-footer-socials .app-footer-btn:hover{background-color:#ebebeb}.app-footer .footer-cubes{bottom:20px;position:absolute;right:40px;width:140px}.app-footer .back-to-landing{align-items:flex-start;bottom:40px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:20px;font-weight:700;justify-content:flex-start;left:40px;position:absolute}.app-footer .back-to-landing img{width:30px}@media screen and (max-width:930px){.app-footer .back-to-landing{max-width:140px}}@media screen and (max-width:880px){.app-footer{min-height:300px}.app-footer .app-footer-text{font-size:50px}.app-footer .app-footer-socials{flex-wrap:wrap;gap:20px;max-width:400px}.app-footer .back-to-landing{font-size:16px}}@media screen and (max-width:630px){.app-footer .footer-cubes{bottom:20px;position:absolute;right:20px;width:120px}}@media screen and (max-width:540px){.app-footer{min-height:400px;padding-top:40px}.app-footer .footer-cubes{display:none}.app-footer .back-to-landing{bottom:20px;left:20px}.app-footer .app-footer-text .footer-cubes2{left:0;position:absolute;top:-20px;width:70px}}.game-over-modal{background-color:#fff;border-radius:15px;box-shadow:3px 3px 1px #000;display:none;height:400px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:350px;z-index:10}.game-over-modal.showing{display:block}.game-over-modal-content{align-items:center;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:center;width:100%}.game-over-modal-content .game-over-title{font-size:30px;font-weight:700}.game-over-modal-content .game-over-description{align-items:center;display:flex;font-weight:700;gap:10px;justify-content:center}.game-over-modal-content .game-over-description .crypto-address{color:#00aae8;cursor:pointer}.game-over-modal-content .game-over-button-try-again{align-items:center;background-color:#bfe4d3;border-radius:50%;box-shadow:3px 3px 1px #000;cursor:pointer;display:flex;font-size:40px;height:100px;justify-content:center;width:100px}.game-over-modal-content .game-over-button-try-again:hover{background-color:#a1c2b3}@media screen and (max-width:340px){.game-over-modal{width:280px}}.wallet-not-connected-modal{background-color:#fff;border-radius:15px;box-shadow:3px 3px 1px #000;display:none;height:350px;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:350px;z-index:10}.wallet-not-connected-modal.showing{display:block}.wallet-not-connected-modal-content{align-items:center;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:center;width:100%}.wallet-not-connected-modal-content .wallet-not-connected-title{font-size:30px;font-weight:700;padding:0 20px}.wallet-not-connected-modal-content .wallet-not-connected-description{align-items:center;display:flex;font-weight:700;gap:10px;justify-content:center;padding:0 20px}@media screen and (max-width:340px){.wallet-not-connected-modal{width:280px}}.back-button{background-color:#00aae8;border-bottom-right-radius:25px;box-shadow:3px 3px 1px #000;cursor:pointer;left:0;padding:10px;position:absolute;top:0;z-index:99}.back-button img{width:30px}.back-button:hover{background-color:#018cbe}.game-wrapper{align-items:center;display:flex;justify-content:center;overflow:hidden}html{scroll-behavior:smooth}.header-wrapper{align-items:flex-start;display:grid;grid-template-areas:"logo nav button";grid-template-columns:1fr 1fr 1fr;padding:20px 40px;position:-webkit-sticky;position:sticky;top:0;width:inherit;z-index:10}.header-logo{align-items:center;display:flex;grid-area:logo;height:100%;justify-content:flex-start}.header-nav{grid-area:nav}.header-button{display:flex;grid-area:button;justify-content:flex-end;text-align:center}@media screen and (max-width:1200px){.header-wrapper{grid-template-columns:.5fr 1.2fr .5fr}}@media screen and (max-width:800px){.header-wrapper{grid-gap:10px;grid-template-areas:"logo button button" "nav nav nav";grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;padding:10px 20px}}.header-nav-wrapper{align-items:center;background-color:#fff;border:1px solid #000;border-radius:25px;box-shadow:3px 3px 1px #000;display:flex;height:45px;justify-content:space-evenly}.header-nav-wrapper a{color:#000;text-decoration:none}.header-nav-wrapper a:hover{color:#616161}@media screen and (max-width:500px){.header-nav-wrapper a{font-size:14px}}@media screen and (max-width:400px){.header-nav-wrapper a{font-size:12px}}.header-app-button-wrapper{align-items:center;display:flex;height:100%;justify-content:flex-end}.header-app-button-wrapper a{background-color:#bfe4d3;border-radius:10px;box-shadow:3px 3px 1px #000;color:#000;font-size:20px;padding:10px 40px;text-decoration:none}.header-app-button-wrapper a:hover{background-color:#a1c2b3}.welcome-block-wrapper{align-items:center;background:url(/static/media/falling_game_pics.f3729f49c0588a83c286.png);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:100vh;justify-content:center}.welcome-block-wrapper .image-left{bottom:-300px;left:0;position:absolute}.welcome-block-wrapper .image-right{position:absolute;right:0;top:0}.welcome-block-wrapper .central-image{position:absolute;top:150px}.welcome-block-text-wrapper{align-items:center;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:center;padding:0 200px;position:absolute}.welcome-block-text-1{font-size:65px;text-align:center}.welcome-block-text-2{font-size:20px;text-align:center;width:800px}@media screen and (max-width:1200px){.welcome-block-wrapper{height:800px}.image-left{height:500px;top:500px;width:350px}.image-right{height:500px;width:400px}.welcome-block-text-wrapper{padding:0 150px}.welcome-block-text-1{font-size:50px}.welcome-block-text-2{font-size:17px;width:600px}}@media screen and (max-width:950px){.welcome-block-wrapper{height:700px}.image-left{height:500px;top:500px;width:350px}.welcome-block-text-wrapper{padding:0 150px}.welcome-block-text-1{font-size:40px}.welcome-block-text-2{font-size:17px;width:400px}}@media screen and (max-width:900px){.welcome-block-wrapper{background:none}}@media screen and (max-width:700px){.welcome-block-text-wrapper{padding:0 100px}.welcome-block-text-1{font-size:35px}.welcome-block-text-2{font-size:15px;width:300px}}@media screen and (max-width:500px){.image-right{height:300px;width:250px}.image-left{bottom:-100px;height:500px;width:300px}.welcome-block-text-wrapper{padding:0 25px}.welcome-block-text-1{font-size:30px}.welcome-block-text-2{font-size:15px;width:300px}}.welcome-block-app-button-wrapper{padding-top:40px}.welcome-block-app-button-wrapper a{align-items:center;background-color:#bfe4d3;border-radius:10px;box-shadow:3px 3px 1px #000;color:#000;display:flex;font-size:25px;justify-content:space-around;padding:18px;text-decoration:none}.welcome-block-app-button-wrapper a:hover{background-color:#a1c2b3}@media(1200px > width){.welcome-block-app-button-wrapper{padding-top:20px}}.tutorial-block-chain{background-image:linear-gradient(#fff 33%,#fff0 0);background-position:100%;background-repeat:repeat-y;background-size:2px 40px;color:#fff;height:100%}.tutorial-block-hint{align-items:flex-start;display:flex;flex-direction:column;gap:15px;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tutorial-block-hint-titlewithstep{align-items:center;display:flex;gap:15px;justify-content:center}.tutorial-block-hint-title{color:#fff;font-size:20px;font-weight:700;width:375px}.tutorial-block-hint-text{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:700px}.tutorial-block-hint-step,.tutorial-block-hint-text{background-color:#fff;border-radius:10px;box-shadow:3px 3px 1px #000;padding:10px}.tutorial-block-hint-step{font-size:13px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tutorial-block-hint-circle{align-items:center;background-color:#fff;border-radius:50%;display:flex;font-size:0;height:30px;justify-content:center;margin-right:592px;position:absolute;transition:all .5s;width:30px}@media screen and (max-width:1400px){.tutorial-block-hint-text{width:500px}.tutorial-block-hint-circle{margin-right:593px}}@media screen and (max-width:660px){.tutorial-block-hint-text{width:300px}.tutorial-block-hint-title{width:250px}.tutorial-block-hint-circle{margin-right:467px}}@media screen and (max-width:500px){.tutorial-block-hint-text{width:200px}.tutorial-block-hint-title{width:150px}.tutorial-block-hint-circle{margin-right:367px}}@media screen and (max-width:380px){.tutorial-block-hint-text{width:180px}.tutorial-block-hint-title{width:100px}.tutorial-block-hint-circle{margin-right:317px}}.tutorial-block-left-text-wrapper{display:flex;grid-area:text;height:80%;justify-content:center;width:100%}.tutorial-block-left-text-content{align-items:flex-start;display:flex;flex-direction:column;gap:25px;grid-area:text;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:500px}.tutorial-block-left-how-it-works{background-color:#fff;border-radius:10px;box-shadow:3px 3px 1px #000;padding:10px}.tutorial-block-left-text{color:#fff;font-size:50px;font-weight:700}@media screen and (max-width:600px){.tutorial-block-left-text-content{width:300px}}.tutorial-block-wrapper{--mask:radial-gradient(118.51px at 50% 159.00px,#000 99%,#0000 101%) calc(50% - 106px) 0/212px 100%,radial-gradient(118.51px at 50% -106px,#0000 99%,#000 101%) 50% 53px/212px 100% repeat-x;grid-gap:40px;background-color:#00aae8;display:grid;gap:40px;grid-template-areas:"text tutorial";grid-template-columns:1fr 1fr;height:-webkit-max-content;height:max-content;-webkit-mask:var(--mask);mask:var(--mask);padding:200px 40px 100px}.tutorial-block-cards{align-items:center;display:flex;flex-direction:column;gap:70px;justify-content:center}.tutorial-block-chain-and-cards{align-items:flex-start;display:flex;gap:70px;grid-area:tutorial;justify-content:center}.tutorial-block-text-under-cards{color:#fff;width:700px}@media screen and (max-width:1400px){.tutorial-block-text-under-cards{width:400px}}@media screen and (max-width:1200px){.tutorial-block-wrapper{grid-template-areas:"text" "tutorial";grid-template-columns:1fr}.tutorial-block-text-under-cards{width:500px}}@media screen and (max-width:660px){.tutorial-block-text-under-cards{width:300px}}@media screen and (max-width:500px){.tutorial-block-text-under-cards{width:220px}}@media screen and (max-width:380px){.tutorial-block-text-under-cards{width:200px}}.games-block-game-preview{flex-direction:column;gap:20px;height:700px;width:900px;z-index:1}.games-block-game-preview,.games-block-stepper{align-items:center;display:flex;justify-content:center}.games-block-stepper{flex-wrap:nowrap;gap:5px;width:100%}.games-block-stepper .step{background-color:#bbb;border-radius:10px;cursor:pointer;height:5px;margin:0 2px;transition:background-color .6s ease;width:100px}.games-block-stepper .step.active{background-color:#00aae8}.games-block-stepper .step:hover{background-color:#000}.games-block-slider{border-radius:25px;display:flex;height:100%;overflow:hidden;scroll-behavior:smooth;scroll-snap-align:center;scroll-snap-type:x mandatory;width:100%}.games-block-game{align-items:center;background-color:#96abff;display:flex;flex:1 0 100%;flex-shrink:0;height:100%;justify-content:center;position:relative;scroll-snap-align:start;transform:scale(1);transform-origin:center center;transition:transform .5s;width:100%}.games-block-game .games-block-play-game{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffffb3;border-radius:25px;color:#000;cursor:pointer;display:flex;height:100px;justify-content:center;width:300px}.games-block-game .games-block-play-game .games-block-play-game-text{font-size:35px;padding-left:20px}.games-block-game-title{font-size:50px;font-weight:700}.games-block-game-swicth-buttons{align-items:center;display:flex;gap:10px;justify-content:center}.games-block-game-header{align-items:center;display:flex;justify-content:space-between;width:90%}.games-block-game-swicth-button{background-color:#00aae8;border-radius:50%;box-shadow:3px 3px 1px #000;color:#fff;cursor:pointer;padding:7px}.games-block-game-swicth-button:hover{background-color:#0084b4}.games-block-game-swicth-count{font-weight:700}@media screen and (max-width:1100px){.games-block-game-preview{height:600px;width:800px}.games-block-game-title{font-size:35px;font-weight:700}.games-block-game .games-block-play-game{height:80px;width:250px}.games-block-game .games-block-play-game .games-block-play-game-text{font-size:20px;padding-left:20px}}@media screen and (max-width:900px){.games-block-game-preview{height:500px;width:700px}.games-block-game-title{font-size:35px;font-weight:700}}@media screen and (max-width:720px){.games-block-game{border-radius:15px}.games-block-game-preview{height:400px;width:550px}.games-block-game-title{font-size:35px;font-weight:700}.games-block-game .games-block-play-game{height:50px;width:180px}.games-block-game .games-block-play-game .games-block-play-game-text{font-size:15px;padding-left:20px}}@media screen and (max-width:550px){.games-block-game-preview{height:300px;width:340px}.games-block-game-title{font-size:28px;font-weight:700}}.games-block-wrapper{background-color:#00aae8;height:120vh;margin-bottom:0;overflow:hidden}.games-block-games-container{align-items:center;background-color:#fff;border-top-left-radius:75px;border-top-right-radius:75px;display:flex;height:100%;justify-content:center}@media screen and (max-width:900px){.games-block-wrapper{height:800px}.games-block-games-container{border-top-left-radius:50px;border-top-right-radius:50px}}@media screen and (max-width:600px){.games-block-wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.games-block-games-container{border-top-left-radius:40px;border-top-right-radius:40px;padding:75px 0}}@media screen and (max-width:380px){.games-block-games-container,.games-block-wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.games-block-games-container{border-top-left-radius:30px;border-top-right-radius:30px;padding:100px 0}}.roadmap-block-wrapper{height:100vh;position:relative}.roadmap-block-wrapper .image-left{height:325px;padding:0,.36px,.42px,0;position:absolute;top:0;width:236px}.roadmap-block-wrapper .image-right{height:53.53px;position:absolute;right:200px;top:116.62px;width:60px}.roadmap-block-wrapper .image-bottom-right{height:204.36px;position:absolute;right:0;top:750px;width:201.87px}.roadmap-block-wrapper .roadmap-block-content{align-items:center;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:center;overflow:hidden;width:100%}.roadmap-block-wrapper .roadmap-block-content .roadmap-block-main-text{font-size:50px;font-weight:700;text-align:center;width:370px;z-index:1}.roadmap-block-wrapper .roadmap-block-slider{width:100%}@media screen and (max-width:1200px){.roadmap-block-wrapper .roadmap-block-content .roadmap-block-main-text{font-size:45px}}@media screen and (max-width:900px){.roadmap-block-wrapper .roadmap-block-content .roadmap-block-main-text{font-size:40px}.roadmap-block-wrapper .image-left{height:188px;width:160px}}@media screen and (max-width:600px){.roadmap-block-wrapper .roadmap-block-content .roadmap-block-main-text{font-size:35px;width:300px}}.step-card-wrapper{margin:20px;padding:20px;position:relative}.step-card-wrapper .step-card-chapter:before{background-color:#000;border-radius:50%;content:" ";height:10px;left:-.5px;margin-top:5px;position:absolute;width:10px}.step-card-wrapper .step-card-chapter:after{border:1px solid #000;position:absolute;width:100px}@media screen and (min-width:1255px)and (max-width:1400px){.step-card-wrapper .step-card-description{font-size:14px}}@media screen and (max-width:1254px){.step-card-wrapper .step-card-description{font-size:14px}}.stepper-wrapper{align-items:flex-start;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;overflow-x:scroll;overflow-y:hidden;padding-top:140px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.stepper-wrapper .step-month{margin-top:50px}.stepper-wrapper .step-quarter{align-items:center;background-color:#bfe4d3;border-radius:15px;box-shadow:3px 3px 1px #000;display:flex;flex-direction:column;gap:10px;height:100px;justify-content:center;position:absolute;top:-120px;width:300px}.stepper-wrapper .step-quarter .step-quarter-header{font-size:18px;font-weight:700}.stepper-wrapper .step-quarter .step-quarter-description{text-align:center}.stepper-wrapper .stepper-item{align-items:center;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;gap:20px;position:relative;scroll-snap-align:center;transform:scale(1);transform-origin:center center;transition:transform .5s;width:500px}.stepper-wrapper .stepper-item:before{left:-50%}.stepper-wrapper .stepper-item:after,.stepper-wrapper .stepper-item:before{border-bottom:2px dashed #000;content:"";position:absolute;top:20px;width:100%;z-index:0}.stepper-wrapper .stepper-item:after{left:50%}.stepper-wrapper .stepper-item .step-counter{background:#000;border-radius:50%;cursor:pointer;height:14px;margin-top:15px;position:absolute;transition:all .1s;width:14px;z-index:5}.stepper-wrapper .stepper-item .step-counter:hover{height:25px;margin-top:8px;width:25px}.stepper-wrapper .stepper-item.active .step-counter{align-items:center;color:#fff;cursor:pointer;display:flex;height:25px;justify-content:center;margin-top:8px;width:25px}.stepper-wrapper .stepper-item.active:before{border-bottom:2px solid #000}.stepper-wrapper .stepper-item.completed:before{border-bottom:2px solid #000;content:"";left:-50%;position:absolute;top:20px;width:100%;z-index:2}.stepper-wrapper .stepper-item.completed:after{border-bottom:2px solid #000;content:"";left:50%;position:absolute;top:20px;width:100%;z-index:3}.stepper-wrapper .step-month{align-items:center;background-color:#fff;border:1px solid #000;border-radius:15px;box-shadow:3px 3px 1px #000;display:flex;height:40px;justify-content:center;width:100px}@media screen and (min-width:1255px)and (max-width:1400px){.stepper-wrapper .stepper-item{width:400px}}@media screen and (max-width:1254px){.stepper-wrapper .stepper-item{width:350px}}.team-block-card-wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;overflow:hidden;padding:10px;position:relative}.team-block-card-wrapper .hover-slide{border:1px solid #000;border-radius:15px;box-shadow:3px 3px 1px #000;overflow:hidden;position:relative}.team-block-card-wrapper .hover-slide .team-block-card-image{height:400px;object-fit:cover;width:300px}.team-block-card-wrapper .hover-slide .team-block-card-slide{--mask:radial-gradient(31.24px at 50% 44.00px,#000 99%,#0000 101%) calc(50% - 40px) 0/80px 100%,radial-gradient(31.24px at 50% -24px,#0000 99%,#000 101%) 50% 20px/80px 100% repeat-x;align-items:flex-end;background-color:#00aae8;border-radius:15px;display:flex;height:280px;justify-content:space-evenly;-webkit-mask:var(--mask);mask:var(--mask);padding-bottom:150px;position:absolute;top:350px;transition:.5s;width:300px}.team-block-card-wrapper .hover-slide .team-block-card-slide img{cursor:pointer}.team-block-card-wrapper .hover-slide:hover .team-block-card-slide{top:100px;transition:.5s}.team-block-card-wrapper .team-block-card-text{align-items:center;background-color:#fff;border-radius:15px;box-shadow:3px 3px 1px #000;display:flex;flex-direction:column;gap:10px;height:100px;justify-content:center;text-align:center;width:300px}.team-block-card-wrapper .team-block-card-text .team-block-card-header{font-size:20px;font-weight:700}@media screen and (max-width:1200px){.team-block-card-wrapper .hover-slide .team-block-card-image{height:350px;width:250px}.team-block-card-wrapper .hover-slide .team-block-card-slide{height:230px;width:250px}.team-block-card-wrapper .team-block-card-text{height:75px;width:250px}}@media screen and (max-width:600px){.team-block-card-wrapper .hover-slide .team-block-card-image{height:250px;width:175px}.team-block-card-wrapper .hover-slide .team-block-card-slide{height:130px;width:175px}.team-block-card-wrapper .team-block-card-text{height:75px;width:175px}.team-block-card-wrapper .team-block-card-text .team-block-card-description,.team-block-card-wrapper .team-block-card-text .team-block-card-header{font-size:14px}}@media screen and (max-width:420px){.team-block-card-wrapper .hover-slide .team-block-card-image{height:200px;width:140px}.team-block-card-wrapper .hover-slide .team-block-card-slide{height:90px;width:140px}.team-block-card-wrapper .team-block-card-text{height:65px;width:140px}.team-block-card-wrapper .team-block-card-text .team-block-card-description,.team-block-card-wrapper .team-block-card-text .team-block-card-header{font-size:12px}}.team-block-stepper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.team-block-stepper .team-block-steps{align-items:center;display:flex;gap:10px;justify-content:space-between}.team-block-stepper .team-block-steps .team-block-steps-button{background-color:#ffffff80;border-radius:50%;cursor:pointer;height:15px;transition:all .5s;width:15px}.team-block-stepper .team-block-steps .team-block-steps-button.active,.team-block-stepper .team-block-steps .team-block-steps-button.completed,.team-block-stepper .team-block-steps .team-block-steps-button:hover{background-color:#fff}.team-block-stepper .team-block-text-buttons{align-items:center;display:flex;gap:20px;justify-content:center}.team-block-stepper .team-block-text-buttons .team-block-stepper-button{align-items:center;background-color:#fff;border-radius:50%;box-shadow:3px 3px 1px #000;cursor:pointer;display:flex;gap:10px;height:30px;justify-content:center;margin:5px;width:30px}.team-block-stepper .team-block-text-buttons .team-block-stepper-button:hover{background-color:silver}.team-block-stepper .team-block-text-buttons .team-block-stepper-text{color:#fff;font-size:50px;font-weight:700}@media screen and (max-width:500px){.team-block-stepper .team-block-text-buttons .team-block-stepper-text{font-size:30px}}.team-block-wrapper{--mask:radial-gradient(118.51px at 50% 159.00px,#000 99%,#0000 101%) calc(50% - 106px) 0/212px 100%,radial-gradient(118.51px at 50% -106px,#0000 99%,#000 101%) 50% 53px/212px 100% repeat-x;background-color:#00aae8;background-image:url(/static/media/circles.4e226b6155bd078162bf.png);background-position:50%;background-repeat:no-repeat;display:grid;grid-template-areas:"meet-team" "cards";grid-template-rows:.2fr .8fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-mask:var(--mask);mask:var(--mask);min-height:120vh}.team-block-text-steps{grid-area:meet-team;margin-top:250px}.team-block-cards{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:40px;grid-area:cards;justify-content:space-evenly;padding:50px 0 20px;position:relative;scroll-snap-align:start;transform:scale(1);transform-origin:center center;transition:transform .5s;width:100%}.team-block-cards-slider{display:flex;height:100%;overflow:hidden;padding-bottom:300px;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%}@media screen and (max-width:430px){.team-block-cards{gap:20px;padding:20px 0 80px}.team-block-cards-slider{padding-bottom:0}.team-block-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:110vh}}.accordion{align-items:center;background-color:#0000;border:none;border-bottom:1px solid #fff;color:#fff;cursor:pointer;display:grid;font-size:20px;font-weight:700;grid-template-areas:"text button";grid-template-columns:1fr 0fr;justify-content:center;outline:none;padding:18px;text-align:left;transition:.4s;width:100%}.accordion-title{grid-area:text}.accordion-button{grid-area:button}.accordion.active{border-bottom:0;border-radius:15px}.accordion:hover,.active{background-color:#ffffff4d}.panel{background-color:#0000;border-bottom:1px solid #fff;color:#fff;max-height:0;overflow:hidden;padding:0 18px;transition:max-height .2s ease-out}.panel p{width:80vw}.faq-block-wrapper{align-items:center;background-color:#00aae8;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;overflow:hidden;padding:100px 0;position:relative}.faq-block-wrapper .faq-block-image-left{left:100px;position:absolute;top:140px}.faq-block-wrapper .faq-block-image-right{bottom:0;position:absolute;right:80px}.faq-block-wrapper .faq-block-header{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.faq-block-wrapper .faq-block-header-square{align-items:center;background-color:#fff;border-radius:15px;box-shadow:3px 3px 1px #000;display:flex;font-size:18px;font-weight:700;height:50px;justify-content:center;padding:5px;text-align:center;width:300px}.faq-block-wrapper .faq-block-header-text{color:#fff;font-size:55px;font-weight:700}.faq-block-wrapper .faq-block-accordions{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:80%}@media screen and (max-width:1400px){.faq-block-wrapper .faq-block-image-left{left:60px;top:160px}.faq-block-wrapper .faq-block-image-right{right:60px}.faq-block-wrapper .faq-block-header-square{font-size:14px;height:40px;width:250px}.faq-block-wrapper .faq-block-header-text{font-size:45px}}@media screen and (max-width:1200px){.faq-block-wrapper .faq-block-image-left{left:30px;top:140px}.faq-block-wrapper .faq-block-image-right{right:40px}}@media screen and (max-width:800px){.faq-block-wrapper .faq-block-image-left{left:0;top:120px}.faq-block-wrapper .faq-block-image-right{right:20px}}@media screen and (max-width:600px){.faq-block-wrapper .faq-block-image-left{left:-80px;top:100px}.faq-block-wrapper .faq-block-image-right{right:-50px}.faq-block-wrapper .faq-block-header-square{font-size:10px;height:25px;width:170px}.faq-block-wrapper .faq-block-header-text{font-size:30px}}.footer-block-wrapper{background-color:#00aae8}.footer-block-content{--mask:radial-gradient(118.51px at 50% 159.00px,#000 99%,#0000 101%) calc(50% - 106px) 0/212px 100%,radial-gradient(118.51px at 50% -106px,#0000 99%,#000 101%) 50% 53px/212px 100% repeat-x;background-color:#fff;display:grid;grid-template-areas:"join-us nav" "app-name social-links";grid-template-columns:1fr .7fr;grid-template-rows:1fr 1fr;height:100%;-webkit-mask:var(--mask);mask:var(--mask);padding:200px 200px 0}.footer-block-join-us{grid-area:join-us;padding:40px}.footer-block-join-us .join-us-wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:450px}.footer-block-join-us .join-us-footer-btn{align-items:center;background-color:#bfe4d3;border-radius:15px;box-shadow:3px 3px 1px #000;color:#000;cursor:pointer;display:flex;height:50px;justify-content:center;text-decoration:none;width:100%}.footer-block-join-us .join-us-footer-btn:hover{background-color:#a1c2b3}.footer-block-app-name-image{height:300px;width:500px}.footer-block-nav{align-items:center;display:flex;flex-direction:column;gap:15px;grid-area:nav;justify-content:center}.footer-block-nav a{color:#000;font-size:30px;font-weight:700;text-align:start;text-decoration:none;width:260px}.footer-block-nav a:hover{color:#00aae8}.footer-block-app-name{grid-area:app-name;padding:40px}.footer-social-links{align-items:center;display:flex;grid-area:social-links;justify-content:center}.footer-social-links .footer-social-links-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.footer-social-links .social-link-button{align-items:center;background-color:#bfe4d3;border-radius:10px;box-shadow:3px 3px 1px #000;cursor:pointer;display:flex;height:45px;justify-content:center;width:70px}.footer-social-links .social-link-button:hover{background-color:#a1c2b3}.footer-social-links .footer-social-links-wrapper{align-items:center;display:flex;gap:20px;justify-content:center}@media screen and (max-width:1400px){.footer-block-content{padding:100px 100px 0}}@media screen and (max-width:1200px){.footer-block-content{padding:100px 50px 0}}@media screen and (max-width:1000px){.footer-block-nav{display:none}.footer-block-content{grid-template-areas:"app-name" "join-us" "social-links";grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr}.footer-block-wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.footer-block-app-name-image{height:300px;width:500px}.footer-block-app-name,.footer-block-join-us{display:flex;justify-content:center}.footer-block-join-us p{text-align:center}.footer-social-links .footer-social-links-content{align-items:center;gap:30px}}@media screen and (max-width:650px){.footer-block-content{padding:100px 10px 0}.footer-block-app-name-image{height:200px;width:350px}.footer-block-join-us{padding:10px}.footer-block-join-us .join-us-wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:350px}}@media screen and (max-width:490px){.footer-block-content{padding:80px 0 0}.footer-block-app-name{padding:80px 10px 10px}.footer-block-app-name-image{height:170px;width:280px}.footer-block-join-us{padding:0}.footer-block-join-us .join-us-wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:350px}.footer-block-join-us .join-us-wrapper .join-us-footer-btn{width:300px}}.game-scores-wrapper{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;min-height:500px;width:700px}.game-scores-wrapper .game-scores-stat{align-items:center;background-color:#fff;border-radius:10px;box-shadow:3px 3px 1px #000;display:flex;justify-content:space-between;margin:10px;padding:10px}.game-scores-wrapper .game-scores-stat .score{font-size:30px;font-weight:700}.game-scores-wrapper .game-scores-stat .crypto-address{color:#00aae8;cursor:pointer;font-weight:700}.game-scores-wrapper .game-scores-stat .crypto-address:hover{color:#007fad}.game-scores-wrapper .pagination{align-items:center;display:flex;gap:10px;height:10px;justify-content:center;margin-top:40px;width:100%}.game-scores-wrapper .pagination .pagination-button{align-items:center;background-color:#fff;border-radius:50%;box-shadow:3px 1px 1px #000;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.game-scores-wrapper .pagination .pagination-button:hover{background-color:#ccc}.game-scores-wrapper .pagination .pagination-counter{color:#fff;font-weight:700}.dashboard-wrapper{background-color:#00aae8;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.dashboard-wrapper .dashboard-game{--mask:radial-gradient(134.16px at 50% calc(100% - 180px),#000 99%,#0000 101%) calc(50% - 120px) 0/240px 100%,radial-gradient(134.16px at 50% calc(100% + 120px),#0000 99%,#000 101%) 50% calc(100% - 60px)/240px 100% repeat-x;background-position:50%;background-repeat:no-repeat;background-size:cover;height:50vh;-webkit-mask:var(--mask);mask:var(--mask);width:100%}.dashboard-wrapper .dashboard-header{font-size:60px}.dashboard-wrapper .dashboard-header,.dashboard-wrapper .dashboard-subheader{color:#fff;display:flex;font-weight:700;justify-content:center;padding:60px;text-align:center;width:100%}.dashboard-wrapper .dashboard-subheader{font-size:40px;min-height:200px}.profile-wrapper{background-color:#00aae8;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.profile-wrapper .profile-head{--mask:radial-gradient(134.16px at 50% calc(100% - 180px),#000 99%,#0000 101%) calc(50% - 120px) 0/240px 100%,radial-gradient(134.16px at 50% calc(100% + 120px),#0000 99%,#000 101%) 50% calc(100% - 60px)/240px 100% repeat-x;align-items:center;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;font-size:30px;height:50vh;-webkit-mask:var(--mask);mask:var(--mask);overflow:hidden}.profile-wrapper .profile-head,.profile-wrapper .profile-header{display:flex;font-weight:700;justify-content:center;text-align:center;width:100%}.profile-wrapper .profile-header{color:#fff;font-size:60px;padding:60px}.profile-wrapper .profile-subheader{color:#fff;display:flex;font-size:40px;font-weight:700;justify-content:center;min-height:200px;padding:60px;text-align:center;width:100%}.user-games-wrapper{grid-gap:5px;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin:0 auto;padding-bottom:200px;width:100%}.user-games-wrapper .user-games-game{position:relative}.user-games-wrapper .user-games-stat{background-color:#fff;border-radius:10px;bottom:20px;box-shadow:3px 3px 1px #000;font-size:20px;font-weight:700;left:20px;padding:10px;position:absolute}.profile-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffb3;border-radius:15px;box-shadow:3px 3px 25px rgba(70,70,70,.329);display:flex;height:350px;justify-content:center;margin-bottom:75px;word-break:break-all}.profile-card-content{border-radius:10px;box-shadow:3px 3px 1px #000;gap:20px;height:80%;margin:40px;padding:0 40px;width:100%}.profile-card-avatar,.profile-card-content{align-items:center;background-color:#fff;display:flex;justify-content:center}.profile-card-avatar{border-radius:50%;box-shadow:1px 1px 3px #000;height:200px;overflow:hidden;width:200px}.profile-card-info{align-items:flex-start;display:flex;flex-direction:column;font-size:20px;gap:10px;height:200px;justify-content:center;width:400px}.profile-card-info .highlighted{color:#00aae8}@media screen and (max-width:1200px){.profile-card{height:300px}.profile-card-content{width:80%}.profile-card-avatar{height:150px;width:150px}}@media screen and (max-width:900px){.profile-card{height:200px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.profile-card-info{font-size:18px}.profile-card-content{width:500px}.profile-card-avatar{height:100px;width:100px}}@media screen and (max-width:700px){.profile-card{height:300px;width:400px}.profile-card-info{font-size:15px}.profile-card-content{flex-direction:column;gap:0;height:200px;padding:40px;width:300px}.profile-card-info{align-items:center;width:300px}.profile-card-avatar{height:200px;width:100px}}@media screen and (max-width:450px){.profile-card{height:200px;width:300px}.profile-card-info{font-size:15px}.profile-card-content{flex-direction:column;gap:0;height:150px;padding:20px;width:250px}.profile-card-info{align-items:center;width:300px}.profile-card-avatar{height:100px;width:50px}}.wallet-adapter-button{align-items:center;background-color:initial;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{display:inline-block;position:relative}.wallet-adapter-dropdown-list{grid-row-gap:10px;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;display:grid;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;grid-template-rows:1fr;list-style:none;margin:0;opacity:0;padding:10px;position:absolute;right:0;top:100%;transition:opacity .2s ease,transform .2s ease,visibility .2s;visibility:hidden;z-index:99}.wallet-adapter-dropdown-list-active{opacity:1;transform:translateY(10px);visibility:visible}.wallet-adapter-dropdown-list-item{align-items:center;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:37px;justify-content:center;outline:none;padding:0 20px;white-space:nowrap;width:100%}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{fill:#999;align-self:center}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{background:#00000080;bottom:0;left:0;opacity:0;overflow-y:auto;position:fixed;right:0;top:0;transition:opacity .15s linear;z-index:1040}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{align-items:center;background:#1a1f2e;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:12px;position:absolute;right:18px;top:18px}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0}.wallet-adapter-modal-container{align-items:center;display:flex;justify-content:center;margin:3rem;min-height:calc(100vh - 6rem)}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{align-items:center;background:#10141f;border-radius:10px;box-shadow:0 8px 20px #0009;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;max-width:400px;position:relative;z-index:1050}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{color:#fff;font-size:24px;font-weight:500;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{list-style:none;margin:0 0 12px;padding:0;width:100%}.wallet-adapter-modal-list .wallet-adapter-button{border-radius:0;font-size:18px;font-weight:400}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{height:28px;width:28px}.wallet-adapter-modal-list .wallet-adapter-button span{font-size:14px;margin-left:auto;opacity:.6}.wallet-adapter-modal-list-more{align-items:center;align-self:flex-end;background-color:initial;border:none;color:#fff;cursor:pointer;display:flex;padding:12px 24px 24px 12px}.wallet-adapter-modal-list-more svg{fill:#fff;margin-left:.5rem;transition:all .1s ease}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;padding:0 24px 24px;width:100%}.wallet-adapter-modal-middle-button{background-color:#512da8;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:18px;margin-top:48px;padding:12px;width:100%}
/*# sourceMappingURL=main.39366290.css.map*/