.nnax-uboot-bg {
  --nnax-uboot-min-height: 820px;
  --nnax-uboot-min-height-mobile: 680px;
  --nnax-uboot-top-space: 80px;
  --nnax-uboot-blue-deep: #163b78;
  --nnax-uboot-blue: #1f7cff;
  --nnax-uboot-cyan: #00d4ff;
  --nnax-uboot-cyan-soft: #b7f4ff;
  --nnax-uboot-violet: #8b5cf6;
  --nnax-uboot-violet-deep: #5e3bb8;
  --nnax-uboot-foam: #edf8ff;
  position: relative !important;
  overflow: hidden !important;
  min-height: var(--nnax-uboot-min-height) !important;
  background: #d8f5ff !important;
}

.nnax-uboot-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      #07111f 0%,
      #07111f 30%,
      rgba(94, 59, 184, 0.9) 52%,
      rgba(31, 124, 255, 0.9) 72%,
      rgba(8, 209, 242, 0.92) 88%,
      rgba(38, 196, 178, 0.94) 100%
    ),
    linear-gradient(135deg, rgba(31, 124, 255, 0.16) 0%, rgba(0, 212, 255, 0.12) 38%, rgba(139, 92, 246, 0.18) 100%);
  box-shadow: inset 0 -18px 28px rgba(7, 17, 31, 0.24);
}

.nnax-page-header {
  --nnax-page-header-min-height: 40vh;
  --nnax-page-header-padding-y: clamp(48px, 8vw, 96px);
  --nnax-page-header-padding-x: clamp(24px, 4vw, 48px);
  --nnax-page-header-text: #eef2ff;
  --nnax-page-header-muted: rgba(238, 242, 255, 0.72);
  --nnax-page-header-line: rgba(168, 121, 255, 0.48);
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  min-height: var(--nnax-page-header-min-height) !important;
  padding-top: var(--nnax-page-header-padding-y) !important;
  padding-bottom: var(--nnax-page-header-padding-y) !important;
  padding-left: var(--nnax-page-header-padding-x) !important;
  padding-right: var(--nnax-page-header-padding-x) !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(107, 231, 255, 0.22), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(168, 121, 255, 0.18), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(95, 59, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #010313 0%, #071d46 48%, #040018 100%) !important;
  color: var(--nnax-page-header-text) !important;
}

.nnax-page-header > *:not(.nnax-page-header-scene) {
  position: relative;
  z-index: 4;
  width: 100%;
}

.nnax-page-header > .uk-container,
.nnax-page-header > .tm-section-default,
.nnax-page-header > .tm-section-muted,
.nnax-page-header > .tm-section-primary,
.nnax-page-header > .tm-section-secondary {
  width: 100%;
}

.nnax-page-header .uk-container,
.nnax-page-header .uk-section-primary,
.nnax-page-header .uk-section-secondary,
.nnax-page-header .uk-section-muted {
  width: 100%;
}

.nnax-page-header .uk-grid,
.nnax-page-header .uk-flex-middle {
  min-height: 100%;
}

.nnax-radar-widget {
  --nnax-radar-bg-1: #030719;
  --nnax-radar-bg-2: #07163a;
  --nnax-radar-blue: #4fb7ff;
  --nnax-radar-violet: #a66cff;
  --nnax-radar-purple: #d76cff;
  --nnax-radar-text: #eef3ff;
  --nnax-radar-readout-line-offset: clamp(18px, 2vw, 30px);
  position: relative;
  overflow: hidden;
  width: 100%;
  color: var(--nnax-radar-text);
  background:
    radial-gradient(circle at 50% 52%, rgba(95, 95, 255, 0.22), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(120, 80, 255, 0.22), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(40, 170, 255, 0.16), transparent 34%),
    linear-gradient(160deg, var(--nnax-radar-bg-1), var(--nnax-radar-bg-2) 52%, #050013);
}

.nnax-radar-widget,
.nnax-radar-widget *,
.nnax-radar-widget *::before,
.nnax-radar-widget *::after {
  box-sizing: border-box;
}

.nnax-radar-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.014) 0,
      rgba(255, 255, 255, 0.014) 1px,
      transparent 1px,
      transparent 5px
    );
  opacity: 0.18;
  z-index: 5;
}

.nnax-radar-water-caustics,
.nnax-radar-water-glow {
  position: absolute;
  pointer-events: none;
}

.nnax-radar-water-caustics {
  inset: -20%;
  z-index: 0;
  opacity: 0.36;
  background:
    repeating-linear-gradient(
      115deg,
      transparent 0 34px,
      rgba(124, 184, 255, 0.055) 35px,
      transparent 38px
    ),
    repeating-linear-gradient(
      68deg,
      transparent 0 42px,
      rgba(190, 118, 255, 0.042) 43px,
      transparent 46px
    );
  filter: contrast(1.1);
  animation: nnaxRadarCausticMove 12s ease-in-out infinite alternate;
}

.nnax-radar-water-glow {
  inset: -35%;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(0, 0, 0, 0.56) 76%),
    repeating-radial-gradient(
      ellipse at 50% 50%,
      rgba(95, 177, 255, 0.075) 0 2px,
      transparent 3px 28px
    ),
    conic-gradient(
      from 210deg,
      transparent,
      rgba(120, 90, 255, 0.11),
      transparent,
      rgba(47, 172, 255, 0.08),
      transparent
    );
  animation: nnaxRadarWaterShift 18s linear infinite;
}

.nnax-radar-dashboard {
  position: relative;
  width: 100%;
  min-height: 800px;
  padding: clamp(18px, 2vw, 30px);
  background:
    linear-gradient(145deg, rgba(126, 160, 255, 0.11), rgba(120, 66, 255, 0.025)),
    rgba(4, 10, 32, 0.74);
  border-top: 1px solid rgba(135, 165, 255, 0.22);
  border-bottom: 1px solid rgba(190, 110, 255, 0.2);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.5),
    inset 0 0 60px rgba(105, 135, 255, 0.07);
  overflow: hidden;
  z-index: 1;
}

.nnax-radar-hud {
  position: absolute;
  z-index: 20;
  top: 54px;
  left: 58px;
  right: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: flex-start;
  pointer-events: none;
}

.nnax-radar-hud > :first-child {
  min-width: 0;
  max-width: 680px;
}

.nnax-radar-title {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: clamp(0.8rem, 1.6vw, 1rem);
  color: rgba(238, 243, 255, 0.96);
  text-shadow: 0 0 14px rgba(95, 177, 255, 0.28);
  line-height: 1.15;
}

.nnax-radar-subtitle {
  margin-top: 6px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  color: rgba(238, 243, 255, 0.56);
}

.nnax-radar-status {
  text-align: right;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c68cff;
  text-shadow: 0 0 10px rgba(198, 140, 255, 0.7);
  line-height: 1.15;
  white-space: nowrap;
  justify-self: end;
  max-width: 100%;
}

.nnax-radar-stage {
  position: relative;
  width: 100%;
  height: 800px;
  border-radius: 42px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at center, rgba(112, 150, 255, 0.16) 0%, transparent 4%),
    radial-gradient(ellipse at center, transparent 0 19%, rgba(96, 177, 255, 0.17) 19.4%, transparent 19.8%),
    radial-gradient(ellipse at center, transparent 0 37%, rgba(150, 105, 255, 0.16) 37.3%, transparent 37.7%),
    radial-gradient(ellipse at center, transparent 0 55%, rgba(79, 183, 255, 0.13) 55.3%, transparent 55.7%),
    radial-gradient(ellipse at center, transparent 0 73%, rgba(183, 98, 255, 0.12) 73.3%, transparent 73.7%),
    radial-gradient(ellipse at center, transparent 0 91%, rgba(98, 160, 255, 0.22) 91.2%, transparent 91.8%),
    radial-gradient(ellipse at center, rgba(80, 160, 255, 0.14), rgba(9, 17, 55, 0.9) 62%, rgba(4, 0, 22, 0.36));
  border: 1px solid rgba(135, 165, 255, 0.42);
  box-shadow:
    inset 0 0 34px rgba(100, 150, 255, 0.14),
    inset 0 0 120px rgba(166, 108, 255, 0.07),
    0 0 64px rgba(102, 142, 255, 0.13);
}

.nnax-radar-stage::before,
.nnax-radar-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.nnax-radar-stage::before {
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(110, 180, 255, 0.28) 50%, transparent 50.1%),
    linear-gradient(0deg, transparent 49.85%, rgba(177, 108, 255, 0.24) 50%, transparent 50.15%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(115, 172, 255, 0.06) 80px, transparent 81px);
  opacity: 0.86;
  z-index: 1;
}

.nnax-radar-stage::after {
  background:
    repeating-radial-gradient(ellipse at center, transparent 0 38px, rgba(220, 230, 255, 0.035) 39px, transparent 41px),
    repeating-linear-gradient(115deg, transparent 0 58px, rgba(140, 110, 255, 0.035) 59px, transparent 62px);
  opacity: 0.55;
  z-index: 1;
}

.nnax-radar-outer-orbit,
.nnax-radar-outer-orbit-2,
.nnax-radar-outer-orbit-3,
.nnax-radar-outer-orbit-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(150vw, 1500px);
  height: min(150vw, 1500px);
  translate: -50% -50%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  border: 1px dashed rgba(105, 170, 255, 0.24);
  box-shadow:
    0 0 48px rgba(95, 177, 255, 0.09),
    inset 0 0 42px rgba(166, 108, 255, 0.055);
  animation: nnaxRadarOuterRotate 18s linear infinite;
}

.nnax-radar-outer-orbit::before,
.nnax-radar-outer-orbit::after,
.nnax-radar-outer-orbit-2::before,
.nnax-radar-outer-orbit-2::after,
.nnax-radar-outer-orbit-3::before,
.nnax-radar-outer-orbit-3::after,
.nnax-radar-outer-orbit-4::before,
.nnax-radar-outer-orbit-4::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(95, 177, 255, 0.9);
  box-shadow:
    0 0 10px rgba(95, 177, 255, 0.95),
    0 0 24px rgba(166, 108, 255, 0.45);
}

.nnax-radar-outer-orbit::before {
  width: 110px;
  height: 2px;
  left: 50%;
  top: -1px;
  translate: -50% 0;
}

.nnax-radar-outer-orbit::after {
  width: 2px;
  height: 110px;
  right: -1px;
  top: 50%;
  translate: 0 -50%;
}

.nnax-radar-outer-orbit-2 {
  width: min(118vw, 1180px);
  height: min(118vw, 1180px);
  border-style: solid;
  border-color: rgba(190, 110, 255, 0.18);
  animation-duration: 28s;
  animation-direction: reverse;
}

.nnax-radar-outer-orbit-2::before {
  width: 72px;
  height: 2px;
  left: 50%;
  bottom: -1px;
  translate: -50% 0;
  background: rgba(198, 140, 255, 0.9);
}

.nnax-radar-outer-orbit-2::after {
  width: 2px;
  height: 72px;
  left: -1px;
  top: 50%;
  translate: 0 -50%;
  background: rgba(198, 140, 255, 0.9);
}

.nnax-radar-outer-orbit-3 {
  width: min(92vw, 920px);
  height: min(92vw, 920px);
  border-style: dashed;
  border-color: rgba(92, 185, 255, 0.18);
  animation-duration: 22s;
}

.nnax-radar-outer-orbit-3::before {
  width: 54px;
  height: 2px;
  left: 50%;
  top: -1px;
  translate: -50% 0;
  background: rgba(125, 212, 255, 0.95);
}

.nnax-radar-outer-orbit-3::after {
  width: 2px;
  height: 54px;
  right: -1px;
  top: 50%;
  translate: 0 -50%;
  background: rgba(125, 212, 255, 0.8);
}

.nnax-radar-outer-orbit-4 {
  width: min(64vw, 640px);
  height: min(64vw, 640px);
  border-style: solid;
  border-color: rgba(198, 140, 255, 0.16);
  animation-duration: 16s;
  animation-direction: reverse;
}

.nnax-radar-outer-orbit-4::before {
  width: 38px;
  height: 2px;
  left: 50%;
  bottom: -1px;
  translate: -50% 0;
  background: rgba(214, 140, 255, 0.9);
}

.nnax-radar-outer-orbit-4::after {
  width: 2px;
  height: 38px;
  left: -1px;
  top: 50%;
  translate: 0 -50%;
  background: rgba(214, 140, 255, 0.78);
}

.nnax-radar-depth-lines {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(-12deg, transparent 0 24px, rgba(120, 178, 255, 0.045) 25px, transparent 26px),
    repeating-linear-gradient(22deg, transparent 0 48px, rgba(190, 110, 255, 0.026) 49px, transparent 52px);
  mask-image: radial-gradient(ellipse at center, black 68%, transparent 92%);
  animation: nnaxRadarDrift 9s linear infinite;
  z-index: 2;
}

.nnax-radar-center-dot {
  position: absolute;
  inset: 50%;
  width: 16px;
  height: 16px;
  translate: -50% -50%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--nnax-radar-blue), var(--nnax-radar-violet));
  box-shadow:
    0 0 12px var(--nnax-radar-blue),
    0 0 34px rgba(166, 108, 255, 0.75);
  z-index: 7;
}

.nnax-radar-point {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
  will-change: transform;
}

.nnax-radar-point:hover,
.nnax-radar-point:focus,
.nnax-radar-point:focus-visible {
  z-index: 40;
}

.nnax-radar-point-dot {
  position: relative;
  z-index: 2;
  width: var(--size, 13px);
  height: var(--size, 13px);
  border-radius: 50%;
  background: var(--color, var(--nnax-radar-blue));
  box-shadow:
    0 0 8px var(--color, var(--nnax-radar-blue)),
    0 0 20px var(--color, var(--nnax-radar-blue));
  animation: nnaxRadarBeacon 1.8s ease-in-out infinite;
}

.nnax-radar-point-label {
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 6px 10px;
  border: 1px solid rgba(158, 180, 255, 0.32);
  border-radius: 999px;
  font-size: clamp(0.66rem, 1.4vw, 0.78rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(238, 243, 255, 0.96);
  background: rgba(7, 12, 38, 0.86);
  box-shadow: 0 0 18px rgba(120, 150, 255, 0.13);
}

.nnax-radar-point-label::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 18px;
  height: 1px;
  background: rgba(166, 190, 255, 0.58);
}

.nnax-radar-point:hover .nnax-radar-tooltip,
.nnax-radar-point:focus .nnax-radar-tooltip,
.nnax-radar-point:focus-visible .nnax-radar-tooltip {
  opacity: 1;
  transform: translate(-50%, -12px);
}

.nnax-radar-tooltip {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 0);
  width: max-content;
  max-width: 220px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(135, 165, 255, 0.32);
  background: rgba(5, 8, 28, 0.94);
  z-index: 50;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(166, 108, 255, 0.14);
  font-size: 0.72rem;
  color: rgba(238, 243, 255, 0.9);
  line-height: 1.45;
}

.nnax-radar-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 6;
  pointer-events: none;
}

.nnax-radar-bubble {
  position: absolute;
  width: var(--s);
  height: var(--s);
  left: var(--x);
  bottom: -30px;
  border-radius: 50%;
  border: 1px solid rgba(190, 210, 255, 0.2);
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.24), rgba(120, 160, 255, 0.05) 55%, transparent);
  animation: nnaxRadarBubbleUp var(--d) linear infinite;
  animation-delay: var(--delay);
  opacity: 0.28;
}

.nnax-radar-readout {
  position: absolute;
  left: 50%;
  bottom: var(--nnax-radar-readout-line-offset);
  transform: translate(-50%, 50%);
  z-index: 20;
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(135, 165, 255, 0.28);
  background: rgba(5, 10, 32, 0.86);
  box-shadow: 0 0 24px rgba(166, 108, 255, 0.1);
  color: rgba(238, 243, 255, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nnax-radar-readout strong {
  color: #90c8ff;
  font-weight: 600;
}

.nnax-radar-legend {
  position: absolute;
  left: 58px;
  bottom: 52px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 240px;
}

.nnax-radar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(238, 243, 255, 0.88);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: none;
}

.nnax-radar-legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--legend-color, #74b9ff);
  box-shadow:
    0 0 8px var(--legend-color, #74b9ff),
    0 0 18px var(--legend-color, #74b9ff);
}

@keyframes nnaxRadarWaterShift {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes nnaxRadarCausticMove {
  from {
    transform: translate3d(-24px, -14px, 0) rotate(-2deg) scale(1.02);
  }

  to {
    transform: translate3d(34px, 26px, 0) rotate(3deg) scale(1.08);
  }
}

@keyframes nnaxRadarOuterRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes nnaxRadarDrift {
  from {
    transform: translateY(-20px);
  }

  to {
    transform: translateY(20px);
  }
}

@keyframes nnaxRadarBeacon {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.78;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes nnaxRadarBubbleUp {
  from {
    transform: translateY(0) translateX(0) scale(0.8);
    opacity: 0;
  }

  15% {
    opacity: 0.3;
  }

  to {
    transform: translateY(-820px) translateX(var(--move)) scale(1.2);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .nnax-radar-dashboard,
  .nnax-radar-stage {
    min-height: 800px;
    height: 800px;
  }

  .nnax-radar-widget {
    --nnax-radar-readout-line-offset: 14px;
  }

  .nnax-radar-dashboard {
    padding: 14px;
  }

  .nnax-radar-stage {
    border-radius: 28px;
  }

  .nnax-radar-hud {
    top: 34px;
    left: 28px;
    right: 36px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nnax-radar-hud > :first-child,
  .nnax-radar-status {
    max-width: 100%;
  }

  .nnax-radar-status {
    text-align: left;
    white-space: normal;
  }

  .nnax-radar-point-label {
    display: none;
  }

  .nnax-radar-readout {
    font-size: 0.64rem;
  }

  .nnax-radar-legend {
    left: 28px;
    bottom: 34px;
    gap: 8px;
    max-width: 200px;
  }

  .nnax-radar-legend-item {
    font-size: 0.64rem;
  }

  .nnax-radar-outer-orbit {
    width: 1400px;
    height: 1400px;
  }

  .nnax-radar-outer-orbit-2 {
    width: 1050px;
    height: 1050px;
  }

  .nnax-radar-outer-orbit-3 {
    width: 820px;
    height: 820px;
  }

  .nnax-radar-outer-orbit-4 {
    width: 540px;
    height: 540px;
  }
}

.nnax-page-header-scene,
.nnax-page-header-canvas,
.nnax-page-header-noise,
.nnax-page-header-vignette {
  position: absolute;
  inset: 0;
}

.nnax-page-header-scene {
  z-index: 1;
  pointer-events: none;
}

.nnax-page-header-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.nnax-page-header-static .nnax-page-header-canvas {
  display: none;
}

.nnax-page-header-noise {
  inset: -40%;
  z-index: 2;
  opacity: 0.08;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1px 4px),
    repeating-radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1px 5px);
  filter: blur(0.4px);
  mix-blend-mode: screen;
  animation: nnaxPageHeaderNoiseDrift 18s linear infinite;
}

.nnax-page-header-static .nnax-page-header-noise {
  opacity: 0.05;
  animation: none;
}

.nnax-page-header-vignette {
  z-index: 3;
  background:
    radial-gradient(circle at var(--nnax-header-mx, 50%) var(--nnax-header-my, 50%),
      transparent 0%,
      rgba(1, 5, 20, 0.2) 32%,
      rgba(1, 3, 19, 0.82) 100%);
}

.nnax-page-header .uk-width-1-1 {
  text-align: center !important;
}

.nnax-page-header .nnax-page-header-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  color: var(--nnax-page-header-muted);
}

.nnax-page-header .nnax-page-header-eyebrow::before,
.nnax-page-header .nnax-page-header-eyebrow::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: var(--nnax-page-header-line);
}

.nnax-page-header .nnax-page-header-title {
  margin: 0;
  font-size: clamp(40px, 7.5vw, 112px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--nnax-page-header-text);
  text-shadow:
    0 0 24px rgba(107, 231, 255, 0.32),
    0 0 72px rgba(168, 121, 255, 0.26),
    0 0 120px rgba(95, 59, 255, 0.18);
}

.nnax-page-header .nnax-page-header-subtitle {
  max-width: 620px;
  margin: 40px auto 0 !important;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.65;
  color: var(--nnax-page-header-muted);
}

@keyframes nnaxPageHeaderNoiseDrift {
  from {
    transform: translate3d(-3%, -2%, 0) rotate(0deg);
  }

  to {
    transform: translate3d(3%, 2%, 0) rotate(8deg);
  }
}

@media (max-width: 720px) {
  .nnax-page-header {
    --nnax-page-header-padding-y: 56px;
    --nnax-page-header-padding-x: 24px;
  }

  .nnax-page-header .nnax-page-header-title {
    font-size: clamp(34px, 10vw, 56px);
  }

  .nnax-page-header .nnax-page-header-subtitle {
    margin-top: 40px;
  }

  .nnax-page-header .nnax-page-header-eyebrow::before,
  .nnax-page-header .nnax-page-header-eyebrow::after {
    width: 24px;
  }
}

.nnax-uboot-bg > *:not(.nnax-uboot-ocean-bg) {
  position: relative;
  z-index: 5;
}

.nnax-uboot-ocean-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(18, 33, 84, .12) 0%, rgba(18, 33, 84, 0) 16%),
    linear-gradient(135deg, rgba(31, 124, 255, .32) 0%, rgba(139, 92, 246, .24) 58%, rgba(139, 92, 246, 0) 100%),
    linear-gradient(to bottom,
      var(--nnax-uboot-blue-deep) 0%,
      #17478f 79px,
      #99efff 80px,
      #d8f5ff 152px,
      #c7f0ff 168px,
      #4fbaf3 39%,
      #5474dd 64%,
      #4f4cb8 82%,
      #232f74 100%);
}

.nnax-uboot-ocean-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  height: 18%;
  z-index: 70;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(214,240,255,.34) 70%, rgba(255,255,255,0) 100%);
  opacity: .75;
}

.nnax-uboot-ocean-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24%;
  z-index: 5000;
  background: linear-gradient(to bottom, rgba(31,124,255,0) 0%, rgba(16,28,76,.76) 100%);
}

.nnax-uboot-gradient-container {
  position: absolute;
  top: calc(var(--nnax-uboot-top-space) + 56px);
  left: 0;
  width: 100%;
  height: calc(100% - (var(--nnax-uboot-top-space) + 56px));
  z-index: 120;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 212, 255, .16), rgba(31, 124, 255, .22) 38%, rgba(139, 92, 246, .2) 64%, rgba(94, 59, 184, .32));
}

.nnax-uboot-overlay.one {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(31, 124, 255, .1) 42%, rgba(139, 92, 246, .12) 66%, rgba(28, 34, 96, .74) 100%);
}

.nnax-uboot-gradient-rays {
  position: absolute;
  left: -6%;
  top: -2%;
  width: 112%;
  height: 104%;
  z-index: 1;
  overflow: hidden;
  opacity: .82;
}

.nnax-uboot-gradient-rays::before,
.nnax-uboot-gradient-rays::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat-x;
  will-change: background-position, opacity;
}

.nnax-uboot-gradient-rays::before {
  background-size: 540px 100%;
  background-image:
    linear-gradient(to bottom, rgba(183, 244, 255, 0.34) 0%, rgba(183, 244, 255, 0.12) 28%, rgba(139, 92, 246, 0.12) 58%, rgba(183, 244, 255, 0) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 760' preserveAspectRatio='none'%3E%3Crect width='540' height='760' fill='none'/%3E%3Cg fill='%2300D4FF' fill-opacity='.22'%3E%3Cpath d='M-24 0h40L-48 760h-44z'/%3E%3Cpath d='M86 0h68L88 760H34z'/%3E%3Cpath d='M212 0h34l-58 760h-36z'/%3E%3Cpath d='M294 0h82l-62 760h-58z'/%3E%3Cpath d='M448 0h46l-66 760h-42z'/%3E%3C/g%3E%3Cg fill='%238B5CF6' fill-opacity='.16'%3E%3Cpath d='M40 0h26L6 760h-24z'/%3E%3Cpath d='M172 0h44l-52 760h-28z'/%3E%3Cpath d='M394 0h30l-38 760h-24z'/%3E%3Cpath d='M522 0h22l-30 760h-18z'/%3E%3C/g%3E%3C/svg%3E");
  animation: nnaxUbootGradientMove 42s infinite linear, nnaxUbootGradientPulse 7.4s infinite alternate ease-in-out;
  animation-delay: 0s, -3.1s;
}

.nnax-uboot-gradient-rays::after {
  inset: 0;
  opacity: .42;
  background-size: 380px 100%;
  background-image:
    linear-gradient(to bottom, rgba(239, 244, 255, 0.18) 0%, rgba(239, 244, 255, 0.08) 18%, rgba(139, 92, 246, 0.08) 52%, rgba(239, 244, 255, 0) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 760' preserveAspectRatio='none'%3E%3Crect width='380' height='760' fill='none'/%3E%3Cg fill='%23E5F8FF' fill-opacity='.16'%3E%3Cpath d='M12 0h18L-28 760h-16z'/%3E%3Cpath d='M92 0h28L74 760H50z'/%3E%3Cpath d='M176 0h16l-42 760h-14z'/%3E%3Cpath d='M248 0h36l-48 760h-22z'/%3E%3Cpath d='M334 0h22l-34 760h-16z'/%3E%3C/g%3E%3C/svg%3E");
  animation: nnaxUbootGradientMoveHighlight 30s infinite linear reverse, nnaxUbootGradientPulse 6.2s infinite alternate ease-in-out;
  animation-delay: 0s, -1.7s;
}

@keyframes nnaxUbootGradientMove {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 0 0, -540px 0; }
}

@keyframes nnaxUbootGradientMoveHighlight {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 0 0, -380px 0; }
}

@keyframes nnaxUbootGradientPulse {
  0% { opacity: .68; }
  100% { opacity: .92; }
}

.nnax-uboot-sun-pos {
  position: absolute;
  top: calc(var(--nnax-uboot-top-space) + 64px);
  left: 50%;
  z-index: 80;
  width: 26vw;
  height: 26vw;
  min-width: 260px;
  min-height: 260px;
  max-width: 440px;
  max-height: 440px;
  transform: translate(-50%, -50%);
  animation: nnaxUbootSunset 10s infinite alternate linear;
  opacity: .7;
}

@keyframes nnaxUbootSunset {
  0% { transform: translate(-50%, -50%) translateY(0) scale(1); }
  100% { transform: translate(-50%, -50%) translateY(14px) scale(.94); }
}

.nnax-uboot-sun {
  position: relative;
  width: 100%;
  height: 100%;
}

.nnax-uboot-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #f2f6ff;
  transform: translate(-50%, -50%);
}

.nnax-uboot-circle.one { width: 100%; height: 100%; opacity: .18; }
.nnax-uboot-circle.two { width: 82%; height: 82%; opacity: .18; }
.nnax-uboot-circle.three { width: 64%; height: 64%; opacity: .18; }
.nnax-uboot-circle.four { width: 44%; height: 44%; opacity: .9; }

.nnax-uboot-wave {
  position: absolute;
  top: calc(var(--nnax-uboot-top-space) + 58px);
  left: -5%;
  width: 120%;
  height: 32px;
  z-index: 1600;
  overflow: hidden;
}

.nnax-uboot-wave::before,
.nnax-uboot-wave::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat-x;
  background-size: 120px 32px;
  will-change: background-position;
}

.nnax-uboot-wave::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 32' preserveAspectRatio='none'%3E%3Cpath fill='%23F3FBFF' d='M0 0h120v7c-10 0-19 5-25 12-7 8-12 12-18 12s-11-4-18-12C53 12 44 7 34 7S15 12 9 19C6 23 3 25 0 25V0z'/%3E%3Cpath fill='%23C8F4FF' fill-opacity='.96' d='M0 7c10 0 19 5 25 12 7 8 12 12 18 12s11-4 18-12C67 12 76 7 86 7s19 5 25 12c3 4 6 6 9 6v7H0V7z'/%3E%3C/svg%3E");
  filter: drop-shadow(0 1px 0 rgba(237, 245, 255, 0.42));
  animation: nnaxUbootWaveDrift 3.8s infinite linear;
}

.nnax-uboot-wave::after {
  top: 1px;
  opacity: .45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 32' preserveAspectRatio='none'%3E%3Cpath fill='%23FFFFFF' fill-opacity='.9' d='M0 0h120v6c-8 0-16 4-23 9-10 9-14 14-22 14s-12-5-22-14C26 10 18 6 10 6S4 8 0 11V0z'/%3E%3C/svg%3E");
  background-size: 84px 24px;
  animation: nnaxUbootWaveDriftHighlight 3s infinite linear reverse;
}

@keyframes nnaxUbootWaveDrift {
  0% { background-position: 0 0; }
  100% { background-position: -120px 0; }
}

@keyframes nnaxUbootWaveDriftHighlight {
  0% { background-position: 0 0; }
  100% { background-position: -84px 0; }
}

.nnax-uboot-whale-container {
  position: absolute;
  inset: 0;
  z-index: 7000;
  transform: translateX(-30vw);
  animation: nnaxUbootWhaleTranslate 16s infinite linear;
}

@keyframes nnaxUbootWhaleTranslate {
  0% { transform: translateX(-34vw); }
  100% { transform: translateX(132vw); }
}

.nnax-uboot-whale-pos {
  position: absolute;
  z-index: 1000;
}

.nnax-uboot-whale-pos.size1 { top: 25%; left: -3%; }
.nnax-uboot-whale-pos.size2 { top: 34%; left: 21%; }
.nnax-uboot-whale-pos.size3 { top: 21%; left: 77%; }
.nnax-uboot-whale-pos.size4 { top: 44%; left: 92%; }

.nnax-uboot-whale-rotate {
  position: relative;
  width: 245px;
  height: 110px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.nnax-uboot-whale-rotate.size1 { animation-name: nnaxUbootWhaleMovementXLarge; }
.nnax-uboot-whale-rotate.size2 { animation-name: nnaxUbootWhaleMovementLarge; }
.nnax-uboot-whale-rotate.size3 { animation-name: nnaxUbootWhaleMovementMedium; }
.nnax-uboot-whale-rotate.size4 { animation-name: nnaxUbootWhaleMovementSmall; }

@keyframes nnaxUbootWhaleMovementXLarge { 0% { transform: rotate(0) scale(.52); } 100% { transform: rotate(10deg) scale(.52); } }
@keyframes nnaxUbootWhaleMovementLarge { 0% { transform: rotate(0) scale(.35); } 100% { transform: rotate(10deg) scale(.35); } }
@keyframes nnaxUbootWhaleMovementMedium { 0% { transform: rotate(0) scale(.22); } 100% { transform: rotate(10deg) scale(.22); } }
@keyframes nnaxUbootWhaleMovementSmall { 0% { transform: rotate(0) scale(.16); } 100% { transform: rotate(10deg) scale(.16); } }

.nnax-uboot-whale {
  position: absolute;
  width: inherit;
  height: inherit;
  background: radial-gradient(at 40% 20%, #b8f7ff 0%, #b8f7ff 30%, #00d4ff 30%, #00d4ff 52%, #1f7cff 52%, #1f7cff 68%, #8b5cf6 68%, #5e3bb8 100%);
  clip-path: polygon(15% 0%, 18.5% 20%, 19% 37%, 27% 46.5%, 33% 46.5%, 42.5% 37%, 43% 26.5%, 50.5% 28.5%, 65.5% 17%, 88.5% 12.5%, 97.5% 22.5%, 100% 49.5%, 97% 65.5%, 89.5% 81.5%, 64.5% 86.5%, 43.5% 80%, 23% 59.5%, 15.5% 41.5%, 8% 40%, 1.5% 28.5%, 6.5% 25%, 12.5% 26.5%, 12% 14%);
}

.nnax-uboot-fin {
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 5000;
  width: 50px;
  height: 30px;
  background: #8b5cf6;
  transform-origin: center top;
  clip-path: polygon(30% 50%, 60% 0, 100% 0%, 80% 60%, 60% 80%, 0 100%);
  animation: nnaxUbootFin 2s infinite alternate linear;
}

@keyframes nnaxUbootFin {
  0% { transform: rotate3d(0, 0, 0, 0deg); }
  100% { transform: rotate3d(1, 1, 1, 30deg); }
}

.nnax-uboot-rocks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  height: 18%;
  z-index: 2500;
}

.nnax-uboot-rock {
  position: absolute;
  bottom: 0;
  background: #1b3970;
}

.nnax-uboot-rock.one { left: -3%; width: 18%; height: 56%; clip-path: polygon(0 0, 56% 10%, 80% 100%, 0% 100%); background: #1b3970; }
.nnax-uboot-rock.two { left: 12%; width: 23%; height: 54%; clip-path: polygon(0 15%, 20% 10%, 100% 70%, 100% 100%, 0% 100%); background: #224786; }
.nnax-uboot-rock.three { left: 40%; width: 34%; height: 62%; clip-path: polygon(0 60%, 45% 28%, 100% 18%, 100% 100%, 0 100%); background: #173160; }
.nnax-uboot-rock.four { right: -2%; width: 23%; height: 92%; clip-path: polygon(0 100%, 20% 45%, 100% 12%, 100% 100%, 0 100%); background: #1f417b; }
.nnax-uboot-rock.five { left: 58%; width: 16%; height: 50%; clip-path: polygon(0 45%, 100% 12%, 100% 100%, 0 100%); background: #1a3669; }
.nnax-uboot-rock.six { left: 79%; width: 20%; height: 66%; clip-path: polygon(0 100%, 35% 30%, 100% 10%, 100% 100%, 0 100%); background: #1b3970; }

.nnax-uboot-bubble-container {
  position: absolute;
  inset: auto 0 8% 0;
  height: 22%;
  z-index: 5600;
  animation: nnaxUbootBubblesIn 2s 1 linear;
}

@keyframes nnaxUbootBubblesIn { 0% { opacity: 0; } 100% { opacity: 1; } }

.nnax-uboot-bubble-y {
  display: inline-block;
  position: absolute;
  z-index: 5000;
  opacity: .58;
  transform: translateY(0);
  animation: nnaxUbootBubbleY 2.3s infinite linear;
}

.nnax-uboot-bubble-x {
  display: inline-block;
  border-radius: 50%;
  background: #eef7ff;
  opacity: .72;
  animation: nnaxUbootBubbleX 4s infinite linear;
}

@keyframes nnaxUbootBubbleY {
  0% { transform: translateY(0); opacity: .55; }
  50% { transform: translateY(-42px); opacity: .65; }
  100% { transform: translateY(-90px); opacity: 0; }
}

@keyframes nnaxUbootBubbleX {
  0% { transform: translateX(0); }
  20% { transform: translateX(-12px); }
  40% { transform: translateX(10px); }
  60% { transform: translateX(-8px); }
  80% { transform: translateX(12px); }
  100% { transform: translateX(-7px); }
}

.nnax-uboot-bubble-y.bubble-y1 { left: 7%; top: 64%; animation-delay: .1s; } .nnax-uboot-bubble-x.bubble-x1 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y2 { left: 13%; top: 72%; animation-delay: 1.1s; } .nnax-uboot-bubble-x.bubble-x2 { width: 4px; height: 4px; }
.nnax-uboot-bubble-y.bubble-y3 { left: 19%; top: 48%; animation-delay: .5s; } .nnax-uboot-bubble-x.bubble-x3 { width: 5px; height: 5px; }
.nnax-uboot-bubble-y.bubble-y4 { left: 26%; top: 70%; animation-delay: 1.7s; } .nnax-uboot-bubble-x.bubble-x4 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y5 { left: 31%; top: 54%; animation-delay: .8s; } .nnax-uboot-bubble-x.bubble-x5 { width: 6px; height: 6px; }
.nnax-uboot-bubble-y.bubble-y6 { left: 38%; top: 80%; animation-delay: 1.4s; } .nnax-uboot-bubble-x.bubble-x6 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y7 { left: 44%; top: 62%; animation-delay: .3s; } .nnax-uboot-bubble-x.bubble-x7 { width: 4px; height: 4px; }
.nnax-uboot-bubble-y.bubble-y8 { left: 51%; top: 72%; animation-delay: 2s; } .nnax-uboot-bubble-x.bubble-x8 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y9 { left: 58%; top: 47%; animation-delay: .9s; } .nnax-uboot-bubble-x.bubble-x9 { width: 5px; height: 5px; }
.nnax-uboot-bubble-y.bubble-y10 { left: 64%; top: 68%; animation-delay: 1.9s; } .nnax-uboot-bubble-x.bubble-x10 { width: 6px; height: 6px; }
.nnax-uboot-bubble-y.bubble-y11 { left: 70%; top: 58%; animation-delay: .4s; } .nnax-uboot-bubble-x.bubble-x11 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y12 { left: 76%; top: 77%; animation-delay: 1.2s; } .nnax-uboot-bubble-x.bubble-x12 { width: 4px; height: 4px; }
.nnax-uboot-bubble-y.bubble-y13 { left: 83%; top: 50%; animation-delay: 2.2s; } .nnax-uboot-bubble-x.bubble-x13 { width: 5px; height: 5px; }
.nnax-uboot-bubble-y.bubble-y14 { left: 91%; top: 64%; animation-delay: .7s; } .nnax-uboot-bubble-x.bubble-x14 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y15 { left: 8%; top: 18%; animation-delay: 1.6s; } .nnax-uboot-bubble-x.bubble-x15 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y16 { left: 16%; top: 12%; animation-delay: .2s; } .nnax-uboot-bubble-x.bubble-x16 { width: 4px; height: 4px; }
.nnax-uboot-bubble-y.bubble-y17 { left: 24%; top: 26%; animation-delay: 1.3s; } .nnax-uboot-bubble-x.bubble-x17 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y18 { left: 32%; top: 10%; animation-delay: 2.1s; } .nnax-uboot-bubble-x.bubble-x18 { width: 5px; height: 5px; }
.nnax-uboot-bubble-y.bubble-y19 { left: 41%; top: 22%; animation-delay: .6s; } .nnax-uboot-bubble-x.bubble-x19 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y20 { left: 49%; top: 14%; animation-delay: 1.8s; } .nnax-uboot-bubble-x.bubble-x20 { width: 4px; height: 4px; }
.nnax-uboot-bubble-y.bubble-y21 { left: 57%; top: 25%; animation-delay: .4s; } .nnax-uboot-bubble-x.bubble-x21 { width: 5px; height: 5px; }
.nnax-uboot-bubble-y.bubble-y22 { left: 66%; top: 11%; animation-delay: 1.5s; } .nnax-uboot-bubble-x.bubble-x22 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y23 { left: 74%; top: 28%; animation-delay: .9s; } .nnax-uboot-bubble-x.bubble-x23 { width: 4px; height: 4px; }
.nnax-uboot-bubble-y.bubble-y24 { left: 82%; top: 16%; animation-delay: 2.4s; } .nnax-uboot-bubble-x.bubble-x24 { width: 3px; height: 3px; }
.nnax-uboot-bubble-y.bubble-y25 { left: 89%; top: 25%; animation-delay: 1.1s; } .nnax-uboot-bubble-x.bubble-x25 { width: 5px; height: 5px; }
.nnax-uboot-bubble-y.bubble-y26 { left: 34%; top: 38%; animation-delay: .2s; } .nnax-uboot-bubble-x.bubble-x26 { width: 7px; height: 7px; opacity: .35; }
.nnax-uboot-bubble-y.bubble-y27 { left: 56%; top: 34%; animation-delay: 1s; } .nnax-uboot-bubble-x.bubble-x27 { width: 8px; height: 8px; opacity: .35; }
.nnax-uboot-bubble-y.bubble-y28 { left: 62%; top: 44%; animation-delay: 1.8s; } .nnax-uboot-bubble-x.bubble-x28 { width: 11px; height: 11px; opacity: .28; }

@media (max-width: 960px) {
  .nnax-uboot-bg { min-height: var(--nnax-uboot-min-height-mobile) !important; }
  .nnax-uboot-sun-pos { min-width: 220px; min-height: 220px; }
  .nnax-uboot-whale-rotate { width: 210px; height: 95px; }
  .nnax-uboot-whale-pos.size1 { top: 27%; }
}

.nnax-welten-nav {
  position: relative;
  overflow: hidden;
  padding: 32px 32px 48px;
  color: #d8e2f3;
  font-family: inherit;
}

.nnax-welten-nav__stage {
  max-width: 1800px;
  margin: 0 auto;
}

.nnax-welten-nav__flow {
  position: relative;
  min-height: 430px;
}

.nnax-welten-nav__line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  pointer-events: none;
}

.nnax-welten-nav__line-path {
  animation: nnaxWeltenLineMove 3.2s linear infinite;
  filter: drop-shadow(0 0 10px rgba(83, 232, 255, 0.12));
  opacity: 0.78;
}

@keyframes nnaxWeltenLineMove {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -64;
  }
}

.nnax-welten-nav__items {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  padding-top: 10px;
}

.nnax-welten-nav__item {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nnax-welten-nav__item span {
  display: block;
  margin-top: 28px;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.25;
  font-weight: 700;
  color: #d8e2f3;
  white-space: normal;
  text-wrap: balance;
}

.nnax-welten-nav__icon {
  width: 106px;
  height: 106px;
  margin: 0 auto;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(12, 24, 45, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 24px currentColor;
}

.nnax-welten-nav__icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nnax-welten-nav__item--cyan {
  color: #52e8ff;
}

.nnax-welten-nav__item--violet {
  color: #6f4cff;
}

.nnax-welten-nav__item:nth-child(1),
.nnax-welten-nav__item:nth-child(3),
.nnax-welten-nav__item:nth-child(5) {
  padding-top: 0;
}

.nnax-welten-nav__item:nth-child(2),
.nnax-welten-nav__item:nth-child(4) {
  padding-top: 112px;
}

@media (max-width: 1280px) {
  .nnax-welten-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nnax-welten-nav__line {
    inset: 0;
    width: 100%;
  }

  .nnax-welten-nav__icon {
    width: 96px;
    height: 96px;
  }

  .nnax-welten-nav__item:nth-child(2),
  .nnax-welten-nav__item:nth-child(4) {
    padding-top: 92px;
  }
}

@media (max-width: 960px) {
  .nnax-welten-nav {
    padding: 16px 20px 32px;
  }

  .nnax-welten-nav__flow {
    min-height: auto;
  }

  .nnax-welten-nav__line {
    display: none;
  }

  .nnax-welten-nav__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 0;
  }

  .nnax-welten-nav__item {
    width: 100%;
  }

  .nnax-welten-nav__item:nth-child(2),
  .nnax-welten-nav__item:nth-child(4) {
    padding-top: 0;
  }

  .nnax-welten-nav__item span {
    margin-top: 18px;
  }

  .nnax-welten-nav__item:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 240px;
    margin: 0 auto;
  }
}
