@font-face{font-family:Inter;src:url(/fonts/Inter-Thin.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-ThinItalic.woff2) format("woff2");font-weight:100;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraLight.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraLightItalic.woff2) format("woff2");font-weight:200;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic.woff2) format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-MediumItalic.woff2) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBoldItalic.woff2) format("woff2");font-weight:600;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-BoldItalic.woff2) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBoldItalic.woff2) format("woff2");font-weight:800;font-style:italic}@font-face{font-family:Inter;src:url(/fonts/Inter-Black.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter-BlackItalic.woff2) format("woff2");font-weight:900;font-style:italic}:root{--primary: #5B35B3;--primary-dark: #43269A;--primary-light: #906CF1;--secondary: #f7fafc;--text-dark: #1a202c;--text-body: #4A5568;--text-light: #718096;--text-lighter: #a0aec0;--white: #ffffff;--gray-100: #f7fafc;--gray-200: #edf2f7;--gray-300: #e2e8f0;--gray-400: #cbd5e0;--gray-500: #a0aec0;--gray-600: #718096;--gray-700: #4a5568;--gray-800: #2d3748;--gray-900: #1a202c;--light-blue-bg: #f5f8ff;--section-tint-bg: #f7f8fd;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--border-radius: .375rem;--container-width: 1280px}*{margin:0;padding:0;box-sizing:border-box}body,h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}header{background:var(--light-blue-bg);box-shadow:none;border-bottom:none;padding:0;position:sticky;top:0;z-index:1010;width:100%}.header-flex{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:64px;padding-top:.5rem;padding-bottom:.5rem;position:relative}.logo{font-family:Inter,sans-serif;font-size:2rem;font-weight:500;color:#222;letter-spacing:-.5px;margin-right:1rem;display:flex;align-items:center;flex-shrink:0}.logo img{height:32px;width:auto}.main-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center}.nav-links{display:flex;gap:2rem;list-style:none;padding:0;margin:0;flex-wrap:nowrap}.nav-links li{flex-shrink:0}.nav-links li a{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#333;transition:color .2s;padding:.25rem;white-space:nowrap}.nav-links li a:hover{color:var(--primary)}.btn-get-started{display:inline-flex;align-items:center;background:var(--primary);color:var(--white);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;border-radius:2rem;padding:.7rem 1.5rem;border:none;box-shadow:0 2px 8px #5b35b30f;transition:background .2s,color .2s;min-width:220px;justify-content:center;gap:.75rem;cursor:pointer}.btn-get-started:hover{background:var(--primary-dark);color:var(--white)}.btn-get-started .arrow-circle{margin-left:.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;width:38px;height:38px;min-width:38px;min-height:38px;box-sizing:border-box}.btn-get-started .arrow-circle svg{width:22px;height:22px;display:block}.btn-get-started .arrow-circle svg circle{fill:var(--white);stroke:none}.btn-get-started .arrow-circle svg path{stroke:#222;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 600px){.header-flex{flex-direction:row;justify-content:space-between;align-items:center;padding-top:.75rem;padding-bottom:.75rem;gap:.5rem}.logo{margin-right:0;min-width:0}.logo img{height:26px}.mobile-menu-toggle{align-self:center;flex-shrink:0;margin-left:auto;padding:8px}}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:10px;z-index:1000}.hamburger-line{display:block;width:25px;height:3px;background-color:var(--text-dark);margin:5px auto;border-radius:3px;transition:all .3s ease-in-out}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-weight:600;transition:all .3s;cursor:pointer;border:none}.btn-primary{background-color:var(--primary);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.12) 0%,transparent 55%),radial-gradient(ellipse 70% 90% at 90% 85%,rgba(0,0,0,.09) 0%,transparent 50%),linear-gradient(128deg,#6340b8 0%,var(--primary) 50%,var(--primary-dark) 100%);color:var(--white);box-shadow:0 6px 18px #43269a2e,inset 0 1px #ffffff1a}.btn-primary:hover{background-color:var(--primary-dark);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.08) 0%,transparent 55%),linear-gradient(128deg,var(--primary-dark) 0%,#3a2288 100%)}.btn-outline{background-color:transparent;color:var(--primary);border:1px solid var(--primary)}.btn-outline:hover{background-color:var(--primary);color:var(--white)}.btn-light{background-color:var(--white);color:var(--primary)}.btn-light:hover{background-color:var(--gray-100)}.hero{background:linear-gradient(180deg,var(--light-blue-bg) 0%,var(--white) 100%);display:flex;align-items:center;justify-content:center;padding:0;text-align:center}.hero-inner{width:100%;max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:5rem}.hero h1{font-family:Inter,sans-serif;font-size:3.25rem;font-weight:400;line-height:1.15;color:#222;margin-bottom:16px;letter-spacing:-1px}.hero-sub{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-body);font-weight:400;margin-bottom:2.5rem;line-height:1.6;max-width:520px}.btn-hero{display:inline-flex;align-items:center;background:var(--primary);color:var(--white);font-family:Inter,sans-serif;font-size:1rem;font-weight:400;border-radius:2rem;border:none;box-shadow:0 2px 8px #5b35b30f;transition:background .2s,color .2s;min-width:auto;justify-content:center;cursor:pointer;padding:6px 6px 6px 20px}.btn-hero:hover{background:var(--primary-dark);color:var(--white)}.btn-hero .arrow-circle{margin-left:.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;width:38px;height:38px;min-width:38px;min-height:38px;box-sizing:border-box}.btn-hero .arrow-circle svg{width:22px;height:22px;display:block}.btn-hero .arrow-circle svg circle{fill:var(--white);stroke:none}.btn-hero .arrow-circle svg path{stroke:#222;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 700px){.hero h1{font-size:clamp(1.75rem,7.5vw,2.25rem);letter-spacing:-.5px;padding:0 .25rem}.hero-sub{font-size:1rem;line-height:1.55;padding:0 .25rem;margin-bottom:2rem}.hero-inner{padding-top:2.5rem;padding-bottom:1.5rem}.hero-feed{width:min(92vw,360px)}.btn-hero{font-size:1rem;padding:.6rem 1.2rem;min-width:160px}.btn-hero .arrow-circle{width:32px;height:32px;min-width:32px;min-height:32px}.btn-hero .arrow-circle svg{width:18px;height:18px}}.app-features{background-color:var(--white)}.app-features h2{text-align:center;font-family:Inter,sans-serif;font-size:2.25rem;font-weight:400;color:#222;margin-bottom:4rem;line-height:1.1;letter-spacing:-1px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.feature-card{background-color:var(--light-blue-bg);border-radius:24px;padding:2.5rem;box-shadow:none;border:1px solid #eef2ff;display:flex;flex-direction:column}.feature-card-content{position:relative;margin-bottom:1.5rem}.feature-number-circle{position:absolute;top:-10px;right:-5px;width:36px;height:36px;background-color:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;font-family:Inter,sans-serif}.feature-card h3{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:#181818;margin-bottom:.75rem}.feature-card p{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-body);line-height:1.6;margin-bottom:0}.feature-image{border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);margin-top:auto}.feature-image img{width:100%;height:auto;display:block}.feature-icon{display:none}@media (max-width: 992px){.app-features h2{font-size:2.2rem;margin-bottom:3rem}.features-grid{gap:1.5rem}.feature-card{padding:1.5rem}.feature-card h3{font-size:1.3rem}.feature-card p{font-size:.95rem}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.app-features h2{font-size:1.8rem}}.pricing{padding:0 0 80px;background:#fff;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.pricing-inner{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.pricing-platform-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;margin-bottom:32px;border-radius:999px;background:#f3f4f6;border:1px solid #e5e7eb}.pricing-platform-toggle-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#4b5563;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;line-height:1;padding:10px 18px;border-radius:999px;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.pricing-platform-toggle-button.is-active{background-color:#fff;background-image:radial-gradient(circle at 28% 24%,rgba(255,255,255,.95) 0%,transparent 48%),linear-gradient(145deg,#fff,#f6f3ff);color:#111827;box-shadow:0 2px 6px #10182814,inset 0 1px #ffffffbf}.pricing-platform-toggle-button:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.pricing-title{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;text-align:center;margin-top:40px;margin-bottom:48px;line-height:1.1;letter-spacing:-1px}.pricing-cards{display:flex;gap:56px;width:100%;justify-content:center;align-items:stretch;margin-left:auto;margin-right:auto;flex-wrap:wrap}@media (max-width: 1200px){.pricing-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;justify-items:center;align-items:stretch}}@media (max-width: 900px){.pricing-cards{grid-template-columns:1fr;display:grid;gap:32px;max-width:98vw}}.pricing-card{background:var(--white);border-radius:28px;box-shadow:0 2px 24px #1e225a12;padding:44px 38px 36px;width:350px;min-width:300px;max-width:370px;display:flex;flex-direction:column;align-items:flex-start;border:1.5px solid #f3f3fa;position:relative}.pricing-card-content-wrapper{display:flex;flex-direction:column;flex-grow:1}.pricing-card-content-wrapper .pricing-desc{flex-grow:1}.pricing-card.premium{background:linear-gradient(180deg,#f7f8fd 0%,var(--light-blue-bg) 100%);box-shadow:0 4px 32px #5b35b31a;border:1.5px solid #e6e6f7}.pricing-card h3{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;color:#181818;margin-bottom:8px;margin-top:0}.pricing-desc{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-body);font-weight:400;margin-bottom:32px;margin-top:0;line-height:1.5}.pricing-price{display:flex;align-items:flex-end;margin-bottom:28px;margin-top:0}.pricing-amount{display:flex;align-items:flex-end;flex-shrink:0}.pricing-amount-value,.pricing-currency-symbol{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:400;color:#181818;line-height:1}.pricing-period{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-body);font-weight:400;line-height:1.2;margin-bottom:11px;margin-left:4px;white-space:nowrap}.pricing-currency-code{margin-right:4px}.btn-pricing{width:100%;margin-top:24px;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;padding:6px 6px 6px 20px;border-radius:2rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25;border:1.5px solid #ece6fa;background-color:var(--white);background-image:radial-gradient(ellipse 85% 110% at 18% 18%,rgba(255,255,255,.95) 0%,transparent 52%),linear-gradient(312deg,#fff,#f8f5ff 55%,#f0ebfc);color:var(--primary);box-shadow:inset 0 1px #fffc,0 2px 6px #5b35b30f;text-decoration:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;cursor:pointer;outline:none;min-height:50px;box-sizing:border-box}.btn-pricing-label{flex:1;text-align:center;padding:.25rem 0}.btn-pricing .arrow-circle{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.55) 0%,transparent 48%),linear-gradient(145deg,#f5f8ff,#ebe4fa);border-radius:50%;width:38px;height:38px;min-width:38px;min-height:38px;box-sizing:border-box;box-shadow:inset 0 1px #ffffff8c,0 2px 5px #5b35b314}.btn-pricing .arrow-circle .btn-arrow-svg{width:18px;height:18px}.btn-pricing:hover{background-color:#f8f5ff;background-image:radial-gradient(ellipse 85% 110% at 18% 18%,rgba(255,255,255,.9) 0%,transparent 52%),linear-gradient(312deg,#f8f5ff,#f0ebfc 55%,#e8e0f8);color:var(--primary);border-color:#d4c4f5;box-shadow:inset 0 1px #ffffffb3,0 3px 8px #5b35b31a}.btn-pricing:hover .arrow-circle{background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.75) 0%,transparent 48%),linear-gradient(145deg,#fff,#f0ebfc)}.btn-pricing-primary{background-color:var(--primary);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.12) 0%,transparent 55%),radial-gradient(ellipse 70% 90% at 90% 85%,rgba(0,0,0,.09) 0%,transparent 50%),linear-gradient(128deg,#6340b8 0%,var(--primary) 50%,var(--primary-dark) 100%);color:var(--white);border:none;box-shadow:0 6px 18px #43269a2e,inset 0 1px #ffffff1a}.btn-pricing-primary .arrow-circle{background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.95) 0%,transparent 48%),linear-gradient(145deg,#fff,#f3eeff);box-shadow:inset 0 1px #ffffffb3,0 2px 6px #0000001a}.btn-pricing-primary:hover{background-color:var(--primary-dark);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.08) 0%,transparent 55%),linear-gradient(128deg,var(--primary-dark) 0%,#3a2288 100%);color:var(--white);border:none;box-shadow:0 6px 18px #43269a38,inset 0 1px #ffffff14}.btn-pricing-primary:hover .arrow-circle{background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.95) 0%,transparent 48%),linear-gradient(145deg,#fff,#f3eeff)}.pricing-features{margin:8px 0 0;padding:0;list-style:none;width:100%}.pricing-features li{display:flex;align-items:center;font-family:Inter,sans-serif;font-size:.9375rem;color:#222;font-weight:400;margin-bottom:12px;gap:12px}.check-icon{width:22px;height:22px;min-width:22px;min-height:22px;display:inline-flex;align-items:center;justify-content:center;background:none}.check-icon:before{content:"";display:inline-block;width:22px;height:22px;background:url(icons/star-filled.svg) no-repeat center center / contain}@media (max-width: 1100px){.pricing-cards{gap:32px}.pricing-card{padding:32px 18px 28px;width:100%;min-width:0;max-width:340px}}@media (max-width: 900px){.pricing-inner{max-width:98vw}.pricing-cards{flex-direction:column;align-items:center;gap:32px;max-width:98vw}.pricing-card{width:100%;max-width:420px}}@media (max-width: 600px){.pricing-title{font-size:1.5rem;margin-bottom:28px}.pricing-card{padding:32px 18px 28px;border-radius:18px}.btn-pricing{font-size:.8125rem;min-height:46px;padding:5px 5px 5px 16px}.btn-pricing .arrow-circle{width:32px;height:32px;min-width:32px;min-height:32px}.btn-pricing .arrow-circle .btn-arrow-svg{width:16px;height:16px}.pricing-features li{font-size:.98rem}}.how-it-works{background:var(--white);padding:80px 0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.how-it-works-inner{width:100%;max-width:1040px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.how-it-works-title{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;text-align:center;margin-bottom:64px;line-height:1.1;letter-spacing:-1px}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%;justify-content:center}.how-it-works-card{background:linear-gradient(to bottom,rgba(245,248,255,.7) 0%,var(--white) 30%);border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 20px #5b35b30d;border:none}.how-it-works-icon{width:60px;height:60px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 2px 8px #5b35b326}.how-it-works-card h3{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-dark);margin-bottom:10px}.how-it-works-card p{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-body);font-weight:400;line-height:1.6;margin:0;max-width:300px}@media (max-width: 1000px){.how-it-works-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding:0 16px}.how-it-works-card{padding:28px 20px 24px}.how-it-works-title{font-size:2.2rem;margin-bottom:40px}}@media (max-width: 600px){.how-it-works-grid{grid-template-columns:1fr}.how-it-works-title{font-size:1.8rem}.how-it-works-card{padding:24px 16px}.how-it-works-icon{width:56px;height:56px;margin-bottom:20px}.how-it-works-icon img{width:24px;height:24px}.how-it-works-card h3{font-size:1.15rem}.how-it-works-card p{font-size:.95rem}}.testimonials{background:#fff;padding:80px 0;width:100%}.testimonials-inner{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.testimonials-title{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;text-align:center;margin-bottom:64px;line-height:1.1;letter-spacing:-1px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%}.testimonial-card{background:var(--gray-100);border-radius:20px;padding:32px 28px 28px;display:flex;flex-direction:column;align-items:flex-start;border:none;box-shadow:0 4px 12px #0000000d}.testimonial-author{display:flex;align-items:center;margin-bottom:20px;width:100%}.testimonial-avatar{width:52px;height:52px;border-radius:50%;margin-right:16px;-o-object-fit:cover;object-fit:cover}.testimonial-author-info h4{font-family:Inter,sans-serif;font-size:1rem;color:#181818;margin:0 0 2px}.testimonial-author-info p{font-family:Inter,sans-serif;font-size:.875rem;color:var(--gray-600);font-weight:400;margin:0}.testimonial-text{font-family:Inter,sans-serif;font-size:.9375rem;color:#333;font-weight:400;line-height:1.6;margin:0 0 20px;flex-grow:1}.testimonial-rating{font-family:Inter,sans-serif;font-size:1.1rem;letter-spacing:1px}@media (max-width: 1000px){.testimonials-grid{grid-template-columns:repeat(2,1fr);padding:0 16px}.testimonials-title{font-size:2.2rem;margin-bottom:48px}}@media (max-width: 680px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:24px 20px}.testimonials-title{font-size:1.8rem;margin-bottom:32px}.testimonial-avatar{width:48px;height:48px}.testimonial-author-info h4{font-size:1.05rem}.testimonial-author-info p{font-size:.9rem}.testimonial-text{font-size:.95rem}}.get-started-new{background:#fff;padding:80px 0;width:100%}.get-started-inner{width:100%;max-width:1100px;margin:0 auto;display:flex;gap:80px;align-items:flex-start}.get-started-testimonial{flex:1;max-width:420px}.testimonial-stars{font-size:1.8rem;color:#f59e0b;margin-bottom:20px;letter-spacing:2px}.testimonial-quote{font-family:Inter,sans-serif;font-weight:400;color:#222;line-height:1.4;margin-bottom:12px}.testimonial-author-detail{display:flex;align-items:center}.author-avatar{width:64px;height:64px;border-radius:50%;margin-right:16px;-o-object-fit:cover;object-fit:cover}.author-info h4{font-family:Inter,sans-serif;font-size:1rem;color:#181818;margin:0 0 4px}.author-info p{font-family:Inter,sans-serif;font-size:.875rem;color:var(--gray-600);font-weight:400;margin:0}.get-started-steps{flex:1;max-width:500px;display:flex;flex-direction:column;align-items:center}.steps-pre-title{display:flex;align-items:center;font-family:Inter,sans-serif;font-size:.875rem;color:var(--primary);margin-bottom:8px}.pre-title-dot{width:8px;height:8px;background-color:var(--primary);border-radius:50%;margin-right:8px}.get-started-steps h2{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;margin-bottom:40px;line-height:1.2;letter-spacing:-.5px}.steps-timeline{list-style:none;padding:0;margin:0;position:relative}.steps-timeline:before{content:"";position:absolute;left:5px;top:5px;bottom:5px;width:2px;background-color:var(--primary)}.steps-timeline li{display:flex;align-items:flex-start;margin-bottom:32px;position:relative}.steps-timeline li:last-child{margin-bottom:0}.timeline-dot{width:12px;height:12px;background-color:var(--primary);border-radius:50%;margin-right:24px;position:relative;z-index:1;flex-shrink:0;margin-top:6px}.timeline-content h3{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:#181818;margin:0 0 6px}.timeline-content p{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-body);font-weight:400;line-height:1.55;margin:0}@media (max-width: 900px){.get-started-inner{flex-direction:column;gap:60px;align-items:center;padding:0 16px}.get-started-testimonial,.get-started-steps{max-width:550px;width:100%}.get-started-testimonial{text-align:center}.testimonial-author-detail{justify-content:center}.get-started-steps h2{font-size:2rem}}@media (max-width: 600px){.get-started-new{padding:60px 0}.testimonial-stars{font-size:1.5rem}.testimonial-quote{font-size:1.3rem}.get-started-steps h2{font-size:1.8rem;margin-bottom:32px}.steps-timeline li{margin-bottom:24px}.timeline-content h3{font-size:1.1rem}.timeline-content p{font-size:.95rem}}.stats{padding:5rem 0}.stats-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;align-items:center}.stats-text h2{font-size:2.5rem;margin-bottom:1.5rem}.stats-text p{color:var(--gray-600);margin-bottom:2rem}.stats-image{border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-lg)}.stats-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat{text-align:center}.stat h3{font-size:2.5rem;color:var(--primary);margin-bottom:.5rem}.stat p{color:var(--gray-600);font-size:1rem}.faq-section{background:#fff;padding:80px 0;width:100%}.faq-inner{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.faq-title{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;text-align:center;margin-bottom:48px;line-height:1.15;letter-spacing:-.5px}.faq-list{width:100%;max-width:720px;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--gray-100);border:1px solid #f0f1f3;border-radius:16px;width:100%}.faq-item summary{font-family:Inter,sans-serif;font-size:1.0625rem;color:#222;padding:20px 24px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{background-color:#f5f6f8}img.faq-icon-img{width:14px;height:14px;margin-left:16px;flex-shrink:0;transition:transform .3s ease-out}details[open]>summary img.faq-icon-img{transform:rotate(45deg)}.faq-icon:before,.faq-icon:after{content:none}.faq-answer{padding:0 24px 20px;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-body);font-weight:400;line-height:1.6}.faq-answer p{margin:0}@media (max-width: 768px){.faq-inner{padding:0 16px}.faq-title{font-size:2.2rem;margin-bottom:32px}.faq-item summary{font-size:1rem;padding:16px 20px}.faq-answer{font-size:.95rem;padding:0 20px 16px}}@media (max-width: 600px){.faq-title{font-size:1.8rem}}.cta{padding:5rem 0}.cta-card{position:relative;overflow:hidden;background-color:var(--primary);background-image:radial-gradient(ellipse 70% 55% at 12% 18%,rgba(255,255,255,.12) 0%,transparent 58%),radial-gradient(ellipse 60% 45% at 88% 82%,rgba(0,0,0,.09) 0%,transparent 52%),radial-gradient(circle at 72% 22%,rgba(144,108,241,.18) 0%,transparent 42%),linear-gradient(128deg,#6340b8 0%,var(--primary) 42%,transparent 72%),linear-gradient(312deg,var(--primary-dark) 0%,var(--primary) 55%,#6340b8 100%),linear-gradient(52deg,rgba(255,255,255,.04) 0%,transparent 40%);border-radius:32px;padding:3rem 3.5rem;text-align:center;color:var(--white);box-shadow:0 10px 28px #43269a33,inset 0 1px #ffffff1a;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.cta-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(165deg,rgba(255,255,255,.08) 0%,transparent 34%),linear-gradient(285deg,transparent 55%,rgba(0,0,0,.05) 100%);pointer-events:none}.cta-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(38deg,transparent 62%,rgba(255,255,255,.04) 100%);pointer-events:none}.cta-card-inner{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:2rem;align-items:center}.cta-card-content{display:flex;flex-direction:column;align-items:center;text-align:center}.cta-card-title{font-family:Inter,sans-serif;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:400;line-height:1.2;letter-spacing:-.02em;margin:0 0 1rem;max-width:28rem}.cta-card-subtitle{font-family:Inter,sans-serif;font-size:1.05rem;line-height:1.55;color:#ffffffe0;margin:0 0 1.5rem;max-width:32rem}.cta-highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin:0 0 1.75rem;padding:0;list-style:none}.cta-highlight{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-size:.85rem;font-weight:500;line-height:1.2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cta-highlight-icon{width:1rem;height:1rem;color:#fff;flex-shrink:0}.cta-card-preview{display:flex;justify-content:center;align-items:center;min-height:0;padding:17px}.cta-app-preview{width:min(280px,30vw);max-width:100%}.app-feed-preview{container-type:inline-size;padding:0 .5cqi;box-sizing:border-box}.app-feed-preview .phone-mockup{width:100%;margin:0 auto}.app-feed-preview .phone-mockup-frame{padding:1.05cqi;border-radius:9.6cqi}.app-feed-preview .phone-mockup-bezel{padding:.5cqi;border-radius:8.6cqi}.app-feed-preview .phone-mockup-screen{border-radius:7.9cqi;height:200cqi}.app-feed-preview .phone-mockup-device{filter:drop-shadow(0 2.2cqi 5cqi rgba(0,0,0,.32))}.cta-app-preview .phone-mockup-device{transform:rotate(5deg);filter:drop-shadow(0 2.2cqi 5cqi rgba(0,0,0,.38))}.cta-store-buttons-block{display:flex;flex-direction:column;align-items:center;gap:.85rem;margin-top:.25rem;padding:1.25rem 1.5rem 1.35rem;border-radius:18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 24px #00000029,inset 0 1px #ffffff1f}.cta-store-buttons-label{margin:0;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffeb}.cta-store-buttons .store-button{display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none;background:transparent;border-radius:10px;box-shadow:0 4px 14px #00000038;transform-origin:center center;transition:transform .2s ease,box-shadow .2s ease}.cta-store-buttons .store-button:hover{transform:scale(1.04) translateY(-2px);box-shadow:0 8px 20px #00000047}.cta-store-buttons .store-badge{display:block;height:52px;width:auto}@keyframes ctaIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.cta-icon-wrapper{width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.18) 0%,transparent 48%),linear-gradient(145deg,#ffffff24,#ffffff0d);box-shadow:inset 0 1px #ffffff29,0 3px 10px #0000001a;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;animation:ctaIconPulse 3s ease-in-out infinite}.cta-card>*{position:relative;z-index:1}@media (max-width: 900px){.cta-card{padding:2.5rem 1.5rem}.cta-card-inner{grid-template-columns:1fr;gap:2rem}.cta-card-preview{order:-1}.cta-app-preview{width:min(58vw,280px)}}.cta-icon-wrapper svg{width:32px;height:32px}.cta-card h2,.cta-card-title{font-family:Inter,sans-serif;line-height:1.35}.cta-card p:not(.cta-card-subtitle){display:none}.btn-cta-download{display:inline-flex;align-items:center;justify-content:center;background-color:var(--white);background-image:radial-gradient(circle at 28% 24%,rgba(255,255,255,.95) 0%,transparent 48%),linear-gradient(145deg,#fff,#f6f3ff);color:#333;font-family:Inter,sans-serif;font-size:1rem;border-radius:2rem;padding:.75rem 1.5rem;border:1px solid #D1C4E9;box-shadow:inset 0 1px #ffffffbf,0 2px 6px #5b35b314;transition:all .2s;gap:.5rem;cursor:pointer}.btn-cta-download:hover{background-color:#f8f5ff;background-image:radial-gradient(circle at 28% 24%,rgba(255,255,255,.9) 0%,transparent 48%),linear-gradient(145deg,#f8f5ff,#f0ebfc);box-shadow:inset 0 1px #ffffffa6,0 3px 8px #5b35b31a}.btn-cta-download svg{width:18px;height:18px}@media (max-width: 768px){.cta-card-title{font-size:1.75rem}.cta-card{padding:3rem 1.5rem}.cta-store-buttons-block{width:100%;max-width:24rem;padding:1.1rem 1.15rem 1.2rem}.cta-store-buttons .store-badge{height:48px}}footer{background-color:var(--section-tint-bg);color:var(--text-dark);padding:4rem 0 2rem;border-top:1px solid var(--gray-200)}.footer-main{display:flex;justify-content:space-between;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-200)}.footer-about{flex:1;max-width:320px}.footer-about .logo{font-family:Inter,sans-serif;font-size:2rem;color:var(--text-dark);margin-bottom:1rem;display:block}.footer-about .logo img{height:36px;width:auto}.footer-about p{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--gray-700);font-weight:400;line-height:1.6;margin-bottom:1.5rem}.footer-about .btn-get-started{padding-top:.6rem;padding-bottom:.6rem;font-size:.9375rem;min-width:180px}.footer-about .btn-get-started .arrow-circle{width:32px;height:32px;min-width:32px;min-height:32px}.footer-about .btn-get-started .arrow-circle svg{width:18px;height:18px}.footer-links-container{display:flex;gap:4rem}.footer-column h4{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-dark);margin-bottom:1.25rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:1.5rem}.footer-column ul li a{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--gray-600);transition:color .2s}.footer-column ul li a:hover{color:var(--primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem}.footer-copyright{font-family:Inter,sans-serif;font-size:.875rem;color:var(--gray-600);font-weight:400}.footer-bottom-links{display:flex;align-items:center;gap:1rem}.footer-bottom-links a{font-family:Inter,sans-serif;font-size:.875rem;color:var(--gray-600);transition:color .2s}.footer-bottom-links a:hover{color:var(--primary)}.footer-bottom-links .separator{color:var(--gray-400);margin:0 .25rem}@media (max-width: 992px){.footer-main{flex-direction:column;align-items:center;text-align:center}.footer-about{max-width:100%;margin-bottom:2rem}.footer-about .btn-get-started{margin:0 auto}.footer-links-container{justify-content:space-around;width:100%;gap:2rem}}@media (max-width: 768px){.footer-links-container{flex-direction:column;align-items:center;text-align:center;gap:2rem}.footer-column{width:100%;max-width:200px}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}@media (max-width: 1200px){.container{max-width:960px}.hero h1{font-size:2.5rem}.nav-links{display:none}.mobile-menu-toggle{display:block;flex-shrink:0;margin-left:auto}header .btn-default{display:none}.header-preferences-desktop,.header-download-cta,.main-nav{display:none}}@media (min-width: 1201px) and (max-width: 1400px){.nav-links{gap:1.1rem}.nav-links li a{font-size:.875rem}.logo{margin-right:.75rem}.logo img{height:28px}.preference-select{max-width:76px;font-size:.75rem}.preference-form-city .preference-select{max-width:96px}.preference-control-inner{padding:0 8px 0 6px;gap:4px}.header-download-cta{font-size:.875rem;padding-left:14px}.header-download-cta .arrow-circle{width:32px;height:32px;min-width:32px;min-height:32px}.header-download-cta .arrow-circle svg,.header-download-cta .btn-arrow-svg{width:18px;height:18px}}.btn-hero,.btn-get-started,.btn.cta-main{display:inline-flex;align-items:center;background-color:var(--primary);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.12) 0%,transparent 55%),radial-gradient(ellipse 70% 90% at 90% 85%,rgba(0,0,0,.09) 0%,transparent 50%),linear-gradient(128deg,#6340b8 0%,var(--primary) 50%,var(--primary-dark) 100%);color:var(--white);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;border-radius:2rem;border:none;box-shadow:0 6px 18px #43269a2e,inset 0 1px #ffffff1a;transition:background .2s,color .2s,box-shadow .2s;min-width:auto;justify-content:space-between;cursor:pointer;padding:6px 6px 6px 20px}.btn-hero:hover,.btn-get-started:hover,.btn.cta-main:hover{background-color:var(--primary-dark);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.08) 0%,transparent 55%),linear-gradient(128deg,var(--primary-dark) 0%,#3a2288 100%);color:var(--white);box-shadow:0 6px 18px #43269a38,inset 0 1px #ffffff14}.btn-hero .arrow-circle,.btn-get-started .arrow-circle,.btn.cta-main .arrow-circle{margin-left:.5rem;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.95) 0%,transparent 48%),linear-gradient(145deg,#fff,#f3eeff);border-radius:50%;width:38px;height:38px;min-width:38px;min-height:38px;box-sizing:border-box;box-shadow:inset 0 1px #ffffffb3,0 2px 6px #0000001a}.btn-hero .arrow-circle svg,.btn-get-started .arrow-circle svg,.btn.cta-main .arrow-circle svg{width:22px;height:22px;display:block}.btn-hero .arrow-circle svg circle,.btn-get-started .arrow-circle svg circle,.btn.cta-main .arrow-circle svg circle{fill:var(--white);stroke:none}.btn-hero .arrow-circle svg path,.btn-get-started .arrow-circle svg path,.btn.cta-main .arrow-circle svg path{stroke:#222;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 700px){.btn-hero,.btn-get-started,.btn.cta-main{font-size:1rem;padding:4px 12px 4px 10px;min-width:120px}.btn-hero .arrow-circle,.btn-get-started .arrow-circle,.btn.cta-main .arrow-circle{width:32px;height:32px;min-width:32px;min-height:32px}.btn-hero .arrow-circle svg,.btn-get-started .arrow-circle svg,.btn.cta-main .arrow-circle svg{width:18px;height:18px}}.about-us-section{background:#fff;padding:80px 0;width:100%}.about-us-inner{width:100%;max-width:1100px;margin:0 auto;display:flex;gap:60px;align-items:center}.about-us-image-wrapper{flex:0 0 45%;max-width:480px}.about-us-image{width:100%;height:auto;border-radius:32px;display:block;-o-object-fit:cover;object-fit:cover}.about-us-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.section-pre-title{display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--primary);margin-bottom:12px}.about-us-content h2{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;margin-bottom:24px;line-height:1.25;letter-spacing:-.5px}.about-us-content p{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-body);font-weight:400;line-height:1.6;margin-bottom:32px}.about-us-content .btn-hero{padding-top:.7rem;padding-bottom:.7rem}@media (max-width: 900px){.about-us-inner{flex-direction:column;gap:40px;padding:0 16px}.about-us-image-wrapper{flex:0 0 auto;width:100%;max-width:480px;margin:0 auto}.about-us-content{align-items:center;text-align:center}.about-us-content h2{font-size:2rem}}@media (max-width: 600px){.about-us-section{padding:60px 0}.about-us-image{border-radius:24px}.about-us-content h2{font-size:1.8rem}.about-us-content p{font-size:.95rem}}.key-stats-section{background-color:var(--section-tint-bg);padding:60px 0;width:100%;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.key-stats-inner{width:100%;max-width:1100px;margin:0 auto;display:flex;justify-content:space-around;align-items:flex-start;gap:20px;text-align:center}.stat-item{flex:1;min-width:180px}.stat-item h3{font-family:Inter,sans-serif;font-size:2.5rem;color:var(--text-dark);margin-bottom:8px}.stat-item p{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-light);font-weight:400;line-height:1.45;margin:0}@media (max-width: 900px){.key-stats-inner{flex-wrap:wrap;justify-content:center;gap:30px 20px}.stat-item{flex-basis:calc(50% - 20px);min-width:auto}.stat-item h3{font-size:2.25rem}}@media (max-width: 600px){.key-stats-section{padding:40px 0}.key-stats-inner{flex-direction:column;align-items:center;gap:24px}.stat-item{flex-basis:auto;width:100%;max-width:280px}.stat-item h3{font-size:2rem}.stat-item p{font-size:.9rem}}.btn-default{display:inline-flex;align-items:center;background-color:var(--primary);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.12) 0%,transparent 55%),radial-gradient(ellipse 70% 90% at 90% 85%,rgba(0,0,0,.09) 0%,transparent 50%),linear-gradient(128deg,#6340b8 0%,var(--primary) 50%,var(--primary-dark) 100%);color:var(--white);font-family:Inter,sans-serif;font-size:1rem;border-radius:2rem;border:none;box-shadow:0 6px 18px #43269a2e,inset 0 1px #ffffff1a;transition:background .2s,color .2s,box-shadow .2s;min-width:auto;justify-content:space-between;cursor:pointer;padding:6px 6px 6px 20px}.btn-default:hover{background-color:var(--primary-dark);background-image:radial-gradient(ellipse 80% 120% at 15% 20%,rgba(255,255,255,.08) 0%,transparent 55%),linear-gradient(128deg,var(--primary-dark) 0%,#3a2288 100%);color:var(--white);box-shadow:0 6px 18px #43269a38,inset 0 1px #ffffff14}.btn-default .arrow-circle{margin-left:.5rem;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.95) 0%,transparent 48%),linear-gradient(145deg,#fff,#f3eeff);border-radius:50%;width:38px;height:38px;min-width:38px;min-height:38px;box-sizing:border-box;box-shadow:inset 0 1px #ffffffb3,0 2px 6px #0000001a}.btn-default .arrow-circle svg{width:22px;height:22px;display:block;fill:#222}@media (max-width: 700px){.btn-default{font-size:1rem;padding:6px 6px 6px 20px;min-width:auto}.btn-default .arrow-circle{width:32px;height:32px;min-width:32px;min-height:32px}.btn-default .arrow-circle svg{width:18px;height:18px}}.mobile-menu-overlay{position:fixed;top:64px;left:0;width:100vw;height:calc(100vh - 64px);background-color:var(--light-blue-bg);color:var(--text-dark);z-index:1000;display:none;flex-direction:column;padding:1rem 1.25rem;box-sizing:border-box;overflow-y:auto}.mobile-menu-overlay.active{display:flex}.mobile-nav-links ul{list-style:none;padding:0;margin:0}.mobile-nav-links ul li a{display:block;text-align:center;padding:.65rem .5rem;font-size:1rem;color:var(--text-dark);text-decoration:none;border-bottom:none}.mobile-nav-links ul li a:hover{color:var(--primary);background-color:#5b35b30d}.mobile-menu-cta{margin-top:auto;padding-top:1rem;margin-bottom:.75rem;text-align:center}.mobile-menu-cta .btn-default{padding:6px 6px 6px 20px;font-size:1rem;justify-content:space-between}.mobile-menu-cta .btn-default .arrow-circle{background-color:var(--white)}.mobile-menu-cta .btn-default .arrow-circle svg path{stroke:var(--primary)}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (min-width: 1201px){.mobile-menu-overlay{display:none!important}}.svg-icon{width:1.2em;height:1.2em;vertical-align:-.15em}.nav-icon.svg-icon{width:1em;height:1em;margin-right:.35em;color:currentColor;vertical-align:-.1em}.btn-arrow-svg.svg-icon{color:#222}.how-it-works-icon img.svg-icon{color:var(--white);width:28px;height:28px}.check-icon-img{width:22px;height:22px;min-width:22px;min-height:22px;display:inline-flex;align-items:center;justify-content:center;background:none;margin-right:12px}.check-icon-img .svg-icon{color:var(--primary);width:20px;height:20px}.check-icon:before{content:none}.testimonial-rating .svg-icon{color:#181818;width:18px;height:18px;margin-right:1px;vertical-align:-.2em}.feature-card-content h3 .svg-icon,.timeline-content h3 .svg-icon{width:1em;height:1em;margin-right:.4em;color:var(--primary);vertical-align:-.1em}.stat-item .stat-illustration-icon.svg-icon{display:block;margin:0 auto 10px;width:32px;height:32px;color:var(--primary)}.faq-item summary img.faq-icon-img.svg-icon{color:var(--text-dark)}.cta-icon-wrapper img.svg-icon,.cta-icon-wrapper .cta-main-icon{width:32px;height:32px;color:var(--white)}.btn-cta-download .svg-icon.cta-arrow-icon{width:18px;height:18px;color:#333;margin-left:.5rem}.footer-column ul li a .svg-icon{width:1em;height:1em;margin-right:.3em;color:var(--gray-600);vertical-align:-.1em}.footer-column ul li a:hover .svg-icon{color:var(--primary)}.download-app-section{padding:4rem 0;background-color:var(--white);text-align:center}.download-app-title{font-family:Inter,sans-serif;font-size:2.25rem;color:var(--text-dark);margin-bottom:1rem}.download-app-subtitle{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-body);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.store-buttons{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.store-button{display:inline-flex;align-items:center;justify-content:center;line-height:0;text-decoration:none}.store-badge{display:block;height:44px;width:auto}.scroll-animate{opacity:0;filter:blur(5px);transition:opacity .6s ease-out,transform .6s ease-out,filter .6s ease-out}.fade-in-up-effect{transform:translateY(25px)}.fade-in-left-effect{transform:translate(-25px)}.fade-in-right-effect{transform:translate(25px)}.scroll-animate.is-visible{opacity:1;transform:translateY(0) translate(0);filter:blur(0)}@media (max-width: 768px){.download-app-title{font-size:2rem}.download-app-subtitle{font-size:1rem}.store-buttons{gap:1rem}.store-badge{height:40px}}.section-title-block{text-align:center}.section-title-block h1,.section-title-block h2{text-align:center;margin-left:auto;margin-right:auto;margin-bottom:0}.hero .section-title-block h1{margin-bottom:16px}.section-pre-title{display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:.875rem;color:var(--primary);margin-bottom:12px}.download-app-section .download-app-title{font-family:Inter,sans-serif;font-size:2.25rem;color:var(--text-dark)}.about-us-content .section-title-block{text-align:left}.about-us-content .section-pre-title{justify-content:flex-start}.about-us-content .section-title-block h2{text-align:left}.featured-apartments-section{margin-top:4rem;margin-bottom:4rem}.featured-apartments-section .section-title-block{margin-bottom:2.5rem;padding-top:.5rem;padding-bottom:.5rem}.featured-apartments-section .container{padding-top:0;padding-bottom:0}.featured-apartments-section .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.featured-apartment-card{background:#fff;border-radius:1rem;box-shadow:var(--shadow-md);overflow:hidden;display:flex;flex-direction:column;min-height:100%;transition:box-shadow .2s}.featured-apartment-card:hover{box-shadow:var(--shadow-lg)}.featured-apartment-card .relative{position:relative}.featured-apartment-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.featured-apartment-card .p-5{padding:1.5rem;flex:1 1 auto;display:flex;flex-direction:column}@media (max-width: 1100px){.featured-apartments-section .grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 700px){.featured-apartments-section{margin-top:2rem;margin-bottom:2rem}.featured-apartments-section .grid{grid-template-columns:1fr;gap:1.25rem}.featured-apartments-section .section-title-block{margin-bottom:1.25rem}.featured-apartment-card img{height:160px}.featured-apartment-card .p-5{padding:1rem}}.berlin-rentals-section{margin-top:4rem;margin-bottom:4rem;background:#fff}.berlin-rentals-section .section-title-block{margin-bottom:2.5rem}.berlin-rentals-desc{text-align:center;max-width:600px;margin:0 auto 2.5rem;color:var(--text-body);font-size:1.15rem}@media (max-width: 700px){.berlin-rentals-section{margin-top:2rem;margin-bottom:2rem}.berlin-rentals-section .section-title-block{margin-bottom:1.25rem}.berlin-rentals-desc{font-size:1rem;margin-bottom:1.25rem}}.berlin-rentals-section .section-title-block h2{text-align:center;font-family:Inter,sans-serif;font-size:2.25rem;font-weight:400;color:#222;margin-bottom:4rem;line-height:1.1;letter-spacing:-1px}@media (max-width: 992px){.berlin-rentals-section .section-title-block h2{font-size:2.2rem;margin-bottom:3rem}}@media (max-width: 768px){.berlin-rentals-section .section-title-block h2{font-size:1.8rem;margin-bottom:2rem}}.berlin-rentals-section .section-title-block{text-align:center}.berlin-rentals-section .section-title-block h2{text-align:center;font-family:Inter,sans-serif;font-size:2.25rem;font-weight:400;color:#222;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-1px}.berlin-rentals-section .section-title-block .hero-sub{text-align:center;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-body);font-weight:400;margin-bottom:2.5rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media (max-width: 992px){.berlin-rentals-section .section-title-block h2{font-size:2.2rem}}@media (max-width: 768px){.berlin-rentals-section .section-title-block h2{font-size:1.8rem}.berlin-rentals-section .section-title-block .hero-sub{font-size:1rem;margin-bottom:1.5rem}}.property-info-row{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap}@media (max-width: 600px){.property-info-row{gap:1rem;font-size:.97rem}}.testimonial-stars-row{display:flex;flex-direction:row;gap:.25em;align-items:center;flex-wrap:nowrap;white-space:nowrap}.cta-subtitle{font-family:Inter,sans-serif;font-size:1.125rem;color:#fff;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;text-align:center;line-height:1.5}.store-subtext{font-family:Inter,sans-serif;font-size:.95rem;color:#fff;text-align:center;margin-top:0;margin-bottom:2.5rem}.cta-card h2,.cta-card-title{margin-bottom:1rem}.store-subtext{margin-bottom:2.5rem}.cta-card .store-buttons{gap:1.5rem}.store-subtext-inner{line-height:1.1;display:inline-block}.cta-card .section-pre-title{color:#fff}.cta-card .pre-title-dot{background:#fff;opacity:1}.hero-sub-delay-01{transition-delay:.1s}.btn-delay-02{transition-delay:.2s}.hero-feed-delay-03{margin-top:1rem;transition-delay:.3s}.hero-feed{position:relative;display:block;width:min(90vw,860px);max-width:860px;margin-left:auto;margin-right:auto;container-type:inline-size}.hero-feed-image{display:block;width:100%;height:auto;border-radius:8px}.hero-feed-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;overflow:hidden}.hero-feed-card{position:absolute;left:36.9%;width:26%}.hero-feed-card--1{top:40%}.hero-feed-card--2{top:68.4%}.hero-feed-title{margin:0;width:85%;font-size:1.6cqi;line-height:1.22;color:#111;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;max-height:3.904cqi}.hero-feed-subtitle{margin:.4cqi 0 0;font-size:1.2cqi;font-weight:400;line-height:1.2;color:#8e8e93}.hero-feed-meta{display:flex;align-items:center;gap:1cqi;margin-top:.9cqi}.hero-feed-price{font-size:2.15cqi;font-weight:700;line-height:1;color:#111;white-space:nowrap}.hero-feed-specs{display:inline-flex;align-items:center;gap:2cqi;margin-left:auto}.hero-feed-spec{display:inline-flex;align-items:center;gap:.6cqi;font-size:1.25cqi;font-weight:400;line-height:1;color:#555;white-space:nowrap}.hero-feed-spec-icon{width:1.6cqi;height:1.6cqi}.hero-feed-nav{position:absolute;left:0;right:0;top:78%}.hero-feed-nav-item{position:absolute;transform:translate(-50%);text-align:center;font-size:1cqi;font-weight:400;line-height:1;color:#8e8e93;white-space:nowrap}.hero-feed-nav-item:nth-child(1){left:39.55%}.hero-feed-nav-item:nth-child(2){left:46.44%}.hero-feed-nav-item:nth-child(3){left:53.42%}.hero-feed-nav-item:nth-child(4){left:60.4%}.hero-feed-nav-item--active{color:var(--primary);font-weight:600}.berlin-rentals-delay-01{transition-delay:.1s}.featured-apartment-delay-0{transition-delay:0s}.featured-apartment-delay-1{transition-delay:.1s}.featured-apartment-delay-2{transition-delay:.2s}.featured-apartment-delay-3{transition-delay:.3s}.feature-delay-01{transition-delay:0s}.feature-delay-02{transition-delay:.1s}.feature-delay-03{transition-delay:.2s}.feature-delay-04{transition-delay:.3s}.how-delay-01{transition-delay:0s}.how-delay-02{transition-delay:.1s}.how-delay-03{transition-delay:.2s}.how-delay-04{transition-delay:0s}.how-delay-05{transition-delay:.1s}.how-delay-06{transition-delay:.2s}.get-started-title{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;line-height:1.2;letter-spacing:-.5px}.pricing-delay-01{transition-delay:.1s}.pricing-delay-02{transition-delay:.2s}.testimonials-title-hide{display:none}.footer-delay-01{transition-delay:.1s}.footer-delay-02{transition-delay:.2s}.footer-delay-03{transition-delay:.3s}.cta-delay-005{transition-delay:.05s}.cta-delay-01{transition-delay:.1s}.cta-delay-02{transition-delay:.15s}.cta-delay-03{transition-delay:.2s}.cta-delay-035{transition-delay:.25s}.cta-delay-04{transition-delay:.3s}.section-title-block h2{font-family:Inter,sans-serif;font-size:2.25rem;color:#222;line-height:1.2;letter-spacing:-.5px;text-align:center;margin-bottom:2rem}.section-title-block.white-title h2{color:#fff;text-shadow:0 2px 8px rgba(30,30,60,.1);opacity:0;animation:fadeSlideUp .9s cubic-bezier(.23,1,.32,1) .1s forwards}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.how-movly-works-section{background:var(--section-tint-bg);padding:64px 0}.how-movly-works-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;width:100%}@media (max-width: 1100px){.how-movly-works-steps{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 700px){.how-movly-works-steps{grid-template-columns:1fr;gap:20px;padding:0 8px}}.how-movly-works-steps>div{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;height:100%}.how-movly-works-step-number{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:12px;text-align:center;width:100%;display:block}.how-movly-works-step{container-type:inline-size;width:100%;height:100%;overflow:hidden;background:#fff;border-radius:20px;box-shadow:0 2px 12px #1e225a0a}.how-it-works-scale-inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:8.46% 5.44% 0;box-sizing:border-box;gap:4cqi}.how-movly-works-step-title{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:#181818}.how-movly-works-step-desc{font-size:1rem;color:#555;font-weight:400}.how-it-works-step-top{flex:1 1 auto;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4cqi;min-height:0;padding-bottom:2cqi}.how-it-works-step-icon{width:13.6cqi;height:13.6cqi;margin-bottom:0}.how-it-works-step-badge{display:inline-block;background:var(--primary);color:#fff;font-size:2.72cqi;font-weight:700;letter-spacing:.08em;line-height:1;padding:1.51cqi 3.63cqi;border-radius:1.21cqi}.how-it-works-step-badge-slot{display:flex;align-items:center;justify-content:center;width:100%}.how-it-works-step-badge-slot:not(:has(.how-it-works-step-badge)){display:none}.how-it-works-step-headline-slot{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:0}.how-it-works-step-headline{font-size:7.8cqi;font-weight:500;line-height:1.2;color:#181818;margin:0 3.02cqi;max-width:84cqi}.how-it-works-step-phone{width:100%;margin-top:0;display:flex;justify-content:center;align-items:flex-end;flex:0 0 auto;min-height:0;padding:0 1.5cqi;box-sizing:border-box}.phone-mockup{width:79.15cqi;margin:0 auto -22cqi}.phone-mockup-device{position:relative;filter:drop-shadow(0 2.2cqi 5.5cqi rgba(0,0,0,.32))}.phone-mockup-frame{position:relative;border-radius:10.2cqi;padding:1.25cqi;background:linear-gradient(168deg,#7a7a7d,#5a5a5c 12%,#434345 30%,#353537 50%,#2e2e30 68%,#3d3d3f 85%,#5c5c5e);box-shadow:inset 0 .45cqi .75cqi #ffffff47,inset 0 -.45cqi .75cqi #00000073,inset .2cqi 0 .45cqi #ffffff1a,inset -.2cqi 0 .45cqi #00000040,0 .75cqi 2.2cqi #00000038}.phone-mockup-frame:before{content:"";position:absolute;top:.35cqi;right:.35cqi;bottom:.35cqi;left:.35cqi;border-radius:9.6cqi;pointer-events:none;box-shadow:inset 0 0 0 .06cqi #ffffff2e,inset 0 0 1.5cqi #0000001f;z-index:0}.phone-mockup-bezel{position:relative;z-index:1;padding:.6cqi;border-radius:8.9cqi;background:#0a0a0a;box-shadow:inset 0 0 .3cqi #0009;display:flex;flex-direction:column}.phone-mockup-antenna{position:absolute;left:12%;right:12%;height:.18cqi;background:#252527;border-radius:999px;z-index:3;opacity:.85}.phone-mockup-antenna--top{top:1.1cqi}.phone-mockup-antenna--bottom{bottom:1.1cqi}.phone-mockup-btn{position:absolute;z-index:4;border-radius:.3cqi;background:linear-gradient(90deg,#4a4a4c,#8e8e93 28%,#c7c7cc,#8e8e93 72%,#4a4a4c);box-shadow:inset 0 .12cqi .25cqi #ffffff73,inset 0 -.12cqi .25cqi #0000004d,0 .12cqi .35cqi #00000040}.phone-mockup-btn--mute{left:-.48cqi;top:17%;width:.48cqi;height:2.8cqi;border-radius:.2cqi 0 0 .2cqi}.phone-mockup-btn--volume-up{left:-.48cqi;top:24%;width:.48cqi;height:6.8cqi;border-radius:.2cqi 0 0 .2cqi}.phone-mockup-btn--volume-down{left:-.48cqi;top:34%;width:.48cqi;height:6.8cqi;border-radius:.2cqi 0 0 .2cqi}.phone-mockup-btn--power{right:-.48cqi;top:28%;width:.48cqi;height:9.5cqi;border-radius:0 .2cqi .2cqi 0;background:linear-gradient(270deg,#4a4a4c,#8e8e93 28%,#c7c7cc,#8e8e93 72%,#4a4a4c)}.phone-mockup-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:27.5cqi;height:5.2cqi;background:#0a0a0a;border-radius:0 0 2.6cqi 2.6cqi;z-index:5;display:flex;align-items:center;justify-content:center;gap:2.8cqi;padding-bottom:.4cqi;box-shadow:0 .15cqi .4cqi #0006}.phone-mockup-notch-speaker{width:6.5cqi;height:.9cqi;border-radius:999px;background:repeating-linear-gradient(90deg,#141414,#141414 .22cqi,#2a2a2a .22cqi,#2a2a2a .44cqi);box-shadow:inset 0 .1cqi .2cqi #000c}.phone-mockup-notch-camera{width:1.9cqi;height:1.9cqi;border-radius:50%;background:radial-gradient(circle at 38% 32%,#4a5898,#1a1e3a 35%,#080810 65%,#000);box-shadow:inset 0 .1cqi .25cqi #788cdc59,0 0 .15cqi #00000080}.phone-mockup-screen{position:relative;z-index:1;overflow:hidden;border-radius:8.1cqi;width:100%;height:153.46cqi;display:flex;flex-direction:column;background:#fff;box-shadow:inset 0 0 0 .06cqi #ffffff0f,inset 0 0 .8cqi #00000040}.phone-mockup-screen--light{background:#fff}.phone-mockup-screen--lock{background:#000}.phone-mockup-home-indicator{position:absolute;bottom:1.2cqi;left:50%;transform:translate(-50%);width:18cqi;height:.55cqi;border-radius:999px;background:#00000038;z-index:4;pointer-events:none}.phone-mockup-screen--lock .phone-mockup-home-indicator{background:#ffffff8c}.phone-mockup-status-bar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:3.2cqi 3.63cqi .91cqi;min-height:8.46cqi}.phone-mockup-screen--light:has(.how-it-works-feed) .phone-mockup-status-bar--dark{background:#fff}.phone-mockup-screen--light:has(.how-it-works-filters) .phone-mockup-status-bar--dark{background:#f2f2f7}.phone-mockup-status-bar--dark{color:#111}.phone-mockup-status-bar--light{position:absolute;top:0;left:0;right:0;color:#fff;padding:3.2cqi 3.63cqi .91cqi}.phone-mockup-status-icons{display:flex;align-items:center;gap:1.21cqi;margin-left:auto}.phone-mockup-status-icon{display:block;height:3.02cqi;width:auto}.phone-mockup-content{position:relative;z-index:1;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.how-it-works-chat{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background:#f2f2f7}.how-it-works-chat-header{display:grid;grid-template-columns:4.83cqi 8.46cqi 1fr 4.83cqi;align-items:center;gap:1.81cqi;padding:.6cqi 2.72cqi 2.12cqi;background:#fff;border-bottom:.3cqi solid #ececf1}.how-it-works-chat-back,.how-it-works-chat-more{width:4.23cqi;height:4.23cqi;color:#666}.how-it-works-chat-avatar{width:8.46cqi;height:8.46cqi;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff}.how-it-works-chat-avatar-icon{width:4.83cqi;height:4.83cqi}.how-it-works-chat-meta{text-align:left;min-width:0}.how-it-works-chat-name{font-size:3.63cqi;font-weight:700;color:#111;line-height:1.2}.how-it-works-chat-status{font-size:2.72cqi;color:#8e8e93;line-height:1.2}.how-it-works-chat-body{padding:2.42cqi 2.72cqi 3.02cqi;overflow:hidden}.how-it-works-chat-date{text-align:center;font-size:2.72cqi;color:#8e8e93;margin-bottom:2.72cqi}.how-it-works-chat-message{margin-bottom:2.72cqi}.how-it-works-chat-message--user{display:flex;flex-direction:column;align-items:flex-end}.how-it-works-chat-message--assistant{display:flex;justify-content:flex-start}.how-it-works-chat-bubble{max-width:88%;padding:2.12cqi 2.72cqi;border-radius:4.83cqi;font-size:3.02cqi;line-height:1.45;text-align:left}.how-it-works-chat-bubble--user{background:var(--primary);color:#fff;border-bottom-right-radius:1.21cqi}.how-it-works-chat-bubble--assistant{background:#fff;color:#222;border-bottom-left-radius:1.21cqi;box-shadow:0 .3cqi 1.21cqi #0000000f}.how-it-works-chat-bubble--assistant p{margin:0 0 1.51cqi}.how-it-works-chat-list{margin:0;padding-left:4.23cqi}.how-it-works-chat-list li{margin-bottom:1.21cqi}.how-it-works-chat-list li::marker{font-weight:700}.how-it-works-chat-sender{display:flex;align-items:center;gap:1.21cqi;margin-top:1.21cqi;font-size:2.42cqi;color:#8e8e93}.how-it-works-chat-sender-avatar{width:4.23cqi;height:4.23cqi;border-radius:50%;background:#d1d1d6}.how-it-works-filters{flex:1 1 auto;min-height:0;background:#f2f2f7}.how-it-works-filters-header{display:grid;grid-template-columns:6.04cqi 1fr 6.04cqi;align-items:center;padding:.6cqi 2.72cqi 2.72cqi}.how-it-works-filters-close{width:4.83cqi;height:4.83cqi;color:#666}.how-it-works-filters-title{text-align:center;font-size:4.23cqi;font-weight:700;color:#111}.how-it-works-filters-body{padding:0 2.42cqi 2.72cqi;display:flex;flex-direction:column;gap:2.12cqi}.how-it-works-filter-card{background:#fff;border-radius:4.83cqi;padding:3.02cqi 3.63cqi;box-shadow:0 .3cqi 1.21cqi #1e225a0a}.how-it-works-filter-label{font-size:3.02cqi;font-weight:700;color:#111}.how-it-works-filter-row{display:flex;align-items:center;justify-content:space-between;gap:2.42cqi;margin-bottom:2.42cqi}.how-it-works-filter-value{font-size:2.72cqi;color:#666;white-space:nowrap}.how-it-works-filter-rooms{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1.21cqi;margin-top:2.42cqi}.how-it-works-filter-room{display:flex;align-items:center;justify-content:center;min-height:7.25cqi;border:.3cqi solid #e5e7ef;border-radius:2.42cqi;font-size:2.72cqi;font-weight:600;color:#444;background:#fff}.how-it-works-filter-slider{position:relative;height:5.44cqi}.how-it-works-filter-slider-track,.how-it-works-filter-slider-range{position:absolute;top:50%;left:0;height:1.21cqi;transform:translateY(-50%);border-radius:999px}.how-it-works-filter-slider-track{right:0;background:#e5e7ef}.how-it-works-filter-slider-range{width:74%;background:var(--primary);z-index:1}.how-it-works-filter-slider-thumb{position:absolute;top:50%;width:5.44cqi;height:5.44cqi;transform:translate(-50%,-50%);border-radius:50%;background:#fff;border:.6cqi solid var(--primary);box-shadow:0 .3cqi 1.21cqi #00000014;z-index:2}.how-it-works-filter-slider-thumb--start{left:0;transform:translateY(-50%)}.how-it-works-filter-slider-thumb--end{left:74%}.how-it-works-filter-toggle-row{display:flex;align-items:center;gap:1.81cqi}.how-it-works-filter-bell{width:4.23cqi;height:4.23cqi;color:#111;flex-shrink:0}.how-it-works-filter-switch{margin-left:auto;width:13.29cqi;height:7.85cqi;border-radius:999px;background:var(--primary);position:relative;flex-shrink:0}.how-it-works-filter-switch:after{content:"";position:absolute;top:.91cqi;right:.91cqi;width:6.04cqi;height:6.04cqi;border-radius:50%;background:#fff;box-shadow:0 .3cqi .91cqi #0000001f}.how-it-works-lockscreen{flex:1 1 auto;min-height:0}.how-it-works-lockscreen-wallpaper{position:relative;height:100%;padding:0 2.12cqi 2.12cqi;background-image:var(--lockscreen-wallpaper-url);background-size:cover;background-position:center top}.how-it-works-lockscreen-status{text-align:center;color:#fff;padding-top:10.88cqi;margin-bottom:3.63cqi}.how-it-works-lockscreen-date{display:block;font-size:3.63cqi;font-weight:500;margin-bottom:.91cqi}.how-it-works-lockscreen-time{display:block;font-size:19.34cqi;font-weight:300;line-height:.95;letter-spacing:-.04em}.how-it-works-lockscreen-notifications{display:flex;flex-direction:column;gap:1.81cqi}.how-it-works-notification{display:flex;gap:2.12cqi;padding:2.12cqi 2.42cqi;border-radius:5.44cqi;background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 .6cqi 1.81cqi #00000014}.how-it-works-notification-app-icon{width:7.25cqi;height:7.25cqi;flex-shrink:0;border-radius:2.12cqi;background:var(--primary);color:#fff;font-size:2.12cqi;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;letter-spacing:-.03em}.how-it-works-notification-content{min-width:0;text-align:left}.how-it-works-notification-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.81cqi;margin-bottom:.6cqi}.how-it-works-notification-title{font-size:3.02cqi;font-weight:700;color:#111;line-height:1.25}.how-it-works-notification-time{font-size:2.42cqi;color:#777;white-space:nowrap;line-height:1.25}.how-it-works-notification-body{margin:0;font-size:2.72cqi;line-height:1.35;color:#444}.how-it-works-feed{flex:1 1 auto;min-height:0;background:#f5f5f5;display:flex;flex-direction:column;overflow:hidden}.how-it-works-feed-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1cqi 2.72cqi 2.8cqi;background:#fff;border-bottom:.18cqi solid #ececf1;flex:0 0 auto}.how-it-works-feed-info,.how-it-works-feed-filter{width:11.5cqi;height:11.5cqi;border-radius:50%;border:none;display:inline-flex;align-items:center;justify-content:center;background:transparent}.how-it-works-feed-info{justify-self:start}.how-it-works-feed-info-icon,.how-it-works-feed-filter-icon{width:5.8cqi;height:5.8cqi;color:#111}.how-it-works-feed-logo{display:block;height:7.8cqi;width:auto}.how-it-works-feed-filter{justify-self:end}.how-it-works-feed-list{padding:2.72cqi 3.63cqi 0;display:flex;flex-direction:column;gap:2.72cqi;background:#f5f5f5;flex:1 1 auto;min-height:0;overflow:hidden}.how-it-works-feed-card{border-radius:5.5cqi;overflow:hidden;background:#fff;padding:2.42cqi 2.42cqi 2.72cqi;box-shadow:0 .6cqi 2.12cqi #1e225a14;flex:0 0 auto}.how-it-works-feed-card-image{width:100%;aspect-ratio:16 / 10;height:auto;-o-object-fit:cover;object-fit:cover;display:block;border-radius:3.63cqi;margin-bottom:2.12cqi}.how-it-works-feed-card-body{padding:0}.how-it-works-feed-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1.81cqi;margin-bottom:1.81cqi}.how-it-works-feed-card-copy{min-width:0;text-align:left}.how-it-works-feed-card-title{margin:0;font-size:3.63cqi;font-weight:700;line-height:1.32;color:#111;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;max-height:9.5832cqi}.how-it-works-feed-card-district{margin:.6cqi 0 0;font-size:2.72cqi;color:#8e8e93}.how-it-works-feed-heart-btn{display:inline-flex;align-items:center;justify-content:center;width:8.46cqi;height:8.46cqi;border-radius:50%;border:.24cqi solid #e5e5ea;background:#fff;flex-shrink:0}.how-it-works-feed-heart{width:4.53cqi;height:4.53cqi;color:#666}.how-it-works-feed-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:2.42cqi}.how-it-works-feed-price{font-size:5.14cqi;font-weight:700;color:#111;line-height:1}.how-it-works-feed-spec{display:inline-flex;align-items:center;gap:.91cqi;font-size:2.72cqi;color:#8e8e93}.how-it-works-feed-spec-icon{width:3.63cqi;height:3.63cqi}.how-it-works-feed-nav{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:.3cqi;padding:2.2cqi 1.2cqi 2.6cqi;background:#fff;border-top:.18cqi solid #ececf1;flex:0 0 auto}.how-it-works-feed-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85cqi;min-width:0;color:#8e8e93;font-size:2.5cqi;line-height:1.1;text-align:center}.how-it-works-feed-nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.how-it-works-feed-nav-icon{width:5.8cqi;height:5.8cqi;flex-shrink:0}.how-it-works-feed-nav-item--active{color:var(--primary)}.phone-mockup-screen--light:has(.how-it-works-feed-nav) .phone-mockup-home-indicator{display:none}@media (max-width: 700px){.how-it-works-step-headline{max-width:none}}.header-preferences{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-preferences-desktop{align-items:center;margin-left:4px;margin-right:4px;flex-shrink:0}@media (min-width: 1201px){.header-preferences-desktop{display:flex}}.header-download-cta{flex-shrink:0;white-space:nowrap}.preference-control{margin:0}.preference-control-inner{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px 0 8px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.preference-control-inner:hover{border-color:#cbd5e0}.preference-control-inner:focus-within{border-color:#e2e8f0;box-shadow:none}.preference-icon{width:15px;height:15px;flex-shrink:0;color:#64748b;cursor:pointer}.preference-icon.svg-icon{width:15px;height:15px}.preference-select{min-height:0;min-width:0;width:auto;max-width:96px;padding:0 16px 0 0;border:none;border-radius:0;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.2;background:transparent;color:#222;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;background-size:10px}.preference-form-city .preference-select{max-width:118px}.preference-select:focus,.preference-select:focus-visible{outline:none;box-shadow:none}.preference-select::-moz-focus-inner{border:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-preferences{padding:8px 0 12px;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-preference-bar{display:flex;align-items:stretch;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.mobile-preference-segment{flex:1;min-width:0;margin:0}.mobile-preference-segment-label{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 12px;margin:0;cursor:pointer;box-sizing:border-box}.mobile-preference-segment-label:active{background:#5b35b30f}.mobile-preference-icon{width:18px;height:18px;flex-shrink:0;color:var(--primary);cursor:pointer}.mobile-preference-icon.svg-icon{width:18px;height:18px}.mobile-preference-divider{width:1px;align-self:stretch;background:#e2e8f0;flex-shrink:0}.mobile-preference-select{flex:1;min-width:0;width:100%;height:48px;margin:0;padding:0 22px 0 0;border:none;border-radius:0;background:transparent;color:#1a202c;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.2;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-overflow:ellipsis;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;background-size:12px}.mobile-preference-select:focus,.mobile-preference-select:focus-visible{outline:none;box-shadow:none}.mobile-preference-select::-moz-focus-inner{border:0}@media (max-width: 768px){.container{padding-left:1.25rem;padding-right:1.25rem}.section-pre-title{font-size:.875rem}.section-title-block h1,.section-title-block h2{padding-left:.25rem;padding-right:.25rem}}@media (max-width: 1200px){.header-preferences-desktop,.header-download-cta,.main-nav{display:none}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.col-span-6{grid-column:span 6 / span 6}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.-ml-px{margin-left:-1px}.-mr-0{margin-right:-0px}.-mr-0\.5{margin-right:-.125rem}.-mr-1{margin-right:-.25rem}.-mr-2{margin-right:-.5rem}.-mt-px{margin-top:-1px}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-8{width:2rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-full{min-width:100%}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-screen-xl{max-width:1280px}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.origin-top{transform-origin:top}.origin-top-left{transform-origin:top left}.origin-top-right{transform-origin:top right}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-25{--tw-bg-opacity: .25}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-indigo-500{fill:#10b981}.stroke-gray-400{stroke:#9ca3af}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-3{padding-left:.75rem}.pr-4{padding-right:1rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-bottom{vertical-align:bottom}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:Inter,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity: .05}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}[x-cloak]{display:none}:is(.dark .dark\:prose-invert){--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-none:focus{border-style:none}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:border-gray-900:active{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.active\:bg-gray-50:active{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.active\:bg-gray-500:active{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.disabled\:opacity-25:disabled{opacity:.25}:is([dir=rtl] .rtl\:flex-row-reverse){flex-direction:row-reverse}:is(.dark .dark\:divide-gray-700)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity))}:is(.dark .dark\:border-gray-500){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-600){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-700){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}:is(.dark .dark\:border-indigo-600){--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}:is(.dark .dark\:bg-gray-200){--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-700){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-900){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-900\/50){background-color:#064e3b80}:is(.dark .dark\:bg-red-700){--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gradient-to-bl){background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}:is(.dark .dark\:from-gray-700\/50){--tw-gradient-from: rgb(55 65 81 / .5) var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}:is(.dark .dark\:fill-indigo-200){fill:#a7f3d0}:is(.dark .dark\:fill-white){fill:#fff}:is(.dark .dark\:text-gray-100){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-200){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-300){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-500){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-600){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-800){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-300){--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-400){--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-400){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:border-gray-600:hover){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is(.dark .dark\:hover\:border-gray-700:hover){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}:is(.dark .dark\:hover\:bg-gray-600:hover){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-700:hover){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-800:hover){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-900:hover){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-800:hover){--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-white:hover){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:text-gray-100:hover){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-200:hover){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-300:hover){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-400:hover){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-indigo-600:hover){--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-red-600:hover){--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}:is(.dark .dark\:focus\:border-gray-600:focus){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-gray-700:focus){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-indigo-300:focus){--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-indigo-600:focus){--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:bg-gray-700:focus){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:focus\:bg-gray-800:focus){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is(.dark .dark\:focus\:bg-gray-900:focus){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}:is(.dark .dark\:focus\:bg-indigo-900:focus){--tw-bg-opacity: 1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}:is(.dark .dark\:focus\:bg-white:focus){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.dark .dark\:focus\:text-gray-200:focus){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}:is(.dark .dark\:focus\:text-gray-300:focus){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:focus\:text-gray-400:focus){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}:is(.dark .dark\:focus\:text-indigo-200:focus){--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}:is(.dark .dark\:focus\:ring-indigo-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-offset-gray-800:focus){--tw-ring-offset-color: #1f2937}:is(.dark .dark\:active\:bg-gray-300:active){--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}:is(.dark .dark\:active\:bg-gray-700:active){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:active\:text-gray-300:active){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:col-span-4{grid-column:span 4 / span 4}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:-mr-2{margin-right:-.5rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-6{margin-left:1.5rem}.sm\:mt-0{margin-top:0}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-screen{height:100vh}.sm\:w-10{width:2.5rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.sm\:rounded-br-md{border-bottom-right-radius:.375rem}.sm\:rounded-tl-md{border-top-left-radius:.375rem}.sm\:rounded-tr-md{border-top-right-radius:.375rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:align-middle{vertical-align:middle}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mt-0{margin-top:0}.md\:grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:gap-6{gap:1.5rem}}@media (min-width: 1024px){.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:gap-8{gap:2rem}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
