.layout-module__g-GHUW__websiteContainer{background:#fff;flex-direction:column;min-height:100dvh;display:flex;overflow-x:hidden}.layout-module__g-GHUW__loadingContainer{background:#fff;justify-content:center;align-items:center;min-height:100dvh;display:flex}.layout-module__g-GHUW__loadingSpinner{border:3px solid #f3f3f3;border-top:3px solid var(--primary-color,#fa8170);border-radius:50%;width:48px;height:48px;animation:1s linear infinite layout-module__g-GHUW__spin}@keyframes layout-module__g-GHUW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.layout-module__g-GHUW__errorContainer{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100dvh;padding:2rem;display:flex}.layout-module__g-GHUW__errorContainer h1{color:#1a1a1a;font-size:clamp(1.5rem,5vw,2rem)}.layout-module__g-GHUW__errorContainer p{color:#666;font-size:clamp(.875rem,2.5vw,1rem)}.layout-module__g-GHUW__header{z-index:100;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0}.layout-module__g-GHUW__headerContainer{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;height:72px;margin:0 auto;padding:0 2rem;display:flex}.layout-module__g-GHUW__headerLeft{flex:1;align-items:center;gap:2rem;display:flex}.layout-module__g-GHUW__logo{cursor:pointer;flex-shrink:0;align-items:center;min-height:44px;text-decoration:none;transition:opacity .2s;display:flex}.layout-module__g-GHUW__logo:hover{opacity:.8}.layout-module__g-GHUW__logo:active{opacity:.7}.layout-module__g-GHUW__logoText{color:var(--primary-color,#fa8170);font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700}.layout-module__g-GHUW__nav{align-items:center;gap:clamp(1rem,3vw,2rem);display:flex}.layout-module__g-GHUW__navLink{color:#1a1a1a;white-space:nowrap;align-items:center;min-height:44px;padding:.5rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative}.layout-module__g-GHUW__navLink:hover{color:var(--primary-color,#fa8170)}.layout-module__g-GHUW__navLink:after{content:"";background:var(--primary-color,#fa8170);width:0;height:2px;transition:width .25s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.layout-module__g-GHUW__navLink:hover:after{width:100%}.layout-module__g-GHUW__headerActions{align-items:center;gap:.75rem;display:flex}.layout-module__g-GHUW__iconButton{cursor:pointer;color:#666;background:0 0;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.layout-module__g-GHUW__iconButton:hover{color:#1a1a1a;background:#f5f5f5}.layout-module__g-GHUW__langSelector{cursor:pointer;border-radius:8px;align-items:center;gap:.25rem;padding:.5rem;transition:background .2s;display:flex}.layout-module__g-GHUW__langSelector:hover{background:#f5f5f5}.layout-module__g-GHUW__flagIcon{font-size:1.25rem}.layout-module__g-GHUW__mobileMenuBtn{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;border-radius:8px;width:48px;height:48px;transition:background .2s;display:none;position:relative}.layout-module__g-GHUW__mobileMenuBtn:active{background:#0000000d}.layout-module__g-GHUW__hamburger{background:#1a1a1a;border-radius:2px;width:22px;height:2px;transition:all .35s cubic-bezier(.4,0,.2,1);display:block;position:relative}.layout-module__g-GHUW__hamburger:before,.layout-module__g-GHUW__hamburger:after{content:"";background:#1a1a1a;border-radius:2px;width:22px;height:2px;transition:all .35s cubic-bezier(.4,0,.2,1);position:absolute;left:0}.layout-module__g-GHUW__hamburger:before{top:-7px}.layout-module__g-GHUW__hamburger:after{bottom:-7px}.layout-module__g-GHUW__hamburger.layout-module__g-GHUW__open{background:0 0}.layout-module__g-GHUW__hamburger.layout-module__g-GHUW__open:before{top:0;transform:rotate(45deg)}.layout-module__g-GHUW__hamburger.layout-module__g-GHUW__open:after{bottom:0;transform:rotate(-45deg)}.layout-module__g-GHUW__mobileNav{opacity:0;background:#fff;border-top:1px solid #f0f0f0;flex-direction:column;max-height:0;padding:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s,padding .4s;display:none;overflow:hidden}@keyframes layout-module__g-GHUW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.layout-module__g-GHUW__mobileNav.layout-module__g-GHUW__open{opacity:1;max-height:500px;padding:.75rem 1rem 1.25rem;animation:.35s cubic-bezier(.4,0,.2,1) layout-module__g-GHUW__slideDown;display:flex}.layout-module__g-GHUW__mobileNavLink{color:#1a1a1a;-webkit-tap-highlight-color:transparent;border-bottom:1px solid #f5f5f5;border-radius:12px;align-items:center;min-height:56px;margin:0;padding:1rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s,transform .2s;display:flex}.layout-module__g-GHUW__mobileNavLink:last-child{border-bottom:none}.layout-module__g-GHUW__mobileNavLink:active{color:var(--primary-color,#fa8170);background:#0000000a;transform:scale(.98)}.layout-module__g-GHUW__main{background:#fff;flex:1;margin-top:0}.layout-module__g-GHUW__footer{color:#1a1a1a;background:0 0;margin-bottom:1rem;padding:2rem 2rem 0}.layout-module__g-GHUW__footerWrapper{background:#e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #00000014}.layout-module__g-GHUW__footerContainer{grid-template-columns:1fr auto 1fr;align-items:start;gap:3rem;max-width:1400px;margin:0 auto;padding:2.5rem 4rem 2rem;display:grid}.layout-module__g-GHUW__footerLeft{flex-direction:column;gap:.75rem;display:flex}.layout-module__g-GHUW__footerContact{align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.layout-module__g-GHUW__footerContact:last-of-type{margin-bottom:0}.layout-module__g-GHUW__footerContact svg{color:#1a1a1a;flex-shrink:0}.layout-module__g-GHUW__footerPhone{color:#1a1a1a;align-items:center;min-height:44px;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;text-decoration:none;display:flex}.layout-module__g-GHUW__footerPhone:hover{text-decoration:underline}.layout-module__g-GHUW__footerPhoneNote{color:#1a1a1ab3;font-size:.75rem;display:block}.layout-module__g-GHUW__footerEmail{color:#1a1a1a;align-items:center;min-height:44px;font-size:.9375rem;text-decoration:none;display:flex}.layout-module__g-GHUW__footerEmail:hover{color:#1a1a1acc;text-decoration:underline}.layout-module__g-GHUW__footerCenter{text-align:center;flex-direction:column;align-items:center;gap:.75rem;min-width:200px;display:flex}.layout-module__g-GHUW__footerLogo{max-width:120px;height:auto}.layout-module__g-GHUW__footerLogoText{color:#1a1a1a;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700}.layout-module__g-GHUW__footerCopyright{color:#1a1a1a;margin:0;font-size:.8125rem;line-height:1.5}.layout-module__g-GHUW__footerPowered{color:#1a1a1a;margin:0;font-size:.75rem}.layout-module__g-GHUW__footerPowered a{color:#1a1a1a;align-items:center;min-height:44px;font-weight:500;text-decoration:underline;display:inline-flex}.layout-module__g-GHUW__footerPowered a:hover{text-decoration:underline}.layout-module__g-GHUW__footerRight{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.layout-module__g-GHUW__footerSocial{gap:.75rem;display:flex}.layout-module__g-GHUW__socialLink{color:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin:-.5rem;padding:.5rem;transition:all .2s;display:flex}.layout-module__g-GHUW__socialLink:hover{color:#1a1a1ab3;background:#0000000d}.layout-module__g-GHUW__socialLink:active{transform:scale(.95)}.layout-module__g-GHUW__footerAddress{text-align:right;align-items:flex-start;gap:.75rem;max-width:280px;display:flex}.layout-module__g-GHUW__footerAddress svg{color:#1a1a1a;flex-shrink:0;margin-top:.125rem}.layout-module__g-GHUW__footerAddress p{color:#1a1a1a;margin:0;font-size:.9375rem;line-height:1.5}.layout-module__g-GHUW__footerBottom{padding:1rem 4rem 1.25rem}.layout-module__g-GHUW__footerLinks{color:#1a1a1ab3;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.layout-module__g-GHUW__footerLinks a{color:#1a1a1ab3;align-items:center;min-height:44px;padding:.5rem;text-decoration:none;transition:color .2s;display:inline-flex}.layout-module__g-GHUW__footerLinks a:hover{color:#1a1a1a}.layout-module__g-GHUW__whatsappWidget{color:#fff;z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #25d36666}.layout-module__g-GHUW__whatsappWidget:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36680}@media (max-width:1024px){.layout-module__g-GHUW__headerLeft{gap:1rem}.layout-module__g-GHUW__nav{display:none}.layout-module__g-GHUW__mobileMenuBtn{justify-content:center;align-items:center;display:flex}.layout-module__g-GHUW__headerActions{display:none}.layout-module__g-GHUW__footer{padding:1.5rem 1rem 0}.layout-module__g-GHUW__footerContainer{text-align:left;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 1.5rem}.layout-module__g-GHUW__footerCenter{order:-1;grid-column:1/-1;min-width:auto}.layout-module__g-GHUW__footerRight{align-items:flex-end}.layout-module__g-GHUW__footerAddress{text-align:right;max-width:100%}.layout-module__g-GHUW__footerBottom{padding:1rem 1.5rem}}@media (max-width:768px){.layout-module__g-GHUW__headerContainer{height:64px;padding:0 1rem}.layout-module__g-GHUW__footer{margin-bottom:.75rem;padding:1rem .75rem 0}.layout-module__g-GHUW__footerWrapper{border-radius:20px}.layout-module__g-GHUW__footerContainer{text-align:center;grid-template-columns:1fr;gap:2rem;padding:2rem 1.25rem}.layout-module__g-GHUW__footerLeft{align-items:center}.layout-module__g-GHUW__footerContact{text-align:center;flex-direction:column;align-items:center}.layout-module__g-GHUW__footerRight{align-items:center}.layout-module__g-GHUW__footerAddress{text-align:center;flex-direction:column;max-width:100%}.layout-module__g-GHUW__footerSocial{gap:.5rem}}@media (max-width:480px){.layout-module__g-GHUW__headerContainer{height:60px;padding:0 .875rem}.layout-module__g-GHUW__logo img{max-width:100px;height:auto}.layout-module__g-GHUW__mobileNav{padding:0}.layout-module__g-GHUW__mobileNav.layout-module__g-GHUW__open{padding:.5rem .75rem 1rem}.layout-module__g-GHUW__mobileNavLink{border-radius:10px;min-height:52px;padding:.875rem;font-size:1rem}.layout-module__g-GHUW__footer{margin-bottom:.625rem;padding:.75rem .625rem 0}.layout-module__g-GHUW__footerWrapper{border-radius:20px}.layout-module__g-GHUW__footerContainer{gap:1.75rem;padding:1.75rem 1.25rem}.layout-module__g-GHUW__footerBottom{padding:1rem 1rem 1.25rem}.layout-module__g-GHUW__footerLinks{flex-direction:column;gap:0}.layout-module__g-GHUW__footerLinks span{display:none}.layout-module__g-GHUW__footerLinks a{padding:.75rem;font-size:.875rem}.layout-module__g-GHUW__footerPhone{font-size:1.5rem}.layout-module__g-GHUW__footerEmail{font-size:.875rem}.layout-module__g-GHUW__footerCopyright{font-size:.75rem}.layout-module__g-GHUW__footerPowered{font-size:.6875rem}.layout-module__g-GHUW__whatsappWidget{width:56px;height:56px;bottom:20px;right:20px;box-shadow:0 6px 24px #25d36680}.layout-module__g-GHUW__whatsappWidget svg{width:26px;height:26px}}@media print{.layout-module__g-GHUW__header,.layout-module__g-GHUW__footer,.layout-module__g-GHUW__whatsappWidget{display:none!important}.layout-module__g-GHUW__main{margin-top:0!important}}
