@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--font-primary:"DM Sans",sans-serif;--color-black:#000;--color-text:#fff;--color-light-text:#ccc;--color-gold:#c98d17;--color-subtext:#1f1f1f;--color-accent-1:#1525b4;--color-accent-2:#0dccdd;--color-accent-3:#e3d34d;--color-accent-4:#15dd14;--color-accent-5:#c20800}body,html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:var(--color-black);box-sizing:border-box;color:var(--color-text);font-family:var(--font-primary);height:100%;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;scroll-behavior:smooth;scrollbar-color:var(--color-light-text) #0000;scrollbar-width:thin;width:100%}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#0000}body::-webkit-scrollbar-thumb{background-color:var(--color-light-text);border-radius:6px;-webkit-transition:background-color .3s ease,width .3s ease;transition:background-color .3s ease,width .3s ease}body::-webkit-scrollbar-thumb:hover{background-color:#999;width:10px}body::-webkit-scrollbar-button{display:none;height:0}body:before{background:linear-gradient(180deg,#ffffff0d,#0000);content:"";height:20px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:999}h1,h2,h3{font-weight:700}p{color:var(--color-subtext);line-height:1.6}.app-container{overflow:hidden;position:relative;width:100%}.image-layer-wrapper{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.main-content{max-width:100vw;overflow-x:hidden;position:relative;width:100%;z-index:2}.hero-section{background:#0000;box-sizing:border-box;color:var(--color-text);margin-bottom:5rem;padding:2rem 1.25rem 1rem;position:relative;z-index:1}.hero-inner,.hero-section{display:flex;flex-direction:column}.hero-inner{gap:1.5rem;margin:0 auto;max-width:1200px;width:100%}.hero-logo{align-items:center;display:flex;flex-shrink:0;justify-content:flex-start;z-index:2}.hero-logo-image{height:auto;width:90px}.hero-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-top:6rem;text-align:left;z-index:2}.hero-title{font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 1.5rem;word-break:break-word}.hero-subtitle{color:var(--color-text);font-size:1rem;line-height:1.6;margin:0;word-break:break-word}@media (min-width:480px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.125rem}.hero-logo-image{width:120px}}@media (min-width:768px){.hero-inner{align-items:center;flex-direction:row;gap:2rem}.hero-logo-image{width:160px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.375rem}.hero-section{margin-bottom:12rem}}@media (min-width:1024px){.hero-section{margin-bottom:20rem;padding-bottom:2rem;padding-left:5rem}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.75rem}.hero-logo-image{width:200px}}.about-section{background:#0000;box-sizing:border-box;position:relative;width:100%}.about-content{box-sizing:border-box;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1400px;padding:0 5rem}.about-header{text-align:left;width:100%}.about-title{color:var(--color-text);font-size:2rem;font-weight:700;margin-bottom:1rem;word-break:break-word}.about-paragraph{color:var(--color-text);font-size:1.125rem;line-height:1.6;margin-bottom:2rem;width:100%}.about-points{flex-wrap:wrap;gap:1rem;width:100%}.about-point,.about-points{display:flex;justify-content:center}.about-point{background-color:#1e1e1eb3;border-radius:1rem;box-sizing:border-box;color:var(--color-text);flex:1 1 30%;flex-direction:column;max-width:400px;min-width:280px;opacity:0;padding:1.5rem;text-align:left;transform:translateY(30px);transition:all .6s ease-out}.about-point.animate-point{opacity:1;transform:translateY(0)}.about-point:hover{background-color:#282828d9;box-shadow:0 10px 25px #0000004d;transform:translateY(-5px) scale(1.02)}.point-title{color:var(--color-text);font-size:1.25rem;margin-bottom:.5rem}.point-description,.point-list{color:var(--color-text);font-size:1rem;line-height:1.6}.point-list{list-style-type:disc;margin-top:.5rem;padding-left:1.5rem}@media (min-width:768px) and (max-width:1023px){.about-point{flex:1 1 45%}}@media (min-width:1024px){.about-section{padding:4rem 2rem}.about-points{justify-content:center}.about-point{flex:0 1 45%}}@media (max-width:767px){.about-title{font-size:1.75rem}.about-paragraph{font-size:1rem}.about-content{gap:1.5rem;padding:0 1rem}.about-section{padding:2rem 1rem}.about-point{max-width:100%}}.highlight{color:var(--color-gold)}.project-section{background:#0000;box-sizing:border-box;color:var(--color-text);padding:0 1.5rem 4rem 0;width:100%}.project-content{margin:0 auto;max-width:1200px;opacity:0;text-align:center;transform:translateY(60px);transition:opacity .8s ease-out,transform .8s ease-out}.project-visible .project-content{opacity:1;transform:translateY(0)}.animate-in{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.project-visible .animate-in{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.2s}.delay-2{transition-delay:.4s}.delay-3{transition-delay:.6s}.delay-4{transition-delay:.8s}.delay-5{transition-delay:1s}.delay-6{transition-delay:1.2s}.project-title{color:var(--color-text);font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.project-paragraph{color:var(--color-text);font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.project-list-container{align-items:center;flex-wrap:nowrap;gap:1rem;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:900px}.project-list,.project-list-container{display:flex;justify-content:center;padding:0 1rem}.project-list{flex:1 1 50%;flex-direction:column;max-width:400px}.project-image-wrapper{align-items:center;display:flex;flex:1 1 40%;justify-content:flex-end;max-width:300px;padding:0 1rem}.project-image{background:none;border-radius:0;box-shadow:none;height:auto;width:20rem}.project-list li{align-items:flex-start;display:flex;gap:.75rem;padding:.4rem 0;text-align:left;width:100%}.project-icon{color:var(--color-gold);flex-shrink:0;height:20px;margin-top:.3rem;width:20px}.project-text{align-items:flex-start;display:flex;flex-direction:column}.project-label{color:var(--color-text);font-size:1.1rem;font-weight:700}.project-caption{color:var(--color-light-text);font-size:.95rem;margin-top:.25rem}.project-cta-text{color:var(--color-text);font-size:1.25rem;font-weight:500;margin-top:2rem}.project-button{background-color:initial;border:2px solid #0000;border-radius:999px;color:var(--color-text);cursor:pointer;font-size:1.125rem;font-weight:700;margin-top:1.5rem;overflow:hidden;padding:.75rem 2rem;position:relative;transition:all .3s ease-in-out;z-index:1}.project-button:before{animation:animated-border 6s ease infinite;background:linear-gradient(270deg,var(--color-accent-1),var(--color-accent-2),var(--color-accent-3),var(--color-accent-4),var(--color-accent-5),var(--color-accent-1));background-size:400% 400%;border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute;z-index:-1}.project-button:hover{background-color:var(--color-text);color:var(--color-black);transform:scale(1.05)}@keyframes animated-border{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.project-section{padding:0 1.5rem 4rem}.project-title{font-size:2rem;text-align:center}.project-cta-text,.project-paragraph{font-size:1rem;padding:0 1rem;text-align:center}.project-list-container{align-items:center;flex-direction:column;padding:0;text-align:center}.project-list{margin:0 auto;max-width:100%;padding:0 1rem;text-align:center;width:100%}.project-list li{align-items:center;flex-direction:row;justify-content:center;max-width:500px;text-align:left;width:93%}.project-icon{margin-top:0}.project-text{align-items:flex-start}.project-caption,.project-label{text-align:left}.project-image-wrapper{justify-content:center;margin-top:1rem;padding-left:2rem;width:100%}.project-image{width:160px}}.footer{background-color:var(--color-black);color:var(--color-text);opacity:0;padding:0 2rem 1.5rem;text-align:center;transition:opacity .8s ease-out,transform .8s ease-out}.footer-visible{opacity:1;transform:translateY(0)}.footer-content{margin:0 auto;max-width:1200px}.footer-text{color:#fff!important;font-size:.875rem;font-weight:400;letter-spacing:.5px;line-height:1.6}.footer:before{background-color:#ffffff1a;content:"";display:block;height:1px;margin-bottom:1rem;width:100%}.welcome-section{background:#0000;display:flex;flex-direction:column;overflow-x:hidden;padding-left:8rem}.welcome-text{color:var(--color-text);display:flex;flex:0 0 70%;flex-direction:column;justify-content:center;max-width:90%;width:100%}.welcome-title{color:var(--color-text);font-size:2rem;font-weight:700;margin-bottom:1rem}.welcome-paragraph{color:var(--color-text);font-size:1.125rem;margin-bottom:2rem;max-width:60rem}.welcome-points{display:flex;flex-direction:column;gap:1rem}.point-row{display:flex;flex-wrap:wrap;gap:2rem}.point{align-items:center;display:flex;gap:1rem;max-width:360px}.point,.point-icon{color:var(--color-text)}.point-icon{flex-shrink:0;height:28px;margin-top:1rem;width:28px}.point-content{display:flex;flex-direction:column}.point-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.point-description{font-size:.95rem;line-height:1.4}.section-layer-space{background-color:var(--color-bg);height:150px;width:100%}@media (min-width:768px){.welcome-section{align-items:center;flex-direction:row}}@media (max-width:767px){.welcome-section{padding-left:1.5rem;padding-right:1.5rem}.welcome-text{max-width:100%}.point-row{flex-direction:column;gap:1.5rem}.point{max-width:100%}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.welcome-text{opacity:0;transform:translateX(-50px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:transform,opacity}.welcome-text.animate{animation:slideInLeft .8s ease-out forwards}.contact-section{background:#0000;box-sizing:border-box;padding:9rem 1.5rem;width:100%}.contact-grid{align-items:center;display:grid;grid-template-columns:47% 60%;margin:0 auto;max-width:1400px}.contact-right{background-color:#1e1e1ebf;border-radius:1rem;opacity:0;padding:4rem;transform:translateX(40px);transition:all .8s ease-out}.contact-right.animate-contact{opacity:1;transform:translateX(0)}.contact-title{color:var(--color-text);font-size:1.75rem;font-weight:700;margin-bottom:1rem}.contact-paragraph{color:var(--color-text);font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.contact-list{grid-gap:1rem;display:grid;gap:1rem;list-style:none;margin:0;padding:0}.contact-list li{align-items:center;color:var(--color-text);display:flex;font-size:1rem;gap:1rem}.contact-icon{color:var(--color-text);flex-shrink:0;height:24px;transition:transform .3s ease;width:24px}.contact-list li:hover .contact-icon{transform:scale(1.15)}@media (max-width:1024px){.contact-section{padding:6rem 1rem}.contact-grid{grid-template-columns:1fr}.contact-left{display:none}.contact-right{max-width:100%;padding:2.5rem}}@media (max-width:640px){.contact-section{padding:4rem 1rem}.contact-right{padding:2rem}.contact-title{font-size:1.5rem}.contact-paragraph{font-size:1rem}}.global-bg-layer{background:url(/static/media/2.0006d16afe327384db9f.png),linear-gradient(180deg,#0009 0,#000c 30%,#000 60%,#000);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;height:100%;left:0;opacity:1;pointer-events:none;position:fixed;top:0;transition:transform .4s ease;width:100%;z-index:-10}@media screen and (orientation:landscape){.global-bg-layer{background-size:cover}}.sticky-image-layer{height:auto;opacity:1;pointer-events:none;position:absolute;width:clamp(500px,55vw,1000px);z-index:1}.moving-image{display:block;height:auto;object-fit:contain;pointer-events:none;width:100%}.sticky-image-layer.top-right{right:10%;top:30%;transform:translateX(40%) translateY(-50%)}.sticky-image-layer.bottom-left{bottom:7%;left:7%;transform:translateX(-40%) translateY(50%)}@media (max-width:1280px){.sticky-image-layer{opacity:.6;width:clamp(400px,60vw,900px)}}@media (max-width:1024px){.sticky-image-layer{opacity:.5;width:clamp(350px,65vw,800px)}.sticky-image-layer.top-right{top:70%}.sticky-image-layer.bottom-left{bottom:-5%}}@media (max-width:768px){.sticky-image-layer{opacity:.3;width:clamp(300px,75vw,700px)}.sticky-image-layer.top-right{top:65%}.sticky-image-layer.bottom-left{bottom:0}}@media (max-width:480px){.sticky-image-layer{opacity:.2;width:clamp(280px,85vw,650px)}.sticky-image-layer.top-right{top:60%}.sticky-image-layer.bottom-left{bottom:0}}
/*# sourceMappingURL=main.4ad6684a.css.map*/