@charset "UTF-8";
@-webkit-keyframes msi-privacy-pulse {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(214, 0, 18, 0);
            box-shadow: 0 0 0 10px rgba(214, 0, 18, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(214, 0, 18, 0);
            box-shadow: 0 0 0 0 rgba(214, 0, 18, 0);
  }
}
@keyframes msi-privacy-pulse {
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(214, 0, 18, 0);
            box-shadow: 0 0 0 10px rgba(214, 0, 18, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(214, 0, 18, 0);
            box-shadow: 0 0 0 0 rgba(214, 0, 18, 0);
  }
}
.msi-third-party-host {
  min-width: 0;
}

.msi-third-party-embed {
  overflow: hidden;
  border: 1px solid #d9dde7;
  border-radius: 20px;
  background: white;
  -webkit-box-shadow: 0 14px 42px rgba(23, 32, 56, 0.08);
          box-shadow: 0 14px 42px rgba(23, 32, 56, 0.08);
}
.msi-third-party-embed__content {
  min-height: 320px;
}
.msi-third-party-embed__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 14px;
  min-height: 48px;
  padding: 9px 16px;
  border-top: 1px solid #e1e4eb;
  color: #656c7d;
  background: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}
.msi-third-party-embed__privacy a,
.msi-third-party-embed__privacy button {
  color: #343b4d;
}
.msi-third-party-embed__privacy a {
  text-underline-offset: 3px;
}
.msi-third-party-embed__privacy a:focus-visible {
  outline: 3px solid rgba(0, 103, 184, 0.32);
  outline-offset: 3px;
}
.msi-third-party-embed__privacy button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  font-family: Arial, sans-serif;
  width: 100%;
  margin-left: 0;
  padding: 8px 12px;
  background: #f1f2f5;
}
@media (min-width: 576px) {
  .msi-third-party-embed__privacy button {
    width: auto;
    margin-left: auto;
  }
}
.msi-third-party-embed__privacy button:focus-visible {
  outline: 3px solid rgba(0, 103, 184, 0.32);
  outline-offset: 3px;
}

.msi-third-party-frame {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  background: #10131a;
}

.msi-third-party-placeholder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 22px;
}
@media (min-width: 576px) {
  .msi-third-party-placeholder {
    padding: clamp(28px, 5vw, 56px);
  }
}
.msi-third-party-placeholder__eyebrow {
  margin: 0 0 12px;
  color: #d60012;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  font-family: Arial, sans-serif;
  letter-spacing: 0.14em;
}
.msi-third-party-placeholder__title {
  margin: 0;
  color: #161a24;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  font-family: Arial, sans-serif;
  letter-spacing: -0.03em;
}
.msi-third-party-placeholder__description {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4c5365;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
  font-family: Arial, sans-serif;
}
.msi-third-party-placeholder__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .msi-third-party-placeholder__actions {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
.msi-third-party-placeholder__privacy-link {
  padding: 8px;
  color: #4b5365;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  text-underline-offset: 3px;
}
.msi-third-party-placeholder__privacy-link:focus-visible {
  outline: 3px solid rgba(0, 103, 184, 0.32);
  outline-offset: 3px;
}

.msi-third-party-loading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 320px;
  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;
  gap: 10px;
  padding: 32px;
  color: #434a5b;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}
.msi-third-party-loading__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d60012;
  -webkit-box-shadow: 0 0 0 0 rgba(214, 0, 18, 0.4);
          box-shadow: 0 0 0 0 rgba(214, 0, 18, 0.4);
  -webkit-animation: msi-privacy-pulse 1.4s infinite;
          animation: msi-privacy-pulse 1.4s infinite;
}
@media (prefers-reduced-motion: reduce) {
  .msi-third-party-loading__dot {
    -webkit-animation: none;
            animation: none;
  }
}

.msi-third-party-error {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 32px;
  color: #7f1d1d;
  background: #fff2f2;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.msi-third-party-settings {
  width: min(680px, 100vw - 32px);
  max-height: min(780px, 100vh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 24px;
  color: #171b25;
  background: #fff;
  -webkit-box-shadow: 0 28px 90px rgba(10, 16, 30, 0.32);
          box-shadow: 0 28px 90px rgba(10, 16, 30, 0.32);
}
.msi-third-party-settings::-ms-backdrop {
  background: rgba(11, 16, 27, 0.62);
  backdrop-filter: blur(4px);
}
.msi-third-party-settings::backdrop {
  background: rgba(11, 16, 27, 0.62);
  backdrop-filter: blur(4px);
}
.msi-third-party-settings button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  font-family: Arial, sans-serif;
}
.msi-third-party-settings button:focus-visible {
  outline: 3px solid rgba(0, 103, 184, 0.32);
  outline-offset: 3px;
}
.msi-third-party-settings a:focus-visible {
  outline: 3px solid rgba(0, 103, 184, 0.32);
  outline-offset: 3px;
}
.msi-third-party-settings__eyebrow {
  margin: 0 0 12px;
  color: #d60012;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  font-family: Arial, sans-serif;
  letter-spacing: 0.14em;
}
.msi-third-party-settings__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 28px 28px 18px;
}
.msi-third-party-settings__header h2 {
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  font-family: Arial, sans-serif;
  letter-spacing: -0.03em;
}
.msi-third-party-settings__close {
  padding: 10px 14px;
  color: #42495a;
  background: #f0f2f5;
}
.msi-third-party-settings__intro {
  margin: 0;
  padding: 0 28px 24px;
  color: #5a6273;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  font-family: Arial, sans-serif;
}
.msi-third-party-settings__list {
  border-top: 1px solid #e1e4ea;
}
.msi-third-party-settings__provider {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding: 22px 28px;
  border-bottom: 1px solid #e8eaf0;
}
@media (min-width: 576px) {
  .msi-third-party-settings__provider {
    grid-template-columns: minmax(0, 1fr) auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.msi-third-party-settings__provider h3,
.msi-third-party-settings__provider p {
  margin: 0;
}
.msi-third-party-settings__provider h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  font-family: Arial, sans-serif;
}
.msi-third-party-settings__provider p {
  margin-top: 6px;
  color: #666d7d;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}
.msi-third-party-settings__provider a {
  display: inline-block;
  margin-top: 8px;
  color: #3e4657;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
}

.msi-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  font-family: Arial, sans-serif;
  min-height: 42px;
  padding: 0 18px;
  width: 100%;
}
@media (min-width: 576px) {
  .msi-button {
    width: auto;
  }
}
.msi-button:focus-visible {
  outline: 3px solid rgba(0, 103, 184, 0.32);
  outline-offset: 3px;
}
.msi-button:disabled {
  cursor: default;
  opacity: 0.55;
}
.msi-button--primary {
  color: #fff;
  background: #d60012;
  -webkit-box-shadow: 0 8px 20px rgba(214, 0, 18, 0.2);
          box-shadow: 0 8px 20px rgba(214, 0, 18, 0.2);
}
.msi-button--primary:hover {
  background: #b80010;
}

.msi-consent-toggle {
  min-width: 142px;
  padding: 12px 15px;
  color: #414858;
  background: #eceef2;
  width: 100%;
}
@media (min-width: 576px) {
  .msi-consent-toggle {
    width: auto;
  }
}
.msi-consent-toggle.is-allowed {
  color: #0f5132;
  background: #dff3e8;
}

.msiFooter {
  position: relative;
}

.msiHeader__nav {
  position: relative;
  z-index: 2;
  background: #fff;
}

.project {
  position: relative;
  isolation: isolate;
  background-color: #e8f4fb;
  font-family: var(--MSIBodyFont);
}
.project::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-color: #e8f4fb;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/page-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project::before {
    background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/page-bg.webp);
  }
}
.project > * {
  position: relative;
  z-index: 0;
}
.project::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/faq-bg.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project::after {
    background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/faq-bg.webp);
  }
}

.hide {
  display: none;
}

html {
  scrollbar-gutter: stable;
}

.kv {
  position: relative;
  width: 100%;
  z-index: 2;
}
.kv__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  -webkit-mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/bg-mask.png);
  mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/bg-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}
@media (min-width: 996px) {
  .kv__stage {
    aspect-ratio: 3840/2194;
    height: auto;
  }
}
.kv__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.kv__media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.kv__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  will-change: transform, opacity;
}
.kv__title-wrap {
  position: absolute;
  left: 7.5%;
  right: 7.5%;
  top: 3%;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 996px) {
  .kv__title-wrap {
    left: 0;
    right: auto;
    top: 3%;
    width: 50%;
  }
}
.kv__title-motion {
  will-change: transform, opacity;
}
.kv__title {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  will-change: transform, opacity;
}

.section-heading {
  margin: 0;
  font-size: clamp(1.75rem, 6.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  color: #111;
  text-shadow: -0.07em -0.07em 0 #fff, 0 -0.07em 0 #fff, 0.07em -0.07em 0 #fff, -0.07em 0 0 #fff, 0.07em 0 0 #fff, -0.07em 0.07em 0 #fff, 0 0.07em 0 #fff, 0.07em 0.07em 0 #fff, -0.05em -0.07em 0 #fff, 0.05em -0.07em 0 #fff, -0.07em -0.05em 0 #fff, 0.07em -0.05em 0 #fff, -0.05em 0.07em 0 #fff, 0.05em 0.07em 0 #fff, -0.07em 0.05em 0 #fff, 0.07em 0.05em 0 #fff, 0.1em 0.1em 0 #111;
}

.section-tagline {
  margin: 0;
  font-family: var(--MSIBodyFont);
  font-size: clamp(1rem, 3.6vw, 1.375rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  text-align: center;
  color: #333;
}

.section-header {
  margin: 0 auto 28px;
  text-align: center;
}
@media (min-width: 996px) {
  .section-header {
    margin-bottom: 36px;
  }
}
.section-header > .section-heading + .section-copy {
  margin-top: clamp(16px, 4vw, 20px);
}

.section-copy > * + * {
  margin-top: 12px;
}
.section-copy > .section-tagline {
  margin-top: 1.25em;
}
.section-copy > .section-terms {
  margin-top: 16px;
}

.section-desc {
  margin: 0;
  font-size: clamp(0.875rem, 2.6vw, 1rem);
  line-height: 1.7;
  color: #444;
}

.section-meta {
  margin: 0;
  line-height: 1.5;
  color: #444;
}

.section-terms {
  margin: 0;
  font-size: clamp(0.8125rem, 2.2vw, 0.875rem);
  line-height: 1.5;
}
.section-terms a {
  color: inherit;
  text-decoration: underline;
}

.intro {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  padding: 90px 25px 64px;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/paper-2.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .intro {
    padding: 120px 25px 80px;
  }
}
.intro__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.intro__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  position: relative;
  z-index: 3;
  overflow: visible;
}
@media (min-width: 996px) {
  .intro__tabs {
    gap: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    max-width: 100%;
  }
}
.intro__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  width: auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.intro__tab[hidden], .intro__tab[data-intro-disabled] {
  display: none !important;
}
.intro__tab {
  opacity: 1;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.intro__tab:hover {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
@media (min-width: 996px) {
  .intro__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: clamp(88px, 22vw, 160px);
  }
}
.intro__tab.is-active {
  opacity: 1;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.intro__tab-face {
  position: relative;
  display: block;
}
.intro__tab-img {
  display: block;
  width: 100%;
  height: auto;
}
.intro__tab-label {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 7%;
  margin: 0;
  font-family: var(--MSIBodyFont);
  font-size: clamp(0.6rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
@media (min-width: 996px) {
  .intro__tab-label {
    top: 13%;
    left: 7%;
    right: 7%;
    font-weight: 800;
    font-size: clamp(0.5rem, 2.1vw, 1rem);
  }
}
.intro__tab[data-intro-tab=blue] .intro__tab-label {
  color: #173a6b;
}
.intro__tab[data-intro-tab=beige] .intro__tab-label {
  color: #2a241c;
}
.intro__tab[data-intro-tab=orange] .intro__tab-label {
  color: #7a3a12;
}
.intro__tab[data-intro-tab=navy] .intro__tab-label {
  color: #fff;
}
.intro__tab[data-intro-tab=lavender] .intro__tab-label {
  color: #4e2d7a;
}
.intro__panels {
  position: relative;
}
.intro__panel {
  display: none;
}
.intro__panel.is-active {
  display: block;
}
.intro__paper {
  position: relative;
  z-index: 2;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.intro__paper::before, .intro__paper::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 0;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/paper-1.png);
  background-repeat: no-repeat;
  background-size: 102% auto;
  pointer-events: none;
}
.intro__paper::before {
  padding-top: 5.8%;
  background-position: center top;
}
.intro__paper::after {
  padding-top: 7.4%;
  background-position: center bottom;
}
@media (min-width: 996px) {
  .intro__paper {
    margin-top: -40px;
  }
}
.intro__paper-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 24px 0px 4px;
  background-color: #fff;
  background-size: 18px 18px;
}
@media (min-width: 768px) {
  .intro__paper-body {
    padding: 24px 24px;
  }
}
@media (min-width: 996px) {
  .intro__paper-body {
    padding: 24px 60px;
  }
}
.intro__layout {
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .intro__layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.24fr);
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.intro__copy {
  min-width: 0;
  padding: 0 16px 16px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .intro__copy {
    text-align: start;
  }
}
.intro__theme-title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 9vw, 3.5rem);
  font-weight: 800;
  line-height: 0.95;
  font-family: var(--MSIBodyFont);
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .intro__theme-title {
    text-align: start;
  }
}
.intro__theme-title--blue {
  color: #6aabce;
}
.intro__theme-title--beige {
  color: #a6937c;
}
.intro__theme-title--orange {
  color: #eea22e;
}
.intro__theme-title--navy {
  color: #4a82b8;
}
.intro__theme-title--lavender {
  color: #c35bb9;
}
.intro__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .intro__tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (min-width: 996px) {
  .intro__tags {
    margin-bottom: 16px;
  }
}
.intro__tags li {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.intro__panel[data-intro-panel=blue] .intro__tags li {
  background: #84c4e6;
}
.intro__panel[data-intro-panel=beige] .intro__tags li {
  background: #b8a690;
}
.intro__panel[data-intro-panel=orange] .intro__tags li {
  background: #2f8686;
}
.intro__panel[data-intro-panel=navy] .intro__tags li {
  background: #2a4568;
}
.intro__panel[data-intro-panel=lavender] .intro__tags li {
  background: #d070c8;
}
.intro__text {
  margin: 0;
  line-height: 1.55;
  color: #222;
  text-align: center;
}
@media (min-width: 768px) {
  .intro__text {
    text-align: start;
  }
}
@media (min-width: 996px) {
  .intro__text {
    line-height: 1.75;
  }
}
.intro__slider {
  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;
  min-width: 0;
  gap: 25px;
  overflow: hidden;
  padding: 20px 8px 4px;
  margin: -8px 0 -4px;
}
@media (min-width: 768px) {
  .intro__slider {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-block: 28px;
    padding-inline: 24px 10px;
    margin: -28px 0 -28px;
  }
}
@media (min-width: 996px) {
  .intro__slider {
    padding-block: 32px;
    padding-inline: 28px 12px;
    margin: -32px 0 -32px;
  }
}
.intro__swiper {
  width: 100%;
  overflow: visible;
}
.intro__swiper.swiper {
  overflow: visible;
}
.intro__swiper .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.intro__swiper .swiper-slide {
  height: auto;
  -ms-flex-item-align: start;
      align-self: start;
  z-index: 1;
  padding: 0;
}
@media (min-width: 768px) {
  .intro__swiper .swiper-slide {
    padding: 8px 4px 10px 6px;
  }
}
.intro__swiper .swiper-slide-active {
  z-index: 3;
}
.intro__swiper .swiper-slide-next,
.intro__swiper .swiper-slide-prev {
  z-index: 2;
}
.intro__swiper .swiper-slide:nth-child(3n+1) .intro__polaroid {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.intro__swiper .swiper-slide:nth-child(3n+2) .intro__polaroid {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.intro__swiper .swiper-slide:nth-child(3n) .intro__polaroid {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.intro__polaroid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 10px 10px 12px;
  background: #e9e9e9;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
@media (min-width: 768px) {
  .intro__polaroid {
    max-width: 320px;
  }
}
@media (min-width: 996px) {
  .intro__polaroid {
    max-width: 330px;
    padding: 14px 14px 16px;
  }
}
.swiper-slide-active .intro__polaroid {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.intro__polaroid-photo {
  display: block;
  text-decoration: none;
  color: inherit;
}
.intro__polaroid-photo:hover {
  opacity: 0.92;
}
.intro__polaroid-frame {
  display: block;
  overflow: hidden;
  background: #f5f5f5;
}
.intro__polaroid-img {
  display: block;
  width: 100%;
  height: auto;
}
.intro__polaroid-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 8px;
  padding: 0 2px;
  text-align: center;
  font-size: clamp(0.625rem, 2.2vw, 1rem);
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 996px) {
  .intro__polaroid-name {
    font-size: clamp(0.8125rem, 3.6vw, 1.125rem);
  }
}
.intro__polaroid-name--blue {
  color: #6aabce;
}
.intro__polaroid-name--beige {
  color: #a6937c;
}
.intro__polaroid-name--orange {
  color: #eea22e;
}
.intro__polaroid-name--navy {
  color: #4a82b8;
}
.intro__polaroid-name--lavender {
  color: #c35bb9;
}
a.intro__polaroid-name {
  text-decoration: none;
}
a.intro__polaroid-name:hover {
  text-decoration: underline;
}

.intro__slider-controls {
  position: relative;
  z-index: 20;
  isolation: isolate;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  -ms-flex-item-align: center;
      align-self: center;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .intro__slider-controls {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (min-width: 996px) {
  .intro__slider-controls {
    margin-top: 16px;
  }
}
.intro__pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.intro__nav {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  pointer-events: auto;
}
.intro__nav.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  .intro__nav {
    height: 44px;
    background-size: 48px 28px;
  }
}
.intro__nav--prev {
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/arrow-1-left.png);
}
.intro__nav--next {
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/arrow-2-left.png);
}
.intro__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: auto !important;
}
.intro__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
  background: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/dot-line.png) center/contain no-repeat;
  background-color: transparent;
}
.intro__pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/dot.png);
}

.intro-lightbox {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 100svh;
  padding: 12px;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.intro-lightbox.popup.is-open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  max-height: 100svh;
}
.intro-lightbox__dialog {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: min(100%, 420px);
  max-height: calc(100svh - 24px);
  margin: auto;
  padding: 44px 16px 16px;
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .intro-lightbox__dialog {
    width: min(94vw, 960px);
    max-height: calc(100svh - 32px);
    padding: 40px 28px 24px;
  }
}
@media (min-width: 996px) {
  .intro-lightbox__dialog {
    padding: 48px 40px 28px;
  }
}
.intro-lightbox.popup .intro-lightbox__close.popup__close {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  bottom: auto;
  inset-inline-start: auto;
  z-index: 10;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #111;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.intro-lightbox.popup .intro-lightbox__close.popup__close::before, .intro-lightbox.popup .intro-lightbox__close.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  margin-left: -8px;
  border-radius: 1px;
  background: #fff;
}
.intro-lightbox.popup .intro-lightbox__close.popup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.intro-lightbox.popup .intro-lightbox__close.popup__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.intro-lightbox.popup .intro-lightbox__close.popup__close:hover {
  opacity: 0.85;
  -webkit-transform: none;
          transform: none;
  background: #111;
}
.intro-lightbox.popup .intro-lightbox__close.popup__close:hover::before, .intro-lightbox.popup .intro-lightbox__close.popup__close:hover::after {
  background: #fff;
}
@media (min-width: 996px) {
  .intro-lightbox.popup .intro-lightbox__close.popup__close {
    top: 16px;
    inset-inline-end: 16px;
    width: 40px;
    height: 40px;
  }
  .intro-lightbox.popup .intro-lightbox__close.popup__close::before, .intro-lightbox.popup .intro-lightbox__close.popup__close::after {
    width: 18px;
    margin-left: -9px;
  }
}
.intro-lightbox__swiper {
  width: 100%;
  overflow: hidden;
}
.intro-lightbox__swiper .swiper-slide {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}
.intro-lightbox__layout {
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .intro-lightbox__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 996px) {
  .intro-lightbox__layout {
    gap: 28px;
  }
}
.intro-lightbox__media {
  min-width: 0;
}
.intro-lightbox__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 34vh;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .intro-lightbox__img {
    max-height: min(42vh, 400px);
  }
}
@media (min-width: 996px) {
  .intro-lightbox__img {
    max-height: none;
  }
}
.intro-lightbox__title {
  margin: 0;
  text-align: center;
  font-size: clamp(1rem, 4.5vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .intro-lightbox__title {
    text-align: start;
  }
}
.intro-lightbox__title--blue {
  color: #6aabce;
}
.intro-lightbox__title--beige {
  color: #a6937c;
}
.intro-lightbox__title--orange {
  color: #eea22e;
}
.intro-lightbox__title--navy {
  color: #4a82b8;
}
.intro-lightbox__title--lavender {
  color: #c35bb9;
}
.intro-lightbox__body {
  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;
  gap: 12px;
  min-width: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-lightbox__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 14px;
    text-align: start;
  }
}
@media (min-width: 996px) {
  .intro-lightbox__body {
    gap: 16px;
  }
}
.intro-lightbox__desc {
  margin: 0;
  font-size: clamp(0.8125rem, 3.4vw, 1rem);
  line-height: 1.6;
  color: #222;
  white-space: pre-line;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-lightbox__desc {
    text-align: start;
  }
}
@media (min-width: 996px) {
  .intro-lightbox__desc {
    line-height: 1.7;
  }
}
.intro-lightbox__cta {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .intro-lightbox__cta {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
.intro-lightbox__cta:hover {
  opacity: 0.88;
  color: #fff;
  text-decoration: none;
}
.intro-lightbox__note {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
@media (min-width: 768px) {
  .intro-lightbox__note {
    text-align: start;
  }
}
.intro-lightbox__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 12px auto 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 996px) {
  .intro-lightbox__controls {
    margin-top: 16px;
  }
}
.intro-lightbox__pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.video-section {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0px 25px 60px;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/paper-3.png);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .video-section {
    padding: 0px 25px 80px;
  }
}
.video-section__inner {
  max-width: 1280px;
  margin: 30px auto 0;
  overflow: visible;
}
.video-section__stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.video-section__media {
  position: relative;
  width: 100%;
  overflow: visible;
}
.video-section .video__box {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.14));
          filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.14));
}
.video-section .video__box .video-section__thumb {
  -webkit-transition: -webkit-filter 0.2s ease-in-out;
  transition: -webkit-filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}
.video-section .video__box:hover .video-section__thumb {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.video-section-trigger {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.video-section-trigger .video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.92);
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease;
  transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 996px) {
  .video-section-trigger .video__play {
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
  }
}
.video-section-trigger .video__play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
}
@media (min-width: 996px) {
  .video-section-trigger .video__play::after {
    border-width: 11px 0 11px 18px;
  }
}
.video-section__thumb {
  display: block;
  -webkit-mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/video-frame.png);
  mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/video-frame.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}
.video-section__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.vibewall {
  padding: 25px 25px 60px;
  overflow: clip;
}
@media (min-width: 996px) {
  .vibewall {
    padding: 0px 25px 80px;
  }
}
.vibewall__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.vibewall__slider {
  position: relative;
}
@media (max-width: 767px) {
  .vibewall__slider.is-carousel {
    overflow: visible;
  }
}
.vibewall__swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vibewall__swiper .swiper-slide {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vibewall__slider.is-carousel .vibewall__swiper {
  overflow: visible;
  padding: 16px;
}
@media (max-width: 767px) {
  .vibewall__slider.is-carousel .vibewall__swiper {
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .vibewall__slider.is-carousel .vibewall__swiper {
    overflow: hidden;
  }
}
.vibewall__slider.is-carousel .vibewall__swiper.swiper {
  overflow: visible;
}
@media (min-width: 768px) {
  .vibewall__slider.is-carousel .vibewall__swiper.swiper {
    overflow: hidden;
  }
}
.vibewall__slider.is-carousel .vibewall__swiper .swiper-slide {
  z-index: 1;
}
.vibewall__slider.is-carousel .vibewall__swiper .swiper-slide-active {
  z-index: 3;
}
.vibewall__slider.is-carousel .vibewall__swiper .swiper-slide-next,
.vibewall__slider.is-carousel .vibewall__swiper .swiper-slide-prev {
  z-index: 2;
}
.vibewall__item {
  display: block;
  position: relative;
  margin: 0;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3));
}
.vibewall__item::before {
  content: "";
  position: absolute;
  inset: -5px;
  background: #fff;
  -webkit-mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/ig-mask.png);
  mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/ig-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  z-index: 0;
}
.vibewall__item:hover {
  -webkit-filter: brightness(1.1) drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3));
          filter: brightness(1.1) drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3));
}
.vibewall__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/ig-mask.png);
  mask-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/ig-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}
.vibewall__controls {
  position: relative;
  z-index: 20;
  isolation: isolate;
  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;
  gap: 10px;
  margin-top: 20px;
  pointer-events: auto;
}
.vibewall__controls[hidden] {
  display: none !important;
}
@media (min-width: 996px) {
  .vibewall__controls {
    margin-top: 24px;
  }
}
.vibewall__pager {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.vibewall__nav {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  pointer-events: auto;
}
.vibewall__nav.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  .vibewall__nav {
    height: 44px;
    background-size: 48px 28px;
  }
}
.vibewall__nav--prev {
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/arrow-1-left.png);
}
.vibewall__nav--next {
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/arrow-2-left.png);
}
.vibewall__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: auto !important;
}
.vibewall__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/dot-line.png) center/contain no-repeat;
  background-color: transparent;
}
.vibewall__pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/dot.png);
}
.vibewall__slider.is-static .vibewall__swiper {
  overflow: visible;
}
.vibewall__slider.is-static .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transform: none !important;
          transform: none !important;
}
@media (min-width: 768px) {
  .vibewall__slider.is-static .swiper-wrapper {
    gap: 16px;
  }
}
@media (min-width: 996px) {
  .vibewall__slider.is-static .swiper-wrapper {
    gap: 20px;
  }
}
.vibewall__slider.is-static .swiper-slide {
  width: calc((100% - 24px) / 3);
  margin: 0 !important;
}
@media (min-width: 768px) {
  .vibewall__slider.is-static .swiper-slide {
    width: calc((100% - 32px) / 3);
  }
}
@media (min-width: 996px) {
  .vibewall__slider.is-static .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
}
.vibewall__slider.is-static[data-vibe-count="2"] .swiper-slide {
  width: calc((100% - 12px) / 2);
  max-width: 360px;
}
@media (min-width: 768px) {
  .vibewall__slider.is-static[data-vibe-count="2"] .swiper-slide {
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 996px) {
  .vibewall__slider.is-static[data-vibe-count="2"] .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
}
.vibewall__slider.is-static[data-vibe-count="1"] .swiper-slide {
  width: min(100%, 360px);
  max-width: 360px;
}
.vibewall__slider.is-static.is-centered .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vibewall__slider.is-static .vibewall__controls {
  display: none !important;
}

.giveaway {
  display: none;
  position: relative;
  padding: 30px 0px 30px;
  color: #fff;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.giveaway img {
  vertical-align: top;
}
@media (min-width: 996px) {
  .giveaway {
    padding: 0px 0px 30px;
  }
}
.giveaway-headerbox {
  width: 100%;
  padding: 50px 0 0;
}
.giveaway-headerbox .section-header {
  margin: 0 auto;
  max-width: initial !important;
}
.giveaway .section-heading {
  display: inline-block;
  padding: 0.38em 0px 0.42em;
  background-image: url(https://storage-asset.msi.com/event/2026/gnp/the-desk-my-stage/images/giveaway-title-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .giveaway .section-heading {
    padding: 0.38em 30px 0.42em;
  }
}
@media (min-width: 996px) {
  .giveaway .section-heading {
    padding: 0.38em 60px 0.42em;
  }
}
.giveaway .section-desc,
.giveaway .section-meta {
  color: #fff;
  margin-top: 25px;
}
.giveaway .section-terms a {
  color: #3dd9d9;
}
.giveaway .tc__btn {
  color: #00ffff;
  text-decoration: underline;
}
.giveaway__inner {
  background: rgba(16, 40, 76, 0.75);
}
.giveaway-deco-top, .giveaway-deco-bottom {
  opacity: 0.75;
}

.popup--campaign-tc .popup__area {
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.popup--campaign-tc .popup__heading {
  background: #111;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.popup--campaign-tc .popup__close,
.popup--campaign-tc .popup-close {
  background: #fff;
  border-color: #fff;
}
.popup--campaign-tc .popup__close::before, .popup--campaign-tc .popup__close::after,
.popup--campaign-tc .popup-close::before,
.popup--campaign-tc .popup-close::after {
  background: #111;
}
.popup--campaign-tc .popup__close:hover,
.popup--campaign-tc .popup-close:hover {
  background: #fff;
  border-color: #fff;
  opacity: 0.85;
}
.popup--campaign-tc .popup__close:hover::before, .popup--campaign-tc .popup__close:hover::after,
.popup--campaign-tc .popup-close:hover::before,
.popup--campaign-tc .popup-close:hover::after {
  background: #111;
}
.popup--campaign-tc .popup__content a {
  color: #111;
  text-decoration: underline;
}
.popup--campaign-tc .popup__content a:hover {
  color: #333;
}
.popup--campaign-tc .popup__content .popTC p,
.popup--campaign-tc .popup__content .popTC li {
  color: #333;
}
.popup--campaign-tc .popup__content .popTC__subtitle {
  color: #111;
}
.popup--campaign-tc .popup__content .popTC__subtitle:first-child {
  margin-top: 0;
}
.popup--campaign-tc .popup__content .popTC__line {
  background: #111;
}
.popup--campaign-tc .popup__content .popTC__legal-caps {
  font-size: 0.92em;
  line-height: 1.55;
  color: #111;
}
.popup--campaign-tc .popup__content .popTC__table--points {
  display: table;
  width: 100%;
  min-width: 0;
  margin: 12px 0 16px;
  border-collapse: collapse;
}
.popup--campaign-tc .popup__content .popTC__table--points thead {
  display: table-header-group;
}
.popup--campaign-tc .popup__content .popTC__table--points tbody {
  display: table-row-group;
  grid-template-columns: none;
  gap: 0;
}
.popup--campaign-tc .popup__content .popTC__table--points tr {
  display: table-row;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.popup--campaign-tc .popup__content .popTC__table--points th,
.popup--campaign-tc .popup__content .popTC__table--points td {
  display: table-cell;
  width: auto;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.72);
  vertical-align: top;
}
.popup--campaign-tc .popup__content .popTC__table--points th::before,
.popup--campaign-tc .popup__content .popTC__table--points td::before {
  display: none;
}
.popup--campaign-tc .popup__content .popTC__table--points thead th {
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  font-weight: 700;
  text-align: start;
}
.popup--campaign-tc .popup__content .popTC__table--points tbody th {
  width: 22%;
  min-width: 88px;
  background: rgba(0, 0, 0, 0.04);
  color: #111;
  font-weight: 700;
  white-space: nowrap;
}
.popup--campaign-tc .popup__content .popTC__table--points tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.wtb {
  padding: 30px 0;
}
.wtb .wtbw_selectorsbar label {
  color: #000;
}

.faq {
  padding: 0px 0px 60px;
}
@media (min-width: 996px) {
  .faq {
    padding: 64px 0px 96px;
  }
}
.faq .msi__container {
  max-width: 960px;
}
.faq .section-heading {
  margin-bottom: 28px;
}
.faq .accordionaas {
  width: 100%;
  margin: 0;
}
.faq .accordionaas dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  border: 0;
  background: transparent;
}
.faq .accordionaas dt {
  margin: 0;
}
.faq .accordionaas dt:not(:first-child) {
  margin-top: 8px;
}
.faq .accordionaas dd {
  margin: 0;
}
.faq .accordionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #de8d3b;
  border-radius: 10px;
  background: #fdfae0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  color: #111;
  font-weight: 700;
  font-size: clamp(0.9375rem, 2.8vw, 1.0625rem);
  line-height: 1.4;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: start;
  -webkit-transition: background 0.2s ease, border-radius 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border-radius 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, border-radius 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, border-radius 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.faq .accordionTitle::before {
  content: "Q: ";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.faq .accordionTitle::after {
  content: "+";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}
.faq .accordionTitle:hover {
  background: #fff5dc;
}
.faq .accordionTitle.is-expanded {
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq .accordionTitle.is-expanded::after {
  content: "−";
}
.faq .accordionTitle dd {
  margin: 0;
  min-height: 0;
}
.faq .accordionItem {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.faq .accordionItem:not(.is-collapsed) {
  grid-template-rows: 1fr;
}
.faq .faq__answer {
  overflow: hidden;
  min-height: 0;
  border: 1px solid #de8d3b;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: #fffef8;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.faq .faq__answer p {
  margin: 0;
  padding: 16px 20px;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  text-align: start;
}
.faq .faq__answer ul {
  margin: 0;
  padding: 16px 20px;
  -webkit-padding-start: 2.5em;
          padding-inline-start: 2.5em;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.6;
  color: #333;
  text-align: start;
}
.faq .faq__answer ul li + li {
  margin-top: 0.5em;
}
.faq .faq__answer ul li {
  list-style: disc !important;
}
.faq .faq__answer p + ul,
.faq .faq__answer ul + p {
  padding-top: 0;
}
.faq .accordionItem.is-collapsed .faq__answer {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}/*# sourceMappingURL=main-vn.css.map */