@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";:root{--vh-red: #e50914;--vh-black: #000;--vh-white: #fff;--vh-navbar-height: 84px;--vh-navbar-height-scrolled: 60px;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.vh-navbar{position:sticky;top:0;left:0;width:100%;max-width:100%;background:var(--vh-white);z-index:1100;transition:box-shadow .22s ease,padding .22s ease,background .22s ease;border-bottom:1px solid rgba(0,0,0,.03);box-sizing:border-box}.vh-navbar--scrolled{box-shadow:0 6px 18px #0a0c0f0f;padding:.45rem 0;background:#fffffffa}.vh-navbar__inner{max-width:1200px;margin:0 auto;padding:0 1rem;height:var(--vh-navbar-height);display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;box-sizing:border-box}.vh-navbar__brand{display:inline-flex;align-items:center;text-decoration:none}.vh-navbar__logo{height:72px;width:auto;transition:height .22s ease,transform .22s ease;display:block}.vh-navbar__links{display:flex;gap:1.25rem;align-items:center;flex:1 1 auto;margin-left:1rem;font-weight:600;font-size:.95rem;justify-content:center}.vh-navlink{text-decoration:none;color:var(--vh-black);padding:8px 10px;border-radius:8px;transition:background .16s ease,color .16s ease}.vh-navlink:hover,.vh-navlink:focus{background:#0000000a;color:var(--vh-red);outline:none}.vh-navlink.active{color:var(--vh-red)}.vh-navbar__actions{display:flex;gap:.6rem;align-items:center}.vh-btn{display:inline-block;padding:.5rem .9rem;border-radius:8px;font-weight:700;text-decoration:none}.vh-btn--outline{border:1px solid rgba(0,0,0,.08);background:transparent;color:var(--vh-black)}.vh-navbar__toggle{display:none;border:none;background:transparent;cursor:pointer;padding:8px;border-radius:8px}.vh-navbar__toggle:focus{outline:none;box-shadow:0 0 0 3px #0000000f}.vh-mobile-menu{display:none;position:fixed;inset:0;top:var(--vh-navbar-height);background:#fffffffa;z-index:1090;padding:1.25rem;overflow-y:auto}.vh-mobile-menu--open{display:block}.vh-mobile-menu__inner{width:100%;max-width:420px;margin:0 auto;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 18px 40px #0a0a0a14;display:flex;flex-direction:column;gap:.6rem}.vh-mobile-menu__link{display:block;padding:.9rem .75rem;border-radius:8px;text-decoration:none;color:var(--vh-black);font-weight:700}.vh-mobile-menu__link:hover,.vh-mobile-menu__link:focus{background:#0000000a;outline:none}.vh-mobile-menu__cta{display:inline-block;padding:.9rem 1rem;border-radius:10px;background:var(--vh-red);color:var(--vh-white);text-align:center;font-weight:800}@media (max-width: 992px){.vh-navbar__inner{height:var(--vh-navbar-height-scrolled)}.vh-navbar__links,.vh-btn--outline{display:none}.vh-navbar__toggle{display:inline-flex}.vh-navbar__logo{height:56px}}@media (max-width: 420px){.vh-navbar__logo{height:48px}.vh-mobile-menu__inner{padding:.85rem;max-width:calc(100% - 1rem)}}@media (prefers-reduced-motion: reduce){.vh-navbar,.vh-navbar__logo,.vh-navlink,.vh-btn,.vh-mobile-menu{transition:none!important}}.vh-upfooter,.vh-upfooter *{transform:none!important;transition:none!important}.vh-upfooter{--vh-upfooter-bg: #ffffff;--vh-upfooter-text: #1a1a1a;--vh-upfooter-accent: #ff3535;--vh-upfooter-border: #ff6b35;--vh-upfooter-gray: #666666;--vh-upfooter-max-width: 1200px}.vh-upfooter{background:var(--vh-upfooter-bg);color:var(--vh-upfooter-text);padding:4rem 0;position:relative;overflow:hidden}.vh-upfooter__container{width:min(100%,var(--vh-upfooter-max-width));margin:0 auto;padding:0 2rem;box-sizing:border-box}.vh-upfooter__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.vh-upfooter__text-section{display:flex;flex-direction:column;gap:1.5rem}.vh-upfooter__label{font-size:.875rem;font-weight:700;color:var(--vh-upfooter-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.vh-upfooter__heading{font-size:2.5rem;font-weight:700;color:var(--vh-upfooter-text);line-height:1.2;margin:0;letter-spacing:-.02em}.vh-upfooter__description{font-size:1rem;line-height:1.6;color:var(--vh-upfooter-gray);margin:0;max-width:500px}.vh-upfooter__buttons{display:flex;gap:1rem;margin-top:1rem}.vh-upfooter__btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:.375rem;font-weight:600;font-size:.875rem;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;border:2px solid transparent;min-width:140px;text-align:center}.vh-upfooter__btn--primary{background-color:var(--vh-upfooter-accent);color:#fff;border-color:var(--vh-upfooter-accent)}.vh-upfooter__btn--primary:hover{background-color:#fcfcfc;border-color:#e55a2b;color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.vh-upfooter__btn--secondary{background-color:#fff;color:var(--vh-upfooter-accent);border-color:var(--vh-upfooter-accent)}.vh-upfooter__btn--secondary:hover{background-color:var(--vh-upfooter-accent);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ff6b3533}.vh-upfooter__image-section{display:flex;justify-content:center;align-items:center}.vh-upfooter__image{width:100%;max-width:500px;height:auto;border-radius:.75rem;object-fit:cover;box-shadow:0 8px 32px #0000001a}@media (max-width: 1024px){.vh-upfooter__content{grid-template-columns:1fr;gap:3rem;text-align:center}.vh-upfooter__image-section{order:-1}.vh-upfooter__image{max-width:400px}}@media (max-width: 768px){.vh-upfooter{padding:3rem 0}.vh-upfooter__container{padding:0 1.5rem}.vh-upfooter__heading{font-size:2rem}.vh-upfooter__buttons{flex-direction:column;align-items:center}.vh-upfooter__btn{width:100%;max-width:200px}.vh-upfooter__image{max-width:300px}}@media (max-width: 480px){.vh-upfooter{padding:2rem 0}.vh-upfooter__container{padding:0 1rem}.vh-upfooter__heading{font-size:1.75rem}.vh-upfooter__description{font-size:.9rem}.vh-upfooter__btn{padding:.75rem 1.25rem;font-size:.8rem}}.vh-upfooter__btn:focus{outline:2px solid var(--vh-upfooter-accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){.vh-upfooter__btn{transition:none}.vh-upfooter__btn:hover{transform:none}}.contact-section{background:#b2060f;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.contact-container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.contact-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1.5rem;text-align:center}.offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}.office-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;transition:all .3s ease;height:220px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 2px 8px #0003}.office-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.office-title{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.office-details{display:flex;flex-direction:column;gap:.5rem;flex:1}.office-company{font-size:1rem;font-weight:600;color:#fff;margin:0}.office-address{font-size:.95rem;color:#fffc;margin:0;line-height:1.4}.office-phone{font-size:.95rem;color:#fffc;margin:0}.phone-link{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.phone-link:hover{color:#fffc;text-decoration:underline}@media (max-width: 950px){.offices-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.office-card{padding:1.2rem;height:200px}.contact-title{font-size:1.3rem}}@media (max-width: 560px){.contact-section{padding:1.5rem 0}.offices-grid{grid-template-columns:1fr;gap:1rem}.office-card{padding:1rem;height:180px}.contact-title{font-size:1.2rem;margin-bottom:1rem}.office-title{font-size:1.1rem}.office-company{font-size:.95rem}.office-address,.office-phone{font-size:.9rem}}.vh-footer{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#000000eb,#000);color:#fff;padding:clamp(1rem,2vw,2.5rem);border-radius:12px;box-shadow:0 6px 20px #00000080}.vh-footer.u-card{padding:1.25rem;background:linear-gradient(180deg,#000000eb,#000)}.vh-footer__container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.25rem;align-items:start}@media (max-width: 950px){.vh-footer__container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.vh-footer__container{grid-template-columns:1fr}}.vh-footer__brand{display:flex;flex-direction:column;gap:.5rem}.vh-footer__logo{width:130px;height:auto;object-fit:contain}.vh-footer__tagline{font-weight:600;color:#f5f5f5;font-size:clamp(.9rem,1.6vw,1.05rem)}.vh-footer__nav{display:flex;flex-direction:column;gap:.4rem}@media (min-width: 1024px){.vh-footer__accordion{display:none}.vh-footer__nav--desktop{display:flex}}@media (max-width: 1023px){.vh-footer__accordion{display:block}.vh-footer__nav--desktop{display:none}}.vh-footer__accordion summary{cursor:pointer;font-weight:600;padding:8px 0;list-style:none}.vh-footer__accordion summary:focus{outline:2px solid #e50914;outline-offset:2px}.vh-footer__accordion-panel{display:flex;flex-direction:column;gap:.4rem;padding-bottom:8px}.vh-footer__link{color:#ddd;text-decoration:none;font-size:.95rem;transition:color .15s ease}.vh-footer__link:hover,.vh-footer__link:focus{color:#e50914;outline:none}.vh-footer__h3{margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.vh-footer__small{margin:0 0 .6rem;color:#cfcfcf;font-size:.92rem}.vh-footer__form-row{display:flex;gap:.5rem}.vh-footer__input{flex:1;padding:.6rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff;font-size:.95rem}.vh-footer__input::placeholder{color:#ffffff8c}.vh-footer__submit{padding:.6rem .9rem;border-radius:8px;font-weight:600;white-space:nowrap;min-width:fit-content}@media (max-width: 560px){.vh-footer__submit{padding:.4rem .6rem;font-size:.8rem;min-width:70px;width:100%}.vh-footer__form-row{flex-direction:column;gap:.4rem}.vh-footer__input{width:100%;font-size:.9rem}.vh-footer__newsletter{width:100%}}@media (max-width: 360px){.vh-footer__submit{padding:.35rem .5rem;font-size:.75rem;min-width:60px}.vh-footer__input{font-size:.85rem;padding:.5rem .6rem}}.vh-footer__social-row{display:flex;gap:.5rem}.vh-footer__social-link{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:8px;background:#ffffff08;color:#fff;text-decoration:none;font-weight:600;font-size:.92rem;padding:0 8px}.vh-footer__social-link:focus,.vh-footer__social-link:hover{background:#ffffff0f;color:#e50914}.vh-footer__login{display:flex;flex-direction:column;gap:.4rem}.vh-footer__login-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;background:linear-gradient(135deg,#e50914,#b8070f);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .2s ease;border:none;cursor:pointer;max-width:120px}.vh-footer__login-btn:hover,.vh-footer__login-btn:focus{background:linear-gradient(135deg,#f40612,#d4080f);transform:translateY(-1px);box-shadow:0 4px 12px #e509144d;outline:none}.vh-footer__bottom{margin-top:1.25rem;border-top:1px solid rgba(255,255,255,.04);padding-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.vh-footer__copyright{color:#cfcfcf;font-size:.92rem;margin:0}.vh-footer__legal{display:flex;gap:.6rem}.vh-footer__legal-link{color:#bfbfbf;text-decoration:none;font-size:.9rem}.vh-footer__legal-link:hover{color:#fff}.vh-footer__sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:1000;animation:float 3s ease-in-out infinite}.whatsapp-link{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#25d366;border-radius:50%;box-shadow:0 4px 12px #25d36666;transition:all .3s ease;text-decoration:none}.whatsapp-link:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699;background:#20b358}.whatsapp-icon{width:32px;height:32px;color:#fff;transition:transform .3s ease}.whatsapp-link:hover .whatsapp-icon{transform:scale(1.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.whatsapp-float{bottom:15px;right:15px}.whatsapp-link{width:50px;height:50px}.whatsapp-icon{width:28px;height:28px}}.custom-cursor{position:fixed;width:40px;height:40px;border-radius:50%;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .2s ease-out,height .2s ease-out,background .2s ease-out,border .2s ease-out,backdrop-filter .2s ease-out;backdrop-filter:invert(1);mix-blend-mode:difference;opacity:0;visibility:hidden}.custom-cursor.visible{opacity:1;visibility:visible}.custom-cursor.hovering{width:40px;height:40px;background:#e5091433;border:2px solid #e50914;backdrop-filter:invert(1)}*{cursor:auto!important}section:not(.third-hero),article,header,footer,nav,main,div[class*=container]:not(.lottie-container),div[class*=section]:not(.third-hero),div[class*=wrapper],div[class*=card],div[class*=component],div[class*=page],.vh-upfooter,.vh-upfooter *,.vh-footer,.vh-footer *,.vh-navbar,.vh-navbar *{transform:none!important;transition:none!important}.btn:hover,button:hover,a:hover{transform:unset!important}@media (max-width: 768px){.custom-cursor{display:none}}@media (prefers-reduced-motion: reduce){.custom-cursor{display:none}}@media (prefers-contrast: high){.custom-cursor{border:3px solid #000000;background:#fffc}}@media (prefers-color-scheme: dark){.custom-cursor{background:#ffffff1a;border:2px solid rgba(255,255,255,.4)}.custom-cursor.hovering{background:#e509144d;border:2px solid #e50914}}.u-container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.btn{border-radius:10px;padding:.9rem 1.4rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer}.btn--primary{background:#e50914;color:#fff;border:none}.btn--primary:hover{background:#b2060f;transform:translateY(-2px)}.btn--outline{background:transparent;color:#fff;border:2px solid #fff}.btn--outline:hover{background:#fff;color:#000;transform:translateY(-2px)}.u-card{border-radius:12px;padding:1rem;background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 6px 18px #00000014}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;overflow-x:hidden}body{font-family:Poppins,Inter,Montserrat,sans-serif;background-color:#fff;color:#000;line-height:1.6;width:100%;margin:0;padding:0;overflow-x:hidden}a{text-decoration:none;color:inherit}
