<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

.layer {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(#0004b9, #000127);
  background-repeat: no-repeat;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.landing {
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.bg-img {
  position: absolute;
}

.bg-img.first,
.bg-img.texture {
  left: 0;
  top: 0;
}

.bg-img.second {
  top: -170px;
  opacity: 0.4;
  right: -270px;
}

.bg-img.texture {
  min-width: 100%;
  min-height: 100vh;
  opacity: 0.6;
}

.content {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.content .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 480px;
  position: relative;
  z-index: 1;
}

.photo {
  position: relative;
  width: 580px;
  height: 520px;
  box-shadow: -42px 40px 150px rgba(255, 255, 255, 0.633);
}

.photo .game {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.photo span {
  position: absolute;
}

.photo span {
  display: inline-block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.photo span:before {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 12px;
}

.photo span:nth-of-type(1)::before {
  background: linear-gradient(to right, #ffffff, #00c2ff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.photo span:nth-of-type(2)::before {
  background: linear-gradient(to right, #1d26ff, #00c2ff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.photo span:first-of-type {
  z-index: 2;
  left: -20px;
  top: 20px;
}

.photo span:last-of-type {
  z-index: 3;
  top: -20px;
  right: -20px;
}

h1,
h4,
p {
  color: white;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

p {
  font-size: 16px;
  font-weight: 400;
}

.bonus-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  position: relative;
  background: linear-gradient(101.45deg, rgba(29, 38, 255, 0.6) 0%, rgba(0, 194, 255, 0.6) 100%);
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.bonus-options::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.6) 100%);
  border-image-slice: 1;
  z-index: 1;
  pointer-events: none;
}

.bonus-options&gt;div,
.btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btns {
  margin-top: 20px;
}

button {
  font-size: 20px;
  color: white;
  font-weight: 700;
  padding: 12px 40px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

button::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 200px;
  background-color: white;
  top: -150%;
  left: -50%;
  opacity: 0.4;
  transform: rotate(35deg);
  transition: all 0.5s ease-in-out;
}

button:hover::after {
  left: 120%;
}

button:hover {
  box-shadow: 0px 0px 40px 0px white !important;
  transform: scale(1.05);
}

.btns a:first-of-type button {
  background: linear-gradient(90deg, #1d26ff 0%, #00c2ff 100%);
  box-shadow: 0px 0px 40px 0px rgba(177, 77, 255, 0.6);
  border-radius: 1000px;
  border: none;
}

.btns a:last-of-type button {
  border: 1px solid;
  border-image-source: radial-gradient(76.07% 351.85% at 50% 50%, #00011E 0%, #00B3FF 100%);
  background: radial-gradient(76.07% 351.85% at 50% 50%, #00011E 0%, #00B3FF 100%);
  position: relative;
  border-radius: 1000px;
}

.btns button:last-of-type:before {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  top: -1px;
  left: -1px;
  border-radius: 1000px;
  background: linear-gradient(to right, rgba(29, 38, 255, 1), rgba(0, 194, 255, 1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: 0px 0px 40px 0px rgba(177, 77, 255, 0.6) inset;
}

@media (max-width: 1280px) {
  .content {
    align-items: center;
    flex-direction: column;
    gap: 60px;
  }

  .btns {
    justify-content: center;
  }

  .landing {
    padding: 40px 0;
  }
}

@media (max-width: 1024px) {
  .bg-img.first {
    display: none;
  }

  .photo {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .photo {
    height: 420px;
  }

  .btns {
    flex-direction: column;
    gap: 10px;
  }

  .btns button {
    width: 100%;
  }

  .photo span:first-of-type {
    left: -4px;
    top: 12px;
  }

  .photo span:last-of-type {
    right: -4px;
    top: -12px;
  }
}

.overlay {
  display: none;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 1.6;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ff0000;
  background: rgba(0, 0, 0, 0.8);
}

.box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-title {
  margin: 0 0 10px 0;
  font-size: 24px;
  text-align: center;
}

.box-list {
  font-size: 18px;
  display: inline-block;
}

.box-list li {
  margin: 6px 0;
  padding: 0 0 0 32px;
  background: url("/layer-list.png") no-repeat left;
  text-align: left;
  line-height: 24px;
}

.box-buttons {
  margin: 20px 0 0 0;
}

.box-button {
  width: 140px;
  height: 48px;
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  font-size: 16px;
  color: #393939 !important;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 48px;
}

.box-button:hover {
  color: #d03939 !important;
}

.box-modal {
  width: 400px;
  padding: 20px;
  background: linear-gradient(to right, #1D26FF99, #00C2FF99);
  text-align: center;
  border-radius: 8px;
}

.box-modal-title {
  font-size: 24px;
  font-weight: 700;
  list-style: 29.26px;
  text-transform: uppercase;
  line-height: 30px;
  color: #00F0FF;
}

.box-modal-title span {
  color: white;
}

.box-modal-coupon {
  margin: 10px 0 0 0;
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.box-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.box-modal &gt; p {
  margin-top: 40px;
}

.box-modal-button {
  display: block;
  font-size: 20px;
  font-weight: 700;
  background-color: white;
  text-transform: uppercase;
  color: #1D26FF;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 48px;
  border-radius: 1000px;
  box-shadow: 0px 0px 40px 0px rgba(177, 77, 255, 0.6);
  width: 100%;
  transition: all 0.3s ease;
}

.box-modal-button:hover {
  background-color: black;
  color: white;
}

.box-modal-button-no {
  background-color: black;
  color: white;
}

.box-modal-button-no:hover {
  background-color: white;
  color: #1D26FF;
}

.box-text-dark {
  color: #393939;
}


@media screen and (max-width: 480px) and (orientation: portrait) {
  .box-description {
    padding: 110px 0 0 0;
    background-size: 200px auto;
  }

  .box-title {
    font-size: 18px;
  }

  .box-list {
    font-size: 14px;
  }

  .box-modal {
    width: 300px;
  }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
  .box-description {
    padding: 0;
    background-image: none;
  }

  .box-title {
    font-size: 18px;
  }

  .box-list {
    font-size: 14px;
  }

  .box-modal {
    width: 300px;
    padding: 10px 0;
  }

  .box-modal-title {
    font-size: 18px;
    line-height: 20px;
  }

  .box-modal-coupon {
    margin: 0;
    font-size: 24px;
  }

  .box-modal p {
    margin: 0;
  }

  .box-modal-button {
    margin-top: 10px;
  }
}</pre></body></html>