@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;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:100 900;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:100 900;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:100 900;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:100 900;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:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.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:100 900;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_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--color-primary:#d6001c;--color-black:#0a0a0a;--color-dark:#1f1f1f;--color-white:#fff;--color-light-gray:#f4f4f4;--max-width:1200px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-white);max-width:100vw;color:var(--color-black);scroll-behavior:smooth;font-family:Outfit,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2}.container{width:90%;max-width:var(--max-width);margin:0 auto}.btn{background:var(--color-primary);color:var(--color-white);border:2px solid var(--color-primary);border-radius:4px;padding:12px 24px;font-weight:600;transition:all .3s;display:inline-block}.btn:hover{color:var(--color-primary);background:0 0}.btn-outline{color:var(--color-white);border:2px solid var(--color-white);background:0 0;border-radius:4px;padding:12px 24px;font-weight:600;transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--color-white);color:var(--color-black)}.section-padding{padding:80px 0}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.bg-black{background-color:var(--color-black);color:var(--color-white)}.bg-light{background-color:var(--color-light-gray)}.flex-center{justify-content:center;align-items:center;display:flex}.Header-module__ldgnoG__header{height:var(--header-height);background-color:var(--color-white);z-index:1000;justify-content:space-between;align-items:center;padding:0 5%;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.Header-module__ldgnoG__logoContainer{z-index:1002;width:auto;height:60px;position:relative}.Header-module__ldgnoG__logoImage{object-fit:contain;width:auto;height:100%}.Header-module__ldgnoG__nav{gap:30px;display:flex}.Header-module__ldgnoG__navLink{padding:10px;font-size:1rem;font-weight:600;transition:color .2s}.Header-module__ldgnoG__navLink:hover{color:var(--color-primary)}.Header-module__ldgnoG__mobileMenuBtn{cursor:pointer;z-index:1002;background:0 0;border:none;padding:5px;display:none}.Header-module__ldgnoG__menuIcon{color:var(--color-primary);font-size:30px}@media (max-width:768px){.Header-module__ldgnoG__nav{background-color:var(--color-white);z-index:1001;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;height:100vh;transition:transform .3s ease-in-out;display:none;position:fixed;top:0;left:0;transform:translate(100%)}.Header-module__ldgnoG__nav.Header-module__ldgnoG__open{display:flex;transform:translate(0)}.Header-module__ldgnoG__navLink{font-size:1.5rem}.Header-module__ldgnoG__mobileMenuBtn{display:block}}.Footer-module__Grjkva__footer{background-color:var(--color-black);color:var(--color-white);padding:60px 0 20px}.Footer-module__Grjkva__content{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:40px;display:flex}.Footer-module__Grjkva__column{flex:1;min-width:250px}.Footer-module__Grjkva__column h3{color:var(--color-primary);margin-bottom:20px;font-size:1.2rem}.Footer-module__Grjkva__column p{color:#ccc;margin-bottom:10px;line-height:1.6}.Footer-module__Grjkva__copyright{text-align:center;color:#777;border-top:1px solid #333;padding-top:20px;font-size:.9rem}.WhatsAppButton-module__Ya1Cjq__whatsappBtn{color:#fff;text-align:center;z-index:9999;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:2px 2px 10px #0003}.WhatsAppButton-module__Ya1Cjq__whatsappBtn:hover{background-color:#20ba5a;transform:scale(1.1);box-shadow:2px 5px 15px #0000004d}.WhatsAppButton-module__Ya1Cjq__icon{fill:currentColor;width:35px;height:35px}.ImageCarousel-module__ZK2Uaq__carouselContainer{border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.ImageCarousel-module__ZK2Uaq__slide{opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.ImageCarousel-module__ZK2Uaq__active{opacity:1;z-index:10}.ImageCarousel-module__ZK2Uaq__image{object-fit:cover}.ImageCarousel-module__ZK2Uaq__dots{z-index:20;flex-wrap:wrap;justify-content:center;gap:8px;width:90%;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.ImageCarousel-module__ZK2Uaq__dot{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:8px;height:8px;transition:background-color .3s}.ImageCarousel-module__ZK2Uaq__activeDot{background-color:var(--color-primary);transform:scale(1.2)}.Hero-module__JgYmMq__hero{width:100%;height:90vh;color:var(--color-white);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgImage{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__overlay{z-index:2;background:linear-gradient(90deg,#000c,#0000004d);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__content{z-index:3;width:90%;max-width:var(--max-width);margin:0 auto;position:relative}.Hero-module__JgYmMq__title{text-transform:uppercase;max-width:600px;margin-bottom:20px;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__title span{color:var(--color-primary)}.Hero-module__JgYmMq__subtitle{max-width:500px;margin-bottom:40px;font-size:1.5rem;font-weight:300}.Hero-module__JgYmMq__buttonGroup{gap:20px;display:flex}@media (max-width:768px){.Hero-module__JgYmMq__title{font-size:2.5rem}.Hero-module__JgYmMq__subtitle{font-size:1.1rem}.Hero-module__JgYmMq__hero{height:70vh}}
