.hero-section{flex:1 1;position:relative;background:#141414;border-radius:64px;overflow:hidden;display:flex;gap:32px;padding:64px;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:85vh;margin-top:10px;z-index:2}@media(max-width:768px){.hero-section{padding:24px}}@media(max-width:1340px){.hero-section{width:100%}}.hero-section .background-video{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero-section .background-video video{position:absolute;width:100%;height:100%;object-fit:cover}.hero-section .background-video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,hsla(0,0%,4%,0),#131313);pointer-events:none}.hero-section.login{height:auto;flex:1 1;align-self:stretch;justify-content:flex-start}.hero-section.login .background-video:after{background:linear-gradient(0deg,hsla(0,0%,4%,0),#131313)}.hero-section.login .hero-prototype{left:16%}.hero-section.login .logo-auth{z-index:2;width:242px;filter:brightness(0) invert(1)}.hero-section .hero-text{z-index:5;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:852px;color:#fff;font-size:64px;font-weight:500;line-height:64px;word-break:break-word;overflow-wrap:break-word}@media(max-width:768px){.hero-section .hero-text{font-size:30px;line-height:30px}}.hero-section .buy-button{width:420px;padding:6px;background:#fff;border-radius:64px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);display:flex;justify-content:flex-start;align-items:center;gap:6px;cursor:pointer;transition:all .3s ease}@media(max-width:768px){.hero-section .buy-button{width:auto}}.hero-section .buy-button:hover{transform:translateY(-2px)}.hero-section .buy-button:active{transform:translateY(0)}.hero-section .buy-button .buy-text{flex:1 1;height:84px;padding:0 32px;background:#fff;border-radius:64px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px}.hero-section .buy-button .buy-text .buy-title{color:#000;font-size:18px;font-weight:500;line-height:13px;word-wrap:break-word}@media(max-width:768px){.hero-section .buy-button .buy-text .buy-title{line-height:15px;font-size:16px}}.hero-section .buy-button .buy-text .buy-subtitle{color:rgba(0,0,0,.6);font-size:16px;font-weight:500;line-height:12px;word-wrap:break-word}@media(max-width:768px){.hero-section .buy-button .buy-text .buy-subtitle{line-height:14px;font-size:14px}}.hero-section .buy-button .buy-icon{width:84px;height:84px;padding:0 30px;background:linear-gradient(0deg,#8A00FC,#8A00FC),radial-gradient(ellipse 180.37% 462.43% at 108.41% -1.28%,#D730A2 10%,#FD291C 47%,#FCA13D 70%);border-radius:60px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;display:flex;justify-content:center;align-items:center;gap:12px}.hero-section .buy-button .buy-icon i{font-size:32px;color:#fff}.hero-section .hero-character{width:88vh;left:50%;bottom:0;z-index:1}.hero-section .hero-accessories,.hero-section .hero-character{position:absolute;height:auto;transform:translateX(-50%);transform-origin:center;transition:all .6s cubic-bezier(.4,0,.2,1)}.hero-section .hero-accessories{width:65vh;left:70%;top:16%;z-index:2}.hero-section .hero-prototype{position:absolute;width:26vh;height:auto;left:33%;transform:translateX(-50%);top:32%;z-index:3;transform-origin:center;transition:all .6s cubic-bezier(.4,0,.2,1)}.hero-section .hero-content{z-index:5;gap:32px;width:100%;display:flex;flex-direction:column;transition:all .6s cubic-bezier(.4,0,.2,1);opacity:1;transform:translateY(0)}.hero-section .hero-content.hidden{opacity:0;transform:translateY(20px);pointer-events:none}@media(max-width:768px){.hero-section{min-height:76vh}}