.sticky-parent{position:sticky;top:var(--header-height,80px);z-index:100}.anchor-nav-wrapper{box-shadow:0 4px 6px -1px rgba(0,0,0,.05);width:100%}.anchor-nav__list{display:flex;list-style:none;margin:0;overflow-x:auto;padding:0;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.anchor-nav__list::-webkit-scrollbar{display:none}.anchor-nav__item{flex-shrink:0}.anchor-nav-wrapper{position:sticky;top:var(--sticky-offset-desktop,80px);transition:top .3s ease;z-index:999}section.custom-section--anchor_navigation{background-color:#fff}@media (max-width:1024px){section.custom-section--anchor_navigation{padding:0!important}}@media (max-width:991px){.anchor-nav-wrapper{top:var(--sticky-offset-tablet,60px)}section.custom-section--anchor_navigation{padding:0!important}}.anchor-nav__link{color:#62748e;display:block;padding:1.25rem 1.5rem;position:relative;transition:color .3s ease}section.custom-section--anchor_navigation{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}.anchor-nav__link.is-active,.anchor-nav__link:hover{color:#f06034}.anchor-nav__link:after{background-color:#f06034;border-radius:999px;bottom:2px;content:"";height:2px;left:1.5rem;position:absolute;right:1.5rem;transform:scaleX(0);transition:transform .3s ease}.anchor-nav__link.is-active:after{transform:scaleX(1)}