/* RED BLACK TAB MENU - COMPLETE */
.rb-topnav{position:relative;width:100%;height:100%}.rb-topnav-list{display:flex;align-items:center;justify-content:center;gap:4px;height:100%;margin:0;padding:0;list-style:none}.rb-topnav-item{position:relative;display:flex;align-items:center;height:100%;list-style:none}.rb-topnav-parent{display:flex;align-items:center}.rb-topnav-link{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:999px;color:#090b10;font-size:13px;font-weight:850;text-decoration:none;white-space:nowrap}.rb-topnav-item:hover .rb-topnav-link,.rb-topnav-item.is-active .rb-topnav-link,.rb-topnav-link.is-active{background:#161922;color:#ef233c}.rb-submenu-toggle{width:24px;height:24px;margin-left:-8px;border:0;background:transparent;color:#090b10;font-size:16px;cursor:pointer}.rb-topnav-submenu{position:absolute;z-index:1800;top:calc(100% - 5px);left:50%;display:none;min-width:220px;padding:10px;border:1px solid #343842;border-radius:16px;background:#fff;box-shadow:0 22px 54px rgba(21,67,64,.16);transform:translateX(-50%)}.rb-topnav-item:hover>.rb-topnav-submenu,.rb-topnav-item:focus-within>.rb-topnav-submenu,.rb-topnav-item.is-submenu-open>.rb-topnav-submenu{display:grid;gap:4px}.rb-topnav-submenu::before{position:absolute;right:0;bottom:100%;left:0;height:12px;content:""}.rb-topnav-submenu a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 13px;border-radius:10px;color:#090b10;font-size:12px;font-weight:750;text-decoration:none}.rb-topnav-submenu a:hover,.rb-topnav-submenu a.is-active{background:#20151a;color:#ef233c}.rb-topnav-submenu b{color:#ef233c}@media(max-width:920px){.rb-topnav-list{display:grid;height:auto;padding:8px;border:1px solid #343842;border-radius:18px;background:#fff}.rb-topnav-item{display:block;height:auto}.rb-topnav-parent{justify-content:space-between}.rb-topnav-link{flex:1;justify-content:flex-start}.rb-submenu-toggle{width:40px;height:40px}.rb-topnav-submenu{position:static;display:none;min-width:0;margin:4px 0 8px;padding:6px 6px 6px 18px;border:0;border-left:2px solid #ff7a00;border-radius:0;background:#151820;box-shadow:none;transform:none}.rb-topnav-item.is-submenu-open>.rb-topnav-submenu{display:grid}}