body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.language-switcher{align-items:center;display:flex;gap:.5rem}.lang-btn{background:#0000;border:2px solid var(--gray-light);border-radius:8px;color:var(--gray-medium);cursor:pointer;font-size:.85rem;font-weight:600;min-width:40px;padding:.5rem .75rem;transition:all .3s ease}.lang-btn:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.lang-btn.active{background:var(--brand-gradient);border-color:#0000;box-shadow:0 2px 8px #e6007e4d;color:var(--white)}@media (max-width:768px){.lang-btn{font-size:.8rem;min-width:35px;padding:.4rem .6rem}}:root{--brand-primary:#e6007e;--brand-secondary:#009fce;--brand-gradient:linear-gradient(135deg,#e6007e,#009fce);--brand-gradient-reverse:linear-gradient(135deg,#009fce,#e6007e);--brand-gradient-radial:radial-gradient(circle,#e6007e 0%,#009fce 100%);--red-dark:#bf3800;--red-medium:#4b00;--red-light:#af00;--red-pale:#b799;--red-lightest:#dbcc;--green-dark:#486025;--green-medium:#649600;--green-bright:#8cbe00;--green-light:#a0dc00;--green-pale:#dd7;--green-lightest:#eeb;--blue-dark:#004c7d;--blue-medium:#006aa7;--blue-brand:#009fce;--blue-light:#02b4e1;--blue-pale:#91d3f6;--blue-lightest:#c6e7;--pink-dark:#6b1040;--pink-medium:#a2135f;--pink-brand:#e6007e;--pink-light:#e46aa5;--pink-pale:#ed99c1;--pink-lightest:#f8cce1;--yellow-dark:#806605;--yellow-medium:#c09907;--yellow-bright:#f6c614;--yellow-light:#fadd72;--yellow-pale:#e8a1;--yellow-lightest:#fdf4d0;--black:#000;--white:#fff;--gray-dark:#393939;--gray-medium:#737373;--gray-light:#c2c2c2;--gray-pale:#eaeaea;--gray-lightest:#f7f7f7}*{box-sizing:border-box;margin:0;padding:0}.home-page,body,html{overflow-x:hidden;width:100%}.home-page{color:#393939;color:var(--gray-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.floating-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #eaeaea;border-bottom:1px solid var(--gray-pale);box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .3s ease;width:100%;z-index:1000}.floating-nav--visible{transform:translateY(0)}.floating-nav-content{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.nav-logo{align-items:center;display:flex;gap:.75rem}.nav-logo-img{border-radius:8px;height:40px;object-fit:contain;padding:.5rem;width:auto}.nav-logo span,.nav-logo-img{background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient)}.nav-logo span{-webkit-text-fill-color:#0000;background-clip:text;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-link{border-radius:25px;color:#393939;color:var(--gray-dark);font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);color:#fff;color:var(--white);transform:translateY(-1px)}.nav-lang{border-left:1px solid #c2c2c2;border-left:1px solid var(--gray-light);margin-left:1rem;padding-left:1rem}@media (max-width:768px){.nav-lang{border-left:none;border-top:1px solid #eaeaea;border-top:1px solid var(--gray-pale);display:flex;justify-content:center;margin-left:0;margin-top:1rem;padding-left:0;padding-top:1rem}}.mobile-menu-btn{background:none;border:none;border-radius:4px;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:8px}.mobile-menu-btn span{background:#393939;background:var(--gray-dark);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-section{align-items:center;background:linear-gradient(135deg,#e6007e0d,#009fce0d);display:flex;min-height:100vh;overflow:hidden;padding:2rem 0;position:relative;width:100%}.hero-section:before{background:radial-gradient(circle at 20% 80%,#e6007e26 0,#0000 50%),radial-gradient(circle at 80% 20%,#009fce26 0,#0000 50%);bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%;z-index:2}.hero-logo{align-items:center;display:flex;justify-content:center;margin-bottom:3rem;text-align:center}.logo:hover{transform:translateY(-5px)}.logo{border-radius:30px;box-shadow:0 12px 40px #e6007e40;filter:drop-shadow(0 6px 20px rgba(0,0,0,.15));max-height:200px;object-fit:contain;padding:2.5rem;transition:transform .3s ease;width:auto}.hero-title,.logo{background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient)}.hero-title{-webkit-text-fill-color:#0000;background-clip:text;-webkit-background-clip:text;color:#393939;color:var(--gray-dark);font-size:4rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{color:#737373;color:var(--gray-medium);font-size:1.5rem;margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn{border-radius:50px;font-size:1.1rem;padding:1rem 2rem}.btn-primary{background:linear-gradient(135deg,#e6007e,#009fce);box-shadow:0 4px 20px #e6007e4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 25px #e6007e66}.btn-secondary{-webkit-text-fill-color:#0000;background:#fff;background:var(--white);background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(135deg,#e6007e,#009fce);background-image:var(--brand-gradient);border:2px solid;border-image:linear-gradient(135deg,#e6007e,#009fce) 1;border-image:var(--brand-gradient) 1;color:#0000}.btn-secondary:hover{-webkit-text-fill-color:#fff;-webkit-text-fill-color:var(--white);background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);color:#fff;color:var(--white);transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;justify-content:center}.brand-shapes{height:300px;position:relative;width:300px}.shape{animation:float 6s ease-in-out infinite;border-radius:50%;opacity:.8;position:absolute}.shape-1{animation-delay:0s;background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);height:200px;left:0;top:0;width:200px}.shape-2{animation-delay:2s;background:linear-gradient(135deg,#009fce,#e6007e);background:var(--brand-gradient-reverse);bottom:20px;height:150px;right:20px;width:150px}.shape-3{animation-delay:4s;background:radial-gradient(circle,#e6007e 0,#009fce 100%);background:var(--brand-gradient-radial);height:100px;left:50%;top:50%;transform:translate(-50%,-50%);width:100px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features-section{background:#fff;background:var(--white);padding:6rem 0}.section-title{color:#393939;color:var(--gray-dark);font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#f7f7f7;background:var(--gray-lightest);border:2px solid #0000;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-image:linear-gradient(135deg,#e6007e,#009fce) 1;border-image:var(--brand-gradient) 1;box-shadow:0 10px 30px #e6007e26;transform:translateY(-5px)}.feature-icon{align-items:center;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:80px}.icon-therapy{background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient)}.icon-group{background:linear-gradient(135deg,#009fce,#e6007e);background:var(--brand-gradient-reverse)}.icon-wellness{background:radial-gradient(circle,#e6007e 0,#009fce 100%);background:var(--brand-gradient-radial)}.feature-card h3{color:#393939;color:var(--gray-dark);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#737373;color:var(--gray-medium);line-height:1.7}.values-section{background:linear-gradient(135deg,#f7f7f7,#fff);background:linear-gradient(135deg,var(--gray-lightest) 0,var(--white) 100%);padding:6rem 0}.values-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.values-text h2{color:#393939;color:var(--gray-dark);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.values-text p{color:#737373;color:var(--gray-medium);font-size:1.2rem;line-height:1.7;margin-bottom:2rem}.values-list{list-style:none}.values-list li{color:#737373;color:var(--gray-medium);padding:.75rem 0 .75rem 2rem;position:relative}.values-list li:before{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.gradient-card{background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);border-radius:30px;height:400px;overflow:hidden;position:relative;width:100%}.gradient-card:after{background:#fff;background:var(--white);border-radius:20px;bottom:20px;content:"";left:20px;opacity:.9;position:absolute;right:20px;top:20px}.footer{background:#393939;background:var(--gray-dark);color:#fff;color:var(--white);padding:3rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr}.footer-logo{margin-bottom:1rem;max-height:60px;object-fit:contain;width:auto}.footer-brand h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{color:#c2c2c2;color:var(--gray-light)}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-column h4{color:#fff;color:var(--white);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#c2c2c2;color:var(--gray-light);text-decoration:none;transition:color .3s ease}.footer-column a:hover{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text}@media (max-width:768px){.container,.hero-content{max-width:100%}.hero-content{gap:2rem;grid-template-columns:1fr;padding:0 1rem;text-align:center}.logo{max-height:140px;padding:1.5rem}.footer-logo{max-height:40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.footer-content,.values-content{gap:2rem;grid-template-columns:1fr}.footer-links{gap:1rem;grid-template-columns:1fr}.hero-actions{justify-content:center}.container{padding:0 1rem}.download-buttons{align-items:center;flex-direction:column;gap:1rem}.app-store-btn{max-width:280px;width:100%}.faq-grid{gap:1.5rem;grid-template-columns:1fr}.faq-item{padding:1.5rem}.floating-nav-content{padding:0 1rem}.mobile-menu-btn{display:flex}.nav-menu{background:#fff;background:var(--white);border:1px solid #eaeaea;border:1px solid var(--gray-pale);border-radius:15px;box-shadow:0 4px 20px #00000026;flex-direction:column;gap:0;max-width:calc(100vw - 2rem);opacity:0;padding:1rem 0;position:absolute;right:0;top:100%;transform:translateY(-20px);transition:all .3s ease;visibility:hidden;width:250px;z-index:1001}.nav-menu--open{opacity:1;transform:translateY(0);visibility:visible}.nav-menu li{border-bottom:1px solid #eaeaea;border-bottom:1px solid var(--gray-pale);text-align:center;width:100%}.nav-menu li:last-child{border-bottom:none}.nav-link{border-radius:0;display:block;font-size:.95rem;padding:.8rem 1.5rem;transition:all .3s ease;white-space:nowrap;width:100%}.nav-link:hover{background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);color:#fff;color:var(--white);transform:none}.nav-logo span{font-size:1.2rem}}@media (max-width:480px){.container{padding:0 .75rem}.section-title{font-size:1.8rem}.about-section,.contact-section{padding:3rem 0}.contact-method{padding:1.5rem}.contact-cta{padding:2rem 1.5rem}.value-item{padding:1.5rem}}.download-section{background:#f7f7f7;background:var(--gray-lightest);padding:6rem 0;text-align:center}.download-content h2{margin-bottom:1rem}.download-subtitle{color:#737373;color:var(--gray-medium);font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.download-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.app-store-btn{background:#000;background:var(--black);border:2px solid #0000;border-radius:12px;color:#fff;color:var(--white);display:inline-block;min-width:200px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.app-store-btn:hover{border-image:linear-gradient(135deg,#e6007e,#009fce) 1;border-image:var(--brand-gradient) 1;box-shadow:0 8px 25px #0003;transform:translateY(-3px)}.store-btn-content{align-items:center;display:flex;gap:1rem}.store-icon{flex-shrink:0;height:32px;width:32px}.apple-icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}.apple-icon,.google-icon{background:#fff;background:var(--white)}.google-icon{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 20.5v-17c0-.59.34-1.11.84-1.35L13.69 12l-9.85 9.85c-.5-.25-.84-.76-.84-1.35m13.81-5.38L6.05 21.34l8.49-8.49 2.27 2.27m3.35-4.31c.34.27.59.69.59 1.19s-.22.9-.57 1.18l-2.29 1.32-2.5-2.5 2.5-2.5 2.27 1.31M6.05 2.66l10.76 6.22-2.27 2.27-8.49-8.49Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 20.5v-17c0-.59.34-1.11.84-1.35L13.69 12l-9.85 9.85c-.5-.25-.84-.76-.84-1.35m13.81-5.38L6.05 21.34l8.49-8.49 2.27 2.27m3.35-4.31c.34.27.59.69.59 1.19s-.22.9-.57 1.18l-2.29 1.32-2.5-2.5 2.5-2.5 2.27 1.31M6.05 2.66l10.76 6.22-2.27 2.27-8.49-8.49Z' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}.store-text{align-items:flex-start;display:flex;flex-direction:column;text-align:left}.download-text{font-size:.8rem;line-height:1;opacity:.8}.store-name{font-size:1.2rem;font-weight:600;line-height:1.2}.faq-section{background:#fff;background:var(--white);padding:6rem 0}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1000px}.faq-item{background:#f7f7f7;background:var(--gray-lightest);border:2px solid #0000;border-radius:15px;padding:2rem;transition:all .3s ease}.faq-item:hover{border-image:linear-gradient(135deg,#e6007e,#009fce) 1;border-image:var(--brand-gradient) 1;box-shadow:0 8px 25px #e6007e1a;transform:translateY(-3px)}.faq-question{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;color:#393939;color:var(--gray-dark);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.faq-answer{color:#737373;color:var(--gray-medium);font-size:1rem;line-height:1.7}.about-section{background:#f7f7f7;background:var(--gray-lightest);padding:4rem 0}.about-content{text-align:center}.section-subtitle{color:#737373;color:var(--gray-medium);font-size:1.1rem;line-height:1.6}.about-text,.section-subtitle{margin-bottom:3rem}.about-text p{color:#737373;color:var(--gray-medium);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;text-align:left}.about-values{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.value-item{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 2px 10px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.value-item:hover{box-shadow:0 8px 25px #e6007e1a;transform:translateY(-5px)}.value-icon{font-size:2.5rem;margin-bottom:1rem}.value-item h3{color:#393939;color:var(--gray-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.value-item p{color:#737373;color:var(--gray-medium);font-size:.9rem;line-height:1.5;margin:0;text-align:center}@media (min-width:768px){.about-section{padding:6rem 0}.about-values{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.about-values{grid-template-columns:repeat(4,1fr)}.about-text p{font-size:1.1rem;text-align:center}}.contact-section{background:#fff;background:var(--white);padding:4rem 0}.contact-methods{margin:3rem 0}.contact-method{align-items:flex-start;background:#f7f7f7;background:var(--gray-lightest);border-radius:15px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:2rem;transition:all .3s ease}.contact-method:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#e6007e,#009fce);background:var(--brand-gradient);border-radius:12px;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-icon span{font-size:1.5rem}.contact-info{flex:1 1}.contact-info h3{color:#393939;color:var(--gray-dark);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-info p{color:#737373;color:var(--gray-medium);font-size:.9rem;margin-bottom:1rem}.contact-link{color:#e6007e;color:var(--brand-primary);font-size:1rem;font-weight:600;text-decoration:none}.contact-link:hover{text-decoration:underline}.address{color:#737373;color:var(--gray-medium);font-size:.95rem;line-height:1.6}.contact-cta{background:#f7f7f7;background:var(--gray-lightest);border-radius:20px;margin-top:3rem;padding:3rem 2rem;text-align:center}.contact-cta h3{color:#393939;color:var(--gray-dark);font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.contact-cta p{color:#737373;color:var(--gray-medium);font-size:1rem;margin-bottom:2rem}@media (min-width:768px){.contact-section{padding:6rem 0}.contact-methods{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.contact-method{margin-bottom:0}.contact-cta{padding:4rem 3rem}.contact-cta h3{font-size:1.6rem}}.terms-page{background:linear-gradient(135deg,#e6007e05,#009fce05);color:var(--gray-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh;padding:2rem 0}.terms-container{background:var(--white);border-radius:20px;box-shadow:0 8px 30px #0000001a;margin:0 auto;max-width:900px;overflow:hidden;padding:0 2rem}.terms-header{background:var(--brand-gradient);color:var(--white);margin:0 -2rem 3rem;padding:3rem 2rem 2rem;text-align:center}.terms-header-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}@media (max-width:768px){.terms-header-top{flex-direction:column;gap:1rem;justify-content:center}}.terms-logo{margin-bottom:1.5rem}.terms-logo-img{filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));max-height:80px;object-fit:contain;width:auto}.terms-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px #0000001a}.terms-subtitle{font-size:1.2rem;font-weight:300;opacity:.9}.terms-content{padding:0 2rem}.terms-section{border-bottom:1px solid var(--gray-pale);margin-bottom:3rem;padding-bottom:2rem}.terms-section:last-child{border-bottom:none;margin-bottom:2rem}.terms-section h2{border-bottom:3px solid;border-image:var(--brand-gradient) 1;display:inline-block;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem}.terms-section h2,.terms-section h3{color:var(--gray-dark);font-weight:600}.terms-section h3{-webkit-text-fill-color:#0000;background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;font-size:1.3rem;margin:1.5rem 0 1rem}.terms-section p{color:var(--gray-medium);margin-bottom:1.2rem;text-align:justify}.terms-section ul{color:var(--gray-medium);margin:1rem 0 1.5rem 1.5rem}.terms-section li{margin-bottom:.8rem;padding-left:.5rem;position:relative}.terms-section li::marker{color:var(--brand-primary)}.terms-section strong{color:var(--gray-dark);font-weight:600}.subsections{background:linear-gradient(135deg,#e6007e08,#009fce08);border-image:var(--brand-gradient) 1;border-left:3px solid;margin-left:1rem;margin-top:1.5rem}.contact-info,.subsections{border-radius:10px;padding:1.5rem}.contact-info{background:var(--gray-lightest);border-image:var(--brand-gradient) 1;border-left:4px solid;margin-top:1rem}.contact-info p{color:var(--gray-dark);margin-bottom:.5rem}.terms-footer{background:var(--gray-lightest);border-top:1px solid var(--gray-pale);margin:3rem -2rem 0;padding:2rem;text-align:center}.terms-footer p{color:var(--gray-medium);font-size:.9rem;margin-bottom:1.5rem}.terms-actions{display:flex;gap:1rem;justify-content:center}.btn{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.8rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:var(--brand-gradient);box-shadow:0 4px 15px #e6007e4d;color:var(--white)}.btn-primary:hover{box-shadow:0 6px 20px #e6007e66;transform:translateY(-2px)}@media (max-width:768px){.terms-page{padding:1rem 0}.terms-container{border-radius:15px;margin:0 1rem}.terms-header{margin:0 -1rem 2rem;padding:2rem 1rem 1.5rem}.terms-header h1{font-size:2rem}.terms-subtitle{font-size:1rem}.terms-logo-img{max-height:60px}.terms-content{padding:0 1rem}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.5rem}.terms-section h3{font-size:1.2rem}.subsections{margin-left:0;padding:1rem}.terms-footer{margin:2rem -1rem 0;padding:1.5rem 1rem}.terms-actions{align-items:center;flex-direction:column}.btn{width:200px}}@media (max-width:480px){.terms-header h1{font-size:1.8rem}.terms-section h2{font-size:1.3rem}.terms-section ul{margin-left:1rem}.terms-section p{text-align:left}}.terms-content [data-custom-class=subtitle],.terms-content [data-custom-class=title] h1{display:none}.terms-content [data-custom-class=body_text],.terms-content div:not(.terms-content),.terms-content p,.terms-content span:not([data-custom-class=heading_1]):not([data-custom-class=heading_2]):not([style*="background: url"]){color:var(--gray-medium)!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;font-size:1rem!important;line-height:1.6!important}.terms-content span:not([style*="background: url"]){background:#0000!important}.terms-content [data-custom-class=heading_1]{display:block!important;margin-bottom:1.5rem!important;margin-top:2.5rem!important}.terms-content [data-custom-class=heading_1] h2,.terms-content [data-custom-class=heading_1] span{background:#0000!important;border-bottom:3px solid!important;border-image:var(--brand-gradient) 1!important;color:var(--gray-dark)!important;display:inline-block!important;font-size:1.8rem!important;font-weight:600!important;line-height:1.3!important;margin:0!important;padding-bottom:.5rem!important}.terms-content [data-custom-class=heading_2]{display:block!important;margin:1.5rem 0 1rem!important}.terms-content [data-custom-class=heading_2] h3,.terms-content [data-custom-class=heading_2] strong{-webkit-text-fill-color:#0000!important;background:var(--brand-gradient)!important;background-clip:text!important;-webkit-background-clip:text!important;color:var(--gray-dark)!important;font-size:1.3rem!important;font-weight:600!important;line-height:1.4!important;margin:0!important}.terms-content [data-custom-class=link] a{color:var(--brand-primary)!important;font-weight:500!important;text-decoration:none!important;transition:opacity .3s ease!important}.terms-content [data-custom-class=link] a:hover{opacity:.8!important;text-decoration:underline!important}.terms-content strong{color:var(--gray-dark)!important;font-weight:600!important}.terms-content ol,.terms-content ul{color:var(--gray-medium)!important;margin:1rem 0 1.5rem 1.5rem!important}.terms-content li{margin-bottom:.8rem!important;padding-left:.5rem!important}.terms-content li::marker{color:var(--brand-primary)!important}.terms-content span[style*="background: url(data:image/svg+xml"][style*="background: url(data:image/svg+xml"],.terms-page .terms-container .terms-content span[style*="background: url(data:image/svg+xml"]{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzgiIGhlaWdodD0iMzgiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbD0iI0QxRDFEMSIgZD0iTTQuMjgzIDI0LjEwN2MtLjcwNSAwLTEuMjU4LS4yNTYtMS42Ni0uNzY4aC0uMDg1Yy4wNTcuNTAyLjA4Ni43OTIuMDg2Ljg3djIuNDM0SC45ODV2LTguNjQ4aDEuMzMybC4yMzEuNzc5aC4wNzZjLjM4My0uNTk0Ljk1LS44OTIgMS43MDItLjg5Mi43MSAwIDEuMjY0LjI3NCAxLjY2NS44MjIuNDAxLjU0OC42MDIgMS4zMDkuNjAyIDIuMjgzIDAgLjY0LS4wOTQgMS4xOTgtLjI4MiAxLjY3LS4xODguNDczLS40NTYuODMzLS44MDMgMS4wOC0uMzQ3LjI0Ny0uNzU2LjM3LTEuMjI1LjM3ek0zLjggMTkuMTkzYy0uNDA1IDAtLjcuMTI0LS44ODYuMzczLS4xODcuMjQ5LS4yODMuNjYtLjI5IDEuMjMzdi4xNzdjMCAuNjQ1LjA5NSAxLjEwNy4yODcgMS4zODYuMTkyLjI4LjQ5NS40MTkuOTEuNDE5LjczNCAwIDEuMTAxLS42MDUgMS4xMDEtMS44MTYgMC0uNTktLjA5LTEuMDM0LS4yNy0xLjMyOS0uMTgyLS4yOTUtLjQ2NS0uNDQzLS44NTItLjQ0M3ptNS41NyAxLjc5NGMwIC41OTQuMDk4IDEuMDQ0LjI5MyAxLjM0OC4xOTYuMzA0LjUxMy40NTcuOTU0LjQ1Ny40MzcgMCAuNzUtLjE1Mi45NDItLjQ1NC4xOTItLjMwMy4yODgtLjc1My4yODgtMS4zNTEgMC0uNTk1LS4wOTctMS4wNC0uMjktMS4zMzgtLjE5NC0uMjk3LS41MS0uNDQ1LS45NS0uNDQ1LS40MzggMC0uNzUzLjE0Ny0uOTQ2LjQ0My0uMTk0LjI5NS0uMjkuNzQyLS4yOSAxLjM0em00LjE1MyAwYzAgLjk3Ny0uMjU4IDEuNzQyLS43NzQgMi4yOTMtLjUxNS41NTItMS4yMzMuODI3LTIuMTU0LjgyNy0uNTc2IDAtMS4wODUtLjEyNi0xLjUyNS0uMzc4YTIuNTIgMi41MiAwIDAgMS0xLjAxNS0xLjA4OGMtLjIzNy0uNDczLS4zNTUtMS4wMjQtLjM1NS0xLjY1NCAwLS45ODEuMjU2LTEuNzQ0Ljc2OC0yLjI4OC41MTItLjU0NSAxLjIzMi0uODE3IDIuMTYtLjgxNy41NzYgMCAxLjA4NS4xMjYgMS41MjUuMzc2LjQ0LjI1MS43NzkuNjEgMS4wMTUgMS4wOC4yMzYuNDY5LjM1NSAxLjAxOS4zNTUgMS42NDl6TTE5LjcxIDI0bC0uNDYyLTIuMS0uNjIzLTIuNjUzaC0uMDM3TDE3LjQ5MyAyNEgxNS43M2wtMS43MDgtNi4wMDVoMS42MzNsLjY5MyAyLjY1OWMuMTEuNDc2LjIyNCAxLjEzMy4zMzggMS45NzFoLjAzMmMuMDE1LS4yNzIuMDc3LS43MDQuMTg4LTEuMjk0bC4wODYtLjQ1Ny43NDItMi44NzloMS44MDRsLjcwNCAyLjg3OWMuMDE0LjA3OS4wMzcuMTk1LjA2Ny4zNWEyMC45OTggMjAuOTk4IDAgMCAxIC4xNjcgMS4wMDJjLjAyMy4xNjUuMDM2LjI5OS4wNC4zOTloLjAzMmMuMDMyLS4yNTguMDktLjYxMS4xNzItMS4wNi4wODItLjQ1LjE0MS0uNzU0LjE3Ny0uOTExbC43Mi0yLjY1OWgxLjYwNkwyMS40OTQgMjRoLTEuNzgzem03LjA4Ni00Ljk1MmMtLjM0OCAwLS42Mi4xMS0uODE3LjMzLS4xOTcuMjItLjMxLjUzMy0uMzM4LjkzN2gyLjI5OWMtLjAwOC0uNDA0LS4xMTMtLjcxNy0uMzE3LS45MzctLjIwNC0uMjItLjQ4LS4zMy0uODI3LS4zM3ptLjIzIDUuMDZjLS45NjYgMC0xLjcyMi0uMjY3LTIuMjY2LS44LS41NDQtLjUzNC0uODE2LTEuMjktLjgxNi0yLjI2NyAwLTEuMDA3LjI1MS0xLjc4NS43NTQtMi4zMzQuNTAzLS41NSAxLjE5OS0uODI1IDIuMDg3LS44MjUuODQ4IDAgMS41MS4yNDIgMS45ODIuNzI1LjQ3Mi40ODQuNzA5IDEuMTUyLjcwOSAyLjAwNHYuNzk1aC0zLjg3M2MuMDE4LjQ2NS4xNTYuODI5LjQxNCAxLjA5LjI1OC4yNjEuNjIuMzkyIDEuMDg1LjM5Mi4zNjEgMCAuNzAzLS4wMzcgMS4wMjYtLjExM2E1LjEzMyA1LjEzMyAwIDAgMCAxLjAxLS4zNnYxLjI2OGMtLjI4Ny4xNDMtLjU5My4yNS0uOTIuMzJhNS43OSA1Ljc5IDAgMCAxLTEuMTkxLjEwNHptNy4yNTMtNi4yMjZjLjIyMiAwIC40MDYuMDE2LjU1My4wNDlsLS4xMjQgMS41MzZhMS44NzcgMS44NzcgMCAwIDAtLjQ4My0uMDU0Yy0uNTIzIDAtLjkzLjEzNC0xLjIyMi40MDMtLjI5Mi4yNjgtLjQzOC42NDQtLjQzOCAxLjEyOFYyNGgtMS42Mzh2LTYuMDA1aDEuMjRsLjI0MiAxLjAxaC4wOGMuMTg3LS4zMzcuNDM5LS42MDguNzU2LS44MTRhMS44NiAxLjg2IDAgMCAxIDEuMDM0LS4zMDl6bTQuMDI5IDEuMTY2Yy0uMzQ3IDAtLjYyLjExLS44MTcuMzMtLjE5Ny4yMi0uMzEuNTMzLS4zMzguOTM3aDIuMjk5Yy0uMDA3LS40MDQtLjExMy0uNzE3LS4zMTctLjkzNy0uMjA0LS4yMi0uNDgtLjMzLS44MjctLjMzem0uMjMgNS4wNmMtLjk2NiAwLTEuNzIyLS4yNjctMi4yNjYtLjgtLjU0NC0uNTM0LS44MTYtMS4yOS0uODE2LTIuMjY3IDAtMS4wMDcuMjUxLTEuNzg1Ljc1NC0yLjMzNC41MDQtLjU1IDEuMi0uODI1IDIuMDg3LS44MjUuODQ5IDAgMS41MS4yNDIgMS45ODIuNzI1LjQ3My40ODQuNzA5IDEuMTUyLjcwOSAyLjAwNHYuNzk1aC0zLjg3M2MuMDE4LjQ2NS4xNTYuODI5LjQxNCAxLjA5LjI1OC4yNjEuNjIuMzkyIDEuMDg1LjM5Mi4zNjIgMCAuNzA0LS4wMzcgMS4wMjYtLjExM2E1LjEzMyA1LjEzMyAwIDAgMCAxLjAxLS4zNnYxLjI2OGMtLjI4Ny4xNDMtLjU5My4yNS0uOTE5LjMyYTUuNzkgNS43OSAwIDAgMS0xLjE5Mi4xMDR6bTUuODAzIDBjLS43MDYgMC0xLjI2LS4yNzUtMS42NjMtLjgyMi0uNDAzLS41NDgtLjYwNC0xLjMwNy0uNjA0LTIuMjc4IDAtLjk4NC4yMDUtMS43NTIuNjE1LTIuMzAxLjQxLS41NS45NzUtLjgyNSAxLjY5NS0uODI1Ljc1NSAwIDEuMzMyLjI5NCAxLjcyOS44ODFoLjA1NGE2LjY5NyA2LjY5NyAwIDAgMS0uMTI0LTEuMTk4di0xLjkyMmgxLjY0NFYyNEg0Ni40M2wtLjMxNy0uNzc5aC0uMDdjLS4zNzIuNTkxLS45NC44ODYtMS43MDIuODg2em0uNTc0LTEuMzA2Yy40MiAwIC43MjYtLjEyMS45MjEtLjM2NS4xOTYtLjI0My4zMDItLjY1Ny4zMi0xLjI0di0uMTc4YzAtLjY0NC0uMS0xLjEwNi0uMjk4LTEuMzg2LS4xOTktLjI3OS0uNTIyLS40MTktLjk3LS40MTlhLjk2Mi45NjIgMCAwIDAtLjg1LjQ2NWMtLjIwMy4zMS0uMzA0Ljc2LS4zMDQgMS4zNSAwIC41OTIuMTAyIDEuMDM1LjMwNiAxLjMzLjIwNC4yOTYuNDk2LjQ0My44NzUuNDQzem0xMC45MjItNC45MmMuNzA5IDAgMS4yNjQuMjc3IDEuNjY1LjgzLjQuNTUzLjYwMSAxLjMxMi42MDEgMi4yNzUgMCAuOTkyLS4yMDYgMS43Ni0uNjIgMi4zMDQtLjQxNC41NDQtLjk3Ny44MTYtMS42OS44MTYtLjcwNSAwLTEuMjU4LS4yNTYtMS42NTktLjc2OGgtLjExM2wtLjI3NC42NjFoLTEuMjUxdi04LjM1N2gxLjYzOHYxLjk0NGMwIC4yNDctLjAyMS42NDMtLjA2NCAxLjE4N2guMDY0Yy4zODMtLjU5NC45NS0uODkyIDEuNzAzLS44OTJ6bS0uNTI3IDEuMzFjLS40MDQgMC0uNy4xMjUtLjg4Ni4zNzQtLjE4Ni4yNDktLjI4My42Ni0uMjkgMS4yMzN2LjE3N2MwIC42NDUuMDk2IDEuMTA3LjI4NyAxLjM4Ni4xOTIuMjguNDk1LjQxOS45MS40MTkuMzM3IDAgLjYwNS0uMTU1LjgwNC0uNDY1LjE5OS0uMzEuMjk4LS43Ni4yOTgtMS4zNSAwLS41OTEtLjEtMS4wMzUtLjMtMS4zM2EuOTQzLjk0MyAwIDAgMC0uODIzLS40NDN6bTMuMTg2LTEuMTk3aDEuNzk0bDEuMTM0IDMuMzc5Yy4wOTYuMjkzLjE2My42NC4xOTggMS4wNDJoLjAzM2E0LjU5IDQuNTkgMCAwIDEgLjIzLTEuMDQybDEuMTEyLTMuMzc5aDEuNzU3bC0yLjU0IDYuNzczYy0uMjM0LjYyNy0uNTY2IDEuMDk2LS45OTcgMS40MDctLjQzMi4zMTItLjkzNi40NjgtMS41MTIuNDY4LS4yODMgMC0uNTYtLjAzLS44MzMtLjA5MnYtMS4zYTIuOCAyLjggMCAwIDAgLjY0NS4wN2MuMjkgMCAuNTQzLS4wODguNzYtLjI2Ni4yMTctLjE3Ny4zODYtLjQ0NC41MDgtLjgwM2wuMDk2LS4yOTUtMi4zODUtNS45NjJ6Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzMpIj48Y2lyY2xlIGN4PSIxOSIgY3k9IjE5IiByPSIxOSIgZmlsbD0iI0UwRTBFMCIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yMi40NzQgMTUuNDQzaDUuMTYyTDEyLjQzNiAzMC40VjEwLjM2M2gxNS4ybC01LjE2MiA1LjA4eiIvPjwvZz48cGF0aCBmaWxsPSIjRDJEMkQyIiBkPSJNMTIxLjU0NCAxNC41NnYtMS43MjhoOC4yNzJ2MS43MjhoLTMuMDI0VjI0aC0yLjI0di05LjQ0aC0zLjAwOHptMTMuNzQ0IDkuNTY4Yy0xLjI5IDAtMi4zNDEtLjQxOS0zLjE1Mi0xLjI1Ni0uODEtLjgzNy0xLjIxNi0xLjk0NC0xLjIxNi0zLjMycy40MDgtMi40NzcgMS4yMjQtMy4zMDRjLjgxNi0uODI3IDEuODcyLTEuMjQgMy4xNjgtMS4yNHMyLjM2LjQwMyAzLjE5MiAxLjIwOGMuODMyLjgwNSAxLjI0OCAxLjg4IDEuMjQ4IDMuMjI0IDAgLjMxLS4wMjEuNTk3LS4wNjQuODY0aC02LjQ2NGMuMDUzLjU3Ni4yNjcgMS4wNC42NCAxLjM5Mi4zNzMuMzUyLjg0OC41MjggMS40MjQuNTI4Ljc3OSAwIDEuMzU1LS4zMiAxLjcyOC0uOTZoMi40MzJhMy44OTEgMy44OTEgMCAwIDEtMS40ODggMi4wNjRjLS43MzYuNTMzLTEuNjI3LjgtMi42NzIuOHptMS40OC02LjY4OGMtLjQtLjM1Mi0uODgzLS41MjgtMS40NDgtLjUyOHMtMS4wMzcuMTc2LTEuNDE2LjUyOGMtLjM3OS4zNTItLjYwNS44MjEtLjY4IDEuNDA4aDQuMTkyYy0uMDMyLS41ODctLjI0OC0xLjA1Ni0uNjQ4LTEuNDA4em03LjAxNi0yLjMwNHYxLjU2OGMuNTk3LTEuMTMgMS40NjEtMS42OTYgMi41OTItMS42OTZ2Mi4zMDRoLS41NmMtLjY3MiAwLTEuMTc5LjE2OC0xLjUyLjUwNC0uMzQxLjMzNi0uNTEyLjkxNS0uNTEyIDEuNzM2VjI0aC0yLjI1NnYtOC44NjRoMi4yNTZ6bTYuNDQ4IDB2MS4zMjhjLjU2NS0uOTcgMS40ODMtMS40NTYgMi43NTItMS40NTYuNjcyIDAgMS4yNzIuMTU1IDEuOC40NjQuNTI4LjMxLjkzNi43NTIgMS4yMjQgMS4zMjguMzEtLjU1NS43MzMtLjk5MiAxLjI3Mi0xLjMxMmEzLjQ4OCAzLjQ4OCAwIDAgMSAxLjgxNi0uNDhjMS4wNTYgMCAxLjkwNy4zMyAyLjU1Mi45OTIuNjQ1LjY2MS45NjggMS41OS45NjggMi43ODRWMjRoLTIuMjR2LTQuODk2YzAtLjY5My0uMTc2LTEuMjI0LS41MjgtMS41OTItLjM1Mi0uMzY4LS44MzItLjU1Mi0xLjQ0LS41NTJzLTEuMDkuMTg0LTEuNDQ4LjU1MmMtLjM1Ny4zNjgtLjUzNi44OTktLjUzNiAxLjU5MlYyNGgtMi4yNHYtNC44OTZjMC0uNjkzLS4xNzYtMS4yMjQtLjUyOC0xLjU5Mi0uMzUyLS4zNjgtLjgzMi0uNTUyLTEuNDQtLjU1MnMtMS4wOS4xODQtMS40NDguNTUyYy0uMzU3LjM2OC0uNTM2Ljg5OS0uNTM2IDEuNTkyVjI0aC0yLjI1NnYtOC44NjRoMi4yNTZ6TTE2NC45MzYgMjRWMTIuMTZoMi4yNTZWMjRoLTIuMjU2em03LjA0LS4xNi0zLjQ3Mi04LjcwNGgyLjUyOGwyLjI1NiA2LjMwNCAyLjM4NC02LjMwNGgyLjM1MmwtNS41MzYgMTMuMDU2aC0yLjM1MmwxLjg0LTQuMzUyeiIvPjwvZz48L3N2Zz4=) 50% no-repeat!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;display:block!important;height:2.375rem!important;margin:0 auto 3.125rem!important;opacity:1!important;visibility:visible!important;width:11.125rem!important}.terms-content div:has(>br:only-child){line-height:.5rem!important;margin:.5rem 0!important}.terms-content div>br:only-child{display:block!important;line-height:.5rem!important;margin:0!important}.terms-content>div>div{margin-bottom:1.2rem}.terms-content br+br{display:none}.terms-content div[style*=line-height]{text-align:justify!important}.terms-content div:empty{display:none}.terms-content [data-custom-class=body_text] strong{font-weight:600!important}.terms-content [data-custom-class=body_text]{display:block;margin-bottom:1rem}.terms-content em,.terms-content i{color:var(--gray-medium)!important;font-style:italic!important}.terms-content ol ol,.terms-content ul ul{margin-bottom:.5rem!important;margin-top:.5rem!important}.terms-content bdt{display:inline}.terms-content div[style*=color]>span{color:inherit!important}@media (max-width:768px){.terms-content [data-custom-class=heading_1] h2{font-size:1.5rem!important}.terms-content [data-custom-class=heading_2] h3,.terms-content [data-custom-class=heading_2] strong{font-size:1.2rem!important}.terms-content div[style*=line-height]{text-align:left!important}}@media (max-width:480px){.terms-content [data-custom-class=heading_1] h2{font-size:1.3rem!important}.terms-content [data-custom-class=heading_2] h3,.terms-content [data-custom-class=heading_2] strong{font-size:1.1rem!important}.terms-content ol,.terms-content ul{margin-left:1rem!important}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.02e86657.css.map*/