@-webkit-keyframes cta-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(62, 199, 255, 0.45);
            box-shadow: 0 0 0 0 rgba(62, 199, 255, 0.45);
  }
  50% {
    -webkit-box-shadow: 0 0 0 12px rgba(62, 199, 255, 0);
            box-shadow: 0 0 0 12px rgba(62, 199, 255, 0);
  }
}
@keyframes cta-pulse {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(62, 199, 255, 0.45);
            box-shadow: 0 0 0 0 rgba(62, 199, 255, 0.45);
  }
  50% {
    -webkit-box-shadow: 0 0 0 12px rgba(62, 199, 255, 0);
            box-shadow: 0 0 0 12px rgba(62, 199, 255, 0);
  }
}
@-webkit-keyframes cursor-tap {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6px, 8px);
            transform: translate(-6px, 8px);
  }
}
@keyframes cursor-tap {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-6px, 8px);
            transform: translate(-6px, 8px);
  }
}
.project {
  overflow: clip;
  color: #fff;
  background: #000;
}
.project img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project a {
  color: #245dff;
  word-break: break-all;
}
.project a:hover {
  text-decoration: underline;
}

.kv {
  position: relative;
  width: 100%;
  background: #000;
}
.kv__visual {
  line-height: 0;
  margin: 0 -18%;
}
.kv__visual picture,
.kv__visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 996px) {
  .kv__visual {
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, rgba(0, 17, 85, 0)), color-stop(4%, rgb(0, 17, 85)));
    background: linear-gradient(180deg, rgba(0, 17, 85, 0) 96%, rgb(0, 17, 85) 4%);
  }
}
.kv__rating {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 18%;
  max-width: 140px;
  z-index: 2;
}
@media (min-width: 996px) {
  .kv__rating {
    width: 12%;
    max-width: 180px;
  }
}
.kv__rating picture,
.kv__rating img {
  display: block;
  width: 100%;
  height: auto;
}

.offer {
  position: relative;
  margin-top: -20%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(0, 17, 85, 0)), color-stop(10%, rgb(0, 17, 85)));
  background: linear-gradient(180deg, rgba(0, 17, 85, 0) 90%, rgb(0, 17, 85) 10%);
  z-index: 2;
}
.offer__wrap {
  position: relative;
  padding: 40px 25px;
}
.offer__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url("https://storage-asset.msi.com/event/2026/tw/tw-msigaming/images/offer-bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000), to(#000));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 50%, #000 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000), to(#000));
  mask-image: linear-gradient(to bottom, transparent 0%, #000 50%, #000 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (min-width: 996px) {
  .offer__wrap::after {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000), to(#000));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 50%, #000 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000), to(#000));
    mask-image: linear-gradient(to bottom, transparent 0%, #000 50%, #000 100%);
  }
}
@supports (background-image: url("data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==")) {
  .offer__wrap::after {
    background-image: url("https://storage-asset.msi.com/event/2026/tw/tw-msigaming/images/offer-bg.webp");
  }
}
.offer__inner {
  margin: 0 auto;
  max-width: 1280px;
}
.offer__logo {
  margin: 0 auto 18px;
  width: 58%;
  max-width: 360px;
}
@media (min-width: 996px) {
  .offer__logo {
    margin-bottom: 28px;
    width: 320px;
  }
}
.offer__logo picture,
.offer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.offer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  padding: 18px 16px 22px;
  border-radius: 0;
  background: #000;
  border: 5px solid transparent;
  -o-border-image: linear-gradient(90deg, #3ec7ff 0%, #7a6dff 50%, #e93bb8 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#3ec7ff), color-stop(50%, #7a6dff), to(#e93bb8)) 1;
     border-image: linear-gradient(90deg, #3ec7ff 0%, #7a6dff 50%, #e93bb8 100%) 1;
}
@media (min-width: 996px) {
  .offer__card {
    margin: 0 auto 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    padding: 28px 40px;
  }
}
.offer__products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 auto;
  width: 78%;
}
@media (min-width: 996px) {
  .offer__products {
    position: absolute;
    left: 5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
    max-width: 500px;
    margin: 0;
  }
}
.offer__products picture,
.offer__products img {
  display: block;
  width: 100%;
  height: auto;
}
.offer__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .offer__copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}
.offer__period {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.offer__title {
  margin: 0 0 12px;
  font-size: clamp(21px, 2.7vw, 36px);
  font-weight: 800;
  line-height: 1.45;
}
.offer__title-keep {
  display: inline;
  white-space: nowrap;
  font-size: 0.9em;
}
.offer__title span:not(.offer__title-keep) {
  display: inline-block;
  position: relative;
  color: #fff;
}
.offer__title span:not(.offer__title-keep)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #3ec7ff;
}
.offer__games {
  margin: 0 0 8px;
  font-size: clamp(17px, 2.3vw, 26px);
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
}
.offer__games span {
  display: inline-block;
  position: relative;
}
.offer__games span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #3ec7ff;
}
.offer__limit {
  margin: 0;
  font-size: clamp(16px, 2vw, 21px);
  color: #cfcfcf;
}
.offer__legal {
  padding: 25px 25px 40px;
  margin: 0 auto;
  font-size: clamp(10px, 2.2vw, 13px);
  line-height: 1.55;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}
@media (min-width: 996px) {
  .offer__legal {
    margin-top: 22px;
  }
}

.cta {
  padding: 22px 0 8px;
  text-align: center;
  margin-top: -55px;
}
@media (min-width: 996px) {
  .cta {
    padding: 28px 0 12px;
    margin-top: -70px;
  }
}
.cta__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 48px;
  border-radius: 0;
  background: #3ec7ff;
  color: #fff !important;
  text-decoration: none !important;
  font-size: clamp(22px, 5vw, 34px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: 1px 2px 0 rgba(0, 40, 80, 0.35);
  -webkit-animation: cta-pulse 2.4s ease-in-out infinite;
          animation: cta-pulse 2.4s ease-in-out infinite;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 996px) {
  .cta__btn {
    padding: 20px 64px;
  }
}
.cta__btn:hover {
  -webkit-transform: translateY(-2px) scale(1.02);
          transform: translateY(-2px) scale(1.02);
}
.cta__cursor {
  position: absolute;
  top: -28%;
  right: -18%;
  width: 72px;
  pointer-events: none;
  -webkit-animation: cursor-tap 1.2s ease-in-out infinite;
          animation: cursor-tap 1.2s ease-in-out infinite;
}
@media (min-width: 996px) {
  .cta__cursor {
    width: 96px;
    top: -32%;
    right: -16%;
  }
}
.cta__cursor img {
  display: block;
  width: 100%;
  height: auto;
}

.steps {
  padding: 20px 25px 40px;
  background: #001155;
}
@media (min-width: 996px) {
  .steps {
    padding: 40px 25px 56px;
  }
}
.steps__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px) {
  .steps__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
.steps__item {
  background: #fff;
  overflow: hidden;
  color: #222;
  padding: 0 0 18px;
}
.steps__item p {
  margin: 0;
  padding: 0 18px;
  font-size: clamp(14px, 3.2vw, 16px);
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 996px) {
  .steps__item p {
    padding: 0 28px;
  }
}
.steps__item--wide {
  margin: 14px 0;
  padding: 16px 18px 22px;
  text-align: left;
  overflow: visible;
}
@media (min-width: 768px) {
  .steps__item--wide {
    margin-top: 18px;
  }
}
@media (min-width: 996px) {
  .steps__item--wide {
    padding: 20px 32px 28px;
  }
}
.steps__item--wide p {
  padding: 5px 10px;
  text-align: left;
}
.steps__item--1 .steps__label span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #ffb0d0));
  background-image: linear-gradient(transparent 48%, #ffb0d0 48%);
}
.steps__item--2 .steps__label span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #d4b8ff));
  background-image: linear-gradient(transparent 48%, #d4b8ff 48%);
}
.steps__item--3 .steps__label span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #7ed9f5));
  background-image: linear-gradient(transparent 48%, #7ed9f5 48%);
}
.steps__item--4 .steps__label span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #ffb0d0));
  background-image: linear-gradient(transparent 48%, #ffb0d0 48%);
}
.steps__item--5 .steps__label span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #d4b8ff));
  background-image: linear-gradient(transparent 48%, #d4b8ff 48%);
}
.steps__item--5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .steps__item--5 {
    gap: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.steps__label {
  margin: 0 0 12px;
  padding-top: 14px;
  text-align: center;
}
.steps__label span {
  display: inline;
  padding: 0 0.12em;
  color: #222;
  font-size: clamp(26px, 4.5vw, 36px);
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), color-stop(48%, #ffb0d0));
  background-image: linear-gradient(transparent 48%, #ffb0d0 48%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.steps__wide-head {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .steps__wide-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
    margin: 0;
  }
}
.steps__wide-head .steps__label {
  margin: 0;
  text-align: left;
  padding-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.steps__wide-lead {
  margin: 0;
  padding: 0 !important;
  font-size: clamp(14px, 3.2vw, 17px) !important;
  font-weight: 700;
  text-align: left !important;
  line-height: 1.5;
}
.steps__wide-body {
  padding: 14px 0 0;
  text-align: left;
}
.steps__flow-title {
  margin: 10px 0;
  font-size: clamp(16px, 3.4vw, 20px);
  font-weight: 800;
  color: #222;
}
.steps__flow {
  margin: 0 0 16px;
  padding: 0 0 0 1.35em;
  list-style: disc outside;
}
.steps__flow li {
  display: list-item;
  list-style: disc outside;
  margin: 0 0 8px;
  font-size: clamp(13px, 3vw, 16px);
  line-height: 1.55;
  color: #222;
}
.steps__key {
  display: inline-block;
  margin: 0px 0 14px !important;
  padding: 10px 28px;
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  font-size: clamp(14px, 3.2vw, 17px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.steps__note {
  margin: 0;
  font-size: clamp(12px, 2.8vw, 14px) !important;
  line-height: 1.55;
  color: #555;
  text-align: left !important;
  padding: 0 !important;
}

.notes {
  padding: 40px 16px 56px;
  background: #000;
}
@media (min-width: 996px) {
  .notes {
    padding: 56px 24px 72px;
  }
}
.notes__inner {
  margin: 0 auto;
  max-width: 1100px;
}
.notes__title {
  margin: 0 0 22px;
  text-align: center;
  font-size: clamp(28px, 6vw, 42px);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 0 0 6px #5eb8ff, 0 0 14px #2f9dff, 0 0 28px rgba(20, 140, 255, 0.9), 0 0 48px rgba(0, 120, 255, 0.55);
}
.notes__list {
  margin: 0;
  padding: 0 0 0 1.35em;
  list-style: decimal outside;
}
.notes__list li {
  display: list-item;
  list-style: decimal outside;
  margin: 0 0 14px;
  font-size: clamp(13px, 2.8vw, 16px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 996px) {
  .notes__list li {
    margin-bottom: 18px;
  }
}/*# sourceMappingURL=main.css.map */