.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .common__container {
    width: 1640px;
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .common__container {
    width: 1500px;
  }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  .common__container {
    width: 1260px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.DD2 .kv {
  position: relative;
}
.DD2 .kv__subtitle {
  position: absolute;
  top: 92%;
  left: 39%;
  width: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 0.4vw;
  color: #eaedea;
  text-shadow: 0 0 10px #000;
  text-align: start;
  background-size: 100% 100%;
  padding: 1.25vw 3vw 1.25vw 2.5vw;
}
@media screen and (max-width: 991px) {
  .DD2 .kv__subtitle {
    font-size: 0.8vw;
    top: 91%;
    width: 40%;
    left: 35%;
  }
}
.DD2 .intro__lmn {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .DD2 .intro__lmn {
    width: 100%;
  }
}
.DD2 .intro__lmn-item {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .DD2 .intro__lmn-item {
    width: 100%;
  }
}
.DD2 .intro__lmn-td {
  padding: 20px;
  text-align: start;
  width: 100%;
  text-align: center;
}
.DD2 .intro__lmn-td span {
  font-family: var(--fontB);
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ff0b0b;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  font-weight: 900;
}
@media (max-width: 1600px) {
  .DD2 .intro__lmn-td span {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .intro__lmn-td span {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .intro__lmn-td span {
    font-size: 16px;
  }
}
.DD2 .findmore {
  padding-top: 6vh;
  padding-bottom: 6vh;
  background: url("https://storage-asset.msi.com/event/2025/CND/Assassin/images/AC_RED_YasukeTraining.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1300px) {
  .DD2 .findmore {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .DD2 .findmore {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .DD2 .findmore {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.DD2 .findmore__video {
  width: 60%;
  padding-bottom: 33.75%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .DD2 .findmore__video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.DD2 .findmore__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.DD2 .tablebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #ff0b0b;
}
.DD2 .tablebox__left {
  width: 50%;
  padding: 20px;
  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;
  border-right: 1px solid #ff0b0b;
}
.DD2 .tablebox__right {
  padding: 20px;
  
}
.DD2 .buynow {
  background: url("https://storage-asset.msi.com/event/2025/CND/Assassin/images/AC_RED_Vista_Autumn.jpg") no-repeat center;
  background-size: cover;
}
.DD2 .buynow .common-title {
  margin: 0;
}
.DD2 .buynow__boxa {
  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;
  width: 100%;
  padding: 20px;
}
.DD2 .buynow__boxa-btn {
  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;
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__boxa-btn {
    margin-top: 10px;
  }
}
.DD2 .buynow__boxa-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ff0b0b;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buynow__boxa-title{
  max-width: 350px;
  padding-right: 10px;
}

.buynow__boxa-title h3 {
  font-size: 18px;
  text-align: left;
}

.buynow__boxa-btn{
  min-width: 270px;
}

@media screen and (max-width: 991px) {
  .DD2 .buynow__boxa-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.DD2 .buynow__boxa-item a {
  background: #ff0b0b;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-family: var(--fontA);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin-right: 5px;
}
.DD2 .buynow__boxa-item a:hover {
  background: #000;
  color: #ff0b0b;
}
.DD2 .buynow__block-box {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ff0b0b;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  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;
}
@media screen and (max-width: 1350px) {
  .DD2 .buynow__block-box {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__block-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.DD2 .buynow__block-box button {
  background: #ff0b0b;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-family: var(--fontA);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.DD2 .buynow__block-box button:hover {
  background: #000;
  color: #ff0b0b;
}
.DD2 .buynow__block-imgbox {
  width: 30%;
  padding: 20px;
  filter: drop-shadow(0px 0px 20px #ff0b0b);
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__block-imgbox {
    width: 80%;
  }
}
.DD2 .buynow__block-imgbox img {
  display: none;
}
.DD2 .buynow__block-imgbox img.active {
  display: block;
}
.DD2 .buynow__block-textbox {
  width: 70%;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .DD2 .buynow__block-textbox {
    width: 100%;
  }
}
.DD2 .buynow__block-textbox .onlybox__ub {
  display: none;
  font-family: var(--fontA);
  font-weight: 900;
  font-size: 1.5em;
}
.DD2 .buynow__block-textbox .onlybox__ub.active {
  display: block;
}
.DD2 .buynow__block-tabs {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.DD2 .buynow__block-tabs a {
  color: #ff0b0b;
  font-family: var(--fontA);
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #ff0b0b;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
.DD2 .buynow__block-tabs a.active {
  background: #ff0b0b;
  color: #fff;
}
.DD2 .buynow__block-tabs a:hover {
  background: #ff0b0b;
  color: #fff;
}
.DD2 .intro h1.common-title {
  padding: 0;
}
.DD2 .common-title {
  background: none;
  color: #fff;
}
.DD2 .intro__imgbox {
  width: 60%;
  margin: 0 auto;
}
.DD2 .common-title {
  font-family: var(--fontA);
  font-size: 34px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .DD2 .common-title {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .DD2 .common-title {
    font-size: 29px;
  }
}
@media (max-width: 1050px) {
  .DD2 .common-title {
    font-size: 28px;
  }
}
.DD2 .intro {
  background: url("https://storage-asset.msi.com/event/2025/CND/Assassin/images/Helix_RED_Preco_Final.jpg") no-repeat center;
  background-size: cover;
}
.DD2 .intro h3 {
  color: #ff0b0b;
}
.DD2 .intro span {
  display: inline;
  color: #ff0b0b;
}
.DD2 .intro h1 strong {
  display: inline-block;
}
.DD2 .common-btn {
  background-color: #ff0800;
  -webkit-box-shadow: 0 0 10px #ff0b0b;
          box-shadow: 0 0 10px #ff0b0b;
  opacity: 1;
}
.DD2 .common-btn::before {
  border: 3px solid #ff0b0b;
}
.DD2 .common-title strong {
  border-bottom: #ff0b0b 1px solid;
}
.DD2 .common-subtitle {
  color: #ff0b0b;
}
.DD2 .common-p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .DD2 .common-p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .DD2 .common-p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .DD2 .common-p {
    font-size: 16px;
  }
}
.DD2 .terms a {
  color: #ff0b0b;
  border-bottom: #ff0b0b 1px solid;
}
.DD2 .popup__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 300px);
          flex: 0 0 calc(100% - 300px);
  max-height: 100vh;
  overflow-y: auto;
}
.DD2 .popup__body::-webkit-scrollbar-thumb {
  background: #ff0b0b;
  border-radius: 20px;
}
.DD2 .popup__body::-webkit-scrollbar {
  width: 10px;
  background: #580d0a;
}
.DD2 .popup__wrapper {
  background: none;
  border: 1px solid #ff0b0b;
}
.DD2 .popup__wrapper::after {
  background: none;
}
.DD2 .popup__wrapper::before {
  background: none;
}
.DD2 .popup__inner {
  background: none;
}
.DD2 .popup__inner::after {
  background: none;
}
.DD2 .popup__inner::before {
  background: none;
}
.DD2 .popup__header {
  background: none;
  border-bottom: 1px solid #ff0b0b;
}
.DD2 .popup__close {
  -webkit-filter: hue-rotate(190deg);
          filter: hue-rotate(190deg);
}
.DD2 .footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 996px) {
  .DD2 .footer__icons {
    -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;
  }
}
.DD2 .footer__icons p {
  text-align: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.DD2 .footer__icons img {
  height: 70px !important;
}
@media (min-width: 996px) {
  .DD2 .footer {
    padding: 40px 25px;
  }
}
@media (min-width: 996px) {
  .DD2 .intro__date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: #ff0b0b 1px solid;
  }
}
@media (min-width: 996px) {
  .DD2 .intro__date:first-child {
    border: none;
  }
}/*# sourceMappingURL=index2.css.map */