.menu{position:fixed;top:0;left:0;width:100vw;height:100svh;-webkit-clip-path:circle(0 at 50% 50%);clip-path:circle(0 at 50% 50%);background-color:var(--base-500);overflow:hidden;padding:1rem;z-index:100}.menu-wrapper{width:100%;flex-direction:column;justify-content:space-between;gap:2rem;background-color:var(--base-450);border-radius:2rem}.col,.menu-wrapper{position:relative;height:100%;display:flex}.col-1{flex:3 1;padding:2rem}.col-2{flex:2 1;align-items:flex-end;padding:2rem}.link{position:relative}.link,.link a h2{pointer-events:auto}.link a h2{text-decoration:none;color:var(--base-300);font-size:4rem;line-height:1.1;transition:color .3s ease-out;-webkit-tap-highlight-color:transparent}.link a h2:active,.link a h2:hover{color:var(--base-100)}.services-link{display:flex;flex-direction:column;gap:1rem}.services-toggle{cursor:pointer}.services-toggle,.services-toggle h2{-webkit-tap-highlight-color:transparent}.services-toggle h2{text-decoration:none;color:var(--base-300);font-size:4rem;line-height:1.1;pointer-events:auto;transition:color .3s ease-out}.services-toggle h2:active,.services-toggle h2:hover{color:var(--base-100)}.submenu{display:flex;flex-direction:column;gap:.5rem;padding-left:2rem;max-height:0;overflow:hidden;transition:max-height .5s ease-out}.submenu.open{max-height:500px}.submenu a{text-decoration:none}.submenu a,.submenu a p{-webkit-tap-highlight-color:transparent}.submenu a p{color:var(--base-300);font-size:1.5rem;transition:color .3s ease-out;margin-bottom:.25rem}.submenu a p:active,.submenu a p:hover{color:var(--base-100)}.socials{width:50%;display:flex;gap:2em}.socials .sub-col{flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem}.menu-meta{color:var(--base-100)}.socials .sub-col p{position:relative;margin-bottom:.25rem}.menu-meta p:first-child{color:var(--base-400);margin-bottom:1rem}.split-line{overflow:hidden;will-change:transform;pointer-events:auto}@media (max-width:1000px){.menu{padding:.5rem}.menu-wrapper{border-radius:1.5rem;gap:0;justify-content:flex-start}.col{height:auto}.col-1{flex:none;padding:2rem 1.5rem 1rem}.col-2{flex:none;padding:1rem 1.5rem 2rem;align-items:flex-start}.col-2,.links{flex-direction:column}.links{display:flex;gap:.5rem}.link{margin-bottom:.25rem}.link a h2,.services-toggle h2{font-size:2.75rem;line-height:1.1;font-weight:550}.services-link{gap:.75rem}.submenu a p{font-size:1.35rem;margin-bottom:.2rem}.submenu{padding-left:1.25rem;gap:.35rem}.socials{width:100%;flex-direction:row;align-items:flex-start;gap:2rem;padding-bottom:7rem}.socials .sub-col{flex:1 1;gap:1.5rem;justify-content:flex-start}.socials .sub-col p{font-size:.9rem;margin-bottom:.2rem}.menu-commissions{display:none}.menu-meta p:first-child{margin-bottom:.75rem;font-size:.875rem}}@media (max-width:600px){.menu{padding:.375rem}.menu-wrapper{border-radius:1.25rem}.col-1{padding:1.75rem 1.25rem .75rem}.col-2{padding:.75rem 1.25rem 1.75rem}.links{gap:.35rem}.link{margin-bottom:.15rem}.link a h2,.services-toggle h2{font-size:2.25rem;line-height:1.05;font-weight:550}.services-link{gap:.5rem}.submenu a p{font-size:1.1rem;margin-bottom:.15rem}.submenu{padding-left:1rem;gap:.25rem}.socials{flex-direction:column;gap:1.25rem;padding-bottom:5.5rem}.socials .sub-col{gap:1rem}.socials .sub-col p{font-size:.8rem;margin-bottom:.15rem}.menu-meta p:first-child{margin-bottom:.5rem;font-size:.75rem}}@media (max-width:400px){.menu{padding:.3rem}.menu-wrapper{border-radius:1rem}.col-1{padding:1.5rem 1rem .5rem}.col-2{padding:.5rem 1rem 1.5rem}.links{gap:.25rem}.link{margin-bottom:.1rem}.link a h2,.services-toggle h2{font-size:1.85rem;line-height:1}.services-link{gap:.4rem}.submenu a p{font-size:.95rem;margin-bottom:.1rem}.submenu{padding-left:.85rem;gap:.2rem}.socials{gap:1rem;padding-bottom:5rem}.socials .sub-col{gap:.75rem}.socials .sub-col p{font-size:.7rem;margin-bottom:.1rem}.menu-meta p:first-child{margin-bottom:.4rem;font-size:.7rem}}.menu-toggle{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);width:130px;height:53px;background:rgba(242,237,230,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8rem;transition:width .5s cubic-bezier(.075,.82,.165,1);transform-origin:right;cursor:pointer;z-index:1000}.menu-copy{position:absolute;top:50%;right:24px;transform:translateY(-50%);color:var(--base-450);transition:left .5s cubic-bezier(.075,.82,.165,1);z-index:1}.menu-copy p{color:var(--base-500);font-family:Manrope,sans-serif;font-size:.9rem;font-weight:600;line-height:.9}.menu-toggle-icon{position:absolute;top:2.5px;left:2.5px;width:48px;height:48px;border-radius:100%;background-color:var(--base-450);transition:all .5s cubic-bezier(.075,.82,.165,1);z-index:10;overflow:hidden}.hamburger{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;display:flex;justify-content:center;align-items:center;transition:all 1s cubic-bezier(.075,.82,.165,1)}.menu-toggle.opened .hamburger,.menu-toggle:hover .hamburger{opacity:1}.menu-bar{position:absolute;width:15px;height:1.5px;background:var(--base-100);transition-property:transform;transition:all .25s ease-out}.menu-bar[data-position=top]{transform:translateY(-3px)}.menu-bar[data-position=bottom]{transform:translateY(3px)}.menu-toggle.opened .menu-bar[data-position=top]{transform:translateY(0) rotate(45deg) scaleX(1.05)}.menu-toggle.opened .menu-bar[data-position=bottom]{transform:translateY(0) rotate(-45deg) scaleX(1.05)}@media (max-width:600px){.menu-toggle{bottom:1.5rem;width:110px;height:48px}.menu-copy{right:20px}.menu-copy p{font-size:.8rem}.menu-toggle-icon{width:43px;height:43px}.hamburger{width:26px;height:26px}.menu-bar{width:13px;height:1.5px}}.footer{width:100vw;display:flex;flex-direction:column;padding:1rem;gap:1rem}.footer,.footer .footer-meta{position:relative;height:100%}.footer .footer-meta{width:100%;color:var(--base-300);border-radius:2rem;padding:4rem 0}.footer .footer-meta .container.footer-meta-header{margin-bottom:4rem}.footer .footer-meta .container.footer-meta-header,.footer .footer-meta .container.footer-socials{display:flex;gap:2rem}.footer .footer-meta .container.footer-meta-header .footer-meta-col,.footer .footer-meta .container.footer-socials .footer-meta-col{flex:1 1}.footer .footer-meta .container.footer-meta-header .footer-meta-col:first-child{display:flex;flex-direction:column;gap:1rem}.footer .footer-meta .container.footer-meta-header .footer-meta-col:nth-child(2) .footer-nav-links{display:flex;flex-direction:column;justify-content:flex-end;text-align:right}.footer .footer-meta .container.footer-meta-header .footer-meta-logo{color:var(--base-100);margin-bottom:1rem}.footer .footer-meta .container.footer-meta-header .footer-meta-logo .footer-logo-image{height:6.5rem;width:auto}.footer .footer-meta .container.footer-meta-header .footer-meta-block h2{width:80%}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2){display:flex;justify-content:flex-end;text-align:right}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2) p{width:50%}.footer .footer-socials-wrapper{display:flex;gap:.25rem}.footer .footer-socials-wrapper .icon{width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;border:1px solid rgba(26,126,183,.3);border-radius:10rem;font-size:1.25rem;color:var(--brand-blue-light);transition:all .3s ease;background-color:rgba(26,126,183,.05)}.footer .footer-socials-wrapper .icon:hover{border-color:var(--brand-blue);background-color:rgba(26,126,183,.12);color:var(--brand-green-light);transform:translateY(-3px)}.footer .footer-socials p{color:var(--base-400)}.footer-outro .container{display:flex;flex-direction:column;gap:1rem;color:var(--base-300);overflow:hidden}.footer .footer-outro .footer-header{margin-bottom:2rem}.footer-copyright{display:flex;gap:2rem}.footer-copyright p{flex:1 1;color:var(--base-400)}.footer-copyright p span{color:var(--base-100)}.footer-copyright p:nth-child(2){display:flex;text-align:center;justify-content:center}.footer-copyright p:nth-child(3){display:flex;justify-content:flex-end;text-align:right}@media (max-width:1000px){.footer{padding:.5rem}.footer .footer-meta{padding:2rem 0;border-radius:1rem}.footer .footer-meta .container.footer-meta-header,.footer .footer-meta .container.footer-socials{flex-direction:column;gap:2rem}.footer .footer-meta .container.footer-meta-header .footer-meta-col:nth-child(2) .footer-nav-links,.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2){justify-content:flex-start;text-align:left}.footer .footer-meta .container.footer-socials .footer-meta-col:nth-child(2) p{width:100%}.footer .footer-meta .container.footer-meta-header{margin-bottom:0}.footer .footer-meta .container.footer-meta-header .footer-meta-logo .footer-logo-image{height:4.5rem}.footer .footer-meta .container.footer-meta-header .footer-meta-block h2{width:100%;font-size:1.25rem;line-height:1.4}.footer .footer-meta-header .footer-meta-col:nth-child(2){display:none}.footer .footer-socials-wrapper{flex-wrap:wrap}.footer .footer-socials-wrapper .icon{width:3rem;height:3rem;font-size:1rem}.footer-copyright{flex-direction:column-reverse;gap:.5rem}.footer-copyright p{font-size:.875rem}.footer-copyright p:nth-child(2){display:none}.footer-copyright p:nth-child(3){display:flex;justify-content:flex-start;text-align:left}.footer .footer-outro .footer-header{margin-bottom:1rem}}@media (max-width:600px){.footer .footer-meta{padding:1.5rem 0}.footer .footer-meta .container.footer-meta-header .footer-meta-logo .footer-logo-image{height:4rem}.footer .footer-meta .container.footer-meta-header .footer-meta-block h2{font-size:1rem}.footer .footer-socials-wrapper .icon{width:2.5rem;height:2.5rem;font-size:.875rem}.footer-copyright p{font-size:.75rem}}.line{position:relative;transform:translateY(100%);will-change:transform;padding-bottom:.2em;margin-bottom:-.2em}