.checkbox__hidden{visibility:hidden;pointer-events:none;opacity:0;position:absolute}.hidden{display:none!important}.visuallyhidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.no-scroll{height:100%;overflow:hidden}.tab-navigation{gap:var(--general-spacing-xs-2);background-color:var(--scope-surface);width:100%;margin-left:auto;margin-right:auto;padding:12px;transition:background-color .5s cubic-bezier(.645,.045,.355,1);display:flex;position:relative}.tab-navigation::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.tab-navigation{scrollbar-width:none;overflow-x:auto}}@media only screen and (min-width:768px){.tab-navigation{max-width:100%;padding:var(--general-spacing-xs-3);-moz-column-gap:var(--general-spacing-s-1);column-gap:var(--general-spacing-s-1);width:-webkit-fit-content;width:-moz-fit-content;border-radius:var(--border-radius-xxl);flex-wrap:wrap;justify-content:center;width:fit-content}}.tab-navigation--sticky{z-index:14;top:calc(var(--top,var(--general-spacing-xs-2)) - var(--hidden-offset,0px));--top:var(--tab-navigation-offset);transition:background-color .5s cubic-bezier(.645,.045,.355,1),top .33s cubic-bezier(.645,.045,.355,1);position:-webkit-sticky;position:sticky}@media only screen and (min-width:1024px){.tab-navigation--sticky{--top:calc(var(--tab-navigation-offset) + var(--general-spacing-xs-2))}}.tab-navigation__tab{border:unset;padding:var(--general-spacing-xs-3) var(--general-spacing-s-1);border-radius:var(--border-radius-xl);color:var(--scope-foreground-default);background-color:var(--scope-surface-default);cursor:pointer;white-space:nowrap;font-size:1.125rem;font-weight:700;line-height:1.11111;transition:color .5s cubic-bezier(.645,.045,.355,1),background-color .5s cubic-bezier(.645,.045,.355,1);position:relative}.tab-navigation__tab svg,.tab-navigation__tab svg>*{fill:var(--scope-foreground-default);margin-right:var(--general-spacing-xs-3);width:24px;height:24px;transition:fill .5s cubic-bezier(.645,.045,.355,1)}.tab-navigation__tab[aria-selected=true]{color:var(--scope-foreground-active);background-color:var(--scope-surface-active);cursor:default}.tab-navigation__tab[aria-selected=true] svg,.tab-navigation__tab[aria-selected=true] svg>*{fill:var(--scope-foreground-active)}:root[data-themingmarker-lightness=dark] .tab-navigation{--scope-surface:var(--color-surface-3)}:root[data-themingmarker-lightness=dark] .tab-navigation__tab{--scope-foreground-default:var(--color-content-2);--scope-surface-default:var(--color-surface-4);--scope-foreground-active:var(--color-content-1);--scope-surface-active:var(--color-surface-1)}:root[data-themingmarker-lightness=light] .tab-navigation{--scope-surface:var(--color-surface-5)}:root[data-themingmarker-lightness=light] .tab-navigation__tab{--scope-foreground-default:var(--color-content-1);--scope-surface-default:var(--color-surface-2);--scope-foreground-active:var(--color-content-3);--scope-surface-active:var(--color-surface-3)}:root [data-themingmarker-section=dark] .tab-navigation{--scope-surface:var(--color-surface-3)}:root [data-themingmarker-section=dark] .tab-navigation__tab{--scope-foreground-default:var(--color-content-2);--scope-surface-default:var(--color-surface-4);--scope-foreground-active:var(--color-content-1);--scope-surface-active:var(--color-surface-1)}:root [data-themingmarker-section=light] .tab-navigation{--scope-surface:var(--color-surface-5)}:root [data-themingmarker-section=light] .tab-navigation__tab{--scope-foreground-default:var(--color-content-1);--scope-surface-default:var(--color-surface-2);--scope-foreground-active:var(--color-content-3);--scope-surface-active:var(--color-surface-3)}