.hotBonuses__header {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 177, 0, 0) 0%, rgba(255, 177, 0, 0.16) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  order: 3;
  overflow: hidden;
}
.hotBonuses__header--wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hotBonuses__header--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hotBonuses__header--icon {
  position: relative;
  z-index: 1;
}
.hotBonuses__header--title {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  background: linear-gradient(0deg, #FFE59A 0%, #FFFFD5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}
.hotBonuses__popup {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 101;
}
.hotBonuses__popup.show {
  display: flex;
}
@media (max-width: 576px) {
  .hotBonuses__popup {
    top: 72px;
  }
  .hotBonuses__popup .container-fluid {
    padding: 0;
  }
}
.hotBonuses__content {
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(255, 177, 0, 0) 0%, rgba(255, 177, 0, 0.16) 100%), #181818;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.48);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 375px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .hotBonuses__content {
    width: 100%;
  }
}
.hotBonuses__title {
  display: flex;
  align-items: center;
  color: #f0ad00;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.hotBonuses__title:after {
  content: attr(data-text-after);
}
.hotBonuses__title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.hotBonuses__bonuses {
  max-height: 450px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hotBonuses__bonuses::-webkit-scrollbar {
  display: none;
}
.hotBonuses__bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #2B2B2B;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.hotBonuses__bonus:last-of-type {
  margin-bottom: 0;
}
.hotBonuses__bonus--best {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px 16px;
}
.hotBonuses__bonus--best .title:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--best .number {
  position: absolute;
  top: 0;
  left: -4px;
  border-radius: 16px 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotBonuses__bonus--ordered {
  border: 1px solid #FD9902;
  background: rgba(61, 41, 0, 0.6);
  backdrop-filter: blur(10px);
}
.hotBonuses__bonus--ordered--first {
  border-width: 2px;
  padding-top: 32px;
}
.hotBonuses__bonus--label {
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 16px 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotBonuses__bonus--label:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.hotBonuses__bonus--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border-radius: 12px;
  margin-right: 12px;
}
.hotBonuses__bonus--logo img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
}
.hotBonuses__bonus--data {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.hotBonuses__bonus--title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.hotBonuses__bonus--info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.hotBonuses__bonus--value {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: #b5b5b5;
  margin: 0;
}
.hotBonuses__bonus--value:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--value span {
  color: #ffffff;
}
.hotBonuses__bonus--value span:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--value:first-of-type {
  margin-right: 8px;
}
.hotBonuses__bonus--promo {
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
  margin-top: 8px;
}
.hotBonuses__bonus--promo .code {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.hotBonuses__bonus--promo .code:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--promo svg {
  width: 16px;
  height: 16px;
}
.hotBonuses__bonus--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #05e98f;
  cursor: pointer;
  align-self: center;
  margin-left: 12px;
}
.staticContentPrimeCentered__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .staticContentPrimeCentered__title {
        font-weight: 700;
        font-size: 56px;
        line-height: 72px;
        margin-bottom: 32px;
    }
}

.staticContentPrimeCentered__content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 768px) {
    .staticContentPrimeCentered__content {
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
    }
}
.numberedListCards .entity__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #181818;
}
@media (min-width: 768px) {
  .numberedListCards .entity__title {
    font-size: 40px;
    line-height: 52px;
  }
}
.numberedListCards .entity__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 768px) {
  .numberedListCards .entity__description {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 60px;
  }
}
.numberedListCards .entity__description p:first-child {
  margin-top: 0;
}
.numberedListCards .entity__description p:last-child {
  margin-bottom: 0;
}
.numberedListCards .entity__cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .numberedListCards .entity__cards {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}
.numberedListCards .card {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  background: #1f1f1f;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .numberedListCards .card {
    flex-direction: column;
  }
}
.numberedListCards .card:last-child {
  margin-bottom: 0;
}
.numberedListCards .card__wrapper {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .numberedListCards .card__wrapper {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}
@media (min-width: 1200px) {
  .numberedListCards .card__wrapper {
    width: calc(25% - 24px);
    margin: 0 12px;
  }
}
.numberedListCards .card__img-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.numberedListCards .card__img {
  width: 62px;
  height: 62px;
}
.numberedListCards .card__img img {
  width: 100%;
  height: auto;
}
.numberedListCards .card__title {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 16px;
}
.numberedListCards .card__description {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #f4f5f7;
}
.staticContentWidget p, .staticContentWidget li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
  letter-spacing: 0.01em;
}
.staticContentWidget a {
  color: #5554de;
  text-decoration: underline;
}
.staticContentWidget ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 8.5px;
}
.staticContentWidget ul:last-of-type {
  margin-bottom: 0;
}
.staticContentWidget ul li {
  position: relative;
  padding-left: 15.5px;
  margin-bottom: 20px;
}
.staticContentWidget ul li:last-child {
  margin-bottom: 0;
}
.staticContentWidget ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  background: #5554de;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.staticContentWidget img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 16px;
}
.staticContentWidget .bonus__table {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table {
    display: table;
    border-collapse: separate;
    border-spacing: 0 16px;
  }
}
.staticContentWidget .bonus__table tbody {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table tbody {
    display: table-row-group;
  }
}
.staticContentWidget .bonus__table thead {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table thead {
    display: table-header-group;
  }
}
.staticContentWidget .bonus__table tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 22px 16px;
  background: #f9f9ff;
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid #f4f5f7;
}
.staticContentWidget .bonus__table tr:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table tr {
    display: table-row;
    width: auto;
    margin-bottom: 0;
    border-radius: unset;
    padding: 0;
    background: none;
  }
}
.staticContentWidget .bonus__table td, .staticContentWidget .bonus__table th {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td, .staticContentWidget .bonus__table th {
    display: table-cell;
    width: 1%;
  }
}
.staticContentWidget .bonus__table th {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #2B2B2B;
  background: #f9f9ff;
  white-space: nowrap;
  padding: 8px 10px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .staticContentWidget .bonus__table th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.staticContentWidget .bonus__table td {
  padding: 0;
  text-align: center;
  background: #f9f9ff;
  position: relative;
  margin-bottom: 12px;
}
.staticContentWidget .bonus__table td:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -12px;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:after {
    height: auto;
    width: 1px;
    right: 0;
    top: 16px;
    bottom: 16px;
  }
}
.staticContentWidget .bonus__table td:nth-child(2):after {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:nth-child(2):after {
    display: inline-block;
  }
}
.staticContentWidget .bonus__table td:first-child {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:first-child {
    margin-bottom: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-left: 1px solid #f4f5f7;
    padding-left: 16px;
  }
}
.staticContentWidget .bonus__table td:last-child {
  margin-bottom: 0;
}
.staticContentWidget .bonus__table td:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:last-child {
    border-right: 1px solid #f4f5f7;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td {
    border-top: 1px solid #f4f5f7;
    border-bottom: 1px solid #f4f5f7;
    margin-bottom: 0;
    padding: 16px 25px;
  }
}
.staticContentWidget .bonus__table a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5554de;
  text-decoration: underline;
}
.staticContentWidget .bonus__table a.bonus__table--link {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-decoration: none;
}
.staticContentWidget .bonus__table a.bonus__table--btn {
  width: 100%;
  white-space: nowrap;
  text-decoration: none;
  padding: 16px 40px;
  color: #ffffff;
  background: #5554de;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.staticContentWidget .bonus__table--logo {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-width: 160px;
  max-width: 260px;
}
.staticContentWidget .bonus__table--img {
  width: 100%;
  display: inline-flex;
  position: relative;
}
.staticContentWidget .bonus__table--img img {
  width: 100%;
  height: auto;
}
.staticContentWidget .bonus__table--img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(46, 45, 146, 0) 52.78%, #2B2872 100%);
}
.staticContentWidget .bonus__table--link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table--link {
    padding: 8px;
  }
}
.staticContentWidget .bonus__table caption {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table caption {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
}
.staticContentWidget .flex-responsive {
  overflow-x: auto;
  display: flex;
  margin-bottom: 10px;
}
.staticContentWidget .flex-responsive::-webkit-scrollbar {
  height: 8px;
}
.staticContentWidget .flex-responsive::-webkit-scrollbar-thumb {
  background-color: #dBd8d8;
  border-radius: 32px;
}
.staticContentWidget .flex-responsive.sc-col-3 .style_1 th, .staticContentWidget .flex-responsive.sc-col-3 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-3 .style_1 td, .staticContentWidget .flex-responsive.sc-col-3 .style_rowspan td {
  width: 33.3333333333%;
}
.staticContentWidget .flex-responsive.sc-col-4 .style_1 th, .staticContentWidget .flex-responsive.sc-col-4 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-4 .style_1 td, .staticContentWidget .flex-responsive.sc-col-4 .style_rowspan td {
  width: 25%;
}
.staticContentWidget .flex-responsive.sc-col-5 .style_1 th, .staticContentWidget .flex-responsive.sc-col-5 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-5 .style_1 td, .staticContentWidget .flex-responsive.sc-col-5 .style_rowspan td {
  width: 20%;
}
.staticContentWidget .flex-responsive.sc-col-6 .style_1 th, .staticContentWidget .flex-responsive.sc-col-6 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-6 .style_1 td, .staticContentWidget .flex-responsive.sc-col-6 .style_rowspan td {
  width: 16.6666666667%;
}
.staticContentWidget .flex-responsive.sc-col-7 .style_1 th, .staticContentWidget .flex-responsive.sc-col-7 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-7 .style_1 td, .staticContentWidget .flex-responsive.sc-col-7 .style_rowspan td {
  width: 14.2857142857%;
}
.staticContentWidget .flex-responsive.sc-col-8 .style_1 th, .staticContentWidget .flex-responsive.sc-col-8 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-8 .style_1 td, .staticContentWidget .flex-responsive.sc-col-8 .style_rowspan td {
  width: 12.5%;
}
.staticContentWidget .flex-responsive.sc-col-9 .style_1 th, .staticContentWidget .flex-responsive.sc-col-9 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-9 .style_1 td, .staticContentWidget .flex-responsive.sc-col-9 .style_rowspan td {
  width: 11.1111111111%;
}
.staticContentWidget .flex-responsive.sc-col-10 .style_1 th, .staticContentWidget .flex-responsive.sc-col-10 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-10 .style_1 td, .staticContentWidget .flex-responsive.sc-col-10 .style_rowspan td {
  width: 10%;
}
.staticContentWidget .style_1, .staticContentWidget .style_rowspan {
  display: flex;
  flex-wrap: wrap;
}
.staticContentWidget .style_1 thead, .staticContentWidget .style_rowspan thead, .staticContentWidget .style_1 tbody, .staticContentWidget .style_rowspan tbody {
  width: 100%;
}
.staticContentWidget .style_1 tr, .staticContentWidget .style_rowspan tr {
  width: 100%;
  display: flex;
  border-radius: 20px;
  border: 1px solid #f4f5f7;
  margin-bottom: 10px;
}
.staticContentWidget .style_1 tbody tr:last-child, .staticContentWidget .style_rowspan tbody tr:last-child {
  margin-bottom: 0;
}
.staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th, .staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
  text-align: center;
  min-width: 100px;
  width: 50%;
  display: inline-block;
  word-break: break-word;
  padding: 16px;
  background: #f9f9ff;
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th, .staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
    max-width: unset;
    font-size: 14px;
    line-height: 24px;
  }
}
.staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
  font-weight: 400;
}
.staticContentWidget .style_1 td:first-of-type, .staticContentWidget .style_rowspan td:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_1 td:last-of-type, .staticContentWidget .style_rowspan td:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th {
  font-weight: 600;
  word-break: unset;
}
.staticContentWidget .style_1 th:first-of-type, .staticContentWidget .style_rowspan th:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_1 th:last-of-type, .staticContentWidget .style_rowspan th:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_1 img, .staticContentWidget .style_rowspan img {
  width: 100%;
  height: auto;
}
.staticContentWidget .style_1--wrapper {
  overflow-y: scroll;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.staticContentWidget .style_1--wrapper::-webkit-scrollbar {
  display: none;
}
.staticContentWidget .style_rowspan {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
}
.staticContentWidget .style_rowspan tbody:before {
  content: "-";
  display: block;
  line-height: 10px;
  color: transparent;
}
.staticContentWidget .style_rowspan tr {
  display: table-row;
}
.staticContentWidget .style_rowspan th, .staticContentWidget .style_rowspan td {
  display: table-cell;
  border: 1px solid #f4f5f7;
}
.staticContentWidget .style_rowspan th:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_rowspan th:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_rowspan tr:first-of-type td:first-of-type {
  border-top-left-radius: 20px;
}
.staticContentWidget .style_rowspan tr:first-of-type td:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_rowspan tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.staticContentWidget__black {
  border-radius: unset;
  background: #181818;
  padding: 64px 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.staticContentWidget__black p {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .staticContentWidget__black {
    padding: 200px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
  .staticContentWidget__black p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .staticContentWidget__black p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
}
.staticContentWidget__black .widget-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .staticContentWidget__black .widget-title {
    font-size: 40px;
    line-height: 52px;
  }
}
.staticContentWidget .category__list {
  align-items: center;
}
.staticContentWidget .category__list div a {
  display: block;
  line-height: 20px;
  padding: 12px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .staticContentWidget .category__list div a {
    padding: 8px 0;
  }
}
.staticContentWidget .category__list div:first-of-type a:not(.category--flags) {
  padding-top: 0;
}
@media (min-width: 768px) {
  .staticContentWidget .category__list div:first-of-type a:not(.category--flags) {
    padding-top: 8px;
  }
}
.staticContentWidget .category__list .category--flags {
  display: flex;
  margin: 8px 0;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 6px 8px;
  align-items: center;
  justify-content: flex-end !important;
  flex-direction: row-reverse;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #5554de;
}
.staticContentWidget .category__list .category--flags img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  min-width: 28px;
  min-height: 28px;
}

#world-map-markers {
  height: 200px;
}
@media (min-width: 768px) {
  #world-map-markers {
    height: 400px;
  }
}

svg {
  -ms-touch-action: none;
  touch-action: none;
}

image, text, .jvm-zoomin, .jvm-zoomout {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jvm-container {
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.jvm-tooltip {
  border-radius: 3px;
  background-color: #5c5cff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  padding: 3px 5px;
  white-space: nowrap;
  position: absolute;
  display: none;
  color: #FFF;
}
.jvm-tooltip.active {
  display: block;
}

.jvm-zoom-btn {
  border-radius: 3px;
  background-color: #292929;
  padding: 3px;
  box-sizing: border-box;
  position: absolute;
  line-height: 10px;
  cursor: pointer;
  color: #FFF;
  height: 15px;
  width: 15px;
  left: 10px;
}
.jvm-zoom-btn.jvm-zoomout {
  top: 30px;
}
.jvm-zoom-btn.jvm-zoomin {
  top: 10px;
}

.jvm-series-container {
  right: 15px;
  position: absolute;
}
.jvm-series-container.jvm-series-h {
  bottom: 15px;
}
.jvm-series-container.jvm-series-v {
  top: 15px;
}
.jvm-series-container .jvm-legend {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  border-color: #e5e7eb;
  padding: 0.6rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  float: left;
}
.jvm-series-container .jvm-legend .jvm-legend-title {
  line-height: 1;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.5rem;
  margin-bottom: 0.575rem;
  text-align: left;
}
.jvm-series-container .jvm-legend .jvm-legend-inner {
  overflow: hidden;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
  overflow: hidden;
  min-width: 40px;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
  margin-top: 0.575rem;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
  border-radius: 4px;
  margin-right: 0.65rem;
  height: 16px;
  width: 16px;
  float: left;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
  font-size: 12px;
  text-align: center;
  float: left;
}

.jvm-line[animation=true] {
  -webkit-animation: jvm-line-animation 10s linear forwards infinite;
  animation: jvm-line-animation 10s linear forwards infinite;
}

@-webkit-keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}
@keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}
.page--container.reordered{display:flex;flex-direction:column}.page--container.reordered>div{order:0}.page--container.reordered>div.block__order--pre-last{order:1}.page--container.reordered>div.block__order--last{order:2}@-webkit-keyframes pulsescale3d{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(0,145,135,.5);box-shadow:0 0 0 0 rgba(0,145,135,.5)}70%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 30px rgba(16,219,207,0);box-shadow:0 0 0 30px rgba(16,219,207,0)}}@keyframes pulsescale3d{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(0,145,135,.5);box-shadow:0 0 0 0 rgba(0,145,135,.5)}70%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 30px rgba(16,219,207,0);box-shadow:0 0 0 30px rgba(16,219,207,0)}}@-webkit-keyframes pulsescale3dPromo{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(0,75,255,.2);box-shadow:0 0 0 0 rgba(0,75,255,.2)}70%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 30px rgba(16,219,207,0);box-shadow:0 0 0 30px rgba(16,219,207,0)}}@keyframes pulsescale3dPromo{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(0,75,255,.2);box-shadow:0 0 0 0 rgba(0,75,255,.2)}70%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 30px rgba(16,219,207,0);box-shadow:0 0 0 30px rgba(16,219,207,0)}}.internalpage h2{margin-bottom:10px}.internalpage .front__screen-form{margin-top:10px !important}table.table-review,table.table{width:100%;border-collapse:separate;border-spacing:0 3px;box-sizing:border-box}table.table-review th,table.table th,table.table-review td,table.table td{background-color:#0b0d11;padding:10px;border:none;border-right:1px solid rgba(255,255,255,.1);vertical-align:middle;text-align:center;font-weight:400;color:#fff}@media(max-width: 985px){table.table-review th,table.table th,table.table-review td,table.table td{font-size:13px}}table.table-review th:first-child,table.table th:first-child,table.table-review td:first-child,table.table td:first-child{border-top-left-radius:7px;border-bottom-left-radius:7px}table.table-review th:last-child,table.table th:last-child,table.table-review td:last-child,table.table td:last-child{border-right:0;border-top-right-radius:7px;border-bottom-right-radius:7px}table.table-review th .btn,table.table th .btn,table.table-review td .btn,table.table td .btn{max-width:110px;min-width:110px;font-size:13px;padding:8px}table.table-review th,table.table th{font-weight:600;background:#0b0d11}@media(max-width: 576px){table.table thead{display:none}table.table tr{display:flex;flex-direction:column;margin-bottom:10px}table.table tr td{width:100%;border-radius:7px;margin-bottom:2px}}table.table td{text-align:left}table.table .rating{display:flex;white-space:nowrap}table.table .rating svg{margin:0 2px;width:13px;height:13px}table.table .rating svg path{fill:#ffda2d}table.newBonusTable td .btn--inverse{max-width:100%;width:100%}@media(max-width: 576px){table.newBonusTable td.empty{display:none}}table.newBonusTable td:first-of-type{width:50%}@media(max-width: 576px){table.newBonusTable td:first-of-type{width:100%;text-align:center}}table.newBonusTable td:nth-child(n+2){text-align:center}.video{width:100%;max-width:100%}.table-review-block{overflow-x:scroll}.block{background:#19202d;border-radius:4px;padding:20px;font-size:14px;box-sizing:border-box;margin-bottom:20px;color:#fff}@media(max-width: 576px){.block{padding:10px}}.block__content--keitaro{min-height:850px}@media(min-width: 576px)and (max-width: 992px){.block__content--keitaro{min-height:1080px}}@media(max-width: 576px){.block__content--keitaro{min-height:1390px}}.block--keitaro{padding:10px 0 0 0}.block--keitaro .table__td--info{width:45%}@media(min-width: 576px)and (max-width: 992px){.block--keitaro .table__td--info{width:75%}}@media(max-width: 576px){.block--keitaro .table__td--info{width:100%}}.block--keitaro .table__td--logo{width:40%;min-width:40%;max-width:40%}@media(max-width: 576px){.block--keitaro .table__td--logo{width:100%;min-width:100%;max-width:100%}}.block--keitaro .table__td--bonus{min-width:45%;width:45%}@media(min-width: 576px)and (max-width: 992px){.block--keitaro .table__td--bonus{min-width:60%;width:60%}}@media(max-width: 576px){.block--keitaro .table__td--bonus{width:100%}}.block--keitaro .table__td--btn{width:25%}@media(max-width: 576px){.block--keitaro .table__td--btn{width:100%}}@media(min-width: 576px)and (max-width: 992px){.block--keitaro .table__td--flag{position:absolute !important}}.block--keitaro .table__td--softs{width:100%}.block h1:first-child,.block h2:first-child,.block h3:first-child{margin-top:0}.block h2:first-child strong{color:#57bb8a}.block h2:first-child small{display:block;margin-top:0;font-size:13px;font-weight:300;-webkit-text-fill-color:#9e9e9e;font-family:"Montserrat",sans-serif}.block p{font-size:14px;line-height:22px;margin-bottom:1.2em}.block a{color:#57bb8a}.block a:hover{color:#6cf874}.block li{margin-bottom:10px}.block img{max-width:100%;width:auto;height:auto}.block__social{display:flex;align-items:flex-start}.block__social .card{background:#0b0d11;margin:0;min-height:auto}.block-sitemap h3{-webkit-text-fill-color:#9e9e9e}.block-sitemap h3:first-child{margin-top:0;margin-bottom:10px}.block-sitemap .row ul{margin:0;padding-left:30px}.block-sitemap .flex-block{display:flex;flex-wrap:wrap;align-items:stretch}.block-sitemap .flex-block li{width:16%;margin-bottom:10px}.block-sitemap .flex-block li a{height:100%}@media(max-width: 768px){.block-sitemap .flex-block li{width:24%}}@media(max-width: 576px){.block-sitemap .flex-block li{width:48%}}.block.bannerCasino{padding:0}.block.bannerCasino .card{margin:0}.block.bannerCasino .card .header{padding:0 20px;border-top-left-radius:4px;border-top-right-radius:4px}.block.bannerCasino .card .body{padding:15px 20px 20px 20px;background:#0b0d11;border-bottom-left-radius:4px;border-bottom-right-radius:4px}@media screen and (min-width: 767px){.dropdown:hover .dropdown-menu{display:block}.dropdown-menu{margin-top:0}.dropdown-toggle{margin-bottom:2px}.dropdown-toggle:hover::after{color:#e52e71}.navbar .dropdown-toggle,.nav-tabs .dropdown-toggle{margin-bottom:0}}.flex-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:75vh}.error_emoji{height:20px;margin-top:-5px}.status__error{color:#005491;margin:0 auto;text-align:center;font-size:200px;font-weight:600;line-height:normal}@media(max-width: 576px){.status__error{font-size:130px}}.pagination{display:flex;align-items:center;justify-content:center;margin:10px 0 30px 0}.pagination span.previous a,.pagination span.first a,.pagination span.next a,.pagination span.last a{color:rgba(0,0,0,0);background-image:url("/build/midori/img/forward.svg");transform:rotate(180deg);background-size:10px;background-repeat:no-repeat;background-position:center center}.pagination span.previous a:hover,.pagination span.first a:hover,.pagination span.next a:hover,.pagination span.last a:hover{text-decoration-color:rgba(0,0,0,0);-webkit-background-clip:initial;background-image:url("/build/midori/img/forward-active.svg")}.pagination span.first a,.pagination span.last a{background-image:url("/build/midori/img/fast-forward.svg")}.pagination span.first a:hover,.pagination span.last a:hover{background-image:url("/build/midori/img/fast-forward-active.svg")}.pagination span.next a,.pagination span.last a{transform:rotate(0)}.pagination span.current{background:#fff;color:#19202d}.pagination a,.pagination .current{display:flex;align-items:center;justify-content:center;color:#fff;min-height:25px;min-width:26px;border-radius:50%;padding:0 3px;box-sizing:border-box;transition:.2s;margin:0 2px}.pagination a:hover,.pagination .current:hover{text-decoration:none;background:rgba(255,255,255,.5)}@media(max-width: 576px){.summary a{padding:8px 0;display:inline-block}}.load-more{background:none;border:none;padding:0;margin:10px auto 30px auto;color:#57bb8a;font-weight:bold;font-size:16px;line-height:22px;display:flex;align-items:center;justify-content:center;transition:.2s}.load-more svg{margin-right:5px}.load-more svg path{transition:.2s}.load-more:hover{color:#6cf874}.load-more:hover svg path{fill:#6cf874}.tooltip{font-family:"Montserrat",sans-serif}.jvectormap-tip{position:absolute;display:none;border:solid 1px #cdcdcd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#292929;color:#fff;font-family:"Montserrat",sans-serif;font-size:smaller;padding:3px;z-index:11}.flag{width:15px;height:15px;min-width:15px;min-height:15px;border-radius:50%;display:inline-flex}@media(min-width: 992px){.col-sm-12.col-lg-3{max-width:25%}}.casino__page-body>li{list-style-type:none}.carousel_box-CKEDITOR{display:flex;align-items:center;position:relative;-ms-overflow-style:none;scrollbar-width:none;margin:0 0 10px 0}.carousel_box-CKEDITOR ::-webkit-scrollbar{display:none}.carousel_box-CKEDITOR .arrow_left,.carousel_box-CKEDITOR .arrow_right{position:absolute;width:30px;height:30px;font-size:25px;color:#0b0d11;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:100%;left:15px;cursor:pointer}.carousel_box-CKEDITOR .arrow_right{right:15px;left:unset}.carousel_box-CKEDITOR .slides_group{width:100%;display:flex;align-items:center;overflow-x:auto;scroll-behavior:smooth}.carousel_box-CKEDITOR .slide{width:100%;max-width:500px;margin-right:20px;flex:0 0 auto}.carousel_box-CKEDITOR .slide:last-child{margin-right:0}.carousel_box-CKEDITOR img{width:100%;height:266px;object-fit:cover;border-radius:12px}iframe#launcher{margin:0 !important;transition-timing-function:linear !important}.category__list div{margin-bottom:15px}.category__list a,.category__list p{height:100%;display:flex;align-items:center;justify-content:center;margin:0;color:#57bb8a;text-align:center;padding:5px;border-radius:4px;transition:.2s;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1)}.category__list a.category--flags,.category__list p.category--flags{justify-content:space-between;text-align:left}.category__list a.category--reverse,.category__list p.category--reverse{flex-direction:row-reverse;justify-content:flex-end}.category__list a:hover,.category__list p:hover{background:rgba(108,248,116,.1);border-color:rgba(108,248,116,.1);text-decoration:none;color:#6cf874}.category__list a .flag,.category__list p .flag{min-width:20px;min-height:20px;width:20px;height:20px;margin-left:5px}.category__list a .category__logo,.category__list p .category__logo{margin:0 5px 0 0;width:30px;height:30px;min-width:30px;min-height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.category__list a .category__logo img,.category__list p .category__logo img{max-width:70%;max-height:70%;width:auto;height:auto}.teams-wrapper{background-color:#fff}.teams{display:flex;flex-direction:column;align-items:flex-start;gap:30px;align-self:stretch;padding:80px 0 80px 0}@media(max-width: 576px){.teams{gap:24px;padding:40px 0 40px 0}}.teams__title{color:#181818;font-weight:700;font-size:40px;line-height:52px;letter-spacing:.4px;margin:0 0 20px 0}@media(max-width: 576px){.teams__title{font-size:26px;line-height:34px;margin-bottom:16px}}.teams__description{color:#181818;font-size:18px;font-weight:500;line-height:32px;margin:unset;max-width:800px}.teams__team__name{color:#181818;font-size:24px;font-style:normal;font-weight:700;line-height:36px;letter-spacing:.24px;margin:0 0 16px 0}.teams__team__members{display:flex;flex-wrap:wrap;gap:8px}.teams__team__members__member{display:flex;min-width:180px;padding:11px;flex-direction:column;align-items:center;gap:20px;border-radius:20px;border:1px solid #f1f1f1}@media(max-width: 576px){.teams__team__members__member{min-width:160px}}.teams__team__members__member__picture{display:flex;width:140px;height:140px;justify-content:center;align-items:center}.teams__team__members__member__info{display:flex;flex-direction:column;gap:8px}.teams__team__members__member__info__name{color:#181818;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.teams__team__members__member__info__position{color:#6c6c6c;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.12px}
