:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:var(--background-1);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--background-1: #282230;--background-2: #2f253a;--background-3: #352b41;--accent: #A262F3;--accent-hover: #ae75f8}a{font-weight:500;color:var(--accent);text-decoration:inherit}html,body{margin:0;padding:0;width:100%;height:100%}h1{font-size:3.2rem;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.socials[data-v-8e49538a]{display:flex;flex-direction:column;gap:.75rem;position:fixed;bottom:2rem;right:2rem}.socials .social[data-v-8e49538a]{width:3rem;height:3rem;background-color:var(--accent);display:grid;place-content:center;border-radius:50%;text-decoration:none;color:#fff;cursor:pointer}.socials .social svg[data-v-8e49538a]{font-size:1.55rem}.socials .social[data-v-8e49538a]:hover{opacity:.9}.socials.extended .social.extender[data-v-8e49538a]{transform:rotate(180deg)}.footer{width:100%;text-align:center;font-weight:400}.footer a{text-decoration:none;font-weight:600}.announcement[data-v-60cad35e]{position:fixed;top:2rem;left:50%;background-color:var(--background-3);border:1px solid var(--accent);width:max-content;transform:translate(-50%);z-index:50;text-align:center;padding:1rem;border-radius:10px}.announcement h4[data-v-60cad35e],.announcement p[data-v-60cad35e]{margin:0}@media screen and (max-width: 768px){.announcement[data-v-60cad35e]{position:static;width:100%;transform:none;box-sizing:border-box;border-radius:0}}#app{display:flex;flex-direction:column;min-height:100vh}.hero[data-v-71386670]{position:relative;height:100vh}.hero #particles-js[data-v-71386670]{position:absolute;height:100%;width:100%;top:0;background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.hero .content[data-v-71386670]{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}.hero .content h1[data-v-71386670]{margin:.5rem 0}.hero .content h2[data-v-71386670]{margin:0rem;font-size:2rem}.hero .content nav ul[data-v-71386670]{padding:0;display:flex;justify-content:center;gap:1rem}.hero .content nav ul a[data-v-71386670]{display:block;color:#ccc;transition:.25s ease-in-out;font-weight:300}.hero .content nav ul a[data-v-71386670]:hover{color:#fff}.hero .content nav ul a li[data-v-71386670]{list-style-type:none;position:relative}.hero .content nav ul a:not(:first-of-type) li[data-v-71386670]:after{content:"|";color:#ccc!important;position:absolute;top:0;left:-.75rem;font-size:1rem}@media screen and (max-width: 768px){.hero .content nav ul[data-v-71386670]{flex-direction:column}.hero .content nav ul a li[data-v-71386670]:after{display:none}}.overview[data-v-f5e3b3d3]{padding:4rem 10%;box-sizing:border-box}.overview .item[data-v-f5e3b3d3]{display:grid;grid-template-columns:1fr 2fr;place-items:center}.overview .item .image[data-v-f5e3b3d3]{display:flex;align-content:center;flex-direction:flex-end;justify-content:center;padding:2rem}.overview .item .image img[data-v-f5e3b3d3]{width:100%;height:auto;border-radius:10px}.overview .item .body[data-v-f5e3b3d3]{padding:2rem;display:flex;flex-direction:column}.overview .item .body sub[data-v-f5e3b3d3]{color:var(--accent);font-weight:600;margin:.25rem 0}.overview .item .body h3[data-v-f5e3b3d3]{margin:0;font-size:1.5rem}.overview .item .body p[data-v-f5e3b3d3]{font-weight:400;margin:.25rem 0;font-size:1rem}.overview .item .body ul[data-v-f5e3b3d3]{margin:0;padding:0}.overview .item .body ul li[data-v-f5e3b3d3]{list-style-type:none;margin:.5rem 0;font-size:1rem;font-weight:300}.overview .item .body ul li svg[data-v-f5e3b3d3]{margin-right:.5rem;color:var(--accent)}.overview .item[data-v-f5e3b3d3]:nth-of-type(2n){grid-template-columns:2fr 1fr}.overview .item:nth-of-type(2n) .body[data-v-f5e3b3d3]{grid-column:1;grid-row:1;text-align:right}.overview .item:nth-of-type(2n) .image[data-v-f5e3b3d3]{grid-column:2;grid-row:1}@media screen and (max-width: 768px){.overview[data-v-f5e3b3d3]{padding:2rem 3.5rem}.overview .item[data-v-f5e3b3d3]{display:flex;flex-direction:column}.overview .item .image[data-v-f5e3b3d3]{margin-top:2rem;padding:0}.overview .item .body[data-v-f5e3b3d3]{margin-top:2rem;padding:0;text-align:center}.overview .item:nth-of-type(2n) .body[data-v-f5e3b3d3]{text-align:center}}.reviews[data-v-ddfb4900]{padding:4rem 10%;box-sizing:border-box}.reviews h2[data-v-ddfb4900]{text-align:center;font-size:2rem;margin:0}.reviews h3[data-v-ddfb4900]{text-align:center;font-size:1.5rem;margin:0;font-weight:400}.reviews .review-container[data-v-ddfb4900]{margin-top:2rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,20rem);place-content:center;width:100%}.reviews .review-container .review[data-v-ddfb4900]{background:var(--background-2);box-shadow:5px 5px 5px #00000080;border-radius:10px;padding:1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.reviews .review-container .review p[data-v-ddfb4900]{margin:0}.reviews .review-container .review .author[data-v-ddfb4900]{margin-top:2rem;display:flex;justify-content:space-between}.reviews .review-container .review .author img[data-v-ddfb4900]{width:4rem}.reviews .review-container .review.review-span[data-v-ddfb4900]{grid-row:span 2}@media screen and (max-width: 768px){.reviews .review-container[data-v-ddfb4900]{grid-template-columns:1fr}}.products[data-v-de297680]{padding:4rem 10%;box-sizing:border-box}.products h2[data-v-de297680]{text-align:center;font-size:2rem;margin:0}.products h3[data-v-de297680]{text-align:center;font-size:1.5rem;margin:0;font-weight:400}.products .product-container[data-v-de297680]{margin-top:2rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,20rem);place-content:center;width:100%}.products .product-container .product[data-v-de297680]{background:var(--background-2);box-shadow:5px 5px 5px #00000080;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.products .product-container .product .product-info[data-v-de297680]{padding:1rem}.products .product-container .product .product-info h4[data-v-de297680]{color:var(--accent);margin:0}.products .product-container .product .product-info p[data-v-de297680]{font-weight:300;margin:.5rem 0}.products .product-container .product .product-info p.price[data-v-de297680]{font-weight:400}.products .product-container .product .product-info p.price b[data-v-de297680]{font-weight:600}.products .product-container .product .product-info .product-buttons[data-v-de297680]{margin-top:1rem;display:flex;gap:.5rem}.products .product-container .product .product-info .product-buttons .purchase-button[data-v-de297680]{flex-grow:1}.products .product-container .product .product-info .product-buttons a[data-v-de297680]{text-decoration:none;color:inherit}.products .product-container .product .product-info .product-buttons button[data-v-de297680]{width:100%;background-color:var(--accent)}.products .product-container .product .product-info .product-buttons button[data-v-de297680]:hover{background-color:var(--accent-hover)}.products .product-container .product p[data-v-de297680]{margin:0}.products .product-container .product .author[data-v-de297680]{margin-top:2rem;display:flex;justify-content:space-between}.products .product-container .product .author img[data-v-de297680]{width:4rem}.products .product-container .product.review-span[data-v-de297680]{grid-row:span 2}@media screen and (max-width: 768px){.products .product-container[data-v-de297680]{grid-template-columns:1fr}}.audioPrompt[data-v-b2d3197d]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:9999;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center}.audioPrompt button[data-v-b2d3197d]{width:12rem}.audioPrompt button.enter-site[data-v-b2d3197d]{background-color:var(--accent);font-size:1.2rem;transition:.25s ease-in-out}.audioPrompt button.enter-site[data-v-b2d3197d]:hover{background-color:var(--accent-hover)}.audioPrompt button.silent-enter-site[data-v-b2d3197d]{font-size:1rem;transition:.25s ease-in-out}.audioPrompt button.silent-enter-site[data-v-b2d3197d]:hover{background-color:var(--background-3)}
