*{box-sizing:border-box;margin:0;padding:0}.logo{align-items:center;gap:.5rem;display:flex}.logo-img{width:70px}.pricing{padding-top:30px;padding-bottom:30px}.mobile-menu{background:rgba(255,255,255,.98);border-top:1px solid rgba(0,0,0,.08);flex-direction:column;gap:.25rem;padding:1rem 2rem 1.5rem;display:none}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--text-gray);border-bottom:1px solid rgba(0,0,0,.05);padding:.75rem 0;font-size:1rem;font-weight:500;text-decoration:none;display:block}.mobile-menu a:last-child{text-align:center;border-bottom:none;margin-top:.5rem}:root{--primary-green:#00c853;--dark-green:#00a344;--dark-gray:#1a1a2e;--medium-gray:#2d2d44;--light-gray:#f5f5f7;--text-gray:#6b7280;--white:#fff}body{color:var(--dark-gray);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(0,0,0,.05);width:100%;padding:1rem 0;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{color:var(--dark-gray);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo span{color:var(--primary-green)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-gray);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--primary-green)}.btn-primary{background:linear-gradient(135deg, var(--primary-green), var(--dark-green));color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,200,83,.3)}.btn-secondary{color:var(--primary-green);border:2px solid var(--primary-green);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background:var(--primary-green);color:var(--white)}.hero{background:linear-gradient(135deg, var(--dark-gray) 0%, var(--medium-gray) 100%);padding:8rem 2rem 4rem;position:relative;overflow:hidden}.input-form{border:none;border-radius:8px;outline:none;width:100%;margin-bottom:.8rem;padding:.9rem;font-size:.95rem}.hero:before{content:"";background:radial-gradient(circle,rgba(0,200,83,.1) 0%,transparent 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:-50%;right:-20%}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.hero-content h1{color:var(--white);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-content h1 span{color:var(--primary-green)}.hero-content p{color:rgba(255,255,255,.8);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.hero-image{position:relative}.hero-image img{border-radius:20px;width:100%;box-shadow:0 30px 60px rgba(0,0,0,.3)}.whatsapp-float{background:var(--white);border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:3s ease-in-out infinite float;display:flex;position:absolute;bottom:-20px;left:-20px;box-shadow:0 10px 40px rgba(0,0,0,.2)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.whatsapp-icon{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.trust-badges{color:rgba(255,255,255,.6);align-items:center;gap:2rem;margin-top:3rem;font-size:.875rem;display:flex}.problem{background:var(--light-gray);padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--dark-gray);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-header p{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.125rem}.pain-points{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.pain-card{background:var(--white);text-align:center;border-radius:16px;padding:2rem;transition:transform .3s;box-shadow:0 4px 20px rgba(0,0,0,.05)}.pain-card:hover{transform:translateY(-5px)}.pain-icon{background:rgba(239,68,68,.1);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.pain-card h3{color:var(--dark-gray);margin-bottom:.5rem;font-size:1.25rem}.pain-card p{color:var(--text-gray);font-size:.95rem}.solution{background:var(--white);padding:6rem 2rem}.solution-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.solution-content h2{color:var(--dark-gray);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.solution-content h2 span{color:var(--primary-green)}.solution-content p{color:var(--text-gray);margin-bottom:2rem;font-size:1.125rem}.solution-features{list-style:none}.solution-features li{align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.solution-features li:before{content:"✓";background:var(--primary-green);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;display:flex}.solution-image{position:relative}.chat-mockup{background:#e5ddd5;border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px rgba(0,0,0,.15)}.chat-header{color:#fff;background:#075e54;border-radius:12px 12px 0 0;align-items:center;gap:.75rem;margin:-1.5rem -1.5rem 1rem;padding:1rem;display:flex}.chat-message{background:#fff;border-radius:8px;max-width:80%;margin-bottom:.5rem;padding:.75rem 1rem;box-shadow:0 1px 2px rgba(0,0,0,.1)}.chat-message.user{background:#dcf8c6;margin-left:auto}.chat-message.bot{background:#fff}.chat-time{color:#999;text-align:right;margin-top:.25rem;font-size:.7rem}.how-it-works{background:var(--dark-gray);color:var(--white);padding:6rem 2rem}.how-it-works h2{text-align:center;margin-bottom:4rem;font-size:2.5rem}.steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.step{text-align:center;padding:2rem;position:relative}.step-number{background:var(--primary-green);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.step h3{margin-bottom:.75rem;font-size:1.25rem}.step p{color:rgba(255,255,255,.7);font-size:.95rem}.benefits{background:var(--light-gray);padding:6rem 2rem}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.benefit-card{background:var(--white);text-align:center;border:2px solid transparent;border-radius:20px;padding:2.5rem;transition:all .3s}.benefit-card:hover{border-color:var(--primary-green);transform:translateY(-5px)}.benefit-icon{background:linear-gradient(135deg, var(--primary-green), var(--dark-green));color:#fff;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.benefit-card h3{color:var(--dark-gray);margin-bottom:.75rem;font-size:1.25rem}.benefit-card p{color:var(--text-gray)}.features{background:var(--white);padding:6rem 2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-item{border-radius:16px;gap:1.5rem;padding:1.5rem;transition:background .3s;display:flex}.feature-item:hover{background:var(--light-gray)}.feature-icon{background:rgba(0,200,83,.1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.feature-content h3{color:var(--dark-gray);margin-bottom:.5rem;font-size:1.125rem}.feature-content p{color:var(--text-gray);font-size:.95rem}.testimonials{background:var(--light-gray);padding:6rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.testimonial-card{background:var(--white);border-radius:20px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05)}.testimonial-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--primary-green), var(--dark-green));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.25rem;font-weight:700;display:flex}.testimonial-info h4{color:var(--dark-gray);font-size:1.125rem}.testimonial-info span{color:var(--text-gray);font-size:.875rem}.stars{color:#fbbf24;margin-bottom:1rem}.testimonial-text{color:var(--text-gray);font-style:italic;line-height:1.6}.target{background:var(--white);padding:6rem 2rem}.target-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.target-image img{border-radius:20px;width:100%}.target-list{list-style:none}.target-list li{border-bottom:1px solid #eee;align-items:center;gap:1rem;padding:1rem 0;font-size:1.1rem;display:flex}.target-list li:last-child{border-bottom:none}.check-icon{color:var(--primary-green);font-size:1.25rem;font-weight:700}.cta-section{background:linear-gradient(135deg, var(--primary-green), var(--dark-green));text-align:center;color:var(--white);padding:6rem 2rem}.cta-section h2{margin-bottom:1rem;font-size:2.5rem}.cta-section p{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.cta-btn-white{background:var(--white);color:var(--primary-green);border-radius:8px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.cta-btn-white:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.guarantee{opacity:.8;margin-top:2rem;font-size:.9rem}.faq{background:var(--light-gray);padding:6rem 2rem}.faq-list{max-width:800px;margin:0 auto}.faq-question{cursor:pointer;color:var(--dark-gray);justify-content:space-between;align-items:center;padding:1.5rem;font-weight:600;display:flex}footer{background:var(--dark-gray);color:var(--white);padding:4rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-section h4{color:var(--primary-green);margin-bottom:1rem}.footer-section a{color:rgba(255,255,255,.7);margin-bottom:.5rem;text-decoration:none;transition:color .3s;display:block}.footer-bottom{text-align:center;color:rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.problem-cta{text-align:center;margin-top:2.5rem}.problem-cta-link{color:var(--text-gray);font-size:1rem;text-decoration:none;transition:color .3s;display:inline-block}.problem-cta-link:hover{color:var(--primary-green)}.problem-cta-link span{color:var(--primary-green);font-weight:600}.faq-item{background:var(--white);border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-question{cursor:pointer;color:var(--dark-gray);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.5rem;font-weight:600;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-icon{flex-shrink:0;margin-left:1rem;transition:transform .3s}.faq-answer{color:var(--text-gray);padding:0 1.5rem 1.5rem;line-height:1.6}.cta-sucesso{color:var(--white);text-align:center;background:rgba(255,255,255,.15);border-radius:8px;margin-top:1rem;padding:1rem;font-weight:600}.whatsapp-float-mobile{background:var(--white);border-radius:16px;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.5rem;display:none;box-shadow:0 4px 20px rgba(0,0,0,.1)}.sticky-cta-mobile{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:rgba(255,255,255,.97);border-top:1px solid rgba(0,0,0,.08);padding:.75rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.sticky-btn{text-align:center;width:100%;padding:1rem;font-size:1rem;display:block}@media (max-width:768px){.hero-container,.solution-grid,.target-content{grid-template-columns:1fr}.hero-content h1{font-size:1.875rem;line-height:1.2}.nav-links{display:none}.hero{padding-top:5rem;padding-bottom:3rem}.hero-image{order:-1}.hero-image img{object-fit:cover;max-height:220px}.whatsapp-float{display:none}.whatsapp-float-mobile{grid-column:1/-1;display:flex}.sticky-cta-mobile{display:block}body{padding-bottom:80px}.section-header h2{font-size:1.875rem}.hero-cta{flex-direction:column}.hero-cta a{text-align:center}.trust-badges{flex-wrap:wrap;gap:1rem;font-size:.8rem}.testimonials-grid{grid-template-columns:1fr}}[data-v-7be6fa94]{box-sizing:border-box;margin:0;padding:0}.privacy-page[data-v-7be6fa94]{color:#1a1a2e;background:#f5f5f7;min-height:100vh;font-family:Inter,sans-serif;line-height:1.7}nav[data-v-7be6fa94]{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo[data-v-7be6fa94]{color:#1a1a2e;font-size:1.25rem;font-weight:800;text-decoration:none}.logo span[data-v-7be6fa94]{color:#00c853}.back[data-v-7be6fa94]{color:#6b7280;text-decoration:none}.back[data-v-7be6fa94]:hover{color:#00c853}.container[data-v-7be6fa94]{background:#fff;border-radius:16px;max-width:800px;margin:3rem auto;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}h1[data-v-7be6fa94]{margin-bottom:.5rem;font-size:2rem}.updated[data-v-7be6fa94]{color:#6b7280;border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem;font-size:.875rem}h2[data-v-7be6fa94]{margin:2rem 0 .75rem;font-size:1.25rem}p[data-v-7be6fa94]{color:#374151;margin-bottom:1rem}ul[data-v-7be6fa94]{margin-bottom:1rem;padding-left:1.5rem}li[data-v-7be6fa94]{margin-bottom:.4rem}a[data-v-7be6fa94]{color:#00c853}.highlight[data-v-7be6fa94]{background:#f0fdf4;border-left:4px solid #00c853;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.5rem}footer[data-v-7be6fa94]{text-align:center;color:#6b7280;padding:2rem;font-size:.875rem}[data-v-d055e03a]{box-sizing:border-box;margin:0;padding:0}.terms-page[data-v-d055e03a]{color:#1a1a2e;background:#f5f5f7;min-height:100vh;font-family:Inter,sans-serif;line-height:1.7}nav[data-v-d055e03a]{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo[data-v-d055e03a]{color:#1a1a2e;font-size:1.25rem;font-weight:800;text-decoration:none}.logo span[data-v-d055e03a]{color:#00c853}.back[data-v-d055e03a]{color:#6b7280;text-decoration:none}.back[data-v-d055e03a]:hover{color:#00c853}.container[data-v-d055e03a]{background:#fff;border-radius:16px;max-width:800px;margin:3rem auto;padding:2.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}h1[data-v-d055e03a]{margin-bottom:.5rem;font-size:2rem}.updated[data-v-d055e03a]{color:#6b7280;border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:2rem;font-size:.875rem}h2[data-v-d055e03a]{margin:2rem 0 .75rem;font-size:1.25rem}p[data-v-d055e03a]{color:#374151;margin-bottom:1rem}ul[data-v-d055e03a]{margin-bottom:1rem;padding-left:1.5rem}li[data-v-d055e03a]{margin-bottom:.4rem}a[data-v-d055e03a]{color:#00c853}.highlight[data-v-d055e03a]{background:#f0fdf4;border-left:4px solid #00c853;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.5rem}footer[data-v-d055e03a]{text-align:center;color:#6b7280;padding:2rem;font-size:.875rem}[data-v-985f2730]{box-sizing:border-box;margin:0;padding:0}.lgpd-page[data-v-985f2730]{color:#1a1a2e;background:#f5f5f7;min-height:100vh;font-family:Inter,sans-serif;line-height:1.7}nav[data-v-985f2730]{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.logo[data-v-985f2730]{color:#1a1a2e;font-size:1.25rem;font-weight:800;text-decoration:none}.logo span[data-v-985f2730]{color:#00c853}.back[data-v-985f2730]{color:#6b7280;text-decoration:none}.container[data-v-985f2730]{background:#fff;border-radius:16px;max-width:800px;margin:3rem auto;padding:2.5rem}.updated[data-v-985f2730]{color:#6b7280;margin-bottom:2rem}.right-card[data-v-985f2730]{background:#f9fafb;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.highlight[data-v-985f2730]{background:#f0fdf4;border-left:4px solid #00c853;margin:1.5rem 0;padding:1rem}.cta-box[data-v-985f2730]{color:#fff;text-align:center;background:linear-gradient(135deg,#00c853,#00a344);border-radius:12px;margin-top:2rem;padding:2rem}footer[data-v-985f2730]{text-align:center;color:#6b7280;padding:2rem}.radio-group{text-align:left;margin-bottom:1rem}.radio-title{margin-bottom:.5rem;font-weight:600;display:block}.radio-option{cursor:pointer;align-items:center;gap:.4rem;margin-right:1.5rem;display:inline-flex}.legal-links{flex-direction:column;gap:.5rem;display:flex}.footer-section a{color:rgba(255,255,255,.7);text-decoration:none;transition:all .3s}.footer-section a:hover{color:#00c853}.Vue-Toastification__container{z-index:9999;box-sizing:border-box;color:#fff;pointer-events:none;flex-direction:column;width:600px;min-height:100%;padding:4px;display:flex;position:fixed}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{flex-direction:column-reverse;bottom:1em}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not ((-moz-appearance:none)){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not ((-moz-appearance:none)){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{margin-left:-300px;left:50%}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;margin:0;padding:0;left:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{flex-direction:column-reverse;bottom:0}}.Vue-Toastification__toast{box-sizing:border-box;pointer-events:auto;direction:ltr;border-radius:8px;justify-content:space-between;min-width:326px;max-width:600px;min-height:64px;max-height:800px;margin-bottom:1rem;padding:22px 24px;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;display:inline-flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 1px 10px rgba(0,0,0,.1),0 2px 15px rgba(0,0,0,.05)}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{color:#fff;background-color:#1976d2}.Vue-Toastification__toast--info{color:#fff;background-color:#2196f3}.Vue-Toastification__toast--success{color:#fff;background-color:#4caf50}.Vue-Toastification__toast--error{color:#fff;background-color:#ff5252}.Vue-Toastification__toast--warning{color:#fff;background-color:#ffc107}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{word-break:break-word;white-space:pre-wrap;flex:1;font-size:16px;line-height:24px}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{cursor:pointer;color:#fff;opacity:.3;background:0 0;border:none;outline:none;align-items:center;padding:0 0 0 10px;font-size:24px;font-weight:700;line-height:24px;transition:visibility,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{z-index:10000;transform-origin:0;background-color:rgba(255,255,255,.7);width:100%;height:5px;animation:linear forwards scale-x-frames;position:absolute;bottom:0;left:0}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:100%}.Vue-Toastification__icon{background:0 0;border:none;outline:none;align-items:center;width:20px;height:100%;margin:auto 18px auto 0;padding:0;transition:all .3s}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(1000px)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}@keyframes fadeOutTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes fadeOutBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}@keyframes slideInBlurredLeft{0%{transform-origin:100%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0;transform:translate(-1000px)scaleX(2.5)scaleY(.2)}to{transform-origin:50%;-webkit-filter:blur();filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}}@keyframes slideInBlurredTop{0%{transform-origin:50% 0;-webkit-filter:blur(240px);filter:blur(240px);opacity:0;transform:translateY(-1000px)scaleY(2.5)scaleX(.2)}to{transform-origin:50%;-webkit-filter:blur();filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}}@keyframes slideInBlurredRight{0%{transform-origin:0%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0;transform:translate(1000px)scaleX(2.5)scaleY(.2)}to{transform-origin:50%;-webkit-filter:blur();filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}}@keyframes slideInBlurredBottom{0%{transform-origin:50% 100%;-webkit-filter:blur(240px);filter:blur(240px);opacity:0;transform:translateY(1000px)scaleY(2.5)scaleX(.2)}to{transform-origin:50%;-webkit-filter:blur();filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}}@keyframes slideOutBlurredTop{0%{transform-origin:50% 0;-webkit-filter:blur();filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}to{transform-origin:50% 0;-webkit-filter:blur(240px);filter:blur(240px);opacity:0;transform:translateY(-1000px)scaleY(2)scaleX(.2)}}@keyframes slideOutBlurredBottom{0%{transform-origin:50%;-webkit-filter:blur();filter:blur();opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}to{transform-origin:50% 100%;-webkit-filter:blur(240px);filter:blur(240px);opacity:0;transform:translateY(1000px)scaleY(2)scaleX(.2)}}@keyframes slideOutBlurredLeft{0%{transform-origin:50%;-webkit-filter:blur();filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}to{transform-origin:100%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0;transform:translate(-1000px)scaleX(2)scaleY(.2)}}@keyframes slideOutBlurredRight{0%{transform-origin:50%;-webkit-filter:blur();filter:blur();opacity:1;transform:translate(0)scaleY(1)scaleX(1)}to{transform-origin:0%;-webkit-filter:blur(40px);filter:blur(40px);opacity:0;transform:translate(1000px)scaleX(2)scaleY(.2)}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-property:all;transition-duration:.4s;transition-timing-function:ease-in-out}
