.header{align-items:center;background:linear-gradient(180deg,#000,#1d191f);display:flex;filter:drop-shadow(0 0 4px #1d191f);height:10vh;justify-content:space-evenly;position:fixed;transition:.3s ease;width:100vw;z-index:2}.header.visible{transform:translateY(0)}.header.hidden{transform:translateY(-100%)}.header-branding{align-items:center;display:flex;gap:2rem;height:100%}.header-branding-logo{background-image:url(https://res.cloudinary.com/dcaqer63o/image/upload/v1748910558/pixel_ativo_logo_mzr6j5.svg);background-position:50%;background-size:cover;height:4.8rem;width:4.8rem}.header-branding h1{color:#baa9ff}.header-branding h1,.header-branding h1 span{font-family:Quicksand,sans-serif;font-size:2.4rem;font-weight:700}.header-branding h1 span.dev{color:#9744d5}.header-nav{align-items:center;display:flex;gap:4.8rem;height:100%}.header-nav-links ul{align-items:center;display:flex;gap:2rem;justify-content:center}.header-nav-links ul li{display:flex;width:10rem}.header-nav-links ul li a{color:#f0ebff;font-size:1.6rem}.header-nav-links ul li a i{color:#baa9ff;font-size:1.6rem;margin-left:1rem;transform-origin:center;transition:.3s ease}.header-nav-links ul li a i.up{transform:rotate(180deg)}.header-nav-links ul li a i.down{transform:rotate(0deg)}.header-nav-links ul li ul.dropdown-menu{align-items:flex-start;background-color:#9744d5;border-radius:0 2rem 2rem 2rem;display:flex;flex-direction:column;overflow:hidden;padding:1rem 2rem;position:absolute;top:6rem;transform-origin:top left}.header-nav-links ul li ul.dropdown-menu li{max-width:10rem;width:auto}.header-nav-user a i{color:#baa9ff;font-size:3.2rem}@media screen and (max-width:500px){.header{justify-content:space-between;padding:0 2rem}.header-branding-logo{height:4.2rem;width:4.2rem}.header-branding h1,.header-nav-links{display:none}.header-nav-user a i{color:#baa9ff;font-size:3.2rem}}.hero{background:linear-gradient(135deg,#1d191f,#311d42 81%);padding-top:5vh;width:100%}.hero .foreground{background-image:url(https://res.cloudinary.com/dcaqer63o/image/upload/v1748910549/hero_bg_layered_waves_khzp0n.svg);background-position:bottom;background-size:cover}.hero-header{display:flex;gap:5.6rem;height:50vh;padding:5rem 0}.hero-header-logo{align-items:center;background-position:50%;background-size:cover;display:flex;filter:drop-shadow(0 0 4px #6a23a1);height:100%;justify-content:center;padding:7rem}.hero-header-logo img{height:100%}.hero-header-title{align-items:flex-start;display:flex;flex-direction:column;gap:1.2rem;justify-content:center}.hero-header-title a{background:linear-gradient(135deg,#9744d5,#6a23a1);border-radius:1.2rem;color:#f0ebff;filter:drop-shadow(0 0 4px #6a23a1)}.hero-header-title u{color:#f0ebff;-webkit-text-decoration:underline #9744d5 solid 2px;text-decoration:underline #9744d5 solid 2px}.hero-header-title h1{color:#fff;font-family:Quicksand,sans-serif;font-size:4.8rem;font-weight:700}.hero-header-title h2{color:#f0ebff;font-size:2.4rem;font-weight:300}.hero-header-title h2 a{padding:.4rem .8rem}.hero-header-title h2 a,.hero-header-title h2 u{font-size:2.4rem;font-weight:500}.hero-header-title h3{color:#d0cbe1;font-size:1.8rem;font-weight:300;line-height:1.8}.hero-header-title h3 a{padding:.2rem .6rem}.hero-header-title h3 a,.hero-header-title h3 u{font-size:1.8rem;font-weight:400}.hero-video{border:2px solid #9744d5;display:flex;filter:drop-shadow(0 0 4px #3c274d);height:25.3125vw;margin:0 auto;width:45vw}.hero-video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:500px){.hero{width:100%}.hero-header{flex-direction:column;gap:5rem;height:auto;padding:0}.hero-header-logo{margin:0 auto;width:80%}.hero-header-logo img{width:100%}.hero-header-title{gap:2rem;padding:0}.hero-header-title h1{align-self:center;color:#fff;font-family:Quicksand,sans-serif;font-size:4.8rem;font-weight:700}.hero-header-title h2,.hero-header-title h3{text-align:justify}.hero-video{height:50.625vw;width:90vw}.block-wrapper{flex-direction:column;gap:2rem;width:90vw}.block-wrapper .block-content{display:grid;grid-template-columns:20% 80%;height:auto;padding:2rem 4rem;width:90vw}.block-wrapper .block-content-icon{height:100%;text-align:left;width:100%}.block-wrapper .block-content-icon i{font-size:3.2rem}.block-wrapper .block-content-text{align-items:center;display:flex;height:100%;justify-content:flex-start;padding-left:1rem;width:100%}}.button-buy,.button-buy a button{align-items:center;display:flex;justify-content:center}.button-buy a button{background-color:#9744d5;border-radius:2rem;color:#f0ebff;cursor:pointer;filter:drop-shadow(0 0 4px #6a23a1);font-family:Quicksand,sans-serif;font-size:2.8rem;font-weight:700;gap:1.6rem;height:8rem;width:52rem}.button-buy a button i{color:#f0ebff;font-size:2.8rem;position:relative;top:.4rem}@media screen and (max-width:500px){.button-buy a{width:100%}.button-buy a button{font-size:1.8rem;gap:1.6rem;height:6rem;width:100%}.button-buy a button i{font-size:1.8rem;top:.3rem}}.block-title{align-items:center;display:flex;flex-direction:column;gap:2rem;margin:0 auto 4rem;width:85%}.block-title h3{font-size:2.6rem;font-weight:500;text-align:center;width:90%}.block-title p{font-size:1.8rem;font-weight:400;text-align:center}.block-title.light h3{color:#6a23a1}.block-title.light p{color:#1d191f}.block-title.dark h3{color:#baa9ff}.block-title.dark p{color:#f0ebff}.block-wrapper{margin:0 auto;width:45vw}.block-wrapper.flex{flex-wrap:wrap;gap:2rem}.block-price,.block-wrapper.flex{align-items:center;display:flex;justify-content:space-between}.block-price{margin:0 auto;width:52rem}.block-price-old h5{font-size:2.8rem;font-weight:600;line-height:1.2}.block-price-old h5 span:first-of-type{font-size:3.6rem;-webkit-text-decoration:line-through 2px;text-decoration:line-through 2px}.block-price-old h5 span:nth-of-type(2){font-size:2.8rem}.block-price-new h4{font-size:6.4rem;font-weight:600}.block-price.light .block-price-old h5{color:#9744d5}.block-price.light .block-price-old h5 span:first-of-type{color:#e31e1e}.block-price.light .block-price-new h4,.block-price.light .block-price-old h5 span:nth-of-type(2){color:#16dc6c}.block-price.dark .block-price-old h5{color:#f0ebff}.block-price.dark .block-price-old h5 span:first-of-type{color:#ff5a5a}.block-price.dark .block-price-new h4,.block-price.dark .block-price-old h5 span:nth-of-type(2){color:#5affa2}.block-content{align-items:center;background-color:#f0ebff;border-radius:2rem;display:flex;filter:drop-shadow(0 0 4px #6a23a1);flex-direction:column;gap:.6rem;height:12rem;justify-content:center;width:14rem}.block-content-icon i{color:#9744d5;font-size:3.6rem}.block-content-text p{color:#3c274d;font-size:1.6rem;text-align:center}.block-payment{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:0 auto}.block-payment-disclaimer p{color:#f0ebff;font-size:1.8rem}.block-payment-disclaimer i{color:#d0cbe1;font-size:1.8rem;margin-left:1rem}.block-payment-methods{align-items:center;display:flex;justify-content:space-between;width:100%}.block-payment-methods i{color:#d0cbe1;font-size:3.6rem}.block-security{align-items:center;display:flex;justify-content:space-between;margin:0 auto;width:40rem}.block-security-block{align-items:center;display:flex;gap:1.2rem;justify-content:center}.block-security-block i{color:#d0cbe1;font-size:2.8rem;margin-left:1rem}.block-security-block p{color:#d0cbe1;font-size:1.4rem}.block-warranty{background-color:#f0ebff;border-radius:2rem;display:grid;filter:drop-shadow(0 0 4px #3c274d);grid-template-columns:15% 85%;margin:0 auto;width:100%}.block-warranty-icon{align-items:center;background-color:#9744d5;border-radius:2rem 0 0 2rem;display:flex;justify-content:center}.block-warranty-icon i{color:#f0ebff;font-size:6.4rem}.block-warranty-text{padding:3rem 6rem}.block-warranty-text h4{color:#9744d5;font-size:2.6rem;font-weight:600;margin-bottom:1rem;text-align:left}.block-warranty-text p{color:#474747;font-size:1.6rem;font-weight:500;line-height:1.6;text-align:justify}@media screen and (max-width:500px){.block-wrapper{width:100%}.block-title{gap:2rem;margin:0 auto;width:100%}.block-title h3{font-size:2rem;text-align:center;width:100%}.block-title p{font-size:1.6rem;text-align:center}.block-price{flex-direction:column;justify-content:center;margin:0 auto;width:auto}.block-price-old h5{font-size:3.2rem}.block-price-old h5 span:first-of-type{font-size:4.6rem}.block-price-new h4{font-size:7.6rem}.block-payment-disclaimer i,.block-payment-disclaimer p{font-size:1.6rem}.block-payment-methods i{font-size:3.2rem}.block-security{width:100%}.block-security-block{align-items:center;display:flex;gap:1.2rem;justify-content:center}.block-security-block i{color:#d0cbe1;font-size:2.8rem;margin-left:1rem}.block-security-block p{color:#d0cbe1;font-size:1.4rem}.block-warranty{grid-template-columns:100%}.block-warranty-icon{border-radius:2rem 2rem 0 0;padding:4rem 0}.block-warranty-text{padding:4rem 3rem}.block-warranty-text h4{font-size:2rem;margin-bottom:1.6rem;text-align:center}.block-warranty-text p{font-size:1.6rem;line-height:2}}.overview{background-color:#000}.overview .foreground{background-image:url(https://res.cloudinary.com/dcaqer63o/image/upload/v1748910552/hero_bg_wave_white_cbvxn9.svg);background-position:bottom;background-size:cover}.overview .preview{flex-direction:column;gap:4rem;margin:4rem auto}.overview .preview,.overview .preview-tech{align-items:center;display:flex;justify-content:center}.overview .preview-tech{gap:6rem}.overview .preview-tech-block{align-items:center;background-color:#f0ebff;border-radius:2rem;display:flex;filter:drop-shadow(0 0 4px #9744d5);height:10rem;justify-content:center;width:16rem}.overview .preview-tech-block i{color:#000;font-size:6rem}.overview .preview-tech-block img{height:6rem;width:6rem}@media screen and (max-width:500px){.overview .preview{align-items:center;display:flex;justify-content:center;margin:2rem 0;width:100%}.overview .preview,.overview .preview-tech{flex-direction:column;gap:4rem}.overview .preview-tech-block{height:7.5rem;width:18rem}.overview .preview-tech-block i{font-size:4rem}.overview .preview-tech-block img{height:4rem;width:4rem}}.carousels{display:flex;flex-direction:column;gap:8em}.embla{height:25rem;margin:auto;max-width:100%}.embla-viewport{border-radius:2rem;height:100%;overflow:hidden}.embla-viewport-container{display:flex;height:100%;margin-left:-1rem;touch-action:pan-y pinch-zoom}.embla-viewport-container-slide{flex:0 0 100%;height:100%;min-width:0;padding-left:1rem;transform:translateZ(0)}.embla-viewport-container-slide-content{height:100%;overflow:hidden;-webkit-user-select:none;user-select:none;width:100%}.embla-viewport-container-slide-content-title{align-items:center;background-color:#9744d5;border-radius:2rem 0 2rem 0;display:flex;justify-content:center;padding:.5rem 2rem;position:absolute}.embla-viewport-container-slide-content-title h3{color:#f0ebff;font-size:2.4rem;font-weight:400}.embla-viewport-container-slide-content img{border-radius:2rem;height:100%;object-fit:cover;object-position:center;width:100%}.embla.content{height:50rem;margin:auto;max-width:100%}.embla.content .embla-viewport{border-radius:2rem;height:100%;overflow:hidden}.embla.content .embla-viewport-container{display:flex;height:100%;margin-left:-1rem;touch-action:pan-y pinch-zoom}.embla.content .embla-viewport-container-slide{flex:0 0 33%;height:100%;min-width:0;padding-left:1rem;transform:translateZ(0)}.embla.content .embla-viewport-container-slide-content{height:100%;overflow:hidden;-webkit-user-select:none;user-select:none;width:100%}.embla.content .embla-viewport-container-slide-content-icon{align-items:center;background-color:#9744d5;border-radius:2rem 2rem 0 0;display:flex;height:35%;justify-content:center;width:100%}.embla.content .embla-viewport-container-slide-content-icon i{color:#f0ebff;font-size:5.6rem}.embla.content .embla-viewport-container-slide-content-info{align-items:center;background-color:#3c274d;border-radius:0 0 2rem 2rem;display:flex;flex-direction:column;height:65%;justify-content:space-between;padding:2rem}.embla.content .embla-viewport-container-slide-content-info-title{align-self:flex-start}.embla.content .embla-viewport-container-slide-content-info-title h3{color:#ddd4ff;font-size:2.4rem;font-weight:400;line-height:1.3}.embla.content .embla-viewport-container-slide-content-info-text{align-items:baseline;display:flex;height:100%;padding-top:2rem}.embla.content .embla-viewport-container-slide-content-info-text p{color:#f0ebff;font-size:1.4rem;line-height:2;text-align:justify}.embla.content .embla-viewport-container-slide-content-info-footer{align-self:flex-end;margin-bottom:1rem}.embla.content .embla-viewport-container-slide-content-info-footer p{background-color:#ddd4ff;border-radius:2rem;color:#1d191f;display:inline;font-size:1.4rem;font-weight:600;padding:.4rem 2rem;text-align:right}.embla-controls{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:auto 1fr;justify-content:space-between;margin-top:1rem}.embla-controls-buttons{grid-gap:.6rem;align-items:center;display:grid;gap:.6rem;grid-template-columns:repeat(2,1fr)}.embla-controls-buttons .embla-button{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;border:0;border-radius:50%;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);color:#9744d5;cursor:pointer;display:inline-flex;display:flex;height:3.6rem;justify-content:center;margin:0;padding:0;text-decoration:none;touch-action:manipulation;width:3.6rem;z-index:1}.embla-controls-buttons .embla-button:disabled{color:#1d191f}.embla-controls-buttons .embla-button-i{color:#9744d5;font-size:2.4rem}.embla-dots{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;margin-right:-.6rem}.embla-dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value),.5);-webkit-appearance:none;appearance:none;background-color:initial;border:0;cursor:pointer;display:inline-flex;height:2.6rem;justify-content:center;margin:0;padding:0;text-decoration:none;touch-action:manipulation;width:2.6rem}.embla-dot,.embla-dot:after{align-items:center;border-radius:50%;display:flex}.embla-dot:after{border:2px solid #9744d5;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);content:"";height:1.4rem;width:1.4rem}.embla-dot--selected:after{background-color:#9744d5}@media screen and (max-width:500px){.embla{height:20rem;margin:5rem 0;max-width:100%}.embla-viewport-container-slide-content-title{padding:.3rem 1.2rem}.embla-viewport-container-slide-content-title h3{font-size:1.4rem;font-weight:500}.embla.content{height:60rem;margin:5rem 0}.embla.content .embla-viewport-container-slide{flex:0 0 100%}.embla.content .embla-viewport-container-slide-content-info-title h3{font-size:2.2rem}.embla.content .embla-viewport-container-slide-content-info-text p{font-size:1.6rem}}.testimonials{background-color:#f0ebff;border-top:16px double #fff;padding-top:5vh}.testimonials .foreground{background-image:url(https://res.cloudinary.com/dcaqer63o/image/upload/v1750794826/wave_primary_darker_fhboyn.svg);background-position:bottom;background-size:cover}.testimonials .testimonials-container{display:flex;flex-wrap:wrap;gap:1rem}.testimonials .testimonials-container .iframe-container{aspect-ratio:16/9;width:calc(33.33333% - 2rem)}@media screen and (max-width:500px){.testimonials-container{flex-direction:column;flex-wrap:nowrap;gap:1rem}.testimonials-container .iframe-container{aspect-ratio:16/9;width:100%!important}}.iframe-container{border:2px solid #9744d5;filter:drop-shadow(0 0 4px #baa9ff)}.iframe-container iframe{bottom:0;height:100%;left:0;position:relative;right:0;top:0;width:100%}.tutorial{background-color:#311d42}.footer{background-color:#000}.footer .container{align-items:center;display:flex;flex-direction:row;justify-content:space-evenly}.footer-branding{align-items:center;display:flex;gap:2rem;height:100%}.footer-branding-logo{background-image:url(https://res.cloudinary.com/dcaqer63o/image/upload/v1748910558/pixel_ativo_logo_mzr6j5.svg);background-position:50%;background-size:cover;height:4.8rem;width:4.8rem}.footer-branding h1{color:#baa9ff}.footer-branding h1,.footer-branding h1 span{font-family:Quicksand,sans-serif;font-size:2.4rem;font-weight:700}.footer-branding h1 span.dev{color:#9744d5}.footer-nav{display:flex;flex-direction:column;gap:1rem}.footer-nav h3{color:#f0ebff;font-size:2rem}.footer-nav a{color:#ddd4ff;font-size:1.6rem}@media screen and (max-width:500px){.footer .container{flex-direction:column}}*{border:0;box-sizing:border-box;color:#000;font-family:Poppins,sans-serif;font-size:10px;list-style:none;margin:0;padding:0;text-decoration:none;vertical-align:initial}html{scroll-behavior:smooth}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}::selection{background-color:#9744d5;color:#f0ebff}.container{display:flex;flex-direction:column;gap:5vh;margin:0 auto;padding:5vh 0;width:65vw}.divider{border-bottom:1px solid #474747;width:100%}a{cursor:pointer}@media screen and (max-width:500px){.container{width:90vw}}.working-on{height:100vh;width:100vw}.working-on,.working-on-div{align-items:center;display:flex;justify-content:center}.working-on-div{background-color:#fff;filter:drop-shadow(0 0 4px rgba(0,0,0,.1));flex-direction:column;width:48rem}.working-on-div-gif{background-color:#fff;height:18rem;width:100%}.working-on-div-content{align-items:center;background-color:#ddd4ff;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:1rem 2rem}.working-on-div-content h1{color:#1d191f;font-size:4.2rem;font-weight:400}.working-on-div-content p{color:#1d191f;font-size:1.8rem;text-align:justify}.working-on-div-content p a{color:#6a23a1;font-size:1.8rem;-webkit-text-decoration:underline 2px #6a23a1 solid;text-decoration:underline 2px #6a23a1 solid}@media screen and (max-width:500px){.working-on-div{width:90%}.working-on-div-content{padding:2rem}.working-on-div-content h1{font-size:3.6rem}.working-on-div-content p,.working-on-div-content p a{font-size:1.6rem}}
/*# sourceMappingURL=main.7b7692d7.css.map*/