.kv {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
          clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#2d0a0c), color-stop(#8e1a22), color-stop(#5f0b11), to(#4d0002));
  background: linear-gradient(to top, #2d0a0c, #8e1a22, #5f0b11, #4d0002);
  padding: 25px 25px 60px;
}

@media (min-width: 1930px) {
  .kv {
    padding-bottom: 150px;
  }
}

.kv::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#741218), color-stop(#8e1a22), color-stop(#5f0b11), to(#4d0002));
  background: linear-gradient(to top, #741218, #8e1a22, #5f0b11, #4d0002);
}

.kv::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
          clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#5d0e13), color-stop(#8e1a22), color-stop(#5f0b11), to(#4d0002));
  background: linear-gradient(to top, #5d0e13, #8e1a22, #5f0b11, #4d0002);
}

.kv img {
  width: 100%;
  vertical-align: bottom;
}

.kv-curtain {
  position: absolute;
  z-index: 2;
  width: 20%;
  top: 0;
}

@media (min-width: 996px) {
  .kv-curtain {
    width: 15%;
  }
}

@media (min-width: 1930px) {
  .kv-curtain {
    width: %;
  }
}

.kv-curtain--left {
  left: 0;
}

.kv-curtain--right {
  right: 0;
}

.kv__title {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

@media (min-width: 1930px) {
  .kv__title {
    max-width: 1050px;
  }
}

.kv .title {
  position: relative;
  z-index: 2;
}

.kv-ball {
  position: absolute;
  z-index: 0;
  width: 5%;
}

.kv-ball--green {
  left: 23%;
  top: 65%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
          animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
  -webkit-animation: move 5.1s infinite;
          animation: move 5.1s infinite;
}

.kv-ball--red {
  width: 4%;
  left: 33%;
  top: 64%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
          animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
  -webkit-animation: move 5.1s infinite;
          animation: move 5.1s infinite;
}

.kv-ball--yellow {
  left: 69%;
  top: 68%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
          animation-timing-function: cubic-bezier(0.6, 0, 0.38, 1);
  -webkit-animation: move 5.1s infinite;
          animation: move 5.1s infinite;
}

.kv-date {
  position: absolute;
  top: 80%;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

@media (min-width: 996px) {
  .kv-date {
    font-size: 22px;
    letter-spacing: 3px;
  }
}

.kv__box {
  position: relative;
  z-index: 2;
}

@media (min-width: 996px) {
  .kv__box {
    margin-top: -10%;
  }
}

@media (min-width: 1930px) {
  .kv__box {
    margin-top: -7%;
  }
}

.kv__box::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: -20%;
  background: radial-gradient(ellipse at center, rgba(218, 70, 89, 0.8) 0%, rgba(218, 70, 89, 0) 70%, rgba(218, 70, 89, 0) 100%);
  -webkit-filter: brightness(150%) blur(5px);
          filter: brightness(150%) blur(5px);
}

.kv__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -10%;
  background: radial-gradient(ellipse at center, rgba(218, 70, 89, 0.8) 0%, rgba(218, 70, 89, 0) 70%, rgba(218, 70, 89, 0) 100%);
  -webkit-filter: brightness(150%) blur(5px);
          filter: brightness(150%) blur(5px);
}

.kv-deco {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media (min-width: 1930px) {
  .kv-deco {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}

.kv-pd {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
}

@media (min-width: 996px) {
  .kv-pd {
    width: 65%;
    -webkit-transform: translateX(-50%) translateY(-30px);
            transform: translateX(-50%) translateY(-30px);
  }
}

@media (min-width: 1930px) {
  .kv-pd {
    width: 50%;
  }
}

.kv-pd-title img {
  -webkit-animation: 2s flash infinite;
          animation: 2s flash infinite;
}

.kv-presents {
  position: absolute;
  z-index: 2;
  bottom: 2%;
  left: 0;
  width: 100%;
}

@media (min-width: 1930px) {
  .kv-presents {
    left: 10%;
    width: 80%;
    bottom: 0;
  }
}

.kv__info {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 996px) {
  .kv__info {
    margin-top: -5%;
  }
}

@media (min-width: 1930px) {
  .kv__info {
    margin-top: -2%;
  }
}

.kv-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.kv-bundle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes flash {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 0px #ecf418);
            filter: drop-shadow(0px 0px 0px #ecf418);
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px #ecf418);
            filter: drop-shadow(0px 0px 10px #ecf418);
  }
}

@keyframes flash {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 0px #ecf418);
            filter: drop-shadow(0px 0px 0px #ecf418);
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 10px #ecf418);
            filter: drop-shadow(0px 0px 10px #ecf418);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

@keyframes move {
  0% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  100% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

.mainBody {
  padding: 45px 0;
}

.buyNow .tab__flexBoxInside {
  background: url("../images/tab-bg.png") bottom center repeat;
  background-size: 100% auto;
}

.buyNow .tab__flexBoxInside-pic::after {
  display: none !important;
}

.buyNow .tab__flexBox {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.buyNow .tab__flexBox.select {
  -webkit-filter: drop-shadow(0 8px 1px #560a0a);
          filter: drop-shadow(0 8px 1px #560a0a);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.buyNow .tab__label {
  background: #ab0606;
  color: #fff;
}

.buyNow .tab__label p {
  font-size: 14px;
}

@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
  }
}

.buyNow .selectarea__filter-item {
  background: -webkit-gradient(linear, left bottom, left top, from(#f71222), color-stop(#8e1a22), color-stop(#5f0b11), to(#4d0002));
  background: linear-gradient(to top, #f71222, #8e1a22, #5f0b11, #4d0002);
  cursor: pointer;
}

.buyNow .selectarea__filter-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(169, 120, 120, 0.7), 0 0 8px #db535c;
          box-shadow: 0 0 30px rgba(169, 120, 120, 0.7), 0 0 8px #db535c;
}

.buyNow .selectarea__filter-item--active {
  background: -webkit-gradient(linear, left bottom, left top, from(#b7454d), color-stop(#e06b73), color-stop(#603437), to(#4d0002));
  background: linear-gradient(to top, #b7454d, #e06b73, #603437, #4d0002);
  -webkit-box-shadow: inset 0 0 30px rgba(169, 120, 120, 0.7), 0 0 8px #db535c;
          box-shadow: inset 0 0 30px rgba(169, 120, 120, 0.7), 0 0 8px #db535c;
}

.buyNow .selectarea__filter-item--active:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#741218), color-stop(#8e1a22), color-stop(#5f0b11), to(#4d0002));
  background: linear-gradient(to top, #741218, #8e1a22, #5f0b11, #4d0002);
  -webkit-box-shadow: 0 0 30px rgba(169, 120, 120, 0.7), 0 0 8px #db535c;
          box-shadow: 0 0 30px rgba(169, 120, 120, 0.7), 0 0 8px #db535c;
}

.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
}

.buyNow .hatch__slider .hatch__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000100;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
          box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .hatch__slider .hatch__box::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #000100;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
          box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .sec3__title {
  color: #fff;
  padding: 25px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.buyNow .hatch__buyNowBtn-buynow--gaming,
.buyNow .hatch__buyNowBtn-buynow--business,
.buyNow .hatch__buyNowBtn-buynow--claw {
  background: #8e1a22;
}

.redeem__flex a {
  color: #fff;
  text-decoration: underline;
}

.redeem__flex a:hover {
  text-decoration: none;
}

@media (min-width: 996px) {
  .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.redeem__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.redeem__item--title {
  padding-bottom: 20px;
}

.redeem__item--title span {
  background: linear-gradient(45deg, rgba(129, 85, 32, 0.5), rgba(211, 177, 120, 0.5));
  display: inline-block;
  padding: 10px 25px;
}

.redeem figure {
  text-align: center;
}

.redeem figure img {
  max-width: 250px;
  margin: 0 auto 20px;
}

.redeem__arrow {
  margin: 20% 30px 0;
  text-align: center;
}

.redeem__arrow img {
  width: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 996px) {
  .redeem__arrow img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.redeem__btnBox {
  padding-top: 50px;
  text-align: center;
}

@media (min-width: 996px) {
  .redeem__btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.text--note {
  text-align: center;
  padding-top: 50px;
}

.intro {
  padding: 45px 25px;
}

@media (min-width: 996px) {
  .intro {
    padding-top: 60px;
  }
}

.intro__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.intro .btns__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 50%;
}

.intro .btns__wrapper a {
  display: block;
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#741218), color-stop(#8e1a22), color-stop(#5f0b11), to(#a95f61));
  background: linear-gradient(to top, #741218, #8e1a22, #5f0b11, #a95f61);
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.intro .btns__wrapper a:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#ce394d), color-stop(#95474c), color-stop(#9b5257), to(#c6abac));
  background: linear-gradient(to top, #ce394d, #95474c, #9b5257, #c6abac);
}

.announced {
  padding: 25px;
  background: rgba(0, 0, 0, 0.9);
}

@media (min-width: 996px) {
  .announced {
    padding: 80px 25px;
  }
}

.announced__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.announced p {
  opacity: .6;
  padding-top: 25px;
  font-size: 14px;
}

.announced-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

.announced-logos img {
  height: 80px;
}

.popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #111;
  color: #fff;
}

.popup-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 100%;
}

.popup-close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.popup-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  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: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: linear-gradient(45deg, rgba(129, 85, 32, 0.5), rgba(211, 177, 120, 0.5));
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #111 1px 1px 3px;
}

@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}

.popup__content {
  height: 80vh;
  overflow-y: auto;
  padding: 25px;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup__content::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#737576), color-stop(#bdbfc3), to(#96999c));
  background: linear-gradient(to bottom, #737576, #bdbfc3, #96999c);
  border-radius: 10px;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 50px;
  }
}

.terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}

.terms__title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
}

.terms ul {
  margin-left: 20px;
}

.terms ul li {
  list-style: disc;
  padding: 5px 0;
}

.terms ol {
  margin-left: 25px;
}

.terms ol li {
  list-style: lower-roman;
}

.terms h4 {
  padding: 15px 0;
}

.terms a {
  color: rgba(193, 152, 101, 0.5);
  text-decoration: underline;
}

.terms a:hover {
  text-decoration: none;
}

.diablo {
  text-align: center;
}

.diablo a {
  color: #c2962f;
}

.diablo a:hover {
  text-decoration: underline;
}

.diablo .redeem__step {
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 40px;
}

.diablo .redeem__step span {
  display: inline-block;
  background: linear-gradient(45deg, rgba(129, 85, 32, 0.5), rgba(211, 177, 120, 0.5));
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}

.diablo .redeem__step:first-child {
  margin-top: 0;
}

.diablo .redeem__text {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.diablo .redeem__note {
  opacity: .6;
  padding-top: 15px;
  font-size: 14px;
}

.project {
  position: relative;
  color: #fff;
  background: url("../images/bg2.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project h1 {
  position: absolute;
  top: -10px;
  font-size: 0;
}

.project .common__title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#a36e2f), color-stop(#ceac64), to(#ede4b8));
  background: linear-gradient(to top, #a36e2f, #ceac64, #ede4b8);
  background-clip: text;
  color: transparent;
}

.project .common__btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 25px;
}

@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .common-btn {
  padding: 15px 10px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#741218), color-stop(#8e1a22), color-stop(#5f0b11), to(#a95f61));
  background: linear-gradient(to top, #741218, #8e1a22, #5f0b11, #a95f61);
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all;
  color: #fff;
}

.project .common-btn:hover {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#ce394d), color-stop(#95474c), color-stop(#9b5257), to(#c6abac));
  background: linear-gradient(to top, #ce394d, #95474c, #9b5257, #c6abac);
}
/*# sourceMappingURL=main.css.map */