.Hero-module__ZARIfG__hero{background-color:var(--black);width:100%;height:130vh;position:relative}.Hero-module__ZARIfG__stickyLayer{float:right;z-index:1;background-color:var(--black);width:50%;height:100vh;position:sticky;top:0;overflow:hidden}.Hero-module__ZARIfG__backgroundImage{object-fit:contain;background-color:var(--black);width:100%;height:100%}.Hero-module__ZARIfG__scrollLayer{z-index:2;pointer-events:none;width:100%;height:100vh;position:relative}.Hero-module__ZARIfG__leftBackground{background-color:var(--primary);pointer-events:auto;width:50%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__textLayer{align-items:center;width:100%;height:100vh;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__textHalf{pointer-events:auto;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Hero-module__ZARIfG__textBlack{color:var(--black);clip-path:inset(0 50% 0 0)}.Hero-module__ZARIfG__textWhite{color:var(--white);clip-path:inset(0 0 0 50%)}.Hero-module__ZARIfG__innerContent{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}.Hero-module__ZARIfG__title{letter-spacing:-2px;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(3rem,10vw,7.5rem);font-weight:700;line-height:.85}.Hero-module__ZARIfG__subtitle{letter-spacing:2px;text-transform:uppercase;font-size:clamp(1rem,2vw,1.5rem);font-weight:700}.Hero-module__ZARIfG__scrollIndicator{z-index:10;color:red;cursor:pointer;flex-direction:column;align-items:center;gap:-8px;transition:all .3s;animation:2s infinite Hero-module__ZARIfG__bounce;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollIndicator:hover{opacity:.8;transform:translate(-50%)scale(1.2)}@keyframes Hero-module__ZARIfG__bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@media (max-width:1024px){.Hero-module__ZARIfG__hero{flex-direction:column;height:auto;min-height:100vh;display:flex}.Hero-module__ZARIfG__stickyLayer{float:none;order:2;width:100%;height:50vh;position:relative}.Hero-module__ZARIfG__scrollLayer{pointer-events:auto;order:1;height:auto;position:relative}.Hero-module__ZARIfG__leftBackground{width:100%;height:100%;position:absolute}.Hero-module__ZARIfG__textLayer{height:auto;padding:6rem 0;position:relative}.Hero-module__ZARIfG__textBlack{clip-path:none;position:relative}.Hero-module__ZARIfG__textWhite{display:none}.Hero-module__ZARIfG__title{font-size:4rem}.Hero-module__ZARIfG__scrollIndicator{display:none}}
.CalendlyButton-module__pgRjGG__button{background:var(--primary);color:var(--black);text-transform:uppercase;border:2px solid var(--primary);cursor:pointer;letter-spacing:1px;padding:1.5rem 3rem;font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1)}.CalendlyButton-module__pgRjGG__button:hover{color:var(--primary);background:0 0}@media (max-width:768px){.CalendlyButton-module__pgRjGG__button{width:100%;padding:1rem 1.5rem;font-size:.9rem}}
.LogoCarousel-module__bcV_vG__section{background-color:var(--primary);color:var(--black);padding:8rem 0;overflow:hidden}.LogoCarousel-module__bcV_vG__title{text-transform:uppercase;margin-bottom:4rem;font-size:clamp(2rem,5vw,4rem)}.LogoCarousel-module__bcV_vG__carouselWrapper{width:100%;display:flex}.LogoCarousel-module__bcV_vG__carousel{gap:4rem;padding:2rem 0;animation:40s linear infinite LogoCarousel-module__bcV_vG__scroll;display:flex}.LogoCarousel-module__bcV_vG__logoItem{filter:grayscale()brightness(2)contrast(1.5);flex:0 0 200px;justify-content:center;align-items:center;transition:all .3s;display:flex}.LogoCarousel-module__bcV_vG__logoItem:hover{filter:none}.LogoCarousel-module__bcV_vG__logoWrapper{justify-content:center;align-items:center;width:100%;height:60px;display:flex;position:relative}.LogoCarousel-module__bcV_vG__logoItem img{opacity:.8;max-width:100%;height:auto}@keyframes LogoCarousel-module__bcV_vG__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.LogoCarousel-module__bcV_vG__section{padding:4rem 0}}
.SuccessStories-module__x6aUoW__section{background-color:var(--black);padding:8rem 0}.SuccessStories-module__x6aUoW__header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:4rem;display:flex}.SuccessStories-module__x6aUoW__title{text-transform:uppercase;font-size:clamp(2rem,5vw,4rem)}.SuccessStories-module__x6aUoW__line{background-color:var(--white);opacity:.2;flex:1;height:2px}.SuccessStories-module__x6aUoW__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;display:grid}.SuccessStories-module__x6aUoW__card{color:inherit;text-decoration:none;transition:all .4s;display:block}.SuccessStories-module__x6aUoW__imageWrapper{aspect-ratio:4/5;background-color:#1a1a1a;margin-bottom:2rem;position:relative;overflow:hidden}.SuccessStories-module__x6aUoW__card img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.SuccessStories-module__x6aUoW__overlay{opacity:0;background-color:#f7294133;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.SuccessStories-module__x6aUoW__card:hover .SuccessStories-module__x6aUoW__overlay{opacity:1}.SuccessStories-module__x6aUoW__card:hover img{transform:scale(1.1)}.SuccessStories-module__x6aUoW__content{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.SuccessStories-module__x6aUoW__storyTitle{letter-spacing:1px;margin-bottom:.5rem;font-size:1.5rem}.SuccessStories-module__x6aUoW__storyStat{opacity:.7;font-size:1rem}.SuccessStories-module__x6aUoW__arrow{color:var(--primary);opacity:0;transition:all .4s;transform:translate(-10px)}.SuccessStories-module__x6aUoW__card:hover .SuccessStories-module__x6aUoW__arrow{opacity:1;transform:translate(0)}@media (max-width:768px){.SuccessStories-module__x6aUoW__section{padding:4rem 0}.SuccessStories-module__x6aUoW__grid{grid-template-columns:1fr}}
