@import url("https://storage-asset.msi.com/frontend/css/common-creation-font.css");
.ForgeGamingMemories {
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2023/GNP/us-forge-gaming-memories/images/content-bg.jpg) no-repeat #000;
  background-size: cover;
}
.ForgeGamingMemories img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.ForgeGamingMemories a, .ForgeGamingMemories button {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ForgeGamingMemories .kv {
  position: relative;
}
.ForgeGamingMemories .kv__bg-nolight {
  -webkit-animation: kvbg 2s 1 ease;
          animation: kvbg 2s 1 ease;
}
.ForgeGamingMemories .kv__bg-nolight img {
  width: auto;
  max-width: 200%;
  margin-left: -50%;
}
.ForgeGamingMemories .kv__bg-light {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: kvbg-l 2s 1 ease;
          animation: kvbg-l 2s 1 ease;
  opacity: 0;
  width: 100%;
}
.ForgeGamingMemories .kv__bg-light img {
  width: auto;
  max-width: 200%;
  margin-left: -50%;
}
.ForgeGamingMemories .kv__textbox {
  position: initial;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: -90%;
}
.ForgeGamingMemories .kv__textbox h1 {
  font-weight: bold;
  color: white;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "CenturyGothic";
  text-transform: uppercase;
  font-size: 15vw;
  margin: 5% auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(90%, #000000));
  background: linear-gradient(to bottom, #ffffff 50%, #000000 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
  text-shadow: none;
}
.ForgeGamingMemories .kv__textbox h1 span {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: block;
}
.ForgeGamingMemories .kv__textbox h2 {
  color: #ffffff;
  font-family: "CenturyGothic";
  text-transform: capitalize;
  text-shadow: 0 0 20px black;
  font-size: 7.5vw;
  display: block;
  margin-top: -8%;
  letter-spacing: 4px;
  margin-bottom: 2%;
}
.ForgeGamingMemories .kv__textbox p {
  font-size: 17px;
  color: #ffffff;
  font-family: "CenturyGothic";
}
@media (min-width: 996px) {
  .ForgeGamingMemories .kv {
    position: relative;
  }
  .ForgeGamingMemories .kv__bg-nolight img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .ForgeGamingMemories .kv__bg-light img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .ForgeGamingMemories .kv__textbox {
    width: 50%;
    margin-top: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ForgeGamingMemories .kv__textbox h1 {
    font-size: 9vw;
  }
  .ForgeGamingMemories .kv__textbox h2 {
    font-size: 4.5vw;
  }
  .ForgeGamingMemories .kv__textbox p {
    font-size: 17px;
  }
}
.ForgeGamingMemories .model {
  position: relative;
  padding: 6vh 0;
}
.ForgeGamingMemories .model__titlebox {
  text-align: center;
}
.ForgeGamingMemories .model__titlebox h2 {
  font-weight: bold;
  color: white;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "CenturyGothic";
  text-transform: uppercase;
  font-size: 30px;
  margin: 5% auto;
}
.ForgeGamingMemories .model__flexbox {
  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;
  width: 100%;
  margin: 0 auto 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ForgeGamingMemories .model__flexbox-column {
  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;
  width: 100%;
  margin: 0 auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ForgeGamingMemories .model__itembox {
  position: relative;
  width: 100%;
}
.ForgeGamingMemories .model__itembox-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  position: absolute;
  top: 12%;
  left: 6%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ForgeGamingMemories .model__itembox-column figure:nth-of-type(1) {
  position: relative;
  z-index: 2;
  margin-right: -11%;
}
.ForgeGamingMemories .model__itembox-column figure:hover {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ForgeGamingMemories .model__itembox-pattern {
  width: 80%;
  margin: auto;
}
.ForgeGamingMemories .model__itembox-name {
  color: #ffffff;
  font-family: "CenturyGothic";
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 10px black;
}
.ForgeGamingMemories .model__itembox-vigor {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.ForgeGamingMemories .model__itembox-vigor a:hover {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ForgeGamingMemories .model__itembox-gm {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 25%;
}
.ForgeGamingMemories .model__itembox-gm a:hover {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ForgeGamingMemories .model__itembox-pzname {
  color: #ffffff;
  font-family: "CenturyGothic";
  font-size: 28px;
  text-align: center;
  text-shadow: 0 0 10px black;
}
.ForgeGamingMemories .model__itembox-prize {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 60%;
}
.ForgeGamingMemories .model__itembox-prize a:hover {
  -webkit-filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ForgeGamingMemories .model__itembox:hover .model__itembox-pattern {
  -webkit-animation: rotate 2s ease 1;
          animation: rotate 2s ease 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ForgeGamingMemories .model__textbox {
  padding: 5vh 0;
  text-align: center;
}
.ForgeGamingMemories .model__textbox h2 {
  font-weight: bold;
  color: white;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "CenturyGothic";
  text-transform: uppercase;
  font-size: 30px;
  margin: 5% auto;
}
.ForgeGamingMemories .model__textbox h3 {
  color: #5e97ff;
  font-size: 30px;
  font-weight: bold;
  font-family: "CenturyGothic";
  margin-bottom: 2%;
}
.ForgeGamingMemories .model__textbox-txt {
  color: #ffffff;
  font-family: "CenturyGothic";
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  text-shadow: 0 0 10px black;
}
.ForgeGamingMemories .model__note {
  display: block;
  font-size: 15px;
  color: #8e8e8e;
  font-family: "CenturyGothic";
  margin: 2% 0;
  text-align: center;
}
.ForgeGamingMemories .model__note b {
  color: #fff;
  font-weight: 600;
}
.ForgeGamingMemories .model__txt {
  color: #ffffff;
  font-family: "CenturyGothic";
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 5% 5% 0;
}
.ForgeGamingMemories .model__txt a {
  color: #fff;
  text-decoration: underline;
}
.ForgeGamingMemories .model__txt a:hover {
  text-decoration: none;
}
.ForgeGamingMemories .model__step {
  border: 10px solid transparent;
  -o-border-image: linear-gradient(to bottom left, #c900ff 0%, #2d54db 100%);
     border-image: -webkit-gradient(linear, right top, left bottom, from(#c900ff), to(#2d54db));
     border-image: linear-gradient(to bottom left, #c900ff 0%, #2d54db 100%);
  border-image-slice: 1;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
}
.ForgeGamingMemories .model__step .model__textbox {
  padding: 6vh 0 0;
}
.ForgeGamingMemories .model__listwrap .model__listbox:nth-of-type(3) {
  border-bottom: 0;
}
.ForgeGamingMemories .model__listbox {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
  border-bottom: 1px dashed #5445e1;
}
.ForgeGamingMemories .model__listbox h4 {
  color: #ffffff;
  font-family: "CenturyGothic";
  font-size: 28px;
  text-align: center;
  margin-bottom: 6vh;
  position: relative;
  z-index: 2;
}
.ForgeGamingMemories .model__listbox h4::after {
  content: "";
  display: block;
  background: rgba(173, 33, 193, 0.8);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.ForgeGamingMemories .model__listbox-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ForgeGamingMemories .model__listbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.ForgeGamingMemories .model__listbox-item {
  width: 150px;
  height: 150px;
  border: 8px solid #2573d1;
  border-radius: 50%;
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px black, 0 0 25px #344b91, 0 0 65px #344b91;
          box-shadow: 0 0 5px black, 0 0 25px #344b91, 0 0 65px #344b91;
}
.ForgeGamingMemories .model__listbox-date {
  color: #ffffff;
  font-family: "CenturyGothic";
  font-size: 22px;
  padding-top: 10px;
}
.ForgeGamingMemories .model__listbox-num {
  color: #ffffff;
  font-family: "CenturyGothic";
  font-size: 50px;
}
.ForgeGamingMemories .model__listbox-text {
  color: #ffffff;
  font-family: "CenturyGothic";
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
}
.ForgeGamingMemories .model__listbox-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 50%;
  margin: 5vh auto;
}
.ForgeGamingMemories .model__listbox-arrow figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (min-width: 576px) {
  .ForgeGamingMemories .model__titlebox h2 {
    font-size: 42px;
  }
  .ForgeGamingMemories .model__textbox h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .ForgeGamingMemories .model__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ForgeGamingMemories .model__flexbox-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto 10vh;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .ForgeGamingMemories .model__itembox {
    width: calc(50% - 10px);
  }
  .ForgeGamingMemories .model__listbox {
    width: 70%;
    padding: 5% 0;
  }
  .ForgeGamingMemories .model__listbox-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ForgeGamingMemories .model__listbox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .ForgeGamingMemories .model__listbox-arrow {
    -webkit-transform: none;
            transform: none;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .ForgeGamingMemories .model__flexbox {
    width: 80%;
  }
  .ForgeGamingMemories .model__flexbox-column {
    width: 80%;
  }
}
.ForgeGamingMemories .video__textbox {
  text-align: center;
}
.ForgeGamingMemories .video__textbox h2 {
  font-weight: bold;
  color: white;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "CenturyGothic";
  text-transform: uppercase;
  font-size: 30px;
  margin: 5% auto;
}
.ForgeGamingMemories .video__list {
  width: 100%;
  margin: auto;
}
.ForgeGamingMemories .video__list ul li {
  position: relative;
  color: #8e8e8e;
  padding: 5px 0;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ForgeGamingMemories .video__list ul li span:nth-of-type(1) {
  font-size: 20px;
  color: #fff;
}
.ForgeGamingMemories .video__list ul li span:nth-of-type(2) {
  padding-left: 5px;
  text-decoration: underline;
}
.ForgeGamingMemories .video__list ul li span b {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 576px) {
  .ForgeGamingMemories .video__textbox h2 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .ForgeGamingMemories .video__list {
    width: 50%;
    margin: auto;
  }
}
.ForgeGamingMemories .tc {
  text-align: center;
  padding: 6vh 0;
}
.ForgeGamingMemories .tc a {
  color: #ffffff;
  font-family: "CenturyGothic";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #662ddb), to(#ff00e6));
  background: linear-gradient(to right, #662ddb 1%, #ff00e6 100%);
  padding: 10px 30px;
  font-size: 22px;
  margin: 1% 0;
  width: 80%;
}
.ForgeGamingMemories .tc a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (min-width: 996px) {
  .ForgeGamingMemories .tc a {
    margin: 0 1%;
    width: 20%;
  }
}
.ForgeGamingMemories .form {
  position: relative;
  padding: 6vh 0;
}
.ForgeGamingMemories .form::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ff00e6), color-stop(98%, #ffffff));
  background: linear-gradient(to right, #ff00e6 0%, #ffffff 98%);
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.ForgeGamingMemories .form__titlebox {
  text-align: center;
}
.ForgeGamingMemories .form__titlebox h2 {
  font-weight: bold;
  color: white;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "CenturyGothic";
  text-transform: uppercase;
  font-size: 30px;
  margin: 5% auto;
}
.ForgeGamingMemories .form__textbox {
  text-align: center;
}
.ForgeGamingMemories .form__textbox p {
  font-size: 15px;
  color: #8e8e8e;
  font-family: "CenturyGothic";
}
@media (min-width: 576px) {
  .ForgeGamingMemories .form__titlebox h2 {
    font-size: 42px;
  }
}
.ForgeGamingMemories .pdmore {
  background: #000;
  padding: 5vh 0 0;
}
.ForgeGamingMemories .pdmore__flexbox {
  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;
}
.ForgeGamingMemories .pdmore__titlebox {
  text-align: center;
}
.ForgeGamingMemories .pdmore__titlebox h2 {
  font-weight: bold;
  color: white;
  font-style: italic;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "CenturyGothic";
  text-transform: uppercase;
  font-size: 30px;
  margin: 5% auto;
}
.ForgeGamingMemories .pdmore__itembox {
  overflow: hidden;
  width: 20%;
}
.ForgeGamingMemories .pdmore__itembox a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.ForgeGamingMemories .pdmore__itembox a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
@media (min-width: 576px) {
  .ForgeGamingMemories .pdmore__titlebox h2 {
    font-size: 42px;
  }
}
.ForgeGamingMemories #ems-form-uid {
  position: relative;
  z-index: 5;
}
.ForgeGamingMemories .ems__form {
  color: #ffffff;
  font-family: "CenturyGothic";
}
.ForgeGamingMemories .ems input {
  color: #fff;
}
.ForgeGamingMemories .ems select {
  color: #fff;
}
.ForgeGamingMemories .ems select option {
  background: #000;
}
.ForgeGamingMemories .ems__tc {
  color: #ffffff;
  font-family: "CenturyGothic";
}
.ForgeGamingMemories .ems__tc a {
  display: inline-block;
  color: #fff;
}
.ForgeGamingMemories .ems__send button {
  color: #ffffff;
  font-family: "CenturyGothic";
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #662ddb), to(#ff00e6));
  background: linear-gradient(to right, #662ddb 1%, #ff00e6 100%);
  border: none;
  font-size: 22px;
  text-transform: uppercase;
}
.ForgeGamingMemories .ems__send button:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #662ddb), to(#ff00e6));
  background: linear-gradient(to right, #662ddb 1%, #ff00e6 100%);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ForgeGamingMemories .ems .linearChoiceBox input[type=radio]:checked + label::after, .ForgeGamingMemories .ems-form--radio input[type=radio]:checked + label::before {
  border-color: #ff0000;
}

@-webkit-keyframes kvbg-l {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@keyframes kvbg-l {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}/*# sourceMappingURL=main.css.map */