.hero{margin-top:9rem;color:var(--text);background-image:url(/_next/static/media/herobg.3a58c081.webp);background-repeat:no-repeat;background-size:140%;background-position:50%}.hero .left{display:flex;max-width:850px;flex-direction:column;gap:2rem;margin:0 auto;justify-content:center;align-items:center;min-height:50vh}.hero .left h1{font-family:Regular;font-size:3rem;text-align:left;text-align:center;font-weight:400}.hero .left button{background-color:var(--yellow);color:var(--bg);width:max-content;padding:1rem 4rem;border:none;font-family:Medium;font-size:1rem;cursor:pointer;-webkit-clip-path:polygon(100% 0,100% 80%,95% 100%,0 100%,0 20%,5% 0);clip-path:polygon(100% 0,100% 80%,95% 100%,0 100%,0 20%,5% 0);transition:.3s;border-radius:.1rem;position:relative;z-index:1}.hero .left button:hover{-webkit-clip-path:polygon(100% 0,100% 100%,100% 100%,0 100%,0 0,0 0);clip-path:polygon(100% 0,100% 100%,100% 100%,0 100%,0 0,0 0)}.about{display:flex;flex-direction:column;gap:2rem}.about .header{display:flex;flex-direction:row;align-items:center;gap:.2rem;justify-content:space-between}.about .header h3{color:var(--stext)}.about .header h1,.about .header h3{font-size:2rem;font-weight:400}.about .boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1rem;gap:1rem}.boxes .box{background-color:var(--box);-webkit-clip-path:polygon(5% 0,0 5%,0 95%,5% 100%,95% 100%,100% 95%,100% 5%,95% 0);clip-path:polygon(5% 0,0 5%,0 95%,5% 100%,95% 100%,100% 95%,100% 5%,95% 0);padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;width:100%}.boxes .box img{width:100%}.boxes .box h3{font-weight:400;font-size:1.4rem}.boxes .box p{font-size:1rem;color:var(--stext)}.embla{margin:auto;--slide-height:19rem;--slide-spacing:1rem;--slide-size:100%;--slide-spacing-sm:1.6rem;--slide-size-sm:50%;--slide-spacing-lg:1rem;--slide-size-lg:calc(100% / 3);padding-top:2rem;padding-bottom:2rem}.embla__viewport{overflow:hidden}.embla__container{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1)}@media (min-width:750px){.embla__container{margin-left:calc(var(--slide-spacing-sm) * -1)}}@media (min-width:1200px){.embla__container{margin-left:calc(var(--slide-spacing-lg) * -1)}}.embla__slide{min-width:0;flex:0 0 var(--slide-size);padding-left:var(--slide-spacing);position:relative}.slide-wrap{position:relative;inset:0;background-color:var(--gray);padding:1px}.slide-content,.slide-wrap{-webkit-clip-path:polygon(100% 0,100% 90%,95% 100%,0 100%,0 10%,5% 0);clip-path:polygon(100% 0,100% 90%,95% 100%,0 100%,0 10%,5% 0)}.slide-content{background:var(--bg);z-index:0;border-radius:.1rem;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;min-height:15rem}.slide-content h2{font-size:1.4rem;font-weight:400;color:var(--text);text-transform:uppercase}.slide-content p{font-size:1rem;font-weight:400;color:var(--stext)}@media (min-width:750px){.embla__slide{flex:0 0 var(--slide-size-sm);padding-left:var(--slide-spacing-sm)}}@media (min-width:1200px){.embla__slide{flex:0 0 var(--slide-size-lg);padding-left:var(--slide-spacing-lg)}}.embla__controls{display:grid;grid-template-columns:auto 1fr;justify-content:space-between;grid-gap:1.2rem;gap:1.2rem;margin-top:.8rem}.embla__buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.6rem;gap:.6rem;align-items:center}.embla__button{-webkit-tap-highlight-color:rgba(var(--text),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:2.4rem;height:2.4rem;z-index:1;border:1px solid var(--gray);color:var(--text);display:flex;align-items:center;justify-content:center;transition:.2s}.embla__button:disabled{color:var(--gray)}.embla__button:hover{color:var(--yellow)}.embla__button:hover:disabled{color:var(--gray);cursor:not-allowed}.embla__button__svg{width:35%;height:35%}.embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-right:calc((2.6rem - 1.4rem) / 2 * -1)}.embla__dot{-webkit-tap-highlight-color:rgba(var(--yellow),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:1.6rem;height:1.6rem;justify-content:center;border-radius:50%}.embla__dot,.embla__dot:after{display:flex;align-items:center}.embla__dot:after{box-shadow:inset 0 0 0 .2rem var(--gray);width:.4rem;height:.4rem;content:""}.embla__dot--selected:after{box-shadow:inset 0 0 0 .2rem var(--yellow)}.roadmap{display:flex;flex-direction:column;gap:2rem;margin-bottom:0;padding-bottom:0}.roadmap .header{display:flex;flex-direction:row;align-items:center;gap:.2rem;justify-content:space-between}.roadmap .header h3{color:var(--stext)}.roadmap .header h1,.roadmap .header h3{font-size:2rem;font-weight:400}.token{display:flex;flex-direction:column;gap:2rem}.token .header{display:flex;flex-direction:row;align-items:center;gap:.2rem;justify-content:space-between}.token .header h3{color:var(--stext)}.token .header h1,.token .header h3{font-size:2rem;font-weight:400}.token .info{display:flex;flex:row 1;justify-content:space-between;gap:2rem}.token .token-boxes{width:70%;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1rem;gap:1rem}.token .info img{width:28%}.token-wrap{position:relative;background-color:var(--gray);padding:1px}.token-content,.token-wrap{-webkit-clip-path:polygon(0 0,100% 0,100% 86%,95% 93%,68% 93%,63% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 86%,95% 93%,68% 93%,63% 100%,0 100%)}.token-content{background:var(--bg);z-index:0;border-radius:.1rem;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;min-height:10.5rem}.token-content h2{font-size:1.4rem;font-weight:400}.token-content p{font-size:1rem;font-weight:400;color:var(--stext)}.powered{display:flex;flex-direction:column;gap:2rem;margin-top:0;padding-top:2rem}.powered .header{display:flex;flex-direction:row;align-items:center;gap:.2rem;justify-content:space-between}.powered .header h3{color:var(--stext)}.powered .header h1,.powered .header h3{font-size:2rem;font-weight:400}.powered .icons-wrap{position:relative;background-color:var(--gray);padding:1px}.powered .icons-content,.powered .icons-wrap{-webkit-clip-path:polygon(0 0,40% 0,42% 5%,58% 5%,60% 0,100% 0,100% 100%,60% 100%,58% 95%,42% 95%,40% 100%,0 100%);clip-path:polygon(0 0,40% 0,42% 5%,58% 5%,60% 0,100% 0,100% 100%,60% 100%,58% 95%,42% 95%,40% 100%,0 100%)}.powered .icons-content{background-color:var(--bg);z-index:0;border-radius:.1rem;padding:0 1rem;display:flex;justify-content:center;align-items:center}.powered .icons-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1rem;gap:1rem}.powered .icons-content img{max-width:450px;width:80%;opacity:.6;transition:.3s}.footer{text-align:center;color:var(--stext);padding-bottom:2rem}@media (max-width:600px){.about .header{flex-direction:column;text-align:left;justify-content:left;align-items:flex-start}.about .header h3{font-size:1.2rem}.about .header h1{font-size:1.3rem;margin-top:.5rem}.boxes .box h3{font-size:1.3rem}.roadmap .header{flex-direction:column;text-align:left;justify-content:left;align-items:flex-start}.roadmap .header h3{font-size:1.2rem}.roadmap .header h1{font-size:1.3rem;margin-top:.5rem}.slide-content h2{font-size:1.3rem}.token .header{flex-direction:column;text-align:left;justify-content:left;align-items:flex-start}.token .header h3{font-size:1.2rem}.token .header h1{font-size:1.3rem;margin-top:.5rem}.powered .header h3{font-size:1.2rem}.token .info{flex-direction:column;justify-content:center;align-items:center}.token .info img{display:none}.token .info .token-boxes{width:100%}}.about .box h3{text-transform:uppercase}