@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Spectral:wght@400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;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}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;user-select:none}.selectable,a{-webkit-user-select:text;user-select:text}html{scroll-behavior:smooth}body,html{height:100%}.App{color:#000;min-height:100vh;overflow-x:hidden}.App,.App-header{background-color:#000}.App-header{padding:20px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 20px}.logo{height:35px;width:auto}.nav-links{align-items:center;display:flex;list-style:none}.nav-links li{color:#ffffff7e;margin-left:40px;position:relative}.nav-links a{color:#fff;font-family:Spectral,serif;font-size:18.5px;font-weight:400;line-height:100%;text-decoration:none;transition:color .3s ease}.dropdown-menu{background-color:#000;color:#ffffff7e;font-family:Space Grotesk,sans-serif;left:0;min-width:100px;padding:15px 0;position:absolute;top:100%;z-index:1001}.dropdown-menu a{color:#ffffff7e;display:block;font-family:Spectral,sans-serif;font-size:18.5px;padding:10px 0}.dropdown-menu a:last-child{border-bottom:none}.content{background-size:contain}.main-section{width:100%}.main-background{margin-bottom:-35px;padding:40px 0 0;text-align:center;width:100%}.portfolio-image{width:100%}.gallery-section{margin-top:60px}.gallery-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.gallery-item{text-align:left}.gallery-image,.gallery-item img{cursor:pointer;display:block;height:auto;transition:transform .3s ease;width:100%}.gallery-image:hover{transform:scale(1.02)}.gallery-item-double{display:flex;flex-direction:column;gap:15px}.double-image-container{display:flex;flex-direction:column;width:100%}.double-image-container img{display:block;height:auto;object-fit:cover;width:100%}.double-image-container .project-title{margin-bottom:10px;margin-top:30px}.double-image-container .project-description{margin-bottom:22px}.mohave-container-first{margin-bottom:-15px}.mohave-title-first{margin-bottom:10px;margin-top:45px}.mohave-description-first{margin-bottom:39px}.project-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:20.5px;font-weight:500;line-height:100%;margin-bottom:10px;margin-top:31px}.project-description{color:#fff;font-family:Spectral,serif;font-size:15.5px;font-weight:400;line-height:100%}.mohave-title-second{margin-bottom:10px;margin-top:35px}.mohave-description-second{margin-bottom:0}.lightbox-overlay{align-items:center;background-color:#000000e6;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.lightbox-content{cursor:default;max-height:90%;max-width:90%;position:relative}.lightbox-image{border-radius:10px;height:100%;max-height:90vh;max-width:90vw;object-fit:contain;width:100%}.lightbox-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:30px;height:40px;justify-content:center;position:absolute;right:-40px;top:-40px;transition:background-color .3s ease;width:40px}.lightbox-close:hover{background:#fff6}.about-section{margin-top:100px}.about-content{align-items:flex-start;display:flex;gap:40px}.about-left{display:flex;flex:1 1;flex-direction:column}.about-image{margin-bottom:40px;margin-top:12px;width:100px}.about-text{margin-left:197px;margin-top:200px;max-width:450px;order:1;position:absolute;text-align:left}.about-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:500;line-height:100%;margin-bottom:20px}.about-description{color:#fff;font-family:Spectral,serif;font-size:19.5px;font-weight:400;line-height:1.3}.about-right{flex:1 1;order:2;position:relative}.game-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.score{color:#a4a4a4;font-family:Space Grotesk,sans-serif;font-size:18px;font-weight:300}.new-game-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.new-game-btn img{display:block;height:auto;width:25px}.game-2048{margin-bottom:40px;position:relative}.game-background{height:auto;width:100%}.press-to-play{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);left:50%;position:absolute;top:40%;transform:translate(-50%,-50%);width:100%;z-index:5}.press-to-play img{height:auto;width:100%}.game-grid{grid-gap:8px;bottom:40px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);left:40px;position:absolute;right:40px;top:40px}.game-cell{align-items:center;border-radius:4px;display:flex;justify-content:center;overflow:hidden;position:relative;transition:all .2s ease-out}.tile-image{height:90%;object-fit:contain;opacity:1;transition:transform .2s ease-out;width:90%}.animate-new{animation:tileAppear .6s ease-out}.animate-merge{animation:tileMerge .4s ease-out}@keyframes tileAppear{0%{transform:scale(.9)}70%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes tileMerge{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.game-cell:hover .tile-image{transform:scale(1.01)}.game-over{background-color:#000c;bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.game-over,.game-over-content{align-items:center;display:flex;justify-content:center}.game-over-content{background-color:#000000e6;flex-direction:column;gap:20px;height:300px;padding:40px;text-align:center;width:100%}.game-over-text{color:#e5e5e5;font-size:55px;font-weight:500;margin-bottom:0}.game-over-score,.game-over-text{font-family:Space Grotesk,sans-serif;line-height:100%}.game-over-score{color:#a4a4a4;font-size:20px;font-weight:300;margin-bottom:20px}.restart-btn{align-items:center;background-color:#e5e5e5;border:2px solid #a4a4a4;border-radius:6px;cursor:pointer;display:flex;font-size:18px;gap:8px;padding:12px 24px;transition:all .3s ease}.restart-btn,.restart-icon{color:#111011;font-family:Space Grotesk,sans-serif;font-weight:500}.restart-icon{font-size:22px;line-height:100%;transform:rotate(135deg)}.game-instructions{bottom:15px;color:#fff;font-family:Lato,sans-serif;font-size:12px;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.contact-section{background-color:#000;margin-bottom:60px;margin-bottom:0;margin-left:calc(-50vw + 50%);margin-top:100px;margin-top:0;padding:0;width:100vw}.contact-content{align-items:flex-start;display:flex;gap:40px;margin:0 auto;max-width:1400px;padding:0}.contact-left{flex:1 1}.contact-background,.contact-left{position:relative}.contact-background img{height:auto;visibility:hidden;width:100%}.contact-info{display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:59px 0 0;position:absolute;top:0;width:100%}.contact-text-1{color:#fff;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:400;line-height:100%;margin-bottom:30px;text-align:left;width:70%}.contact-buttons{display:flex;gap:20px;margin-bottom:auto}.contact-btn{background-color:#cecece;border:2px solid #616161;border-radius:12px;color:#030104;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:500;height:50px;line-height:100%;padding:0 20px;transition:all .3s ease;white-space:nowrap}.contact-btn:hover{background-color:#b8b8b8;border-color:#b8b8b8}.contact-footer-text{color:#ffffff47;font-family:Spectral,serif;font-size:20.5px;font-weight:400;line-height:100%;margin-top:100px;text-align:left}.contact-right{display:flex;flex:1 1;justify-content:flex-end}.contact-image{height:auto;padding-top:30px;width:50%}@media (max-width:768px){.header-content{flex-direction:column;gap:20px}.nav-links{flex-wrap:wrap;gap:20px}.nav-links li{margin-left:0}.nav-links a{font-size:12px}.about-content,.contact-content{flex-direction:column}.gallery-grid{grid-template-columns:1fr}.project-title{font-size:16px}.project-description{font-size:14px}.about-title{font-size:16px}.about-description{font-size:14px}.contact-image{width:100%}.about-text{margin-left:0;margin-top:0;max-width:100%;position:relative}.gallery-item-double{gap:10px}.double-image-container .project-title{margin-bottom:8px;margin-top:15px}.double-image-container .project-description{margin-bottom:10px}.lightbox-close{right:10px;top:10px}.game-over-content{height:auto;min-height:250px;padding:30px 20px}.game-over-text{font-size:20px}.game-over-score{font-size:14px}.contact-text-1{font-size:18px}.contact-buttons{flex-direction:column;gap:15px}.contact-btn{font-size:18px;height:45px}.contact-footer-text{font-size:16px}}.footer{background-color:#000;height:400px;margin-top:0}.footer .content{margin:0 auto;max-width:1400px;padding:0 20px}.App-main{background-color:#000}.content{max-width:1400px}.content,.mapi-content1{margin:0 auto;padding:0 20px}.mapi-content1{background-color:#000;height:500px;max-width:17000px}.mapi-content{margin:0 auto;max-width:1400px;padding:0 20px}.App-main{background-attachment:fixed;background-image:url(/static/media/mapiback.24e00249cdad5c032942.png)!important;background-position:top;background-size:contain}.mapi-title-section{margin-bottom:80px;padding-top:200px;text-align:center}.mapi-main-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:170px;font-weight:700;margin:0}.mapi-video-section-fullwidth{margin-bottom:100px;margin-left:calc(-50vw + 50%);width:100vw}.mapi-video{display:block;height:auto;width:100%}.mapi-description-section{margin-bottom:200px;padding:0 50px}.mapi-description-content{align-items:flex-start;display:flex;gap:40px}.mapi-description-left{flex:1 1}.mapi-description-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:400;margin:0;opacity:56%}.mapi-description-right{flex:2 1}.mapi-description-text{color:#ededed;font-family:Spectral,serif;font-size:38px;font-weight:400;line-height:100%;margin:0 0 150px 90px}.mapi-info-grid{display:flex;gap:57px;justify-content:flex-end;margin:0}.mapi-info-column{text-align:left}.mapi-info-header{margin-bottom:0}.mapi-info-header,.mapi-info-value{color:#fff;font-family:Space Grotesk,sans-serif;font-size:33px;font-weight:400;opacity:56%}.mapi-cross-platform-section{margin-bottom:100px;text-align:center}.mapi-cross-platform-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:140px;font-weight:700;margin:0}.mapi-text-image-section{margin-bottom:100px;padding:0 50px}.mapi-text-image-content{align-items:flex-start;display:flex;gap:40px}.mapi-text-left{flex:1 1}.mapi-platform-text{color:#8f8f8f;font-family:Spectral,serif;font-size:28px;font-weight:400;line-height:100%;margin:0}.mapi-image-right{flex:2.5 1}.mapi-platforms-image{height:auto;width:100%}.mapi-features-section{margin-bottom:100px;padding:0 50px}.mapi-features-table{display:flex;flex-direction:column;gap:40px}.mapi-features-row{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 2fr 1fr 1fr 1fr}.mapi-feature-category{color:#fff;font-family:Space Grotesk,sans-serif;font-size:33px;font-weight:400;opacity:56%;text-transform:uppercase}.mapi-feature-description{color:#ededed;font-size:23px}.mapi-feature-benefit,.mapi-feature-description{font-family:Spectral,serif;font-weight:400;line-height:100%}.mapi-feature-benefit{color:#838383;font-size:40px}.mapi-feature-image{align-items:center;display:flex;justify-content:center}.mapi-feature-image img{height:auto;object-fit:contain;width:100%}.mapi-photo-down-section{margin-bottom:0;margin-left:calc(-50vw + 50%);width:100vw}.mapi-photo-down{display:block;height:auto;width:100%}.mapi-down-letters-section{margin-bottom:0;margin-top:20px;padding:0 50px;scale:1.15}.mapi-down-letters{display:block;height:auto;width:100%}@media (max-width:768px){.mapi-cross-platform-title,.mapi-main-title{font-size:80px}.mapi-description-content,.mapi-text-image-content{flex-direction:column}.mapi-description-text{font-size:24px;margin:0 0 50px}.mapi-info-grid{flex-direction:column;gap:20px}.mapi-info-header,.mapi-info-value,.mapi-platform-text{font-size:18px}.mapi-features-row{gap:20px;grid-template-columns:1fr}.mapi-feature-benefit,.mapi-feature-category,.mapi-feature-description{font-size:16px}.mapi-description-title{font-size:24px}.mapi-title-section{padding-top:100px}.mapi-description-section,.mapi-down-letters-section,.mapi-features-section,.mapi-text-image-section{padding:0 20px}}.mohave-page.App{background-color:#020100!important;min-height:100vh}.mohave-page .App-main{background-attachment:fixed;background-color:#020100!important;background-image:url(/static/media/mhv%20back.b00a2ff45d0ddcca0c9d.png)!important;background-position:top;background-size:contain}.mohave-content{margin:0 auto;max-width:1400px;padding:0 20px}.mohave-top-section{margin-bottom:100px;padding:40px 0}.mohave-top-container{display:flex;gap:0}.mohave-top-spacer{flex-shrink:0;width:100px}.mohave-top-image-container{flex:1 1}.mohave-top-image{display:block;height:auto;width:100%}.mohave-description-section{margin-bottom:200px;padding:0}.mohave-description-content{align-items:flex-start;display:flex;gap:40px}.mohave-description-left{flex:1 1}.mohave-description-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:400;margin:0;opacity:56%}.mohave-description-right{flex:2 1}.mohave-description-text{color:#ededed;font-family:Spectral,serif;font-size:38px;font-weight:400;line-height:100%;margin:0 0 150px 90px}.mohave-info-grid{display:flex;gap:57px;justify-content:flex-end;margin:0}.mohave-info-column{text-align:left}.mohave-info-header{margin-bottom:0}.mohave-info-header,.mohave-info-value{color:#fff;font-family:Space Grotesk,sans-serif;font-size:33px;font-weight:400;opacity:56%}.mohave-mobile-app-section{margin-bottom:100px;text-align:center}.mohave-mobile-app-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:140px;font-weight:700;margin:0}.mohave-system-section{margin-bottom:100px;padding:0}.mohave-system-content{align-items:flex-start;display:flex;gap:40px}.mohave-system-left{flex:1 1}.mohave-system-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:55px;font-weight:400;margin:0;opacity:65%;text-transform:uppercase}.mohave-system-right{flex:2.5 1}.mohave-system-text{color:#c4c4c4;font-family:Spectral,serif;font-size:25px;font-weight:400;line-height:100%;margin:0}.mohave-photo-section{margin:0 auto 100px;max-width:1400px;padding:0 20px}.mohave-photo{display:block;height:auto;width:100%}.mohave-architecture-section{margin-bottom:100px;padding:0}.mohave-architecture-content{align-items:flex-start;display:flex;gap:40px}.mohave-architecture-left{flex:1 1}.mohave-architecture-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:65px;font-weight:400;margin:0 0 30px;opacity:65%;text-transform:uppercase}.mohave-architecture-text{color:#c4c4c4;font-family:Spectral,serif;font-size:23px;font-weight:400;line-height:100%;margin:0}.mohave-architecture-right{flex:1 1}.mohave-architecture-image{height:auto;width:100%}.mohave-referral-section{background-color:#ffffff14;margin:0 -20px 100px;padding:60px 70px}.mohave-referral-content{margin:0 auto;max-width:1400px}.mohave-referral-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:60px}.mohave-referral-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:45px;font-weight:400;margin:0;opacity:56%;text-transform:uppercase}.mohave-referral-text{flex:1 1;margin-left:40px}.mohave-referral-text p{color:#7d7d7d;font-family:Spectral,serif;font-size:28px;font-weight:400;line-height:100%;margin:0}.mohave-gallery{overflow:hidden;width:100%}.mohave-gallery-container{position:relative}.mohave-gallery-track{display:flex;gap:20px;transition:transform .5s ease}.mohave-gallery-item{flex-basis:calc(22.22222% - 17.77778px);flex-grow:0;flex-shrink:0;text-align:center}.mohave-gallery-item img{cursor:pointer;display:block;height:auto;-webkit-user-select:none;user-select:none;width:100%}.mohave-gallery-title{color:#7d7d7d;font-family:Space Grotesk,sans-serif;font-size:27px;font-weight:400;line-height:100%;margin:15px 0 0;-webkit-user-select:none;user-select:none}.mohave-social-title-section{margin-bottom:0;padding:0 50px;text-align:right}.mohave-social-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:135px;font-weight:700;margin:0;text-transform:uppercase}.mohave-car-section{margin-bottom:0;margin-left:calc(-50vw + 50%);width:100vw}.mohave-car-image{display:block;height:auto;width:100%}.mohave-final-section{margin-bottom:60px;padding:60px 0}.mohave-final-content{display:flex;gap:40px}.mohave-final-left{flex:1 1}.mohave-final-text{color:#7d7d7d;font-family:Spectral,serif;font-size:28px;font-weight:400;line-height:100%;margin:0}.mohave-final-right{flex:1 1}@media (max-width:768px){.mohave-mobile-app-title{font-size:80px}.mohave-social-title{font-size:60px}.mohave-architecture-content,.mohave-description-content,.mohave-final-content,.mohave-system-content{flex-direction:column}.mohave-referral-header{flex-direction:column;gap:20px}.mohave-referral-text{margin-left:0}.mohave-description-text{font-size:24px;margin:0 0 50px}.mohave-info-grid{flex-direction:column;gap:20px}.mohave-info-header,.mohave-info-value{font-size:18px}.mohave-architecture-title,.mohave-system-title{font-size:32px}.mohave-architecture-text,.mohave-system-text{font-size:18px}.mohave-description-title{font-size:24px}.mohave-architecture-section,.mohave-description-section,.mohave-final-section,.mohave-social-title-section,.mohave-system-section,.mohave-top-section{padding:0 20px}.mohave-referral-section{padding:40px}.mohave-referral-title{font-size:28px}.mohave-final-text,.mohave-referral-text p{font-size:18px}.mohave-gallery-title{font-size:16px}.mohave-top-container{flex-direction:column}.mohave-top-spacer{height:50px;width:100%}.mohave-gallery-item{flex-basis:18.18182%;flex-grow:0;flex-shrink:0}.mohave-gallery-track{width:440%}}.selectable{-webkit-user-select:text;user-select:text}.yuzu-page.App{background-color:#050214!important;min-height:100vh}.yuzu-page .App-main{background-attachment:fixed;background-color:#050214!important;background-image:url(/static/media/yuzu%20back.df63b9012d166fef86bb.png)!important;background-position:top;background-size:contain}.yuzu-content{margin:0 auto;max-width:1400px;padding:0 20px}.yuzu-city-section{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:0;margin-left:calc(-50vw + 50%);position:relative;width:100vw}.yuzu-city-container{margin:0 auto;max-width:1400px;padding:40px 20px 0;text-align:right}.yuzu-city-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:172px;font-weight:700;margin:0 calc(50% - 700px) 0 0;position:relative;text-align:right;z-index:2}.yuzu-clocks-section{margin-bottom:0;margin-left:calc(-50vw + 50%);width:100vw}.yuzu-clocks{display:block;height:auto;width:100%}.yuzu-yuzu-section{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:100px;margin-left:calc(50% - 700px);position:relative;width:100vw}.yuzu-yuzu-container{margin:0 auto;max-width:1400px;padding:0 20px;text-align:left}.yuzu-yuzu-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:172px;font-weight:700;margin:0;position:relative;z-index:2}.yuzu-description-section{margin-bottom:100px;padding:0 50px}.yuzu-description-content{align-items:flex-start;display:flex;gap:40px}.yuzu-description-left{flex:1 1}.yuzu-description-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:44px;font-weight:400;margin:0;opacity:56%}.yuzu-description-right{flex:2 1}.yuzu-description-text{color:#ededed;font-family:Spectral,serif;font-size:35px;font-weight:400;line-height:1;margin:0 0 150px 90px;text-align:start;width:90%}.yuzu-highlight{color:#bfb955}.yuzu-info-grid{display:flex;gap:57px;justify-content:flex-end;margin:0}.yuzu-info-column{text-align:left}.yuzu-info-header{margin-bottom:0}.yuzu-info-header,.yuzu-info-value{color:#fff;font-family:Space Grotesk,sans-serif;font-size:33px;font-weight:400;opacity:56%}.yuzu-telegram-section{margin-bottom:100px;padding:0;text-align:center}.yuzu-telegram-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:140px;font-weight:700;margin:0}.yuzu-goals-section{margin-bottom:100px;padding:0 50px}.yuzu-goals-content{align-items:flex-start;display:flex;gap:40px}.yuzu-goals-left{flex:1 1}.yuzu-goals-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:46px;font-weight:400;margin:0 0 40px;opacity:56%}.yuzu-screen-image{height:auto;width:100%}.yuzu-goals-right{display:flex;flex:1 1;flex-direction:column;gap:67px;margin-top:75px}.yuzu-goal-item p{color:#ededed;font-family:Spectral,serif;font-size:25px;font-weight:400;line-height:100%;margin:0}.yuzu-node-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#9cd0ff0a;margin:0 -20px 100px;padding:60px 70px}.yuzu-node-content{align-items:flex-start;display:flex;gap:40px;margin:0 auto;max-width:1400px}.yuzu-node-left{flex:1 1}.yuzu-node-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:46px;font-weight:400;margin:0 0 30px;opacity:56%;text-transform:uppercase}.yuzu-node-text{color:#ededed;font-family:Spectral,serif;font-size:20px;font-weight:400;line-height:100%;margin:0 0 40px}.yuzu-node-columns{display:flex;flex-direction:row;gap:20px;margin-top:140px}.yuzu-node-column{color:#fff;font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:400;opacity:56%;text-transform:uppercase}.yuzu-node-right{flex:1 1}.yuzu-screens-image{height:auto;width:100%}.yuzu-task-section{margin-bottom:100px;padding:0}.yuzu-task-content{align-items:center;display:flex;gap:40px;justify-content:space-between}.yuzu-task-left,.yuzu-task-right{flex:1 1}.yuzu-task-image{height:440px;width:auto}.yuzu-task-center{display:flex;flex:0 1 300px;flex-direction:column;height:400px;justify-content:space-between;margin-left:40px}.yuzu-task-item{color:#fff;font-family:Space Grotesk,sans-serif;font-size:25px;font-weight:400;opacity:56%;text-align:left;text-transform:uppercase}.yuzu-clocks2-section{margin-bottom:100px;margin-left:calc(-50vw + 50%);width:100vw}.yuzu-clocks2{display:block;height:auto;width:100%}.yuzu-referral-section{margin-bottom:100px;padding:0 50px}.yuzu-referral-content{align-items:flex-start;display:flex;gap:40px}.yuzu-referral-left{flex:0.9 1}.yuzu-referral-features{display:flex;flex-direction:column;gap:100px}.yuzu-referral-feature{color:#fff;font-family:Space Grotesk,sans-serif;font-size:23px;font-weight:400;opacity:56%;text-transform:uppercase}.yuzu-referral-center{flex:1.3 1;text-align:center}.yuzu-center-screen{height:auto;width:100%}.yuzu-referral-right{flex:1.3 1;margin-left:20px}.yuzu-referral-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:46px;font-weight:400;margin:0 0 30px;opacity:56%;text-transform:uppercase;width:100%}.yuzu-referral-text{color:#ededed;font-family:Spectral,serif;font-size:22.5px;font-weight:400;line-height:100%;margin:0 0 20px}.yuzu-referrals-section{margin-bottom:150px;margin-left:calc(-50vw + 50%);width:100vw}.yuzu-referrals{display:block;height:auto;width:100%}.yuzu-social-section{margin-bottom:100px;padding:50px 0 0}.yuzu-social-content,.yuzu-social-left{width:100%}.yuzu-social-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:115px;font-weight:600;margin:0 0 100px;text-align:right;text-transform:uppercase}.yuzu-social-text{color:#ededed;font-family:Spectral,serif;font-size:20.5px;font-weight:400;line-height:150%;margin:0 0 30px 700px;width:47%}.yuzu-social-features{display:flex;gap:70px;margin:250px 0 30px 700px;width:48%}.yuzu-social-feature{color:#fff;flex:1 1;font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:400;margin-bottom:20px;opacity:56%;text-transform:uppercase}.yuzu-social-images{display:flex;gap:30px;margin-top:-820px}.yuzu-x-image{height:auto;width:270px}.yuzu-share-image{height:470px;margin-top:315px;width:auto}.yuzu-preapp-section{margin-bottom:100px;padding:0 50px}.yuzu-preapp-content{width:100%}.yuzu-preapp-title{color:#bcbcbc;font-family:Space Grotesk,sans-serif;font-size:115px;font-weight:600;margin:0 0 40px;text-align:left;text-transform:uppercase}.yuzu-preapp-main{align-items:flex-start;display:flex;gap:40px}.yuzu-preapp-left{display:flex;flex:1 1;gap:30px}.yuzu-daily-image{height:auto;width:47%}.yuzu-lottery-container{margin-top:200px;width:34%}.yuzu-adapted-text{color:#fff;font-family:Space Grotesk,sans-serif;font-size:21.5px;font-weight:400;margin:0 0 15px;opacity:56%;text-transform:uppercase}.yuzu-lottery-image{height:auto;width:100%}.yuzu-preapp-right{flex:0.28 1}.yuzu-preapp-story-title{color:#fff;font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:400;margin:0 0 50px;opacity:56%;text-transform:uppercase}.yuzu-preapp-story-text{color:#ededed;font-family:Spectral,serif;font-size:17.5px;font-weight:400;line-height:100%;margin:0 0 15px}.yuzu-data-integration{color:#fff;font-family:Space Grotesk,sans-serif;font-size:21px;font-weight:400;margin:330px 0 0;opacity:56%;text-align:right;text-transform:uppercase}.yuzu-banner-section{margin-bottom:0;margin-left:calc(-50vw + 50%);width:100vw}.yuzu-banner{display:block;height:auto;width:100%}@media (max-width:768px){.yuzu-city-title,.yuzu-yuzu-title{font-size:80px}.yuzu-preapp-title,.yuzu-social-title,.yuzu-telegram-title{font-size:60px}.yuzu-description-content,.yuzu-goals-content,.yuzu-node-content,.yuzu-preapp-main,.yuzu-referral-content,.yuzu-task-content{flex-direction:column}.yuzu-task-center{flex:1 1;gap:20px;height:auto}.yuzu-description-text{font-size:24px;margin:0 0 50px}.yuzu-info-grid{flex-direction:column;gap:20px}.yuzu-info-header,.yuzu-info-value{font-size:18px}.yuzu-goals-title,.yuzu-node-title,.yuzu-referral-title{font-size:28px}.yuzu-description-title{font-size:24px}.yuzu-city-container,.yuzu-yuzu-container{padding:40px 20px 0}.yuzu-description-section,.yuzu-goals-section,.yuzu-preapp-section,.yuzu-referral-section,.yuzu-social-section,.yuzu-task-section,.yuzu-telegram-section{padding:0 20px}.yuzu-node-section{padding:40px}.yuzu-goal-item p{font-size:18px}.yuzu-node-text,.yuzu-referral-text,.yuzu-social-text{font-size:16px}.yuzu-task-item{font-size:18px}.yuzu-referral-feature{font-size:16px}.yuzu-preapp-left{flex-direction:column}.yuzu-daily-image,.yuzu-lottery-container{width:100%}.yuzu-social-images{flex-direction:column;gap:20px}.yuzu-share-image,.yuzu-x-image{width:100%}}
/*# sourceMappingURL=main.f14ad5be.css.map*/