@font-face {
  font-family: Rubik;
  src: url('../fonts/6a897706960291ce4e119c08-Rubik-wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url('../fonts/6a897706cdd51cf8c64030ce-Nunito-wght.ttf') format("truetype");
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Toxigenesis;
  src: url('../fonts/6a89e1b503f07daa3ab630c8-toxigenesis-bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.nexteam-pokeworld-landing {
  box-sizing: border-box;
  color: #f4fbff;
  background-color: #fff7ed;
  background-image: none;
  width: 100%;
  font-family: Rubik, sans-serif;
  overflow: hidden;
}

.nexteam-pokeworld-section {
  box-sizing: border-box;
  color: #f4fbff;
  background-color: #000;
  background-image: linear-gradient(#fdfcf8, #fff7ed);
  padding: clamp(30px, 6.25vw, 75px) 0;
  position: relative;
}

.h26-section-glow {
  opacity: .18;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.h26-glow-general {
  background-image: radial-gradient(70% 18% at 50% 12%, #22d6ff14, #0000 72%);
}

.h26-glow-mods {
  background-image: radial-gradient(76% 12% at 50% 5%, #bd4aff14, #0000 72%);
}

.h26-glow-other {
  background-image: radial-gradient(76% 44% at 50% 0, #ffc02814, #0000 72%);
}

.nexteam-pokeworld-wrap {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 1801px;
  margin: 0 auto;
  position: relative;
}

.nexteam-pokeworld-section-heading {
  color: #ffffffe6;
  text-align: center;
  letter-spacing: -.035em;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: linear-gradient(#000, #000000b3);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 100%;
  margin: 0 auto -.05em;
  font-family: Rubik, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.nexteam-pokeworld-section-heading.h26-title-general {
  text-shadow: 0 0 10px #7eeeff6b, 0 0 30px #3ab2ff2e;
  font-weight: 700;
}

.h26-title-mods {
  text-shadow: 0 0 28px #c15eff2e;
}

.h26-title-other {
  text-shadow: 0 0 28px #ffc34229;
}

.nexteam-pokeworld-section-content {
  box-sizing: border-box;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 1801px;
  margin-top: 0;
  display: flex;
}

.nexteam-pokeworld-subsection {
  box-sizing: border-box;
  width: 100%;
  max-width: 1801px;
}

.nexteam-pokeworld-subsection-text {
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
}

.nexteam-pokeworld-subsection-heading {
  color: #fffc;
  text-align: center;
  letter-spacing: -.025em;
  text-shadow: 0 0 18px #54d2ff2e;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Rubik, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.nexteam-pokeworld-subsection-subheading {
  color: #ffffffa6;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000c, #00000080);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Rubik, sans-serif;
  font-size: .32em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  display: block;
}

.nexteam-pokeworld-stack {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 1801px;
  display: flex;
}

.nexteam-pokeworld-grid {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  display: flex;
}

.nexteam-pokeworld-grid.nexteam-pokeworld-grid-3 {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  align-content: start;
  gap: 30px;
  width: 100%;
  height: auto;
  min-height: 0;
  display: grid;
}

.nexteam-pokeworld-grid.nexteam-pokeworld-grid-2 {
  align-content: start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
}

.nexteam-pokeworld-grid-2-base {
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.nexteam-pokeworld-grid-3-base {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nexteam-pokeworld-card {
  box-sizing: border-box;
  flex: 0 0 calc(33.3333% - 13.3333px);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.nexteam-pokeworld-card.nexteam-pokeworld-npc-card.nexteam-pokeworld-card-companion {
  flex-shrink: 0;
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: 889px;
}

.nexteam-pokeworld-card.nexteam-pokeworld-mobile-variant-2 {
  display: block;
}

.nexteam-pokeworld-mobile {
  display: none;
}

.nexteam-pokeworld-npc-card-base {
  border-radius: 24px;
  overflow: hidden;
}

.nexteam-pokeworld-npc-bg-base {
  z-index: 1;
  position: relative;
}

.nexteam-pokeworld-npc {
  z-index: 2;
  filter: drop-shadow(0 20px 28px #00000057);
  object-fit: contain;
  object-position: 50% 100%;
  width: 91%;
  height: 78%;
  position: absolute;
  bottom: -1.5%;
  left: 50%;
  transform: translateX(-50%);
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-lunalipse {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 12.5%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-engineer {
  transform: translateX(-50%)translateY(-6px)scale(1.1);
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-farmer {
  transform: translateX(-50%)translateY(-45px)scale(1.2);
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-roboticist {
  transform: translateX(-50%)translateY(-26px)scale(1.41);
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-lunalipse-mega {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 13.5%;
  left: 45%;
  right: 45%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-solostice {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 14.5%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-solostice-mega {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 110%;
  max-width: 110%;
  height: auto;
  bottom: 5.5%;
  left: 50%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-accelior {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 105%;
  max-width: 105%;
  height: auto;
  bottom: 12.5%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-espurr {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 80%;
  max-width: 80%;
  height: auto;
  bottom: 19.5%;
  left: 48%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-bittior {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 80%;
  max-width: 80%;
  height: auto;
  bottom: 22.5%;
  left: 50%;
  right: 45%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-laprise {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 14%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-calfresh {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 80%;
  max-width: 80%;
  height: auto;
  bottom: 13%;
  left: 45%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-sugareign {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 13%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-darkrai {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 95%;
  max-width: 95%;
  height: auto;
  bottom: 19%;
  left: 50%;
  right: 50%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-baxcalibur {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 15.5%;
  left: 53%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-lucario {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 11%;
  left: 52%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-magearna {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 95%;
  max-width: 95%;
  height: auto;
  bottom: 10%;
  left: 50%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-heatran {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 95%;
  max-width: 95%;
  height: auto;
  bottom: 2.5%;
  left: 49.5%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-golurk {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 12.5%;
  left: 48%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-camerupt {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 95%;
  max-width: 95%;
  height: auto;
  bottom: 16%;
  left: 50%;
  right: 50%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-espeon {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 10%;
  left: 45%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-tapukoko {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 100%;
  max-width: 100%;
  height: auto;
  bottom: 13%;
  left: 50%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-robot {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 70%;
  max-width: 70%;
  height: auto;
  bottom: 12%;
  left: 50%;
  right: 50%;
}

.nexteam-pokeworld-npc.nexteam-pokeworld-npc-volo {
  filter: drop-shadow(0 20px 28px #0000001a);
  width: 68%;
  max-width: 68%;
  height: auto;
  bottom: 15%;
  left: 50%;
  right: 50%;
}

.nexteam-pokeworld-npc-tech-base {
  width: 86%;
  height: 80%;
  transform: translateX(-50%)translateY(-7px)scale(.95);
}

.nexteam-pokeworld-npc-engineer-base {
  width: 91%;
  height: 79%;
}

.nexteam-pokeworld-npc-farmer-base {
  width: 90%;
  height: 80%;
}

.nexteam-pokeworld-npc-roboticist-base {
  width: 94%;
  height: 78%;
}

.nexteam-pokeworld-item-grid {
  box-sizing: border-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  display: grid;
}

.nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-solar-4-variant-2, .nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-mechanisms {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.nexteam-pokeworld-item-grid-solar-base {
  row-gap: 15px;
}

.nexteam-pokeworld-item-grid-mergers-base {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 25px 30px;
}

.nexteam-pokeworld-item-cell-2 {
  box-sizing: border-box;
  isolation: isolate;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
  overflow: visible;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-red-variant-3 {
  color: #f24458;
  width: auto;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-orange-variant-2 {
  color: #fb8c00;
  width: auto;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-yellow-variant-2 {
  color: #fbc02d;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-green {
  color: #00e676;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-teal-variant-3 {
  color: #64ffda;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-blue-variant-3 {
  color: #40c4ff;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-purple-variant-3 {
  color: #e040fb;
}

.nexteam-pokeworld-item-cell-2.nexteam-pokeworld-color-pink-variant-3 {
  color: #ec407a;
}

.nexteam-pokeworld-item-shine {
  z-index: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1.5px;
  border-color: color-mix(in srgb, currentColor 82%, transparent);
  background-color: #020609;
  background-image: radial-gradient(ellipse at 50% 52%, color-mix(in srgb, currentColor 24%, #020609) 0%, color-mix(in srgb, currentColor 12%, #020609) 62%, color-mix(in srgb, currentColor 4%, #020609) 100%);
  width: 100%;
  height: 168px;
  box-shadow: inset 0 0 0 1px #ffffff0d, inset 0 0 34px color-mix(in srgb, currentColor 18%, transparent);
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.nexteam-pokeworld-item-aura {
  aspect-ratio: 1;
  background-color: rgba(var(--h26-rgb), .17);
  filter: blur(22px);
  border-radius: 50%;
  width: 48%;
  display: none;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nexteam-pokeworld-item-img {
  z-index: 2;
  width: 183px;
  max-width: none;
  height: 208px;
  filter: drop-shadow(5px 10px 0 #00000040) drop-shadow(0px 0px 50px color-mix(in srgb, currentColor 75%, transparent));
  pointer-events: none;
  object-fit: contain;
  image-rendering: pixelated;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.nexteam-pokeworld-item-label {
  z-index: 3;
  box-sizing: border-box;
  color: #ffffffe6;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  height: 48px;
  text-shadow: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nexteam-pokeworld-item-label.nexteam-pokeworld-item-label-long-variant-3 {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.nexteam-pokeworld-item-label-long-base {
  font-size: clamp(16px, 1.12vw, 20px);
}

.nexteam-pokeworld-color-yellow-base {
  color: #ffd340;
}

.nexteam-pokeworld-color-green-base {
  color: #30e266;
}

.nexteam-pokeworld-color-teal-base {
  color: #1fe1cf;
}

.nexteam-pokeworld-color-blue-base {
  color: #449eff;
}

.nexteam-pokeworld-color-violet-base {
  color: #955eff;
}

.nexteam-pokeworld-color-pink-base {
  color: #ff53ca;
}

.h26-grad-line {
  display: inline;
}

.h26-grad-0 {
  color: #fff;
}

.h26-grad-1 {
  color: #fffffff7;
}

.h26-grad-2 {
  color: #fffffff0;
}

.h26-grad-3 {
  color: #ffffffe8;
}

.h26-grad-4 {
  color: #ffffffe0;
}

.h26-grad-5 {
  color: #ffffffd9;
}

.h26-grad-6 {
  color: #ffffffd1;
}

.h26-grad-7 {
  color: #ffffffc9;
}

.h26-grad-8 {
  color: #ffffffc2;
}

.h26-grad-9 {
  color: #ffffffba;
}

.h26-grad-10 {
  color: #ffffffb3;
}

.h26-grad-space {
  width: .3em;
  display: inline-block;
}

.nexteam-pokeworld-item-grid-solar-4 {
  grid-column: 1 / -1;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  display: grid;
}

.hd-section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 100px;
  line-height: 120px;
}

.nexteam-pokeworld-item-grid-solar-2 {
  grid-column: 1 / -1;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  display: grid;
}

.nexteam-pokeworld-gradient-hero {
  background-color: #09001c;
  border-radius: 40px;
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  margin: 20px;
  position: relative;
  overflow: hidden;
}

.nexteam-pokeworld-gradient-canvas {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.nexteam-pokeworld-gradient-scripts {
  display: none;
}

.nexteam-pokeworld-gradient-active {
  z-index: 1;
}

.body {
  background-color: #fdfcf8;
}

.nexteam-pokeworld-hero-ui {
  z-index: 10;
  pointer-events: none;
  color: #fff;
  font-family: Nunito, sans-serif;
  position: absolute;
  inset: 0;
}

.nexteam-pokeworld-hero-navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  pointer-events: auto;
  background-color: #fcf9f415;
  border-radius: 24px;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 90px;
  padding: 0 48px;
  display: flex;
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px #2908081a;
}

.nexteam-pokeworld-hero-navbar-inner {
  grid-template-rows: auto;
  grid-template-columns: 188px minmax(0, 1fr) 174px;
  align-items: center;
  width: 100%;
  display: grid;
}

.nexteam-pokeworld-hero-brand {
  align-items: center;
  display: flex;
}

.nexteam-pokeworld-hero-logo {
  width: auto;
  max-width: none;
  height: 90px;
  margin: -40px;
  display: block;
}

.nexteam-pokeworld-hero-navlinks {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nexteam-pokeworld-hero-navlink {
  color: #f8f1ee;
  white-space: nowrap;
  border: 2px solid #0000;
  border-radius: 100px;
  margin: 0 10px;
  padding: 2px 16px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.nexteam-pokeworld-hero-navlink:hover {
  color: #fff;
  border-color: #fff;
}

.nexteam-pokeworld-hero-play {
  color: #2f1735;
  white-space: nowrap;
  cursor: default;
  transform-style: preserve-3d;
  background-color: #f8f1ee;
  border-radius: 10px 30px;
  justify-self: end;
  padding: 8px 20px;
  font-family: Rubik, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
  transition: transform .3s, background-color .3s;
  transform: scale(1.1)translateZ(0);
}

.nexteam-pokeworld-hero-play:hover {
  background-color: #fff;
  transform: scale(1.2)translateZ(0);
}

.nexteam-pokeworld-hero-copy {
  pointer-events: none;
  text-align: center;
  width: 100%;
  max-width: 1360px;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
}

.nexteam-pokeworld-hero-update {
  color: #fff;
  margin-top: 0;
  margin-left: 14%;
  margin-right: 14%;
  font-family: Rubik, sans-serif;
  font-size: clamp(2.7rem, 3.3vw, 3.9rem);
  font-weight: 500;
  line-height: normal;
}

.nexteam-pokeworld-hero-name {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin: 20px 0 0;
  font-family: Rubik, sans-serif;
  font-size: clamp(4.3rem, 7.4vw, 8.8rem);
  font-weight: 800;
  line-height: normal;
}

.nexteam-pokeworld-hero-date {
  color: #fff;
  text-align: center;
  margin: 15px 14% 0;
  font-size: clamp(1.8rem, 2.1vw, 2.5rem);
  font-weight: 700;
  line-height: normal;
}

.nexteam-pokeworld-hero-font-refresh {
  display: none;
}

.nexteam-pokeworld-hero-ui-1 {
  font-family: Nunito, sans-serif;
}

.nexteam-pokeworld-hero-update-1, .nexteam-pokeworld-hero-name-1, .nexteam-pokeworld-hero-play-1 {
  font-family: Rubik, sans-serif;
}

.nexteam-pokeworld-hero-size-refresh {
  display: none;
}

.nexteam-pokeworld-hero-update-1-2 {
  font-size: 3.9rem;
}

.nexteam-pokeworld-hero-name-1-2 {
  font-size: 8.8rem;
}

.nexteam-pokeworld-hero-date-1 {
  font-size: 2.5rem;
}

.nexteam-pokeworld-hero-title-responsive {
  display: none;
}

.nexteam-pokeworld-hero-name-1-2-3 {
  font-size: clamp(64px, 6vw, 110px);
}

.nexteam-pokeworld-hero-update-1-2-3 {
  font-size: clamp(36px, 3vw, 52px);
}

.nexteam-pokeworld-hero-date-1-2 {
  font-size: clamp(26px, 2vw, 36px);
}

.nexteam-pokeworld-floating-actions {
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  justify-content: space-between;
  align-items: center;
  transition: opacity .3s, transform .3s, visibility .3s;
  display: flex;
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: 30px;
  transform: translateY(14px);
}

.nexteam-pokeworld-floating-actions.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nexteam-pokeworld-floating-button {
  box-sizing: border-box;
  pointer-events: auto;
  transform-origin: center;
  color: #fffffff0;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  height: 60px;
  padding: 0;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: filter .15s, transform .15s;
  display: inline-flex;
}

.nexteam-pokeworld-floating-button:hover {
  filter: brightness(1.04);
}

.nexteam-pokeworld-floating-button:focus {
  outline-offset: 4px;
  outline: 3px #ffffffe6;
}

.nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-up {
  width: 223px;
  min-width: 223px;
  max-width: 223px;
  height: 69px;
  box-shadow: none;
  pointer-events: auto;
  color: #321faf;
  background-color: #d5cbfd;
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 24px;
  flex-shrink: 0;
  column-gap: 14px;
  padding: 0 35px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-up:focus {
  outline-offset: 4px;
  outline: 3px #ffffffe6;
}

.nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-play {
  width: 346px;
  min-width: 346px;
  max-width: 346px;
  height: 72px;
  box-shadow: none;
  pointer-events: auto;
  color: #fff;
  background-color: #8f57fc;
  background-image: linear-gradient(90deg, #b47efd 0%, #6529fc 100%);
  border-width: 2px;
  border-color: #fff;
  border-radius: 24px;
  flex-shrink: 0;
  column-gap: 15px;
  padding: 0 35px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-play:focus {
  outline-offset: 4px;
  outline: 3px #ffffffe6;
}

.nexteam-pokeworld-floating-up-combo {
  min-width: 180px;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-color: #fff;
}

.nexteam-pokeworld-floating-play-combo {
  min-width: 260px;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-color: #fff;
}

.nexteam-pokeworld-card-reveal-runtime {
  display: none;
}

.nexteam-pokeworld-closing {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  isolation: isolate;
  background-color: #02060a;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  min-height: 570px;
  max-height: 925px;
  margin: 48px 15px 30px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nexteam-pokeworld-closing-gradient {
  z-index: 0;
  pointer-events: auto;
  width: 145%;
  height: 145%;
  position: absolute;
  inset: -22.5% auto auto -22.5%;
}

.nexteam-pokeworld-closing-content {
  z-index: 1;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nexteam-pokeworld-closing-text {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  width: 72%;
  padding-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 38.4px;
  font-weight: 400;
  line-height: 1.5;
}

.nexteam-pokeworld-closing-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nexteam-pokeworld-closing-logo {
  flex: none;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 10px;
}

.nexteam-pokeworld-closing-name {
  color: #f8f1ee;
  letter-spacing: .01em;
  margin-top: 8px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.5;
}

.nexteam-pokeworld-closing-heart {
  width: 124px;
  height: auto;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nexteam-hitech-subsection-heading {
  color: #fffc;
  text-align: center;
  letter-spacing: -.025em;
  text-shadow: 0 0 18px #54d2ff2e;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Rubik, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.nexteam-hitech-subsection-text {
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 0 0 35px;
}

.nexteam-hitech-card {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.nexteam-pokeworld-card-img {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.nexteam-pokeworld-card-img.nexteam-pokeworld-card-img-mobile {
  display: none;
}

.nexteam-hitech-item-aura {
  aspect-ratio: 1;
  background-color: rgba(var(--h26-rgb), .17);
  filter: blur(22px);
  border-radius: 50%;
  width: 48%;
  display: none;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nexteam-hitech-item-shine {
  z-index: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1.5px;
  border-color: color-mix(in srgb, currentColor 82%, transparent);
  background-color: #020609;
  background-image: radial-gradient(ellipse at 50% 52%, color-mix(in srgb, currentColor 24%, #020609) 0%, color-mix(in srgb, currentColor 12%, #020609) 62%, color-mix(in srgb, currentColor 4%, #020609) 100%);
  width: 100%;
  height: 168px;
  box-shadow: inset 0 0 0 1px #ffffff0d, inset 0 0 34px color-mix(in srgb, currentColor 18%, transparent);
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.nexteam-hitech-item-img {
  z-index: 2;
  width: 200px;
  max-width: none;
  height: 200px;
  filter: drop-shadow(5px 10px 0 #00000040) drop-shadow(0px 0px 50px color-mix(in srgb, currentColor 75%, transparent));
  pointer-events: none;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.nexteam-hitech-item-grid {
  box-sizing: border-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  display: grid;
}

.nexteam-hitech-item-grid.nexteam-pokeworld-item-grid-solar-3-variant-3, .nexteam-hitech-item-grid.nexteam-pokeworld-item-grid-solar-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.nexteam-hitech-item-label {
  z-index: 3;
  box-sizing: border-box;
  color: #ffffffe6;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  height: 48px;
  text-shadow: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nexteam-hitech-item-label.nexteam-hitech-item-label-long {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.nexteam-hitech-item-grid-solar-4 {
  grid-column: 1 / -1;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  display: grid;
}

.nexteam-hitech-item-cell {
  box-sizing: border-box;
  isolation: isolate;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
  overflow: visible;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-orange {
  color: #fb8c00;
  width: auto;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-teal {
  color: #64ffda;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-red {
  color: #f24458;
  width: auto;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-yellow {
  color: #fbc02d;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-blue {
  color: #40c4ff;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-green {
  color: #00e676;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-purple {
  color: #e040fb;
}

.nexteam-hitech-item-cell.nexteam-hitech-color-pink {
  color: #ec407a;
}

.nexteam-hitech-subsection-text-2 {
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
}

.nexteam-hitech-item-grid-copy {
  box-sizing: border-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  display: grid;
}

.nexteam-hitech-item-grid-copy.nexteam-pokeworld-item-grid-solar-3-variant-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.nexteam-hitech-item-img-2 {
  z-index: 2;
  width: 183px;
  max-width: none;
  height: 208px;
  filter: drop-shadow(5px 10px 0 #00000040) drop-shadow(0px 0px 50px color-mix(in srgb, currentColor 75%, transparent));
  pointer-events: none;
  object-fit: contain;
  image-rendering: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.nexteam-pokeworld-item2-img {
  z-index: 2;
  width: 170px;
  max-width: none;
  height: 200px;
  filter: drop-shadow(5px 10px 0 #00000040) drop-shadow(0px 0px 50px color-mix(in srgb, currentColor 75%, transparent));
  pointer-events: none;
  object-fit: contain;
  image-rendering: pixelated;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.nexteam-pokeworld-item-grid-4 {
  grid-column: 1 / -1;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  width: 100%;
  display: grid;
}

.nexteam-pokeworld-item-label-2 {
  z-index: 3;
  box-sizing: border-box;
  color: #ffffffe6;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  height: 48px;
  text-shadow: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nexteam-pokeworld-item-label-2.nexteam-pokeworld-item-label-long {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.nexteam-pokeworld-item-label-4 {
  z-index: 3;
  box-sizing: border-box;
  color: #ffffffe6;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  height: 95px;
  text-shadow: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nexteam-pokeworld-item-label-4.nexteam-pokeworld-item-label-long-variant-2 {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.nexteam-pokeworld-item-cell-4 {
  box-sizing: border-box;
  isolation: isolate;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
  overflow: visible;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-red {
  color: #f24458;
  width: auto;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-orange-variant-3 {
  color: #fb8c00;
  width: auto;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-yellow-variant-3 {
  color: #fbc02d;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-green-variant-2 {
  color: #00e676;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-teal {
  color: #64ffda;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-blue {
  color: #40c4ff;
  height: 287px;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-purple-variant-2 {
  color: #e040fb;
}

.nexteam-pokeworld-item-cell-4.nexteam-pokeworld-color-pink-variant-2 {
  color: #ec407a;
}

.nexteam-pokeworld-item-cell-3 {
  box-sizing: border-box;
  isolation: isolate;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 262px;
  display: block;
  position: relative;
  overflow: visible;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-red-variant-2 {
  color: #f24458;
  width: auto;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-orange {
  color: #fb8c00;
  width: auto;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-yellow {
  color: #fbc02d;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-green-variant-3 {
  color: #00e676;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-teal-variant-2 {
  color: #64ffda;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-blue-variant-2 {
  color: #40c4ff;
  height: 262px;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-purple {
  color: #e040fb;
}

.nexteam-pokeworld-item-cell-3.nexteam-pokeworld-color-pink {
  color: #ec407a;
}

.nexteam-pokeworld-item-label-3 {
  z-index: 3;
  box-sizing: border-box;
  color: #ffffffe6;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  height: 70px;
  text-shadow: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nexteam-pokeworld-item-label-3.nexteam-pokeworld-item-label-long-variant-4 {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.nexteam-pokeworld-hardtech-hero-name {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin: 20px 0 0;
  font-size: clamp(4.3rem, 7.4vw, 8.8rem);
  font-weight: 800;
  line-height: normal;
}

.nexteam-pokeworld-section-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin-bottom: .5em;
  font-size: clamp(40px, 8.33333vw, 100px);
  line-height: 1.2;
  display: flex;
}

.nexteam-pokeworld-overline {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: linear-gradient(#000000b3, #0006);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: .769231em;
  margin-bottom: .384615em;
  font-size: .26em;
  font-weight: 600;
  line-height: 1.69231;
  display: block;
}

.nexteam-pokeworld-separator {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  display: block;
}

.nexteam-pokeworld-floating-icon-up {
  object-fit: contain;
  flex-shrink: 0;
  width: 21px;
  max-width: none;
  height: 25px;
  display: block;
  transform: rotate(180deg);
}

.nexteam-pokeworld-floating-icon-play {
  object-fit: contain;
  flex-shrink: 0;
  width: 25px;
  max-width: none;
  height: 28px;
  display: block;
  transform: rotate(-90deg);
}

.nexteam-pokeworld-floating-up-clean {
  box-sizing: border-box;
  filter: none;
  pointer-events: auto;
  color: #321faf;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transform-origin: center;
  background-color: #d5cbfd;
  background-image: none;
  border: 0 solid #fff;
  border-radius: 25px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  column-gap: 14px;
  width: 223px;
  min-width: 223px;
  max-width: 223px;
  height: 69px;
  padding: 0 35px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: filter .2s;
  display: inline-flex;
  box-shadow: inset 1px 1px 0 2px #fff, -1px -1px #c8c4ff, 2px 2px 0 2px #b5b0fd;
}

.nexteam-pokeworld-floating-up-clean:hover {
  filter: brightness(1.14);
}

.nexteam-pokeworld-floating-play-clean {
  box-sizing: border-box;
  filter: none;
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transform-origin: center;
  background-color: #8f57fc;
  background-image: linear-gradient(90deg, #b47efd 0%, #6529fc 100%);
  border: 0 solid #fff;
  border-radius: 25px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  width: 346px;
  min-width: 346px;
  max-width: 346px;
  height: 72px;
  padding: 0 35px;
  font-family: Nunito, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: filter .2s;
  display: inline-flex;
  box-shadow: inset 1px 1px 0 2px #fff, -1px -1px #7438f6, 2px 2px 0 2px #6a28eb;
}

.nexteam-pokeworld-floating-play-clean:hover {
  filter: brightness(1.14);
}

.nexteam-pokeworld-floating-label-clean {
  pointer-events: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 991px) {
  .nexteam-pokeworld-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .nexteam-pokeworld-item-label-long-base {
    font-size: clamp(14px, 1.65vw, 18px);
  }

  .nexteam-pokeworld-hero-navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nexteam-pokeworld-hero-navbar-inner {
    grid-template-rows: auto;
    grid-template-columns: 132px minmax(0, 1fr) 142px;
  }

  .nexteam-pokeworld-hero-logo {
    height: 76px;
    margin: -32px;
  }

  .nexteam-pokeworld-hero-navlink {
    margin: 0 1px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1rem;
  }

  .nexteam-pokeworld-hero-play {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .nexteam-pokeworld-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nexteam-pokeworld-section-content {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .nexteam-pokeworld-subsection-text {
    margin-bottom: 28px;
  }

  .nexteam-pokeworld-subsection-heading {
    font-size: clamp(38px, 9vw, 58px);
  }

  .nexteam-pokeworld-grid.nexteam-pokeworld-grid-3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    align-content: start;
    gap: 30px 0;
    width: 100%;
    height: auto;
    min-height: 0;
    display: grid;
  }

  .nexteam-pokeworld-grid.nexteam-pokeworld-grid-2 {
    align-content: start;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .nexteam-pokeworld-grid-2-base, .nexteam-pokeworld-grid-3-base {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .nexteam-pokeworld-card {
    flex-basis: 100%;
  }

  .nexteam-pokeworld-card.nexteam-pokeworld-npc-card.nexteam-pokeworld-card-companion {
    flex-shrink: 0;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .nexteam-pokeworld-mobile {
    display: block;
  }

  .nexteam-pokeworld-npc-card-base {
    border-radius: 20px;
  }

  .nexteam-pokeworld-item-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-solar-4-variant-2, .nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-mergers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: grid;
  }

  .nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-mechanisms {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: flex-start;
    place-items: flex-start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: flex;
  }

  .nexteam-pokeworld-item-grid-mergers-base {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 383.333px);
    justify-content: center;
  }

  .nexteam-pokeworld-item-cell-2 {
    flex: calc(50% - 10px);
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 188px 0 0;
  }

  .nexteam-pokeworld-item-img {
    object-position: 50% 50%;
    width: 150px;
    height: 170px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-51.5%);
  }

  .nexteam-pokeworld-item-label {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-pokeworld-item-label-long-base {
    font-size: clamp(16px, 4.4vw, 20px);
  }

  .nexteam-pokeworld-desktop {
    display: none;
  }

  .nexteam-pokeworld-item-grid-solar-4, .nexteam-pokeworld-item-grid-solar-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .nexteam-pokeworld-hero-navbar {
    display: none;
  }

  .nexteam-pokeworld-hero-copy {
    top: 22%;
  }

  .nexteam-pokeworld-hero-update {
    font-size: 2.7rem;
  }

  .nexteam-pokeworld-hero-name {
    margin-top: 30px;
    font-size: 4.3rem;
  }

  .nexteam-pokeworld-hero-date {
    margin-top: 30px;
    font-size: 1.8rem;
  }

  .nexteam-pokeworld-hero-update-1-2 {
    font-size: 2.7rem;
  }

  .nexteam-pokeworld-hero-name-1-2 {
    font-size: 4.3rem;
  }

  .nexteam-pokeworld-hero-date-1 {
    font-size: 1.8rem;
  }

  .nexteam-pokeworld-hero-name-1-2-3 {
    font-size: 4.3rem;
  }

  .nexteam-pokeworld-hero-update-1-2-3 {
    font-size: 2.7rem;
  }

  .nexteam-pokeworld-hero-date-1-2 {
    font-size: 1.8rem;
  }

  .nexteam-pokeworld-floating-actions {
    justify-content: space-between;
    column-gap: 100px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .nexteam-pokeworld-floating-button {
    border-width: 1.5px;
    height: 42px;
    padding: 0 12px;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-up {
    width: 132px;
    min-width: 132px;
    max-width: 132px;
    height: 42px;
    box-shadow: none;
    color: #321faf;
    background-color: #d5cbfd;
    background-image: none;
    border-width: 1.5px;
    border-radius: 15px;
    column-gap: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-up:before {
    width: 15px;
    height: 18px;
    font-size: 21px;
    line-height: 18px;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-play {
    width: 202px;
    min-width: 202px;
    max-width: 202px;
    height: 42px;
    box-shadow: none;
    color: #fff;
    background-color: #8f57fc;
    background-image: linear-gradient(90deg, #b47efd 0%, #6529fc 100%);
    border-width: 1.5px;
    border-radius: 15px;
    column-gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-play:after {
    width: 16px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }

  .nexteam-pokeworld-floating-up-combo {
    min-width: 118px;
    box-shadow: none;
  }

  .nexteam-pokeworld-floating-play-combo {
    min-width: 164px;
    box-shadow: none;
  }

  .nexteam-pokeworld-closing {
    border-radius: 40px;
    padding: 30px 24px;
  }

  .nexteam-pokeworld-closing-text {
    width: 100%;
    padding-top: 20px;
    font-size: 27.2px;
    font-weight: 800;
    line-height: 1.35;
  }

  .nexteam-pokeworld-closing-logo {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }

  .nexteam-pokeworld-closing-name {
    font-size: 32px;
  }

  .nexteam-pokeworld-closing-heart {
    width: 130px;
  }

  .nexteam-hitech-subsection-heading {
    font-size: clamp(38px, 9vw, 58px);
  }

  .nexteam-hitech-subsection-text {
    margin-bottom: 28px;
  }

  .nexteam-pokeworld-card-img.nexteam-pokeworld-card-img-desktop {
    display: none;
  }

  .nexteam-pokeworld-card-img.nexteam-pokeworld-card-img-mobile {
    display: block;
  }

  .nexteam-hitech-item-img {
    object-position: 50% 50%;
    width: 150px;
    height: 170px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-51.5%);
  }

  .nexteam-hitech-item-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .nexteam-hitech-item-grid.nexteam-pokeworld-item-grid-solar-3-variant-3, .nexteam-hitech-item-grid.nexteam-pokeworld-item-grid-solar-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: grid;
  }

  .nexteam-hitech-item-label {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-hitech-item-grid-solar-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .nexteam-hitech-item-cell {
    flex: calc(50% - 10px);
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 188px 0 0;
  }

  .nexteam-hitech-subsection-text-2 {
    margin-bottom: 28px;
  }

  .nexteam-hitech-item-grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .nexteam-hitech-item-grid-copy.nexteam-pokeworld-item-grid-solar-3-variant-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: grid;
  }

  .nexteam-hitech-item-img-2, .nexteam-pokeworld-item2-img {
    object-position: 50% 50%;
    width: 150px;
    height: 170px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-51.5%);
  }

  .nexteam-pokeworld-item-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .nexteam-pokeworld-item-label-2, .nexteam-pokeworld-item-label-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-pokeworld-item-cell-4, .nexteam-pokeworld-item-cell-3 {
    flex: calc(50% - 10px);
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 188px 0 0;
  }

  .nexteam-pokeworld-item-label-3 {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-pokeworld-hardtech-hero-name {
    margin-top: 30px;
    font-size: 4.3rem;
  }

  .nexteam-pokeworld-separator {
    width: 200%;
    margin-left: -50%;
  }

  .nexteam-pokeworld-floating-icon-up {
    width: 15px;
    height: 18px;
  }

  .nexteam-pokeworld-floating-icon-play {
    width: 16px;
    height: 18px;
  }

  .nexteam-pokeworld-floating-up-clean {
    filter: none;
    border-radius: 15px;
    flex-shrink: 1;
    column-gap: 6px;
    width: calc(38% - 50px);
    min-width: 0;
    max-width: none;
    height: 42px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .nexteam-pokeworld-floating-play-clean {
    filter: none;
    border-radius: 15px;
    flex-shrink: 1;
    column-gap: 6px;
    width: calc(62% - 50px);
    min-width: 0;
    max-width: none;
    height: 42px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .nexteam-pokeworld-floating-label-clean {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-width: 479px) {
  .nexteam-pokeworld-landing {
    background-color: #fff7ed;
    background-image: none;
  }

  .nexteam-pokeworld-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nexteam-pokeworld-section-content {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .nexteam-pokeworld-subsection-text {
    margin-bottom: 24px;
  }

  .nexteam-pokeworld-subsection-heading {
    font-size: clamp(34px, 10.6vw, 48px);
  }

  .nexteam-pokeworld-stack {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .nexteam-pokeworld-grid.nexteam-pokeworld-grid-3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    align-content: start;
    gap: 30px 0;
    width: 100%;
    height: auto;
    min-height: 0;
    display: grid;
  }

  .nexteam-pokeworld-grid.nexteam-pokeworld-grid-2 {
    align-content: start;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .nexteam-pokeworld-item-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-solar-4-variant-2, .nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-mergers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: grid;
  }

  .nexteam-pokeworld-item-grid.nexteam-pokeworld-item-grid-mechanisms {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: flex-start;
    place-items: flex-start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: flex;
  }

  .nexteam-pokeworld-item-grid-mergers-base {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 0 6px;
  }

  .nexteam-pokeworld-item-cell-2 {
    flex: calc(50% - 10px);
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 188px 0 0;
  }

  .nexteam-pokeworld-item-img {
    object-position: 50% 50%;
    width: 150px;
    height: 170px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-51.5%);
  }

  .nexteam-pokeworld-item-label {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-pokeworld-item-grid-solar-4, .nexteam-pokeworld-item-grid-solar-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    display: grid;
  }

  .nexteam-pokeworld-hero-copy {
    top: 22%;
  }

  .nexteam-pokeworld-hero-update {
    font-size: 2.3rem;
  }

  .nexteam-pokeworld-hero-name {
    margin: 5px 10% 0;
    font-size: 2.5rem;
  }

  .nexteam-pokeworld-hero-date {
    margin-top: 10px;
    font-size: 1.7rem;
  }

  .nexteam-pokeworld-hero-update-1-2 {
    font-size: 2.3rem;
  }

  .nexteam-pokeworld-hero-name-1-2 {
    font-size: 2.5rem;
  }

  .nexteam-pokeworld-hero-date-1 {
    font-size: 1.7rem;
  }

  .nexteam-pokeworld-hero-name-1-2-3 {
    font-size: 2.5rem;
  }

  .nexteam-pokeworld-hero-update-1-2-3 {
    font-size: 2.3rem;
  }

  .nexteam-pokeworld-hero-date-1-2 {
    font-size: 1.7rem;
  }

  .nexteam-pokeworld-floating-actions {
    justify-content: space-between;
    column-gap: 100px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .nexteam-pokeworld-floating-button {
    border-width: 1.5px;
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-up {
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    height: 38px;
    box-shadow: none;
    color: #321faf;
    background-color: #d5cbfd;
    background-image: none;
    border-radius: 13px;
    column-gap: 6px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-up:before {
    width: 13px;
    height: 16px;
    font-size: 18px;
    line-height: 16px;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-play {
    width: 176px;
    min-width: 176px;
    max-width: 176px;
    height: 38px;
    box-shadow: none;
    color: #fff;
    background-color: #8f57fc;
    background-image: linear-gradient(90deg, #b47efd 0%, #6529fc 100%);
    border-radius: 13px;
    column-gap: 6px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
  }

  .nexteam-pokeworld-floating-button.nexteam-pokeworld-floating-play:after {
    width: 14px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .nexteam-pokeworld-floating-up-combo {
    min-width: 104px;
    box-shadow: none;
  }

  .nexteam-pokeworld-floating-play-combo {
    min-width: 150px;
    box-shadow: none;
  }

  .nexteam-pokeworld-closing {
    border-radius: 30px;
    min-height: 570px;
    padding: 24px 16px;
  }

  .nexteam-pokeworld-closing-text {
    font-size: 22.4px;
    font-weight: 700;
  }

  .nexteam-pokeworld-closing-logo {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .nexteam-pokeworld-closing-name {
    font-size: 22.4px;
  }

  .nexteam-pokeworld-closing-heart {
    width: 130px;
  }

  .nexteam-hitech-subsection-heading {
    font-size: clamp(34px, 10.6vw, 48px);
  }

  .nexteam-hitech-subsection-text {
    margin-bottom: 24px;
  }

  .nexteam-hitech-item-img {
    object-position: 50% 50%;
    width: 150px;
    height: 170px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-51.5%);
  }

  .nexteam-hitech-item-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .nexteam-hitech-item-grid.nexteam-pokeworld-item-grid-solar-3-variant-3, .nexteam-hitech-item-grid.nexteam-pokeworld-item-grid-solar-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: grid;
  }

  .nexteam-hitech-item-label {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-hitech-item-grid-solar-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    display: grid;
  }

  .nexteam-hitech-item-cell {
    flex: calc(50% - 10px);
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 188px 0 0;
  }

  .nexteam-hitech-subsection-text-2 {
    margin-bottom: 24px;
  }

  .nexteam-hitech-item-grid-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .nexteam-hitech-item-grid-copy.nexteam-pokeworld-item-grid-solar-3-variant-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    height: auto;
    display: grid;
  }

  .nexteam-hitech-item-img-2, .nexteam-pokeworld-item2-img {
    object-position: 50% 50%;
    width: 150px;
    height: 170px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-51.5%);
  }

  .nexteam-pokeworld-item-grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    justify-content: stretch;
    place-items: start stretch;
    gap: 20px;
    width: 100%;
    display: grid;
  }

  .nexteam-pokeworld-item-label-2, .nexteam-pokeworld-item-label-4 {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-pokeworld-item-cell-4, .nexteam-pokeworld-item-cell-3 {
    flex: calc(50% - 10px);
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 188px 0 0;
  }

  .nexteam-pokeworld-item-label-3 {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.2;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nexteam-pokeworld-hardtech-hero-name {
    margin: 5px 10% 0;
    font-size: 2.5rem;
  }

  .nexteam-pokeworld-separator {
    background-color: #fff7ed;
  }

  .nexteam-pokeworld-floating-icon-up {
    width: 13px;
    height: 16px;
  }

  .nexteam-pokeworld-floating-icon-play {
    width: 14px;
    height: 16px;
  }

  .nexteam-pokeworld-floating-up-clean {
    filter: none;
    border-radius: 13px;
    flex-shrink: 1;
    column-gap: 5px;
    width: calc(38% - 50px);
    min-width: 0;
    max-width: none;
    height: 38px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }

  .nexteam-pokeworld-floating-play-clean {
    filter: none;
    border-radius: 13px;
    flex-shrink: 1;
    column-gap: 5px;
    width: calc(62% - 50px);
    min-width: 0;
    max-width: none;
    height: 38px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }

  .nexteam-pokeworld-floating-label-clean {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/6a897706960291ce4e119c08-Rubik-wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/6a897706cdd51cf8c64030ce-Nunito-wght.ttf') format('truetype');
  font-weight: 200 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Toxigenesis';
  src: url('../fonts/6a89e1b503f07daa3ab630c8-toxigenesis-bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}