.header-module__FpSQAG__menu{z-index:999;justify-content:space-between;align-items:center;width:100%;padding:.5rem 2rem;display:flex;position:fixed}.header-module__FpSQAG__scrolled{background-color:var(--header-bg)}.header-module__FpSQAG__logoContainer{color:var(--foreground);border-right:2px solid var(--border);margin-right:1rem;padding-right:1rem}.header-module__FpSQAG__logoContainer a{text-decoration:none}.header-module__FpSQAG__navigation{margin-right:auto}.header-module__FpSQAG__menuOptions{border:1px solid transparent;justify-content:center;margin:auto;padding:3px;list-style:none;display:flex}.header-module__FpSQAG__burger{cursor:pointer;z-index:1000;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;padding:3px;display:flex}.header-module__FpSQAG__burger span{background:var(--foreground);transform-origin:50%;border-radius:2px;width:100%;height:3px;transition:transform .25s,opacity .2s;display:block}@media (min-width:540px){.header-module__FpSQAG__navigation{display:block}.header-module__FpSQAG__burger{display:none}}@media (max-width:539px){.header-module__FpSQAG__navigation{display:none}.header-module__FpSQAG__navigation.header-module__FpSQAG__open{background:var(--header-bg);z-index:998;border-radius:10px;flex-direction:column;gap:.5rem;padding:.75rem;animation:.18s ease-out header-module__FpSQAG__slideIn;display:flex;position:fixed;top:64px;left:16px;right:16px;box-shadow:0 6px 15px rgba(187,188,209,.18)}.header-module__FpSQAG__menuOptions{flex-direction:column;align-items:center;margin:0;padding:0;list-style:none}.header-module__FpSQAG__menuOptions li{justify-content:center;width:50%;display:flex}.header-module__FpSQAG__menuButtons{text-align:center;border-radius:8px;width:100%;padding:.75rem 1rem;display:block}}@keyframes header-module__FpSQAG__slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-module__FpSQAG__burgerOpen span:first-child{transform:translateY(7.5px)rotate(45deg)}.header-module__FpSQAG__burgerOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.header-module__FpSQAG__burgerOpen span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.header-module__FpSQAG__menuButtons{color:var(--foreground);cursor:pointer;margin:3px;padding:.5rem}.header-module__FpSQAG__menuButtons:hover{background-color:var(--foreground);color:var(--text-secondary);border:none;border-radius:30px;padding:.5rem}.header-module__FpSQAG__themeToggle{cursor:pointer;background:#4a4a4a;border:1px solid transparent;border-radius:30px;margin-left:auto;padding:.5rem}
html[data-theme=light],:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--card-bg:#fff;--header-bg:#fafafa;--text-secondary:#ededed;--accent:#06b6d4;--border:#4b5563;--border-secondary:#c8c0b6;--foreground:#171717;--foreground-secondary:#000;--background:#e6e6e6;--background-secundary:#fff;--name-background-gradient:linear-gradient(90deg,#4b5563,#6b7280,#1f2937);--name-box-shadow:0 0 8px rgba(255,255,255,.2)}@media (prefers-color-scheme:light){:root{--card-bg:#fff;--header-bg:#fafafa;--text-secondary:#ededed;--accent:#06b6d4;--border:#4b5563;--border-secondary:#c8c0b6;--foreground:#171717;--foreground-secondary:#000;--background:linear-gradient(#fafafa,#f9fafb,#f3f4f6);--background-secundary:#ecf2fb;--name-background-gradient:linear-gradient(90deg,#4b5563,#6b7280,#1f2937);--name-box-shadow:0 0 8px rgba(255,255,255,.2)}}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--card-bg:#1f2937;--header-bg:#111827;--text-secondary:#171717;--accent:#06b6d4;--border:#d1d5db;--border-secondary:#373f49;--foreground:#ededed;--foreground-secondary:#fff;--background:linear-gradient(#1f2937,#111827,#000);--background-secundary:#16223b;--name-background-gradient:linear-gradient(90deg,#f9fafb,#f3f4f6,#fff);--name-box-shadow:0 0 8px rgba(249,115,22,.5)}}html[data-theme=dark],:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--card-bg:#1f2937;--header-bg:#111827;--text-secondary:#171717;--accent:#06b6d4;--border:#4b5563;--border-secondary:#373f49;--foreground:#ededed;--foreground-secondary:#fff;--background:linear-gradient(#1f2937,#111827,#000);--background-secundary:#16223b;--name-background-gradient:linear-gradient(90deg,#f9fafb,#f3f4f6,#fff);--name-box-shadow:0 0 8px rgba(249,115,22,.5)}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif;transition:color .18s,background-color .22s}body:after{content:"";z-index:-1;background:var(--background);opacity:.9;filter:blur(36px)saturate(120%);pointer-events:none;will-change:background-position,transform;background-position:0%;background-size:200% 200%;transition:opacity .22s,filter .22s,transform .22s;position:fixed;top:-48px;bottom:-48px;left:-48px;right:-48px;transform:scale(1.02)}html[data-theme=dark] body:after{opacity:.7;filter:blur(28px)saturate(130%)}html[data-theme=light] body:after{opacity:.95;filter:blur(18px)saturate(110%)}*{box-sizing:border-box;margin:0;padding:0}a{color:var(--accent);text-decoration:none}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}
.footer-module__Vmx-gq__contact{flex-direction:column;align-items:center;padding:2rem;display:flex}.footer-module__Vmx-gq__logoContact{margin-bottom:1rem}.footer-module__Vmx-gq__contactLinks{flex-direction:row;align-items:center;display:flex}.footer-module__Vmx-gq__contactLinks a{text-align:center;width:25%;color:inherit;padding:.75rem 0;font-weight:700;text-decoration:none}.footer-module__Vmx-gq__contactLinks ul{flex-flow:wrap;justify-content:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.footer-module__Vmx-gq__menuContact{gap:1rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.footer-module__Vmx-gq__menuContact li{cursor:pointer;transition:text-shadow .3s;position:relative}.footer-module__Vmx-gq__menuContact li:hover{text-shadow:0 -2px #000,0 0 5px rgba(255,255,255,.8),0 -4px 15px rgba(255,255,255,.5)}.footer-module__Vmx-gq__underbar{background:0 0;width:0;height:4px;transition:all .4s;position:absolute;bottom:-4px;left:0}.footer-module__Vmx-gq__menuContact li:first-of-type:hover~.footer-module__Vmx-gq__underbar{background:var(--text-secondary);width:49px;left:-3px}.footer-module__Vmx-gq__menuContact li:nth-of-type(2):hover~.footer-module__Vmx-gq__underbar{background:var(--text-secondary);width:72px;left:63px}.footer-module__Vmx-gq__menuContact li:nth-of-type(3):hover~.footer-module__Vmx-gq__underbar{background:var(--text-secondary);width:60px;left:153px}.footer-module__Vmx-gq__copyright{justify-content:space-between;width:100%;padding:0 4rem;display:flex}.footer-module__Vmx-gq__stack{width:25%;color:var(--foreground-secondary);font-size:12px}@media (max-width:768px){.footer-module__Vmx-gq__copyright{flex-direction:column;display:flex}.footer-module__Vmx-gq__stack{width:100%;margin:1rem 0}}
