.Navigation-module__eB08ka__header{z-index:1000;background:0 0;justify-content:space-between;align-items:center;width:100%;height:90px;padding:0 4rem;transition:all .4s;display:flex;position:fixed;top:0;left:0}.Navigation-module__eB08ka__headerScrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-bottom:1px solid #ffffff0d;height:70px;padding:0 4rem}.Navigation-module__eB08ka__leftSection,.Navigation-module__eB08ka__rightSection{align-items:center;gap:2rem;display:flex}.Navigation-module__eB08ka__logoContainer{font-family:var(--font-heading);text-transform:uppercase;color:var(--white);cursor:pointer;align-items:center;gap:.8rem;font-size:1.5rem;display:flex}.Navigation-module__eB08ka__logoIcon{fill:var(--primary-blue);width:32px;height:32px}.Navigation-module__eB08ka__menuButton{color:var(--white);cursor:pointer;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;background:0 0;border:1px solid #fff3;border-radius:4px;align-items:center;gap:.8rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.Navigation-module__eB08ka__menuButton:hover{background:var(--white);color:var(--black);border-color:var(--white)}.Navigation-module__eB08ka__menuIcon{flex-direction:column;justify-content:space-between;width:16px;height:12px;display:flex}.Navigation-module__eB08ka__menuIcon span{background:currentColor;width:100%;height:2px;transition:all .3s;display:block}.Navigation-module__eB08ka__actionButton{background:var(--primary-blue);color:var(--white);border:1px solid var(--primary-blue);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border-radius:4px;padding:.6rem 1.6rem;font-size:.9rem;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.Navigation-module__eB08ka__actionButton:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.Navigation-module__eB08ka__actionButton:hover:after{left:100%}.Navigation-module__eB08ka__actionButton:hover{background:var(--hover-blue);border-color:var(--hover-blue)}.Navigation-module__eB08ka__loginLink{color:var(--white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.9rem;font-weight:500;transition:opacity .3s}.Navigation-module__eB08ka__loginLink:hover{opacity:1}.Navigation-module__eB08ka__overlay{z-index:2000;opacity:0;pointer-events:none;background:#0009;width:100%;height:100%;transition:opacity .5s;position:fixed;top:0;left:-100%}.Navigation-module__eB08ka__overlayOpen{opacity:1;pointer-events:auto;left:0}.Navigation-module__eB08ka__menuPanel{background:#080808;border-right:1px solid #ffffff0d;flex-direction:column;width:480px;height:100%;padding:3rem;transition:left .5s cubic-bezier(.77,0,.175,1);display:flex;position:absolute;top:0;left:-480px;overflow-y:auto;box-shadow:10px 0 30px #00000080}.Navigation-module__eB08ka__panelOpen{left:0}.Navigation-module__eB08ka__panelHeader{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.Navigation-module__eB08ka__closeButton{color:var(--white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;gap:.5rem;font-size:.9rem;transition:opacity .3s;display:flex}.Navigation-module__eB08ka__closeButton:hover{opacity:1}.Navigation-module__eB08ka__closeIcon{font-size:1.5rem;line-height:1}.Navigation-module__eB08ka__menuContent{flex-direction:column;flex-grow:1;gap:2.5rem;display:flex}.Navigation-module__eB08ka__category{flex-direction:column;gap:.8rem;display:flex}.Navigation-module__eB08ka__categoryTitle{color:var(--primary-blue);letter-spacing:.1em;font-size:1rem;font-family:var(--font-body);font-weight:700}.Navigation-module__eB08ka__linkList{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Navigation-module__eB08ka__linkItem a{font-family:var(--font-heading);letter-spacing:.03em;color:var(--white);font-size:1.4rem;transition:color .3s;display:inline-block;position:relative}.Navigation-module__eB08ka__linkItem a:after{content:"";background:var(--primary-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navigation-module__eB08ka__linkItem a:hover{color:var(--primary-blue)}.Navigation-module__eB08ka__linkItem a:hover:after{width:100%}.Navigation-module__eB08ka__panelFooter{border-top:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.Navigation-module__eB08ka__socialIcons{gap:1.2rem;display:flex}.Navigation-module__eB08ka__socialLink{color:var(--light-gray);font-size:1.2rem;transition:color .3s}.Navigation-module__eB08ka__socialLink:hover{color:var(--primary-blue)}.Navigation-module__eB08ka__langSwitcher{font-family:var(--font-body);text-transform:uppercase;color:var(--light-gray);font-size:.9rem}.Navigation-module__eB08ka__langSwitcher span{color:var(--white);cursor:pointer;font-weight:700}@media (max-width:768px){.Navigation-module__eB08ka__header,.Navigation-module__eB08ka__headerScrolled{padding:0 2rem}.Navigation-module__eB08ka__menuPanel{width:100%;padding:2rem;left:-100%}.Navigation-module__eB08ka__panelOpen{left:0}}
.Hero-module__ZARIfG__heroContainer{background:#000;align-items:center;width:100%;height:100vh;min-height:600px;padding:0 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__slideshowContainer{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__slide{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.Hero-module__ZARIfG__slideActive{opacity:1;animation:6s ease-in-out infinite alternate Hero-module__ZARIfG__kenBurnsAnimation}.Hero-module__ZARIfG__overlay{z-index:2;background:linear-gradient(135deg,#000c 0%,#00000080 50%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:50px auto 0;display:flex;position:relative}.Hero-module__ZARIfG__mainTitle{font-family:var(--font-heading);text-transform:uppercase;color:var(--secondary-blue);z-index:3;-webkit-user-select:none;user-select:none;letter-spacing:-.01em;margin:0;font-size:13vw;line-height:.9}.Hero-module__ZARIfG__subtitleAnimated{font-family:var(--font-heading);color:var(--white);text-transform:uppercase;z-index:4;margin-top:-2rem;margin-bottom:2.5rem;font-size:3.8rem;line-height:1;animation:.7s cubic-bezier(.16,1,.3,1) forwards Hero-module__ZARIfG__subtitleReveal}.Hero-module__ZARIfG__exploreButton{background:var(--primary-blue);border:2px solid var(--primary-blue);color:var(--white);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;border-radius:4px;align-items:center;gap:1rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 20px #0079e666}.Hero-module__ZARIfG__exploreButton:hover{background:var(--white);border-color:var(--white);color:var(--black);box-shadow:0 0 30px #ffffff80}.Hero-module__ZARIfG__arrowIcon{fill:currentColor;width:20px;height:20px;transition:transform .3s}.Hero-module__ZARIfG__exploreButton:hover .Hero-module__ZARIfG__arrowIcon{transform:translate(6px)}@keyframes Hero-module__ZARIfG__kenBurnsAnimation{0%{transform:scale(1)translate(0)}to{transform:scale(1.08)translate(-1%,-.5%)}}@keyframes Hero-module__ZARIfG__subtitleReveal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.Hero-module__ZARIfG__mainTitle{font-size:15vw}.Hero-module__ZARIfG__subtitleAnimated{margin-top:-1.2rem;font-size:2.5rem}}@media (max-width:600px){.Hero-module__ZARIfG__heroContainer{padding:0 1.5rem}.Hero-module__ZARIfG__mainTitle{font-size:16vw}.Hero-module__ZARIfG__subtitleAnimated{margin-top:-.6rem;margin-bottom:2rem;font-size:1.8rem}}
.StatsBanner-module__QHAGgG__container{z-index:10;flex-direction:column;width:100%;display:flex;position:relative}.StatsBanner-module__QHAGgG__statsRow{background:#000;grid-template-columns:repeat(2,1fr);display:grid}.StatsBanner-module__QHAGgG__statItem{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1rem;display:flex;position:relative}.StatsBanner-module__QHAGgG__statItem:not(:last-child):after{content:"";background:#ffffff1a;width:1px;height:60%;position:absolute;top:20%;right:0}.StatsBanner-module__QHAGgG__statNumber{font-family:var(--font-heading);color:var(--white);letter-spacing:.02em;margin-bottom:.5rem;font-size:3.5rem;line-height:1}.StatsBanner-module__QHAGgG__statLabel{font-family:var(--font-body);text-transform:uppercase;color:#8fa0b0;letter-spacing:.1em;font-size:.85rem;font-weight:700}@media (max-width:900px){.StatsBanner-module__QHAGgG__statsRow{grid-template-columns:1fr}.StatsBanner-module__QHAGgG__statItem:not(:last-child):after{display:none}.StatsBanner-module__QHAGgG__statItem{border-bottom:1px solid #ffffff0d;padding:1.5rem 1rem}}
.Manifesto-module__iTFCjG__container{color:var(--white);background-image:linear-gradient(90deg,#000000e6 0%,#000000bf 45%,#0000 100%),url(/crop_.jpg);background-position:50%;background-size:cover;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;padding:5rem 4rem;display:flex;position:relative;overflow:hidden}.Manifesto-module__iTFCjG__row{z-index:5;flex-direction:row;justify-content:center;align-items:center;gap:6rem;width:100%;max-width:900px;display:flex}.Manifesto-module__iTFCjG__textContent{flex-direction:column;flex:1.2;align-items:flex-start;gap:1.2rem;display:flex}.Manifesto-module__iTFCjG__sectionTitle{color:var(--white);font-size:2.2rem;font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;margin:0;line-height:1}.Manifesto-module__iTFCjG__socialLinksRow{flex-direction:row;gap:1.2rem;margin-top:.5rem;display:flex}.Manifesto-module__iTFCjG__socialButton{cursor:pointer;width:56px;height:56px;color:var(--white);background:#ffffff08;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Manifesto-module__iTFCjG__socialButton:hover{background:var(--primary-blue);border-color:var(--primary-blue);transform:translateY(-4px);box-shadow:0 8px 20px #0079e673}.Manifesto-module__iTFCjG__socialIcon{fill:currentColor;width:22px;height:22px}.Manifesto-module__iTFCjG__badgeWrapper{flex:.8;justify-content:center;align-items:center;display:flex;position:relative}.Manifesto-module__iTFCjG__badgeInner{will-change:transform;justify-content:center;align-items:center;width:220px;height:220px;transition:transform .1s linear;display:flex;position:relative}.Manifesto-module__iTFCjG__tireImage{object-fit:cover;border:1px solid #ffffff0d;border-radius:50%;width:140px;height:140px;box-shadow:0 0 25px #0079e640}.Manifesto-module__iTFCjG__rotatingText{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Manifesto-module__iTFCjG__badgeCircleText{fill:var(--white);font-family:var(--font-body);letter-spacing:1.5px;font-size:7px;font-weight:900}@media (max-width:768px){.Manifesto-module__iTFCjG__container{background-image:linear-gradient(#000000e6 0%,#000000b3 60%,#0000 100%),url(/crop_.jpg);padding:4rem 2rem}.Manifesto-module__iTFCjG__row{text-align:center;flex-direction:column;gap:2.5rem}.Manifesto-module__iTFCjG__textContent{align-items:center}.Manifesto-module__iTFCjG__sectionTitle{font-size:1.8rem}.Manifesto-module__iTFCjG__badgeInner{width:170px;height:170px}.Manifesto-module__iTFCjG__tireImage{width:110px;height:110px}}
.CareersAndFooter-module__i9bfaW__careersSection{background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;padding:5rem 4rem;display:flex;position:relative}.CareersAndFooter-module__i9bfaW__careersOverlay{z-index:1;background:#000000d9;width:100%;height:100%;position:absolute;top:0;left:0}.CareersAndFooter-module__i9bfaW__careersContent{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:3rem;width:100%;max-width:1000px;display:flex;position:relative}.CareersAndFooter-module__i9bfaW__careersHeader{flex-direction:column;gap:1rem;display:flex}.CareersAndFooter-module__i9bfaW__careersTitle{color:var(--white);font-size:3.5rem}.CareersAndFooter-module__i9bfaW__careersSubtitle{font-family:var(--font-body);color:var(--primary-blue);letter-spacing:.05em;font-size:1.25rem;font-weight:500}.CareersAndFooter-module__i9bfaW__contactLayout{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;width:100%;margin-top:2rem;display:grid}.CareersAndFooter-module__i9bfaW__leftColumn,.CareersAndFooter-module__i9bfaW__rightColumn{justify-content:center;align-items:center;width:100%;display:flex}.CareersAndFooter-module__i9bfaW__phoneButton{color:var(--white);font-family:var(--font-body);cursor:pointer;background:#0a0a0a;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:400px;padding:1.8rem 3rem;font-size:2rem;font-weight:900;text-decoration:none;transition:all .5s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.CareersAndFooter-module__i9bfaW__phoneButtonLine{background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.CareersAndFooter-module__i9bfaW__phoneIcon{width:32px;height:32px;fill:var(--primary-blue);filter:drop-shadow(0 0 8px #0079e699);transition:fill .5s,transform .5s}.CareersAndFooter-module__i9bfaW__phoneButtonGlow{background:linear-gradient(90deg, transparent, var(--primary-blue), transparent);opacity:.3;width:100%;height:2px;transition:opacity .5s;position:absolute;bottom:0;left:0}.CareersAndFooter-module__i9bfaW__phoneButton:hover{border-color:#0079e699;transform:translateY(-5px);box-shadow:0 20px 40px -10px #0079e680}.CareersAndFooter-module__i9bfaW__phoneButton:hover .CareersAndFooter-module__i9bfaW__phoneIcon{fill:var(--white);transform:scale(1.1)rotate(-10deg)}.CareersAndFooter-module__i9bfaW__phoneButton:hover .CareersAndFooter-module__i9bfaW__phoneButtonGlow{opacity:1}.CareersAndFooter-module__i9bfaW__contactForm{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:left;background:#0a0a0ad9;border:1px solid #ffffff14;border-radius:8px;width:100%;max-width:480px;padding:3rem 2.5rem;box-shadow:0 20px 50px #0009}.CareersAndFooter-module__i9bfaW__formSubtitle{font-family:var(--font-body);color:var(--white);text-align:center;letter-spacing:.05em;margin-bottom:2rem;font-size:1.25rem;font-weight:600}.CareersAndFooter-module__i9bfaW__formGroup{width:100%;margin-bottom:1.5rem}.CareersAndFooter-module__i9bfaW__formInput,.CareersAndFooter-module__i9bfaW__formTextarea{width:100%;color:var(--white);font-family:var(--font-body);background:#ffffff08;border:1px solid #ffffff26;border-radius:4px;outline:none;padding:1rem 1.2rem;font-size:1rem;transition:all .3s}.CareersAndFooter-module__i9bfaW__formInput::placeholder,.CareersAndFooter-module__i9bfaW__formTextarea::placeholder{color:#fff6}.CareersAndFooter-module__i9bfaW__formInput:focus,.CareersAndFooter-module__i9bfaW__formTextarea:focus{border-color:var(--primary-blue);background:#ffffff0d;box-shadow:0 0 15px #0079e64d}.CareersAndFooter-module__i9bfaW__formTextarea{resize:vertical}.CareersAndFooter-module__i9bfaW__submitButton{background:var(--primary-blue);width:100%;color:var(--white);border:1px solid var(--primary-blue);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;border-radius:4px;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden}.CareersAndFooter-module__i9bfaW__submitButton:hover{background:var(--hover-blue);border-color:var(--hover-blue);transform:translateY(-2px);box-shadow:0 10px 25px #0079e666}.CareersAndFooter-module__i9bfaW__submitButton:active{transform:translateY(0)}@media (max-width:900px){.CareersAndFooter-module__i9bfaW__contactLayout{grid-template-columns:1fr;gap:3rem}.CareersAndFooter-module__i9bfaW__phoneButton,.CareersAndFooter-module__i9bfaW__contactForm{max-width:100%}}@media (max-width:640px){.CareersAndFooter-module__i9bfaW__phoneButton{gap:1rem;padding:1.1rem 1.5rem;font-size:1.25rem}.CareersAndFooter-module__i9bfaW__phoneIcon{width:22px;height:22px}}.CareersAndFooter-module__i9bfaW__footer{color:var(--white);background:#000;border-top:1px solid #ffffff0d;padding:4.5rem 4rem 2rem}.CareersAndFooter-module__i9bfaW__footerGrid{grid-template-columns:1.5fr 1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto 4rem;display:grid}.CareersAndFooter-module__i9bfaW__footerColumn{flex-direction:column;gap:1.5rem;display:flex}.CareersAndFooter-module__i9bfaW__footerLogoContainer{font-family:var(--font-heading);text-transform:uppercase;align-items:center;gap:.8rem;font-size:1.8rem;display:flex}.CareersAndFooter-module__i9bfaW__footerLogoIcon{fill:var(--primary-blue);width:40px;height:40px}.CareersAndFooter-module__i9bfaW__addressText{font-family:var(--font-body);color:var(--light-gray);font-size:.95rem;line-height:1.6}.CareersAndFooter-module__i9bfaW__addressText a{color:var(--white);font-weight:700}.CareersAndFooter-module__i9bfaW__addressText a:hover{color:var(--primary-blue)}.CareersAndFooter-module__i9bfaW__columnHeading{font-family:var(--font-heading);color:var(--primary-blue);margin-bottom:.5rem;font-size:1.4rem}.CareersAndFooter-module__i9bfaW__linkList{font-family:var(--font-body);flex-direction:column;gap:.8rem;font-size:.95rem;list-style:none;display:flex}.CareersAndFooter-module__i9bfaW__linkList a{color:var(--light-gray);transition:color .3s,padding-left .3s}.CareersAndFooter-module__i9bfaW__linkList a:hover{color:var(--primary-blue);padding-left:6px}.CareersAndFooter-module__i9bfaW__copyrightSection{max-width:1200px;font-family:var(--font-body);color:var(--light-gray);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin:0 auto;padding-top:2rem;font-size:.85rem;display:flex}.CareersAndFooter-module__i9bfaW__subLinks{gap:2rem;display:flex}.CareersAndFooter-module__i9bfaW__subLinks a:hover{color:var(--white)}@media (max-width:900px){.CareersAndFooter-module__i9bfaW__footerGrid{grid-template-columns:1fr;gap:3rem}.CareersAndFooter-module__i9bfaW__copyrightSection{text-align:center;flex-direction:column;gap:1.5rem}}@media (max-width:600px){.CareersAndFooter-module__i9bfaW__careersSection{padding:3rem 2rem}.CareersAndFooter-module__i9bfaW__careersTitle{font-size:2.5rem}.CareersAndFooter-module__i9bfaW__footer{padding:3rem 2rem 2rem}}
.FourPillars-module__fral6W__section{background:#000;justify-content:center;align-items:center;width:100%;padding:5rem 4rem;display:flex;position:relative;overflow:hidden}.FourPillars-module__fral6W__container{flex-direction:column;gap:4rem;width:100%;max-width:1400px;display:flex}.FourPillars-module__fral6W__headerRow{border-bottom:1px solid #ffffff0d;grid-template-columns:1.2fr 1fr;align-items:flex-end;gap:4rem;padding-bottom:3rem;display:grid}.FourPillars-module__fral6W__headerLeft{flex-direction:column;gap:1.5rem;display:flex}.FourPillars-module__fral6W__subtitle{color:var(--primary-blue);font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;font-size:.9rem;font-weight:700}.FourPillars-module__fral6W__title{color:var(--white);font-family:var(--font-heading);letter-spacing:-.02em;margin:0;font-size:3.5rem;font-weight:900;line-height:1.15}.FourPillars-module__fral6W__headerRight{justify-content:flex-end;align-items:flex-end;height:100%;display:flex}.FourPillars-module__fral6W__leadText{color:#ffffffb3;font-family:var(--font-body);max-width:500px;margin:0;font-size:1.15rem;line-height:1.6}.FourPillars-module__fral6W__grid{grid-template-columns:1fr 1fr;gap:3rem;width:100%;display:grid}.FourPillars-module__fral6W__card{background:#ffffff04;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.FourPillars-module__fral6W__imageContainer{aspect-ratio:16/10;border-bottom:1px solid #ffffff0d;width:100%;position:relative;overflow:hidden}.FourPillars-module__fral6W__image{object-cover:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.FourPillars-module__fral6W__cardContent{flex-direction:column;gap:1rem;padding:2rem 2.5rem;display:flex}.FourPillars-module__fral6W__cardMeta{border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding-bottom:.8rem;display:flex}.FourPillars-module__fral6W__cardNumber{color:#ffffff4d;font-family:var(--font-heading);font-size:.9rem;font-weight:700}.FourPillars-module__fral6W__cardTag{color:var(--primary-blue);font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;font-size:.8rem;font-weight:700}.FourPillars-module__fral6W__cardTitle{color:var(--white);font-family:var(--font-heading);margin:0;font-size:1.75rem;font-weight:800;transition:color .3s}.FourPillars-module__fral6W__cardDescription{color:#fff9;font-family:var(--font-body);margin:0;font-size:.95rem;line-height:1.55}.FourPillars-module__fral6W__card:hover{background:#0079e603;border-color:#0079e640;transform:translateY(-4px);box-shadow:0 20px 40px -15px #0079e626}.FourPillars-module__fral6W__card:hover .FourPillars-module__fral6W__image{transform:scale(1.06)}.FourPillars-module__fral6W__card:hover .FourPillars-module__fral6W__cardTitle{color:var(--primary-blue)}@media (max-width:1024px){.FourPillars-module__fral6W__section{padding:4rem 3rem}.FourPillars-module__fral6W__title{font-size:2.8rem}.FourPillars-module__fral6W__headerRow,.FourPillars-module__fral6W__grid{gap:2rem}}@media (max-width:868px){.FourPillars-module__fral6W__headerRow{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.FourPillars-module__fral6W__headerRight{justify-content:flex-start}.FourPillars-module__fral6W__leadText{max-width:100%}.FourPillars-module__fral6W__grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.FourPillars-module__fral6W__section{padding:3rem 1.5rem}.FourPillars-module__fral6W__title{font-size:2.2rem}.FourPillars-module__fral6W__cardContent{padding:1.5rem 1.8rem}}
