@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --primary-200: #99f9ff;
  --section: 80px;
  --_custom---primary-800: #09123a;
  --_custom---primary-400: #01efff;
  --white: white;
  --box-shadow-1: #01efffe6;
  --box-shadow-2: #01efff;
  --box-shadow-3: #ffffff1a;
  --box-shadow-4: #0000001a;
  --box-shadow-5: #0003;
  --nvidia: #76b900;
  --_custom---softgreen: #58fabb;
  --_custom---footer-bg: #09123a;
  --_custom---font-family: Outfit, Arial, sans-serif;
  --_custom---productbggradient-start: #010004;
  --_custom---productbggradient-end: #172641;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.title-hero {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-hero.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.title-hero.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.title-hero.cc-store-home-wrap {
  padding-top: 0;
}

.title-hero.inverse-section {
  background-color: #000;
}

.title-hero.inverse-section.utility-padding-all-0 {
  background-color: #0000;
  flex-flow: column;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.utility-position-relative.utility-padding-bottom-4rem {
  z-index: 5;
  flex: 0 auto;
  order: 1;
  align-self: baseline;
  height: 80vh;
  padding-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.utility-padding-all-0 {
  padding: 0;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 80vh;
  display: block;
}

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.y-bottom {
  align-items: end;
}

.grid-layout.tablet-1-column.grid-gap-l.y-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 4rem;
  display: flex;
}

.utility-position-relative {
  position: relative;
}

.utility-position-relative.utility-viewport-height-100 {
  height: auto;
  min-height: 100%;
}

.utility-viewport-height-100 {
  min-height: 100dvh;
}

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-image-cover.utility-position-absolute {
  height: 500px;
}

.utility-position-absolute {
  position: absolute;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  position: absolute;
  inset: 0%;
}

.utility-padding-bottom-4rem {
  padding-bottom: 4rem;
}

.utility-margin-bottom-0 {
  aspect-ratio: auto;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-s {
  margin-bottom: 1rem;
}

.utility-aspect-239x1 {
  aspect-ratio: 2.39;
  position: relative;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.paragraph-xl {
  margin-bottom: 1rem;
}

.body {
  background-color: var(--black);
  color: #fafafa;
  background-image: none;
  flex-flow: column;
  font-family: Outfit, Arial, sans-serif;
  display: block;
  overflow-x: hidden;
}

.overview-nvidia {
  margin-top: 80px;
  margin-bottom: 80px;
}

.overview-nvidia.gradient-light {
  padding-top: var(--section);
  padding-bottom: var(--section);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: linear-gradient(#295d87, #295d87 35%, #4e8bb0 67%, #599dc0 95%, #e9e4e3);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.overview-nvidia.gradient-black {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.overview-nvidia.gradient-black.gradient-mirrow {
  background-image: linear-gradient(0deg, #010504, #0f161e);
  padding-top: 100px;
}

.overview-nvidia.gradient-black.gradient-mirrow.container-padded {
  padding-top: 100px;
}

.overview-nvidia.gradient-black.gradient-mirrow.container-padded.overview-alle-erazer-laptops {
  padding-bottom: 0;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.navbar {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 7vw;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  z-index: 15;
  text-align: left;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 20px;
  line-height: 28px;
  display: flex;
  position: fixed;
  top: 22px;
  left: 7vw;
  right: 7vw;
}

.logo {
  text-align: left;
  max-width: 150px;
}

.link-shop {
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.container-padded {
  padding: 10px;
}

.container-padded.product-feature-listing-container {
  margin-top: -20px;
  padding-top: 0;
}

.container-fullwidth {
  max-width: 100vw;
}

.section {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.slide-content {
  background-color: #000;
  background-image: url('../images/Screenshot-2025-02-17-224526.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slide-content.slide-2 {
  background-image: url('../images/Screenshot-2025-02-17-224642.png');
  background-position: 50%;
  background-size: contain;
}

.grid-benefit-element {
  aspect-ratio: 16 / 9;
}

.grid-benefit-element.benefit-refreshrate {
  aspect-ratio: 16 / 9;
  background-image: url('../images/60Hz-vs.-144Hz-vs.-240Hz-Visual-Comparison.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-benefit-element.benefit-intel {
  background-image: url('../images/intel-275hx.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-benefit-element.benefit-hdr {
  background-image: url('../images/Overview_HDR_SDR-Right-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-benefit-element.benefit-cooling {
  background-image: url('../images/vaporchamber.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-feature-hero {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  aspect-ratio: 16 / 9;
  background-image: url('../images/76562_p76560_ecom_intel_14gen_lp_header_1920x660.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: grid;
}

.product-feature-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.product-feature-header {
  text-align: center;
  font-weight: 800;
}

.grid.product-feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.product-feature-grid {
  grid-column-gap: 10px;
  grid-row-gap: 70px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.product-feature-grid-item {
  background-image: linear-gradient(180deg, var(--_custom---primary-800), var(--_custom---primary-400) 16%, var(--black) 37%, #005f65 89%, var(--_custom---primary-400));
  min-width: 240px;
  max-width: 380px;
  min-height: 50px;
  padding: 0 0 20px;
  transition: all .2s;
  position: relative;
}

.product-feature-grid-item:hover {
  opacity: 1;
  outline-offset: 0px;
  outline: 2px solid #acacacb3;
  margin-top: -15px;
}

.product-feature-grid-item.octagon {
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 420px;
  max-width: 800px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.product-feature-grid-item.octagon:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-feature-grid-item.octagon:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-feature-grid-item.octagon:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  background-image: none;
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon:hover:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-feature-grid-item.octagon:hover:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-feature-grid-item.octagon:hover:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  box-shadow: none;
  outline-width: 0;
}

.product-feature-grid-item.octagon.eckig {
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon.eckig:hover {
  box-shadow: none;
  outline-width: 0;
}

.product-feature-grid-item.octagon.eckig-flesstext {
  background-image: none;
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon.eckig-flesstext:hover {
  box-shadow: none;
  outline-width: 0;
}

.product-feature-grid-item.octagon.eckig-flesstext-13 {
  background-image: none;
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon.eckig-flesstext-13:hover {
  box-shadow: none;
  outline-width: 0;
}

.product-feature-grid-item.octagon.eckig-flesstext-25 {
  background-image: none;
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon.eckig-flesstext-25:hover {
  box-shadow: none;
  outline-width: 0;
}

.product-feature-grid-item.octagon.eckig-flesstext-37 {
  background-image: none;
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon.eckig-flesstext-37:hover {
  box-shadow: none;
  outline-width: 0;
}

.product-feature-grid-item.octagon.eckig-flesstext-49 {
  background-image: none;
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon.eckig-flesstext-49:hover {
  box-shadow: none;
  outline-width: 0;
}

.product-feature-grid-item.octagon.eckig-flesstext-61 {
  background-image: none;
  min-width: auto;
  max-width: 100%;
}

.product-feature-grid-item.octagon.eckig-flesstext-61:hover {
  box-shadow: none;
  outline-width: 0;
}

.product-item-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.product-item-image {
  z-index: 2;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  width: 70%;
  min-width: 0%;
  padding: 0;
  position: relative;
}

.product-item-image:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-item-image:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-item-image:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .product-item-image.eckig-5, .product-item-image.eckig-flesstext-5, .product-item-image.eckig-flesstext-17, .product-item-image.eckig-flesstext-29, .product-item-image.eckig-flesstext-41 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.product-item-image.eckig-flesstext-41.fulltable-product-image {
  width: 84%;
  margin-right: auto;
  padding-bottom: 15px;
  padding-right: 20px;
}

.product-item-image.eckig-flesstext-53, .product-item-image.eckig-flesstext-65 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.product-item-head {
  color: var(--white);
  margin-top: 0;
  font-weight: 700;
  text-decoration: none;
}

.product-item-text {
  color: var(--white);
  margin-bottom: 0;
}

.product-item-text:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-item-text:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-item-text:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  font-size: .8rem;
  line-height: 1.1rem;
}

.product-item-text.eckig-16.product-item-text-waku {
  font-size: 10px;
  line-height: 16px;
}

.product-item-textbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -30px;
  display: flex;
}

.pullet-points {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch flex-start;
  place-items: start;
  width: 90%;
  min-width: 90%;
  max-width: 980px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: grid;
}

.h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 1rem;
  font-family: Outfit, Arial, sans-serif;
  font-size: 5.125rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration-style: solid;
}

.text {
  color: var(--white);
  text-align: left;
  max-width: 40.625rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.text.text-center {
  text-align: center;
}

.text.text-center.text-bold {
  text-align: center;
  font-weight: 700;
}

.text.text-scroll {
  box-sizing: border-box;
  aspect-ratio: auto;
  scrollbar-color: #76b900 #0000000d;
  scrollbar-width: thin;
  margin-top: 15px;
  padding-top: 0;
  padding-right: 10px;
  overflow: auto;
}

.text.text-scroll:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
  scrollbar-color: #01efff #0000000d;
}

.text.text-scroll.benefits-text {
  text-align: left;
  object-fit: fill;
  flex: 1;
  order: 0;
  width: 100%;
  font-size: .9rem;
  line-height: 1.4em;
  display: block;
}

.text.text-big {
  font-size: 1.3rem;
  font-weight: 600;
}

.text.spawn {
  font-weight: 700;
}

.text.product-info-text-disclaimer {
  text-align: center;
  max-width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: .5rem;
  line-height: 1em;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Outfit, Arial, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Outfit, Arial, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1em;
}

.heading-2.productname {
  color: var(--_custom---primary-400);
  text-align: left;
}

.heading-2.productname.heading-wordwrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.productname-copy {
  color: var(--_custom---primary-400);
  text-align: left;
}

.heading-2.productname-copy.heading-wordwrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Outfit, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-3:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .heading-3.eckig-flesstext-44, .heading-3.eckig-flesstext-56, .heading-3.eckig-flesstext-68 {
  min-height: 4.5rem;
}

.button {
  box-sizing: content-box;
  aspect-ratio: auto;
  background-color: var(--_custom---primary-400);
  color: var(--_custom---primary-800);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 6.25rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding: .5625rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.43em;
  display: block;
  overflow: visible;
}

.button:where(.w-variant-cc5d9a99-5ca1-6c6c-3df6-fd64abc7c39d) {
  align-self: center;
}

.button:where(.w-variant-8e746bb4-a31b-a8a8-c04c-8c68787f8ebb) {
  align-self: flex-end;
}

.button:where(.w-variant-9c9168a2-7433-bbac-873e-bdc8b72047bf) {
  box-shadow: 0 0 4px 2px #000c;
}

.button:hover {
  background-color: var(--primary-200);
  box-shadow: 0 0 10px 0 var(--box-shadow-1), 0 4px 10px 0 var(--box-shadow-2), 0 0 1px 4px var(--box-shadow-3), inset 0 -4px 10px 0 var(--box-shadow-4), inset 2px 2px 10px 0 var(--box-shadow-5);
}

.button.button-center {
  align-self: center;
}

.button.right {
  align-self: flex-end;
}

.button.center {
  align-self: center;
}

.button.product {
  box-shadow: 0 0 0 8px #000;
}

.button.product.shortpage-button {
  box-shadow: none;
}

.button.product-2 {
  box-shadow: 0 0 0 8px #000;
}

.button.product-2.shortpage-button {
  box-shadow: none;
}

.button.product-3 {
  box-shadow: 0 0 0 8px #000;
}

.button.product-3.shortpage-button {
  box-shadow: none;
}

.button.product-4, .button.product-5, .button.product-6 {
  box-shadow: 0 0 0 8px #000;
}

.gradient-dark-blue {
  background-image: linear-gradient(#000616, #03173d 35% 65%, #0a3248);
}

.background-video {
  height: 80vh;
}

.nvidia-titel {
  max-width: none;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  text-align: center;
}

.bold-text {
  text-transform: uppercase;
  font-weight: 400;
}

.heading-4 {
  color: var(--white);
  text-align: left;
  max-width: 326px;
  margin-top: auto;
  margin-bottom: auto;
}

.nvidia-benefiets, .container-6 {
  max-width: none;
}

.slide-3 {
  color: #fafafa00;
}

.slider-2 {
  background-color: #ddd0;
}

.team-slider {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 80px 30px;
  position: relative;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.text-left {
  text-align: left;
}

.centered-subheading {
  text-align: left;
  max-width: 530px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.benefits-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
  overflow: visible;
}

.benifits-box {
  width: 31%;
  min-width: auto;
  max-width: 500px;
  margin-right: 2%;
}

.benifits-box.video-box {
  width: 100%;
  max-width: 21vw;
  height: 60vh;
}

.benifits-box.fade1 {
  width: 450px;
  max-width: none;
  max-height: 70vh;
}

.benifit-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #1c1c1c00;
  background-image: radial-gradient(circle, #1b1b1b, #0c0c0c);
  border: 2px solid #494949;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 550px;
  height: 700px;
  min-height: auto;
  max-height: 700px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.benifit-block:where(.w-variant-5ddf9d21-c3dd-a099-3029-dee25fe49514) {
  padding-top: 0;
}

.benifit-block:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  background-image: linear-gradient(#010c27cc, #002b9d00), linear-gradient(#000616, #03173d 35% 65%, #0a3248);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center start;
  place-items: stretch stretch;
  height: 100%;
  display: flex;
}

.benifit-block:hover {
  box-shadow: 0 0 0 3px var(--nvidia);
}

.benifit-block:hover:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
  box-shadow: 0 0 0 3px var(--_custom---primary-400);
}

.benifit-block.nvidia-benefit-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 630px;
  padding-bottom: 5px;
}

.benifit-block.nvidia-benefit-block:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
  background-image: linear-gradient(#010c27cc, #002b9d00), linear-gradient(#000616, #03173d 35% 65%, #345795);
  height: 585px;
}

.benifit-block.nvidia-benefit-block:hover {
  box-shadow: 0 0 0 3px var(--_custom---softgreen);
}

.benifit-block.nvidia-benefit-block:hover:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
  box-shadow: 0 0 0 3px var(--_custom---primary-400);
}

.benifits-icon {
  object-fit: cover;
  width: 100%;
  max-height: 370px;
}

.benifits-icon:where(.w-variant-5ddf9d21-c3dd-a099-3029-dee25fe49514) {
  display: none;
}

.benifits-icon:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
  object-fit: cover;
  max-height: 370px;
}

.team-block-info {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.team-member-name-two {
  text-align: left;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
  position: relative;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-block-2 {
  display: flex;
}

.benefitsbox {
  border: 1px solid var(--primary-200);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  aspect-ratio: 1;
  background-color: var(--_custom---primary-400);
  border-radius: 20px;
  width: 34px;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.image:hover {
  box-shadow: 0 0 10px 3px var(--box-shadow-1), 0 2px 4px 0 var(--box-shadow-2), 0 0 1px 4px var(--box-shadow-3), inset 0 -4px 10px 0 var(--box-shadow-4), inset 0 2px 2px 10px var(--box-shadow-5);
}

.image.narrow {
  background-color: var(--_custom---softgreen);
}

.container-8 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  border-bottom: 0px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-5 {
  background-image: linear-gradient(#000616, #03173d 35% 65%, #0a3248);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.paragraph {
  text-align: center;
}

.icon {
  background-color: #920606;
  position: relative;
}

.right-arrow {
  background-color: var(--_custom---primary-400);
  border-radius: 20px;
  width: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: block;
  position: absolute;
  inset: auto 50px -60px auto;
  overflow: visible;
}

.right-arrow.benefiet-arrow {
  background-color: var(--_custom---softgreen);
  border-radius: 20px;
  padding: 5px;
  display: block;
  bottom: -60px;
}

.left-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_custom---primary-400);
  text-align: right;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 36px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 5px;
  display: block;
  position: absolute;
  inset: auto 110px -60px auto;
  overflow: visible;
}

.left-arrow.benefiet-arrow-copy {
  z-index: 10;
  background-color: var(--_custom---softgreen);
  padding: 5px;
  display: block;
  bottom: -60px;
}

.icon-2 {
  float: none;
  clear: none;
  background-color: #dc2f2f;
  border-radius: 20px;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 10px;
  font-size: 20px;
  position: static;
  inset: 0% auto auto 0%;
}

.benifits-slider {
  margin-bottom: var(--section);
}

.benifits-slider.video-slider {
  max-width: 90%;
  margin-right: auto;
}

.gradient-light {
  background-image: linear-gradient(#e9e4e3, #a9c6d5 5%, #599dc0 25%, #4e8bb0 35%, #295d87 45% 55%, #4e8bb0 65%, #599dc0 75%, #a9c6d5 95%, #e9e4e3);
}

.gradient-light.product-overview {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 220px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nvidia-logo {
  max-width: 250px;
}

.product-infos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 350px;
  display: flex;
  position: relative;
  bottom: 0;
}

.product-infos.beast {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: var(--black);
  background-image: url('../images/erazer_2025_NVIDIA-Kampagne_Landing-Page_Hero-Asset.jpg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.product-infos.beast.gradient-light {
  background-image: none;
}

.product-infos.major, .product-infos.desktops {
  margin-bottom: 150px;
}

.container-9 {
  z-index: 10;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-9 {
  position: relative;
}

.product-info-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40vw;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-right: 5%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-10 {
  margin-top: -80px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-11 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0%;
  display: flex;
  position: absolute;
  right: 0;
}

.div-block-12 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto auto 50px;
}

.div-block-13 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.pc-game-pass {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pc-game-pass.gradient-dark-blue {
  background-image: linear-gradient(#000616, #03173d 35% 65%, #0a3248);
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
}

.container-11 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-1-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  background-image: linear-gradient(90deg, #0000, #000 11% 100%, #fff);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-right: 5%;
  padding-left: 40px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.shadow-two {
  width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  margin-right: 0%;
  display: flex;
}

.text-block.centered {
  text-align: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block.eckig-flesstext-6, .text-block.eckig-flesstext-18, .text-block.eckig-flesstext-30 {
  min-height: 151px;
}

.header-image-mobile {
  width: 100vw;
  height: auto;
  display: none;
}

.mask {
  float: none;
  height: auto;
  margin-bottom: 0;
  padding: 20px;
  overflow: hidden;
}

.background-video-2 {
  display: none;
}

.background-video-2:where(.w-variant-5ddf9d21-c3dd-a099-3029-dee25fe49514) {
  z-index: 2;
  aspect-ratio: 1;
  width: 100%;
  height: 22vw;
  display: block;
  overflow: visible;
}

.play-pause-button:where(.w-variant-5ddf9d21-c3dd-a099-3029-dee25fe49514) {
  inset: 5% auto auto 5%;
}

.bg-zoom-in {
  pointer-events: auto;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
}

.bg-zoom-in:hover {
  width: 150%;
}

.div-block-15 {
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.outside {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--box-shadow-1);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--box-shadow-1);
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: var(--box-shadow-1);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--box-shadow-1);
  background-color: var(--_custom---primary-400);
  box-shadow: inset 0 0 10px 3px var(--box-shadow-4);
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0% 95%, 0% 5%);
  clip-path: polygon(10% 0%, 90% 0%, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0% 95%, 0% 5%);
  background-image: none;
  width: 100%;
  height: 800px;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 0;
  position: relative;
}

.outside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 660px;
}

.outside:hover {
  border-width: 2px;
  padding-top: 70px;
}

.outside:hover:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside:hover:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside:hover:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  border-width: 0;
}

.outside.eckig-2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.outside.eckig-2:hover {
  border-width: 0;
}

.outside.eckig-2.product-waku {
  height: 820px;
}

.outside.eckig-flesstext-2 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: linear-gradient(#010c27cc, #002b9d00), linear-gradient(#000616, #03173d 35% 65%, #0a3248);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.outside.eckig-flesstext-2:hover {
  border-width: 0;
}

.outside.eckig-flesstext-14 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.outside.eckig-flesstext-14:hover {
  border-width: 0;
}

.outside.eckig-flesstext-26 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.outside.eckig-flesstext-26:hover {
  border-width: 0;
}

.outside.eckig-flesstext-38 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 660px;
}

.outside.eckig-flesstext-38:hover {
  border-width: 0;
}

.outside.eckig-flesstext-50 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 660px;
}

.outside.eckig-flesstext-50:hover {
  border-width: 0;
}

.outside.eckig-flesstext-62 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 660px;
}

.outside.eckig-flesstext-62:hover {
  border-width: 0;
}

.product-image {
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-image:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-image:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-image:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .product-image.eckig-flesstext-4, .product-image.eckig-flesstext-16, .product-image.eckig-flesstext-28, .product-image.eckig-flesstext-40, .product-image.eckig-flesstext-52, .product-image.eckig-flesstext-64 {
  height: 200px;
}

.div-block-17 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-18 {
  border-top: 1px solid var(--white);
  border-bottom: 0px solid var(--white);
  width: 100%;
  height: 5px;
}

.div-block-19 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-20:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .div-block-20:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .div-block-20:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .div-block-20.eckig-7, .div-block-20.eckig-flesstext-7, .div-block-20.eckig-flesstext-19, .div-block-20.eckig-flesstext-31, .div-block-20.eckig-flesstext-43, .div-block-20.eckig-flesstext-55, .div-block-20.eckig-flesstext-67 {
  justify-content: flex-start;
  align-items: flex-start;
}

.product-button {
  margin-left: 0;
  position: absolute;
  inset: auto auto -8px;
}

.div-block-22 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.xbox {
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.list-item {
  margin-bottom: 0;
}

.list {
  color: var(--white);
  margin-bottom: 10px;
  padding-left: 20px;
}

.list:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .list:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .list:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .list.eckig-10 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.feature-product-desktop {
  width: 100vw;
}

.product-info {
  position: relative;
}

.feature-product-mobile {
  display: none;
}

.xbox-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: block;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0 solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-item-text-2 {
  color: #fff;
  margin-bottom: 0;
}

.div-block-25 {
  z-index: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.image-8 {
  aspect-ratio: 1;
  background-color: #01efff;
  border-radius: 20px;
  width: 34px;
  margin-left: auto;
  padding: 5px;
  position: relative;
}

.image-8:hover {
  box-shadow: 0 0 10px 3px #01efffe6, 0 2px 4px #01efff, 0 0 1px 4px #ffffff1a, inset 0 -4px 10px #0000001a, inset 0 2px 2px 10px #0003;
}

.product-feature-grid-item-2 {
  background-image: linear-gradient(#09123a, #01efff 16%, #000 37%, #005f65 89%, #01efff);
  min-width: 240px;
  max-width: 380px;
  min-height: 50px;
  padding: 0 0 20px;
  transition: all .2s;
  position: relative;
}

.product-feature-grid-item-2:hover {
  opacity: 1;
  outline-offset: 0px;
  outline: 2px solid #acacacb3;
  margin-top: -15px;
}

.link-block-2 {
  background-color: #09123a;
  background-image: linear-gradient(#2c434b, #fff0 20%, #122023 63%, #12202300), radial-gradient(circle at 50% 25%, #01efff54, #0000 42%), radial-gradient(circle at 50% 100%, #01efff52, #0000 42%), linear-gradient(#2c434b, #122023 40%);
  border: 1px solid #01efffe6;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 0;
  position: relative;
  box-shadow: inset 0 0 10px 3px #0000001a, inset 0 2px 13px -5px #01efff;
}

.link-block-2:hover {
  border-width: 2px;
  padding-top: 70px;
}

.div-block-26 {
  padding-left: 20px;
  padding-right: 20px;
}

.product-benifiet {
  width: 90%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.product-video {
  width: 80%;
  max-height: 80vh;
}

.products {
  width: 31%;
  min-width: auto;
  max-width: 500%;
  margin-right: 2vw;
  right: auto;
}

.products.fade1 {
  width: 33%;
  min-width: 440px;
}

.header-image-desktop {
  width: 100%;
  display: block;
}

.gradient-black {
  background-image: linear-gradient(#010504, #0f161e);
}

.product-overview {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nvidia-box {
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  display: flex;
}

.inside {
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0% 95%, 0% 5%);
  clip-path: polygon(10% 0%, 90% 0%, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0% 95%, 0% 5%);
  background-image: linear-gradient(#006b82 5%, #00adf0 26%, #080443 44%, #00011b);
  padding: 10px 20px 40px;
  position: absolute;
  inset: 2px;
}

.inside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .inside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .inside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: linear-gradient(#010c27cc, #002b9d00), linear-gradient(#000616, #03173d 35% 65%, #0a3248);
}

.inside.eckig-3 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.inside.eckig-flesstext-3, .inside.eckig-flesstext-15, .inside.eckig-flesstext-27 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: linear-gradient(#010c27cc, #002b9d00), linear-gradient(#000616, #03173d 35% 65%, #0a3248);
  position: relative;
}

.inside.eckig-flesstext-39, .inside.eckig-flesstext-51, .inside.eckig-flesstext-63 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: linear-gradient(#010c27cc, #002b9d00), linear-gradient(#000616, #03173d 35% 65%, #0a3248);
}

.nbenifiet {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.intro.gradient-black {
  background-image: linear-gradient(#010504, #0f161e);
}

.game-pass-image {
  width: 54%;
}

.product-container {
  width: 90%;
  margin: 0 auto;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "." 1fr
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center;
  display: grid;
}

.image-9 {
  max-height: 100px;
  margin-right: 15px;
  padding-right: 0;
}

.video-container {
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
  padding-bottom: 0;
}

.background-video-3 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.background-video-3.bgvideo-beast18x1.mobile-video, .background-video-3.bgvideo-beast16x1.mobile-video, .background-video-3.bgvideo-major16.mobile-video {
  aspect-ratio: 9 / 16;
  display: none;
}

.product-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.product-slider-wrapper.quicklink-products {
  margin-top: 0;
}

.div-block-27:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .div-block-27:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .div-block-27:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-27.eckig-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-27.eckig-flesstext-9, .div-block-27.eckig-flesstext-21, .div-block-27.eckig-flesstext-33 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-27.eckig-flesstext-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-27.eckig-flesstext-57, .div-block-27.eckig-flesstext-69 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benifits-box-copy {
  min-width: auto;
  max-width: 30%;
  margin-right: 5%;
}

.benifits-box-copy.video-box {
  width: 100%;
  max-width: 21vw;
  height: 60vh;
}

.benifits-box-copy.fade1 {
  width: 450px;
  max-width: none;
  max-height: 70vh;
}

.hero-store-button-div {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-2:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .text-block-2.eckig-flesstext-10, .text-block-2.eckig-flesstext-22, .text-block-2.eckig-flesstext-34, .text-block-2.eckig-flesstext-46, .text-block-2.eckig-flesstext-58, .text-block-2.eckig-flesstext-70 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

.italic-text {
  text-align: center;
  font-size: .5rem;
  line-height: 1.5em;
}

.heading-7.heading-wordwrapper {
  display: inline-block;
}

.link-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-10 {
  overflow: visible;
}

.product-postinfo {
  width: 100vw;
  padding-bottom: 40px;
}

.footer-section {
  background-color: var(--_custom---footer-bg);
  border-top: 1px solid #fff;
  width: 100%;
  padding-top: 25px;
}

.footer-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footerlink-list {
  list-style-type: none;
  display: flex;
}

.footerlinklist-item, .list-item-3 {
  flex: 1;
}

.footerlink {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.footerlink-copy {
  color: #fff;
  text-align: center;
  margin-left: 3vw;
  margin-right: 3vw;
  text-decoration: none;
  transition: color .4s, opacity .2s;
}

.footerlink-copy:hover {
  color: var(--primary-200);
  text-decoration: none;
}

.footerlink-box {
  flex-flow: row;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.footerpartner-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footercopyright-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.footerpartner-img {
  box-sizing: border-box;
  object-fit: contain;
  width: 100px;
  min-width: 100px;
  max-height: 50px;
}

.footerpartner-imgbox {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 340px;
  display: flex;
}

.footerpartner-title {
  font-size: 14px;
}

.testslider-base-carousel {
  position: relative;
}

.testslider-base-slides {
  display: flex;
}

.testslider-base-slide {
  background-color: #ddd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.testslider-base-background {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.testslider-base-slide-content {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  background-color: #0000 !important;
}

.testslider-base-slide-title {
  color: #4b4949;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 53px;
  line-height: 58px;
}

.testslider-base-slide-description {
  color: #a0a0a0;
  text-align: left;
  letter-spacing: 0;
  max-width: 75%;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.testslider-base-slide-button {
  color: #fff;
  background-color: #006aff;
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 16px;
  text-decoration: none;
}

.testslider-base-slide-button:hover {
  background-color: #3481ef;
  border-style: none;
  transition: background-color .5s ease-in-out;
}

.testslider-base-arrows {
  z-index: 1;
  pointer-events: none;
}

.testslider-base-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testslider-base-arrow-left-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.testslider-base-arrow-left-button:hover {
  background-color: #faf8f8;
}

.testslider-base-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.testslider-base-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testslider-base-arrow-right-button {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.testslider-base-arrow-right-button:hover {
  background-color: #faf8f8;
}

.testslider-base-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.testslider-base-animations, .testslider-base-utilities {
  display: none;
}

.slider-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  scroll-snap-align: center;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5px 20px;
  display: flex;
  overflow: scroll hidden;
}

.slider-container:where(.w-variant-3b1c33e0-8262-0036-4501-9f27a819c5a7) {
  justify-content: center;
  align-items: flex-start;
}

.slider-container.nvidia-benefits-slider-container {
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-container.erazer-major-16-benefits-slider-container {
  margin-left: auto;
  margin-right: auto;
}

.slider-container.erazer-major-16-product-slider-container {
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-container.erazer-ultimate-16-benefits-slider-container {
  margin-left: auto;
  margin-right: auto;
}

.slider-container.erazer-ultimate-16-product-slider-container {
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-container.erazer-beast-18-benefits-slider-container {
  margin-left: auto;
  margin-right: auto;
}

.slider-container.erazer-beast-18-product-slider-container {
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-container.erazer-desktop-benefits-slider-container {
  margin-left: auto;
  margin-right: auto;
}

.sliderflexer-subslide {
  scroll-snap-align: center;
  flex: none;
  width: 31%;
  min-width: auto;
  max-width: 500px;
}

.benefits-slider {
  margin-left: auto;
  margin-right: auto;
}

.benefits-slider.erazer-major-16-benefits-slider {
  width: 90%;
  margin-top: -50px;
  padding-top: 0;
}

.benefits-slider.erazer-major-16-product-slider {
  width: 90%;
}

.benefits-slider.erazer-major-16-product-slider.erazer-alle-laptops-benefit-slider {
  margin-bottom: 50px;
}

.benefits-slider.erazer-ultimate-16-benefits-slider {
  width: 90%;
  margin-top: -50px;
  padding-top: 0;
}

.benefits-slider.erazer-ultimate-16-product-slider {
  width: 90%;
}

.benefits-slider.erazer-beast-18-benefits-slider {
  width: 90%;
  margin-top: -50px;
  padding-top: 0;
}

.benefits-slider.erazer-beast-18-product-slider {
  width: 90%;
}

.benefits-slider.erazer-desktop-benefits-slider {
  margin-top: -50px;
  padding-top: 0;
}

.benefits-slider.erazer-major-16-benefits-slider-copy {
  width: 90%;
  margin-top: -50px;
  padding-top: 0;
}

.benefits-slider.erazer-laptops-slider {
  width: 90%;
  margin-top: 0;
  padding-top: 0;
}

.benefits-slider.erazer-laptops-slider.benefits-mobile-table {
  display: none;
}

.slider-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.slider-buttons:where(.w-variant-3b1c33e0-8262-0036-4501-9f27a819c5a7) {
  display: none;
}

.slider-button-link {
  width: 64px;
  padding: 10px;
}

.slider-button-link.slide-left, .slider-button-link.slide-right {
  width: 52px;
}

.erazer-laptop-products {
  margin-top: 0;
  padding-top: 30px;
}

.erazer-laptop-products.gradient-shortpage-2 {
  background-image: linear-gradient(#081529, #001a7a);
}

.intro-short.gradient-black {
  background-image: linear-gradient(#010504, #0f161e);
  margin-bottom: 20px;
}

.intro-short.gradient-black.gradient-shortpage-1 {
  background-image: linear-gradient(#000503, #081529);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.product-table-flexer {
  width: 100%;
}

.product-table-flexer-container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product-table-flexer-container-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 50px;
  padding: 5px;
  display: block;
}

.product-table-flexer-container-text {
  text-align: left;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.text-block-3 {
  color: var(--white);
  padding-left: 0;
}

.text-block-3.product-table-flextext {
  font-size: 14px;
}

.outside-table-flex {
  border-top-style: solid;
  border-top-width: 0;
  border-top-color: var(--box-shadow-1);
  border-right-style: solid;
  border-right-width: 0;
  border-right-color: var(--box-shadow-1);
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-bottom-color: var(--box-shadow-1);
  border-left-style: solid;
  border-left-width: 0;
  border-left-color: var(--box-shadow-1);
  background-color: var(--_custom---primary-400);
  box-shadow: inset 0 0 10px 3px var(--box-shadow-4);
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0% 95%, 0% 5%);
  clip-path: polygon(10% 0%, 90% 0%, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0% 95%, 0% 5%);
  background-image: none;
  width: 100%;
  height: 800px;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 0;
  position: relative;
}

.outside-table-flex:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside-table-flex:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside-table-flex:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 660px;
}

.outside-table-flex:hover {
  border-width: 2px;
  padding-top: 70px;
}

.outside-table-flex:hover:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside-table-flex:hover:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside-table-flex:hover:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  border-width: 0;
}

.outside-table-flex.eckig-2 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.outside-table-flex.eckig-2:hover {
  border-width: 0;
}

.outside-table-flex.eckig-2.product-waku {
  height: 820px;
}

.outside-table-flex.eckig-flesstext-2 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-image: linear-gradient(#010c27cc, #002b9d00), linear-gradient(#000616, #03173d 35% 65%, #0a3248);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.outside-table-flex.eckig-flesstext-2:hover {
  border-width: 0;
}

.outside-table-flex.eckig-flesstext-14 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.outside-table-flex.eckig-flesstext-14:hover {
  border-width: 0;
}

.outside-table-flex.eckig-flesstext-26 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.outside-table-flex.eckig-flesstext-26:hover {
  border-width: 0;
}

.outside-table-flex.eckig-flesstext-38 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 840px;
}

.outside-table-flex.eckig-flesstext-38:hover {
  border-width: 0;
}

.outside-table-flex.eckig-flesstext-50 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 660px;
}

.outside-table-flex.eckig-flesstext-50:hover {
  border-width: 0;
}

.outside-table-flex.eckig-flesstext-62 {
  background-color: var(--_custom---primary-800);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 660px;
}

.outside-table-flex.eckig-flesstext-62:hover {
  border-width: 0;
}

.heading-3-table-flexer {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Outfit, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-3-table-flexer:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  min-height: 4.5rem;
}

.heading-3-table-flexer.eckig-flesstext-44 {
  min-height: 3.6em;
}

.heading-3-table-flexer.eckig-flesstext-56, .heading-3-table-flexer.eckig-flesstext-68 {
  min-height: 4.5rem;
}

.tableflex-image {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.fulltable-container {
  width: 100vw;
}

.fulltable-fullgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.fulltable-singlegrid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.fulltable-singlegrid.fulltable-header {
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 150px) 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
}

.fulltable-singlegrid.fulltable-header.fulltable-border {
  border-bottom: 1px solid var(--white);
}

.fulltable-singlegrid.fulltable-header.fulltable-button-row {
  margin-top: 20px;
}

.fulltable-fullgrid-vert {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.fulltable-singlegrid-vert {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.fulltable-singlegrid-vert.fulltable-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  height: 50px;
}

.product-table-flexer-container-vert {
  border: 1px solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.heading-3-table-flexer-kachel {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Outfit, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2em;
}

.heading-3-table-flexer-kachel:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
  min-height: 4.5rem;
}

.heading-3-table-flexer-kachel.eckig-flesstext-44 {
  min-height: 3.6em;
}

.heading-3-table-flexer-kachel.eckig-flesstext-56, .heading-3-table-flexer-kachel.eckig-flesstext-68 {
  min-height: 4.5rem;
}

.divider-60 {
  width: 60px;
  height: 60px;
  margin: auto;
}

.divider-30 {
  height: 30px;
  margin: auto;
}

.fulltable-button-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  display: block;
}

.fulltable-emptydiv {
  width: 0;
  height: 0;
}

@media screen and (min-width: 1280px) {
  .product-feature-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .product-item-text:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-item-text:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-item-text:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-3:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .heading-3:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .heading-3:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .heading-3.eckig-flesstext-8, .heading-3.eckig-flesstext-20, .heading-3.eckig-flesstext-32, .heading-3.eckig-flesstext-44, .heading-3.eckig-flesstext-56, .heading-3.eckig-flesstext-68 {
    font-size: 1.8rem;
  }

  .product-infos.beast {
    padding-bottom: 60px;
  }

  .outside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .outside.eckig-flesstext-38, .outside.eckig-flesstext-50, .outside.eckig-flesstext-62 {
    height: 570px;
  }

  .product-image:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-image:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-image:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .product-image.eckig-flesstext-4, .product-image.eckig-flesstext-16, .product-image.eckig-flesstext-28, .product-image.eckig-flesstext-40, .product-image.eckig-flesstext-52, .product-image.eckig-flesstext-64 {
    height: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-product-mobile {
    display: none;
  }

  .video {
    width: 100%;
    height: 100%;
  }

  .slider-container.erazer-major-16-benefits-slider-container, .slider-container.erazer-ultimate-16-benefits-slider-container, .slider-container.erazer-beast-18-benefits-slider-container, .slider-container.erazer-desktop-benefits-slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sliderflexer-subslide {
    flex: none;
    min-width: auto;
  }

  .sliderflexer-subslide.sliderflexer-subslide-major-16, .sliderflexer-subslide.sliderflexer-subslide-ultimate-16, .sliderflexer-subslide.sliderflexer-subslide-beast-18, .sliderflexer-subslide.sliderflexer-subslide-desktop {
    min-width: auto;
  }

  .benefits-slider.erazer-major-16-benefits-slider, .benefits-slider.erazer-ultimate-16-benefits-slider, .benefits-slider.erazer-beast-18-benefits-slider, .benefits-slider.erazer-desktop-benefits-slider, .benefits-slider.erazer-major-16-benefits-slider-copy, .benefits-slider.erazer-laptops-slider {
    width: 90%;
  }

  .outside-table-flex:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside-table-flex:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside-table-flex:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    height: 570px;
  }

  .outside-table-flex.eckig-flesstext-38 {
    height: 740px;
  }

  .outside-table-flex.eckig-flesstext-50, .outside-table-flex.eckig-flesstext-62 {
    height: 570px;
  }

  .heading-3-table-flexer:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .heading-3-table-flexer:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .heading-3-table-flexer:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .heading-3-table-flexer.eckig-flesstext-8, .heading-3-table-flexer.eckig-flesstext-20, .heading-3-table-flexer.eckig-flesstext-32 {
    font-size: 1.8rem;
  }

  .heading-3-table-flexer.eckig-flesstext-44 {
    min-height: 2.4em;
    font-size: 1.8rem;
  }

  .heading-3-table-flexer.eckig-flesstext-56, .heading-3-table-flexer.eckig-flesstext-68, .heading-3-table-flexer-kachel:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .heading-3-table-flexer-kachel:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .heading-3-table-flexer-kachel:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .heading-3-table-flexer-kachel.eckig-flesstext-8, .heading-3-table-flexer-kachel.eckig-flesstext-20, .heading-3-table-flexer-kachel.eckig-flesstext-32 {
    font-size: 1.8rem;
  }

  .heading-3-table-flexer-kachel.eckig-flesstext-44 {
    min-height: 2.4em;
    font-size: 1.8rem;
  }

  .heading-3-table-flexer-kachel.eckig-flesstext-56, .heading-3-table-flexer-kachel.eckig-flesstext-68 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature-grid {
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .product-infos.beast {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    padding-bottom: 60px;
  }

  .outside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .outside.eckig-flesstext-38, .outside.eckig-flesstext-50, .outside.eckig-flesstext-62 {
    height: 510px;
  }

  .feature-product-mobile {
    display: none;
  }

  .product-video {
    width: 80%;
  }

  .sliderflexer-subslide {
    flex: none;
    width: 31.5%;
    min-width: auto;
  }

  .outside-table-flex:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside-table-flex:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside-table-flex:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    height: 510px;
  }

  .outside-table-flex.eckig-flesstext-38 {
    height: 740px;
  }

  .outside-table-flex.eckig-flesstext-50, .outside-table-flex.eckig-flesstext-62 {
    height: 510px;
  }
}

@media screen and (min-width: 1920px) {
  .product-feature-grid {
    flex-flow: wrap;
    grid-auto-flow: column;
    align-self: center;
    place-items: start center;
    display: flex;
  }

  .product-feature-grid-item.octagon:hover {
    outline-width: 0;
  }

  .text.text-big {
    max-width: none;
  }

  .benifits-box {
    max-width: 500px;
  }

  .benifits-box.fade1 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-right: 20px;
  }

  .benifit-block {
    min-height: 800px;
    padding-bottom: 15px;
  }

  .benifit-block.nvidia-benefit-block {
    height: 720px;
    min-height: auto;
    max-height: 740px;
  }

  .benifits-icon:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
    max-width: none;
  }

  .product-infos.beast {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    background-color: #0000;
    padding-bottom: 140px;
  }

  .product-infos.beast.gradient-light {
    background-image: none;
  }

  .container-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-1-3 {
    background-color: #0000;
    background-image: linear-gradient(90deg, #0000, #000000c4 15%, #000 24%, var(--black));
    width: 50%;
  }

  .text-block {
    margin-right: 5%;
  }

  .xbox {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    height: 70vh;
    display: flex;
    overflow: hidden;
  }

  .feature-product-mobile {
    display: none;
  }

  .xbox-image {
    height: Infinity% ;
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .div-block-23 {
    width: 60%;
    position: relative;
    overflow: hidden;
  }

  .product-benifiet {
    margin-bottom: 60px;
  }

  .product-video {
    max-width: 1200px;
    height: auto;
    max-height: 80vh;
    position: relative;
  }

  .youtube {
    width: auto;
    height: 100%;
  }

  .video {
    width: auto;
    height: auto;
    max-height: 80vh;
    position: static;
  }

  .products {
    width: 450px;
  }

  .benifits-box-copy.fade1 {
    width: auto;
    min-width: auto;
    height: auto;
    margin-right: 20px;
  }

  .slider-container:where(.w-variant-3b1c33e0-8262-0036-4501-9f27a819c5a7) {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .slider-container.erazer-major-16-benefits-slider-container {
    margin-bottom: 50px;
  }

  .sliderflexer-subslide {
    flex: none;
    min-width: auto;
    max-width: 450px;
  }

  .sliderflexer-subslide:where(.w-variant-3b1c33e0-8262-0036-4501-9f27a819c5a7) {
    min-width: auto;
    max-width: 470px;
    margin-right: 2vw;
  }

  .fulltable-singlegrid.fulltable-header {
    grid-template-columns: minmax(120px, 260px) 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .title-hero.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .grid-layout.y-bottom {
    align-items: end;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .utility-image-cover.utility-position-absolute {
    display: none;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .body {
    overflow: hidden auto;
  }

  .overview-nvidia.gradient-black.gradient-mirrow {
    background-image: linear-gradient(0deg, #010504, #0f161e);
  }

  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .product-feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }

  .product-item-image {
    width: 85%;
  }

  .product-item-image:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-item-image:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-item-image:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .product-item-image.eckig-5, .product-item-image.eckig-flesstext-5, .product-item-image.eckig-flesstext-17, .product-item-image.eckig-flesstext-29, .product-item-image.eckig-flesstext-41, .product-item-image.eckig-flesstext-53, .product-item-image.eckig-flesstext-65 {
    width: 459px;
  }

  .pullet-points {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .text {
    max-width: 80%;
  }

  .text.spawn {
    font-size: .7rem;
    line-height: 1.2em;
  }

  .heading-2 {
    text-align: center;
    overflow-wrap: anywhere;
    display: block;
  }

  .heading-2.productname, .heading-2.productname-copy {
    text-align: center;
  }

  .container-7 {
    max-width: 728px;
  }

  .benifits-box {
    width: auto;
    max-width: 100vw;
  }

  .right-arrow, .left-arrow {
    display: block;
  }

  .benifits-slider {
    max-width: 98%;
  }

  .product-info-text {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
    position: relative;
  }

  .container-11 {
    max-width: 728px;
  }

  .text-1-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block {
    justify-content: center;
    align-items: center;
  }

  .text-block:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .text-block:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .text-block:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .text-block.eckig-6, .text-block.eckig-flesstext-6, .text-block.eckig-flesstext-18, .text-block.eckig-flesstext-30, .text-block.eckig-flesstext-42, .text-block.eckig-flesstext-54, .text-block.eckig-flesstext-66 {
    max-width: none;
  }

  .image-3 {
    width: 100vw;
    height: 100vh;
  }

  .header-image-mobile {
    display: block;
  }

  .mask {
    width: 95vw;
  }

  .outside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda) {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .outside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 520px;
  }

  .outside.eckig-2, .outside.eckig-flesstext-2, .outside.eckig-flesstext-14, .outside.eckig-flesstext-26 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .outside.eckig-flesstext-38, .outside.eckig-flesstext-50, .outside.eckig-flesstext-62 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 520px;
  }

  .div-block-20:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .div-block-20:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .div-block-20:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .div-block-20.eckig-7, .div-block-20.eckig-flesstext-7, .div-block-20.eckig-flesstext-19, .div-block-20.eckig-flesstext-31, .div-block-20.eckig-flesstext-43, .div-block-20.eckig-flesstext-55, .div-block-20.eckig-flesstext-67 {
    width: 100%;
  }

  .xbox {
    flex-flow: column;
  }

  .feature-product-desktop {
    display: none;
    overflow: hidden;
  }

  .product-info, .product-feature-image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .feature-product-mobile {
    object-fit: fill;
    width: 100%;
    display: block;
  }

  .products {
    width: 100%;
    max-width: 80%;
    margin-right: 5%;
  }

  .header-image-desktop {
    display: none;
  }

  .inside {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .inside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .inside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .inside.eckig-3, .inside.eckig-flesstext-3, .inside.eckig-flesstext-15, .inside.eckig-flesstext-27, .inside.eckig-flesstext-39, .inside.eckig-flesstext-51, .inside.eckig-flesstext-63 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .game-pass-image {
    width: 100%;
    margin-left: 0%;
  }

  .product-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-9 {
    max-height: 70px;
  }

  .benifits-box-copy {
    width: auto;
    max-width: 100vw;
  }

  .heading-7 {
    overflow-wrap: normal;
    width: 100%;
  }

  .testslider-base-slide-content {
    width: 85%;
    margin-bottom: 10%;
  }

  .testslider-base-slide-title {
    font-size: 45px;
    line-height: 47px;
    margin-top: 6px !important;
  }

  .testslider-base-slide-description, .testslider-base-slide-button {
    font-size: 14px;
  }

  .testslider-base-arrow-left, .testslider-base-arrow-right {
    margin-right: 3%;
  }

  .slider-container, .slider-container:where(.w-variant-3b1c33e0-8262-0036-4501-9f27a819c5a7) {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-container.erazer-major-16-benefits-slider-container, .slider-container.erazer-ultimate-16-benefits-slider-container, .slider-container.erazer-beast-18-benefits-slider-container, .slider-container.erazer-desktop-benefits-slider-container {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .sliderflexer-subslide {
    flex: none;
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .sliderflexer-subslide.sliderflexer-subslide-major-16, .sliderflexer-subslide.sliderflexer-subslide-ultimate-16, .sliderflexer-subslide.sliderflexer-subslide-beast-18, .sliderflexer-subslide.sliderflexer-subslide-desktop {
    width: 100%;
    max-width: 80%;
  }

  .benefits-slider.erazer-major-16-benefits-slider {
    width: 90vw;
  }

  .benefits-slider.erazer-major-16-product-slider {
    width: 95%;
    margin-right: 0;
  }

  .benefits-slider.erazer-ultimate-16-benefits-slider {
    width: 90vw;
  }

  .benefits-slider.erazer-ultimate-16-product-slider {
    width: 95%;
    margin-right: 0;
  }

  .benefits-slider.erazer-beast-18-benefits-slider {
    width: 90vw;
  }

  .benefits-slider.erazer-beast-18-product-slider {
    width: 95%;
    margin-right: 0;
  }

  .benefits-slider.erazer-desktop-benefits-slider, .benefits-slider.erazer-major-16-benefits-slider-copy, .benefits-slider.erazer-laptops-slider {
    width: 90vw;
  }

  .slider-buttons {
    display: none;
  }

  .outside-table-flex:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside-table-flex:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda) {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .outside-table-flex:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 520px;
  }

  .outside-table-flex.eckig-2, .outside-table-flex.eckig-flesstext-2, .outside-table-flex.eckig-flesstext-14, .outside-table-flex.eckig-flesstext-26 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .outside-table-flex.eckig-flesstext-38, .outside-table-flex.eckig-flesstext-50, .outside-table-flex.eckig-flesstext-62 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 520px;
  }
}

@media screen and (max-width: 767px) {
  .title-hero {
    margin-left: 15px;
    margin-right: 15px;
  }

  .title-hero.cc-cta {
    padding: 15px;
  }

  .title-hero.cc-home-wrap, .title-hero.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .grid-layout.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .utility-padding-bottom-4rem {
    padding-bottom: 2rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-slider, .pc-game-pass {
    padding: 60px 15px;
  }

  .feature-product-mobile {
    display: none;
  }

  .products {
    width: 80%;
  }

  .testslider-base-slide-content {
    row-gap: 0;
    height: auto;
    display: grid;
  }

  .testslider-base-slide-title {
    font-size: 35px;
    line-height: 37px;
  }

  .slider-container.erazer-major-16-benefits-slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-container.erazer-major-16-product-slider-container {
    width: 95%;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-container.erazer-ultimate-16-benefits-slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-container.erazer-ultimate-16-product-slider-container {
    width: 95%;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-container.erazer-beast-18-benefits-slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-container.erazer-beast-18-product-slider-container {
    width: 95%;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-container.erazer-desktop-benefits-slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sliderflexer-subslide {
    width: 95%;
  }

  .benefits-slider.erazer-major-16-benefits-slider, .benefits-slider.erazer-ultimate-16-benefits-slider, .benefits-slider.erazer-beast-18-benefits-slider, .benefits-slider.erazer-desktop-benefits-slider, .benefits-slider.erazer-major-16-benefits-slider-copy, .benefits-slider.erazer-laptops-slider {
    width: 95%;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .body {
    overflow: visible;
  }

  .overview-nvidia.gradient-black.gradient-mirrow.container-padded {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-logo {
    justify-content: space-between;
    align-items: flex-start;
    top: 15px;
    left: 15px;
    right: 15px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .product-feature-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .product-feature-grid-item.octagon:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-feature-grid-item.octagon:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-feature-grid-item.octagon:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-feature-grid-item.octagon:hover:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-feature-grid-item.octagon:hover:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-feature-grid-item.octagon:hover:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    margin-top: 0;
  }

  .product-feature-grid-item.octagon.eckig {
    min-width: 274px;
  }

  .product-feature-grid-item.octagon.eckig-flesstext {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-feature-grid-item.octagon.eckig-flesstext:hover {
    margin-top: 0;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-13 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-13:hover {
    margin-top: 0;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-25 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-25:hover {
    margin-top: 0;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-37 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-37:hover {
    margin-top: 0;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-49 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-49:hover {
    margin-top: 0;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-61 {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .product-feature-grid-item.octagon.eckig-flesstext-61:hover {
    margin-top: 0;
  }

  .product-item-image:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-item-image:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda) {
    width: 100%;
    height: auto;
  }

  .product-item-image:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    width: 100%;
    max-height: 240px;
  }

  .product-item-image.eckig-5, .product-item-image.eckig-flesstext-5 {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .product-item-image.eckig-flesstext-17, .product-item-image.eckig-flesstext-29 {
    width: 100%;
    height: auto;
  }

  .product-item-image.eckig-flesstext-41, .product-item-image.eckig-flesstext-53, .product-item-image.eckig-flesstext-65 {
    width: 100%;
    max-height: 240px;
  }

  .product-item-text:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-item-text:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-item-text:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .product-item-text.eckig-16 {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .pullet-points {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text, .text.text-scroll.benefits-text {
    max-width: 100%;
  }

  .text.spawn {
    font-size: .8rem;
    line-height: 1.3em;
  }

  .text.spawn.benefit-icon-grid-text {
    text-align: center;
  }

  .text.product-info-text-disclaimer {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-2 {
    white-space: normal;
    text-wrap: pretty;
    word-break: auto-phrase;
    font-size: 2.5rem;
  }

  .heading-2.productname {
    text-align: left;
  }

  .heading-2.productname.heading-wordwrapper, .heading-2.productname-copy.heading-wordwrapper {
    text-align: left;
    font-size: 2.5rem;
  }

  .heading-3:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .heading-3:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .heading-3:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }

  .heading-3.eckig-8 {
    font-size: 1.75rem;
    line-height: 1em;
  }

  .heading-3.eckig-flesstext-8, .heading-3.eckig-flesstext-20, .heading-3.eckig-flesstext-32, .heading-3.eckig-flesstext-44, .heading-3.eckig-flesstext-56, .heading-3.eckig-flesstext-68 {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }

  .button.center {
    font-size: .775rem;
  }

  .button.product-4, .button.product-5, .button.product-6 {
    box-shadow: none;
  }

  .nvidia-titel {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .text-container {
    max-width: 100%;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .benefits-slider-wrapper {
    overflow: visible;
  }

  .benefits-slider-wrapper.slider-suppressor {
    max-width: 100vw;
  }

  .benifits-box {
    width: auto;
    margin-right: 5%;
    padding-right: 0;
  }

  .benifit-block.nvidia-benefit-block, .benifit-block.nvidia-benefit-block:where(.w-variant-1c181ba8-a1ab-a7fd-2ccc-69cb18ff69e5) {
    margin-left: 2px;
  }

  .right-arrow {
    display: none;
    right: -2000px;
    overflow: hidden;
  }

  .right-arrow.benefiet-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
    right: -2000px;
    overflow: hidden;
  }

  .left-arrow.benefiet-arrow-copy {
    display: none;
  }

  .benifits-slider {
    max-width: 100%;
    padding-right: 0;
    overflow: visible;
  }

  .product-info-text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-11 {
    max-width: none;
  }

  .text-1-3 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .text-block {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .text-block:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .text-block:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    flex: 1;
  }

  .text-block.game-pass-textblock {
    text-align: center;
    text-decoration: none;
  }

  .text-block.eckig-flesstext-6, .text-block.eckig-flesstext-18, .text-block.eckig-flesstext-30, .text-block.eckig-flesstext-42, .text-block.eckig-flesstext-54, .text-block.eckig-flesstext-66 {
    flex: 1;
  }

  .mask {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .outside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside:hover:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside:hover:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside:hover:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    padding-top: 0;
  }

  .outside.eckig-2.product-waku {
    height: 660px;
  }

  .outside.eckig-flesstext-2 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside.eckig-flesstext-2:hover {
    padding-top: 0;
  }

  .outside.eckig-flesstext-2.quicklink-products {
    height: 350px;
  }

  .outside.eckig-flesstext-14 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside.eckig-flesstext-14:hover {
    padding-top: 0;
  }

  .outside.eckig-flesstext-14.quicklink-products {
    height: 350px;
  }

  .outside.eckig-flesstext-26 {
    box-sizing: border-box;
    height: 350px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside.eckig-flesstext-26:hover {
    padding-top: 0;
  }

  .outside.eckig-flesstext-38 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside.eckig-flesstext-38:hover {
    padding-top: 0;
  }

  .outside.eckig-flesstext-50 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside.eckig-flesstext-50:hover {
    padding-top: 0;
  }

  .outside.eckig-flesstext-62 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside.eckig-flesstext-62:hover {
    padding-top: 0;
  }

  .product-image:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .product-image:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .product-image:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 20px 0;
    display: flex;
  }

  .product-image.eckig-4 {
    height: 200px;
  }

  .product-image.eckig-flesstext-4, .product-image.eckig-flesstext-16, .product-image.eckig-flesstext-28, .product-image.eckig-flesstext-40, .product-image.eckig-flesstext-52, .product-image.eckig-flesstext-64 {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding: 20px 0;
    display: flex;
  }

  .div-block-20:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .div-block-20:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .div-block-20:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .div-block-20.eckig-flesstext-7, .div-block-20.eckig-flesstext-19, .div-block-20.eckig-flesstext-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20.eckig-flesstext-43 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-20.eckig-flesstext-55, .div-block-20.eckig-flesstext-67 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .xbox {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
    padding-bottom: 60px;
  }

  .list-item:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .list-item:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .list-item:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .list-item.eckig-11 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .feature-product-desktop {
    display: none;
  }

  .feature-product-mobile {
    display: block;
  }

  .product-benifiet {
    color: #fafafa00;
    width: 100vw;
    margin-bottom: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .products {
    box-sizing: border-box;
    width: auto;
    min-width: auto;
    max-width: 100vw;
    margin-right: 5%;
  }

  .products.fade1 {
    width: 85%;
  }

  .product-overview {
    padding-bottom: 0;
    padding-left: 0;
  }

  .nvidia-box {
    flex-flow: column;
  }

  .inside:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .inside:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .inside:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .inside.eckig-flesstext-3, .inside.eckig-flesstext-15, .inside.eckig-flesstext-27, .inside.eckig-flesstext-39, .inside.eckig-flesstext-51, .inside.eckig-flesstext-63 {
    box-sizing: border-box;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin-bottom: 0;
    position: relative;
  }

  .nbenifiet {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .game-pass-image {
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-container {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .image-9 {
    max-height: 70px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .video-container {
    aspect-ratio: 9 / 16;
    border-bottom: 2px solid #494949;
  }

  .background-video-3.bgvideo-beast18x1 {
    display: none;
  }

  .background-video-3.bgvideo-beast18x1.mobile-video {
    display: block;
  }

  .background-video-3.bgvideo-beast16x1 {
    display: none;
  }

  .background-video-3.bgvideo-beast16x1.mobile-video {
    display: block;
  }

  .background-video-3.bgvideo-major16 {
    display: none;
  }

  .background-video-3.bgvideo-major16.mobile-video {
    display: block;
  }

  .product-slider-wrapper {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .product-slider-wrapper.quicklink-products {
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-slider-wrapper.slider-suppressor {
    max-width: 100vw;
  }

  .div-block-27:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .div-block-27:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .div-block-27:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844), .div-block-27.eckig-flesstext-9, .div-block-27.eckig-flesstext-21, .div-block-27.eckig-flesstext-33, .div-block-27.eckig-flesstext-45, .div-block-27.eckig-flesstext-57, .div-block-27.eckig-flesstext-69 {
    flex: 0 auto;
    padding-top: 15px;
    display: block;
  }

  .benifits-box-copy {
    width: auto;
    padding-right: 0;
  }

  .list-item-waku {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-store-button-div {
    margin-top: 0;
  }

  .heading-7 {
    word-break: normal;
  }

  .heading-7.heading-wordwrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-28.heading-wordwrapper, .div-block-29, .heading-wordwrapper {
    width: 100%;
  }

  .link-block-3 {
    justify-content: center;
    align-items: flex-end;
    max-width: 40%;
    display: block;
  }

  .footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footerpartner-imgbox {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-container.nvidia-benefits-slider-container, .slider-container.erazer-major-16-benefits-slider-container {
    padding-left: 2px;
    padding-right: 2px;
  }

  .slider-container.erazer-major-16-product-slider-container {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .slider-container.erazer-ultimate-16-benefits-slider-container {
    padding-left: 2px;
    padding-right: 2px;
  }

  .slider-container.erazer-ultimate-16-product-slider-container {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .slider-container.erazer-beast-18-benefits-slider-container {
    padding-left: 2px;
    padding-right: 2px;
  }

  .slider-container.erazer-beast-18-product-slider-container {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }

  .slider-container.erazer-desktop-benefits-slider-container {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sliderflexer-subslide {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%;
  }

  .sliderflexer-subslide.sliderflexer-subslide-major-16, .sliderflexer-subslide.sliderflexer-subslide-ultimate-16, .sliderflexer-subslide.sliderflexer-subslide-beast-18, .sliderflexer-subslide.sliderflexer-subslide-desktop {
    max-width: 100%;
  }

  .benefits-slider.erazer-major-16-benefits-slider {
    width: 100%;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-slider.erazer-major-16-product-slider {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-slider.erazer-ultimate-16-benefits-slider {
    width: 100%;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-slider.erazer-ultimate-16-product-slider {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-slider.erazer-beast-18-benefits-slider {
    width: 100%;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-slider.erazer-beast-18-product-slider {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-slider.erazer-desktop-benefits-slider {
    width: 100%;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 2px;
  }

  .benefits-slider.erazer-major-16-benefits-slider-copy, .benefits-slider.erazer-laptops-slider {
    width: 100%;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-slider.erazer-laptops-slider.benefits-desktop-table {
    display: none;
  }

  .benefits-slider.erazer-laptops-slider.benefits-mobile-table {
    display: block;
  }

  .slider-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: none;
  }

  .slider-button-link {
    width: 32px;
    height: 32px;
  }

  .outside-table-flex:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside-table-flex:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside-table-flex:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside-table-flex:hover:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .outside-table-flex:hover:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .outside-table-flex:hover:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    padding-top: 0;
  }

  .outside-table-flex.eckig-2.product-waku {
    height: 660px;
  }

  .outside-table-flex.eckig-flesstext-2 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside-table-flex.eckig-flesstext-2:hover {
    padding-top: 0;
  }

  .outside-table-flex.eckig-flesstext-2.quicklink-products {
    height: 350px;
  }

  .outside-table-flex.eckig-flesstext-14 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside-table-flex.eckig-flesstext-14:hover {
    padding-top: 0;
  }

  .outside-table-flex.eckig-flesstext-14.quicklink-products {
    height: 350px;
  }

  .outside-table-flex.eckig-flesstext-26 {
    box-sizing: border-box;
    height: 350px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside-table-flex.eckig-flesstext-26:hover {
    padding-top: 0;
  }

  .outside-table-flex.eckig-flesstext-38 {
    box-sizing: border-box;
    height: 760px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside-table-flex.eckig-flesstext-38:hover {
    padding-top: 0;
  }

  .outside-table-flex.eckig-flesstext-50 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside-table-flex.eckig-flesstext-50:hover {
    padding-top: 0;
  }

  .outside-table-flex.eckig-flesstext-62 {
    box-sizing: border-box;
    height: 600px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    overflow: visible;
  }

  .outside-table-flex.eckig-flesstext-62:hover {
    padding-top: 0;
  }

  .heading-3-table-flexer:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .heading-3-table-flexer:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .heading-3-table-flexer:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }

  .heading-3-table-flexer.eckig-8 {
    font-size: 1.75rem;
    line-height: 1em;
  }

  .heading-3-table-flexer.eckig-flesstext-8, .heading-3-table-flexer.eckig-flesstext-20, .heading-3-table-flexer.eckig-flesstext-32, .heading-3-table-flexer.eckig-flesstext-44, .heading-3-table-flexer.eckig-flesstext-56, .heading-3-table-flexer.eckig-flesstext-68 {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }

  .fulltable-container {
    min-width: 800px;
  }

  .fulltable-singlegrid {
    width: 90vw;
  }

  .fulltable-singlegrid.fulltable-header {
    width: auto;
  }

  .heading-3-table-flexer-kachel:where(.w-variant-261fed57-2bd7-ca95-8051-4d534eb05d8e), .heading-3-table-flexer-kachel:where(.w-variant-d7525b2f-7912-3d81-24f5-d15fb819cdda), .heading-3-table-flexer-kachel:where(.w-variant-294c98e3-7b2d-1172-10d7-849aea201844) {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }

  .heading-3-table-flexer-kachel.eckig-8 {
    font-size: 1.75rem;
    line-height: 1em;
  }

  .heading-3-table-flexer-kachel.eckig-flesstext-8, .heading-3-table-flexer-kachel.eckig-flesstext-20, .heading-3-table-flexer-kachel.eckig-flesstext-32 {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }

  .heading-3-table-flexer-kachel.eckig-flesstext-44 {
    min-height: 2.4em;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }

  .heading-3-table-flexer-kachel.eckig-flesstext-56, .heading-3-table-flexer-kachel.eckig-flesstext-68 {
    margin-top: 0;
    font-size: 1.75rem;
    line-height: 1em;
    text-decoration: none;
  }
}

#w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414d0-47e414cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414d6-47e414cf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414dc-47e414cf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414e2-47e414cf {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414e8-47e414cf {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414ef-47e414cf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_936f7a5e-13e6-74f4-625f-e346efa9feac-efa9fea3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_936f7a5e-13e6-74f4-625f-e346efa9feb3-efa9fea3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_936f7a5e-13e6-74f4-625f-e346efa9feba-efa9fea3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-d1272060 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-d1272060 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-d1272060 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-d1272060 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-d1272060 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-d1272061 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-d1272061 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-d1272063 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-d1272063 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-d1272064 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-d1272064 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-d1272064 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-d1272065 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-d1272065 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-0df68a43 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-0df68a43 {
  grid-area: Area;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-fde112a8-f7a8-f00c-ff0c-0625a9be3f42-a9be3f41 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-fde112a8-f7a8-f00c-ff0c-0625a9be3f46-a9be3f41 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_3ed95966-64cd-b02a-bded-2822889c0ff9-f5ff8a4c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_3ed95966-64cd-b02a-bded-2822889c0ffd-f5ff8a4c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0fd7d412-ece3-5b59-ba9f-74556d761be1-71e6ba45 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: center;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-a1383a5f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-a1383a5f {
  grid-area: Area;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-b5ed2acf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-b5ed2acf {
  grid-area: Area;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-905e5a43 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-905e5a43 {
  grid-area: Area;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-6be36037 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb07-6be36037 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-6be36037 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-6be36037 {
  grid-area: Area;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-088bf343 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb07-088bf343 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-088bf343 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-088bf343 {
  grid-area: Area;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-7e0f2348 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb07-7e0f2348 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-7e0f2348 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-7e0f2348 {
  grid-area: Area;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-0bcdb64a {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb07-0bcdb64a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-0bcdb64a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-0bcdb64a {
  grid-area: Area;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-035638e9 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb07-035638e9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-035638e9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-035638e9 {
  grid-area: Area;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-d9a7d46c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb07-d9a7d46c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-d9a7d46c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_65d266c6-e6a3-154c-2f9e-8527063bf9b2-d9a7d46c {
  grid-area: Area;
}

#w-node-_91f22f1a-1f15-009d-bfec-fa19acfd1ecf-4998c4db {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_91f22f1a-1f15-009d-bfec-fa19acfd1ed0-4998c4db {
  grid-area: Area;
}

#w-node-_91f22f1a-1f15-009d-bfec-fa19acfd1ecf-11692c01 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_91f22f1a-1f15-009d-bfec-fa19acfd1ed0-11692c01 {
  grid-area: Area;
}

#w-node-_8f542dd1-2b87-c613-fab2-2f2ed61cd4a1-11692c01, #w-node-cc97138d-3a5f-f5d7-0ffb-c3a4ab6c4635-11692c01, #w-node-_12d12646-1168-131c-e880-3ab47bc0879b-11692c01, #w-node-d64b28b2-d71d-3bb3-9b65-e08852d73b9c-11692c01, #w-node-d6b89547-0467-8b47-e59e-8914971909fc-11692c01, #w-node-a5bf5566-aca3-a687-0f89-f1173ba06fdb-11692c01, #w-node-b8c7fb35-6dda-52de-fff9-790b3ac40dff-11692c01, #w-node-_8d9ad1d1-dbbe-5b14-31ac-fc21d88b0c04-11692c01, #w-node-_2f5e8cdb-1980-6417-ceaa-1e4446a44b0f-11692c01, #w-node-_901d6a9c-b30a-eca6-0a1d-adbf66ddbad9-11692c01 {
  justify-self: auto;
}

#w-node-_3a34eded-e8c0-42a0-78d9-1975aaf3e90e-11692c01, #w-node-_462aa30e-f4f7-eb3e-193a-e11f5c63db3f-11692c01, #w-node-df674c5d-d4fe-06a4-7af5-aeb5f233a995-11692c01 {
  order: 0;
}

@media screen and (max-width: 991px) {
  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414dc-47e414cf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414e2-47e414cf {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414e8-47e414cf {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414ef-47e414cf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_936f7a5e-13e6-74f4-625f-e346efa9feba-efa9fea3, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-d1272060, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-d1272060 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-d1272060 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-d1272061, #w-node-_421df62a-c217-12af-eee8-27f88a387928-d1272063, #w-node-_421df62a-c217-12af-eee8-27f88a387928-d1272065 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-fde112a8-f7a8-f00c-ff0c-0625a9be3f42-a9be3f41, #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_3ed95966-64cd-b02a-bded-2822889c0ff9-f5ff8a4c, #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-6be36037, #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-088bf343, #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-7e0f2348, #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-0bcdb64a, #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-035638e9, #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5962df1e-3204-84dc-a001-84779e05cb03-d9a7d46c {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414d6-47e414cf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414dc-47e414cf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414e2-47e414cf {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414e8-47e414cf {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dff996ce-2d88-a4a4-ef81-9e5d47e414ef-47e414cf {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_936f7a5e-13e6-74f4-625f-e346efa9feb3-efa9fea3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_936f7a5e-13e6-74f4-625f-e346efa9feba-efa9fea3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-0df68a43, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-a1383a5f, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-b5ed2acf, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-905e5a43, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-6be36037, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-088bf343, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-7e0f2348, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-0bcdb64a, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-035638e9, #w-node-d5bc6a96-17fc-b5f0-5445-0f39a2bc0cdc-d9a7d46c, #w-node-_91f22f1a-1f15-009d-bfec-fa19acfd1ecf-4998c4db, #w-node-_91f22f1a-1f15-009d-bfec-fa19acfd1ecf-11692c01 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}