@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Lato:wght@300;400;700&display=swap";
:root{--primary:#2d6a4f;--primary-light:#52b788;--primary-dark:#1b4332;--accent-gold:#d4a017;--accent-orange:#e76f51;--accent-warm:#f4a261;--bg:#f8f5f0;--bg-card:#fff;--bg-dark:#1a1a2e;--bg-section:#eef4ee;--text-dark:#1a1a2e;--text-body:#374151;--text-muted:#6b7280;--border:#e5e7eb;--border-light:#f3f4f6;--white:#fff;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 10px 40px #0000001f;--shadow-xl:0 20px 60px #00000026;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--font-heading:"Playfair Display", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--font-accent:"Lato", sans-serif;--transition:.3s cubic-bezier(.4, 0, .2, 1);--navbar-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text-body);line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.8rem)}h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}h3{font-size:clamp(1.3rem,2.5vw,1.8rem)}h4{font-size:clamp(1.1rem,2vw,1.3rem)}p{color:var(--text-body);line-height:1.8}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:90px 0}.section-alt{background:var(--bg-section)}.section-dark{background:var(--primary-dark);color:var(--white)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-dark p{color:#ffffffd9}.section-header{text-align:center;margin-bottom:3.5rem}.section-tag{background:linear-gradient(135deg, var(--primary-light), var(--primary));color:var(--white);font-family:var(--font-accent);letter-spacing:.15em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.section-tag.gold{background:linear-gradient(135deg, var(--accent-gold), #b8860b)}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--text-muted);max-width:620px;margin:0 auto;font-size:1.1rem}.divider{background:linear-gradient(90deg, var(--primary), var(--primary-light));border-radius:2px;width:60px;height:4px;margin:1rem auto 0}.btn{font-family:var(--font-accent);letter-spacing:.02em;transition:all var(--transition);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:var(--white);box-shadow:0 4px 20px #2d6a4f59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2d6a4f73}.btn-secondary{color:var(--white);background:0 0;border:2px solid #ffffffb3}.btn-secondary:hover{border-color:var(--white);background:#ffffff26}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-gold{background:linear-gradient(135deg, var(--accent-gold), #b8860b);color:var(--white);box-shadow:0 4px 20px #d4a01759}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d4a01773}.card{background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-hero{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--primary-light) 100%);color:var(--white);text-align:center;padding:120px 0 80px;position:relative;overflow:hidden}.page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-hero h1{color:var(--white);margin-bottom:1rem}.page-hero p{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.15rem}.breadcrumb{color:#ffffffb3;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.breadcrumb a{color:#ffffffe6}.breadcrumb a:hover{color:var(--white)}.breadcrumb span{color:#ffffff80}.badge{letter-spacing:.05em;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-green{color:var(--primary);background:#52b78826}.badge-gold{color:#a07a0a;background:#d4a01726}.badge-orange{color:#c0432a;background:#e76f5126}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group label{color:var(--text-dark);font-size:.875rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text-dark);background:var(--white);transition:border-color var(--transition), box-shadow var(--transition);outline:none;padding:.75rem 1rem;font-size:.95rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2d6a4f1f}.form-group textarea{resize:vertical;min-height:140px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:3px}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section{padding:60px 0}.container{padding:0 1rem}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.page-hero{padding:100px 0 60px}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:clamp(1.5rem,4vw,2rem)}.section-header p{font-size:1rem}}@media (max-width:480px){.section{padding:48px 0}.container{padding:0 .875rem}.grid-4{grid-template-columns:1fr}h1{font-size:clamp(1.9rem,8vw,2.8rem)}h2{font-size:clamp(1.5rem,6vw,2rem)}h3{font-size:clamp(1.1rem,5vw,1.4rem)}.btn{padding:.7rem 1.4rem;font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-up{animation:.7s both fadeInUp}.animate-fade-in{animation:.5s both fadeIn}.stagger>:first-child{animation-delay:.1s}.stagger>:nth-child(2){animation-delay:.2s}.stagger>:nth-child(3){animation-delay:.3s}.stagger>:nth-child(4){animation-delay:.4s}.stagger>:nth-child(5){animation-delay:.5s}.stagger>:nth-child(6){animation-delay:.6s}
.Navbar-module__cJzEcG__topBar{background:var(--primary-dark);color:#fffc;font-size:.78rem;font-family:var(--font-accent);padding:.4rem 0}.Navbar-module__cJzEcG__topBarInner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__topBarRight{align-items:center;gap:.4rem;display:flex}.Navbar-module__cJzEcG__nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow var(--transition), background var(--transition);background:#f8f5f0f2;position:sticky;top:0}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{box-shadow:var(--shadow-md);background:#f8f5f0fa}.Navbar-module__cJzEcG__inner{align-items:center;gap:1.5rem;height:68px;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.Navbar-module__cJzEcG__logoIcon{background:linear-gradient(135deg, var(--primary), var(--primary-light));width:38px;height:38px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Navbar-module__cJzEcG__logoText{flex-direction:column;line-height:1.1;display:flex}.Navbar-module__cJzEcG__logoText strong{font-family:var(--font-heading);color:var(--primary-dark);font-size:1.25rem}.Navbar-module__cJzEcG__logoText small{color:var(--text-muted);font-size:.65rem;font-family:var(--font-accent);letter-spacing:.02em}.Navbar-module__cJzEcG__links{flex:1;justify-content:center;align-items:center;gap:.15rem;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-accent);color:var(--text-body);transition:all var(--transition);white-space:nowrap;border-radius:6px;padding:.4rem .65rem;font-size:.875rem;font-weight:600}.Navbar-module__cJzEcG__link:hover{color:var(--primary);background:var(--bg-section)}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--primary);background:#2d6a4f14}.Navbar-module__cJzEcG__cta{flex-shrink:0;gap:.5rem;display:flex}.Navbar-module__cJzEcG__burger{color:var(--text-dark);margin-left:auto;padding:.4rem;font-size:1.4rem;display:none}.Navbar-module__cJzEcG__mobileMenu{background:var(--white);border-top:1px solid var(--border);max-height:0;transition:max-height .35s;display:none;overflow:hidden}.Navbar-module__cJzEcG__mobileMenu ul{padding:.75rem 0 1rem}.Navbar-module__cJzEcG__mobileLink{font-family:var(--font-accent);color:var(--text-body);transition:all var(--transition);border-left:3px solid #0000;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:block}.Navbar-module__cJzEcG__mobileLink:hover,.Navbar-module__cJzEcG__mobileLink.Navbar-module__cJzEcG__active{color:var(--primary);background:var(--bg-section);border-left-color:var(--primary)}@media (max-width:1024px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__cta{display:none}.Navbar-module__cJzEcG__burger{display:flex}.Navbar-module__cJzEcG__mobileMenu{display:block}.Navbar-module__cJzEcG__mobileOpen{max-height:700px}}@media (max-width:768px){.Navbar-module__cJzEcG__topBar{display:none}.Navbar-module__cJzEcG__inner{height:60px}.Navbar-module__cJzEcG__logoText strong{font-size:1.1rem}.Navbar-module__cJzEcG__logoText small{display:none}.Navbar-module__cJzEcG__mobileLink{padding:.85rem 1.5rem;font-size:1rem}}
.Footer-module__S6Hkya__footer{font-family:var(--font-body)}.Footer-module__S6Hkya__ctaBanner{background:linear-gradient(135deg,#1b4332 0%,#2d6a4f 50%,#40916c 100%);padding:2.75rem 0;position:relative;overflow:hidden}.Footer-module__S6Hkya__ctaBanner:before{content:"❤";opacity:.04;pointer-events:none;font-size:10rem;position:absolute;top:50%;right:8%;transform:translateY(-50%)}.Footer-module__S6Hkya__ctaInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module__S6Hkya__ctaLeft{align-items:center;gap:1.25rem;display:flex}.Footer-module__S6Hkya__ctaHeart{color:#f4a261;flex-shrink:0;font-size:2.2rem;animation:2s infinite Footer-module__S6Hkya__pulse}@keyframes Footer-module__S6Hkya__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.Footer-module__S6Hkya__ctaLeft h3{color:var(--white);margin-bottom:.3rem;font-size:1.4rem}.Footer-module__S6Hkya__ctaLeft p{color:#fffc;font-size:.9rem}.Footer-module__S6Hkya__ctaLeft strong{color:#ffd166}.Footer-module__S6Hkya__ctaActions{flex-wrap:wrap;flex-shrink:0;gap:.75rem;display:flex}.Footer-module__S6Hkya__ctaBtn{color:#1b1b1b;font-family:var(--font-accent);white-space:nowrap;background:#f4a261;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}.Footer-module__S6Hkya__ctaBtn:hover{background:#e07c3e;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.Footer-module__S6Hkya__ctaBtnOutline{color:var(--white);font-family:var(--font-accent);white-space:nowrap;background:0 0;border:2px solid #fff6;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}.Footer-module__S6Hkya__ctaBtnOutline:hover{border-color:var(--white);background:#ffffff1a;transform:translateY(-2px)}.Footer-module__S6Hkya__statsStrip{background:#0f2218;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:0}.Footer-module__S6Hkya__statsGrid{divide-color:#ffffff0f;grid-template-columns:repeat(4,1fr);display:grid}.Footer-module__S6Hkya__statItem{border-right:1px solid #ffffff0f;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;transition:background .25s;display:flex;position:relative}.Footer-module__S6Hkya__statItem:last-child{border-right:none}.Footer-module__S6Hkya__statItem:hover{background:#ffffff08}.Footer-module__S6Hkya__statItem strong{font-family:var(--font-heading);color:#74c69d;margin-bottom:.3rem;font-size:1.8rem;font-weight:800;line-height:1}.Footer-module__S6Hkya__statItem span{font-family:var(--font-accent);color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;text-align:center;font-size:.72rem;font-weight:600}.Footer-module__S6Hkya__main{background:#111d14;padding:3.5rem 0 2rem;position:relative}.Footer-module__S6Hkya__wave{height:60px;position:absolute;top:0;left:0;right:0;overflow:hidden}.Footer-module__S6Hkya__wave svg{width:100%;height:100%}.Footer-module__S6Hkya__grid{grid-template-columns:1.8fr 1fr 1.3fr 1.5fr;gap:3rem;display:grid}.Footer-module__S6Hkya__logoRow{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.Footer-module__S6Hkya__logoIcon{width:44px;height:44px;color:var(--white);background:linear-gradient(135deg,#2d6a4f,#52b788);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;display:flex;box-shadow:0 4px 12px #2d6a4f80}.Footer-module__S6Hkya__logoName{font-family:var(--font-heading);color:var(--white);font-size:1.4rem;line-height:1;display:block}.Footer-module__S6Hkya__logoSub{color:#ffffff73;font-size:.62rem;font-family:var(--font-accent);margin-top:.2rem;display:block}.Footer-module__S6Hkya__tagline{color:#ffffff8c;border-left:3px solid #52b788;margin-bottom:1.25rem;padding-left:.85rem;font-size:.85rem;font-style:italic;line-height:1.65}.Footer-module__S6Hkya__founderNote{background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.Footer-module__S6Hkya__founderAva{border:2px solid #52b788;border-radius:50%;flex-shrink:0;width:42px;height:42px;position:relative;overflow:hidden}.Footer-module__S6Hkya__founderNote strong{color:var(--white);font-size:.85rem;font-weight:600;display:block}.Footer-module__S6Hkya__founderNote span{color:#ffffff80;font-size:.72rem;font-family:var(--font-accent)}.Footer-module__S6Hkya__socials{gap:.5rem;margin-bottom:1.5rem;display:flex}.Footer-module__S6Hkya__social{color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;transition:all .25s;display:flex}.Footer-module__S6Hkya__social:hover{color:var(--white);background:#2d6a4f;border-color:#52b788;transform:translateY(-3px);box-shadow:0 6px 16px #2d6a4f66}.Footer-module__S6Hkya__certs{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.Footer-module__S6Hkya__certBadge{color:#ffffff8c;font-size:.7rem;font-family:var(--font-accent);background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .6rem;font-weight:600;display:flex}.Footer-module__S6Hkya__certIcon{color:#74c69d;flex-shrink:0;font-size:.75rem}.Footer-module__S6Hkya__colTitle{font-family:var(--font-accent);letter-spacing:.14em;text-transform:uppercase;color:#74c69d;border-bottom:1px solid #ffffff12;margin-bottom:1.25rem;padding-bottom:.6rem;font-size:.72rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.45rem;display:flex}.Footer-module__S6Hkya__linkList li a{color:#ffffff8c;align-items:center;gap:.5rem;padding:.2rem 0;font-size:.875rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__linkList li a:hover{color:#74c69d;padding-left:4px}.Footer-module__S6Hkya__linkArrow{color:#52b788;flex-shrink:0;font-size:.55rem;transition:transform .2s}.Footer-module__S6Hkya__linkList li a:hover .Footer-module__S6Hkya__linkArrow{transform:translate(3px)}.Footer-module__S6Hkya__programDot{background:#52b788;border-radius:50%;flex-shrink:0;width:5px;height:5px}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Footer-module__S6Hkya__contactList li{color:#ffffff8c;align-items:flex-start;gap:.75rem;font-size:.875rem;display:flex}.Footer-module__S6Hkya__contactList li div{flex-direction:column;gap:.2rem;display:flex}.Footer-module__S6Hkya__contactList li a{color:#ffffff8c;transition:color .2s;display:block}.Footer-module__S6Hkya__contactList li a:hover{color:#74c69d}.Footer-module__S6Hkya__contactIcon{color:#52b788;flex-shrink:0;margin-top:.2rem;font-size:.9rem}.Footer-module__S6Hkya__newsletter{background:#ffffff0a;border:1px solid #ffffff12;border-radius:12px;padding:1.25rem}.Footer-module__S6Hkya__newsletter h5{color:var(--white);margin-bottom:.3rem;font-size:.9rem}.Footer-module__S6Hkya__newsletter p{color:#ffffff73;margin-bottom:.85rem;font-size:.78rem}.Footer-module__S6Hkya__nlForm{border:1px solid #ffffff1a;border-radius:8px;gap:0;display:flex;overflow:hidden}.Footer-module__S6Hkya__nlForm input{color:var(--white);font-family:var(--font-body);background:#ffffff0f;border:none;outline:none;flex:1;padding:.65rem .85rem;font-size:.82rem}.Footer-module__S6Hkya__nlForm input::placeholder{color:#ffffff4d}.Footer-module__S6Hkya__nlForm button{color:var(--white);cursor:pointer;background:#2d6a4f;border:none;align-items:center;padding:0 1rem;font-size:.85rem;transition:background .2s;display:flex}.Footer-module__S6Hkya__nlForm button:hover{background:#40916c}.Footer-module__S6Hkya__bottom{background:#080f0a;border-top:1px solid #ffffff0f;padding:1.1rem 0}.Footer-module__S6Hkya__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__bottom p{color:#ffffff4d;font-size:.78rem}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:#ffffff59;font-size:.78rem;font-family:var(--font-accent);transition:color .2s}.Footer-module__S6Hkya__bottomLinks a:hover{color:#74c69d}.Footer-module__S6Hkya__madeWith{color:#ffffff4d;align-items:center;gap:.3rem;font-size:.78rem;display:flex}.Footer-module__S6Hkya__heartIcon{color:#f4a261;font-size:.7rem;animation:2s infinite Footer-module__S6Hkya__pulse}@media (max-width:1100px){.Footer-module__S6Hkya__grid{grid-template-columns:1.5fr 1fr 1fr}.Footer-module__S6Hkya__grid>div:last-child{grid-column:1/-1}.Footer-module__S6Hkya__newsletter{max-width:500px}}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__S6Hkya__grid>div:first-child{grid-column:1/-1}.Footer-module__S6Hkya__statsGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__S6Hkya__statItem{border-bottom:1px solid #ffffff0f}.Footer-module__S6Hkya__ctaInner{flex-direction:column;gap:1.25rem}.Footer-module__S6Hkya__ctaLeft{text-align:center;flex-direction:column;align-items:center}.Footer-module__S6Hkya__ctaActions{justify-content:center}.Footer-module__S6Hkya__ctaBtn,.Footer-module__S6Hkya__ctaBtnOutline{justify-content:center;width:100%}}@media (max-width:500px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column}.Footer-module__S6Hkya__statsGrid{grid-template-columns:repeat(2,1fr)}.Footer-module__S6Hkya__certs{grid-template-columns:1fr}.Footer-module__S6Hkya__nlForm{border:none;border-radius:8px;flex-direction:column;overflow:visible}.Footer-module__S6Hkya__nlForm input{border:1px solid #ffffff1a;border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem}.Footer-module__S6Hkya__nlForm button{border-radius:8px;justify-content:center;width:100%;padding:.7rem 1.25rem}.Footer-module__S6Hkya__bottomLinks{flex-direction:column;align-items:center;gap:.5rem}.Footer-module__S6Hkya__statItem strong{font-size:1.4rem}}
