.hero-brand{
  position:relative!important;
  display:inline-block!important;
}

.hero-brand::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-12px!important;
  height:2px!important;
  width:42%!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,#2fffe6,#8ffff6,#2fffe6,transparent)!important;
  box-shadow:0 0 12px rgba(47,255,230,.9),0 0 28px rgba(47,255,230,.55)!important;
  animation:vexonWidthBreath 5.8s ease-in-out infinite!important;
}

.hero-brand::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-24px!important;
  width:38%!important;
  height:28px!important;
  transform:translateX(-50%)!important;
  background:radial-gradient(ellipse at center,rgba(47,255,230,.65),rgba(47,255,230,.18),transparent 75%)!important;
  filter:blur(14px)!important;
  animation:vexonGlowWidthBreath 5.8s ease-in-out infinite!important;
}

@keyframes vexonWidthBreath{
  0%{width:42%;opacity:.38;}
  50%{width:88%;opacity:1;}
  100%{width:42%;opacity:.38;}
}

@keyframes vexonGlowWidthBreath{
  0%{width:36%;opacity:.25;}
  50%{width:72%;opacity:.9;}
  100%{width:36%;opacity:.25;}
}
