@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-hitech-landing {
  box-sizing: border-box;
  color: #f4fbff;
  background-color: #000;
  background-image: linear-gradient(#02070b 0%, #03080d 35%, #02060a 100%);
  width: 100%;
  font-family: Rubik, sans-serif;
  overflow: hidden;
}

.nexteam-hitech-section {
  box-sizing: border-box;
  background-color: #000;
  padding: 100px 24px;
  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-hitech-wrap {
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.nexteam-hitech-section-heading {
  color: #ffffffe6;
  text-align: center;
  letter-spacing: -.035em;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
  font-family: Rubik, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.nexteam-hitech-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-hitech-section-content {
  box-sizing: border-box;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

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

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

.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-subheading {
  color: #ffffffa6;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 10px auto 35px;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  display: inline-block;
}

.nexteam-hitech-stack {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nexteam-hitech-grid {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: start;
  gap: 30px;
  width: 100%;
  display: grid;
}

.nexteam-hitech-grid.nexteam-hitech-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-hitech-grid.nexteam-hitech-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  align-content: start;
  gap: 30px;
  width: 100%;
  height: auto;
  min-height: 0;
  display: grid;
}

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

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

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

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

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

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

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

.nexteam-hitech-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-hitech-npc.nexteam-hitech-npc-engineer {
  transform: translateX(-50%)translateY(-6px)scale(1.1);
}

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

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

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

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

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

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

.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-hitech-item-grid-solar-3, .nexteam-hitech-item-grid.nexteam-hitech-item-grid-mechanisms {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

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

.nexteam-hitech-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-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-red {
  color: #f24458;
  width: auto;
}

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

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

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

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

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

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

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

.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-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-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: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

.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-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-hitech-item-label.nexteam-hitech-item-label-long {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.nexteam-hitech-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-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;
}

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

.nexteam-hitech-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-hitech-gradient-hero {
  background-color: #09001c;
  border-radius: 40px;
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  margin: 20px;
  position: relative;
  overflow: hidden;
}

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

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

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

.body {
  background-color: #000;
}

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

.nexteam-hitech-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-hitech-hero-navbar-inner {
  grid-template-rows: auto;
  grid-template-columns: 188px minmax(0, 1fr) 174px;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

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

.nexteam-hitech-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-hitech-hero-navlink:hover {
  color: #fff;
  border-color: #fff;
}

.nexteam-hitech-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-hitech-hero-play:hover {
  background-color: #fff;
  transform: scale(1.2)translateZ(0);
}

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

.nexteam-hitech-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-hitech-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-hitech-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-hitech-hero-font-refresh {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.nexteam-hitech-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-hitech-floating-actions.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nexteam-hitech-floating-button {
  box-sizing: border-box;
  pointer-events: auto;
  color: #fffffff0;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transform-origin: center;
  border-style: solid;
  border-width: 2px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 28px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
  display: inline-flex;
}

.nexteam-hitech-floating-button:hover {
  filter: brightness(1.14);
}

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

.nexteam-hitech-floating-button.nexteam-hitech-floating-up {
  pointer-events: auto;
  background-image: linear-gradient(270deg, #022332, #154a61 50%, #022332);
  border-width: 3px;
  border-radius: 25px;
  height: 64px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

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

.nexteam-hitech-floating-button.nexteam-hitech-floating-play {
  pointer-events: auto;
  background-image: linear-gradient(270deg, #012d12, #015021 50%, #012d12);
  border-width: 3px;
  border-radius: 25px;
  height: 64px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

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

.nexteam-hitech-floating-up-combo {
  background-image: linear-gradient(#0d708bf5 0%, #033748fa 100%);
  border-color: #39d9ff;
  min-width: 180px;
  box-shadow: 0 0 22px #1bd3ff9e, inset 0 0 12px #46dcff59, inset 0 1px #ffffff59;
}

.nexteam-hitech-floating-play-combo {
  background-image: linear-gradient(#15843dfa 0%, #054d21fa 100%);
  border-color: #8cff42;
  min-width: 260px;
  box-shadow: 0 0 24px #52ff359e, inset 0 0 13px #80ff4e57, inset 0 1px #ffffff59;
}

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

.nexteam-hitech-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-hitech-closing-gradient {
  z-index: 0;
  pointer-events: auto;
  width: 145%;
  height: 145%;
  position: absolute;
  inset: -22.5% auto auto -22.5%;
}

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

.nexteam-hitech-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-hitech-closing-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nexteam-hitech-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-hitech-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;
}

.link-block {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

  .nexteam-hitech-section-heading {
    margin-bottom: 52px;
    font-size: clamp(48px, 11vw, 72px);
  }

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

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

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

  .nexteam-hitech-subsection-subheading {
    margin-top: 12px;
    font-size: clamp(18px, 4.4vw, 25px);
  }

  .nexteam-hitech-grid.nexteam-hitech-grid-3, .nexteam-hitech-grid.nexteam-hitech-grid-2 {
    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-hitech-grid-2-base, .nexteam-hitech-grid-3-base {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

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

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

  .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-hitech-item-grid-solar-3, .nexteam-hitech-item-grid.nexteam-hitech-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-hitech-item-grid.nexteam-hitech-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-hitech-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-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-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-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-label-long-base {
    font-size: clamp(16px, 4.4vw, 20px);
  }

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

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

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

  .nexteam-hitech-hero-copy {
    top: 31%;
  }

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

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

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

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

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

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

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

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

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

  .nexteam-hitech-floating-actions {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .nexteam-hitech-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-hitech-floating-button.nexteam-hitech-floating-up {
    border-width: 1.5px;
    min-width: 102px;
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 14px #1bd3ff80, inset 0 0 8px #46dcff47;
  }

  .nexteam-hitech-floating-button.nexteam-hitech-floating-play {
    border-width: 1.5px;
    min-width: 142px;
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 15px #52ff3580, inset 0 0 9px #80ff4e47;
  }

  .nexteam-hitech-floating-up-combo {
    min-width: 118px;
  }

  .nexteam-hitech-floating-play-combo {
    min-width: 164px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .nexteam-hitech-section {
    padding: 56px 14px;
  }

  .nexteam-hitech-section-heading {
    margin-bottom: 42px;
    font-size: clamp(40px, 12vw, 58px);
  }

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

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

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

  .nexteam-hitech-subsection-subheading {
    font-size: 17px;
    line-height: 1.42;
  }

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

  .nexteam-hitech-grid.nexteam-hitech-grid-3, .nexteam-hitech-grid.nexteam-hitech-grid-2 {
    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-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-hitech-item-grid-solar-3, .nexteam-hitech-item-grid.nexteam-hitech-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-hitech-item-grid.nexteam-hitech-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-hitech-item-grid-mergers-base {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 0 6px;
  }

  .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-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-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, .nexteam-hitech-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-hitech-hero-copy {
    top: 31%;
  }

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

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

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

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

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

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

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

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

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

  .nexteam-hitech-floating-actions {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .nexteam-hitech-floating-button {
    height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .nexteam-hitech-floating-button.nexteam-hitech-floating-up {
    min-width: 90px;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .nexteam-hitech-floating-button.nexteam-hitech-floating-play {
    min-width: 124px;
    height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .nexteam-hitech-floating-up-combo {
    min-width: 104px;
  }

  .nexteam-hitech-floating-play-combo {
    min-width: 150px;
  }

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

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

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

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

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


@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;
}