.report-custom-nav{background:var(--nav-bg-color,#05f);box-shadow:0 2px 10px 0 rgba(0,0,0,.08);color:var(--nav-body-color,#fff);padding-inline:var(--menu-padding,1.25rem);position:relative}.report-custom-nav--is-fixed{left:0;position:fixed;right:0;top:0;width:100%;z-index:99}body:has(.report-custom-nav--is-fixed) .desktop-navigation,body:has(.report-custom-nav--is-fixed) .mobile-navigation{position:relative}@media only screen and (min-width:768px) and (max-width:991px){.report-custom-nav{--menu-padding:45px}}@media only screen and (min-width:768px) and (max-width:1024px){.report-custom-nav{--menu-padding:32px}}@media only screen and (min-width:1024px) and (max-width:1200px){.report-custom-nav{--menu-padding:48px}}@media only screen and (min-width:1200px) and (max-width:1439px){.report-custom-nav{--menu-padding:100px}}@media only screen and (max-width:768px){.report-custom-nav{--menu-padding:20px}}@media only screen and (min-width:768px) and (max-width:991px){.report-custom-nav{--menu-padding:45px}.report-custom-nav__item.report-custom-nav__item--is-toggle{--menu-padding:20px}}.report-custom-nav__list{list-style:none;margin:0;padding:0}.report-custom-nav__item{border-top:1px solid var(--custom-nav-color-link,#fff);display:none;margin:0;padding:0}.report-custom-nav--is-open .report-custom-nav__item,.report-custom-nav__item--is-current{display:block}.report-custom-nav:not(:is(.report-custom-nav--is-open)) .report-custom-nav__item--is-current{border-top:0}.report-custom-nav__link{color:var(--custom-nav-color-link,#fff);display:flex;font-size:1rem;padding-block:1.25rem;text-decoration:none;width:100%}.report-custom-nav__link.report-custom-nav__link:where(:hover,:focus,:actoive){color:var(--custom-nav-color-link,#fff);text-decoration:underline}.report-custom-nav__item:first-child{border-top:0}.report-custom-nav__toggle{align-items:center;background:transparent;border:0;display:flex;justify-content:center;position:absolute;right:var(--menu-padding)}.report-custom-nav__toggle svg{height:1rem;width:1rem}.report-custom-nav__item.report-custom-nav__item--is-toggle{border-top:0;display:flex;justify-content:flex-end;padding-block:var(--custom-nav-padding-block,1.25rem);position:absolute;right:0;top:0;width:48px}.report-custom-nav--is-open .report-custom-nav__arrow-icon,.report-custom-nav__close-icon{display:none}.report-custom-nav--is-open .report-custom-nav__close-icon{display:block}.report-custom-nav.is-only-desk{display:none}@media(min-width:980px){.report-custom-nav.is-only-desk{display:block}.report-custom-nav.is-only-mobile{display:none}.report-custom-nav__list{align-items:center;display:flex;flex-wrap:wrap;gap:0 1.875rem;justify-content:center}.report-custom-nav__item{border:0;display:block;width:unset}.report-custom-nav__item.report-custom-nav__item--is-toggle{display:none}}