.cookie-banner{position:fixed;bottom:1.25rem;left:1.25rem;right:1.25rem;background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 .25rem 1.5rem #00000026;z-index:9999;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-family:WantedSansVariable,sans-serif;border:.0625rem solid rgba(0,0,0,.08);max-width:75rem;margin:0 auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(1.25rem);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner.hidden{display:none;opacity:0;pointer-events:none}.cookie-banner__text{flex:1 1 18.75rem;font-family:Lato,sans-serif;font-size:.875rem;color:#666;line-height:1.4;margin:0}.cookie-banner__text a{color:var(--blue);text-decoration:none;font-weight:500}.cookie-banner__text a:hover{text-decoration:underline}.cookie-banner__buttons{display:flex;gap:.625rem}.cookie-banner__btn{padding:.5rem 1.25rem;border-radius:1.25rem;font-size:.813rem;font-weight:600;font-family:WantedSansVariable,sans-serif;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);border:none;white-space:nowrap}.cookie-banner__btn--accept{background:linear-gradient(135deg,#007bff,#51aeff);color:#fff;letter-spacing:.02em}.cookie-banner__btn--accept:hover{background:linear-gradient(135deg,#0056b3,#007bff);transform:translateY(-2px);box-shadow:0 .5rem 1.5rem #007bff80}.cookie-banner__btn--accept:active{transform:translateY(0);box-shadow:0 .125rem .625rem #007bff4d}.cookie-banner__btn--decline{background:#f0f4ff;color:var(--blue)}.cookie-banner__btn--decline:hover{background:#e0eaff}@media(max-width:40rem){.cookie-banner{bottom:0;left:0;right:0;border-radius:.75rem .75rem 0 0;border-width:.0625rem 0 0 0;padding:1rem;flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:0;box-shadow:0 -.25rem .625rem #0000001a}.cookie-banner__text{font-size:.813rem;text-align:left;flex:initial}.cookie-banner__buttons{width:100%;display:flex;gap:.5rem}.cookie-banner__btn{flex:1;padding:.625rem 0;text-align:center;width:100%}}.whatsapp-container{position:fixed;bottom:1.25rem;right:1.25rem;z-index:9998;display:flex;align-items:center;font-family:Arial,sans-serif;animation:slideIn .5s ease-out}.whatsapp-pill{background-color:#64b161;padding:.625rem .9375rem;border-radius:1.5625rem 1.5625rem 1.5625rem .5625rem;display:flex;align-items:center;text-decoration:none;box-shadow:0 .25rem .625rem #0003;transition:all .3s ease;cursor:pointer;position:relative}.whatsapp-pill:hover{transform:translateY(-.125rem);box-shadow:0 .375rem .875rem #00000040}.whatsapp-icon{width:1.25rem;height:1.25rem;display:block;transition:all .3s ease}.whatsapp-text{color:#fff;margin-left:.625rem;margin-right:.3125rem;font-weight:500;font-size:.875rem;white-space:nowrap}.whatsapp-close{position:absolute;right:-.5rem;top:-.625rem;width:1.375rem;height:1.375rem;background-color:#fff;border-radius:50%;color:#333;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;cursor:pointer;box-shadow:0 .125rem .3125rem #0003;transition:background-color .2s;line-height:1;z-index:2}.whatsapp-close:hover{background-color:#f0f0f0;color:#000}.whatsapp-container.collapsed .whatsapp-text,.whatsapp-container.collapsed .whatsapp-close{display:none}.whatsapp-container.collapsed .whatsapp-pill{padding:0;width:3.125rem;height:3.125rem;border-radius:50%;justify-content:center}.whatsapp-container.collapsed .whatsapp-icon{width:1.75rem;height:1.75rem;margin:0}@keyframes slideIn{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:48rem){.whatsapp-container{bottom:.9375rem;right:.9375rem}}.custom-navbar{top:0;left:0;right:0;padding:1rem 4rem;align-items:center;display:flex;position:fixed;z-index:1000;justify-content:space-between;background:#ffffff4d;backdrop-filter:blur(.375rem);margin-left:auto;margin-right:auto}.custom-navbar li{line-height:1.6}.logo{padding-right:4rem}.logo img{width:6.688rem;height:3.625rem}.nav-links{list-style:none;display:flex;gap:2rem;margin:0 auto;align-items:center}.nav-links li{margin:0}.nav-links a{font-family:WantedSansVariable,sans-serif;font-size:1rem;font-weight:400;line-height:1.193rem;letter-spacing:.02em;text-align:center;text-decoration:none;color:#000;transition:color .3s}.nav-links a.active,.nav-links a:hover{color:#007bff;font-weight:700}.auth-buttons{display:flex;gap:1rem;align-items:center;padding-left:3rem}.auth-buttons a{font-family:WantedSansVariable,sans-serif;font-weight:600;text-decoration:none;border:none;padding:.5rem 1.5rem;border-radius:1.25rem;font-size:.813rem;cursor:pointer;transition:background .3s;display:inline-block;text-align:center}.auth-buttons .login{background:#f0f4ff;color:#007bff;padding:.75rem 1.5rem}.auth-buttons .get-started{background:#007bff;color:#fff;padding:.75rem 1.5rem}.auth-buttons .login:hover{background:#e0eaff}.auth-buttons .get-started:hover{background:#0056b3}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:2.5rem;height:1.6rem;background:none;border:none;cursor:pointer;z-index:1001}.hamburger-menu .line{width:100%;height:.2rem;background-color:#000;transition:all .3s}@media(max-width:48rem){.custom-navbar{padding-left:1rem;padding-right:1rem;flex-wrap:wrap;align-content:flex-start;transition:background .3s}.hamburger-menu{display:flex;order:2}.logo{order:1}.nav-links,.auth-buttons{display:none;width:100%;position:static;flex-direction:column;gap:1rem;background:transparent;padding:0;margin-top:1rem;box-shadow:none;z-index:1000;text-align:center}.nav-links.open,.auth-buttons.open{display:flex}.nav-links{order:3;background-color:#fff;padding:1rem 1rem 0;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);box-sizing:border-box;margin-bottom:0}.auth-buttons{order:4;background-color:#fff;padding:0 1rem 1.5rem;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);top:auto;margin-top:0}.auth-buttons a{display:block;padding:.75rem 1.5rem;margin-top:.75rem;width:90%;margin-left:auto;margin-right:auto;text-align:center;background-color:#f0f4ffcc;border-radius:2rem;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 2px 5px #0000000d}.auth-buttons a.get-started{background-color:#007bff;color:#fff;margin-bottom:.5rem;box-shadow:0 4px 10px #007bff33}.auth-buttons a.login{background-color:#f0f4ff;color:#007bff;border:1px solid rgba(0,123,255,.1)}}@media(max-width:80rem){.custom-navbar{padding-left:1.5rem;padding-right:1.5rem}.logo{padding-right:1.5rem}.logo img{width:6rem;height:auto}.nav-links{gap:1.2rem}.nav-links a{white-space:nowrap;font-size:.95rem}.auth-buttons{padding-left:1.5rem;gap:.5rem}.auth-buttons a{padding:.5rem 1rem;white-space:nowrap;font-size:.9rem}}@media(max-width:61.25rem){.nav-links{gap:.8rem}.nav-links a{font-size:.9rem}.auth-buttons{padding-left:.5rem}}@media(max-width:30rem){.custom-navbar{padding-left:1rem;padding-right:1rem}}.footer{font-family:WantedSansVariable,sans-serif;background-color:var(--white);padding:2rem;border-radius:5rem;margin:2rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:75rem;margin:0 auto;gap:2rem}.footer-section{flex:1;min-width:12.5rem}.footer-section h3{font-size:2.25em;font-weight:700;margin-bottom:1rem}.footer-section h3 .highlight{background:linear-gradient(to right,var(--blue),var(--blue-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:1rem;color:#333}.footer-section ul li span{color:#666}.footer-section a,.footer-section a:visited{color:#000102;text-decoration:none;transition:color .3s,border-bottom .3s;border-bottom:2px solid transparent}.footer-section a:hover,.footer-section a:focus,.footer-section a.active{color:#0056b3;border-bottom:2px solid #0056b3}.footer-section p{font-size:1rem;color:#333;margin-bottom:1rem}.location-link{display:inline-block;font-size:1rem;color:#007bff;border-bottom:1px solid #007bff;text-decoration:none;transition:color .3s,border-color .3s}.location-link:hover{color:#0056b3;border-color:#0056b3}@media(max-width:48rem){.footer-content{flex-direction:column;align-items:center}.footer-section{text-align:center;min-width:unset}}.map-container{position:relative;overflow:hidden;width:100%;padding-top:75%}.map-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.footer-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background-color:#fafafa;border-radius:2rem;padding:.75rem 1.5rem;margin-top:2rem;font-size:.95rem}.footer-bar-left a{margin-right:1.5rem;color:#333;text-decoration:none;font-weight:500;transition:color .3s,border-bottom .3s;border-bottom:2px solid transparent}.footer-bar-left a:hover{color:#0056b3;border-bottom:2px solid #0056b3}.footer-bar-right p{margin:0;color:#666;font-weight:500}.mcd-banner{border-radius:1.5rem;width:100%;margin-top:3.5rem}@media(max-width:37.5rem){.footer-bar{flex-direction:column;align-items:flex-start}.footer-bar-left{margin-top:.5rem}.footer-bar-left a{display:block;margin-right:0;margin-bottom:.25rem}}@font-face{font-family:WantedSansVariable;src:url(/assets/fonts/wanted_sans/WantedSans-1.0.1/variable/WantedSansVariable.ttf) format("truetype"),url(/assets/fonts/wanted_sans/WantedSans-1.0.1/otf/WantedSans-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/fonts/Lato/Lato-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/fonts/Lato/Lato-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--white: #ffffff;--white-light: #fafafa;--blue: #007bff;--blue-light: #66ccff;--blue-pale: #fafafa;--blue-dark: #0056b3;--text-grey: #666}html,body{overflow-x:hidden;background-color:#fafafa;margin:0;padding:0;font-family:WantedSansVariable,sans-serif;scroll-behavior:smooth}main{max-width:inherit;margin:0 auto}p{font-family:Lato,sans-serif;font-weight:400;color:#666;text-wrap:pretty;overflow-wrap:break-word}.spacer{height:3.125rem}.spacer-sm{height:1.25rem}.spacer-md{height:3.125rem}.spacer-lg{height:9.375rem}.highlight{background:linear-gradient(to right,#007bff,#6cf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.emphasize{font-weight:700}.page-header{text-align:left;margin-bottom:2rem}.page-header h1{font-size:5rem;font-weight:700}.page-header p{font-size:1.25rem}.custom-button{background:linear-gradient(135deg,#007bff,#51aeff);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-family:WantedSansVariable,sans-serif;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);text-decoration:none;display:inline-block;letter-spacing:.02em}.custom-button:hover{background:linear-gradient(135deg,#0056b3,#007bff);transform:translateY(-2px);box-shadow:0 8px 25px #007bff80}.custom-button:active{transform:translateY(0);box-shadow:0 2px 10px #007bff4d}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#4caf50;color:#fff;padding:16px 24px;border-radius:4px;font-size:16px;opacity:0;pointer-events:none;transition:opacity .3s ease,bottom .3s ease;z-index:9999}.toast.error{background:#d32525}.toast.show{opacity:1;pointer-events:auto;bottom:40px}.load-in-video{height:auto;object-fit:cover;display:block;pointer-events:none;background-color:transparent}.video-container{position:relative;width:100%;overflow:hidden;aspect-ratio:16 / 9}img.marketing-screen{display:block;width:100%;height:auto;object-fit:cover}#user-carousel-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;background-color:transparent}#solutions-video{background-color:transparent!important;object-fit:cover}.list-of-cards-video{flex:1;display:flex;justify-content:center;align-items:center;background-color:#f9fafc;border-radius:15px;overflow:hidden;aspect-ratio:2.45 / 1}.list-of-cards-video video{width:100%;height:100%;display:block;border:none;outline:none;margin:0;padding:0;background:transparent!important;object-fit:cover;clip-path:inset(2px 1px 1px 1px)}@media(max-width:768px){.contact-section{flex-direction:column;padding:1.25rem}.contact-form{margin-top:1.875rem}.contact-text h2{font-size:2.25rem}}.left-image{float:left;margin-right:20px}.left-image img{max-width:100%;height:auto}.right-image{display:flex;justify-content:flex-end;align-items:center;margin:20px 0;position:relative}.right-image img{max-width:100%;height:auto}.list-of-cards{display:flex;align-items:center;justify-content:center;gap:1.5rem}.card{background-color:#fff;border-radius:10px;padding:1.5rem;text-align:center;box-shadow:0 4px 8px #0000001a;width:8rem;height:10rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.large-card{width:12rem;height:15rem;margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.card img{width:5rem;height:5rem;border-radius:50%;object-fit:cover;margin-bottom:1rem}.card h3{font-size:1.25rem;margin-bottom:.5rem}.card p{font-size:.725rem;color:#666;margin-bottom:1rem}.card-header{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;height:100%}.card-header img{width:2rem;height:2rem;border-radius:50%;object-fit:cover}.card-header h3{font-size:1rem;margin:0;display:flex;align-items:center;line-height:1}.profile-image img{border-radius:50%}.spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;display:none}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #555;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){#financial-records-video{display:none}.page-header h1{font-size:3rem;font-weight:700;text-wrap:balance}.page-header p{font-size:.9rem;text-wrap:pretty}h1,h2,h3{text-wrap:balance}p,li{text-wrap:pretty}}div#BotPenguin-tools-widget{position:fixed;left:1.25rem;bottom:.3125rem;z-index:100}#BotPenguin-tools-widget .text{position:fixed!important;right:1.25rem!important;left:auto!important}#BotPenguin-tools-widget img{right:1.25rem!important;left:auto!important;bottom:.3125rem!important}.homepage-section-title{font-family:WantedSansVariable,sans-serif;font-size:5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}@media screen and (max-width:1200px){.homepage-section-title{font-size:2.5rem}}@media screen and (max-width:768px){.homepage-section-title{font-size:3rem}}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}
