.down_load[data-v-ba78e068] {
  position: fixed;
  z-index: 99;
  right: 178px;
  bottom: 150px;
  width: 229px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .down_load[data-v-ba78e068] {
    right: 6px;
    top: auto;
    bottom: 14px;
    width: 74px;
    z-index: 1001;
  }
}
@keyframes borders-5cf75c48 {
  0% {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(1turn);
  }
}
@keyframes title-5cf75c48 {
  0% {
    filter: hue-rotate(1turn);
  }
  to {
    filter: hue-rotate(0deg);
  }
}
.contentBig[data-v-5cf75c48] {
  background: url(../img/background_color.12859dd4.webp) no-repeat top;
  background-size: 100% 100%;
  width: 1194px;
  padding: 8px 0 8px 0;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, #51ffef, #df21cb) 1 1;
  border-image: linear-gradient(180deg, #51ffef, #df21cb) 1 1;
  animation: borders-5cf75c48 4s linear infinite;
}
.contentBig .indexBtn[data-v-5cf75c48] {
  width: 87px;
  height: 24px;
  background: linear-gradient(123deg, #ed0cff, #4eeaff);
  transform: translateX(-4px);
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  animation: title-5cf75c48 4s linear infinite;
}
.contentBig .content[data-v-5cf75c48] {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 51px 40px 51px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  max-height: 100px;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .contentBig[data-v-5cf75c48] {
    width: 100%;
  }
  .content[data-v-5cf75c48] {
    width: 90% !important;
    padding: 0 20px 40px 20px !important;
    font-size: 12px !important;
  }
}
.faqs[data-v-755daf1c] {
  position: fixed;
  right: 250px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .faqs[data-v-755daf1c] {
    width: 49px;
    height: 49px;
    position: fixed;
    right: 3%;
    top: 80%;
    z-index: 999;
  }
}
.bule_txt[data-v-e24fb4ee] {
  text-align: center;
  display: block;
  margin: 30px 0 60px 0;
  color: #10ffed;
}
.title[data-v-e24fb4ee] {
  display: block;
  width: 1063px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 25px;
}
.color_list[data-v-e24fb4ee] {
  width: 1200px;
  margin: 0 auto;
}
.privacy[data-v-e24fb4ee] {
  background: linear-gradient(180deg, #0d0e13, #1d1850);
  overflow: hidden;
}
.teen_text[data-v-e24fb4ee] {
  margin-bottom: 35px;
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .title[data-v-e24fb4ee] {
    width: 90%;
    font-size: 12px;
  }
  .color_list[data-v-e24fb4ee] {
    width: 90%;
    display: flex;
    justify-content: space-around;
  }
  .bule_txt[data-v-e24fb4ee] {
    width: 90%;
    font-size: 12px;
    margin: 30px auto;
    text-align: left;
  }
}

/* Section headings on the trust pages (about, contact, privacy,
   responsible-gaming, affiliate-disclosure, how-we-verify).
   These pages use .blog_title2 markup but do not load css/blog.css, where the
   class is defined, so the headings fell back to the browser default black on a
   #0d0e13 background and were invisible. Copied verbatim from css/blog.css so
   the trust pages match the site standard exactly rather than inventing a
   second heading style. */
.blog_title2 {
  width: 80%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  text-align: center;
  color: #10ffed;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
}

/* Same cause as .blog_title2 above: how-we-verify.html uses .sec2-list but the
   class lives in style.css and css/947, neither of which these pages load, so
   the list rendered with no colour, no bullets and no indent. Colour and size
   copied from style.css; list-style and padding added because the site's own
   rule assumes a stylesheet that already resets them. */
.sec2-list {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 22px;
  list-style: disc outside;
}

.sec2-list li {
  margin-bottom: 8px;
  line-height: 1.55;
}

/* Body links on the trust pages fell back to the browser default #0000ee,
   which measures 2.05 contrast on the #0d0e13 background. Same cause as the
   headings: these pages do not load the stylesheet where link colour is set.
   aqua matches the colour already used in the footer compliance box. */
.privacy a,
.privacy a:visited {
  color: aqua;
  text-decoration: underline;
}

.privacy a:hover {
  color: #10ffed;
}
