@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul, ol {
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .o-container {
    max-width: 1170px;
  }
}
.o-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  padding: 0 10px;
}

.o-wrapper {
  padding: 0 15px;
}

body {
  min-height: 100vh;
}

.o-list {
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  color: #ffffff;
  font-family: math;
  background-color: #050505;
  font-size: 1.6rem;
}

.svg-none {
  display: none;
}

.o-text-bold {
  font-weight: bold;
}
.o-text-center {
  text-align: center;
}
.o-text-up {
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
}

button, a {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
button picture img:hover, a picture img:hover {
  transform: scale(1.02);
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.8rem;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 2.2rem;
}

h5, .h5 {
  font-size: 1.9rem;
}

h6, .h6 {
  font-size: 1.6rem;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: 0.2s;
}

.c-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px !important;
  margin-bottom: 10px;
}
.c-header__logo {
  padding: 0 0.2855rem;
  display: flex;
}
.c-header__logo img {
  width: 200px;
  height: 60px;
}
.c-header__list {
  padding-right: 0.571rem;
  flex: 0 0 25%;
  max-width: 35%;
  display: flex;
}
.c-header__list img {
  width: 120px;
  height: 50px;
}
.c-header__authentication {
  padding: 0;
  margin-top: 14px;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-header__authentication input {
  width: 100%;
  font: inherit;
  font-size: 15px;
  padding: 7px;
  border-radius: 5px;
  border: none;
  color: #484848;
}
.c-header__authentication_content {
  margin-left: -0.571rem;
  margin-right: -0.571rem;
  display: flex;
  flex-wrap: wrap;
}
.c-header__authentication_name {
  margin-bottom: 5px;
  padding: 0 5px;
  flex: 0 0 50%;
  max-width: 50%;
}
.c-header__authentication_code {
  margin-bottom: 5px;
  padding: 0 5px;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
}
.c-header__authentication_code input {
  border-radius: 5px 0 0 5px !important;
}
.c-header__authentication_code__numbers {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0 5px 5px 0 !important;
  background: #cf7d14;
  padding: 3px 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.c-header__authentication_password {
  flex: 0 0 50%;
  padding: 0 5px;
  max-width: 50%;
}
.c-header__authentication_button {
  padding: 0 5px;
  flex: 0 0 50%;
  max-width: 50%;
}
.c-header__authentication_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 35px;
  color: #fafafa;
  width: 100%;
  padding: 4px;
  background-image: linear-gradient(45deg, #cb7811, #f7eb7d, #cb7811);
  font-size: 15px;
  border: 1px solid #e8c559;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  -webkit-animation: buttonAnim 1s linear infinite;
          animation: buttonAnim 1s linear infinite;
  font-weight: bold;
}

@-webkit-keyframes buttonAnim {
  0% {
    color: #ff0000;
  }
  100% {
    color: #000000;
  }
}

@keyframes buttonAnim {
  0% {
    color: #ff0000;
  }
  100% {
    color: #000000;
  }
}
.c-game {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 4px;
  margin-bottom: 10px;
  font-size: 14px;
  flex: 0 0 25%;
  max-width: 25%;
}
.c-games {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  padding-top: 10px;
  justify-content: center;
}
.c-game:first-child {
  display: none;
}
.c-game:last-child a {
  color: #ffde00;
}
.c-game a {
  font-weight: 700;
  color: #f8e08c;
  text-decoration: none;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease-in-out;
}
.c-game a:hover {
  color: #ffde00;
}
.c-game a:hover img {
  filter: brightness(1.2);
}
.c-game img {
  max-width: 50px;
}

.c-banner {
  background: url(../img/banner-frame.webp) no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
}
.c-banner__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.c-banner__image {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}
.c-banner__image img {
  max-width: 100%;
}

.c-marquee__section {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.c-marquee__info {
  display: none;
}
.c-marquee__content {
  padding: 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.c-marquee__content::before {
  content: "";
  background-image: url(../img/bingkai.webp);
  width: 12px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  background-position: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
}
.c-marquee__content::after {
  content: "";
  background-image: url(../img/bingkai.webp);
  width: 12px;
  height: 40px;
  background-repeat: no-repeat;
  display: block;
  background-position: 100%;
  position: absolute;
  z-index: 5;
  rotate: 180deg;
  right: 0;
}
.c-marquee__content .c-marquee {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.c-marquee__content .c-marquee marquee {
  width: 100%;
  background: linear-gradient(90deg, #cd760f, #f7e87b, #cd760f);
  padding: 0.2855rem 0.571rem 0.1555rem 0.571rem;
  text-align: center;
  color: #000000;
}
.c-marquee__content .c-marquee marquee a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.1;
  font-family: Roboto;
}
.c-marquee__livechat {
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0;
}
.c-marquee__livechat img {
  max-width: 100%;
}

.c-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
}
.c-social__item {
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
}
.c-social__item img {
  max-width: 100%;
  transition: transform 0.2s ease-in;
}
.c-social__item img:hover {
  transform: scale(1.05);
}

.c-lottery {
  margin-top: 18px;
}
.c-lottery__title {
  padding: 0 0.2855rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-lottery__title img {
  max-width: 100%;
}
.c-lottery ul {
  margin-bottom: 9px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.c-lottery ul li {
  margin-top: 14px;
  padding: 0 9px;
  position: relative;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  color: #000;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex: 0 0 50%;
  max-width: 50%;
}
.c-lottery__name {
  position: absolute;
  top: 0;
  margin-top: 6px;
  font-size: 14px;
}
.c-lottery__number {
  font-size: 18px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 9.5px;
}
.c-lottery__numbers {
  position: absolute;
  font-size: 12px;
  bottom: 13px;
  display: flex;
}
.c-lottery__number::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 22px;
  height: 22px;
  right: -8px;
  background-image: url(../img/lottery-ball.webp);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -3px;
}

.c-providers {
  max-width: 100%;
}

.c-comment {
  font-family: Arial, Helvetica, sans-serif;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #cb7811;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.c-comment a:not([class]) {
  color: #ffeeaa;
  text-decoration: none;
}
.c-comment a:not([class]):hover, .c-comment a:not([class]):focus {
  text-decoration: underline;
}
.c-comments {
  margin-bottom: 30px;
}
.c-comments h2 {
  color: #ffd173;
  font-family: Arial, Helvetica, sans-serif;
}
.c-comment__name {
  width: 100%;
  text-align: left;
  font-size: 2rem;
}
.c-comment__content {
  padding: 10px;
  display: inline-flex;
  text-align: left;
  width: 100%;
}
.c-comment .o-btn {
  margin-left: auto;
  height: 38px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 4px;
  background-image: linear-gradient(45deg, #cb7811, #f7eb7d, #cb7811);
  font-size: 15px;
  border: 1px solid #e8c559;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  -webkit-animation: buttonAnim 1s linear infinite;
          animation: buttonAnim 1s linear infinite;
  font-weight: bold;
}

.c-faq {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.c-faq h2 {
  color: #ffd173;
}
.c-faq a:not([class]) {
  color: #ffeeaa;
  text-decoration: none;
}
.c-faq a:not([class]):hover, .c-faq a:not([class]):focus {
  text-decoration: underline;
}
.c-faq details[open] summary {
  border-radius: 4px 4px 0 0;
}
.c-faq__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.c-faq__title {
  cursor: pointer;
  padding: 7px;
  padding-left: 30px;
  background-image: linear-gradient(45deg, #cb7811, #daac48, #cb7811);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  word-break: break-all;
  position: relative;
  color: #000;
}
.c-faq__title::-webkit-details-marker {
  display: none;
}
.c-faq__title:before {
  content: "►";
  position: absolute;
  display: flex;
  left: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #000000;
  width: 10px;
  height: 10px;
}
.c-faq__content {
  padding: 10px 15px;
  border: 1px solid #cb7811;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.c-text {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}
.c-text-container {
  border-radius: 10px;
}
.c-text img {
  margin: auto;
}
.c-text h1 {
  color: #e8c559;
}
.c-text h2,
.c-text h3,
.c-text h4 {
  margin: 4px 0;
}
.c-text p {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.c-text ul {
  padding-left: 25px;
  list-style-type: disc;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.c-text ol {
  padding-left: 25px;
  list-style-type: decimal;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.c-text a:not([class]) {
  color: #ffeeaa;
  text-decoration: none;
}
.c-text a:not([class]):hover, .c-text a:not([class]):focus {
  text-decoration: underline;
}
.c-text .o-text-image_right {
  float: right;
  max-width: 40vw;
}
.c-text .o-text-image_left {
  float: left;
  max-width: 40vw;
}
.c-text details[open] .c-table-icon {
  rotate: 180deg;
}
.c-text details[open] summary {
  border-radius: 16px 16px 0 0;
}

.c-table-of-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: decimal;
  flex-direction: column;
  padding: 25px 20px 15px 60px !important;
  background-image: linear-gradient(45deg, #cb7811, #daac48, #cb7811);
  border: 1px solid #e8c559;
  border-radius: 0 0 16px 16px;
  border-top: 0;
}
.c-table-of-content li {
  margin-bottom: 10px;
  padding-left: 5px;
}
.c-table-of-content li::marker {
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}
.c-table-of-content a:not([class]) {
  color: #000;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.c-table-of-content a:not([class]):hover {
  -webkit-text-decoration: underline #000;
          text-decoration: underline #000;
}
.c-table-of-content__wrapper {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 30px 0;
}
.c-table-of-content__wrapper summary {
  cursor: pointer;
  background-image: linear-gradient(45deg, #cb7811, #daac48, #cb7811);
  border: 1px solid #e8c559;
  font-weight: 700;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  padding: 10px 20px;
  display: flex;
  z-index: 1;
}
.c-table-of-content__wrapper summary svg {
  width: 18px;
  height: 14px;
  fill: #000;
  margin-left: 8px;
  transition: rotate 0.15s ease-in;
  flex-shrink: 0;
}
.c-table-of-content__item {
  width: 100%;
  margin-bottom: 10px;
}
.c-table-of-content__item:nth-child(odd) {
  padding-right: 25px;
}

.c-providers {
  max-width: 100%;
}

.c-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin-bottom: 15px;
  float: left;
  width: 33.3333333333%;
  height: auto;
  transition: filter 0.2s;
  cursor: pointer;
}
.c-slots {
  margin-left: -5px;
  margin-right: -5px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
}
.c-slot__icon {
  height: 100%;
  position: relative;
  width: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.c-slot__icon img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.c-slot__new {
  position: absolute;
  right: 15px;
  top: 10px;
  max-width: 40px;
  margin-left: auto;
  background: #ff5100;
  color: #000000;
  padding: 0 6px;
  margin-bottom: 2px;
  line-height: 26px;
  font-size: 1.1rem;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.c-slot__name {
  width: 100%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-family: math;
}
.c-slot:hover {
  filter: brightness(1.2);
}

@media screen and (min-width: 768px) {
  .c-slot {
    width: 14.2857142857%;
  }
}
.c-site-article {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  margin-top: 14px;
}
.c-site-article h2 {
  font-size: 28px !important;
  color: #ffd173 !important;
  margin-bottom: 18px !important;
}
.c-site-article h3 {
  font-size: 26px !important;
  color: #ffd173 !important;
  margin-bottom: 18px !important;
}
.c-site-article p {
  margin-bottom: 9px !important;
  color: #ffffff !important;
}
.c-site-article ol {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
  color: #ffffff;
  list-style: decimal;
}
.c-site-article li {
  margin-bottom: 16px;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table a:not([class]) {
  color: #ffeeaa;
  text-decoration: none;
}
table a:not([class]):hover, table a:not([class]):focus {
  text-decoration: underline;
}
table th, table td {
  padding: 7px 10px;
  border: 1px solid #e8c559;
  min-width: 120px;
  text-align: center;
}

.c-table__wrapper {
  margin-bottom: 15px;
  width: 100%;
  overflow-x: scroll;
}
.c-table__wrapper::-webkit-scrollbar {
  display: none;
}

.c-main {
  max-width: 100%;
}
.c-main h1, .c-main h2, .c-main h3, .c-main h4, .c-main h5, .c-main h6 {
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 360px) {
  .c-lottery__number {
    margin: 0 11.5px;
  }
  .c-lottery__numbers {
    font-size: 17px;
  }
  .c-lottery__number::before {
    width: 28px;
    height: 28px;
    right: unset;
  }
}
@media screen and (min-width: 440px) {
  .c-lottery__number {
    margin: 0 12.5px;
  }
  .c-lottery__numbers {
    font-size: 18px;
    bottom: 18px;
  }
  .c-lottery__number::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 480px) {
  .c-lottery__number {
    margin: 0 11.5px;
  }
  .c-lottery__numbers {
    bottom: 13px;
    font-size: 17px;
  }
  .c-lottery__number::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 512px) {
  .c-lottery ul li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-lottery__numbers {
    font-size: 18px;
    bottom: 13px;
  }
  .c-lottery__number::before {
    width: 28px;
    height: 28px;
    bottom: -2px;
  }
}
@media screen and (min-width: 668px) {
  .c-table-of-content {
    flex-direction: row;
  }
  .c-table-of-content__item {
    width: 50%;
  }
}
@media screen and (min-width: 680px) {
  .c-lottery__number {
    margin: 0 12.5px;
  }
  .c-lottery__numbers {
    font-size: 22px;
    bottom: 18px;
  }
  .c-lottery__number::before {
    width: 30px;
    height: 30px;
    bottom: -1px;
  }
}
@media screen and (min-width: 768px) {
  .o-container {
    width: 920px;
  }

  .c-header__logo {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px;
  }
  .c-header__logo img {
    width: 300px;
    height: 90px;
  }
  .c-header__list {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0.571rem;
    padding-right: 1.142rem;
  }
  .c-header__list img {
    width: 200px;
    height: 85px;
  }
  .c-header__authentication {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0 10px;
  }
  .c-header__authentication input {
    font-size: 17px;
  }
  .c-header__authentication_name {
    padding: 0 10px;
  }
  .c-header__authentication_code {
    padding: 0 10px;
  }
  .c-header__authentication_code__numbers {
    font-size: 25px;
  }
  .c-header__authentication_password {
    padding: 0 10px;
  }
  .c-header__authentication_button {
    padding: 0 10px;
  }
  .c-header__authentication_button a {
    font-size: 25px;
    height: 38px;
  }

  .c-game {
    flex: 0 0 7%;
    max-width: 7%;
    font-size: 15px;
    margin-bottom: unset;
  }
  .c-games {
    justify-content: space-between;
  }
  .c-game:first-child {
    display: flex;
  }

  .c-marquee__info {
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0 10px;
  }
  .c-marquee__info span {
    width: 100%;
    background: linear-gradient(90deg, #cd760f, #f7e87b, #cd760f);
    padding: 0.2855rem 0.571rem 0.1555rem 0.571rem;
    text-align: center;
    color: #000000;
  }
  .c-marquee__info::before {
    content: "";
    background-image: url(../img/bingkai.webp);
    width: 12px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
  }
  .c-marquee__info::after {
    content: "";
    background-image: url(../img/bingkai.webp);
    width: 12px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: 100%;
    position: absolute;
    z-index: 5;
    rotate: 180deg;
    right: 0;
  }
  .c-marquee__livechat {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-marquee__livechat img {
    transition: transform 0.2s ease-in;
  }
  .c-marquee__livechat:hover img {
    transform: scale(1.05);
  }

  .c-social__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
  }

  .c-lottery ul li {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-lottery__number {
    margin: 0 11.5px;
    bottom: -4px;
  }
  .c-lottery__numbers {
    bottom: 13px;
    font-size: 17px;
  }
  .c-lottery__number::before {
    width: 28px;
    height: 28px;
    bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .o-container {
    width: 1090px;
  }
}
@media screen and (min-width: 940px) {
  .o-container {
    padding: 0;
  }
}