.header__container{display:flex;justify-content:space-between;margin:auto;max-width:1600px;padding:1rem 20px;transition:all .3s ease}:root{--megamenu-primary-color:#00bfff;--megamenu-cyan:#00d4ff;--megamenu-text-color:#1a1a1a;--megamenu-text-secondary:#707070;--megamenu-bg-white:#fff;--megamenu-bg-light:#f8f9fa;--megamenu-border-color:#e5e5e5;--megamenu-hover-bg:#f0f0f0;--megamenu-shadow:0 10px 40px rgba(0,0,0,.1);--megamenu-transition:all 0.3s ease}.megamenu-v2{width:100%}.megamenu-v2,.megamenu-v2__nav{position:relative}.megamenu-v2__list{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.megamenu-v2__item{position:relative}.megamenu-v2__dropdown-wrapper,.megamenu-v2__item--has-dropdown,.megamenu-v2__item--has-dropdown .megamenu-v2__dropdown-wrapper{position:static}.megamenu-v2__nav:after{content:"";height:600px;left:0;pointer-events:none;position:absolute;right:0;top:100%}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__dropdown,.megamenu-v2__dropdown-wrapper.is-active~* .megamenu-v2__nav:after{pointer-events:all}.megamenu-v2__link{align-items:center;background:none;border:none;color:var(--megamenu-text-color);cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 0;text-decoration:none;transition:var(--megamenu-transition)}.megamenu-v2__link:hover{color:var(--megamenu-primary-color)}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__link--dropdown{color:var(--megamenu-cyan)}.megamenu-v2__link--dropdown{background:none;border:none}.megamenu-v2__chevron{height:6px;transition:transform .3s ease;width:10px}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__chevron,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__chevron{transform:rotate(180deg)}.megamenu-v2__link--dropdown:after{content:none!important}.megamenu-v2__dropdown{background:linear-gradient(180deg,#e8f3ff,#e0efff);border:1px solid #d4e4fa;border-radius:0;box-shadow:0 30px 65px rgba(9,24,56,.18);display:flex;justify-content:center;left:50%;opacity:0;overflow:visible;padding:1rem 0 2rem;pointer-events:none;position:absolute;top:calc(100% + .5rem);transform:translateX(-50%) translateY(-12px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,min-height .3s ease;visibility:hidden;width:120vw;z-index:1000}.megamenu-v2__dropdown:before{background:transparent;content:"";height:1rem;left:0;position:absolute;right:0;top:-1rem}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__dropdown{opacity:1;pointer-events:all;transform:translateX(-50%) translateY(0);visibility:visible}.megamenu-v2__dropdown-container{align-items:start;box-sizing:border-box;display:grid;gap:1.25rem;grid-template-columns:230px 1fr;margin:0 auto;max-width:1600px;min-height:auto;width:100%}.megamenu-v2__link--dropdown:hover{background:transparent!important}.megamenu-v2__dropdown-container:has(.megamenu-v2__cta){grid-template-columns:282px 1fr 333px}.megamenu-v2__sidebar{align-self:start;border-right:0 solid rgba(15,23,42,.06);display:flex;flex-direction:column;gap:.35rem;padding-right:1.75rem}.megamenu-v2__sidebar-title{color:#000;font-size:1.05rem;font-weight:700;line-height:1.2;margin:0 0 .25rem}.megamenu-v2__sidebar-description{color:#6b7280;font-size:.85rem;line-height:1.4;margin:0 0 1rem;max-width:200px}.megamenu-v2__sidebar-button{align-items:center;align-self:flex-start;background:#fff;border:none;border-radius:8px;box-shadow:none;color:#000;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.5rem 1rem;text-decoration:none;transition:var(--megamenu-transition)}.megamenu-v2__sidebar-button:hover{background:var(--megamenu-primary-color);color:#fff;transform:translateX(2px)}.megamenu-v2__sidebar-button svg{background:transparent;border:none;border-radius:0;box-shadow:none;color:#000;height:14px;padding:0;stroke-width:2;transition:transform .3s ease;width:18px}.megamenu-v2__sidebar-button:hover svg{background:transparent;color:#fff;transform:translateX(3px)}.megamenu-v2__blocks{align-content:start;display:grid;gap:.65rem;margin-top:10px;min-height:auto;padding:0}.megamenu-v2__blocks,.megamenu-v2__blocks--with-cta{grid-template-columns:repeat(2,1fr)}.megamenu-v2__blocks--services{gap:1.25rem;grid-auto-rows:auto;grid-template-columns:repeat(4,1fr)}.megamenu-v2__blocks--services .megamenu-v2__service-card{border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer;display:flex;flex-direction:column;overflow:visible;position:relative;transition:background .3s ease,box-shadow .3s ease,transform .3s ease;z-index:1}.megamenu-v2__blocks--services .megamenu-v2__service-card:hover,.megamenu-v2__dropdown.is-open .megamenu-v2__blocks--services .megamenu-v2__service-card:hover{background:#00d4ff!important;z-index:100}.megamenu-v2__service-card{background:#fff!important;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer;display:flex;flex-direction:column;min-height:auto;overflow:visible;position:relative;transition:background .3s ease,box-shadow .3s ease,transform .3s ease;z-index:1}.megamenu-v2__service-card:hover{background:#00d4ff!important;z-index:100}.megamenu-v2__service-card-header{align-items:center;background:transparent;border-radius:20px;cursor:pointer;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;padding:1.5rem;position:relative;text-align:left;transition:all .3s ease;z-index:2}.megamenu-v2__service-card-icon{align-items:center;background:#00c3ff;border-radius:50%;box-shadow:none;display:flex;flex-shrink:0;height:60px;justify-content:center;margin-bottom:0;transition:all .3s ease;width:60px}.megamenu-v2__service-card:hover .megamenu-v2__service-card-icon{background:#fff!important;box-shadow:none}.megamenu-v2__service-card-icon img{filter:brightness(0) invert(1);height:30px;object-fit:contain;transition:filter .3s ease;width:30px}.megamenu-v2__service-card:hover .megamenu-v2__service-card-icon img{filter:brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(1500%) hue-rotate(157deg) brightness(102%) contrast(101%)!important}.megamenu-v2__service-card-title{color:#000;flex:1;font-size:1rem;font-weight:700;line-height:1.4;margin:0;position:relative;transition:all .3s ease}.megamenu-v2__service-card:hover .megamenu-v2__service-card-title{color:#fff}body .header__search{position:relative;z-index:1001}body .header__search.open{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.15);left:auto!important;min-width:400px;padding:1rem;position:fixed!important;right:20px!important;top:20px!important;z-index:10000!important}body .header__search.open form{display:flex!important;width:100%}body .header__close--toggle{display:none}body .header__search.open~.header__close--toggle{background:#fff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);cursor:pointer;display:block;height:40px;position:fixed;right:440px;top:20px;width:40px;z-index:10001}body .header__close--toggle.show:after,body .header__close--toggle.show:before{background:#000;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:20px}body .header__close--toggle.show:after{transform:translate(-50%,-50%) rotate(-45deg)}@media (min-width:1025px){body .header__search--toggle{display:block;flex:0 0 20px;height:20px;width:20px}body .header__search--toggle.hide{display:block;pointer-events:none;visibility:hidden}}.megamenu-v2__service-sub-items{background:transparent;border-left:3px solid #00d4ff;display:flex;flex-direction:column;gap:0;left:35px;margin:0;max-height:0;min-width:100%;opacity:0;overflow:hidden;padding:0 0 0 1.25rem;pointer-events:none;position:absolute;top:calc(100% + 28px);transition:max-height .35s ease,opacity .25s ease,visibility .25s ease,padding .35s ease;visibility:hidden;z-index:10}.megamenu-v2__service-card.is-active .megamenu-v2__service-sub-items{max-height:2000px;opacity:1;pointer-events:all;visibility:visible}.megamenu-v2__service-sub-item{border-bottom:none;color:#1a1a1a;display:block;font-size:.95rem;font-weight:400;line-height:1.5;padding:.65rem 0;text-decoration:none;transition:all .2s ease}.megamenu-v2__service-sub-item:first-child{border-top:none;padding-top:0}.megamenu-v2__service-sub-item:last-child{border-bottom:none;padding-bottom:0}.megamenu-v2__service-sub-item:hover{color:#00d4ff;text-decoration:underline}.megamenu-v2__block{align-items:flex-start;background:#fff;border:none;border-radius:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;gap:1rem;padding:1.5rem 1rem;text-decoration:none;transition:background .3s ease,box-shadow .3s ease,transform .3s ease}.megamenu-v2__block:hover{background:#00d4ff!important;border:none}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);flex-direction:column;min-height:320px;overflow:hidden;padding:0;position:relative;text-align:center}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block:hover,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block:hover{box-shadow:0 10px 35px rgba(0,195,255,.25);transform:translateY(-6px)}.megamenu-v2__block-icon{align-items:center;background:#00c3ff;border:none;border-radius:50%;box-shadow:none;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .3s ease;width:48px}.megamenu-v2__block:hover .megamenu-v2__block-icon{background:#fff!important;box-shadow:none;transform:none}.megamenu-v2__block-icon img{filter:brightness(0) invert(1);height:22px;object-fit:contain;transition:filter .3s ease;width:22px}.megamenu-v2__block:hover .megamenu-v2__block-icon img{filter:brightness(0) saturate(100%) invert(62%) sepia(98%) saturate(1500%) hue-rotate(157deg) brightness(102%) contrast(101%)!important}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block-icon,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 6px 16px rgba(0,0,0,.1);display:flex;flex-shrink:0;height:72px;justify-content:center;margin:2.5rem auto 0;padding:0;position:relative;width:72px;z-index:2}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block:hover .megamenu-v2__block-icon,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block:hover .megamenu-v2__block-icon{background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.15);transform:scale(1.08)}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block-icon img,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block-icon img{filter:none;height:40px;width:40px}.megamenu-v2__block-content{flex:1;padding-top:.05rem}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block-content,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block-content{background:linear-gradient(180deg,#00c3ff 0,#00c3ff 50%,#fff 0,#fff);border-radius:0 0 20px 20px;display:flex;flex:1;flex-direction:column;padding:0;position:relative;width:100%;z-index:1}.megamenu-v2__block-title{color:#000;font-size:1.05rem;font-weight:600;line-height:1.3;margin:0 0 .25rem;transition:color .3s ease}.megamenu-v2__block:hover .megamenu-v2__block-title{color:#fff!important}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block-title,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block-title{color:#fff;font-size:1.1rem;font-weight:700;line-height:1.4;margin:0;padding:1.25rem 1.5rem 2.25rem;text-align:center}.megamenu-v2__block-description{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0;transition:color .3s ease}.megamenu-v2__block:hover .megamenu-v2__block-description{color:#fff!important}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__blocks--services .megamenu-v2__block-description,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__blocks--services .megamenu-v2__block-description{background:transparent;color:#374151;flex:1;font-size:.875rem;line-height:1.8;margin:0;padding:1.75rem 1.5rem 2rem;text-align:left}.megamenu-v2__cta{align-items:flex-end;border-radius:28px;box-shadow:0 35px 60px rgba(6,18,39,.22);display:flex;min-height:315px;overflow:hidden;position:relative}.megamenu-v2__cta:before{background:linear-gradient(120deg,rgba(1,9,18,.48),rgba(1,9,18,.25) 62%,rgba(1,9,18,.05));bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.megamenu-v2__cta-image{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.megamenu-v2__cta-image img{display:block;height:100%;object-fit:cover;width:100%}.megamenu-v2__cta-content{color:#fff;padding:7.1rem 1.05rem 1.55rem;position:relative;text-align:right;width:100%;z-index:2}.megamenu-v2__cta-tag{background:transparent;border-radius:0;color:#00c3ff;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.15em;padding:.35rem 0 .35rem 1rem;text-transform:uppercase}.megamenu-v2__cta-title{color:#fff;font-size:20px;font-weight:500;line-height:1.35;margin:0 0 .5rem}.megamenu-v2__cta-button:hover,body #hs_cos_wrapper_button .button:hover{background-color:#18194a;transition:background .3s}body #hs_cos_wrapper_button .button:hover{color:#fff!important}body #hs_cos_wrapper_button .button{border:1.5px solid #000!important;font-weight:400}.megamenu-v2__cta-button{align-items:center;background:#00c3ff;border:none;border-radius:8px;box-shadow:none;color:#fff;display:inline-flex;font-size:.85rem;font-weight:600;justify-content:center;padding:.45rem 1.2rem;text-decoration:none;transition:var(--megamenu-transition)}a.megamenu-v2__cta-button:HOVER{color:#fff}.megamenu-v2__mobile-toggle{align-items:center;background:none;border:none;color:var(--megamenu-text-color);cursor:pointer;display:none;height:44px;justify-content:center;padding:0;position:relative;width:44px;z-index:1000}.megamenu-v2__mobile-toggle .close-icon,.megamenu-v2__mobile-toggle.is-active .hamburger-icon{display:none}.megamenu-v2__mobile-toggle.is-active .close-icon{display:block}@media (max-width:1600px) and (min-width:1000px){.megamenu-v2__dropdown{max-width:calc(100vw - 10px);padding:1rem 20px 2rem;width:100vw}.megamenu-v2__dropdown-container{max-width:100%;padding:0 20px}.megamenu-v2__dropdown-container:has(.megamenu-v2__cta){grid-template-columns:166px 1fr 287px}.megamenu-v2__list{gap:1rem}}@media (max-width:1400px) and (min-width:1000px){.megamenu-v2__link{font-size:.8rem}}@media (max-width:1200px) and (min-width:1000px){.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__dropdown{transform:translateX(-44%) translateY(0)}.megamenu-v2__dropdown{max-width:100vw}}@media (max-width:1024px){.megamenu-v2__dropdown{min-width:0;padding:.5rem 0 2rem;width:100vw}.megamenu-v2__dropdown-container{gap:2rem;grid-template-columns:180px 1fr;padding:0 0 0 20px}.megamenu-v2__dropdown-container:has(.megamenu-v2__cta){grid-template-columns:180px 1fr 300px}.megamenu-v2__blocks{grid-template-columns:1fr}.megamenu-v2__sidebar{padding-right:2rem}.megamenu-v2__blocks--services .megamenu-v2__service-card:hover,.megamenu-v2__dropdown.is-open .megamenu-v2__blocks--services .megamenu-v2__service-card:hover{background:#fff!important}.megamenu-v2__block{border-radius:11px!important}body .header__search.open{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.15);left:20px!important;min-width:auto;padding:1rem;position:fixed!important;right:20px!important;top:80px!important;z-index:10000!important}body .header__search.open form{display:flex!important;width:100%}body .header__close--toggle.show{background:transparent!important;border-radius:50%!important;cursor:pointer!important;display:block!important;height:32px!important;position:fixed!important;right:30px!important;top:85px!important;width:32px!important;z-index:10001!important}body .header__close--toggle.show:after,body .header__close--toggle.show:before{background:#000;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:18px}body .header__close--toggle.show:after{transform:translate(-50%,-50%) rotate(-45deg)}.megamenu-v2__service-card:hover .megamenu-v2__service-card-icon{background:#00c3ff!important;box-shadow:none}.megamenu-v2__service-card:hover .megamenu-v2__service-card-icon img{filter:opacity(1)!important}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__dropdown,.megamenu-v2__list .megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__dropdown{padding:16px!important}.header__container{align-items:center;display:flex;justify-content:space-between;padding:1rem 20px;position:relative}.megamenu-v2__mobile-toggle{display:flex;order:1;position:relative;z-index:10}.header__container .header-logo,.header__container>a:first-of-type{left:50%;order:2;position:absolute;transform:translateX(-50%)}.header__container .header-logo img,.header__container img[src*=logo]{height:50px!important;max-height:50px;width:auto!important}.header__container>:last-child:not(.megamenu-v2__mobile-toggle){margin-left:auto;order:3}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__dropdown,.megamenu-v2__dropdown-wrapper:hover .megamenu-v2__dropdown{transform:translateX(0) translateY(0)!important}.megamenu-v2__dropdown-wrapper{padding-bottom:0}.megamenu-v2__list{align-items:stretch;background:#e8edf2;bottom:0;flex-direction:column;gap:0;left:0;overflow-y:auto;padding:1.5rem 1.25rem 2rem;position:fixed;right:0;top:92px!important;transform:translateX(-100%);transition:transform .3s ease;z-index:998}.megamenu-v2__list.is-open{transform:translateX(0)}.megamenu-v2__item{border-bottom:none;margin-bottom:.5rem;transition:opacity .3s ease}}@media (max-width:1024px){.megamenu-v2__list:has(.megamenu-v2__dropdown-wrapper.is-active) .megamenu-v2__item{opacity:.5}.megamenu-v2__list:has(.megamenu-v2__dropdown-wrapper.is-active) .megamenu-v2__item:has(.megamenu-v2__dropdown-wrapper.is-active){opacity:1}.megamenu-v2__link{background:#fff;border-radius:8px;color:#000;font-size:.95rem;font-weight:600;justify-content:space-between;padding:1rem 1.25rem;width:100%}.megamenu-v2__service-card:hover .megamenu-v2__service-card-header{background:transparent}.megamenu-v2__link:hover{background:#fff;color:#000}.megamenu-v2__dropdown-wrapper{background:#ffffff73;border-radius:8px;overflow:hidden;width:100%}.megamenu-v2__dropdown-wrapper.is-active{background:#fff}.megamenu-v2__dropdown-wrapper .megamenu-v2__link{background:#fff!important;border-radius:14px!important}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__link{background:#fff;color:#000}.megamenu-v2__dropdown{background:#e8edf2;border:none;border-radius:0 0 8px 8px;box-shadow:none;margin:0;max-height:0;max-width:100%;min-width:0;opacity:1;overflow:hidden;padding:0;pointer-events:all;position:static;transform:none;transition:max-height .3s ease;visibility:visible;width:100%}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__dropdown{max-height:3000px}.megamenu-v2__dropdown-container{display:block}.megamenu-v2__dropdown-container:has(.megamenu-v2__cta){display:block}.megamenu-v2__sidebar{display:none}.megamenu-v2__blocks--services{display:block}.megamenu-v2__service-card{border-radius:0;margin-bottom:0;overflow:visible}.megamenu-v2__service-card,.megamenu-v2__service-card:hover{background:transparent;box-shadow:none}.megamenu-v2__service-card-header{align-items:center;background:transparent;border-radius:0;border-top:0 solid #e5e5e5;cursor:pointer;display:flex;flex-direction:row;gap:.85rem;padding:0;position:relative}.megamenu-v2__service-card:first-child .megamenu-v2__service-card-header{border-top:none}.megamenu-v2__service-card-icon{background:#00c3ff;border-radius:50%;flex-shrink:0;height:40px;width:40px}.megamenu-v2__service-card-icon img{filter:brightness(0) invert(1);height:20px;width:20px}.megamenu-v2__service-card-title{color:#000;flex:1;font-size:.95rem;font-weight:600;line-height:1.4;margin:0}.megamenu-v2__service-card-header:after{border-bottom:2px solid #000;border-right:2px solid #000;content:"";flex-shrink:0;height:8px;transform:rotate(45deg);transition:transform .3s ease;width:8px}.megamenu-v2__service-card.is-active .megamenu-v2__service-card-header:after{transform:rotate(-135deg)}.megamenu-v2__service-sub-items{background:transparent;border-left:3px solid #00c3ff;border-radius:0;box-shadow:none;margin:0;max-height:0;opacity:1;overflow:hidden;padding:0 0 0 20px;pointer-events:all;position:static;transform:none;transition:max-height .3s ease,padding .3s ease,margin-top .3s ease;visibility:visible}.megamenu-v2__service-card.is-active .megamenu-v2__service-sub-items{margin-top:16px;max-height:800px;padding:0 0 0 20px}.megamenu-v2__service-sub-item{border-bottom:none;color:#000;display:block;font-size:15px;font-weight:400;line-height:1.4;padding:12px 0;text-decoration:none;transition:color .2s ease}.megamenu-v2__service-sub-item:first-child{padding-top:0}.megamenu-v2__service-sub-item:last-child{padding-bottom:0}.megamenu-v2__service-sub-item:hover{color:#00c3ff;padding-left:0;text-decoration:none}.megamenu-v2__block{align-items:center;background:#fff;border:none;border-top:1px solid #f0f0f0;box-shadow:none;display:flex;gap:.85rem;padding:.7rem 1rem .7rem .7rem;position:relative}.megamenu-v2__block:first-child{border-top:none}.megamenu-v2__block:hover{background:#fafbfc;box-shadow:none;transform:none}.megamenu-v2__block-icon{background:#00c3ff;border-radius:50%;flex-shrink:0;height:40px;width:40px}.megamenu-v2__block:hover .megamenu-v2__block-icon{background:#00c3ff}.megamenu-v2__block-icon img{filter:brightness(0) invert(1);height:18px;width:18px}.megamenu-v2__block-content{flex:1;padding-top:0}.megamenu-v2__block-title{color:#000;font-size:.85rem;font-weight:500;line-height:1.4;margin:0}.megamenu-v2__block-description{display:none}.megamenu-v2__blocks--services .megamenu-v2__block{background:#fff;border-radius:0;box-shadow:none;flex-direction:row;min-height:auto;padding:0}.megamenu-v2__blocks--services .megamenu-v2__block:before{display:none}.megamenu-v2__blocks--services .megamenu-v2__block-icon{background:#00c3ff;box-shadow:none;height:40px;margin:0;position:static;width:40px}.megamenu-v2__blocks--services .megamenu-v2__block-icon img{filter:brightness(0) invert(1);height:18px;width:18px}.megamenu-v2__blocks--services .megamenu-v2__block-content{background:transparent;border-radius:0;padding-top:0}.megamenu-v2__blocks--services .megamenu-v2__block-title{color:#000;font-size:.95rem;font-weight:500;margin:0;padding:0}.megamenu-v2__blocks--services .megamenu-v2__block-description,.megamenu-v2__cta{display:none}.megamenu-v2__chevron{color:#000;height:10px;width:10px}.megamenu-v2__dropdown-wrapper.is-active .megamenu-v2__chevron{color:#000}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.megamenu-v2__dropdown,.megamenu-v2__mobile-toggle{display:none!important}}