.Footer{width:100%;background-color:#141414;padding:80px 100px;color:#fff}.Footer .container{width:100%;max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:0;align-items:start}.Footer .contact-section{display:flex;flex-direction:column;gap:32px;padding-right:0;border-right:1px solid rgba(255,255,255,.1)}.Footer .get-in-touch{font-size:72px;font-weight:300;color:#00a382;font-family:Albert Sans;margin:0;display:flex;align-items:center;gap:16px}.Footer .arrow{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:2px solid #00A382;border-radius:50%;font-size:28px;flex-shrink:0}.Footer .email{color:#fff;text-decoration:none;font-size:18px;transition:color .2s;font-weight:400;font-family:Albert Sans}.Footer .email:hover{color:#00a382}.Footer .social-links{display:flex;gap:16px;margin-top:8px}.Footer .social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#00a382;border-radius:8px;color:#141414;transition:background-color .2s}.Footer .social-links a:hover{background-color:#00c499}.Footer .social-icon{width:22px;height:22px}.Footer .nav-section{display:flex;flex-direction:column;gap:24px;font-family:Albert Sans;padding-left:24px;padding-right:0;border-right:1px solid rgba(255,255,255,.1)}.Footer .footer-link{color:#fff;text-decoration:none;font-size:18px;transition:color .2s;font-weight:400}.Footer .footer-link:hover{color:#00a382}.Footer .brand-section{display:flex;flex-direction:column;gap:20px;padding-left:36px;align-items:flex-start;border-left:1px solid rgba(255,255,255,.1);text-align:left;font-family:Albert Sans}svg.lucide.lucide-linkedin.social-icon{fill:#000;outline:none;border:unset}.Footer .logo-container{margin-bottom:24px;display:flex;align-items:center;gap:12px}.Footer .footer-logo{width:200px;height:auto;filter:var(--invert);image-rendering:-webkit-optimize-contrast;image-rendering:high-quality}.Footer .legal-link{color:#fff;text-decoration:none;font-size:16px;transition:color .2s;font-weight:400}.Footer .legal-link:hover{color:#00a382}.Footer .copyright{margin:8px 0 0;font-size:15px;color:#fff;font-weight:400}@media (max-width: 1200px){.Footer{padding:60px}.Footer .container{grid-template-columns:1.2fr 1fr 1fr;gap:0}.Footer .get-in-touch{font-size:48px}.Footer .contact-section{padding-right:40px}.Footer .nav-section{padding-left:40px;padding-right:40px}.Footer .brand-section{padding-left:40px}}@media (max-width: 1020px){.Footer{padding:60px 40px}.Footer .get-in-touch{font-size:40px}.Footer .arrow{width:48px;height:48px;font-size:24px}.Footer .nav-section{padding-left:30px;padding-right:30px}.Footer .brand-section{padding-left:30px}}@media (max-width: 768px){.Footer{padding:60px var(--side-margin)}.Footer .container{grid-template-columns:1fr;gap:40px}.Footer .contact-section,.Footer .nav-section,.Footer .brand-section{border-right:none;border-left:none;padding-left:0;padding-right:0}.Footer .contact-section{gap:26px;padding-bottom:40px;border-bottom:1px solid #343643}.footer-section.nav-section{border-bottom:1px solid #343643;padding-bottom:40px}.Footer .get-in-touch{font-size:36px;gap:12px;margin-bottom:8px}.Footer .arrow{width:44px;height:44px;font-size:22px}.Footer .email{font-size:16px}.Footer .social-links{margin-top:8px;gap:34px}.Footer .social-links a{width:20px;height:20px;border-radius:3px}.Footer .social-icon{width:12px;height:17px}.Footer .nav-section{gap:24px}.Footer .footer-link{font-size:16px}.Footer .brand-section{gap:20px}.Footer .logo-container{margin-bottom:20px}.Footer .footer-logo{width:200px}.Footer .legal-link{font-size:15px}.Footer .copyright{font-size:14px;margin-top:8px}}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%;margin:0;padding:0}.Header{width:100%;display:flex;justify-content:center;padding:14px 100px;background-color:#141414;border-bottom:1px solid var(--gray-200);height:70px;box-sizing:border-box}.Header.sticky{position:fixed;top:0;left:0;right:0;z-index:1000}.Header .container{width:100%;max-width:var(--max-width);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--space-2);box-sizing:border-box}.Header .logo{-o-object-fit:contain;object-fit:contain;margin-right:auto;filter:var(--invert);image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;width:11.8vw;height:42px;max-width:200px}.Header a{text-decoration:none;margin-right:auto}.Header .nav-links.desktop{display:flex;align-items:center;gap:var(--space-2)}.Header .page{color:#00a382;text-decoration:none}.Header .page:hover{text-decoration:underline}.Header .page.active{color:#fff}.Header .menu-button{display:none;background:none;border:none;cursor:pointer;position:relative;z-index:1001;padding:0;margin:0}.Header .menu-button .icon{width:24px;height:24px;color:#fff}.Header .drawer{position:fixed;top:70px;left:0;right:0;width:100%;max-width:100vw;height:calc(100dvh - 70px);background-color:#141414;transform:translate(100%);transition:transform .3s ease-in-out;z-index:999;padding:40px 24px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.Header .drawer.open{transform:translate(0)}.Header .drawer-content{display:flex;flex-direction:column;gap:32px;flex:1;width:100%;max-width:100%;align-items:center;box-sizing:border-box}svg.lucide.lucide-linkedin{fill:#000}.Header .drawer .page{color:#00a382;font-size:18px;display:flex;font-weight:400;font-family:Albert Sans;justify-content:space-between;align-items:center;width:100%;padding:8px 0 8px 10px;box-sizing:border-box}.Header .drawer .page:after{content:"→";font-size:24px;color:#00a382;padding:8px;flex-shrink:0;margin-left:16px}.Header .drawer .contact-button{background-color:#00a382;color:#fff;border:none;border-radius:15px;padding:17.5px 48.8px;font-size:16px;font-weight:500;cursor:pointer;text-align:center;width:180px;align-items:center;margin-top:24px;box-sizing:border-box}.Header .drawer .social-icons{display:flex;gap:24px;justify-content:center;margin-top:auto;padding-top:40px;width:100%;box-sizing:border-box}.Header .drawer .social-icons a{width:40px;height:40px;background-color:#00a382;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#080808;margin:0;flex-shrink:0}.Header .drawer .social-icons svg{width:20px;height:20px}@media (max-width: 1020px){.Header .container{gap:unset;justify-content:flex-start}.Header .logo{margin-right:20px}.Header .nav-links.desktop{width:100%;gap:unset;justify-content:space-between}}@media (max-width: 768px){.Header{padding:14px 20px;width:100%;max-width:100vw}.Header .container{justify-content:space-between;width:100%;max-width:100%;padding:0}.Header .nav-links.desktop{display:none}.Header .menu-button{display:block}.Header .logo{margin:0;width:146px;height:auto}.Header .drawer{padding:24px 20px}}body.drawer-open{overflow:hidden;position:fixed;width:100%;height:100%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}.HomePage.container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;overflow:visible}.theme-button{position:fixed;z-index:2147483647;left:0;top:50vh;cursor:pointer;pointer-events:auto}.theme-button:hover{filter:invert(1)}:root{--white-0: #FFFFFF;--black-0: #000000;--grey-0:#f9f9f9;--darkGrey-0:#262626;--invert: invert(0);--yellow-0: #D7FF45;--purple-0:#8A6ED6;--primary-color: var(--black-0);--secondary-color: var(--white-0);--border-radius: 4px;--max-width: 1200px;--gap-1: 40px;--gap-2: 30px;--gap-3: 24px;--gap-4: 16px;--gap-5: 10px;--space-1: 120px;--space-2: 40px;--space-3: 30px;--space-4: 20px;--space-5: 10px;--side-margin:64px;--top-bottom-margin: 60px;--header-height: 92px}body{background-color:var(--white-0)}::selection{background-color:var(--yellow-0);color:var(--black-0)}::-moz-selection{background-color:var(--yellow-0);color:var(--black-0)}.header-spacing{padding-top:var(--header-height)}sup{font-size:.5em;vertical-align:super;line-height:0}body{overflow-x:hidden}@media (max-width: 1020px){:root{--gap-1: 32px;--gap-2: 24px;--gap-3: 20px;--gap-4: 12px;--gap-5: 8px;--space-1: 64px;--space-2: 30px;--space-3: 20px;--space-4: 16px;--space-5: 10px;--side-margin:48px;--top-bottom-margin: 64px;--header-height: 92px}}@media (max-width: 768px){:root{--gap-1: 24px;--gap-2: 20px;--gap-3: 16px;--gap-4: 10px;--gap-5: 6px;--space-1: 48px;--space-2: 24px;--space-3: 16px;--space-4: 10px;--space-5: 10px;--side-margin:32px;--top-bottom-margin: 48px;--header-height: 84px}}.T0-Reg{font-family:"Roboto Serif",serif;font-size:105px;font-style:normal;font-weight:400;line-height:105px;letter-spacing:0px}.T1-Reg{font-family:"Roboto Serif",serif;font-size:36px;font-style:normal;font-weight:400;line-height:normal}.T2-Reg{font-family:Albert Sans,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:normal}.T2-Thin{font-family:Albert Sans;font-size:20px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:0}.T3-Bold{font-family:"Roboto Serif",serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.T4-Reg{font-family:"Roboto Serif",serif;font-size:14px;font-style:normal;font-weight:400;line-height:34px}.l0{text-align:center;font-family:Albert Sans,sans-serif;font-size:80px;font-style:normal;font-weight:600;line-height:normal}.l1{font-family:Albert Sans,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.l1-thin{font-family:Albert Sans,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.l2{font-family:Albert Sans,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:100%}.l2-thin{font-family:Albert Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:0}.l3{font-family:Albert Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.nucleus-text{font-family:Albert Sans,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase!important}.axis-text{font-family:Albert Sans,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:normal}i{font-style:italic}@media (max-width: 1020px){.T0-Reg{font-family:"Roboto Serif",serif;font-size:64px;font-style:normal;font-weight:500;line-height:80px;letter-spacing:1.6px}.T1-Reg{font-family:"Roboto Serif",serif;font-size:44px;font-style:normal;font-weight:400;line-height:normal}.T2-Reg{font-family:Albert Sans,sans-serif;font-size:26px;font-style:normal;font-weight:600;line-height:normal}.T2-Thin{font-family:"Roboto Serif",serif;font-size:26px;font-style:normal;font-weight:400;line-height:44px;letter-spacing:1.44px}}@media (max-width: 768px){.T0-Reg{font-family:"Roboto Serif",serif;font-size:44px;font-style:normal;font-weight:500;line-height:50px;letter-spacing:1.6px}.T1-Reg{font-family:"Roboto Serif",serif;font-size:27px;font-style:normal;font-weight:500;line-height:normal}.T2-Reg{font-family:Albert Sans,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.nucleus-text{font-family:Albert Sans,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase!important}.T2-Thin{font-family:"Roboto Serif",serif;font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.44px}.l2{font-family:Albert Sans,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.l2-thin{font-family:Albert Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}}
