* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.daily-drop {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2026/ec/uk/msi-cheat-code/images/redeem-bg.jpg) no-repeat #000;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 48px 0 64px;
}
@media (min-width: 768px) {
  .daily-drop {
    padding: 64px 0 80px;
  }
}
.daily-drop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(#000, transparent);
  z-index: 0;
}
.daily-drop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
  z-index: 0;
}
.daily-drop__header {
  margin-bottom: 32px;
}
.daily-drop__wrapper {
  position: relative;
  z-index: 20;
}

.redeem-showcase {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  background: #101014;
  border: 1px solid #9e9e9e;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .redeem-showcase {
    grid-template-columns: 1fr 1fr;
  }
}
.redeem-showcase__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px;
  background: url(https://storage-asset.msi.com/event/2026/ec/uk/msi-cheat-code/images/redeem-pd-bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .redeem-showcase__visual {
    min-height: 320px;
    padding: 32px;
  }
}
.redeem-showcase__image {
  display: block;
  width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .redeem-showcase__image {
    max-height: 250px;
  }
}
@media (min-width: 1300px) {
  .redeem-showcase__image {
    max-height: 300px;
  }
}
.redeem-showcase__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 20px;
  border-left: 0;
  border-top: 1px solid #9e9e9e;
  background: linear-gradient(45deg, #031717, #09081c);
}
@media (min-width: 768px) {
  .redeem-showcase__content {
    padding: 40px 36px;
    border-left: 1px solid #9e9e9e;
    border-top: 0;
  }
}
.redeem-showcase__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d302ff;
}
.redeem-showcase__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
}
.redeem-showcase__description {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.55;
  color: #bbbbbb;
}
.redeem-showcase__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}
.redeem-showcase__price-before {
  font-size: 15px;
  color: #bbbbbb;
  text-decoration: line-through;
}
.redeem-showcase__price-after {
  font-size: 28px;
  font-weight: 800;
  color: #c5fb07;
}
@media (min-width: 996px) {
  .redeem-showcase__price-after {
    font-size: 38px;
  }
}
.redeem-showcase__saving {
  margin: 0 0 28px;
  font-size: 14px;
  color: #bbbbbb;
}
.redeem-showcase__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-height: 48px;
  padding: 12px 28px;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
  background: #d302ff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.redeem-showcase__button:hover {
  border-color: #c5fb07;
  color: #c5fb07;
}
.redeem-showcase__button.is-disabled, .redeem-showcase__button[aria-disabled=true] {
  background: #3a3a40;
  border-color: #3a3a40;
  color: #8d8d95;
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}
.redeem-showcase__button.is-disabled:hover, .redeem-showcase__button[aria-disabled=true]:hover {
  border-color: #3a3a40;
  color: #8d8d95;
}
.redeem-showcase__redeemed-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(8, 8, 10, 0.72);
}
.redeem-showcase__redeemed-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 28px;
  border: 3px solid #d302ff;
  border-radius: 12px;
  color: #d302ff;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 23, 56, 0.25);
          box-shadow: 0 0 0 1px rgba(255, 23, 56, 0.25);
}
.redeem-showcase.is-redeemed .redeem-showcase__visual,
.redeem-showcase.is-redeemed .redeem-showcase__content, .redeem-showcase.is-expired .redeem-showcase__visual,
.redeem-showcase.is-expired .redeem-showcase__content {
  -webkit-filter: grayscale(0.35) brightness(0.55);
          filter: grayscale(0.35) brightness(0.55);
}
.redeem-showcase.is-redeemed .redeem-showcase__redeemed-overlay, .redeem-showcase.is-expired .redeem-showcase__redeemed-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.redeem-showcase.is-expired .redeem-showcase__redeemed-label {
  border-color: #bbbbbb;
  color: #bbbbbb;
  -webkit-box-shadow: 0 0 0 1px rgba(157, 157, 157, 0.25);
          box-shadow: 0 0 0 1px rgba(157, 157, 157, 0.25);
}
.redeem-showcase.is-locked .redeem-showcase__button {
  background: #3a3a40;
  border-color: #3a3a40;
  color: #8d8d95;
  cursor: not-allowed;
}

.redeem-daily-nav-wrap {
  margin-top: 40px;
}

.redeem-daily-nav__heading {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbbbbb;
}
.redeem-daily-nav + .redeem-daily-nav__heading {
  margin-top: 32px;
}

.redeem-daily-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (min-width: 768px) {
  .redeem-daily-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
}
@media (min-width: 996px) {
  .redeem-daily-nav {
    gap: 12px;
  }
}

.redeem-daily-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  min-height: 110px;
  padding: 12px 8px;
  border: 1px solid #9e9e9e;
  border-radius: 12px;
  background: #101014;
  color: #bbbbbb;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: border-color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
  transition: border-color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}
@media (min-width: 768px) {
  .redeem-daily-card {
    min-height: 140px;
    padding: 16px 12px;
  }
}
.redeem-daily-card:focus-visible {
  outline: 2px solid #c5fb07;
  outline-offset: 2px;
}
.redeem-daily-card__day {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .redeem-daily-card__day {
    font-size: 12px;
  }
}
.redeem-daily-card__date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#fff, #808080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .redeem-daily-card__date {
    font-size: 16px;
  }
}
.redeem-daily-card__date span {
  display: block;
}
.redeem-daily-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.55;
}
@media (min-width: 768px) {
  .redeem-daily-card__icon {
    width: 56px;
    height: 56px;
  }
}
.redeem-daily-card__status {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .redeem-daily-card__status {
    font-size: 14px;
  }
}
.redeem-daily-card__lock {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  background: rgba(11, 11, 13, 0.45);
}
.redeem-daily-card__lock-icon {
  display: block;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .redeem-daily-card__lock-icon {
    width: 28px;
    height: 28px;
  }
}
.redeem-daily-card.is-active {
  border-color: #6a50e2;
  background: linear-gradient(100deg, #031717, #09081c);
  -webkit-box-shadow: 0 0 10px #6a50e2;
          box-shadow: 0 0 10px #6a50e2;
}
.redeem-daily-card.is-live .redeem-daily-card__icon {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.45));
}
.redeem-daily-card.is-live .redeem-daily-card__status {
  color: #d302ff;
}
.redeem-daily-card.is-redeemed, .redeem-daily-card.is-expired {
  opacity: 0.55;
}
.redeem-daily-card.is-redeemed .redeem-daily-card__status, .redeem-daily-card.is-expired .redeem-daily-card__status {
  color: #bbbbbb;
}
.redeem-daily-card.is-locked {
  cursor: not-allowed;
}
.redeem-daily-card.is-locked .redeem-daily-card__icon {
  opacity: 0.35;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.redeem-daily-card.is-locked .redeem-daily-card__status {
  color: #bbbbbb;
}
.redeem-daily-card.is-locked .redeem-daily-card__lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.code-category {
  position: relative;
  padding: 56px 20px;
  background: transparent;
}
@media (min-width: 768px) {
  .code-category {
    padding: 80px 24px;
  }
}
.code-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(#000, transparent);
  z-index: 0;
}
.code-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
  z-index: 0;
}
.code-category__inner {
  width: min(100%, 1440px);
  margin-inline: auto;
  position: relative;
  z-index: 20;
}
.code-category__header {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .code-category__header {
    margin-bottom: 40px;
  }
}
.code-category__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 768px) {
  .code-category__grid {
    gap: 18px;
  }
}
@media (min-width: 996px) {
  .code-category__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.code-category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: 200px;
  overflow: hidden;
  border: 1px solid #9e9e9e;
  border-radius: 14px;
  background: #17171b;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .code-category-card {
    min-height: 290px;
  }
}
.code-category-card__visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .code-category-card__visual {
    padding: 20px;
  }
}
.code-category-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}
.code-category-card__product {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .code-category-card__product {
    width: 75%;
  }
}
.code-category-card__footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 52px;
  padding: 12px 12px;
  border-top: 1px solid #9e9e9e;
  background: #17171b;
}
@media (min-width: 768px) {
  .code-category-card__footer {
    min-height: 62px;
    padding: 16px 20px;
  }
}
.code-category-card__title {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .code-category-card__title {
    font-size: 18px;
  }
}
.code-category-card__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  color: #bbbbbb;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .code-category-card__arrow {
    margin-left: 16px;
    font-size: 20px;
  }
}
.code-category-card:focus-visible {
  outline: 2px solid #c5fb07;
  outline-offset: 4px;
}

@media (hover: hover) {
  .code-category-card:hover {
    border-color: #565660;
    background: #17171c;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .code-category-card:hover .code-category-card__footer {
    background: #17171c;
  }
  .code-category-card:hover .code-category-card__product {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .code-category-card:hover .code-category-card__arrow {
    color: #ffffff;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .code-category-card,
  .code-category-card__product,
  .code-category-card__arrow {
    -webkit-transition: none;
    transition: none;
  }
  .code-category-card:hover {
    -webkit-transform: none;
            transform: none;
  }
  .code-category-card:hover .code-category-card__product,
  .code-category-card:hover .code-category-card__arrow {
    -webkit-transform: none;
            transform: none;
  }
}
.how-it-works {
  position: relative;
  padding: 56px 20px;
  background: #000;
  background: url(https://storage-asset.msi.com/event/2026/ec/uk/msi-cheat-code/images/howItWorks-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 768px) {
  .how-it-works {
    padding: 80px 24px;
  }
}
.how-it-works__inner {
  width: min(100%, 1440px);
  margin-inline: auto;
  position: relative;
  z-index: 20;
}
.how-it-works__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .how-it-works__header {
    margin-bottom: 44px;
  }
}
.how-it-works__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px) {
  .how-it-works__steps {
    gap: 20px;
  }
}
@media (min-width: 996px) {
  .how-it-works__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.how-it-works__rules {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 32px;
  padding: 26px 22px;
  border: 1px solid #9e9e9e;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .how-it-works__rules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-top: 44px;
    padding: 30px;
  }
}
@media (min-width: 996px) {
  .how-it-works__rules {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.how-it-works-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  min-height: auto;
  padding: 25px 22px;
  border: 1px solid #9e9e9e;
  border-radius: 14px;
  background: #17171b;
}
@media (min-width: 768px) {
  .how-it-works-step {
    min-height: 200px;
    padding: 30px 28px;
  }
}
.how-it-works-step__number {
  display: block;
  margin-bottom: 18px;
  color: #d302ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .how-it-works-step__number {
    margin-bottom: 22px;
  }
}
.how-it-works-step__title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}
.how-it-works-step__description {
  margin: 0;
  color: #bbbbbb;
  font-size: 16px;
  line-height: 1.55;
}

.how-it-works-rule {
  min-width: 0;
}
.how-it-works-rule__title {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.how-it-works-rule__description {
  margin: 0;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.5;
}

.newsletter {
  position: relative;
  z-index: 20;
  padding: 30px 20px 30px;
}
@media (min-width: 768px) {
  .newsletter {
    padding: 80px 24px 80px;
  }
}
.newsletter__inner {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding: 40px 20px;
  border: 1px solid #9e9e9e;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 11, 11, 0.8392156863)), to(#000));
  background: linear-gradient(rgba(11, 11, 11, 0.8392156863), #000);
}
@media (min-width: 768px) {
  .newsletter__inner {
    padding: 48px 24px;
  }
}
.newsletter__content {
  width: min(100%, 620px);
  margin-inline: auto;
  padding: 50px 0;
  text-align: center;
}
.newsletter__content .heading {
  margin-bottom: 14px;
}
.newsletter__content .des {
  max-width: 520px;
  margin: 0 auto 24px;
}
.newsletter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: min(100%, 500px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .newsletter__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.newsletter__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.newsletter__input {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  background: #0b0b0d;
  color: #ffffff;
  font: inherit;
  line-height: 1;
}
.newsletter__input::-webkit-input-placeholder {
  color: #bbbbbb;
  opacity: 0.8;
}
.newsletter__input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 0.8;
}
.newsletter__input:-ms-input-placeholder {
  color: #bbbbbb;
  opacity: 0.8;
}
.newsletter__input::-ms-input-placeholder {
  color: #bbbbbb;
  opacity: 0.8;
}
.newsletter__input::placeholder {
  color: #bbbbbb;
  opacity: 0.8;
}
.newsletter__input:hover {
  border-color: #565660;
}
.newsletter__input:focus-visible {
  border-color: #c5fb07;
  outline: 2px solid rgba(255, 23, 56, 0.25);
  outline-offset: 2px;
}
.newsletter__input[aria-invalid=true] {
  border-color: #ff667c;
}
.newsletter__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  min-height: 46px;
  padding: 0 26px;
  border: 0;
  border-radius: 5px;
  background: #d302ff;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
@media (min-width: 768px) {
  .newsletter__button {
    width: auto;
  }
}
.newsletter__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.newsletter__button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.newsletter__note {
  margin: 12px 0 0;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.5;
}
.newsletter__message {
  min-height: 20px;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
}
.newsletter__message:empty {
  min-height: 0;
  margin-top: 0;
}
.newsletter__message.is-success {
  color: #73d39c;
}
.newsletter__message.is-error {
  color: #ff667c;
}

@media (hover: hover) {
  .newsletter__button:not(:disabled):hover {
    -webkit-filter: brightness(1.08);
            filter: brightness(1.08);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .newsletter__button {
    -webkit-transition: none;
    transition: none;
  }
  .newsletter__button:hover {
    -webkit-transform: none;
            transform: none;
  }
}
#daily-drop-page #dailyDrop,
#daily-drop-page #howItWorks {
  scroll-margin-top: 100px;
}
#daily-drop-page .campaign-intro {
  padding: 40px 20px 20px;
  background: #000;
}
@media (min-width: 768px) {
  #daily-drop-page .campaign-intro {
    padding: 50px 25px 25px;
  }
}
#daily-drop-page .campaign-intro__inner {
  position: relative;
  width: min(100%, 760px);
  margin-inline: auto;
  text-align: center;
  z-index: 20;
}
#daily-drop-page .campaign-intro__description {
  max-width: 680px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #daily-drop-page .campaign-intro__description {
    font-size: 20px;
    line-height: 1.55;
  }
}
#daily-drop-page .campaign-intro__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  #daily-drop-page .campaign-intro__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    margin-top: 36px;
  }
}
#daily-drop-page .campaign-intro__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 30px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (min-width: 768px) {
  #daily-drop-page .campaign-intro__button {
    width: auto;
    min-width: 210px;
    min-height: 40px;
    font-size: 18px;
  }
}
#daily-drop-page .campaign-intro__button--primary {
  border-color: #c5fb07;
  background: #c5fb07;
  color: #000;
}
#daily-drop-page .campaign-intro__button--secondary {
  border-color: #9e9e9e;
  background: transparent;
}
#daily-drop-page .campaign-intro__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
#daily-drop-page .campaign-intro__date {
  margin: 28px 0 0;
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #daily-drop-page .campaign-intro__date {
    margin-top: 34px;
    font-size: 14px;
    letter-spacing: 0.24em;
  }
}
#daily-drop-page .campaign-intro__date-numBox {
  color: #d302ff !important;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  #daily-drop-page .campaign-intro__date-numBox {
    font-size: 18px;
  }
}
#daily-drop-page .campaign-intro__date-numBox a, #daily-drop-page .campaign-intro__date-numBox a[x-apple-data-detectors] {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-decoration: none !important;
  opacity: 1 !important;
  -webkit-filter: none !important;
          filter: none !important;
}

@media (hover: hover) {
  #daily-drop-page .campaign-intro__button:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  #daily-drop-page .campaign-intro__button--primary:hover {
    -webkit-filter: brightness(1.08);
            filter: brightness(1.08);
  }
  #daily-drop-page .campaign-intro__button--secondary:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
  }
}
@media (prefers-reduced-motion: reduce) {
  #daily-drop-page .campaign-intro__button {
    -webkit-transition: none;
    transition: none;
  }
  #daily-drop-page .campaign-intro__button:hover {
    -webkit-transform: none;
            transform: none;
  }
}
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.label {
  display: block;
  margin: 0 0 14px;
  color: #c5fb07;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1.08;
}

.eyebrow {
  background: linear-gradient(144deg, #a08bff 20%, #48b9ff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0px 0px 10px #000);
          filter: drop-shadow(0px 0px 10px #000);
}

.des {
  max-width: 620px;
  margin: 16px 0 0;
  color: #bbbbbb;
  font-size: 17px;
  line-height: 1.6;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.project {
  position: relative;
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2026/ec/uk/msi-cheat-code/images/all-bg.jpg) no-repeat #000;
  background-size: cover;
  background-attachment: fixed;
}
.project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .msi__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}
.project .noteBox {
  display: block;
  margin: 12px 0 0;
  color: #bbbbbb;
  font-size: 14px;
  line-height: 1.5;
}
.project .kv {
  position: relative;
}
.project .kv img {
  width: 100%;
}
.project .tc {
  background: linear-gradient(45deg, #031717, #110e42);
  z-index: 20;
  position: relative;
}
.project .tc__inner {
  text-align: right;
}
.project .tc__inner a {
  font-size: 12px;
  padding: 10px 0;
  display: inline-block;
  color: #fff;
}
@media (min-width: 996px) {
  .project .tc__inner a {
    font-size: 15px;
  }
}
.project .tc__inner a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.project .popup {
  display: none;
}
.project .moreInfo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.project .moreInfo-popup__wrapper {
  width: 90%;
  max-width: 1280px;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 50px auto;
  max-height: 90%;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
  }
}
.project .moreInfo-popup__wrapper-content {
  position: relative;
  --cut-size: clamp(50px, 3vw, 40px);
  color: #fff;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: radial-gradient(80% 80% at 50% 50%, #121e2c, transparent 70%), #101014;
  overflow: scroll;
  max-height: 90vh;
  scrollbar-width: none;
}
.project .moreInfo-popup__wrapper .innerWrapper {
  position: relative;
  padding: 20px 20px 40px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper {
    padding: 20px 50px 60px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99.5%;
  height: 99.7%;
  z-index: -1;
}
.project .moreInfo-popup__wrapper .innerWrapper__block {
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px solid #585858;
  padding-bottom: 10px;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox {
  padding-left: 20px;
  margin: 20px 0;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox b {
  display: block;
}
.project .moreInfo-popup__wrapper .innerWrapper__block ul.textBox li {
  list-style: disc;
  text-align: left;
  margin-bottom: 10px;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-top__block {
  text-align: center;
}
.project .moreInfo-popup__wrapper .innerWrapper .tc-title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#a895fd), to(#1c9e9e));
  background: linear-gradient(#a895fd, #1c9e9e);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .tc-title {
    font-size: 24px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-title {
  color: #dadada;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 10px;
  text-align: center;
  border-bottom: 1px solid #6d6d6d;
  padding-bottom: 10px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-title {
    font-size: 18px;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-text {
    font-size: 16px;
    margin: 10px 0;
  }
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-list {
  padding-left: 35px;
  margin: 10px 0;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-list li {
  list-style: disc;
  text-align: left;
  margin-bottom: 10px;
}
.project .moreInfo-popup__wrapper .innerWrapper .popup-note {
  color: #fff;
  font-size: 12px;
  margin: 20px 0 10px;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper .innerWrapper .popup-note {
    font-size: 13px;
  }
}
.project .moreInfo-popup__wrapper-closebox {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  margin-left: auto;
  width: 30px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 996px) {
  .project .moreInfo-popup__wrapper-closebox {
    width: 35px;
  }
  .project .moreInfo-popup__wrapper-closebox span {
    font-size: 40px;
  }
}
.project .moreInfo-popup__wrapper-closebox:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.project .moreInfo-popup__wrapper-closebox img {
  width: 100%;
}/*# sourceMappingURL=main.css.map */