NextView Ventures Talent Network
Connect with companies in our network.
Less than 3 minutes
What area do you want to work in?
const s = document.createElement('style');
s.textContent = `.network-hero .etGBNu,
.network-hero .etGBNu::before,
.network-hero .etGBNu::after {
animation: none !important;
animation-duration: 0s !important;
}`;
document.head.append(s);