@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap";@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;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;background:none;border:none;padding:0;margin:0;gap:.75rem}.vh-navbar__logo{height:72px;width:auto;transition:height .22s ease,transform .22s ease;display:block;background:transparent;border:none;padding:0}.vh-navbar__company-name{font-family:Montserrat,Raleway,Poppins,sans-serif;font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#000,#e50914);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;transition:font-size .22s ease;white-space:nowrap}.vh-navbar--scrolled .vh-navbar__company-name{font-size:1.2rem}.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;display:inline-flex;align-items:center;gap:.25rem}.vh-navlink:hover,.vh-navlink:focus{background:#0000000a;color:var(--vh-red);outline:none}.vh-navlink.active{color:var(--vh-red)}.vh-navlink-wrapper,.vh-navlink--dropdown{position:relative}.vh-navlink__chevron{transition:transform .2s ease}.vh-navlink--dropdown-open .vh-navlink__chevron{transform:rotate(180deg)}.vh-dropdown{position:absolute;top:calc(100% + 12px);left:0;min-width:240px;background:var(--vh-white);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.5rem 0;z-index:1200;animation:dropdownFadeIn .2s ease;border:1px solid rgba(0,0,0,.06)}.vh-dropdown:before{content:"";position:absolute;top:-12px;left:-4px;right:-4px;height:12px;background:transparent}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.vh-dropdown__item{display:block;padding:.75rem 1.25rem;color:var(--vh-black);text-decoration:none;font-weight:500;font-size:.9rem;transition:background .15s ease,color .15s ease;border-left:3px solid transparent}.vh-dropdown__item:hover,.vh-dropdown__item:focus{background:#e509140f;color:var(--vh-red);border-left-color:var(--vh-red);outline:none}.vh-dropdown__item--view-all{border-top:1px solid rgba(0,0,0,.08);margin-top:.5rem;padding-top:.75rem;font-weight:600;color:var(--vh-red)}.vh-dropdown__item--view-all:hover{background:#e509141a}.vh-navbar__actions{display:flex;gap:.6rem;align-items:center}.vh-btn{display:inline-block;padding:.65rem 1.5rem;border-radius:8px;font-weight:700;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;font-size:.95rem}.vh-btn--outline{background:var(--vh-red);color:var(--vh-white);box-shadow:0 2px 8px #e5091433}.vh-btn--outline:hover{background:#b2060f;transform:translateY(-1px);box-shadow:0 4px 12px #e509144d}.vh-btn:not(.vh-btn--outline){background:var(--vh-red);color:var(--vh-white);box-shadow:0 2px 8px #e5091433}.vh-btn:not(.vh-btn--outline):hover{background:#b2060f;transform:translateY(-1px);box-shadow:0 4px 12px #e509144d}.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}.vh-navbar__company-name{font-size:1.1rem}}@media (max-width: 768px){.vh-navbar__company-name{font-size:1rem}}@media (max-width: 480px){.vh-navbar__company-name{font-size:.9rem}}@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:none;letter-spacing:.02em;transition:all .2s ease;border:2px solid transparent;min-width:180px;text-align:center;white-space:nowrap}.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:#2a2a2a;padding:clamp(3rem,5vw,4.5rem) clamp(1.5rem,4vw,3rem);color:#fff;text-align:center;box-sizing:border-box}.contact-container{max-width:1200px;margin:0 auto;padding:0}.contact-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;margin:0 0 .75rem;color:#fff}.contact-subtitle{max-width:900px;margin:0 auto clamp(2.5rem,4vw,3.5rem);color:#ffffffb3;line-height:1.5;font-size:clamp(.95rem,1.8vw,1.1rem)}.offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,3vw,2.5rem);max-width:1200px;margin:0 auto;align-items:stretch;padding:0}.office-card{background:#1f1f1f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:clamp(1.5rem,3vw,2rem);text-align:left;color:#fff;box-shadow:0 4px 12px #0000004d;height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:0;transition:all .3s ease;cursor:default;outline:none}.office-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0006;border-color:#fff3}.office-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.office-flag-wrapper{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #0003;overflow:hidden;border:none;padding:0}.office-flag-wrapper--canada{background:#d32f2f}.office-flag-wrapper--usa{background:#1976d2}.office-flag-wrapper--india{background:#ff9800}.office-flag{width:100%;height:100%;object-fit:cover;display:block;border:none!important;outline:none!important;padding:0;margin:0;box-shadow:none}.office-card img{border:none!important;outline:none!important;box-shadow:none}.office-title{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700;margin:0;color:#fff;line-height:1.2}.office-details{display:flex;flex-direction:column;gap:1rem;flex:1}.office-detail-item{display:flex;align-items:flex-start;gap:.75rem}.office-icon{flex-shrink:0;margin-top:2px}.office-icon--green{color:#4caf50}.office-address,.office-phone{font-size:clamp(.9rem,1.6vw,1rem);color:#ffffffe6;margin:0;line-height:1.5}.office-phone{color:#fff;text-decoration:none;transition:color .2s ease}.office-phone:hover{color:#4caf50;text-decoration:underline}.office-email{color:#ffffffe6;text-decoration:none;font-size:clamp(.9rem,1.6vw,1rem);line-height:1.5;transition:color .2s ease}.office-email:hover{color:#4caf50;text-decoration:underline}@media (max-width: 1024px){.offices-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){.offices-grid{grid-template-columns:1fr}.contact-title{font-size:28px}.contact-subtitle{font-size:14px}}.vh-footer{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#000000f2,#000);color:#fff;padding:clamp(2.5rem,4vw,4rem) clamp(1.5rem,3vw,3rem);border-radius:0;box-shadow:0 -4px 20px #0000004d}.vh-footer.u-card{padding:clamp(2.5rem,4vw,4rem) clamp(1.5rem,3vw,3rem);background:linear-gradient(180deg,#000000f2,#000)}.vh-footer__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.vh-footer__column{display:flex;flex-direction:column;gap:1rem}.vh-footer__column-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.3px}.vh-footer__brand-section{gap:1.25rem}.vh-footer__brand{display:flex;flex-direction:column;gap:.75rem}.vh-footer__logo{width:140px;height:auto;object-fit:contain}.vh-footer__tagline{font-weight:600;color:#e50914;font-size:1rem;letter-spacing:.3px}.vh-footer__desc-text{color:#fffc;font-size:.9rem;line-height:1.7;margin:0;max-width:100%}.vh-footer__links-section{gap:.5rem}.vh-footer__nav{display:flex;flex-direction:column;gap:.6rem}.vh-footer__link{color:#ffffffbf;text-decoration:none;font-size:.95rem;transition:all .2s ease;display:inline-block}.vh-footer__link:hover,.vh-footer__link:focus{color:#e50914;transform:translate(4px);outline:none}.vh-footer__contact-section{gap:.75rem}.vh-footer__contact-info{display:flex;flex-direction:column;gap:1rem}.vh-footer__contact-item{display:flex;flex-direction:column;gap:.3rem}.vh-footer__contact-label{color:#fff9;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.vh-footer__contact-link{color:#ffffffe6;text-decoration:none;font-size:.95rem;transition:color .2s ease;word-break:break-word}.vh-footer__contact-link:hover{color:#e50914;text-decoration:underline}.vh-footer__location{margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.vh-footer__location-title{color:#fffffff2;font-size:.9rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.vh-footer__location-address{color:#ffffffbf;font-size:.9rem;line-height:1.6;margin:.25rem 0}.vh-footer__newsletter-section{gap:1.5rem}.vh-footer__small{margin:0 0 1rem;color:#ffffffb3;font-size:.9rem;line-height:1.5}.vh-footer__form{display:flex;flex-direction:column;gap:.75rem}.vh-footer__form-row{display:flex;gap:.5rem;flex-wrap:wrap}.vh-footer__input{flex:1;min-width:200px;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;font-size:.9rem;transition:all .2s ease}.vh-footer__input:focus{outline:none;border-color:#e50914;background:#ffffff14;box-shadow:0 0 0 3px #e509141a}.vh-footer__input::placeholder{color:#ffffff80}.vh-footer__submit{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;white-space:nowrap;background:#e50914;color:#fff;border:none;cursor:pointer;transition:all .2s ease;font-size:.9rem}.vh-footer__submit:hover{background:#b2060f;transform:translateY(-1px);box-shadow:0 4px 12px #e509144d}.vh-footer__social{margin-top:.5rem}.vh-footer__social-row{display:flex;gap:.75rem;flex-wrap:wrap}.vh-footer__social-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:8px;background:#ffffff14;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s ease}.vh-footer__social-link:hover,.vh-footer__social-link:focus{background:#e50914;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e509144d;outline:none}.vh-footer__bottom{max-width:1400px;margin:2.5rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.vh-footer__copyright{color:#ffffffb3;font-size:.9rem;margin:0}.vh-footer__legal{display:flex;gap:1.5rem}.vh-footer__legal-link{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s ease}.vh-footer__legal-link:hover{color:#e50914}.vh-footer__sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}@media (max-width: 1024px){.vh-footer__container{grid-template-columns:repeat(2,1fr);gap:2.5rem}.vh-footer__brand-section{grid-column:1 / -1}}@media (max-width: 768px){.vh-footer{padding:2.5rem 1.5rem}.vh-footer__container{grid-template-columns:1fr;gap:2rem}.vh-footer__brand-section{grid-column:1}.vh-footer__form-row{flex-direction:column}.vh-footer__submit{width:100%}.vh-footer__bottom{flex-direction:column;text-align:center;gap:1rem}.vh-footer__legal{justify-content:center}}@media (max-width: 480px){.vh-footer{padding:2rem 1.25rem}.vh-footer__container{gap:1.5rem}.vh-footer__column-title{font-size:1rem}.vh-footer__logo{width:120px}}.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:10px;height:10px;border-radius:50%;background:#000!important;border:1px solid #000000!important;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s cubic-bezier(.25,.46,.45,.94),opacity .2s ease-out;opacity:1;visibility:visible}.custom-cursor.visible{opacity:1;visibility:visible}.custom-cursor.hovering{width:12px;height:12px;background:#000!important;border:1px solid #000000!important;transition:transform .1s cubic-bezier(.25,.46,.45,.94),width .2s ease-out,height .2s ease-out}*{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:2px solid #000000!important;background:#000!important}.custom-cursor.hovering{background:#000!important;border:2px solid #000000!important}}@media (prefers-color-scheme: dark){.custom-cursor,.custom-cursor.hovering{background:#000!important;border:1px solid #000000!important}}.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}
