:root{--footer-blue: #0a57ff;--tab-green: #1ee9a5;--tab-h: 88px}.footer{position:relative;background:var(--footer-blue);color:#fff;padding:3.5rem 2rem 3rem;margin-top:120px;overflow:visible;z-index:9}.footer-logo{position:absolute;top:calc(var(--tab-h) * -.9);left:clamp(12px,6vw,50px);width:clamp(80px,12vw,180px);height:auto;margin:0;z-index:30;filter:grayscale(1) brightness(0) invert(1)}.footer-folder-container{display:none;position:relative;width:400px;height:80px;margin:0 auto -40px;z-index:1}.footer-folder-svg{position:absolute;bottom:-418px;left:-212px;width:400px;height:400px;z-index:1}.footer-paper{position:absolute;z-index:10;transition:transform .6s ease-in}.footer-paper-1{width:120px;height:auto;bottom:-160px;left:-180px;transform:rotate(-10deg)}.footer-paper-2{width:120px;height:auto;bottom:-140px;left:-130px;transform:rotate(10deg)}.footer-folder-container.in-view .footer-paper-1{transform:rotate(-10deg) translateY(-20px)}.footer-folder-container.in-view .footer-paper-2{transform:rotate(10deg) translateY(-20px)}.footer-top{position:relative;height:120px}.footer-wave{position:absolute;top:-65px;left:0;width:100%;height:auto;z-index:10}.footer-wave-green{position:relative;left:28%;top:auto}.footer-container{width:100%;height:300px;position:relative;display:flex;justify-content:space-between;gap:1rem;padding:20px}.footer-left{flex:1 1 260px}footer .logo{font-size:1.8rem;font-weight:800;margin-bottom:1rem;letter-spacing:.2px}.logo span{font-weight:600}.footer-info{font-size:.9rem;font-weight:600;position:absolute;bottom:1.5rem;left:2rem;line-height:1.4;max-width:300px}.footer-right{display:flex;justify-content:flex-end;gap:1.5rem;padding:20px;margin-right:175px}.footer-column{width:200px}.footer-column h3{font-size:1rem;margin-bottom:.8rem;padding:10px}.footer-column a{display:block;color:#fff;text-decoration:none;font-size:1rem;opacity:.9;margin:.25rem 0;transition:opacity .2s ease;padding:10px}.footer-column a:hover{opacity:1}@media (max-width: 800px){:root{--tab-h: 56px}.footer{padding:3rem 1.25rem 2.5rem;margin-top:80px}.footer>svg{display:none}:root{--tab-h: 72px}.footer-folder-container{display:none}.footer-logo{left:50%;transform:translate(-50%);top:calc(var(--tab-h) * -.2);width:clamp(64px,22vw,450px)}.footer-info{position:relative;bottom:auto;left:auto;margin:2.5rem auto 0;text-align:center;font-size:.8rem;max-width:90%}.footer-container{flex-direction:column;align-items:center;text-align:center;height:auto}.footer-right{justify-content:center;margin-right:0;flex-direction:column}}.navbar{position:sticky;top:20px;width:80%;margin:0 10%;background:#fff;border-radius:6rem;z-index:1000}.navbar-bar{min-height:74px;padding:.75rem 2.5rem;display:flex;justify-content:space-between;align-items:center}.logo img{display:block;height:30px;width:auto}.nav-links,.nav-center,.nav-right,.compact-actions{display:flex;align-items:center}.nav-links{flex:1;justify-content:space-between;font-weight:600}.nav-center{flex:1;justify-content:center;gap:2rem}.nav-links a,.dropdown-trigger{color:#333;text-decoration:none;padding:.5rem .8rem;position:relative;transition:color .3s}.dropdown-trigger{border:0;background:transparent;font:inherit;cursor:pointer}.nav-links a:hover,.dropdown-trigger:hover,.nav-links a:focus-visible,.dropdown-trigger:focus-visible{color:#0152ff}.nav-links a:after,.dropdown-trigger:after{content:"";position:absolute;bottom:-1.3rem;left:50%;transform:translate(-50%);width:80%;height:6px;background:#0152ff;border-radius:6px 6px 0 0;opacity:0;transition:opacity .3s ease}.nav-links a:hover:after,.nav-links a.active:after,.dropdown-trigger:hover:after{opacity:1}.dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + 30px);left:0;min-width:180px;padding:.2rem;display:none;flex-direction:column;background:#fff;border-radius:.8rem;box-shadow:0 4px 8px #0000001a}.dropdown:hover .dropdown-menu,.dropdown.locked .dropdown-menu{display:flex}.dropdown-menu a{color:#666;padding:.6rem 1rem;font-size:.95rem;white-space:nowrap}.dropdown-menu a:after,.sign-up:after{content:none!important}.dropdown-menu a:hover{background:#f4f4f4;color:#0152ff}.hover-bridge{position:absolute;top:100%;left:0;width:100%;height:30px}.arrow{display:inline-block;width:10px;height:10px;margin-left:6px;border-left:2px solid #333;border-bottom:2px solid #333;transform:rotate(-45deg);transition:transform .3s ease}.dropdown:hover .arrow,.dropdown.locked .arrow{transform:rotate(135deg)}.nav-right{gap:1rem}.sign-up{color:#0152ff!important;text-decoration:none!important;padding:.6rem 1.2rem;transition:background-color .3s ease;white-space:nowrap}.nav-right .sign-up:after,.nav-right .sign-up:hover:after{display:none!important;opacity:0!important}.sign-up:hover{background:#e6e6e6}.compact-actions,.compact-menu{display:none}.menu-toggle{width:2.25rem;height:2.25rem;border:0;background:transparent;font-size:1.25rem;cursor:pointer}.dropdown-trigger:focus-visible,.menu-toggle:focus-visible,.nav-links a:focus-visible,.compact-menu a:focus-visible,.menu-item-with-icon:focus-visible{outline:3px solid #0152ff;outline-offset:3px;border-radius:.3rem}@media screen and (max-width: 1000px){.navbar{width:95vw;margin:1rem auto 0;border-radius:6rem}.navbar-bar{min-height:58px;padding:1rem 2rem}.desktop-navigation{display:none}.compact-actions{display:flex;gap:1rem}.compact-actions .sign-up{padding:.6rem .4rem;font-size:12px;font-weight:600}.compact-menu{position:absolute;top:100%;left:0;width:100%;padding:1rem 0;margin-top:4px;flex-direction:column;background:#fff;border-radius:2rem;box-shadow:0 8px 16px #0000001a;font-size:14px;overflow:hidden}.compact-menu:not([hidden]){display:flex}.compact-menu a{padding:1rem 2rem;color:#333;text-decoration:none;font-weight:600}.compact-menu a:hover{background:#f0f0f0;color:#0152ff}.menu-item-with-icon{display:flex;width:100%;padding:1rem 2rem;justify-content:space-between;align-items:center;border:0;background:transparent;color:#333;font:inherit;font-weight:600;text-align:left;cursor:pointer}.menu-item-with-icon:hover{background:#f0f0f0;color:#0152ff}.menu-arrow{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .3s ease}.menu-item-with-icon.expanded .menu-arrow{transform:rotate(225deg);color:#0152ff}.submenu{display:flex;max-height:0;padding-left:3rem;flex-direction:column;overflow:hidden;transition:max-height .3s ease}.submenu.show{max-height:500px}.submenu a{padding:.8rem 1rem;margin-left:-1rem;font-size:12px;font-weight:600}}:root{--dark-blue: #0C1036;--light-blue: #0E4DFD;--light-blue-pressed: #023ad3;--neon-green: #00FFA7;--neon-green-pressed: #0fd892;--bg-color: #F5F4EF;--white: #FFFFFF;--black: #000000;--red: #FF2C62;--hero-link-font-size: 1.25rem;--hero-link-font-size-resp: 1.125rem;--hero-button-offset-x: 6px;--hero-button-offset-y: 6px;--hero-button-radius: 1rem;--hero-button-padding-block: 1.125rem;--hero-button-padding-inline: 2rem;--font-1-5x: 1.5rem;--font-1-5x-resp: 1.125rem;--font-primary: "Montserrat", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;background-color:#f5f4ef;color:#333}header{margin-bottom:40px}main.content>section{padding:6rem clamp(5%,10vw,30%)}.cm{--cc-btn-primary-bg: #0e4dfd;--cc-btn-primary-hover-bg: #023ad3}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
