@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

.mhr {
  font-family: "Segoe UI", "Helvetica", "Arial", sans-serif;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
  font-size: 18px;
  color: #fff;
  background: #000;
  position: relative;
}

.mhr * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mhr img {
  max-width: 100%;
  vertical-align: bottom;
}

.mhr__inner {
  position: relative;
  z-index: 2;
  background-color: #000;
}

.mhr__inner__top {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.mhr__inner__top img {
  width: 100%;
}

.mhr .common__container {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  padding: 15px 0 20px;
}

@media (min-width: 992px) {
  .mhr .common__container {
    padding: 30px 0 50px;
  }
}

.mhr .common__title {
  font-size: 22px;
  position: relative;
  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;
  color: #ffffff;
  padding-bottom: 15px;
  background-image: url("https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/dying-title-bg-new.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  text-transform: uppercase;
}

.mhr .common__title.dark {
  background-image: url("https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/dying-title-bg-dark.png");
}

@media (min-width: 992px) {
  .mhr .common__title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

.mhr .common__title.v2 {
  background-image: url("https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/dying-title-bg-red-new.png");
}

.mhr .common__subtitle {
  color: #fff;
  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;
  margin-bottom: 25px;
  font-size: 20px;
  color: #fff;
}

.mhr .common__txtbox {
  border: rgba(21, 72, 138, 0.7) 4px solid;
  position: relative;
  color: #ffffff;
}

.mhr .common__txtbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
  height: 100%;
  opacity: .6;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/elem_pt.png) center center no-repeat ;
  background-size: cover;
  background-size: contain;
}

.mhr .common__txtbox__inner {
  margin: 4px;
  background: rgba(21, 72, 138, 0.7);
  padding: 15px;
}

.mhr .common__btn {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  background: url("https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/dying-button-bg-new.png");
  display: block;
  width: 100%;
}

.mhr .common__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 17px;
  top: calc(50% - 6px);
  right: 15px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/icon-arrow.png) center center no-repeat ;
  background-size: cover;
}

.mhr .common__btn span {
  margin: 4px;
  background: #FFF;
  display: block;
  padding: 5px;
}

.mhr .common__btn:hover {
  border-color: #15488a;
}

.mhr .common__btn:hover span {
  background: #15488a;
}

.mhr .common__btn2 {
  text-align: center;
}

.mhr .common__btn2 a, .mhr .common__btn2 button {
  color: #ffffff;
  display: block;
  background: url("https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/dying-button-bg-new.png");
  padding: 15px 40px 15px 15px;
  width: 25%;
  background-repeat: no-repeat;
  text-decoration: none;
  position: relative;
  min-width: 300px;
  margin: 10px auto;
  cursor: pointer;
  outline: none;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.mhr .common__btn2 a:hover, .mhr .common__btn2 button:hover {
  background: url("https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/dying-button-bg-white.png");
  background-repeat: no-repeat;
  color: #000;
}

.mhr .common__btn2.redeemT {
  font-size: 30px;
  font-weight: bold;
}

.mhr .common__borderbox {
  padding: 6px;
  position: relative;
}

.mhr .common__borderbox::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-1.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 2px;
}

.mhr .common__borderbox::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-2.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 2px;
}

.mhr .common__borderbox__inner {
  border: #fff 2px solid;
  padding: 20px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}

.mhr .common__borderbox__inner::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-2.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  left: -6px;
}

.mhr .common__borderbox__inner::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-1.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  right: -6px;
}

.mhr .common__borderbox:hover::before, .mhr .common__borderbox--active::before {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-1b.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
}

.mhr .common__borderbox:hover::after, .mhr .common__borderbox--active::after {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-2b.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
}

.mhr .common__borderbox:hover .common__borderbox__inner, .mhr .common__borderbox--active .common__borderbox__inner {
  border-color: #FFF;
  background: rgba(171, 150, 88, 0.3);
}

.mhr .common__borderbox:hover .common__borderbox__inner::before, .mhr .common__borderbox--active .common__borderbox__inner::before {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-2b.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
}

.mhr .common__borderbox:hover .common__borderbox__inner::after, .mhr .common__borderbox--active .common__borderbox__inner::after {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/common-borderbox-1b.png) top left no-repeat ;
  background-size: cover;
  background-size: contain;
}

.mhr .txt-center {
  text-align: center;
}

.mhr .mainnav-content {
  display: none;
  position: relative;
}

.mhr .mainnav-content--active {
  display: block;
}

.mhr .mainnav-content::before {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/page-bg-bt-v1.png) top center no-repeat no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 150px;
}

.mhr .mainnav-content::after {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/page-bg-top-v1.png) top center no-repeat no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 100%;
  height: 150px;
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

#sparks {
  position: absolute;
  z-index: 2;
  text-outline: 90px;
  width: 100%;
  overflow-x: hidden;
  top: 0;
  left: 0;
  height: 95vh;
}

.mhr .kv {
  position: relative;
  overflow: hidden;
}

.mhr .kv img {
  width: 100%;
  vertical-align: bottom;
}

.mhr .kv__bottom {
  position: absolute;
  width: 100%;
  left: 0;
  top: 97%;
}

.mhr .kv__bottom img {
  width: 100%;
}

@media (min-width: 992px) {
  .mhr .kv__bottom {
    top: calc(100% - 50px);
  }
}

@media (min-width: 1930px) {
  .mhr .kv__bottom {
    top: calc(100% - 100px);
  }
}

.mhr .kv__title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

@media (min-width: 992px) {
  .mhr .kv__title {
    display: block;
  }
}

.mhr .intro {
  text-align: center;
  padding-top: 50px;
}

.mhr .intro .smallText {
  font-size: 0.5em;
  color: #666666;
  margin-top: 20px;
}

.mhr .intro h1 {
  font-size: 22px;
  padding-bottom: 35px;
}

.mhr .intro h1 span {
  color: #4acbb5;
}

.mhr .intro .date__item {
  margin-bottom: 25px;
}

.mhr .intro .date__title {
  color: #FFF;
}

.mhr .intro__codebox {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 25px;
  color: #FFf;
}

.mhr .intro__codebox .numbox {
  color: #4acbb5;
  padding: 0 15px;
  font-size: 150%;
  border-bottom: #fff 1px solid;
}

@media (min-width: 992px) {
  .mhr .intro h1 {
    font-size: 36px;
    padding-bottom: 25px;
  }
  .mhr .intro .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mhr .intro .date__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    border-left: rgba(255, 255, 255, 0.4) 1px solid;
    margin: 20px auto 50px;
  }
  .mhr .intro .date__item:first-child {
    border: none;
  }
  .mhr .intro .date__title {
    padding-bottom: 10px;
  }
  .mhr .intro .date__time {
    font-size: 30px;
    text-shadow: #000 1px 2px 2px;
    font-weight: bold;
  }
  .mhr .intro__codebox {
    font-size: 40px;
    padding: 40px 0;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

.mhr .performace__vdbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .mhr .performace__vdbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mhr .performace__vd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  background-image: url("https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/background-v1.png");
  background-size: conver;
  background-repeat: no-repeat;
  display: block;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .mhr .performace__vd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background-color: #000;
    margin: 20px;
  }
}

.mhr .performace__vd figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.mhr .performace__vd figcaption {
  margin-top: 8px;
}

.mhr .performace__vd figcaption p {
  text-align: left;
  margin-top: 20px;
}

.mhr .performace__vd figcaption h3 {
  text-align: right;
  font-size: 21px;
  line-height: 1.2;
  font-weight: normal;
}

.mhr .performace__vd .vdimg {
  position: relative;
}

.mhr .performace__vd .vdimg img {
  position: relative;
  z-index: 0;
}

.mhr .performace__vd .vdimg::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/play_btn.svg) center center no-repeat ;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mhr .performace__vd .vdimg:hover::after {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/play_btn2.svg) center center no-repeat ;
  background-size: cover;
}

@media (min-width: 768px) {
  .mhr .performace__vd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
  .mhr .performace__vd .testItem {
    background-image: url("../images/testing-background-v1.png");
    background-size: contain;
    display: block;
    padding: 10px;
  }
}

.mhr .mainnav {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 35px 0;
}

.mhr .mainnav .tab {
  position: relative;
  cursor: pointer;
  margin: 3px 0;
}

.mhr .mainnav .tab__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #5f5f5f;
}

.mhr .mainnav .tab__inner::after {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 40px;
  top: auto;
  right: auto;
  margin: 0 auto;
  z-index: 3;
  background: url(../images/white-arrow-down.png) center center no-repeat;
  background-size: contain;
  -webkit-animation: arrowDown 0.6s infinite alternate ease-in-out;
}

.mhr .mainnav .tab h2 {
  position: relative;
  z-index: 3;
  font-size: 21px;
  text-align: center;
  padding: 10px 35px;
  text-transform: uppercase;
}

.mhr .mainnav .tab__img {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 60px;
  z-index: 2;
  opacity: .9;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  z-index: 0;
}

.mhr .mainnav .tab__img img {
  width: 100%;
}

.mhr .mainnav .tab:hover, .mhr .mainnav .tab--active {
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

.mhr .mainnav .tab:hover::before, .mhr .mainnav .tab--active::before {
  background: #ccc;
}

.mhr .mainnav .tab:hover h2, .mhr .mainnav .tab--active h2 {
  color: #4acbb5;
}

@media (min-width: 768px) {
  .mhr .mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 25px 0 60px;
  }
  .mhr .mainnav .tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    margin: 0 0.5%;
  }
  .mhr .mainnav .tab__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    border-bottom: 0px;
  }
  .mhr .mainnav .tab h2 {
    text-align: center;
    padding: 25px;
    font-size: 24px;
  }
  .mhr .mainnav .tab__img {
    width: 100%;
    height: 75%;
    overflow: hidden;
  }
  .mhr .mainnav .tab__img--bottom img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .mhr .mainnav .tab:hover .tab__img {
    width: 92%;
    height: 72%;
    left: 4%;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

.mhr .mainnav-content.weapon {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/bg-weapon-1.jpg) center center no-repeat ;
  background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.mhr .mainnav-content.weapon .subtab__sel {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: #fff 1px solid;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #15488a;
  font-size: 16px;
  font-weight: bold;
}

.mhr .mainnav-content.weapon .subtab__sel svg {
  width: 15px;
  height: 15px;
  fill: #15488a;
}

.mhr .mainnav-content.weapon .subtab__sel:focus {
  background: #15488a;
  border-color: #15488a;
  color: #ccc;
}

.mhr .mainnav-content.weapon .subtab__sel:focus svg {
  fill: #fff;
}

.mhr .mainnav-content.weapon .subtab__nav li {
  position: relative;
}

.mhr .mainnav-content.weapon .subtab__nav__item {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/btn-brush-black-v1.png) center center no-repeat ;
  background-size: cover;
  background-size: contain;
  width: 100%;
  height: 77px;
  padding: 0;
  font-size: 16px;
  position: relative;
  z-index: 10;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  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;
}

.mhr .mainnav-content.weapon .subtab__nav__item span {
  width: 80%;
  text-align: center;
}

.mhr .mainnav-content.weapon .subtab__nav__item:hover {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/btn-brush-white-v2.png) center center no-repeat ;
  background-size: cover;
  background-size: contain;
  color: #000;
}

.mhr .mainnav-content.weapon .subtab__nav dl {
  text-align: center;
  padding: 15px 0px 0px;
  width: 70%;
  margin: 0 auto;
  display: none;
}

.mhr .mainnav-content.weapon .subtab__nav dl dt {
  padding: 5px;
  cursor: pointer;
}

.mhr .mainnav-content.weapon .subtab__nav dl dt:hover {
  color: #FFF;
}

.mhr .mainnav-content.weapon .subtab__nav dl.subtab__nav__dl--active {
  display: block;
}

.mhr .mainnav-content.weapon .subtab__nav--active .subtab__nav__item {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/btn-brush-white-v2.png) center center no-repeat ;
  background-size: cover;
  background-size: contain;
  color: #000;
}

@media (min-width: 992px) {
  .mhr .mainnav-content.weapon .subtab__sel {
    display: none;
  }
  .mhr .mainnav-content.weapon .subtab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mhr .mainnav-content.weapon .subtab__nav li {
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin: 10px;
  }
  .mhr .mainnav-content.weapon .subtab__nav dl {
    position: absolute;
    top: 100%;
    left: 15%;
    width: 70%;
    z-index: 10;
    padding: 0;
  }
  .mhr .mainnav-content.weapon .subtab__nav dl dt {
    background: #fff;
    margin: 1px 0;
    color: #222222;
  }
  .mhr .mainnav-content.weapon .subtab__nav dl dt:hover {
    background: #FFF;
    color: #ff0000;
  }
}

.mhr .mainnav-content.weapon .pd__wrapper {
  position: relative;
  z-index: 4;
  margin-top: 25px;
}

.mhr .mainnav-content.weapon .pd__inner {
  display: none;
}

.mhr .mainnav-content.weapon .pd__inner--active {
  display: block;
}

.mhr .mainnav-content.weapon .pd__tab li {
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}

.mhr .mainnav-content.weapon .pd__tab figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mhr .mainnav-content.weapon .pd__tab figure img {
  width: 50px;
}

.mhr .mainnav-content.weapon .pd__list {
  text-align: center;
  display: none;
}

.mhr .mainnav-content.weapon .pd__list--active {
  display: block;
}

@media (min-width: 768px) {
  .mhr .mainnav-content.weapon .pd__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 25px 0 50px;
  }
  .mhr .mainnav-content.weapon .pd__tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 20px);
            flex: 0 0 calc(20% - 20px);
    margin: 0 10px;
  }
  .mhr .mainnav-content.weapon .pd__tab figure {
    display: block;
    text-align: center;
  }
  .mhr .mainnav-content.weapon .pd__tab figure img {
    width: 80%;
  }
  .mhr .mainnav-content.weapon .pd__tab figure figcaption {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .mhr .mainnav-content.weapon .pd__inner__box {
    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;
    padding-top: 35px;
  }
  .mhr .mainnav-content.weapon .pd__inner__box .common__borderbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin-right: 25px;
  }
  .mhr .mainnav-content.weapon .pd__inner__box .pd__listbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 275px);
            flex: 0 0 calc(100% - 275px);
  }
  .mhr .mainnav-content.weapon .pd__inner__box .buy__btn {
    width: calc(33% - 30px);
  }
}

.mhr .mainnav-content.weapon .buy__btn {
  display: inline-block;
  border: rgba(255, 255, 255, 0.5) 2px solid;
  cursor: pointer;
  width: calc(50% - 30px);
  margin: 5px;
  vertical-align: top;
  padding: 0;
}

.mhr .mainnav-content.weapon .buy__btn__inner {
  padding: 0;
  margin: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  text-align: center;
  text-shadow: #000 0 2px 5px;
  font-size: 16px;
}

.mhr .mainnav-content.weapon .buy__btn__inner > div:first-child {
  padding: 10px 25px 10px 5px;
}

.mhr .mainnav-content.weapon .buy__btn__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 17px;
  top: calc(50% - 6px);
  right: 15px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/icon-arrow.png) center center no-repeat ;
  background-size: cover;
}

.mhr .mainnav-content.weapon .buy__btn__innerdiv:last-child {
  display: none;
}

.mhr .mainnav-content.weapon .buy__btn__title {
  position: relative;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  text-align: center;
  color: #FFF;
}

.mhr .mainnav-content.weapon .buy__btn__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  opacity: 0.5;
  font-size: 100%;
  background: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  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;
  text-transform: capitalize;
}

.mhr .mainnav-content.weapon .buy__btn:hover {
  border-color: #FFF;
}

.mhr .mainnav-content.weapon .buy__btn:hover .buy__btn__inner {
  background: #FFF;
}

.mhr .mainnav-content.weapon .buy__btn:hover .buy__btn__title {
  opacity: 0;
  text-decoration: none;
}

.mhr .mainnav-content.weapon .buy__btn:hover .buy__btn__link {
  top: 0;
  opacity: 1;
}

@media (min-width: 992px) {
  .mhr .mainnav-content.weapon .buy__btn {
    width: calc(25% - 30px);
    text-decoration: none;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

@-webkit-keyframes redeem__btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes redeem__btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mhr .redeem {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/bg-redeem-1.jpg) bottom center no-repeat ;
  background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.mhr .redeem__btn {
  margin: 35px auto 120px;
}

.mhr .redeem__btn a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  text-decoration: none;
  position: relative;
  max-width: 400px;
  height: 70px;
  margin: 55px auto 0;
  text-align: left;
  text-transform: uppercase;
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(#98813c));
  background: linear-gradient(to left, #FFF, #98813c);
  font-weight: bold;
  font-size: 20px;
  text-shadow: #98813c 1px 1px 2px;
  -webkit-animation: 1s redeem__btn infinite ease-in;
          animation: 1s redeem__btn infinite ease-in;
  border-radius: 10px;
}

.mhr .redeem__btn a:hover {
  background: #15488a;
  -webkit-animation: none;
          animation: none;
  text-shadow: none;
}

.mhr .redeem__btn a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mhr .redeem__btn a img {
  width: 50%;
  position: absolute;
  right: 0;
  top: -50%;
}

.mhr .redeem__step:first-child {
  margin-bottom: 35px;
}

.mhr .redeem__step__wrapper {
  background: rgba(0, 0, 0, 0.3);
  padding: 35px;
}

.mhr .redeem__step__icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: #FFF 5px solid;
  margin: 0 auto 15px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  font-weight: bold;
}

.mhr .redeem__step__icon span {
  display: block;
  font-size: 36px;
}

.mhr .redeem__step__txt {
  text-align: left;
}

.mhr .redeem__step__txt h3 {
  font-size: 22px;
  padding-bottom: 15px;
  text-align: center;
}

.mhr .redeem__step__txt ul {
  margin-left: 20px;
  padding-bottom: 20px;
}

.mhr .redeem__step__txt ul li {
  list-style: disc;
  padding: 5px 0;
  font-size: 16px;
}

.mhr .redeem__step__btn {
  text-align: center;
  padding: 35px;
}

.mhr .redeem__step__btn a {
  color: #ffffff;
  margin: 15px 35px;
  display: inline-block;
  border-radius: 30px;
  border: #fff 1px solid;
  padding: 15px 40px 15px 15px;
  text-decoration: none;
  position: relative;
  min-width: 300px;
  margin: 10px auto;
  cursor: pointer;
}

.mhr .redeem__step__btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 17px;
  top: calc(50% - 6px);
  right: 15px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/icon-arrow.png) center center no-repeat ;
  background-size: cover;
}

.mhr .redeem__step__btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mhr .redeem__step__note {
  font-size: 14px;
  text-align: left;
  opacity: .8;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .mhr .redeem .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mhr .redeem .date__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    border-left: rgba(255, 255, 255, 0.4) 1px solid;
    margin: 20px auto 50px;
  }
  .mhr .redeem .date__item:first-child {
    border: none;
  }
  .mhr .redeem .date__title {
    padding-bottom: 10px;
  }
  .mhr .redeem .date__time {
    font-size: 24px;
    text-shadow: #FFF 0 0 30px;
    font-weight: bold;
  }
  .mhr .redeem .countdown__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;
  }
  .mhr .redeem .timer {
    margin: 0 25px;
  }
  .mhr .redeem .timer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .mhr .redeem .timer__item .day, .mhr .redeem .timer__item .hour, .mhr .redeem .timer__item .min, .mhr .redeem .timer__item .sec {
    font-size: 70px;
    font-weight: bold;
  }
  .mhr .redeem__btn {
    margin: 80px auto;
  }
  .mhr .redeem__btn a {
    max-width: 600px;
    height: 100px;
    font-size: 24px;
    padding-left: 40px;
  }
  .mhr .redeem__step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mhr .redeem__step__wrapper {
    padding-top: 55px;
    margin-top: 0;
  }
  .mhr .redeem__step:first-child {
    border-right: rgba(255, 255, 255, 0.4) 1px solid;
  }
  .mhr .redeem__step__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mhr .redeem__step__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-right: 20px;
  }
  .mhr .redeem__step__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
            flex: 0 0 calc(100% - 120px);
  }
  .mhr .redeem__step__txt h3 {
    text-align: left;
  }
  .mhr .redeem__step__btn a {
    min-width: auto;
    margin: 0 10px;
  }
  .mhr .redeem__step__note {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    padding-top: 25px;
    text-align: center;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

.mhr .bonus__box {
  text-align: center;
}

.mhr .bonus__item:first-child {
  margin-bottom: 35px;
}

.mhr .bonus__icon {
  padding-bottom: 5px;
}

.mhr .bonus p {
  padding-bottom: 10px;
}

.mhr .bonus p span {
  color: #FFF;
  font-weight: bold;
}

.mhr .bonus__btn {
  text-align: center;
}

.mhr .bonus__btn a {
  color: #ffffff;
  margin: 15px 35px;
  display: inline-block;
  border-radius: 30px;
  border: #fff 1px solid;
  padding: 15px 40px 15px 15px;
  text-decoration: none;
  position: relative;
  min-width: 300px;
  margin: 10px auto;
  cursor: pointer;
}

.mhr .bonus__btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 17px;
  top: calc(50% - 6px);
  right: 15px;
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/icon-arrow.png) center center no-repeat ;
  background-size: cover;
}

.mhr .bonus__btn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .mhr .bonus__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mhr .bonus__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  .mhr .bonus__item:first-child {
    border-right: rgba(255, 255, 255, 0.4) 1px solid;
  }
  .mhr .bonus__item p {
    max-width: 400px;
    margin: 15px auto;
  }
  .mhr .bonus__btn a {
    min-width: auto;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

.mhr .challenge {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/bg-special-event.jpg) center center no-repeat ;
  background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

.mhr .pc {
  background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/bg-pc-1.jpg) center center no-repeat ;
  background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}

.mhr .pc .step__box {
  padding: 35px;
  margin-bottom: 55px;
}

.mhr .pc .step__box ul li {
  padding: 5px 0;
}

.mhr .pc .step__box a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.mhr .pc .step__box a:hover {
  text-decoration: underline;
  color: #fff;
}

.mhr .pc .step__textbox {
  padding-bottom: 55px;
}

.mhr .pc .step__img {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.mhr .pc .step__num {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: #FFF 1px solid;
  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;
  margin: 15px auto;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  -webkit-box-shadow: #FFF 0 0 10px;
          box-shadow: #FFF 0 0 10px;
}

.mhr .pc .step__item {
  padding-bottom: 25px;
}

.mhr .pc .step__note {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .mhr .pc .step__textbox {
    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;
    background: url(https://storage-asset.msi.com/event/2022/cnd/Assassin-Creed-Valhalla-DLC/images/bg-pc-dt.png) center center no-repeat ;
    background-size: cover;
  }
  .mhr .pc .step__textbox h2 {
    font-size: 36px;
    padding-bottom: 25px;
    color: #FFF;
  }
  .mhr .pc .step__textbox p {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
  .mhr .pc .step__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin-right: 25px;
  }
  .mhr .pc .step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
  }
  .mhr .pc .step__num {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .mhr .pc .step__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
            flex: 0 0 calc(100% - 120px);
    padding: 25px;
    border-bottom: #FFF 1px solid;
  }
}

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0.4;
  }
}

.mhr .footer {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.mhr .footer__icons {
  padding-bottom: 35px;
}

.mhr .footer__icons img {
  margin: 0 25px;
  vertical-align: middle;
}

.mhr .footer__icons img:first-child {
  width: 200px;
}
/*# sourceMappingURL=main.css.map */