body,
h1,
ul,
p {
  margin: 0;
}

ul {
  padding: 0;
}

button {
  font-family: inherit;
}

@media screen and (max-width: 36em) {
  :root {
    font-size: 14px;
  }
}
@media screen and (min-width: 36em) and (max-width: 48em) {
  :root {
    font-size: 15px;
  }
}
@media screen and (min-width: 48em) and (max-width: 60em) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-width: 60em) and (max-width: 120em) {
  :root {
    font-size: 16px;
  }
}
@media screen and (min-width: 120em) {
  :root {
    font-size: 17px;
  }
}

body {
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  color: hsl(0deg, 0%, 100%);
  background-color: hsl(209deg, 17%, 2%);
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3333333333;
}

.section {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 24em) and (max-width: 36em) {
  .section {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 36em) and (max-width: 48em) {
  .section {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 60em) {
  .section {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 60em) {
  .section {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  width: auto;
  height: inherit;
  max-width: 80rem;
}
.container:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 48em) and (max-width: 60em) {
  .container:not(:last-child) {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 60em) {
  .container:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.container.is-fluid {
  max-width: none !important;
  width: 100%;
}

.block {
  position: relative;
  height: inherit;
}
.block:not(:last-child) {
  margin-bottom: 2.5rem;
}

.content {
  height: 100%;
}

.box:not(:last-child) {
  margin-bottom: 2.5rem;
}
.box p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.action-button {
  position: relative;
  background-color: hsl(196deg, 100%, 49%);
  border-radius: 4px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  transition: color 0.3333333333s, background-color 0.3333333333s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: hsl(0deg, 0%, 0%);
  text-align: center;
  padding-top: 1rem;
  padding-right: 2.5rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  line-height: 1.3333333333;
  border: 0;
  cursor: pointer;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: 1;
  /* Corrects font smoothing for webkit */
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
@media screen and (min-width: 48em) {
  .action-button {
    font-size: 0.875rem;
  }
}
.action-button::before {
  border: 2px solid hsl(196deg, 100%, 49%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.action-button:hover {
  background-color: hsla(217deg, 19%, 7%, 0.6666666667);
  color: hsl(196deg, 100%, 49%);
}

@keyframes hero-bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3.75rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hero-color-shift {
  0% {
    filter: grayscale(75%);
  }
  50% {
    filter: grayscale(25%);
  }
  100% {
    filter: grayscale(75%);
  }
}
#header {
  color: inherit;
  background-color: inherit;
}

#main {
  color: inherit;
  background-color: inherit;
}

#loader {
  position: fixed;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: hsl(0deg, 0%, 5%);
  background-image: radial-gradient(circle, #0f1e24 0%, hsl(0deg, 0%, 5%) 25%, hsl(0deg, 0%, 5%) 100%);
  background-size: 1000%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loader 5s linear;
  transition: opacity 1s;
  transition-delay: 0.5s;
}

#element-0137 {
  position: relative;
}
#element-0137::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/responsive/large/background.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  filter: grayscale(75%);
  animation-name: hero-color-shift;
  animation-duration: 20s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  z-index: -1;
}
#element-0293 {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 3.75rem;
  grid-template-rows: auto 1fr auto auto;
  min-height: 100vh;
}
#element-0389 {
  padding-top: 1.25rem;
}
#element-0421 {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
  grid-gap: 3rem;
}
#element-0434 {
  display: inline-flex;
  align-items: center;
  position: relative;
  max-width: 10rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  #element-0434 {
    font-size: 1.25rem;
  }
}
#element-0434::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(-1.5rem + 1px);
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background-color: hsl(0deg, 0%, 50%);
}
#element-0478 {
  order: -1;
  text-align: inherit;
  display: inline-block;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media screen and (max-width: 48em) {
  #element-0478 {
    width: 3rem;
    min-height: 3rem;
    background-image: url("../assets/elements/ground-logos/g-tm-logo-trimmed-azzurro.svg");
  }
}
@media screen and (min-width: 48em) {
  #element-0478 {
    width: 10rem;
    min-height: 3rem;
    background-image: url("../assets/elements/ground-logos/logitech-g-horizontal-azzurro.svg");
    background-position: left center;
  }
}
#element-0502 {
  font-size: inherit;
  line-height: inherit;
}
#element-4182 {
  position: relative;
  color: hsl(196deg, 100%, 49%);
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -1px;
  font-family: "Lexend Deca", sans-serif;
  background-image: url("../../uploads/special/hero-mask.jpg");
  background-repeat: no-repeat;
  background-position: -2.25rem calc(50% + 2.25rem);
  background-size: 38rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 24em) and (max-width: 48em) {
  #element-4182 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 48em) {
  #element-4182 {
    font-size: 6rem;
  }
}
#element-4475 {
  display: inline-flex;
}
#element-4478 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 900;
}
#element-4620 {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
}
#element-4621 {
  text-transform: uppercase;
}
#element-4622 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  line-height: 1;
}
#element-4623 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 900;
  line-height: 0.875;
  color: hsl(0deg, 0%, 100%);
  -webkit-text-fill-color: hsl(0deg, 0%, 100%);
  letter-spacing: -0.375rem;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  #element-4623 {
    font-size: 3.5rem;
  }
}
#element-4627 {
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-text-fill-color: hsl(196deg, 100%, 49%);
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  #element-4627 {
    font-size: 1.875rem;
  }
}
#element-4673 {
  position: absolute;
  top: 33.3333333333%;
  right: 0;
  animation-name: hero-bounce;
  animation-duration: 20s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 60em) {
  #element-4673 {
    display: none;
  }
}
#element-4681 {
  max-width: 24rem;
  height: auto;
}
#element-6352 {
  display: inline-grid;
  grid-gap: 1.25rem;
}
#element-6367 {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  #element-6367 {
    font-size: 1.875rem;
  }
}
#element-6378 {
  font-weight: 700;
  font-family: "Lexend Deca", sans-serif;
}
#element-6482 {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
#element-7816 {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  z-index: 1;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: hsl(0deg, 0%, 50%);
  background-color: inherit;
}
@media screen and (max-width: 48em) {
  #element-7816 {
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 3rem;
  }
}
@media screen and (min-width: 48em) {
  #element-7816 {
    grid-template-columns: auto 1fr;
    grid-gap: 3rem;
  }
}
#element-7816::before {
  content: "";
  display: block;
  position: absolute;
  background-color: hsla(217deg, 19%, 7%, 0.6666666667);
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: -1;
  backdrop-filter: blur(0.125rem);
}
#element-8005 {
  display: flex;
  justify-content: start;
  align-items: center;
}
#element-5377 {
  display: flex;
  justify-content: start;
  align-items: center;
}
#element-9531 {
  text-align: inherit;
  display: inline-block;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media screen and (max-width: 48em) {
  #element-9531 {
    width: 3rem;
    min-height: 3rem;
    background-image: url("../assets/elements/ground-logos/g-tm-logo-trimmed-azzurro.svg");
  }
}
@media screen and (min-width: 48em) {
  #element-9531 {
    width: 10rem;
    min-height: 3rem;
    background-image: url("../assets/elements/ground-logos/logitech-g-horizontal-azzurro.svg");
    background-position: left center;
  }
}
#element-9534 {
  font-size: inherit;
  line-height: inherit;
}
#element-1903 {
  max-width: 36rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 48em) {
  #element-1903 {
    font-size: 0.875rem;
  }
}

.modal-content {
  text-align: center;
}
.modal-content a {
  margin: 0 0.75rem;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.modal.is-active {
  display: flex;
}
.modal .modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(47, 49, 50, 0.3333);
}
.modal .modal-content {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .modal .modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 44rem;
    max-width: calc(90vw - 3rem);
  }
}
.modal .modal-content .box {
  margin: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 2.25rem 3rem;
}
.modal .modal-content .box .action-button:hover {
  color: white;
}
.modal .modal-content .box .action-button:hover::before {
  border-color: hsla(217deg, 19%, 7%, 0.6666666667);
}
.modal .modal-close {
  user-select: none;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 2.25rem;
  width: 2.25rem;
  max-height: 2.25rem;
  max-width: 2.25rem;
  min-height: 2.25rem;
  min-width: 2.25rem;
  outline: 0;
  position: relative;
  vertical-align: top;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
}
@media screen and (max-width: 36em) {
  .modal .modal-close {
    top: 1.75rem;
    right: 1.75rem;
  }
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 66.6666%;
  border-radius: 1rem;
  background-color: hsl(0deg, 0%, 100%);
  top: calc(50% - 2px);
  left: 16.6667%;
}
.modal .modal-close::before {
  rotate: 45deg;
}
.modal .modal-close::after {
  rotate: -45deg;
}
.modal .modal-close:hover::before, .modal .modal-close:hover::after {
  background-color: hsl(196deg, 100%, 49%);
}

.modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .modal-title {
    font-size: 1.25rem;
  }
}

.modal-description {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 48em) {
  .modal-description {
    font-size: 1.25rem;
  }
}

.special-typeface {
  font-family: "Lexend Deca", sans-serif;
  text-transform: initial;
}

.promocode {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
