*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{max-width:100vw;min-height:100dvh;color:var(--ink);background:var(--bg);font-family:var(--font-body), system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;flex-direction:column;font-size:16px;line-height:1.6;display:flex;overflow-x:hidden}img,picture,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading), var(--font-body), sans-serif;letter-spacing:-.02em;color:var(--ink-strong);font-weight:700;line-height:1.15}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}:root{--brand:#ce1b1b;--brand-dark:#9e1414;--brand-light:#f6e3e3;--brand-tint:#fbf1f1;--ink-strong:#16191f;--ink:#2b2f36;--ink-soft:#4b525c;--muted:#737b86;--bg:#fff;--surface:#f6f7f9;--surface-2:#eef0f3;--panel:#20242b;--panel-2:#171a20;--on-panel:#eef0f3;--on-panel-muted:#a7afba;--border:#e6e8ed;--border-strong:#d3d7de;--shadow-sm:0 1px 2px #1013190f, 0 1px 3px #1013190d;--shadow:0 4px 14px #10131914;--shadow-md:0 10px 30px #1013191a;--shadow-lg:0 24px 60px #10131929;--r-sm:8px;--r:12px;--r-lg:18px;--r-xl:26px;--r-full:999px;--container:1240px;--container-narrow:900px;--header-h:106px;--section-y:clamp(3.5rem, 7vw, 7rem);--t-fast:.16s ease;--t:.28s cubic-bezier(.4, 0, .2, 1);--t-slow:.5s cubic-bezier(.16, 1, .3, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.container-narrow{max-width:var(--container-narrow)}.section{padding-block:var(--section-y)}.section-alt{background:var(--surface)}.section-dark{background:var(--panel);color:var(--on-panel)}.stack-sm>*+*{margin-top:.75rem}.stack>*+*{margin-top:1.25rem}.section-head{max-width:720px;margin-bottom:clamp(2rem,4vw,3.25rem)}.section-head.center{text-align:center;margin-inline:auto}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--brand);align-items:center;gap:.5rem;margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--brand);width:28px;height:2px;display:inline-block}.section-head.center .eyebrow{justify-content:center}.section-title{font-size:clamp(1.75rem,3.6vw,2.75rem)}.section-sub{color:var(--muted);margin-top:.9rem;font-size:1.05rem}.btn{border-radius:var(--r-full);transition:transform var(--t-fast), background var(--t), color var(--t), border-color var(--t), box-shadow var(--t);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-size:.98rem;font-weight:600;line-height:1;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 8px 20px #ce1b1b40}.btn-primary:hover{background:var(--brand-dark);box-shadow:0 10px 26px #ce1b1b52}.btn-dark{background:var(--ink-strong);color:#fff}.btn-dark:hover{background:#000}.btn-outline{border-color:var(--border-strong);color:var(--ink-strong);background:#fff}.btn-outline:hover{border-color:var(--ink-strong);background:var(--ink-strong);color:#fff}.btn-ghost-light{color:#fff;border-color:#ffffff59}.btn-ghost-light:hover{color:var(--ink-strong);background:#fff;border-color:#fff}.btn-lg{padding:1.05rem 2rem;font-size:1.05rem}.btn-block{width:100%}.badge{border-radius:var(--r-full);letter-spacing:.04em;text-transform:uppercase;background:var(--brand-tint);color:var(--brand-dark);align-items:center;gap:.4rem;padding:.32rem .75rem;font-size:.74rem;font-weight:700;display:inline-flex}.badge-soft{background:var(--surface-2);color:var(--ink-soft)}.card{border:1px solid var(--border);border-radius:var(--r-lg);transition:transform var(--t), box-shadow var(--t), border-color var(--t);background:#fff;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-4px)}.ratio{background:var(--surface-2);width:100%;position:relative;overflow:hidden}.ratio>img{object-fit:cover;width:100%;height:100%;transition:transform var(--t-slow);position:absolute;inset:0}.ratio-4x3{aspect-ratio:4/3}.ratio-1x1{aspect-ratio:1}.ratio-16x9{aspect-ratio:16/9}.card:hover .ratio>img{transform:scale(1.06)}.grid{gap:clamp(1rem,2.2vw,1.75rem);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media (max-width:980px){.grid-4{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.grid-4,.grid-3{grid-template-columns:1fr}}.prose p{color:var(--ink-soft);margin-bottom:1.15rem;font-size:1.06rem;line-height:1.85}.prose p:last-child{margin-bottom:0}.prose h2{margin:2rem 0 1rem;font-size:1.6rem}.prose h3{margin:1.5rem 0 .75rem;font-size:1.25rem}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}.reveal{opacity:1;transform:none}}.text-brand{color:var(--brand)}.text-center{text-align:center}.muted{color:var(--muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.divider{background:var(--border);border:0;height:1px}
@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.p.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.p.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.p.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.p.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_5ad55159-module__Z0x2Hq__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_5ad55159-module__Z0x2Hq__variable{--font-heading:"Outfit", "Outfit Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_2f937e72-module__tIEpFG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_2f937e72-module__tIEpFG__variable{--font-body:"Inter", "Inter Fallback"}
.LanguageSwitcher-module__psbpAa__switch{background:var(--surface-2);border-radius:999px;align-items:center;gap:2px;padding:3px;display:inline-flex}.LanguageSwitcher-module__psbpAa__switch[data-pending=true]{opacity:.6;pointer-events:none}.LanguageSwitcher-module__psbpAa__item{letter-spacing:.03em;color:var(--muted);transition:background var(--t-fast), color var(--t-fast);border-radius:999px;padding:.3rem .6rem;font-size:.78rem;font-weight:700;line-height:1}.LanguageSwitcher-module__psbpAa__item:hover{color:var(--ink-strong)}.LanguageSwitcher-module__psbpAa__item.LanguageSwitcher-module__psbpAa__active{background:var(--brand);color:#fff}.LanguageSwitcher-module__psbpAa__light{background:#ffffff1a}.LanguageSwitcher-module__psbpAa__light .LanguageSwitcher-module__psbpAa__item{color:var(--on-panel-muted)}.LanguageSwitcher-module__psbpAa__light .LanguageSwitcher-module__psbpAa__item:hover{color:#fff}.LanguageSwitcher-module__psbpAa__light .LanguageSwitcher-module__psbpAa__item.LanguageSwitcher-module__psbpAa__active{background:var(--brand);color:#fff}
.Header-module__lnUIdW__header{z-index:100;background:#fff;position:sticky;top:0}.Header-module__lnUIdW__topbar{background:var(--panel-2);color:var(--on-panel-muted);font-size:.82rem}.Header-module__lnUIdW__topInner{justify-content:space-between;align-items:center;height:40px;display:flex}.Header-module__lnUIdW__topContact{align-items:center;gap:1.5rem;display:flex}.Header-module__lnUIdW__topItem{transition:color var(--t-fast);align-items:center;gap:.45rem;display:inline-flex}.Header-module__lnUIdW__topItem:hover{color:#fff}.Header-module__lnUIdW__topRight{align-items:center;gap:1rem;display:flex}.Header-module__lnUIdW__main{border-bottom:1px solid var(--border);transition:box-shadow var(--t), background var(--t)}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__main{box-shadow:var(--shadow);-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);background:#ffffffeb}.Header-module__lnUIdW__mainInner{height:var(--header-h);transition:height var(--t);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__mainInner{height:82px}.Header-module__lnUIdW__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__lnUIdW__logoImg{width:auto;height:84px;transition:height var(--t)}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__logoImg{height:64px}.Header-module__lnUIdW__nav{align-items:center;gap:.35rem;margin-inline:auto;display:flex}.Header-module__lnUIdW__navItem{position:relative}.Header-module__lnUIdW__navLink{border-radius:var(--r-sm);color:var(--ink);transition:color var(--t-fast), background var(--t-fast);white-space:nowrap;align-items:center;gap:.25rem;padding:.6rem .85rem;font-size:.95rem;font-weight:500;display:inline-flex}.Header-module__lnUIdW__navLink:hover{color:var(--brand);background:var(--brand-tint)}.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active{color:var(--brand)}.Header-module__lnUIdW__chev{transition:transform var(--t-fast)}.Header-module__lnUIdW__navItem:hover .Header-module__lnUIdW__chev{transform:rotate(180deg)}.Header-module__lnUIdW__dropdown{opacity:0;visibility:hidden;min-width:260px;transition:opacity var(--t), transform var(--t), visibility var(--t);padding-top:6px;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(8px)}.Header-module__lnUIdW__navItem:hover .Header-module__lnUIdW__dropdown,.Header-module__lnUIdW__navItem:focus-within .Header-module__lnUIdW__dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__lnUIdW__dropInner{border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow-md);background:#fff;gap:2px;padding:.5rem;display:grid}.Header-module__lnUIdW__dropLink{border-radius:var(--r-sm);color:var(--ink-soft);transition:background var(--t-fast), color var(--t-fast);padding:.6rem .85rem;font-size:.92rem}.Header-module__lnUIdW__dropLink:hover{background:var(--brand-tint);color:var(--brand)}.Header-module__lnUIdW__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__cta{padding:.62rem 1.15rem;font-size:.9rem}.Header-module__lnUIdW__burger{border-radius:var(--r-sm);width:44px;height:44px;color:var(--ink-strong);justify-content:center;align-items:center;display:none}.Header-module__lnUIdW__burger:hover{background:var(--surface)}.Header-module__lnUIdW__mobile{z-index:130;width:min(360px,88vw);height:100dvh;transition:transform var(--t-slow);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module__lnUIdW__mobileOpen{transform:translate(0)}.Header-module__lnUIdW__mobileHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.Header-module__lnUIdW__mobileLogo{width:auto;height:52px}.Header-module__lnUIdW__mobileClose{border-radius:var(--r-sm);width:42px;height:42px;color:var(--ink-strong);justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__mobileClose:hover{background:var(--surface)}.Header-module__lnUIdW__mobileNav{flex-direction:column;flex:1;gap:.15rem;padding:1rem 1.25rem 2rem;display:flex;overflow-y:auto}.Header-module__lnUIdW__mobileLink{color:var(--ink-strong);border-bottom:1px solid var(--border);padding:.85rem .25rem;font-size:1.05rem;font-weight:500;display:block}.Header-module__lnUIdW__mobileGroup{border-bottom:1px solid var(--border)}.Header-module__lnUIdW__mobileGroupHead{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__mobileGroup .Header-module__lnUIdW__mobileLink{border-bottom:none;flex:1}.Header-module__lnUIdW__mobileToggle{width:40px;height:40px;color:var(--muted);transition:transform var(--t);justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__mobileToggle.Header-module__lnUIdW__open{transform:rotate(180deg)}.Header-module__lnUIdW__mobileSub{flex-direction:column;padding:0 0 .75rem .5rem;display:flex}.Header-module__lnUIdW__mobileSubLink{color:var(--ink-soft);padding:.6rem .5rem;font-size:.95rem}.Header-module__lnUIdW__mobileSubLink:hover{color:var(--brand)}.Header-module__lnUIdW__mobileCta{margin-top:1.25rem}.Header-module__lnUIdW__overlay{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#10131980;animation:.3s Header-module__lnUIdW__fade;position:fixed;inset:0}@keyframes Header-module__lnUIdW__fade{0%{opacity:0}}@media (max-width:1024px){.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__burger{display:flex}.Header-module__lnUIdW__cta{display:none}}@media (max-width:560px){.Header-module__lnUIdW__topContact{gap:1rem}.Header-module__lnUIdW__topItem span{display:none}.Header-module__lnUIdW__topItem{font-size:.9rem}}
.Footer-module__3hUVsW__footer{background:var(--panel);color:var(--on-panel-muted);margin-top:auto}.Footer-module__3hUVsW__grid{grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:clamp(2rem,4vw,3.5rem);padding-block:clamp(3rem,6vw,5rem);display:grid}.Footer-module__3hUVsW__brand{max-width:340px}.Footer-module__3hUVsW__logoChip{border-radius:var(--r);background:#fff;margin-bottom:1.25rem;padding:.7rem .9rem;display:inline-flex}.Footer-module__3hUVsW__logo{width:auto;height:40px}.Footer-module__3hUVsW__about{margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.Footer-module__3hUVsW__social{gap:.6rem;display:flex}.Footer-module__3hUVsW__social a{width:40px;height:40px;color:var(--on-panel);transition:background var(--t-fast), color var(--t-fast), transform var(--t-fast);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.Footer-module__3hUVsW__social a:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}.Footer-module__3hUVsW__colTitle{color:#fff;margin-bottom:1.25rem;font-size:1.02rem}.Footer-module__3hUVsW__links{flex-direction:column;gap:.7rem;display:flex}.Footer-module__3hUVsW__links a{color:var(--on-panel-muted);transition:color var(--t-fast), padding-left var(--t-fast);font-size:.95rem}.Footer-module__3hUVsW__links a:hover{color:#fff;padding-left:4px}.Footer-module__3hUVsW__contact{flex-direction:column;gap:.9rem;display:flex}.Footer-module__3hUVsW__contact li{align-items:flex-start;gap:.65rem;font-size:.95rem;line-height:1.5;display:flex}.Footer-module__3hUVsW__contact li svg{color:var(--brand);flex-shrink:0;margin-top:2px}.Footer-module__3hUVsW__contact a:hover{color:#fff}.Footer-module__3hUVsW__whatsapp{color:#06331b;transition:transform var(--t-fast), box-shadow var(--t-fast);background:#25d366;border-radius:999px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.7rem 1.1rem;font-size:.9rem;font-weight:600;display:inline-flex}.Footer-module__3hUVsW__whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 20px #25d3664d}.Footer-module__3hUVsW__bottom{background:var(--panel-2);border-top:1px solid #ffffff17}.Footer-module__3hUVsW__bottomInner{justify-content:space-between;align-items:center;gap:1rem;padding-block:1.4rem;font-size:.85rem;display:flex}.Footer-module__3hUVsW__tagline{color:var(--on-panel-muted)}@media (max-width:900px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr}.Footer-module__3hUVsW__brand{grid-column:1/-1;max-width:none}}@media (max-width:560px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}.Footer-module__3hUVsW__bottomInner{text-align:center;flex-direction:column}}
.CookieConsent-module__zAWClG__wrap{z-index:200;width:min(920px,100vw - 1.5rem);animation:.5s cubic-bezier(.16,1,.3,1) CookieConsent-module__zAWClG__slideUp;position:fixed;bottom:clamp(.75rem,2vw,1.5rem);left:50%;transform:translate(-50%)}@keyframes CookieConsent-module__zAWClG__slideUp{0%{opacity:0;transform:translate(-50%,24px)}to{opacity:1;transform:translate(-50%)}}.CookieConsent-module__zAWClG__inner{border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);background:#fff;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.CookieConsent-module__zAWClG__icon{flex-shrink:0;font-size:1.6rem;line-height:1}.CookieConsent-module__zAWClG__text{color:var(--ink-soft);flex:1;margin:0;font-size:.9rem;line-height:1.5}.CookieConsent-module__zAWClG__link{color:var(--brand);font-weight:600;text-decoration:underline}.CookieConsent-module__zAWClG__actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.CookieConsent-module__zAWClG__accept,.CookieConsent-module__zAWClG__reject{white-space:nowrap;transition:background var(--t-fast), color var(--t-fast), border-color var(--t-fast);border-radius:999px;padding:.6rem 1.15rem;font-size:.88rem;font-weight:600}.CookieConsent-module__zAWClG__accept{background:var(--brand);color:#fff}.CookieConsent-module__zAWClG__accept:hover{background:var(--brand-dark)}.CookieConsent-module__zAWClG__reject{border:1.5px solid var(--border-strong);color:var(--ink-soft)}.CookieConsent-module__zAWClG__reject:hover{border-color:var(--ink-strong);color:var(--ink-strong)}@media (max-width:640px){.CookieConsent-module__zAWClG__inner{flex-direction:column;align-items:flex-start;gap:.85rem}.CookieConsent-module__zAWClG__actions{width:100%}.CookieConsent-module__zAWClG__accept,.CookieConsent-module__zAWClG__reject{text-align:center;flex:1;justify-content:center}}
