.thx-lw-menu{--thx-lw-gap:14px;--thx-lw-submenu-gap:6px;--thx-lw-submenu-indent:16px;--thx-lw-color:inherit;--thx-lw-hover-color:inherit;--thx-lw-active-color:inherit;--thx-lw-background:transparent;--thx-lw-hover-background:transparent;--thx-lw-active-background:transparent;--thx-lw-pointer-weight:0px;--thx-lw-pointer-color:currentColor;--thx-lw-toggle-gap:10px}.thx-lw-menu,.thx-lw-menu *,.thx-lw-menu *::before,.thx-lw-menu *::after{box-sizing:border-box}.thx-lw-menu__list,.thx-lw-menu__submenu{list-style:none;margin:0;padding:0}.thx-lw-menu__list{display:flex;gap:var(--thx-lw-gap)}.thx-lw-menu__toggle{display:none;align-items:center;gap:var(--thx-lw-toggle-gap);padding:0;border:0;background:#fff0;color:var(--thx-lw-color);font:inherit;cursor:pointer}.thx-lw-menu__toggle-box{display:inline-grid;gap:4px;width:18px}.thx-lw-menu__toggle-line{display:block;width:100%;height:2px;border-radius:999px;background:currentColor}.thx-lw-menu__toggle-label{display:inline-block;line-height:1.2}.thx-lw-menu--horizontal .thx-lw-menu__list{flex-direction:row}.thx-lw-menu--vertical .thx-lw-menu__list{flex-direction:column}.thx-lw-menu--wrap .thx-lw-menu__list{flex-wrap:wrap}.thx-lw-menu--nowrap .thx-lw-menu__list{flex-wrap:nowrap}.thx-lw-menu--align-start .thx-lw-menu__list{justify-content:flex-start;align-items:flex-start}.thx-lw-menu--align-center .thx-lw-menu__list{justify-content:center;align-items:center}.thx-lw-menu--align-end .thx-lw-menu__list{justify-content:flex-end;align-items:flex-end}.thx-lw-menu--align-between .thx-lw-menu__list{justify-content:space-between;align-items:center}.thx-lw-menu__item{position:relative;margin:0}.thx-lw-menu__link{position:relative;display:inline-flex;align-items:center;max-width:100%;color:var(--thx-lw-color);background:var(--thx-lw-background);text-decoration:none;line-height:1.25;transition:color 0.18s ease,background-color 0.18s ease}.thx-lw-menu__link::after{content:"";position:absolute;left:0;right:0;bottom:calc(var(--thx-lw-pointer-weight) * -1);height:var(--thx-lw-pointer-weight);background:var(--thx-lw-pointer-color);opacity:0;pointer-events:none}.thx-lw-menu__item:hover>.thx-lw-menu__link,.thx-lw-menu__item:focus-within>.thx-lw-menu__link{color:var(--thx-lw-hover-color);background:var(--thx-lw-hover-background)}.thx-lw-menu__item:hover>.thx-lw-menu__link::after,.thx-lw-menu__item:focus-within>.thx-lw-menu__link::after,.thx-lw-menu__item.is-active>.thx-lw-menu__link::after{opacity:1}.thx-lw-menu__item.is-active>.thx-lw-menu__link{color:var(--thx-lw-active-color);background:var(--thx-lw-active-background)}.thx-lw-menu__submenu{display:grid;gap:var(--thx-lw-submenu-gap);padding-inline-start:var(--thx-lw-submenu-indent);margin-top:var(--thx-lw-submenu-gap)}.thx-lw-menu.is-mobile-view .thx-lw-menu__toggle{display:inline-flex;margin-bottom:10px}.thx-lw-menu.is-mobile-view .thx-lw-menu__list{display:none;width:100%;flex-direction:column;align-items:stretch}.thx-lw-menu.is-mobile-view.is-open .thx-lw-menu__list{display:flex}.thx-lw-menu.is-mobile-view .thx-lw-menu__submenu{padding-inline-start:min(var(--thx-lw-submenu-indent), 20px)}.thx-lw-menu.is-mobile-view .thx-lw-menu__link{width:100%}.thx-lw-menu-empty{padding:10px 12px;border:1px dashed #c3c4c7;border-radius:6px;color:#50575e;font-size:12px;line-height:1.4}@media (prefers-reduced-motion:reduce){.thx-lw-menu__link{transition:none!important}}