.Header-module__hBw1pG__header{z-index:1000;width:100%;color:var(--color-surface);padding:1.5rem 0;transition:all .4s;position:fixed;top:0;left:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{color:var(--color-text-main);background-color:#fffffff2;padding:1rem 0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;font-size:1.5rem;font-weight:600}.Header-module__hBw1pG__nav{gap:2rem;display:flex}.Header-module__hBw1pG__link{font-family:var(--font-sans);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;position:relative}.Header-module__hBw1pG__link:after{content:"";background-color:currentColor;width:0;height:1px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__hBw1pG__link:hover:after{width:100%}.Header-module__hBw1pG__menuButton{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;display:none}.Header-module__hBw1pG__bar{background-color:currentColor;width:100%;height:2px;transition:all .3s}@media (max-width:768px){.Header-module__hBw1pG__menuButton{display:flex}.Header-module__hBw1pG__nav{background-color:var(--color-background);width:100%;height:100vh;color:var(--color-text-main);flex-direction:column;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.22,1,.36,1);position:fixed;top:0;right:0;transform:translate(100%)}.Header-module__hBw1pG__nav.Header-module__hBw1pG__active{transform:translate(0)}.Header-module__hBw1pG__header.Header-module__hBw1pG__menuOpen{color:var(--color-text-main)}.Header-module__hBw1pG__header.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__bar:first-child{transform:rotate(45deg)translate(5px,6px)}.Header-module__hBw1pG__header.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__menuOpen .Header-module__hBw1pG__bar:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}}
.Footer-module__S6Hkya__footer{background-color:var(--color-primary);color:var(--color-text-light);padding:4rem 0 2rem}.Footer-module__S6Hkya__container{width:90%;max-width:1200px;margin:0 auto}.Footer-module__S6Hkya__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:4rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-sans);letter-spacing:.1em;margin-bottom:1rem;font-size:1.5rem}.Footer-module__S6Hkya__tagline{color:#999;font-size:.9rem}.Footer-module__S6Hkya__links{gap:2rem;display:flex}.Footer-module__S6Hkya__links a{color:#ccc;font-size:.9rem}.Footer-module__S6Hkya__links a:hover{color:var(--color-surface)}.Footer-module__S6Hkya__bottom{text-align:center;color:#666;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__top{text-align:center;flex-direction:column;align-items:center}.Footer-module__S6Hkya__links{flex-direction:column;gap:1rem}}
.Hero-module__ZARIfG__hero{z-index:1;background-image:url(/gen_image.png);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.Hero-module__ZARIfG__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000004d,#0000001a);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:4;text-align:center;color:var(--color-text-light);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Hero-module__ZARIfG__title{font-family:var(--font-sans);letter-spacing:.2em;text-shadow:0 2px 10px #0000004d;color:#fff;margin-top:2rem;font-size:5rem;font-weight:300}.Hero-module__ZARIfG__fixedTitle{font-family:var(--font-sans);letter-spacing:.2em;text-shadow:0 4px 20px #00000080;color:#fff;z-index:5;text-align:center;pointer-events:none;white-space:nowrap;font-size:5rem;font-weight:300;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__subtitle{font-family:var(--font-montserrat),sans-serif;letter-spacing:.25em;color:#fff;text-transform:uppercase;text-shadow:0 2px 10px #0000004d;text-align:center;flex-direction:column;align-items:center;gap:.5em;margin-bottom:2rem;font-size:4rem;font-weight:400;line-height:1.4;display:flex}.Hero-module__ZARIfG__subtitleLine{display:block}.Hero-module__ZARIfG__scrollIndicator{z-index:5;color:#fff;opacity:.8;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollText{font-family:var(--font-sans);letter-spacing:.2em;margin-bottom:.5rem;font-size:.7rem}.Hero-module__ZARIfG__line{transform-origin:top;background-color:currentColor;width:1px;height:60px;animation:2s infinite Hero-module__ZARIfG__scrollLine}@keyframes Hero-module__ZARIfG__scrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__hero{background-image:url(/hero_mobile.png);background-position:50%;background-attachment:scroll}.Hero-module__ZARIfG__title{letter-spacing:.1em;padding:0 1rem;font-size:2.5rem}.Hero-module__ZARIfG__fixedTitle{letter-spacing:.1em;width:90%;padding:0 1rem;font-size:2rem}.Hero-module__ZARIfG__subtitle{letter-spacing:.15em;gap:.3rem;padding:0 1rem;font-size:1.5rem}}
.page-module___8aEwW__main{min-height:100vh}.page-module___8aEwW__sectionTitle{font-family:var(--font-sans);letter-spacing:.1em;color:var(--color-primary);margin-bottom:3rem;font-size:2rem}.page-module___8aEwW__textBlock{text-align:justify;max-width:800px;margin:0 auto}.page-module___8aEwW__concept{background-color:var(--color-background);z-index:10;position:relative}.page-module___8aEwW__features{z-index:10;background-color:#f8f8f8;position:relative}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.page-module___8aEwW__featureItem h3{color:var(--color-secondary);border-bottom:1px solid #ddd;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem}.page-module___8aEwW__profile{background-color:var(--color-surface);z-index:10;position:relative}.page-module___8aEwW__profileTable{border-top:1px solid #eee;max-width:800px;margin:0 auto}.page-module___8aEwW__profileRow{border-bottom:1px solid #eee;padding:1.5rem 0;display:flex}.page-module___8aEwW__profileHeader{width:30%;color:var(--color-primary);font-weight:700}.page-module___8aEwW__profileData{width:70%;color:var(--color-text-main)}.page-module___8aEwW__contact{background-color:var(--color-background);z-index:10;position:relative}.page-module___8aEwW__contactMethods{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.page-module___8aEwW__contactLink{border-radius:50px;justify-content:center;align-items:center;min-width:200px;padding:1rem 2rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.page-module___8aEwW__contactLink:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.page-module___8aEwW__primary{color:#fff;background-color:#06c755}.page-module___8aEwW__secondary{color:#fff;background-color:#000}.page-module___8aEwW__tertiary{background-color:var(--color-secondary);color:#fff}.page-module___8aEwW__signatureArea{flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-top:4rem;display:flex}.page-module___8aEwW__signatureImageWrapper{aspect-ratio:1;border:4px solid #fff;border-radius:24px;flex-shrink:0;width:100%;max-width:400px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 30px #00000026}.page-module___8aEwW__signatureImageWrapper:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.page-module___8aEwW__signatureImage{object-fit:cover;width:100%;height:100%}.page-module___8aEwW__signatureText{text-align:center;font-size:1.1rem;font-weight:700;line-height:1.8}@media (min-width:769px){.page-module___8aEwW__signatureArea{text-align:left;flex-direction:row;justify-content:center}.page-module___8aEwW__signatureImageWrapper{border-radius:30px;width:280px;height:280px}.page-module___8aEwW__signatureText{text-align:left;font-size:1.2rem}}@media (max-width:768px){.page-module___8aEwW__profileRow{flex-direction:column}.page-module___8aEwW__profileHeader{width:100%;margin-bottom:.5rem}.page-module___8aEwW__profileData{width:100%}.page-module___8aEwW__contactMethods{flex-direction:column;align-items:center}.page-module___8aEwW__textBlock{text-align:left}.page-module___8aEwW__grid{gap:2rem}}
