* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #020914;
}

body {
  display: grid;
  place-items: start center;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

.info-shell {
  position: relative;
  width: min(100vw, 1402px);
  aspect-ratio: 1402 / 1122;
  min-width: 320px;
  background: #020914;
  box-shadow: 0 0 48px rgba(235, 154, 44, 0.14);
}

.info-art {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.info-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.info-hotspot {
  position: absolute;
  display: block;
  pointer-events: auto;
  border-radius: 8px;
  color: transparent;
  text-decoration: none;
}

.info-hotspot:focus-visible {
  outline: 3px solid rgba(255, 194, 72, 0.95);
  outline-offset: 2px;
}

.nav-home { left: 17.8317%; top: 0%; width: 6.2054%; height: 6.4171%; }
.nav-news { left: 24.1084%; top: 0%; width: 5.9914%; height: 6.4171%; }
.nav-info { left: 30.1712%; top: 0%; width: 6.6334%; height: 6.4171%; }
.nav-download { left: 36.8759%; top: 0%; width: 6.2054%; height: 6.4171%; }
.nav-topup { left: 43.1526%; top: 0%; width: 6.2054%; height: 6.4171%; }
.nav-ranking { left: 49.4294%; top: 0%; width: 6.2054%; height: 6.4171%; }
.nav-event { left: 55.7061%; top: 0%; width: 6.2054%; height: 6.4171%; }
.nav-contact { left: 61.9829%; top: 0%; width: 6.8474%; height: 6.4171%; }
.nav-discord { left: 78.0314%; top: 1.4260%; width: 9.4151%; height: 4.0107%; }
.nav-login { left: 88.7304%; top: 1.4260%; width: 10.1284%; height: 4.4563%; }

.cta-register { left: 17.0471%; top: 91.7112%; width: 19.1155%; height: 6.9519%; }
.cta-download { left: 38.4451%; top: 91.7112%; width: 24.2511%; height: 6.9519%; }
.cta-topup { left: 64.0514%; top: 91.7112%; width: 19.1155%; height: 6.9519%; }
.cta-adventure { left: 74.3937%; top: 86.4528%; width: 20.8987%; height: 3.7433%; }
