.vh-anchor-wrap{display:block;position:sticky;top:0;z-index:90}.vh-anchor{background:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e8e8e8}.vh-anchor__inner{align-items:center;display:flex;gap:24px;justify-content:space-between;min-height:52px}.vh-anchor__label{color:#231f20;font-family:Titillium Web,sans-serif;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.vh-anchor__links{display:flex;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vh-anchor__links::-webkit-scrollbar{display:none}.vh-anchor__link{color:#4b4b4b;display:inline-block;font-size:14px;font-weight:600;padding:15px 12px;position:relative;text-decoration:none;transition:color .18s ease;white-space:nowrap}.vh-anchor__link:after{background:#ef3e42;bottom:0;content:"";height:2px;left:12px;position:absolute;right:12px;transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.vh-anchor__link--active,.vh-anchor__link:hover{color:#231f20}.vh-anchor__link--active:after{transform:scaleX(1)}.vh-anchor__link:focus-visible{outline:2px solid #59cbe8;outline-offset:-2px}@media (max-width:767px){.vh-anchor__label{display:none}.vh-anchor__inner{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.vh-anchor__link,.vh-anchor__link:after{transition:none}}