@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#G8825Z5 *,
#G8825Z5 *::before,
#G8825Z5 *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#G8825Z5 html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#G8825Z5 h1,
#G8825Z5 h2,
#G8825Z5 h3,
#G8825Z5 h4,
#G8825Z5 h5,
#G8825Z5 h6 {
  font-weight: 700;
  color: #fff;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  text-align: center;
}

#G8825Z5 h2 {
  font-size: clamp(36px, 4vw, 48px);
  color: #4696db;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media (max-width: 768px) {
  #G8825Z5 h2 {
    line-height: 1.2;
  }
}

#G8825Z5 h3 {
  font-size: clamp(18px, 4vw, 24px);
  color: #37fffd;
  font-weight: 700;
}

#G8825Z5 h4 {
  font-size: 18px;
  color: #4696db;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: initial;
  line-height: 1.2;
}

#G8825Z5 p {
  margin-bottom: 12px;
  color: #fff;
}

#G8825Z5 .cta {
  max-width: 320px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #015eea, #00c0fa);
  text-align: center;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  padding: 16px;
  border-radius: 9999px;
  font-size: 18px;
  margin: auto;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  transform: translateY(0px);
  transition: transform 0.4s ease;
}

#G8825Z5 .cta:hover {
  transform: translateY(5px);
}

#G8825Z5 .cta span {
  line-height: 0;
}

#G8825Z5 .cta img {
  height: 20px;
  width: 20px;
  display: inline-block;
}

@media (max-width: 768px) {
  #G8825Z5 .cta {
    max-width: initial;
  }
}

#G8825Z5 .col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
}

@media (max-width: 768px) {
  #G8825Z5 .col3 {
    gap: 60px;
  }
}

#G8825Z5 .col3 > div {
  max-width: 360px;
}

@media (max-width: 768px) {
  #G8825Z5 .col3 > div {
    width: 100%;
    max-width: initial;
  }
}

@media (max-width: 768px) {
  #G8825Z5 .col3 {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

#G8825Z5 {
  font-size: 18px;
  color: #fff;
  background: #000;
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
}

#G8825Z5::after {
  background: url(../../../images/product_landing/bg.webp) center top #000
    no-repeat;
  background-size: 100% auto;
  min-height: 5000px;
  width: 100%;
  position: absolute;
  top: 858px;
  content: "";
}

@media (max-width: 768px) {
  #G8825Z5::after {
    top: 513px;
    background: url(../../../images/product_landing/bg_mb.webp) center top #000
      no-repeat;
  }
}

@media (max-width: 768px) {
  #G8825Z5 {
    font-size: 16px;
  }
}

#G8825Z5 .container {
  margin: auto;
}

#G8825Z5 .hero {
  padding-top: 130px;
  position: relative;
}

@media (max-width: 768px) {
  #G8825Z5 .hero {
    padding-top: 60px;
  }
}

#G8825Z5 .hero .bg {
  position: absolute;
  pointer-events: none;
  inset: 0;
  height: 858px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #G8825Z5 .hero .bg {
    height: 513px;
  }
}

#G8825Z5 .hero .bg img {
  position: absolute;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#G8825Z5 .hero .bg img.bg1 {
  animation: bgfloatRight 3s infinite -2s;
}

#G8825Z5 .hero .bg img.bg1b {
  animation: bgfloatRight2 3s infinite -3.5s;
}

#G8825Z5 .hero .bg img.bg2 {
  animation: bgfloatLeft 3s infinite;
}

#G8825Z5 .hero .bg img.bg3 {
  animation: bgfloatLeft2 3s infinite -1.5s;
}

#G8825Z5 .hero .bg img.bg4 {
  animation: bgfloatShine 6s infinite;
}

#G8825Z5 .hero .container {
  position: relative;
  z-index: 1;
}

#G8825Z5 .hero::before {
  content: "";
  background: url(../../../images/product_landing/kvbg.webp) center center;
  background-size: cover;
  height: 858px;
  width: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  #G8825Z5 .hero::before {
    height: 513px;
  }
}

#G8825Z5 .hero .context {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 6%;
  text-align: right;
}

#G8825Z5 .hero .context .context-line {
  opacity: 0;
  transform: translateY(30px);
  animation: contextFadeUp 1s ease-out forwards;
}

#G8825Z5 .hero .context .context-line:nth-child(1) {
  animation-delay: 0.2s;
}

#G8825Z5 .hero .context .context-line:nth-child(2) {
  animation-delay: 0.3s;
}

#G8825Z5 .hero .context .context-line:nth-child(3) {
  animation-delay: 0.5s;
}

@media (max-width: 768px) {
  #G8825Z5 .hero .context {
    margin-right: initial;
    text-align: center;
  }
}

#G8825Z5 .hero .context span {
  line-height: 1;
}

#G8825Z5 .hero .context span:first-child {
  font-size: clamp(4rem, 20vw, 120px);
  font-weight: bold;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
  background: linear-gradient(to right, #68e0cf, #209cff);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: fit-content;
}

@media (max-width: 768px) {
  #G8825Z5 .hero .context span:first-child {
    width: 100%;
    font-size: 5rem;
  }
}

#G8825Z5 .hero .context span:last-of-type {
  font-size: clamp(36px, 20vw, 60px);
  font-weight: bold;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  #G8825Z5 .hero .context span:last-of-type {
    font-size: 36px;
    width: 100%;
  }
}

#G8825Z5 .hero .context p {
  font-size: clamp(18px, 20vw, 36px);
  font-family: Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  #G8825Z5 .hero .context p {
    font-size: 18px;
    width: 100%;
    margin-top: 12px;
  }
}

#G8825Z5 .hero .pd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -2%;
  position: relative;
  opacity: 0;
  transform: translateY(24px);
  animation: heroFadeUp 0.8s ease-out forwards;
}

@media (max-width: 768px) {
  #G8825Z5 .hero .pd {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px;
  }
}

#G8825Z5 .hero .pd .brand {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  #G8825Z5 .hero .pd .brand {
    gap: 16px;
    position: absolute;
    top: 2%;
    left: 7%;
    margin-top: initial;
  }
}

@media (max-width: 768px) {
  #G8825Z5 .hero .pd .brand img {
    height: 24px;
  }
}

@keyframes bgfloatRight {
  0%,
  100% {
    opacity: 0;
    transform: translate(0.2vw, 0.2vw);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes bgfloatRight2 {
  0%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
    scale: 1;
    filter: brightness(0);
  }

  50% {
    opacity: 1;
    transform: translate(0.3vw, 0.3vw);
    scale: 1.002;
    filter: brightness(1);
  }
}

@keyframes bgfloatLeft {
  0%,
  100% {
    opacity: 0;
    transform: translate(-0.2vw, 0.2vw);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes bgfloatLeft2 {
  0%,
  100% {
    opacity: 0;
    transform: translate(0, 0);
    scale: 1;
    filter: brightness(0);
  }

  50% {
    opacity: 1;
    transform: translate(-0.3vw, 0.3vw);
    scale: 1.002;
    filter: brightness(1);
  }
}

@keyframes bgfloatShine {
  0%,
  100% {
    filter: brightness(0);
    opacity: 0;
    scale: 1;
    transform: translate(0, 0);
  }

  50% {
    filter: brightness(2);
    opacity: 1;
    scale: 1.002;
    transform: translate(-0.2vw, 0.3vw);
  }
}

@keyframes contextFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#G8825Z5 .feature {
  margin-top: -12em;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #G8825Z5 .feature {
    padding: 16px;
    margin-top: -6em;
  }
}

#G8825Z5 .feature p {
  text-align: center;
}

#G8825Z5 .feature .detail {
  position: relative;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail {
    display: flex;
    flex-direction: column-reverse;
  }
}

#G8825Z5 .feature .detail .detail-content {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  z-index: 2;
  font-size: 16px;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content {
    position: initial;
    margin-top: 2em;
  }
}

#G8825Z5 .feature .detail .detail-content .number {
  background: #4696db;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 12px;
  line-height: 24px;
  display: none;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content .number {
    display: inline-block;
  }
}

#G8825Z5 .feature .detail .detail-content div {
  position: absolute;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div {
    position: initial;
    max-width: initial !important;
    margin-bottom: 12px;
  }
}

#G8825Z5 .feature .detail .detail-content div:first-child {
  left: 7%;
  top: 3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 15%;
}

@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:first-child {
    top: 0;
  }
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:first-child {
    max-width: initial;
    flex-direction: row;
    gap: initial;
    align-items: center;
  }
}

#G8825Z5 .feature .detail .detail-content div:first-child img {
  max-width: 60%;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:first-child img {
    display: none;
  }
}

#G8825Z5 .feature .detail .detail-content div:nth-child(2) {
  left: 32%;
  top: 28%;
  max-width: 12%;
}

@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(2) {
    top: 23%;
  }
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(2) {
    max-width: initial;
  }
}

#G8825Z5 .feature .detail .detail-content div:nth-child(3) {
  top: 79.5%;
  left: 30%;
  max-width: 12%;
}

@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(3) {
    max-width: 10%;
  }
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(3) {
    max-width: initial;
  }
}

#G8825Z5 .feature .detail .detail-content div:nth-child(4) {
  top: 79.5%;
  left: 41.5%;
}

@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(4) {
    max-width: 17%;
  }
}

#G8825Z5 .feature .detail .detail-content div:nth-child(5) {
  top: 79.5%;
  left: 66.5%;
}

@media (max-width: 1200px) {
  #G8825Z5 .feature .detail .detail-content div:nth-child(5) {
    max-width: 17%;
  }
}

#G8825Z5 .feature .detail .detail-img {
  width: 100%;
  height: 100%;
  position: relative;
}

#G8825Z5 .feature .detail .detail-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .pc {
    display: none;
  }
}

#G8825Z5 .feature .detail .detail-img .mb {
  display: none;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .mb {
    display: block;
  }
}

#G8825Z5 .feature .detail .detail-img .leftimg {
  position: absolute;
  max-width: 10%;
  top: 7%;
  left: 5%;
  display: none;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .leftimg {
    display: block;
  }
}

#G8825Z5 .feature .detail .detail-img .number {
  background: #4696db;
  border-radius: 9999px;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 12px;
  line-height: 24px;
  display: none;
  position: absolute;
}

@media (max-width: 768px) {
  #G8825Z5 .feature .detail .detail-img .number {
    display: block;
  }
}

#G8825Z5 .feature .detail .detail-img .number:nth-child(2) {
  left: 5%;
  top: 43%;
}

#G8825Z5 .feature .detail .detail-img .number:nth-child(3) {
  left: 30%;
  top: 41%;
}

#G8825Z5 .feature .detail .detail-img .number:nth-child(4) {
  top: 57%;
  left: 29%;
}

#G8825Z5 .feature .detail .detail-img .number:nth-child(5) {
  top: 53%;
  left: 38%;
}

#G8825Z5 .feature .detail .detail-img .number:nth-child(6) {
  top: 47%;
  left: 42%;
}

#G8825Z5 .feature .cta {
  margin-top: -50px;
  z-index: 2;
}

@media (max-width: 1200px) {
  #G8825Z5 .feature .cta {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #G8825Z5 .feature .cta {
    margin-top: 24px;
  }
}

#G8825Z5 .processor {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

@media (max-width: 768px) {
  #G8825Z5 .processor {
    margin-top: 0;
  }
}

#G8825Z5 .processor .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
}

@media (max-width: 768px) {
  #G8825Z5 .processor .content {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

#G8825Z5 .processor .content > div:first-child {
  max-width: 580px;
}

@media (max-width: 768px) {
  #G8825Z5 .processor .content > div:first-child {
    order: 1;
  }
}

#G8825Z5 .processor .content h2,
#G8825Z5 .processor .content h3,
#G8825Z5 .processor .content p {
  text-align: left;
}

@media (max-width: 768px) {
  #G8825Z5 .processor .content h2,
  #G8825Z5 .processor .content h3,
  #G8825Z5 .processor .content p {
    text-align: center;
  }
}

#G8825Z5 .processor .col3 {
  text-align: center;
  margin-top: -70px;
}

@media (max-width: 768px) {
  #G8825Z5 .processor .col3 {
    margin-top: 0;
  }
}

#G8825Z5 .processor .col3 > div {
  max-width: 300px;
}

@media (max-width: 768px) {
  #G8825Z5 .processor .col3 > div {
    max-width: initial;
  }
}

@media (max-width: 768px) {
  #G8825Z5 .processor .col3 img {
    max-width: 13.5em;
  }
}

#G8825Z5 .processor .col3 h4 {
  text-align: center;
  margin-bottom: 8px;
}

#G8825Z5 .processor .col3 p {
  font-size: 14px;
}

#G8825Z5 .gpu {
  position: relative;
  z-index: 1;
  margin-top: 6.5em;
}

@media (max-width: 768px) {
  #G8825Z5 .gpu {
    padding: 16px;
    margin-top: 5em;
    margin-bottom: 5em;
  }
}

#G8825Z5 .gpu .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  margin-top: -50px;
}

@media (max-width: 768px) {
  #G8825Z5 .gpu .content {
    grid-template-columns: 1fr;
  }
}

#G8825Z5 .gpu .content h3 {
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
}

#G8825Z5 .gpu .content p {
  margin-bottom: 24px;
}

#G8825Z5 .software {
  position: relative;
  margin-bottom: 7em;
  z-index: 1;
}

@media (max-width: 768px) {
  #G8825Z5 .software {
    padding: 16px;
  }
}

#G8825Z5 .software .content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  margin-top: 48px;
  align-items: center;
  justify-items: center;
}

@media (max-width: 768px) {
  #G8825Z5 .software .content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

#G8825Z5 .software .content > div:first-child {
  max-width: 390px;
}

@media (max-width: 768px) {
  #G8825Z5 .software .content > div:first-child {
    order: 1;
  }
}

#G8825Z5 .software .content h3 {
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
}

#G8825Z5 .software .content p {
  margin-bottom: 24px;
}

#G8825Z5 .software .content ul {
  margin-left: 24px;
}

#G8825Z5 .performance {
  position: relative;
  z-index: 1;
  margin-bottom: 7em;
}

@media (max-width: 768px) {
  #G8825Z5 .performance {
    padding: 16px;
    margin-bottom: 5em;
  }
}

#G8825Z5 .performance .tab {
  margin-top: 48px;
  margin-bottom: 32px;
  padding: 32px 60px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(
        to right,
        rgba(70, 150, 219, 0.3),
        rgba(70, 150, 219, 0.1)
      )
      padding-box,
    linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1))
      border-box;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.6);
  position: relative;
}

@media (max-width: 768px) {
  #G8825Z5 .performance .tab {
    padding: 8px;
  }
}

#G8825Z5 .performance .tab h3 {
  text-align: left;
}

#G8825Z5 .performance .tab .tab_panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  justify-items: center;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  #G8825Z5 .performance .tab .tab_panel {
    margin-bottom: 20px;
  }
}

#G8825Z5 .performance .tab .tab_panel li {
  font-size: 24px;
  font-weight: bold;
  color: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #G8825Z5 .performance .tab .tab_panel li {
    font-size: 14px;
    padding: 0 12px;
  }
}

#G8825Z5 .performance .tab .tab_panel li:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 100%, 0.25);
}

#G8825Z5 .performance .tab .tab_panel li.active {
  color: #37fffd;
  text-shadow: 0 0 20px #37fffd, 0 0 20px rgba(55, 255, 253, 0.5);
}

#G8825Z5 .performance .tab .tab_panel li:hover {
  color: #37fffd;
  text-shadow: 0 0 20px #37fffd, 0 0 20px rgba(55, 255, 253, 0.5);
}

#G8825Z5 .performance .tab .tab_content {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  justify-self: center;
  gap: 4em;
  display: none;
}

@media (max-width: 768px) {
  #G8825Z5 .performance .tab .tab_content {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}

#G8825Z5 .performance .tab .tab_content.active {
  display: grid;
}

#G8825Z5 .performance .tab .tab_content > div {
  max-width: 510px;
}

#G8825Z5 .performance .tab .tab_content img {
  box-shadow: 0 0px 18px rgba(0, 0, 0, 0.5), 0 0px 10px rgba(70, 150, 219, 0.5);
}

#G8825Z5 .performance .tab .tab_content h3 {
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

#G8825Z5 .performance .tab .tab_content p {
  line-height: 1.2;
}

#G8825Z5 .config {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #G8825Z5 .config {
    padding: 16px;
    margin-bottom: 5em;
  }
}

#G8825Z5 .config p {
  text-align: center;
  margin-top: 16px;
}

#G8825Z5 .config .specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media (max-width: 768px) {
  #G8825Z5 .config .specs {
    grid-template-columns: 1fr;
  }
}

#G8825Z5 .config .specs > div:first-child {
  z-index: -1;
}

#G8825Z5 .config .specs > div:first-child img {
  transform: scale(1.35);
}

@media (max-width: 768px) {
  #G8825Z5 .config .specs > div:first-child img {
    transform: scale(1.2);
  }
}

#G8825Z5 .config .spec {
  margin-top: 50px;
  z-index: 2;
}

@media (max-width: 768px) {
  #G8825Z5 .config .spec {
    margin-top: -5%;
  }
}

#G8825Z5 .config .spec .spec-table {
  font-size: 14px;
  text-align: center;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  #G8825Z5 .config .spec .spec-table {
    font-size: 12px;
  }
}

#G8825Z5 .config .spec .spec-table th {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: bold;
  color: #37fffd;
}

#G8825Z5 .config .spec .spec-table tbody tr:nth-of-type(odd) {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0)
  );
  border-top: 1px solid rgba(155, 176, 218, 0.1);
  border-bottom: 1px solid rgba(155, 176, 218, 0.1);
}

#G8825Z5 .config .spec .spec-table td,
#G8825Z5 .config .spec .spec-table th {
  padding: 8px;
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
  #G8825Z5 .config .spec .spec-table td,
  #G8825Z5 .config .spec .spec-table th {
    padding: 4px 2px;
  }
}

#G8825Z5 .config .spec .spec-table .model-link {
  color: #37fffd;
  font-size: 16px;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  #G8825Z5 .config .spec .spec-table .model-link {
    font-size: 12px;
  }
}

#G8825Z5 .vd {
  position: relative;
  z-index: 1;
  padding-bottom: 96px;
}

@media (max-width: 768px) {
  #G8825Z5 .vd {
    padding: 16px 0;
  }
}

#G8825Z5 .vd .col3 {
  justify-self: center;
}

#G8825Z5 .vd .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#G8825Z5 .vd .item .item-body {
  flex: 1;
  margin-top: 16px;
}

@media (max-width: 768px) {
  #G8825Z5 .vd .item img {
    width: 100%;
  }
}

#G8825Z5 .vd h2 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #G8825Z5 .vd h2 {
    margin-bottom: 12px;
  }
}

#G8825Z5 .vd h4 {
  color: #37fffd;
}

#G8825Z5 .vd .lb {
  display: block;
  width: fit-content;
  border-radius: 0 9999px 9999px 0;
  background: linear-gradient(to right, #6717cd, #2871fa);
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  max-width: 105px;
  width: 100%;
  position: relative;
  margin-top: -20px;
}

#G8825Z5 .vd a {
  width: 100%;
  max-width: initial;
}

#G8825Z5 .vd p {
  font-size: 12px;
}

@media (max-width: 768px) {
  #G8825Z5 .vd p {
    margin-bottom: 0;
  }
}
