.game-tile{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;max-width:250px;min-width:250px;overflow:hidden;position:relative}.game-tile--clickable{cursor:pointer}.game-tile__logo{background-position:center bottom 30px;background-repeat:no-repeat;background-size:100px;z-index:1}.game-tile__logo,.game_tile__backdrop{height:100%;position:absolute;top:0;width:100%}.game_tile__backdrop{background:linear-gradient(180deg,transparent 36.3%,rgba(0,0,0,.7))}.game-tile__overlay__view-detail-button{bottom:-40px;height:40px;position:absolute;width:100%}.game-tile:hover .game-tile__logo,.game-tile:hover .game-tile__overlay__view-detail-button{-webkit-animation:move-up .25s forwards;animation:move-up .25s forwards}@-webkit-keyframes move-up{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes move-up{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-40px);transform:translateY(-40px)}}.game-tile__token_images{display:flex;gap:8px;position:absolute;right:12px;top:12px}.circular-token-image{background:rgba(0,0,0,.6);border-radius:50%;box-sizing:border-box;-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));filter:drop-shadow(0 2px 4px rgba(0,0,0,.35));max-height:24px;max-width:24px;min-height:24px;min-width:24px;padding:2px}.view-details-button{align-items:center;background-color:#479ff8;cursor:pointer;display:flex;font-weight:500;height:100%;justify-content:center;overflow:hidden;width:100%}.button--not-clickable{cursor:default}.view-details-button:hover{background:#38acff}.featured{display:flex;flex-direction:row;gap:8px;padding-left:48px;padding-right:48px}.featured-icon{margin-left:24px;margin-top:24px}.featured__focussed-image{background-position:50%;background-size:cover;border-radius:8px;flex-grow:1;min-height:344px;min-width:525px;position:relative;z-index:3}.featured__view-details-button{align-items:center;background:#1a9fff;border-radius:8px;bottom:0;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:500;height:54px;justify-content:center;min-width:180px;padding:0 8px;right:0;text-align:center;width:180px;z-index:4}.featured__view-details-button:hover{background:#38acff}.featured__carousel{display:flex;flex-direction:column;gap:8px;justify-content:center}.featured__carousel__tile{align-items:center;background-color:rgba(24,28,45,.7);border:2px solid transparent;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;gap:8px;height:80px;overflow:hidden;padding:16px;position:relative;width:240px}.featured__carousel__tile--highlighted{border-color:#ffd500}.bg-anim{display:none}.featured__carousel__tile--highlighted .bg-anim{-webkit-animation:fill-bg 5s linear forwards;animation:fill-bg 5s linear forwards;background-color:#ffd500;border-radius:8px;display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@-webkit-keyframes fill-bg{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fill-bg{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.featured__carousel__tile__img{border-radius:6px;height:48px;width:48px}.featured__carousel__tile__details{display:flex;flex-direction:column;font-style:normal;line-height:140%}.featured__carousel__tile__details__name{font-size:18px;font-weight:700}.featured__carousel__tile__details__studio{color:hsla(0,0%,100%,.7);font-size:14px;font-weight:400}.view-details-cta{align-items:center;bottom:24px;display:flex;flex-direction:row;justify-content:space-between;padding-left:24px;padding-right:24px;position:absolute;width:-webkit-fill-available}.first-web3-game{display:flex;margin-right:8px;min-width:0;overflow:hidden;padding-bottom:4px}.featured-section-overlay{background:linear-gradient(180deg,transparent,#000);border-radius:0 0 8px 8px;bottom:0;height:78px;left:0;position:absolute;width:100%}.detail-page__header-top-section{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.4));display:flex;flex-grow:1;height:30px;margin-top:70px}.detail-page__header-section{align-items:flex-start;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgba(0,0,0,.4);display:flex;gap:40px;justify-content:space-between;padding-left:48px;padding-right:48px}.detail-page__header-bottom-section{background-image:linear-gradient(0deg,hsla(0,0%,100%,0),rgba(0,0,0,.4));display:flex;flex-grow:1;height:30px;margin-bottom:54px}.detail-page__play-button-stats-categories{display:flex;flex-direction:column;gap:20px;margin-top:70px}.detail-page__game-categories{display:flex;flex-direction:row;gap:12px}.game-category-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.3);border-radius:20px;color:#fff;font-size:10px;font-weight:400;padding:4px 8px;text-transform:uppercase}.detail-page__stats{display:flex;flex-direction:row;gap:20px}.monetary-stat{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);overflow:hidden;width:130px}.monetary-stat__title{content:"";display:inline-block;font-size:12px;font-weight:400;padding:12px 16px 4px;position:relative;white-space:nowrap;width:-webkit-min-content;width:min-content}.monetary-stat__value{font-size:28px;font-weight:500;padding:0 16px 4px}.undefined{font-size:14px;padding-bottom:14px;padding-top:6px}.monetary-stat__footer{background-color:hsla(0,0%,100%,.2);font-size:11px;font-weight:400;padding:2px 16px}.play-now-button{align-items:center;background-color:#1a9fff;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:larger;font-weight:500;gap:16px;height:54px;justify-content:center;min-width:300px}.play-now-button:hover{background:#38acff}.play-icon{height:24px;width:24px}.detail-page__game-info{display:flex;flex-direction:column;gap:10px;width:700px}.detail-page__game-info__title-image{height:103px;width:203px}.detail-page__game-info__row{display:flex;flex-direction:row;gap:16px}.developer-info{align-items:center;display:flex;flex-direction:row;gap:5px}.rating-developer-info__divider{background-color:#000;height:10px;width:1px}.rating-developer-info{align-items:center;display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:4px;justify-content:center}.token-info-wrapper{display:flex;flex-direction:row;gap:12px}.featured-icon{height:50px;padding-right:48px;width:36px}.star-rating{align-items:center;display:flex;flex-direction:row}.filled-star{color:gold}.filled-star,.hollow-star{font-size:15px;font-weight:700;margin-right:4px}.hollow-star{color:#d3d3d3}.star-rating__text{font-size:14px;font-weight:400;margin-left:6px}.back-button{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:row;gap:10px;margin-left:48px;text-decoration:none}.back-button__ic{border:2px solid #f9d448;border-radius:50%;height:14px;padding:4px;width:14px}.back-button__text{font-size:18px;font-weight:400}.tag-pill-token{align-items:center;display:flex;flex-direction:column;gap:4px}.tag-pill-token-type{font-size:10px;font-weight:400}.tag-pill{align-items:center;background-color:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.3);border-radius:40px;display:flex;flex-direction:row;gap:4px;height:24px;padding:4px}.tag-pill__title{font-size:14px;font-weight:500;margin-right:4px;max-width:100px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-media__title{font-size:20px;font-weight:500;margin-bottom:20px}.game-media__image-list{display:flex;gap:24px;overflow-y:hidden}.game-media__image{border-radius:8px;height:180px;width:320px}.top-nfts{display:flex;flex-direction:column;gap:24px;margin-bottom:52px}.top-nfts__title{font-size:20px;font-weight:500}.top-nfts__nft-list{display:flex;flex-direction:row;gap:24px;overflow-y:hidden}.top-nfts__tile{display:flex;flex-direction:column;gap:16px;width:160px}.top-nfts__image-container{background:hsla(0,0%,100%,.1);border-radius:8px;overflow:hidden;position:relative}.top-nfts__image-wrapper{padding:12px}.top-nfts__image{border-radius:8px;display:block;height:100%;width:100%}.top-nfts__info{display:flex;flex-direction:column;gap:4px}.top-nfts__info__title{font-size:16px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-nfts__info__amount{font-size:14px;font-weight:400}.top-nfts__image-container__view-details-button{bottom:-30px;height:30px;position:absolute;width:160px}.getting-started__title{font-size:20px;font-weight:500;margin-bottom:20px}.getting-started__steps{align-items:center;display:flex;justify-content:space-between;overflow-y:hidden;padding-inline:48px}.getting-started__steps__delimiter{height:12px;margin-left:16px;margin-right:16px;width:6px}.getting-started__single-step{align-items:center;align-self:stretch;background-color:hsla(0,0%,100%,.1);border-radius:8px;display:flex;flex-direction:column;gap:24px;padding:24px;width:30%}.getting-started__single-step__image{height:128px;width:128px}.getting-started__single-step__info{align-items:center;display:flex;flex-direction:column;gap:4px}.getting-started__single-step__number{font-size:14px;font-weight:400}.getting-started__single-step__title{font-size:20px;font-weight:500;text-align:center}.user-reviews{margin-top:40px;padding-left:48px;padding-right:48px}.user-reviews__title{font-size:20px;font-weight:500;margin-bottom:20px}.user-reviews__list{display:flex;flex-direction:column;gap:24px}.user-reviews__single-review{display:flex;flex-direction:column;gap:12px}.user-reviews__single-review__info{display:flex;flex-direction:row;gap:10px}.user-reviews__single-review__username{font-size:14px;font-weight:400}.user-reviews__single-review__date{color:hsla(0,0%,100%,.6);font-size:14px;font-weight:400}.user-reviews__single-review__details{display:flex;flex-direction:column;gap:4px}.user-reviews__single-review__heading{font-size:14px;font-weight:500}.user-reviews__single-review__description{font-size:14px;font-weight:400}.genre{border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;height:52px;min-width:120px;width:160px}.genre,.scroll-buttons{align-items:center;display:flex;justify-content:center}.scroll-buttons{gap:12px}.scroll-button-backward{height:28px;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:28px}.scroll-btn,.scroll-button-froward{height:28px;width:28px}.scroll-btn{cursor:pointer}.multiple-token-tag-pill{align-items:center;display:flex;flex-direction:column;font-size:10px;font-weight:400;gap:4px;z-index:0}.multiple-token-tag-pill__pill{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.3);border-radius:20px;display:flex;flex-direction:row;gap:4px;justify-content:center;min-width:60px;padding:4px 4px 1px}.category-details{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;padding-right:48px}.category-details-toolbar{display:flex;flex-direction:row;justify-content:space-between}.category-details-toolbar__leading{display:flex;flex-direction:row;gap:20px}.category-details-toolbar__ending,.category-details-toolbar__title{align-items:center;display:flex}.category-details-game-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;padding-left:48px}.read-or-hide{color:#1a90ff;cursor:pointer;font-weight:700}.shimmer-loader{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:placeholderShimmer;animation-name:placeholderShimmer;-webkit-animation-timing-function:linear;animation-timing-function:linear;background:hsla(0,0%,100%,.2);background-image:linear-gradient(90deg,transparent 0,hsla(0,0%,100%,.05) 25%,hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05) 75%,hsla(0,0%,100%,.037));background-repeat:no-repeat;display:inline-block;flex-grow:1;position:relative}@-webkit-keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.border-radius-4{border-radius:4px}.border-radius-8{border-radius:8px}.border-radius-12{border-radius:12px}.view-detail-button{height:54px;width:180px}.game-icon{height:48px;width:48px}.game-title{height:24px;width:146px}.heading{flex-grow:0;height:28px;width:200px}.token{border-radius:12px;height:24px;width:24px}.game-tile{height:146px;width:250px}.landing-shimmer-loader__wrapper{display:flex;flex-direction:column;gap:28px;padding-left:48px;padding-right:48px}.landing-shimmer-loader__featured{display:flex;flex-direction:row;gap:8px}.landing-shimmer-loader__banner{flex-grow:1;position:relative}.landing-shimmer-loader__banner__button{background:hsla(0,0%,100%,.2);bottom:24px;display:flex;position:absolute;right:24px}.landing-shimmer-loader__game-tile-list{display:flex;flex-direction:column;gap:8px}.landing-shimmer-loader__game-tile{display:flex;flex-direction:row;gap:16px;padding:16px}.landing-shimmer-loader__list-section{display:flex;flex-direction:column;gap:28px}.landing-shimmer-loader__game-list-grid{display:flex;gap:20px}.detail-page-shimmer{display:flex;flex-direction:column;gap:40px;padding-left:48px;padding-right:48px}.detail-page-shimmer__game-info{display:flex;flex-direction:row;justify-content:space-between}.left-side{gap:10px}.left-side,.right-side{display:flex;flex-direction:column}.right-side{gap:24px;margin-top:160px}.game-logo{height:100px;margin-top:100px;width:150px}.game-info{height:50px;width:300px}.game-description{height:64px;width:400px}.monetary-stats{height:90px;width:350px}.play-now{height:54px;width:350px}.genre-shimmer-loader__wrapper{display:flex;flex-direction:column;gap:20px;padding-left:48px;padding-right:48px}.genre-shimmer-loader__toolbar{display:flex;justify-content:space-between}.genre-gamelist-grid{display:flex;flex-wrap:wrap;gap:20px}.something-went-wrong{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-items:center;padding:48px}.something-went-wrong__error-board{background-color:#eb553e;border-radius:50%;height:105px;margin-bottom:36px;position:relative;width:105px}.something-went-wrong__error-sign{font-size:50px;position:absolute;right:46%;top:25%}.something-went-wrong__title{font-size:24px;font-weight:500;margin-bottom:8px}.something-went-wrong__try-again{font-size:16px;font-weight:400;margin-bottom:24px}.something-went-wrong__refresh-button{align-items:center;background-color:#1a9fff;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;width:200px}.something-went-wrong__refresh-button:hover{background-color:#36a9fb}.button-title{font-size:20px;font-weight:500}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Rubik,sans-serif;margin:0}::-webkit-scrollbar{height:0;width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}a:link{text-decoration:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.flex{display:flex}.flex,.space-between{justify-content:space-between}.overlay{background:linear-gradient(114.89deg,rgba(31,35,51,.9) 43%,rgba(31,35,51,.9));height:-webkit-fill-available;position:fixed;width:100%;z-index:2}#detail-page,#listing-page,.category-details{padding-bottom:48px;padding-top:48px}.cursor-pointer{cursor:pointer}.invisible{cursor:default;opacity:0}.section{margin-top:40px}.section-no-right-padding{margin-right:0}.section__top{display:flex;justify-content:space-between;margin-bottom:12px;margin-inline:48px}.section__top__view-all-btn{align-items:center;background:#1a9fff;border-radius:4px;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;line-height:17px;width:84px}.btn--disabled{cursor:default}.section__top__view-all-btn:hover{background:#38acff}.section__top__title{font-size:20px;font-style:normal;font-weight:500;line-height:140%}.section__game-list{display:flex;gap:24px;overflow-y:hidden;padding-inline:48px}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;left:0;opacity:0;padding:8px 16px;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;width:-webkit-max-content;width:max-content;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{background:inherit;height:8px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:8px}.styles-module_no-arrow__KcFZN{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}.popup-overlay{align-items:center;background:transparent;bottom:50px;display:flex;height:100vh;height:40rem;justify-content:center;left:50px;margin:auto;max-width:54.6vw;min-height:400px;min-width:700px;position:fixed;right:50px;top:50px;z-index:7}.popup-overlay .popup{align-self:center;background:linear-gradient(141.64deg,#224468 22.15%,#a94b6a 98.27%);border-radius:12px;max-height:80vh;padding:2rem;position:relative}.popup-overlay .popup .close-icon{cursor:pointer;height:1.5rem;position:absolute;right:2rem;top:2rem;width:1.5rem}.popup-overlay .popup .content{margin-top:.5rem}.read-more-popup .header{display:flex}.read-more-popup .header img{border-radius:12px;height:72px;width:72px}.read-more-popup .header .game-props{margin:auto 0;padding-left:24px}.read-more-popup .header .game-props .game-name{font-size:20px;font-weight:500;line-height:28px}.read-more-popup .header .game-props .game-tags{display:flex;flex-wrap:wrap}.read-more-popup .header .game-props .game-tags .tag{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.3);border-radius:20px;color:#fff;font-size:10px;font-weight:400;margin-right:12px;margin-top:12px;padding:4px 8px;text-transform:uppercase}.read-more-popup .description{font-size:14px;font-weight:400;line-height:21px;padding-top:12px}.animate{-webkit-animation:leftright 3s ease-in-out infinite alternate;animation:leftright 3s ease-in-out infinite alternate;position:relative}@-webkit-keyframes leftright{0%,20%{left:0;-webkit-transform:translateX(0);transform:translateX(0)}80%,to{left:0;-webkit-transform:translateX(calc(-100% + 130px));transform:translateX(calc(-100% + 130px))}}@keyframes leftright{0%,20%{left:0;-webkit-transform:translateX(0);transform:translateX(0)}80%,to{left:0;-webkit-transform:translateX(calc(-100% + 130px));transform:translateX(calc(-100% + 130px))}}.getting-started-with-web3{background:linear-gradient(135.29deg,#224468 32.9%,#a94b6a 91.58%);border-radius:12px;padding:1px}.getting-started-with-web3 .web3-card-contents{align-items:flex-start;background:#1b1e38;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:6px;height:90px;isolation:isolate;justify-content:center;overflow:hidden;padding:0 100px 0 20px;position:relative}.getting-started-with-web3 .web3-card-contents .web3-card-overlay{background:url(/static/media/ic_fighting_game.e78fb4726a2f798c314f.png);background-position:6px 10px;background-repeat:no-repeat;bottom:0;-webkit-filter:drop-shadow(0 4.8px 19.2px #aa391f);filter:drop-shadow(0 4.8px 19.2px #AA391F);height:100px;position:absolute;right:0;width:100px}.getting-started-with-web3 .web3-card-contents .web3-card-header{align-items:flex-start;display:flex;flex-direction:row;gap:8px;height:24px;padding:0;width:203px}.getting-started-with-web3 .web3-card-contents .web3-card-header .web3-card-icon{height:24px;width:24px}.getting-started-with-web3 .web3-card-contents .web3-card-header .web3-card-title{align-items:center;color:#fff;display:flex;font-size:16px;font-style:normal;font-weight:500;height:22px;line-height:140%}.getting-started-with-web3 .web3-card-contents .web3-card-summary{color:#b6b8cd;flex:none;font-size:11px;font-style:normal;font-weight:500;line-height:13px;z-index:2}.description-widget{align-items:center;display:flex;flex-direction:row;gap:8px;min-width:0;padding:0;width:-webkit-min-content;width:min-content}.description-widget img{height:40px;width:40px}.description-widget .details{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:center;overflow:hidden;padding-right:8px}.description-widget .details .title{color:#fff;display:flex;font-size:20px;font-style:normal;font-weight:500;line-height:140%;overflow:hidden;position:relative;white-space:nowrap;width:-webkit-min-content;width:min-content}.description-widget .details .sub-title{color:#b6b8cd;font-size:12px;font-weight:500;line-height:14px;order:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ripples{height:80px;position:absolute;top:12px;width:80px}.ripples>div{-webkit-animation:growAndFade 1s ease-out infinite;animation:growAndFade 1s ease-out infinite;background-color:#ffd500;border-radius:50%;height:100%;opacity:0;position:absolute;width:100%}.ripples .ripple1{-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes growAndFade{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes growAndFade{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}
/*# sourceMappingURL=main.9f77214d.css.map*/