@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--background: hsl(220, 15%, 5%);--card: hsl(220, 15%, 8%);--secondary: hsl(220, 15%, 12%);--muted: hsl(220, 12%, 14%);--brand-surface: #111317;--brand-surface-hover: #16181d;--brand-dark: #0b0c0f;--foreground: hsl(210, 20%, 92%);--foreground-muted: hsl(215, 15%, 58%);--foreground-secondary: hsl(210, 20%, 75%);--primary: hsl(152, 60%, 40%);--primary-hover: hsl(152, 60%, 35%);--brand-red: oklch(.62, .22, 27);--brand-yellow: oklch(.85, .18, 85);--brand-green: oklch(.62, .17, 152);--brand-blue: oklch(.62, .22, 262);--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .14);--radius: 12px;--radius-sm: 8px;--font-display: "Inter", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--container-max: 1280px;--container-px: 1.5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;max-width:100vw}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--foreground)}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button{cursor:pointer;font-family:var(--font-body)}ul{list-style:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-px)}.section{padding:3.5rem 0}@media(min-width:768px){.section{padding:6rem 0}}.animate-item{opacity:0;transform:translateY(22px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.animate-item.is-visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:80ms}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.delay-5{transition-delay:.4s}.delay-6{transition-delay:.48s}.section-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--foreground-muted);margin-bottom:.875rem}.section-label:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--primary);flex-shrink:0}.section-title{font-family:var(--font-display);font-size:clamp(1.875rem,4vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--foreground);margin-bottom:1rem}.section-subtitle{font-size:1.0625rem;color:var(--foreground-muted);max-width:600px;line-height:1.7}.tri-bar{height:3px;width:3rem;border-radius:2px;background:linear-gradient(90deg,var(--brand-red),var(--brand-yellow),var(--brand-green),var(--brand-blue),var(--brand-red));background-size:200% 100%;animation:tri-bar-flow 12s linear infinite;margin-bottom:1.25rem}.tri-bar-under{height:3px;width:2.75rem;border-radius:2px;background:linear-gradient(90deg,var(--brand-red),var(--brand-yellow),var(--brand-green),var(--brand-blue),var(--brand-red));background-size:200% 100%;animation:tri-bar-flow 12s linear infinite;margin-top:1rem}.btn-primary{position:relative;z-index:0;display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--foreground);background:#ffffff0a;border:none;cursor:pointer;transition:opacity .2s,transform .2s,box-shadow .2s;text-decoration:none}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:linear-gradient(90deg,var(--brand-red),var(--brand-yellow),var(--brand-green),var(--brand-blue),var(--brand-red));background-size:300% 100%;animation:tri-bar-flow 18s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 24px #29a36a4d}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--foreground);background:var(--brand-surface);border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:background .2s,border-color .2s,transform .2s;text-decoration:none}.btn-secondary:hover{background:var(--brand-surface-hover);border-color:#ffffff24;transform:translateY(-1px)}.btn-cta-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;height:48px;padding:0 1.25rem;border-radius:9999px;background:linear-gradient(135deg,#4285f4,#34a853);color:#fff;font-family:var(--font-body);font-weight:600;font-size:.875rem;border:none;cursor:pointer;box-shadow:0 8px 24px #00000073;transition:box-shadow .2s,transform .2s;display:inline-flex;align-items:center;text-decoration:none}.btn-cta-float:hover{box-shadow:0 12px 36px #0000008c;transform:translateY(-2px)}.surface-card{background:var(--brand-surface);border:1px solid rgba(255,255,255,.06);box-shadow:#ffffff0a 0 1px inset;border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column}.surface-card-hover{background:var(--brand-surface);border:1px solid rgba(255,255,255,.06);box-shadow:#ffffff0a 0 1px inset;border-radius:var(--radius);padding:1.5rem;transition:background .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s}.surface-card-hover:hover{background:var(--brand-surface-hover);transform:translateY(-3px);box-shadow:#0003 0 12px 32px -8px,#ffffff08 0 1px inset}.animated-gradient-border{position:relative;padding:2px;border-radius:var(--radius);background:linear-gradient(90deg,var(--brand-red),var(--brand-yellow),var(--brand-green),var(--brand-blue),var(--brand-red));background-size:300% 100%;animation:tri-bar-flow 18s linear infinite}.animated-gradient-border>.card-inner{background:var(--brand-surface);border-radius:calc(var(--radius) - 2px);padding:1.5rem;height:100%;display:flex;flex-direction:column}.grid-3{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-2{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.module-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.module-icon.green{background:#29a36a1f;color:#29a36a}.module-icon.blue{background:#4285f41f;color:#4285f4}.module-icon.yellow{background:#fbbc041f;color:#fbbc04}.module-icon.red{background:#ea43351f;color:#ea4335}.module-icon.cyan{background:#00bcd41f;color:#00bcd4}.header{position:sticky;top:0;z-index:50;height:64px;background:#0b0c0fe0;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-bottom:1px solid var(--border);transition:background .3s;width:100%}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.logo{font-family:var(--font-display);font-size:1rem;font-weight:400;color:var(--foreground);letter-spacing:-.01em;text-decoration:none;flex-shrink:0;white-space:nowrap}.logo strong{font-weight:800;background:linear-gradient(90deg,var(--brand-green),var(--brand-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-desktop{display:none;gap:.25rem;align-items:center}@media(min-width:1024px){.nav-desktop{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:var(--foreground-muted);padding:.5rem 1rem;border-radius:var(--radius-sm);transition:color .2s,background .2s}.nav-link:hover{color:var(--foreground);background:var(--secondary)}.nav-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.nav-actions>.btn-secondary{display:none;padding:.5rem 1.25rem;font-size:.875rem}@media(min-width:1024px){.nav-actions>.btn-secondary{display:inline-flex}}.hamburger{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);background:transparent;border:1px solid var(--border);color:var(--foreground-muted);transition:background .2s,color .2s}.hamburger:hover{background:var(--secondary);color:var(--foreground)}@media(min-width:1024px){.hamburger{display:none}}.nav-cta{display:none;padding:.5rem 1.125rem;font-size:.875rem}@media(min-width:1024px){.nav-cta{display:inline-flex}}.mobile-menu{position:fixed;top:64px;left:0;right:0;width:100%;background:#0b0c0ffa;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-bottom:1px solid var(--border);padding:1rem 1.5rem;z-index:49;display:flex;flex-direction:column;gap:.25rem}.mobile-menu-cta{margin-top:.75rem;justify-content:center;text-align:center}.mobile-nav-link{display:block;padding:.75rem 1rem;border-radius:var(--radius-sm);color:var(--foreground-muted);font-weight:500;transition:color .2s,background .2s}.mobile-nav-link:hover{color:var(--foreground);background:var(--secondary)}.hero{position:relative;z-index:0;isolation:isolate;min-height:92svh;display:flex;flex-direction:column;justify-content:center;background:var(--brand-dark);overflow:hidden}.hero>.container{width:100%;min-width:0}@media(min-width:768px){.hero{min-height:58vh}}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 90% at 2% 45%,rgba(210,40,25,.4) 0%,transparent 55%),radial-gradient(ellipse 60% 75% at 98% 30%,rgba(0,165,150,.32) 0%,transparent 55%),radial-gradient(ellipse 45% 55% at 50% 100%,rgba(41,100,200,.16) 0%,transparent 50%);animation:hero-glow 9s ease-in-out infinite alternate;pointer-events:none;z-index:0}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.05) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;width:100%;padding:4rem 0 7rem}@media(min-width:768px){.hero-content{padding:4rem 0}}.hero-content-inner{max-width:860px;width:100%;margin:0 auto;box-sizing:border-box}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:9999px;background:#29a36a14;border:1px solid rgba(41,163,106,.22);color:#4ade80;font-size:.6875rem;font-weight:500;letter-spacing:.04em;margin-bottom:1.75rem;max-width:calc(100vw - 3rem);text-align:left;line-height:1.5}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;flex-shrink:0;animation:blob-pulse 2s ease-in-out infinite}.hero h1{font-size:clamp(1.75rem,5.5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem;overflow-wrap:break-word;word-break:break-word;max-width:100%}.hero-subtitle{font-size:clamp(.875rem,2vw,1.0625rem);color:var(--foreground-muted);max-width:520px;width:100%;margin:0 auto 2.25rem;line-height:1.7;overflow-wrap:break-word}.hero-ctas{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;margin-bottom:3rem}@media(min-width:480px){.hero-ctas{flex-direction:row;justify-content:center;align-items:center}}.hero-ctas .btn-primary,.hero-ctas .btn-secondary{justify-content:center}.hero-divider{width:100%;max-width:640px;margin:0 auto 2.25rem;border:none;border-top:1px solid rgba(255,255,255,.07)}.hero-metrics{display:flex;justify-content:center;max-width:640px;margin:0 auto}.hero-metrics>div{flex:1;padding:0 .625rem;text-align:center;min-width:0}@media(min-width:480px){.hero-metrics>div{padding:0 1.5rem}}.hero-metrics>div+div{border-left:1px solid rgba(255,255,255,.1)}.metric-value{font-size:clamp(1.25rem,5.5vw,1.875rem);font-weight:800;color:var(--foreground);line-height:1;display:block;letter-spacing:-.02em;white-space:nowrap}.metric-label{font-size:.75rem;color:var(--foreground-muted);margin-top:.375rem;display:block;line-height:1.4}.problema-layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:900px){.problema-layout{grid-template-columns:1fr 1fr}}.dores-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:480px){.dores-grid{grid-template-columns:repeat(2,1fr)}}.dor-card{background:var(--background);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s,transform .2s}.dor-card:hover{border-color:#ffffff1a;transform:translateY(-2px)}.dor-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ea43351a;color:#ea4335;margin-bottom:.75rem}.dor-title{font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:var(--foreground);margin-bottom:.375rem;line-height:1.3}.dor-text{font-size:.8125rem;color:var(--foreground-muted);line-height:1.6}.modulo-card{background:var(--brand-surface);border:1px solid rgba(255,255,255,.06);box-shadow:#ffffff0a 0 1px inset;border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;transition:background .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s}.modulo-card:hover{background:var(--brand-surface-hover);transform:translateY(-3px);box-shadow:#0003 0 12px 32px -8px,#ffffff08 0 1px inset}.modulo-carga{display:inline-block;padding:.2rem .5rem;border-radius:4px;background:#ffffff0d;font-size:.75rem;color:var(--foreground-muted);margin-bottom:.625rem;width:fit-content}.modulo-num{font-family:var(--font-display);font-size:.75rem;font-weight:700;color:var(--foreground-muted);letter-spacing:.1em;margin-bottom:.25rem;text-transform:uppercase}.modulo-title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:.625rem;line-height:1.3}.modulo-desc{font-size:.84rem;color:var(--foreground-muted);line-height:1.65;margin-bottom:.875rem;flex:1}.modulo-para-quem{font-size:.8rem;color:var(--primary);font-weight:500}.timeline{display:grid;grid-template-columns:1fr;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border)}@media(min-width:768px){.timeline{grid-template-columns:repeat(3,1fr)}}.timeline-step{padding:2rem;background:var(--brand-surface);position:relative}@media(min-width:768px){.timeline-step:not(:last-child){border-right:1px solid var(--border)}}@media(max-width:767px){.timeline-step:not(:last-child){border-bottom:1px solid var(--border)}}.timeline-number{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:.8125rem;margin-bottom:1.25rem;flex-shrink:0}.timeline-step:nth-child(1) .timeline-number{background:#29a36a26;color:#29a36a;border:1px solid rgba(41,163,106,.3)}.timeline-step:nth-child(2) .timeline-number{background:#4285f426;color:#4285f4;border:1px solid rgba(66,133,244,.3)}.timeline-step:nth-child(3) .timeline-number{background:#fbbc0426;color:#fbbc04;border:1px solid rgba(251,188,4,.3)}.timeline-phase{font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--foreground-muted);margin-bottom:.375rem}.timeline-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--foreground);margin-bottom:1.25rem;line-height:1.2}.timeline-list{display:flex;flex-direction:column;gap:.625rem}.timeline-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--foreground-muted);line-height:1.5}.timeline-dot{width:5px;height:5px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:.55rem}.persona-bullets{display:flex;flex-direction:column;gap:.5rem;margin-top:.625rem}.persona-bullet{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--foreground-muted);line-height:1.5}.persona-bullet-dot{width:4px;height:4px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:.6rem}.marquee-wrapper{overflow:hidden;width:100%;max-width:100%;position:relative;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.marquee-track{display:flex;gap:1rem;width:max-content;animation:marquee-scroll 50s linear infinite}.marquee-track:hover{animation-play-state:paused}.testimonial-card{width:400px;flex-shrink:0;background:var(--brand-surface);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s}.testimonial-card:hover{border-color:#ffffff1a}.accent-green{border-left:3px solid #29a36a}.accent-blue{border-left:3px solid #4285F4}.accent-yellow{border-left:3px solid #FBBC04}.accent-red{border-left:3px solid #EA4335}.accent-cyan{border-left:3px solid #00BCD4}.testimonial-quote{font-size:3rem;line-height:1;color:var(--primary);font-family:var(--font-display);margin-bottom:.5rem;font-weight:800}.testimonial-text{font-size:.9rem;color:var(--foreground-muted);line-height:1.7;margin-bottom:1.25rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--brand-green),var(--brand-blue));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:.8125rem;color:#fff;flex-shrink:0}.testimonial-name{font-weight:600;font-size:.875rem;color:var(--foreground)}.testimonial-role{font-size:.75rem;color:var(--foreground-muted);margin-top:.1rem}.precos-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.precos-grid{grid-template-columns:repeat(3,1fr);align-items:start}}.plan-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:#ffffff0f;color:var(--foreground-muted);margin-bottom:1.25rem;line-height:1.5}.plan-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem;letter-spacing:-.01em}.plan-price{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--foreground);line-height:1.1;letter-spacing:-.02em}.plan-period{font-size:.8125rem;color:var(--foreground-muted);margin-top:.3rem;margin-bottom:1.5rem}.plan-features{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.75rem;flex:1}.plan-feature{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--foreground-muted);line-height:1.5}.plan-feature-icon{color:var(--primary);flex-shrink:0;margin-top:.15rem}.plan-cta{display:block;width:100%;padding:.875rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-weight:600;font-size:.9rem;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:opacity .2s,transform .2s,box-shadow .2s}.plan-cta:hover{opacity:.9;transform:translateY(-1px)}.plan-cta.cta-primary{background:linear-gradient(135deg,#4285f4,#34a853);color:#fff;box-shadow:0 4px 16px #4285f440}.plan-cta.cta-primary:hover{box-shadow:0 8px 24px #4285f459}.plan-cta.cta-secondary{background:#ffffff0f;color:var(--foreground);border:1px solid var(--border)}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:#ffffff1f}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:var(--brand-surface);border:none;color:var(--foreground);font-family:var(--font-body);font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;transition:background .2s}.faq-trigger:hover{background:var(--brand-surface-hover)}.faq-icon{flex-shrink:0;transition:transform .25s cubic-bezier(.16,1,.3,1);color:var(--foreground-muted)}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-content{padding:0 1.5rem 1.375rem;background:var(--brand-surface);color:var(--foreground-muted);font-size:.9rem;line-height:1.75}.footer{border-top:1px solid var(--border);padding:4rem 0 2.5rem;background:var(--brand-dark)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:400;margin-bottom:.75rem;display:block}.footer-logo strong{font-weight:800;background:linear-gradient(90deg,var(--brand-green),var(--brand-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:.875rem;color:var(--foreground-muted);max-width:320px;line-height:1.65;margin-bottom:1.5rem}.footer-contact{display:flex;flex-direction:column;gap:.5rem}.footer-contact a,.footer-contact span{font-size:.875rem;color:var(--foreground-muted);transition:color .2s}.footer-contact a:hover{color:var(--foreground)}.footer-heading{font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;color:var(--foreground-muted);transition:color .2s}.footer-links a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;align-items:flex-start}.footer-bottom p{font-size:.8125rem;color:var(--foreground-muted)}section+section{border-top:1px solid rgba(255,255,255,.055)}.section-center{text-align:center;margin-bottom:3rem}.section-center .section-label{justify-content:center}.section-center .section-subtitle{margin:0 auto}.section-center .tri-bar-under{margin-left:auto;margin-right:auto}@keyframes blob-pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes hero-glow{0%{opacity:.7}to{opacity:1}}@keyframes tri-bar-flow{0%{background-position:0% 0%}to{background-position:-200% 0%}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
