.nav-v032{
  position:relative;
  z-index:50;
  background:linear-gradient(135deg,#09052c,#14084b 72%,#0b0635);
  border-bottom:4px solid var(--orange);
}

.nav-v032-logo-row{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px 20px 6px;
}

.nav-v032-logo{
  display:block;
  width:152px;
  height:152px;
  line-height:0;
}

.nav-v032-logo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.nav-v032-bar{
  position:relative;
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 24px 12px;
}

.desktop-nav-v032{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  white-space:nowrap;
}

.desktop-nav-v032 > a,
.desktop-nav-v032 .nav-dropdown-toggle{
  position:relative;
  border:0;
  background:transparent;
  color:#fff;
  text-decoration:none;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  padding:10px 2px;
}

.desktop-nav-v032 > a:hover,
.desktop-nav-v032 .nav-dropdown-toggle:hover{
  color:#fff1c5;
}

.desktop-nav-v032 > a.active::after,
.desktop-nav-v032 .nav-dropdown-toggle.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  border-radius:3px;
  background:linear-gradient(90deg,var(--orange),var(--gold2));
}

.nav-v032-account{
  display:none;
}

.nav-v032-mobile-button{
  display:none;
}

@media(max-width:1120px){
  .nav-v032-logo{
    width:132px;
    height:132px;
  }

  .desktop-nav-v032{
    display:none;
  }

  .nav-v032-bar{
    justify-content:space-between;
    min-height:56px;
    padding:0 18px 10px;
  }

  .nav-v032-mobile-button{
    display:inline-flex;
  }

  .nav-v032-account{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-weight:800;
    border:1px solid rgba(255,255,255,.22);
    border-radius:10px;
    padding:10px 12px;
  }
}

@media(max-width:560px){
  .nav-v032-logo-row{
    padding-top:6px;
  }

  .nav-v032-logo{
    width:108px;
    height:108px;
  }

  .nav-v032-bar{
    padding-left:10px;
    padding-right:10px;
  }
}
