.nav .service-dropdown{left:0;width:min(620px,calc(100vw - 32px));transform:translateY(10px)}.nav-service:focus-within .service-dropdown,.nav-service:hover .service-dropdown{transform:translate(0)}.nav .service-dropdown>a>span{position:static;display:flex;min-width:0;flex-direction:column;gap:3px}.nav .service-dropdown>a>span>strong{display:block;color:var(--navy);font-size:14px;line-height:1.35}@media (max-width:760px){.nav .service-dropdown{width:100%;transform:none}.nav-service:focus-within .service-dropdown,.nav-service:hover .service-dropdown{transform:none}}:root{--scrollbar-thumb:#a6b0be;--scrollbar-hover:#78869a;--scrollbar-active:#596b82}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}@supports selector(::-webkit-scrollbar){*{scrollbar-width:auto;scrollbar-color:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid transparent;background-clip:padding-box;border-radius:999px;min-height:28px;min-width:28px}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-hover)}::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-active)}::-webkit-scrollbar-corner{background:transparent}::-webkit-scrollbar-button{display:none;width:0;height:0}}@media(forced-colors:active){*{scrollbar-color:auto;scrollbar-width:auto}::-webkit-scrollbar-thumb{background:ButtonText;border-color:Canvas}::-webkit-scrollbar-track{background:Canvas}}