.mobile-navigation{position:absolute;top:0;bottom:0;right:0;background:#0B253B;z-index:1500;width:100%;max-width:440px;padding:1.5rem 0 1.5rem 1.5rem;display:none;flex-direction:column;overflow:auto}.mobile-navigation .mobile-navigation-header{display:flex;flex-direction:row;align-items:center;gap:30px;margin-bottom:25px}.mobile-navigation .mobile-navigation-title{color:white;font-size:22px;width:100%;height:30px;line-height:30px}.mobile-navigation .mobile-navigation-back,.mobile-navigation .mobile-navigation-close{background:transparent;border:none;color:white;font-size:26px;display:inline-block;margin-right:auto;padding:0;height:30px;line-height:30px}.mobile-navigation .mobile-navigation-back{font-size:22px}.mobile-navigation.open{display:flex}.mobile-navigation .mobile-navigation-sub-level>a,.mobile-navigation .mobile-navigation-root>a{font-size:20px;color:white!important;cursor:pointer;text-wrap:nowrap}.mobile-navigation .mobile-navigation-sub-level>a:hover,.mobile-navigation .mobile-navigation-root>a:hover{text-decoration:none}.mobile-navigation.open .mobile-navigation-sub-level.open>a[mobile-nav-level-target]:after,.mobile-navigation.open .mobile-navigation-root.open>a[mobile-nav-level-target]:after{font-family:"Font Awesome 7 Pro",sans-serif;content:"\f054";position:absolute;right:calc(1.5rem + env(safe-area-inset-right))}.mobile-navigation .mobile-navigation-sub-level,.mobile-navigation .mobile-navigation-root{flex-direction:column;gap:12px;display:none}.mobile-navigation .mobile-navigation-sub-level.open,.mobile-navigation .mobile-navigation-root.open{display:flex}