.navbar[data-v-1e180b0d]{position:fixed;top:0;left:0;width:100%;height:15vh;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;z-index:999}.navbar .logo img[data-v-1e180b0d]{height:50px;max-height:50px;cursor:pointer}.navbar .nav-container[data-v-1e180b0d]{display:flex;align-items:center;gap:2rem;transition:opacity .3s ease}.navbar .nav-container.hidden[data-v-1e180b0d]{display:none}.navbar .nav-container.show-menu[data-v-1e180b0d]{display:flex;flex-direction:column;position:absolute;top:100%;right:0;background-color:#0b0c10;width:100%;padding:1rem;z-index:10}.navbar .menu-btn[data-v-1e180b0d]{z-index:1000;width:40px;height:40px;position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease-in-out}.navbar .menu-btn[data-v-1e180b0d]:hover{transform:scale(.9)}.navbar .menu-btn__burger[data-v-1e180b0d]{width:20px;height:3px;background:#fff;border-radius:5px;transition:all .2s ease-in-out}.navbar .menu-btn__burger[data-v-1e180b0d]:before,.navbar .menu-btn__burger[data-v-1e180b0d]:after{content:"";position:absolute;width:25px;height:3px;background:#fff;border-radius:5px;transition:all .2s ease-in-out}.navbar .menu-btn__burger[data-v-1e180b0d]:before{transform:translateY(-8px)}.navbar .menu-btn__burger[data-v-1e180b0d]:after{transform:translateY(8px)}.navbar .menu-btn.open .menu-btn__burger[data-v-1e180b0d]{transform:translate(-30px);background:transparent}.navbar .menu-btn.open .menu-btn__burger[data-v-1e180b0d]:before{transform:rotate(45deg) translate(18px,-18px)}.navbar .menu-btn.open .menu-btn__burger[data-v-1e180b0d]:after{transform:rotate(-45deg) translate(18px,18px)}.navbar .nav-links ul[data-v-1e180b0d]{padding:0;margin:0;display:flex;list-style:none;gap:2rem}.navbar .nav-links ul li[data-v-1e180b0d]{font-size:2.5rem;font-weight:500;text-align:left;margin:1rem 0;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.navbar .nav-links ul li .external-icon[data-v-1e180b0d]{font-size:1rem;margin-left:.5rem;position:absolute;right:-15px;top:-5px}.navbar .nav-links ul li .soon-text[data-v-1e180b0d]{position:absolute;top:20px;font-size:1rem;color:#666;margin-left:.5rem}.navbar .nav-links ul li .coming-soon[data-v-1e180b0d]{color:#666;cursor:not-allowed}.navbar .nav-links ul li .coming-soon a[data-v-1e180b0d]{pointer-events:none}.navbar .nav-links ul li a[data-v-1e180b0d]{font-weight:900;font-size:1.5rem;line-height:1.5rem;text-decoration:none;color:inherit;transition:.6s}.navbar .nav-links ul li a[data-v-1e180b0d]:hover{color:#f8e2a9}.navbar .nav-links ul li .underline[data-v-1e180b0d]{position:absolute;bottom:-2px;left:-5%;height:2px;width:110%;background-color:#fff;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease}.navbar .nav-links ul li.active .underline[data-v-1e180b0d],.navbar .nav-links ul li:hover .underline[data-v-1e180b0d]{transform:scaleX(1);transform-origin:bottom left}.navbar .extra-links[data-v-1e180b0d]{margin-top:3rem}.navbar .extra-links .contact[data-v-1e180b0d]{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:1rem;position:relative;cursor:pointer;width:max-content;transition:.6s}.navbar .extra-links .contact[data-v-1e180b0d]:hover{color:#f8e2a9}.navbar .extra-links .contact .underline[data-v-1e180b0d]{position:absolute;bottom:5px;left:0;height:2px;width:100%;background-color:#fff;transform:translate(-50%) scaleX(0);transform-origin:center;transition:transform .3s ease}.navbar .extra-links .contact:hover .underline[data-v-1e180b0d]{transform:translate(0) scaleX(1)}.side-overlay[data-v-1e180b0d]{position:fixed;top:0;right:0;width:400px;height:100vh;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:999;transform:translate(100%);transition:transform .4s ease}.side-overlay.show[data-v-1e180b0d]{transform:translate(0)}.side-nav[data-v-1e180b0d]{width:100%;padding:8rem 2rem 2rem;max-height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:none}.side-nav .nav-ul[data-v-1e180b0d]{font-size:3.5rem;font-weight:900}.side-nav .nav-ul .underline[data-v-1e180b0d]{bottom:10px}.side-nav .contact-ul[data-v-1e180b0d]{font-size:1.25rem;font-weight:900}.side-nav .contact-ul .underline[data-v-1e180b0d]{bottom:0}.side-nav ul[data-v-1e180b0d]{list-style:none;padding:0}.side-nav ul li[data-v-1e180b0d]{margin:.5rem 0;position:relative;cursor:pointer;width:max-content;transition:.6s}.side-nav ul li[data-v-1e180b0d]:hover{color:#f8e2a9}.side-nav ul li .underline[data-v-1e180b0d]{position:absolute;left:0;height:2px;width:100%;background-color:#fff;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.side-nav ul li:hover .underline[data-v-1e180b0d]{transform:scaleX(1)}.side-nav ul li .external-icon[data-v-1e180b0d]{font-size:1rem}.side-nav ul li .soon-text[data-v-1e180b0d]{position:absolute;top:20px;font-size:1rem;color:#666;margin-left:.5rem}.side-nav ul li.coming-soon[data-v-1e180b0d]{color:#666}.social-icons a[data-v-1e180b0d]{color:#fff;margin-right:1rem;transition:.6s}.social-icons a[data-v-1e180b0d]:hover{transform:scale(1.5);opacity:1;color:#f8e2a9}@media (max-width: 768px){.logo img[data-v-1e180b0d]{height:50px}.nav-container[data-v-1e180b0d]{display:none!important}.nav-container.show-menu[data-v-1e180b0d]{display:flex}.nav-links ul[data-v-1e180b0d]{flex-direction:column;align-items:flex-start;width:100%}.side-overlay[data-v-1e180b0d]{width:100vw}}@media (max-width: 480px){.logo img[data-v-1e180b0d]{height:40px}}.social-icons[data-v-b64a9666]{z-index:100;position:fixed;left:10px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:20px;border-radius:25px;padding:10px;background-color:#000000b3}.social-icons a[data-v-b64a9666]{display:flex;align-items:center;justify-content:center;transition:transform .3s ease,opacity .3s ease}.social-icons img[data-v-b64a9666]{width:40px;height:40px;object-fit:contain}.social-icons a[data-v-b64a9666]:hover{transform:scale(1.5);opacity:1;color:#f8e2a9}.whitepaper-card[data-v-434a569d]{z-index:100;cursor:pointer;position:fixed;bottom:20px;right:20px;padding:.5rem .5rem .1rem .75rem;background-color:#000;color:#fff;transition:.6s}.whitepaper-card[data-v-434a569d]:hover{transform:scale(.95)}.whitepaper-header[data-v-434a569d]{font-size:.75rem;font-weight:900;text-transform:uppercase}.external-icon[data-v-434a569d]{position:absolute;top:10px;right:10px;font-size:.75rem}.whitepaper-title[data-v-434a569d]{font-size:2.25rem;font-weight:900;margin:0;padding:0}.hidden[data-v-434a569d]{display:none}.footer[data-v-85ccd998]{z-index:1;background-color:#000;color:#fff;text-align:center;padding:2rem 1rem}.footer-top[data-v-85ccd998]{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.footer-title[data-v-85ccd998]{font-size:3rem;color:#dbcdab;font-weight:900;margin:0;text-transform:uppercase}.footer-subtitle[data-v-85ccd998]{font-size:1.25rem;font-weight:900;margin-top:.5rem}.footer-subscribe[data-v-85ccd998]{display:flex;justify-content:center;align-items:center;margin-top:1rem}.subscribe-input[data-v-85ccd998]{padding:.5rem 1rem;font-size:1rem;border:4px solid #b29e79;background-color:#17101d;color:#fff;width:250px;outline:none}.subscribe-input[data-v-85ccd998]::placeholder{color:#ccc}.subscribe-button[data-v-85ccd998]{height:48px;padding:.5rem 1.5rem;font-size:1rem;font-weight:700;color:#17101d;background-color:#b29e79;cursor:pointer;text-transform:uppercase;border:none}.success-border[data-v-85ccd998]{border:4px solid green!important;transition:.6s ease}.success-bg[data-v-85ccd998]{background:green!important;transition:.6s ease}.error-border[data-v-85ccd998]{border:4px solid #e63946!important;transition:.6s ease}.error-bg[data-v-85ccd998]{background:#e63946!important;transition:.6s ease}.footer-bottom[data-v-85ccd998]{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#ccc;padding-top:1rem;margin-top:2rem;border-top:1px solid #cccccc}.footer-links[data-v-85ccd998]{display:flex;gap:1.5rem}.footer-link[data-v-85ccd998]{color:#ccc;text-decoration:none}.footer-link[data-v-85ccd998]:hover{text-decoration:underline}@media (max-width: 1200px){.footer-title[data-v-85ccd998]{font-size:2.5rem}.footer-subtitle[data-v-85ccd998]{font-size:1.125rem}.subscribe-button[data-v-85ccd998],.subscribe-input[data-v-85ccd998]{font-size:.9rem;height:42px}.footer-bottom[data-v-85ccd998]{font-size:.9rem}}@media (max-width: 768px){.footer-title[data-v-85ccd998]{font-size:2rem}.footer-subtitle[data-v-85ccd998]{font-size:1rem}.subscribe-button[data-v-85ccd998],.subscribe-input[data-v-85ccd998]{font-size:.85rem;height:40px;width:200px}.footer-bottom[data-v-85ccd998]{font-size:.85rem;flex-direction:column;gap:1rem;text-align:center}.footer-links[data-v-85ccd998]{flex-direction:column;align-items:center}}@media (max-width: 480px){.footer-title[data-v-85ccd998]{font-size:1.5rem}.footer-subtitle[data-v-85ccd998]{font-size:.9rem}.subscribe-button[data-v-85ccd998],.subscribe-input[data-v-85ccd998]{font-size:.8rem;height:36px;width:150px}.footer-bottom[data-v-85ccd998]{font-size:.8rem}.footer-links[data-v-85ccd998]{flex-direction:column;gap:.5rem}}@font-face{font-family:urw;src:url(/fonts/urw-din-condensed-black-maisfontes.a596/urw-din-condensed-black.otf) format("truetype");font-weight:900}@font-face{font-family:urw;src:url(/fonts/urw-din-condensed-demi-maisfontes.14d3/urw-din-condensed-demi.otf) format("truetype");font-weight:500;font-style:normal}html,body{overflow-x:hidden;overflow-y:auto}*{font-family:urw,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}input{-webkit-user-modify:read-only}@media print{*{display:none}}body{background:black;color:#f5f5f5}h1,h2,h3,h4,h5,h6,p,li{text-shadow:4px 4px 10px rgb(0,0,0)}.error-message{color:#e63946;font-size:.9rem;margin-top:.5rem;text-align:left;font-weight:900}.success-message{color:green;font-size:.9rem;margin-top:.5rem;text-align:left;font-weight:900}.presentation-description{position:relative;font-size:1rem;text-align:center;font-weight:900;padding:10vh 5vw}.presentation-description .subtitle-description{color:#595961;transition:.6s}.presentation-description .subtitle-description:hover{color:#f8e2a9}@media (min-width: 576px){.presentation-description{font-size:2rem}}@media (min-width: 768px){.presentation-description{font-size:2.5rem}}@media (min-width: 1024px){.presentation-description{font-size:3rem}}@media (min-width: 1200px){.presentation-description{font-size:2rem}}.utc-btn{background-color:#dbcdab;color:#000;padding:1rem 5rem;font-size:1.4rem;font-weight:700;border:none;cursor:pointer;margin-top:2rem;text-transform:uppercase;box-shadow:0 4px 12px #00000026;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;transform:perspective(800px);position:relative;overflow:hidden;z-index:0}.utc-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.4),rgba(255,255,255,0));transform:translate(-100%);transition:transform .4s ease-in-out;z-index:1;border-radius:inherit}.utc-btn span{position:relative;z-index:2;display:inline-block;transition:transform .3s ease,letter-spacing .3s ease}.utc-btn:hover{background-color:#b6a780;transform:perspective(800px) rotateX(10deg) rotateY(-8deg) scale(1.05);box-shadow:0 8px 24px #0000004d}.utc--btn:hover:before{transform:translate(0)}.utc-btn:hover span{letter-spacing:2px;transform:translateY(-2px)}.utc-btn:active{transform:perspective(800px) scale(.98);box-shadow:0 4px 15px #0003}.button-brand{width:fit-content;display:inline-flex;align-items:center;padding:10px;font-weight:900;line-height:1rem;border:none;border-radius:0;cursor:pointer;text-transform:uppercase;margin:1rem;background-color:#dbcdab;color:#000;box-shadow:0 4px 8px #00000026,0 1px 10px #0000001a;transition:.6s}.button-brand:hover{transform:scale(.95);box-shadow:0 6px 12px #00000040,0 2px 15px #0003}.button-brand span{padding:0 .5rem}.button-brand .chevrons{font-size:1rem;font-weight:700}.overlay-right{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgb(0,0,0) 0%,rgb(0,0,0) 50%,rgba(0,0,0,0) 70%,rgb(0,0,0) 100%);z-index:10}.light-shadow{box-shadow:0 4px 8px #ffffff26,0 1px 10px #ffffff1a}.light-shadow:hover{box-shadow:0 6px 12px #ffffff40,0 2px 15px #fff3}.video-container[data-v-69e77b33]{padding-top:3rem;margin:1rem 0;display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden;background:black}.large-square[data-v-69e77b33]{width:85%;height:100%;display:flex;align-items:center;justify-content:center}.card-wrap[data-v-69e77b33]{width:100%;height:60vh;perspective:1000px;display:flex;align-items:flex-end;justify-content:center;transition:transform .3s ease;border:4px solid rgba(192,192,192,.1);transition:.6s}.card-wrap[data-v-69e77b33]:hover{border:4px solid #dbcdab;transform:scale(.95)}.card[data-v-69e77b33]{position:relative;width:100%;height:100%;border-radius:0;overflow:hidden;box-shadow:#0009 0 30px 60px;background:transparent;color:#fff;transition:.6s}video[data-v-69e77b33]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.video-container[data-v-69e77b33]{margin:1rem 0}.card-wrap[data-v-69e77b33]{height:40vh}}@media (max-width: 768px){.card-wrap[data-v-69e77b33]{height:40vh}}@media (max-width: 480px){.large-square[data-v-69e77b33]{width:95%}.card-wrap[data-v-69e77b33]{height:40vh}}.slider[data-v-9f1779ed]{background:black;width:100%;height:var(--height);overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 10% 90%,transparent);mask-image:linear-gradient(to right,transparent,#000 10% 90%,transparent)}.slider .list[data-v-9f1779ed]{width:100%;min-width:calc(var(--width) * var(--quantity));position:relative}.slider .list .item[data-v-9f1779ed]{display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900;width:var(--width);height:var(--height);position:absolute;left:100%;animation:autoRun-9f1779ed 50s linear infinite;transition:filter .5s;animation-delay:calc((50s / var(--quantity)) * (var(--position) - 1) - 50s)!important}.slider .list .item img[data-v-9f1779ed]{width:100%}.slider .list .item i[data-v-9f1779ed]{font-weight:900;margin-right:.4rem;font-size:1rem}@keyframes autoRun-9f1779ed{0%{left:100%}to{left:calc(var(--width) * -1)}}.slider:hover .item[data-v-9f1779ed]{animation-play-state:paused!important;filter:grayscale(1)}.slider .item[data-v-9f1779ed]:hover{filter:grayscale(0)}.slider[reverse=true] .item[data-v-9f1779ed]{animation:reversePlay-9f1779ed 20s linear infinite}@keyframes reversePlay-9f1779ed{0%{left:calc(var(--width) * -1)}to{left:100%}}.card-wrap[data-v-800aeb12]{transition:.6s;width:100%;height:100%;perspective:1000px;display:flex;align-items:center;justify-content:center;z-index:1}.card[data-v-800aeb12]{background:transparent;position:relative;width:100%;height:100%;border-radius:0;overflow:hidden;border:4px solid rgba(192,192,192,.1);transition:.6s}.card[data-v-800aeb12]:hover{border:4px solid #dbcdab}.card-wrap[data-v-800aeb12]:hover{transform:scale(.95)}.card-wrap:hover .title[data-v-800aeb12]{color:#dbcdab}.card-bg[data-v-800aeb12]{position:absolute;top:-5%;left:-50%;width:150%;height:105%;background:no-repeat;pointer-events:none;transition:transform .15s ease-out}.video-bg[data-v-800aeb12]{transition:.6s;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.card-info[data-v-800aeb12]{background:linear-gradient(to right,rgb(0,0,0) 0%,rgba(0,0,0,.8) 40%,rgba(0,0,0,.1) 80%,rgba(0,0,0,0) 100%);height:100%;width:100%;padding:20px;position:relative;z-index:1;color:#fff;text-shadow:rgba(0,0,0,.7) 0 3px 10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.card-info .title[data-v-800aeb12]{font-size:4rem;font-weight:900;margin:0;text-align:left;line-height:1.2}.card-info .subtitle[data-v-800aeb12]{max-width:150px;color:#e5e4e2;font-size:1rem;text-align:left;line-height:1.4}@media (min-width: 576px){.card-info .title[data-v-800aeb12]{font-size:5rem}.card-info .subtitle[data-v-800aeb12]{font-size:1.35rem;max-width:200px}}@media (min-width: 768px){.container-fluid[data-v-800aeb12]{padding:0 4rem}.avatar-utc[data-v-800aeb12]{width:90vw;right:-250px}.main-title[data-v-800aeb12]{font-size:5rem}.mini-main-title[data-v-800aeb12]{font-size:2.5rem}.card-info .title[data-v-800aeb12]{font-size:5rem}.card-info .subtitle[data-v-800aeb12]{font-size:1.25rem;max-width:200px}}@media (min-width: 1024px){.container-fluid[data-v-800aeb12]{padding:0 4rem}.avatar-utc[data-v-800aeb12]{width:85vw;right:-200px}.main-title[data-v-800aeb12]{font-size:6rem}.mini-main-title[data-v-800aeb12]{font-size:3rem}.subtitle[data-v-800aeb12]{font-size:2rem}.description[data-v-800aeb12]{width:400px;font-size:1.2rem}.card-bg[data-v-800aeb12]{left:-60%;width:160%}}@media (min-width: 1200px){.container-fluid[data-v-800aeb12]{padding:0 4rem}.avatar-utc[data-v-800aeb12]{width:65vw;right:-150px}.main-title[data-v-800aeb12]{font-size:6rem}.mini-main-title[data-v-800aeb12]{font-size:3.5rem}.subtitle[data-v-800aeb12]{font-size:2.5rem}.description[data-v-800aeb12]{width:600px;font-size:1.35rem}.card-info .title[data-v-800aeb12]{font-size:6rem}.card-info .subtitle[data-v-800aeb12]{font-size:1.35rem;max-width:200px}.card-bg[data-v-800aeb12]{left:-30%;width:130%}}@media (min-width: 1600px){.container-fluid[data-v-800aeb12]{padding:0 5rem}.avatar-utc[data-v-800aeb12]{width:55vw;right:-100px}.main-title[data-v-800aeb12]{font-size:8rem}.mini-main-title[data-v-800aeb12]{font-size:4rem}.subtitle[data-v-800aeb12]{font-size:3rem}.description[data-v-800aeb12]{width:800px;font-size:1.5rem}}.container-fluid[data-v-dc9cfd93]{padding:0;display:flex;flex-wrap:wrap;width:85%;min-height:120vh;gap:20px}.left-section[data-v-dc9cfd93],.right-section[data-v-dc9cfd93]{flex:1;display:flex;flex-direction:column;gap:20px}.tall-square[data-v-dc9cfd93],.small-square[data-v-dc9cfd93]{width:100%;overflow:hidden}.tall-square[data-v-dc9cfd93]{height:100%;aspect-ratio:3 / 4}.small-square[data-v-dc9cfd93]{height:100%;aspect-ratio:16 / 9}@media (max-width: 1024px){.container-fluid[data-v-dc9cfd93]{flex-direction:column;gap:20px}.left-section[data-v-dc9cfd93],.right-section[data-v-dc9cfd93]{flex:1;width:100%}.tall-square[data-v-dc9cfd93]{aspect-ratio:3 / 5}.small-square[data-v-dc9cfd93]{aspect-ratio:4 / 3}}@media (max-width: 768px){.container-fluid[data-v-dc9cfd93]{gap:10px}.tall-square[data-v-dc9cfd93]{aspect-ratio:9 / 16}.small-square[data-v-dc9cfd93]{aspect-ratio:1 / 1}}@media (max-width: 480px){.container-fluid[data-v-dc9cfd93]{width:95%}}.hero[data-v-788d8745]{display:flex;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;left:0;width:100%;height:600px;z-index:0}.hero .hero-image[data-v-788d8745]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero .hero-image img[data-v-788d8745]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease-out}.hero .overlay[data-v-788d8745]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgb(0,0,0) 0%,rgba(0,0,0,.7) 30%,rgba(0,0,0,0) 50%,rgba(0,0,0,.3) 90%,rgb(0,0,0) 100%);z-index:1}.hero .overlay.hidden[data-v-788d8745]{opacity:0;pointer-events:none}.hero .hero-content[data-v-788d8745]{position:relative;z-index:2;text-align:center;padding:1rem;width:100%;height:100%}.hero .hero-content .title-redefine[data-v-788d8745]{position:absolute;top:15%;left:5%;display:flex;flex-direction:column;align-items:flex-start}.hero .hero-content .title-redefine h1[data-v-788d8745]{font-size:8rem;font-weight:900;text-transform:uppercase;color:#dbcdab;z-index:2}.hero .hero-content .title-redefine .subtitle[data-v-788d8745],.hero .hero-content .title-redefine button[data-v-788d8745]{margin-left:5px}.hero .hero-content .title-gaming[data-v-788d8745]{position:absolute;bottom:5%;right:5%;font-size:8rem;font-weight:900;text-transform:uppercase;z-index:2}.hero .hero-content .subtitle[data-v-788d8745]{font-size:1.5rem;z-index:2;text-align:left}@media (max-width: 1024px){.subtitle[data-v-788d8745],button[data-v-788d8745]{margin-left:0}.hero-content .title-redefine h1[data-v-788d8745],.hero-content .title-gaming[data-v-788d8745]{font-size:6rem!important}.hero-content .subtitle[data-v-788d8745]{font-size:1rem!important}}@media (max-width: 768px){.hero-content[data-v-788d8745]{height:fit-content!important}.hero-content .title-redefine h1[data-v-788d8745],.hero-content .title-gaming[data-v-788d8745]{font-size:6rem!important}}@media (max-width: 480px){.hero-content .title-redefine h1[data-v-788d8745],.hero-content .title-gaming[data-v-788d8745]{font-size:4rem!important}}.homepage[data-v-e1c1585c]{position:relative;color:#fff}.content-wrapper[data-v-e1c1585c]{position:relative;background:black;margin-top:80vh;z-index:2;padding:0}.utc-page[data-v-7d05dba7]{height:fit-content;transition:.6s;padding-top:15vh;padding-bottom:5vh;position:relative;overflow:hidden}.row[data-v-7d05dba7]{display:flex;align-items:center}.background-image[data-v-7d05dba7]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.9) 60%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.9) 60%,rgba(0,0,0,1) 100%)}.avatar-utc[data-v-7d05dba7]{z-index:1;position:absolute;bottom:0;right:0;width:50vw}.container-fluid[data-v-7d05dba7]{padding:0 1rem;position:relative;z-index:11;color:#fff}.main-title[data-v-7d05dba7]{font-size:3rem;max-width:300px;font-weight:900;margin:0;text-transform:uppercase}.mini-main-title[data-v-7d05dba7],.subtitle[data-v-7d05dba7]{font-size:1.5rem;font-weight:900;margin:0;text-transform:uppercase}.description[data-v-7d05dba7]{width:100%;font-size:1.25rem;margin-top:1rem;color:#d3d3d3}@media (min-width: 576px){.container-fluid[data-v-7d05dba7]{padding:0 2rem}.main-title[data-v-7d05dba7]{font-size:5rem;max-width:500px}.mini-main-title[data-v-7d05dba7],.subtitle[data-v-7d05dba7]{font-size:2rem}.description[data-v-7d05dba7]{font-size:1.35rem;max-width:400px}}@media (min-width: 768px){.container-fluid[data-v-7d05dba7]{padding:0 4rem}.avatar-utc[data-v-7d05dba7]{width:70vw;right:-200px}}@media (min-width: 1024px){.utc-page[data-v-7d05dba7]{min-height:120vh}.row[data-v-7d05dba7]{min-height:85vh}.avatar-utc[data-v-7d05dba7]{width:85vw;right:-200px}}@media (min-width: 1200px){.avatar-utc[data-v-7d05dba7]{width:65vw;right:-150px}.main-title[data-v-7d05dba7]{font-size:6rem;max-width:600px}.mini-main-title[data-v-7d05dba7],.subtitle[data-v-7d05dba7]{font-size:3rem}.description[data-v-7d05dba7]{font-size:1.5rem;max-width:700px}}@media (min-width: 1600px){.avatar-utc[data-v-7d05dba7]{width:55vw;right:-100px}.main-title[data-v-7d05dba7]{font-size:8rem;max-width:750px}.mini-main-title[data-v-7d05dba7],.subtitle[data-v-7d05dba7]{font-size:4rem}.description[data-v-7d05dba7]{font-size:1.5rem}}.nft-section[data-v-762b0080]{display:flex;flex-direction:column;align-items:center;justify-content:center}.large-square[data-v-762b0080]{position:relative;display:flex;align-items:center;width:85%}.card-wrap[data-v-762b0080]{transition:.6s ease-out;width:100%;height:100%;perspective:1000px;display:flex;align-items:center;justify-content:center}.card[data-v-762b0080]{transition:.6s;display:flex;flex-direction:row;align-items:center;background:transparent;width:100%;height:100%;border-radius:0;overflow:hidden;box-shadow:#0009 0 30px 60px;color:#fff;padding:2rem;background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,1) 100%)}.card-background[data-v-762b0080]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:bottom;background-repeat:no-repeat;z-index:-1;transform:translateZ(-50px) scale(1.2);will-change:transform}.left-section[data-v-762b0080]{width:50%;display:flex;align-items:center;justify-content:center}.left-section img[data-v-762b0080]{height:80%;padding:0 4rem;border-radius:10px}.right-section[data-v-762b0080]{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.right-section h1[data-v-762b0080]{color:#dbcdab;font-size:8rem;font-weight:900;margin-bottom:1rem}.right-section h2[data-v-762b0080]{font-size:2rem;font-weight:900;margin-bottom:1.5rem}.description[data-v-762b0080]{font-size:1.25rem;line-height:1.25;margin-bottom:1rem}.white-txt[data-v-762b0080]{font-size:1.5rem;font-weight:700;color:#3c3c3c;transition:.3s}.white-txt[data-v-762b0080]:hover{color:#fff}@media screen and (max-width: 1024px){.card[data-v-762b0080]{flex-direction:column}.left-section[data-v-762b0080],.right-section[data-v-762b0080]{width:100%}.right-section[data-v-762b0080]{align-items:center;text-align:center}}@media screen and (max-width: 765px){.large-square[data-v-762b0080]{width:95%;height:500px}.card[data-v-762b0080]{justify-content:center}.right-section h1[data-v-762b0080]{font-size:4rem}.right-section h2[data-v-762b0080]{display:none}.description[data-v-762b0080]{font-size:.85rem}.white-txt[data-v-762b0080]{font-size:1.5rem}}.nft-section[data-v-3a0b368c]{display:flex;flex-direction:column;align-items:center;justify-content:center}.large-square[data-v-3a0b368c]{position:relative;display:flex;align-items:center;width:85%}.card-wrap[data-v-3a0b368c]{transition:.6s ease-out;width:100%;height:100%;perspective:1000px;display:flex;align-items:center;justify-content:center}.card[data-v-3a0b368c]{transition:.6s;display:flex;flex-direction:row;align-items:center;background:transparent;width:100%;height:100%;border-radius:0;overflow:hidden;box-shadow:#0009 0 30px 60px;color:#fff;padding:2rem;background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,.5) 50%,rgba(0,0,0,1) 100%)}.card-background[data-v-3a0b368c]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:bottom;background-repeat:no-repeat;z-index:-1;transform:translateZ(-50px) scale(1.2);will-change:transform}.left-section[data-v-3a0b368c]{width:50%;display:flex;align-items:center;justify-content:center}.left-section img[data-v-3a0b368c]{height:80%;padding:0 4rem;border-radius:10px}.right-section[data-v-3a0b368c]{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.right-section h1[data-v-3a0b368c]{color:#dbcdab;font-size:8rem;font-weight:900;margin-bottom:1rem}.right-section h2[data-v-3a0b368c]{font-size:2rem;font-weight:900;margin-bottom:1.5rem}.description[data-v-3a0b368c]{font-size:1.25rem;line-height:1.25;margin-bottom:1rem}@media screen and (max-width: 1024px){.card[data-v-3a0b368c]{flex-direction:column}.left-section[data-v-3a0b368c],.right-section[data-v-3a0b368c]{width:100%}.right-section[data-v-3a0b368c]{align-items:center;text-align:center}}@media screen and (max-width: 765px){.large-square[data-v-3a0b368c]{width:95%;height:500px}.card[data-v-3a0b368c]{justify-content:center}.right-section h1[data-v-3a0b368c]{font-size:4rem}.right-section h2[data-v-3a0b368c]{font-size:2rem}.description[data-v-3a0b368c]{font-size:1rem}}.faq-container[data-v-1322a638]{display:flex;flex-direction:column;align-items:center;justify-content:center}.large-square[data-v-1322a638]{position:relative;display:flex;align-items:center;width:85%}.card-wrap[data-v-1322a638]{transition:.6s ease-out;width:100%;height:100%;perspective:1000px;display:flex;align-items:center;justify-content:center}.card[data-v-1322a638]{transition:.6s;display:flex;align-items:center;padding:2rem;background:transparent;position:relative;width:100%;height:100%;border-radius:0;overflow:hidden;box-shadow:0 30px 60px #0009;color:#fff}.faq-title[data-v-1322a638]{text-align:center;font-size:5rem;font-weight:700;margin-bottom:1rem;color:#dbcdab;text-transform:uppercase}.accordion[data-v-1322a638]{width:90%}.accordion-item[data-v-1322a638]{margin-bottom:1rem;overflow:hidden;border:1px solid #444;border-radius:0;background-color:transparent}.accordion-item.active[data-v-1322a638]{border-color:#fff}.accordion-btn[data-v-1322a638]{width:100%;background-color:transparent;border:none;text-align:left;padding:1rem;font-size:1.25rem;font-weight:900;display:flex;align-items:center;justify-content:space-between;color:#e0e0e0;cursor:pointer;transition:background-color .3s ease,color .3s ease}.accordion-btn[data-v-1322a638]:hover{color:#fff}.accordion-question[data-v-1322a638]{flex:1;margin-right:1rem}.icons[data-v-1322a638]{display:flex;align-items:center}.btn-icon[data-v-1322a638]{width:24px;height:24px;object-fit:contain;background:white;border-radius:50%}.accordion-description[data-v-1322a638]{overflow:hidden;padding:0 1rem;transition:max-height .4s ease;font-size:1rem;font-weight:900;color:#cfcfcf;background-color:transparent}.accordion-description p[data-v-1322a638]{margin:1rem 0}@media (max-width: 765px){.large-square[data-v-1322a638]{width:95%}.faq-title[data-v-1322a638]{font-size:3rem}}@media (max-width: 540px){.faq-title[data-v-1322a638]{font-size:2rem}.accordion-btn[data-v-1322a638]{font-size:1rem}.accordion-description[data-v-1322a638]{font-size:.85rem}.btn-icon[data-v-1322a638]{width:20px;height:20px}}.header{height:15vh;display:flex;align-items:flex-end;justify-content:center}.nft-section{background-color:#000;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;color:#fff;position:relative;min-height:100vh;overflow:hidden}.border-btn{text-align:center;margin-top:20px;display:inline-block;padding:8px 15px;border-radius:25px;max-width:fit-content;border:1px solid white;color:#fff;text-decoration:none;transition:.5s ease-in-out}.border-btn:hover{background-color:#333}.card-container{position:relative;overflow:hidden}.card-container:after{content:"";width:93%;transform:translate(-50%,-50%);height:90%;position:absolute;top:50%;left:50%;z-index:1;background-image:url(/assets/roadmap-bg-5.png);background-repeat:no-repeat;background-position:right;background-size:cover;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 10%,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 40%,rgb(0,0,0) 50%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.2) 80%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 10%,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 40%,rgb(0,0,0) 50%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.2) 80%,rgba(0,0,0,0) 100%);background-color:#0003}.card-bg{width:100%;height:auto}.avatar-img{z-index:2;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.9) 40%,rgb(0,0,0) 100%);mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.9) 40%,rgb(0,0,0) 100%);position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:auto;opacity:.95}.utc-page[data-v-45566a71]{height:fit-content;transition:.6s;padding-top:15vh;padding-bottom:5vh;position:relative;overflow:hidden}.row[data-v-45566a71]{display:flex;align-items:center}.background-image[data-v-45566a71]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.9) 60%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.9) 60%,rgba(0,0,0,1) 100%)}.avatar-utc[data-v-45566a71]{z-index:1;position:absolute;bottom:0;right:0;width:45vw}.container-fluid[data-v-45566a71]{padding:0 1rem;position:relative;z-index:11;color:#fff}.main-title[data-v-45566a71]{font-size:3rem;max-width:400px;font-weight:900;margin:0;text-transform:uppercase}.mini-main-title[data-v-45566a71],.subtitle[data-v-45566a71]{font-size:1.5rem;font-weight:900;margin:0;text-transform:uppercase}.description[data-v-45566a71]{width:100%;font-size:1.25rem;margin-top:1rem;color:#d3d3d3}@media (min-width: 576px){.container-fluid[data-v-45566a71]{padding:0 2rem}.avatar-utc[data-v-45566a71]{width:100vw;right:-180px}.main-title[data-v-45566a71]{font-size:5rem;max-width:none}.mini-main-title[data-v-45566a71],.subtitle[data-v-45566a71]{font-size:2rem}.description[data-v-45566a71]{font-size:1.35rem;max-width:400px}}@media (min-width: 768px){.container-fluid[data-v-45566a71]{padding:0 4rem}.avatar-utc[data-v-45566a71]{width:80vw;right:-200px}.description[data-v-45566a71]{font-size:1.35rem;max-width:700px}}@media (min-width: 1024px){.utc-page[data-v-45566a71]{height:120vh}.row[data-v-45566a71]{height:85vh}.avatar-utc[data-v-45566a71]{width:85vw;right:-200px}}@media (min-width: 1200px){.avatar-utc[data-v-45566a71]{width:65vw;right:-150px}.main-title[data-v-45566a71]{font-size:6rem}.mini-main-title[data-v-45566a71],.subtitle[data-v-45566a71]{font-size:3rem}.description[data-v-45566a71]{font-size:1.5rem}}@media (min-width: 1600px){.avatar-utc[data-v-45566a71]{width:55vw;right:-100px}.main-title[data-v-45566a71]{font-size:8rem}.mini-main-title[data-v-45566a71],.subtitle[data-v-45566a71]{font-size:4rem}.description[data-v-45566a71]{font-size:1.5rem;max-width:1000px}}.token-page[data-v-9fee11b9]{padding-top:15vh;display:flex;flex-direction:column;align-items:center;position:relative}.large-square[data-v-9fee11b9]{position:relative;display:flex;align-items:center;width:85%;height:80vh}.card-wrap[data-v-9fee11b9]{width:100%;height:100%;perspective:1000px;display:flex;align-items:center;justify-content:center;transition:.6s}.card[data-v-9fee11b9]{background:transparent;padding:4rem .5rem;position:relative;justify-content:center;width:100%;height:100%;border-radius:0;overflow:hidden;box-shadow:#0009 0 30px 60px;color:#fff;background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,.8) 20%,rgba(0,0,0,0) 50%,rgba(0,0,0,.8) 80%,rgba(0,0,0,1) 100%)}.card-background[data-v-9fee11b9]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:center;z-index:-1;transform:translateZ(-50px) scale(1.2);will-change:transform}.category-title[data-v-9fee11b9]{font-size:2rem;font-weight:700;text-transform:uppercase;color:#dbcdab}.category-description[data-v-9fee11b9]{font-size:1rem;max-width:250px}.coin-img[data-v-9fee11b9]{height:100%;position:absolute;top:0}@media (max-width: 1200px){.large-square[data-v-9fee11b9]{height:80vh}.category-title[data-v-9fee11b9]{font-size:2rem}.category-description[data-v-9fee11b9]{font-size:1rem;max-width:300px}.coin-img[data-v-9fee11b9]{display:none}}@media (max-width: 900px){.large-square[data-v-9fee11b9]{height:auto}.category-description[data-v-9fee11b9]{max-width:250px}}@media (max-width: 768px){.large-square[data-v-9fee11b9]{width:95%;height:500px}.card-background[data-v-9fee11b9]{background-size:cover;background-position:center}.category-title[data-v-9fee11b9]{font-size:1.7rem}.category-description[data-v-9fee11b9]{font-size:1rem;max-width:250px}}@media (max-width: 576px){.card[data-v-9fee11b9]{padding:2rem .5rem}.category-title[data-v-9fee11b9]{font-size:1.5rem}.category-description[data-v-9fee11b9]{font-size:.75rem;max-width:300px}.coin-img[data-v-9fee11b9]{display:none}}.deflation-mechanism[data-v-dff6906f]{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.large-square[data-v-dff6906f]{position:relative;display:flex;justify-content:center;align-items:center;width:85%;height:80vh}.card-wrap[data-v-dff6906f]{width:100%;height:100%;perspective:1000px;display:flex;align-items:center;justify-content:center;transition:.6s}.card[data-v-dff6906f]{background:transparent;position:relative;width:100%;height:100%;border-radius:0;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;color:#fff;background:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,.5) 30%,rgba(0,0,0,1) 50%,rgba(0,0,0,.5) 70%,rgba(0,0,0,1) 100%);transition:.6s}.card-background[data-v-dff6906f]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:center;z-index:-1;transform:translateZ(-50px) scale(1.2);will-change:transform}.title-mechanism[data-v-dff6906f]{font-size:8rem;margin-bottom:1rem;font-weight:900}.subtitle-mechanism[data-v-dff6906f]{font-size:1.5rem;max-width:1100px;margin-bottom:2rem;color:#fff}.percentage-text[data-v-dff6906f],.burned-text[data-v-dff6906f],.percentage[data-v-dff6906f]{font-size:1rem;font-weight:700}.percentage-text[data-v-dff6906f],.percentage[data-v-dff6906f]{color:#4bd4ff}.burned-text[data-v-dff6906f]{color:#ff4a4a}.coin-percentage[data-v-dff6906f],.burned-section[data-v-dff6906f]{display:flex;align-items:center;justify-content:center;height:auto;min-height:40px;margin:1rem 0;position:relative}.coin-percentage span[data-v-dff6906f],.burned-section span[data-v-dff6906f]{display:inline-flex;align-items:center;justify-content:center;text-align:center}.coin-icon[data-v-dff6906f]{width:25px;height:25px;margin-right:1rem;animation:coinBounce-dff6906f 1.5s infinite}.icon[data-v-dff6906f]{margin-right:1rem;font-size:1rem;display:flex;align-items:center;justify-content:center;color:#ff4a4a;animation:pulse-dff6906f 1.5s infinite}.burned[data-v-dff6906f],.coin-percentage[data-v-dff6906f]{transition:opacity .5s ease-in-out,transform .5s ease-in-out}@keyframes coinBounce-dff6906f{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-dff6906f{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.fade-enter-active[data-v-dff6906f],.fade-leave-active[data-v-dff6906f]{transition:opacity .5s,transform .5s}.fade-enter[data-v-dff6906f]{opacity:0;transform:translateY(20px)}.fade-leave-to[data-v-dff6906f]{opacity:0;transform:translateY(-20px)}@media (max-width: 1600px){.title-mechanism[data-v-dff6906f]{font-size:6rem}.subtitle-mechanism[data-v-dff6906f]{font-size:1.25rem;max-width:800px}}@media (max-width: 1200px){.title-mechanism[data-v-dff6906f]{font-size:4rem}.subtitle-mechanism[data-v-dff6906f]{font-size:1.15rem;max-width:600px}}@media (max-width: 768px){.large-square[data-v-dff6906f]{width:95%;height:500px}.card-background[data-v-dff6906f]{background-size:cover}.title-mechanism[data-v-dff6906f]{font-size:4.5rem}.subtitle-mechanism[data-v-dff6906f]{font-size:1rem;max-width:350px}}@media (max-width: 480px){.card[data-v-dff6906f]{padding:1rem}.title-mechanism[data-v-dff6906f]{font-size:3rem}.subtitle-mechanism[data-v-dff6906f]{font-size:1rem;margin-bottom:.5rem}}.roadmap-container[data-v-e1a58de9]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background-size:cover;background-position:center}.roadmap-container[data-v-e1a58de9]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.large-square[data-v-e1a58de9]{position:relative;display:flex;align-items:center;width:85%;height:80vh}.card-wrap[data-v-e1a58de9]{width:100%;height:100%;perspective:1000px;display:flex;align-items:center;justify-content:center;transition:.6s}.card[data-v-e1a58de9]{background:transparent;position:relative;width:100%;height:100%;border-radius:0;overflow:hidden;box-shadow:#0009 0 30px 60px;color:#fff;transition:.6s}.card-background[data-v-e1a58de9]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;transform:translateZ(-50px) scale(1.1);will-change:transform}.phase-content[data-v-e1a58de9]{z-index:2;display:flex;justify-content:space-between;align-items:center;height:100%;transition:.6s}.left-section[data-v-e1a58de9],.right-section[data-v-e1a58de9]{opacity:1;transition:.6s}.fadeOut[data-v-e1a58de9]{opacity:0}.left-section[data-v-e1a58de9]{width:50vw;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%}.left-section h1[data-v-e1a58de9]{font-size:6rem;color:#dbcdab;font-weight:700;margin:0}.left-section h2[data-v-e1a58de9]{font-size:3rem;font-weight:700;margin-top:20px}.right-section[data-v-e1a58de9]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50vw;height:100%}.goals-list[data-v-e1a58de9]{z-index:2;list-style-type:none;padding:0}.goals-list li[data-v-e1a58de9]{font-size:1.5rem;font-weight:900;margin-bottom:15px;display:flex;align-items:center}.goals-list li img[data-v-e1a58de9]{margin-right:10px;width:30px}.character-avatar[data-v-e1a58de9]{z-index:1;height:100%;position:absolute;bottom:0;right:0;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 20%,rgba(0,0,0,.9) 60%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 20%,rgba(0,0,0,.9) 60%,rgba(0,0,0,1) 100%)}.roadmap-navigation[data-v-e1a58de9]{z-index:2;display:flex;justify-content:space-evenly;padding:20px;position:absolute;bottom:0;left:0;right:0}.roadmap-bar-yellow[data-v-e1a58de9]{z-index:2;position:absolute;top:0;left:49%;width:2px;height:70vh;border-radius:25px;background:linear-gradient(to bottom,rgba(128,128,128,0),grey,rgba(128,128,128,0));transform:translate(-50%)}.roadmap-bar[data-v-e1a58de9]{z-index:0;position:absolute;top:38%;left:10%;width:80vw;height:1px;border-radius:25px;background:linear-gradient(to right,rgba(128,128,128,0),grey,rgba(128,128,128,0));transform:translateY(-50%)}.roadmap-phase[data-v-e1a58de9]{z-index:1;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:.6s}.roadmap-phase[data-v-e1a58de9]:hover{transform:scale(.95);opacity:.8}.roadmap-phase.active span[data-v-e1a58de9]{color:#f8e2a9}.roadmap-phase span[data-v-e1a58de9]{font-size:1rem;font-weight:700;color:#fff}.roadmap-phase img[data-v-e1a58de9]{width:30px}@media (max-width: 1600px){.left-section h1[data-v-e1a58de9]{font-size:4rem}.left-section h2[data-v-e1a58de9]{font-size:2rem}.goals-list li[data-v-e1a58de9]{font-size:1rem;position:relative;bottom:100px}.character-avatar[data-v-e1a58de9]{height:60%}}@media (max-width: 765px){.phase-content[data-v-e1a58de9]{flex-direction:column;text-align:center}.large-square[data-v-e1a58de9]{width:95%;height:500px}.left-section[data-v-e1a58de9],.right-section[data-v-e1a58de9]{width:100%;padding:20px}.left-section h1[data-v-e1a58de9]{font-size:4rem}.left-section h2[data-v-e1a58de9]{font-size:2rem}.goals-list[data-v-e1a58de9]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.goals-list li[data-v-e1a58de9]{font-size:1rem;margin-bottom:5px}.character-avatar[data-v-e1a58de9]{height:100%;position:static;margin:-130px auto}.roadmap-bar[data-v-e1a58de9]{z-index:0;position:absolute;top:45%;left:10%;width:80vw;height:1px;border-radius:25px;background:linear-gradient(to right,rgba(128,128,128,0),grey,rgba(128,128,128,0));transform:translateY(-50%)}.roadmap-phase span[data-v-e1a58de9]{transition:1s;font-size:.5rem;opacity:0}}.header[data-v-b0ed8849]{height:15vh;display:flex;align-items:flex-end;justify-content:center}.nft-section[data-v-b0ed8849]{background-color:#0d0b1a;background-image:url(/assets/bg-nft.png);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;color:#fff;position:relative;min-height:100vh;overflow:hidden}.left-section .welcome[data-v-b0ed8849]{font-size:1.8rem;font-weight:700;margin-top:10px}.border-btn[data-v-b0ed8849]{text-align:center;margin-top:20px;display:inline-block;padding:8px 15px;border-radius:25px;max-width:fit-content;border:1px solid white;color:#fff;text-decoration:none}.border-btn[data-v-b0ed8849]:hover{background-color:#333}.card-container[data-v-b0ed8849]{position:relative;max-width:400px;overflow:hidden}.card-container[data-v-b0ed8849]:after{content:"";width:93%;transform:translate(-50%,-50%);height:90%;position:absolute;top:50%;left:50%;z-index:1;background-image:url(/assets/roadmap-bg-5.png);background-repeat:no-repeat;background-position:right;background-size:cover;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 10%,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 40%,rgb(0,0,0) 50%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.2) 80%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 10%,rgba(0,0,0,.6) 20%,rgba(0,0,0,.8) 40%,rgb(0,0,0) 50%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.2) 80%,rgba(0,0,0,0) 100%);background-color:#0003}.card-bg[data-v-b0ed8849]{width:100%;height:auto}.avatar-img[data-v-b0ed8849]{z-index:2;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.9) 40%,rgb(0,0,0) 100%);mask-image:linear-gradient(to top,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 20%,rgba(0,0,0,.9) 40%,rgb(0,0,0) 100%);position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:auto;opacity:.95}
