.Home-module__YWfIaG__main{background-color:#000;min-height:100vh;display:block;position:relative;overflow:visible!important}.Home-module__YWfIaG__heroSection{flex-direction:column;justify-content:center;align-items:center;height:90vh;display:flex;position:relative}.Home-module__YWfIaG__heroTextContainer{text-align:center;z-index:10;text-shadow:0 4px 20px #000c;flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex;position:relative}.Home-module__YWfIaG__heroBgContainer{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Home-module__YWfIaG__heroBg{object-fit:cover;opacity:.3;filter:grayscale()contrast(1.2)brightness(.8);width:100%;height:100%}.Home-module__YWfIaG__heroOverlay{opacity:.8;background:radial-gradient(circle,#0000 0%,#050505 90%);position:absolute;inset:0}.Home-module__YWfIaG__heroHeading{letter-spacing:-.04em;text-transform:uppercase;color:var(--foreground);font-size:clamp(2rem,5vw,5rem);font-weight:900;line-height:1}.Home-module__YWfIaG__heroSub{letter-spacing:.2em;text-transform:uppercase;color:#fff6;font-size:.875rem}.Home-module__YWfIaG__heroCta{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid #ffffff4d;margin-top:1rem;padding:.75rem 2rem;font-size:.875rem;text-decoration:none;transition:all .3s}.Home-module__YWfIaG__heroCta:hover{color:#000;background:#fff;border-color:#fff}.Home-module__YWfIaG__pillarsSection{background-color:#000;border-top:1px solid #fff3;overflow:hidden}.Home-module__YWfIaG__pillarsGrid{background-color:#ffffff26;border-left:1px solid #ffffff26;border-right:1px solid #ffffff26;grid-template-columns:1fr;gap:1px;display:grid}@media (min-width:1024px){.Home-module__YWfIaG__pillarsGrid{grid-template-columns:repeat(4,1fr);align-items:start;height:60vh}}.Home-module__YWfIaG__pillar{color:#fff;transform-origin:top;background-color:#000;border:none;flex-direction:column;justify-content:space-between;height:100%;min-height:350px;padding:2.5rem 1.5rem;text-decoration:none;transition:transform .15s cubic-bezier(.25,.46,.45,.94),background-color .2s,color .2s;display:flex;position:relative;overflow:hidden}.Home-module__YWfIaG__pillarImage{object-fit:cover;opacity:.2;z-index:0;filter:grayscale();width:100%;height:100%;transition:opacity .3s,transform .5s;position:absolute;top:0;left:0}.Home-module__YWfIaG__pillar:hover .Home-module__YWfIaG__pillarImage{opacity:.8;filter:grayscale();transform:scale(1.05)}.Home-module__YWfIaG__pillar:hover{color:#fff;z-index:10;background-color:#000;transform:translateY(1.5rem);box-shadow:0 -10px 30px #00000080}.Home-module__YWfIaG__pillarHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex;position:relative}.Home-module__YWfIaG__pillarNumber{opacity:.5;font-family:monospace;font-size:.75rem}.Home-module__YWfIaG__pillarIcon{opacity:.4;width:1.5rem;height:1.5rem;transition:opacity .3s}.Home-module__YWfIaG__pillar:hover .Home-module__YWfIaG__pillarIcon{opacity:1}.Home-module__YWfIaG__pillarContent{z-index:1;margin-top:auto;position:relative}.Home-module__YWfIaG__pillarTitle{letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800;line-height:1;transform:rotate(0)}@media (max-width:1023px){.Home-module__YWfIaG__pillarsGrid{gap:1px}.Home-module__YWfIaG__pillar:hover{transform:translate(10px)}}.Home-module__YWfIaG__pillarSub{text-transform:uppercase;letter-spacing:.1em;opacity:.6;border-top:1px solid #fff3;width:100%;margin-top:1rem;padding-top:1rem;font-size:.75rem;transition:border-color .2s}.Home-module__YWfIaG__pillar:hover .Home-module__YWfIaG__pillarSub{opacity:1;text-shadow:0 2px 4px #000c;border-color:#ffffff80}.Home-module__YWfIaG__pillarDescription{color:#fff9;margin-top:.5rem;font-size:.85rem;line-height:1.5;transition:color .3s;display:block}.Home-module__YWfIaG__pillar:hover .Home-module__YWfIaG__pillarDescription{color:#ffffffe6;text-shadow:0 2px 4px #000c}.Home-module__YWfIaG__pillar:hover .Home-module__YWfIaG__pillarTitle{text-shadow:0 2px 4px #000c}.Home-module__YWfIaG__showcaseSection{background-color:#050505;border-top:1px solid #ffffff1a;padding:6rem 0;overflow:hidden}.Home-module__YWfIaG__sectionHeader{text-transform:uppercase;letter-spacing:.1em;opacity:.5;padding-bottom:3rem;font-size:.875rem}@keyframes Home-module__YWfIaG__marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.Home-module__YWfIaG__marqueeWrapper{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.Home-module__YWfIaG__marqueeTrack{gap:2rem;width:max-content;padding-bottom:2rem;animation:60s linear infinite Home-module__YWfIaG__marquee;display:flex}.Home-module__YWfIaG__marqueeTrack:hover{animation-play-state:paused}.Home-module__YWfIaG__marqueeTrack::-webkit-scrollbar{display:none}.Home-module__YWfIaG__projectCard{aspect-ratio:16/9;background-color:#1a1a1a;flex-shrink:0;width:40vw;min-width:300px;max-width:600px;position:relative;overflow:hidden}.Home-module__YWfIaG__projectImage{object-fit:cover;filter:grayscale()contrast(1.1);width:100%;height:100%;transition:filter .5s,transform .5s}.Home-module__YWfIaG__projectCard:hover .Home-module__YWfIaG__projectImage{transform:scale(1.05)}.Home-module__YWfIaG__grainOverlay{pointer-events:none;opacity:.3;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.15'/%3E%3C/svg%3E");position:absolute;inset:0}.Home-module__YWfIaG__projectTitle{z-index:10;mix-blend-mode:difference;font-size:1.5rem;font-weight:700;position:absolute;bottom:1.5rem;left:1.5rem}.Home-module__YWfIaG__navSection{border-top:1px solid #ffffff1a}.Home-module__YWfIaG__navGrid{grid-template-columns:1fr;display:grid}@media (min-width:768px){.Home-module__YWfIaG__navGrid{grid-template-columns:1fr 1fr}}.Home-module__YWfIaG__bigNavButton{text-align:center;color:#fff;text-transform:uppercase;background:#000;border-bottom:1px solid #ffffff1a;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:300px;padding:.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:color .3s;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.Home-module__YWfIaG__bigNavButton{font-size:2rem}}.Home-module__YWfIaG__bigNavButton:before{content:"";z-index:0;background-color:#fff;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.Home-module__YWfIaG__navGrid:hover .Home-module__YWfIaG__bigNavButton:not(:hover):before{transition:transform}.Home-module__YWfIaG__bigNavButton[data-nav=studio]:before{clip-path:polygon(100% 0,100% 100%,20% 100%,0 50%,20% 0);transform:translate(101%)}.Home-module__YWfIaG__bigNavButton[data-nav=studio]:hover:before{transform:translate(0)}.Home-module__YWfIaG__bigNavButton[data-nav=cloud]:before{clip-path:polygon(0 0,80% 0,100% 50%,80% 100%,0 100%);transform:translate(-101%)}.Home-module__YWfIaG__bigNavButton[data-nav=cloud]:hover:before{transform:translate(0)}@media (min-width:768px){.Home-module__YWfIaG__bigNavButton:first-child{border-right:1px solid #ffffff1a}}.Home-module__YWfIaG__bigNavButton:hover{color:#000}.Home-module__YWfIaG__navText{text-transform:uppercase;letter-spacing:.1em;opacity:.6;z-index:2;font-size:.7rem;font-weight:400;transition:opacity .3s;position:relative}@media (min-width:640px){.Home-module__YWfIaG__navText{font-size:.875rem}}.Home-module__YWfIaG__bigNavButton:hover .Home-module__YWfIaG__navText{opacity:1}.Home-module__YWfIaG__navLabel{z-index:2;white-space:pre-line;position:relative}
.Hero-module__RrpK_G__heroSection{z-index:1;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;top:0;overflow:hidden}.Hero-module__RrpK_G__heroTextContainer{text-align:center;text-align:center;z-index:10;text-shadow:0 4px 20px #000c;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.Hero-module__RrpK_G__heroBgContainer{z-index:0;pointer-events:none;width:100%;height:120%;position:absolute;top:0;left:0;overflow:hidden;transform:translateY(-10%)}.Hero-module__RrpK_G__heroBg{object-fit:cover;opacity:.85;filter:grayscale()contrast(1.3)brightness(.9);will-change:transform;width:100%;height:100%}.Hero-module__RrpK_G__heroOverlay{opacity:.8;background:radial-gradient(circle,#0000 0%,#050505 90%);position:absolute;inset:0}.Hero-module__RrpK_G__heroHeading{letter-spacing:-.04em;text-transform:uppercase;color:var(--foreground);text-align:center;width:100%;margin-bottom:1rem;font-size:7rem;font-weight:900;line-height:1}@media (max-width:1024px){.Hero-module__RrpK_G__heroHeading{font-size:clamp(2.5rem,12vw,6rem)}}@media (max-width:480px){.Hero-module__RrpK_G__heroHeading{font-size:clamp(1.75rem,14vw,3rem)}}@media (max-width:350px){.Hero-module__RrpK_G__heroHeading{letter-spacing:-.02em;font-size:1.7rem}}.Hero-module__RrpK_G__heroSub{letter-spacing:.25em;text-transform:uppercase;color:#fff;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1rem;font-weight:700;display:flex}.Hero-module__RrpK_G__heroSub:before{content:"";background-color:var(--accent);width:.6em;height:.6em}.Hero-module__RrpK_G__heroDescription{opacity:.8;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300;line-height:1.6}.Hero-module__RrpK_G__heroCta{color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid #ffffff4d;padding:.75rem 2rem;font-size:.875rem;text-decoration:none;transition:all .3s}.Hero-module__RrpK_G__heroCta:hover{background:var(--accent);color:#000;border-color:var(--accent);box-shadow:0 0 30px #a7bd4333}
.CatalogPreview-module__CR7BdG__stickyWrapper{z-index:10;height:250vh;position:relative}.CatalogPreview-module__CR7BdG__catalogSection{color:#000;z-index:10;background-color:#fff;flex-direction:column;justify-content:center;height:100vh;padding-top:80px;display:flex;position:sticky;top:0;overflow:hidden}@media (max-width:1024px){.CatalogPreview-module__CR7BdG__catalogSection{justify-content:flex-start;height:auto;min-height:100vh;padding-top:100px}}.CatalogPreview-module__CR7BdG__headerRow{margin-bottom:2rem}@media (min-width:1024px){.CatalogPreview-module__CR7BdG__headerRow{justify-content:space-between;align-items:flex-end;display:flex}.CatalogPreview-module__CR7BdG__actionBlock{margin-bottom:1.5rem}}.CatalogPreview-module__CR7BdG__titleBlock{border-left:4px solid var(--accent);margin-bottom:2rem;padding-left:2.5rem}.CatalogPreview-module__CR7BdG__subtitle{text-transform:uppercase;letter-spacing:.3em;color:var(--accent);margin-bottom:1.25rem;font-size:.85rem;font-weight:700;display:block}.CatalogPreview-module__CR7BdG__title{text-transform:uppercase;letter-spacing:-.05em;color:#000;font-size:clamp(2rem,6vw,4.5rem);font-weight:950;line-height:.95}.CatalogPreview-module__CR7BdG__actionBlock{max-width:450px}.CatalogPreview-module__CR7BdG__description{color:#000000b3;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.CatalogPreview-module__CR7BdG__viewAllBtn{color:#fff;text-transform:uppercase;letter-spacing:.2em;background:#000;border:1px solid #000;align-items:center;gap:1.2rem;padding:1.25rem 3.5rem;font-size:.8rem;font-weight:800;transition:all .4s cubic-bezier(.19,1,.22,1);display:inline-flex;position:relative}.CatalogPreview-module__CR7BdG__viewAllBtn svg{transition:transform .4s cubic-bezier(.19,1,.22,1)}.CatalogPreview-module__CR7BdG__viewAllBtn:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0003}.CatalogPreview-module__CR7BdG__viewAllBtn:hover svg{transform:translate(3px,-3px)}.CatalogPreview-module__CR7BdG__viewAllBtn:active{transform:translateY(-1px);box-shadow:0 5px 10px #0000001a}.CatalogPreview-module__CR7BdG__marqueeWrapper{cursor:grab;-webkit-user-select:none;user-select:none;width:100vw;margin-left:-50vw;margin-right:-50vw;padding:2rem 0;position:relative;left:50%;right:50%;overflow:hidden}.CatalogPreview-module__CR7BdG__marqueeWrapper:active{cursor:grabbing}.CatalogPreview-module__CR7BdG__marqueeTrack{will-change:transform;gap:5rem;width:fit-content;display:flex}.CatalogPreview-module__CR7BdG__solutionCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0000000d;flex-direction:row;flex-shrink:0;align-items:stretch;width:950px;height:450px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000008}.CatalogPreview-module__CR7BdG__cardVisual{border-right:1px solid #f2f2f2;flex-shrink:0;width:480px;height:100%;position:relative;overflow:hidden}.CatalogPreview-module__CR7BdG__sectorImg{object-fit:cover;width:100%;height:100%}.CatalogPreview-module__CR7BdG__cardOverlay{z-index:5;background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0;overflow:hidden}.CatalogPreview-module__CR7BdG__cardOverlay:before{content:"";opacity:.1;pointer-events:none;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.15'/%3E%3C/svg%3E");position:absolute;inset:0}.CatalogPreview-module__CR7BdG__sectorImg{object-fit:cover;filter:grayscale();opacity:.85;width:100%;height:100%;transition:all .8s cubic-bezier(.19,1,.22,1)}.CatalogPreview-module__CR7BdG__solutionCard:hover .CatalogPreview-module__CR7BdG__sectorImg{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.CatalogPreview-module__CR7BdG__overlayContent{z-index:10;mix-blend-mode:difference;transition:transform .6s cubic-bezier(.19,1,.22,1);position:relative}.CatalogPreview-module__CR7BdG__sectorType{text-transform:uppercase;letter-spacing:.25em;color:#fff;opacity:.6;margin-bottom:.5rem;font-size:.7rem;display:block}.CatalogPreview-module__CR7BdG__sectorTitle{color:#fff;font-size:1.8rem;font-weight:800;line-height:1}.CatalogPreview-module__CR7BdG__sectorDesc{opacity:0;max-height:0;margin-top:1rem;transition:all .6s cubic-bezier(.19,1,.22,1);overflow:hidden}.CatalogPreview-module__CR7BdG__sectorDesc p{color:#fff;opacity:.8;font-size:.95rem;line-height:1.5}.CatalogPreview-module__CR7BdG__solutionCard:hover .CatalogPreview-module__CR7BdG__overlayContent{transform:translateY(-20px)}.CatalogPreview-module__CR7BdG__solutionCard:hover .CatalogPreview-module__CR7BdG__sectorDesc{opacity:1;max-height:150px;margin-top:1.5rem}.CatalogPreview-module__CR7BdG__productColumn{z-index:20;flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.CatalogPreview-module__CR7BdG__productVisual{border-bottom:1px solid #f2f2f2;justify-content:center;align-items:center;width:100%;height:240px;padding:1.5rem;display:flex}.CatalogPreview-module__CR7BdG__productImg{object-fit:contain;width:auto;max-width:90%;max-height:100%}.CatalogPreview-module__CR7BdG__cardInfo{background:0 0;flex-direction:column;flex:1;justify-content:flex-start;padding:2rem 2.8rem;display:flex}.CatalogPreview-module__CR7BdG__infoTop{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.CatalogPreview-module__CR7BdG__modelName{color:#000;letter-spacing:-.04em;font-size:2.3rem;font-weight:950;line-height:1}.CatalogPreview-module__CR7BdG__tagline{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:800}.CatalogPreview-module__CR7BdG__solutionText{color:#000000a6;max-width:100%;font-size:1rem;line-height:1.6}.CatalogPreview-module__CR7BdG__bgLabel{letter-spacing:-.05em;color:#00000008;-webkit-text-stroke:1px #00000003;pointer-events:none;z-index:1;text-transform:uppercase;white-space:nowrap;font-size:17.5vw;font-weight:950;line-height:1;position:absolute;bottom:-2.5vh;left:50%;transform:translate(-50%)}@media (max-width:1024px){.CatalogPreview-module__CR7BdG__bgLabel{opacity:.5;z-index:0;font-size:20vw;bottom:5vh}.CatalogPreview-module__CR7BdG__headerRow{margin-bottom:2rem}.CatalogPreview-module__CR7BdG__titleBlock{border-left-width:3px;margin-bottom:1.5rem;padding-left:1.5rem}.CatalogPreview-module__CR7BdG__title{line-height:.9}.CatalogPreview-module__CR7BdG__description{margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.CatalogPreview-module__CR7BdG__solutionCard{flex-direction:unset;align-items:unset;grid-template-columns:1fr 1fr;grid-template-areas:"img1 img2""text text";width:320px;height:auto;display:grid}.CatalogPreview-module__CR7BdG__productColumn{display:contents}.CatalogPreview-module__CR7BdG__cardVisual{border-bottom:1px solid #0000000d;border-right:1px solid #0000000d;grid-area:img1;width:100%;height:140px}.CatalogPreview-module__CR7BdG__productVisual{border-bottom:1px solid #0000000d;grid-area:img2;width:100%;height:140px;padding:.5rem}.CatalogPreview-module__CR7BdG__cardInfo{grid-area:text;width:100%;padding:.85rem}.CatalogPreview-module__CR7BdG__cardOverlay{padding:.75rem}.CatalogPreview-module__CR7BdG__sectorTitle{font-size:1rem}.CatalogPreview-module__CR7BdG__sectorType{margin-bottom:.2rem;font-size:.5rem}.CatalogPreview-module__CR7BdG__infoTop{gap:.25rem;margin-bottom:.5rem}.CatalogPreview-module__CR7BdG__modelName{font-size:1.1rem}.CatalogPreview-module__CR7BdG__tagline{font-size:.7rem}.CatalogPreview-module__CR7BdG__solutionText{font-size:.8rem;line-height:1.35}.CatalogPreview-module__CR7BdG__viewAllBtn{justify-content:center;width:100%;padding:.85rem 1.5rem;font-size:.75rem}}
.ConceptFocus-module__hIm2Ua__scrollTrack{z-index:5;height:150vh;position:relative}.ConceptFocus-module__hIm2Ua__stickyContent{background-color:#050505;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.ConceptFocus-module__hIm2Ua__visualContainer{background:#050505;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ConceptFocus-module__hIm2Ua__gridContent{grid-template-columns:1fr;align-items:center;gap:2rem;width:100%;height:100%;padding-top:2rem;padding-bottom:2rem;display:grid}@media (min-width:1024px){.ConceptFocus-module__hIm2Ua__gridContent{grid-template-columns:1.2fr .8fr;gap:4rem;padding-top:4rem;padding-bottom:4rem}}.ConceptFocus-module__hIm2Ua__visualBlock{background:#111;border:1px solid #ffffff0d;justify-content:center;align-items:center;width:100%;height:40vh;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.ConceptFocus-module__hIm2Ua__visualBlock{height:60vh}}.ConceptFocus-module__hIm2Ua__imagePlaceholder{background:repeating-linear-gradient(45deg,#111,#111 10px,#151515 10px 20px);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ConceptFocus-module__hIm2Ua__placeholderText{opacity:.3;text-align:center;color:#fff;font-family:monospace;line-height:1.5}.ConceptFocus-module__hIm2Ua__sub{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem}.ConceptFocus-module__hIm2Ua__TextBlock{flex-direction:column;gap:2rem;display:flex}.ConceptFocus-module__hIm2Ua__heading{text-transform:uppercase;letter-spacing:-.04em;color:#fff;font-size:clamp(2rem,5vw,5rem);font-weight:800;line-height:.9}.ConceptFocus-module__hIm2Ua__description{color:#fff9;border-left:1px solid var(--accent);max-width:50ch;padding-left:1.5rem;font-size:1.125rem;line-height:1.6}.ConceptFocus-module__hIm2Ua__imageContainer{width:100%;height:100%;position:relative;overflow:hidden}.ConceptFocus-module__hIm2Ua__focusImage{object-fit:cover;filter:brightness(.9)contrast(1.1);width:100%;height:100%}.ConceptFocus-module__hIm2Ua__imageOverlay{pointer-events:none;background:linear-gradient(#0000,#050505cc);width:100%;height:100%;position:absolute;top:0;left:0}
.ContactCTA-module__vuh1jW__stickyWrapper{z-index:30;height:150vh;margin-top:-100vh;position:relative}.ContactCTA-module__vuh1jW__section{z-index:10;color:#fff;background-color:#050505;border-top:1px solid #ffffff0d;justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.ContactCTA-module__vuh1jW__bgContainer{opacity:.4;pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.ContactCTA-module__vuh1jW__bgImage{object-fit:cover;filter:brightness(.7)grayscale(.5);width:100%;height:100%}.ContactCTA-module__vuh1jW__content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex;position:relative}.ContactCTA-module__vuh1jW__label{color:var(--accent);letter-spacing:.2em;text-transform:uppercase;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-family:monospace;font-size:.875rem;display:flex}.ContactCTA-module__vuh1jW__label:before,.ContactCTA-module__vuh1jW__label:after{content:"";background:var(--accent);opacity:.5;width:2rem;height:1px}.ContactCTA-module__vuh1jW__title{text-transform:uppercase;color:#fff;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1}.ContactCTA-module__vuh1jW__description{color:#ffffff80;max-width:60ch;margin:0 auto 3rem;font-size:1.125rem;line-height:1.6}.ContactCTA-module__vuh1jW__actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.ContactCTA-module__vuh1jW__primaryButton{color:#000;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#fff;border:1px solid #fff;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.ContactCTA-module__vuh1jW__primaryButton:hover{color:#fff;background:0 0;transform:translateY(-2px)}.ContactCTA-module__vuh1jW__secondaryButton{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:1px solid #ffffff4d;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.ContactCTA-module__vuh1jW__secondaryButton:hover{background:#ffffff0d;border-color:#fff;transform:translateY(-2px)}
.ContactModal-module__Q57smW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out ContactModal-module__Q57smW__fadeIn;display:flex;position:fixed;inset:0}.ContactModal-module__Q57smW__modal{background:#000;border:1px solid #ffffff1a;width:100%;max-width:480px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) ContactModal-module__Q57smW__slideUp;position:relative}.ContactModal-module__Q57smW__closeButton{color:#fff6;cursor:pointer;background:0 0;border:none;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.ContactModal-module__Q57smW__closeButton:hover{color:#fff}.ContactModal-module__Q57smW__title{color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ContactModal-module__Q57smW__description{color:#fff9;margin-bottom:2rem;font-size:.875rem;line-height:1.5}.ContactModal-module__Q57smW__form{flex-direction:column;gap:1.5rem;display:flex}.ContactModal-module__Q57smW__field{flex-direction:column;gap:.5rem;display:flex}.ContactModal-module__Q57smW__field label{text-transform:uppercase;letter-spacing:.05em;color:#fff6;font-size:.75rem;font-weight:500}.ContactModal-module__Q57smW__field input,.ContactModal-module__Q57smW__field select{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.ContactModal-module__Q57smW__field textarea{color:#fff;resize:vertical;background:#ffffff0d;border:1px solid #ffffff1a;outline:none;min-height:100px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.ContactModal-module__Q57smW__field textarea:focus{background:#ffffff1a;border-color:#fff6}.ContactModal-module__Q57smW__charCount{float:right;opacity:.5;font-size:.7rem}.ContactModal-module__Q57smW__field input:focus,.ContactModal-module__Q57smW__field select:focus{background:#ffffff1a;border-color:#fff6}.ContactModal-module__Q57smW__field select option{color:#fff;background:#000}.ContactModal-module__Q57smW__submitButton{color:#000;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#fff;border:none;margin-top:.5rem;padding:1rem;font-size:.875rem;font-weight:700;transition:all .2s}.ContactModal-module__Q57smW__submitButton:hover{background:#e6e6e6;transform:translateY(-1px)}.ContactModal-module__Q57smW__successState{text-align:center;flex-direction:column;align-items:center;padding:2rem 0;display:flex}.ContactModal-module__Q57smW__successIcon{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.ContactModal-module__Q57smW__successTitle{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ContactModal-module__Q57smW__successText{color:#fff9;margin-bottom:2rem}.ContactModal-module__Q57smW__closeButtonSuccess{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:1px solid #fff3;padding:.75rem 2rem;font-size:.75rem;transition:all .2s}.ContactModal-module__Q57smW__closeButtonSuccess:hover{background:#ffffff0d;border-color:#fff}@keyframes ContactModal-module__Q57smW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactModal-module__Q57smW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.PartnerModal-module__uM1OsG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out PartnerModal-module__uM1OsG__fadeIn;display:flex;position:fixed;inset:0}.PartnerModal-module__uM1OsG__modal{background:#000;border:1px solid #ffffff1a;width:100%;max-width:480px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) PartnerModal-module__uM1OsG__slideUp;position:relative}.PartnerModal-module__uM1OsG__closeButton{color:#fff6;cursor:pointer;background:0 0;border:none;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.PartnerModal-module__uM1OsG__closeButton:hover{color:#fff}.PartnerModal-module__uM1OsG__title{color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.PartnerModal-module__uM1OsG__description{color:#fff9;margin-bottom:2.5rem;font-size:.875rem;line-height:1.5}.PartnerModal-module__uM1OsG__contactSection{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.PartnerModal-module__uM1OsG__contactItem{flex-direction:column;gap:.25rem;display:flex}.PartnerModal-module__uM1OsG__label{text-transform:uppercase;letter-spacing:.05em;color:#fff6;font-size:.75rem;font-weight:500}.PartnerModal-module__uM1OsG__value{color:#fff;font-size:1.25rem;font-weight:400;text-decoration:none;transition:color .2s}.PartnerModal-module__uM1OsG__value:hover{color:#ffffffb3}.PartnerModal-module__uM1OsG__note{color:#fff6;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.75rem}@keyframes PartnerModal-module__uM1OsG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PartnerModal-module__uM1OsG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
