html {
  --nr-cyan: #55e8ff;
  --nr-blue: #0b65ff;
  --nr-ink: #02070d;
}

#header-logo svg {
  display: none !important;
}

#header-logo {
  width: auto !important;
  min-width: 126px;
  text-decoration: none;
}

#header-logo::before {
  content: "NILTON R.";
  display: block;
  color: currentColor;
  font-family: "Aeonik", "Aeonik Fallback", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  mix-blend-mode: exclusion;
  white-space: nowrap;
}

#about-who-title-left-2 svg,
#about-who-title-main-logo {
  display: none !important;
}

#about-who-face-cursor {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


#about-who-title-left-2::before,
#about-who-title-main-logo::before {
  content: "NILTON R.";
  display: block;
  color: #fff;
  font-family: "Aeonik", "Aeonik Fallback", Arial, sans-serif;
  font-size: clamp(42px, 8vw, 118px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .9;
}

#about-who-title-main-logo::before {
  font-size: clamp(34px, 6vw, 86px);
}

#header-right-talk-btn,
#header-menu-talk,
#end-section-title-link {
  box-shadow: 0 0 24px rgba(85, 232, 255, .08);
}

#header-menu-labs-lucy-svg {
  filter: drop-shadow(0 0 10px rgba(85, 232, 255, .35));
}

.footer-socials-line-wrapper,
#footer-enquires-link,
#footer-business-link,
#footer-bottom-labs {
  text-decoration-color: rgba(85, 232, 255, .5);
}

::selection {
  color: #001018;
  background: var(--nr-cyan);
}
