@font-face {
  font-family: Fa brands;
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa sharp solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-primary: #051842;
  --white-50: #ffffff80;
  --white: white;
  --primary: #82c10a;
  --bg-secondary-1: #051842;
  --white-5: #dad1b10d;
  --white-10: #dad1b133;
  --bg-secondary-2: #072464;
  --primary-10: #6738da1a;
  --black-5: #00000040;
  --black-95: #000000f2;
  --black-50: #00000080;
  --green: #6cab36;
  --black: black;
  --white-2: #ffffff05;
  --primary-25: #82c10a40;
  --primary-50: #82c10a80;
  --green-dark: #3f7f41;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--bg-primary);
  color: var(--white-50);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  opacity: .8;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  font-family: Oxanium;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-small {
  white-space: nowrap;
  font-size: .75rem;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.main-wrapper {
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.container-medium {
  z-index: 2;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-medium.footer {
  max-width: 1100px;
}

.navbar_brand {
  grid-column-gap: .75rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.navbar_brand:hover {
  opacity: 1;
}

.ico-brand-type {
  max-height: 40px;
  display: block;
}

.navbar-wrapper {
  z-index: 10;
  background-color: var(--bg-secondary-1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.navbar-buttons-login-wrapper {
  grid-column-gap: 8px;
  align-items: stretch;
  display: flex;
}

.footer {
  z-index: 2;
  background-color: var(--white-5);
  position: relative;
}

.footer_top-wrapper {
  grid-column-gap: 20%;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 65.7895%;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.top-wrapper_left-side {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 242rem;
  display: flex;
}

.top-wrapper_brand {
  grid-column-gap: .75rem;
  align-items: center;
  max-width: 11rem;
  display: flex;
}

.top-wrapper_description {
  color: #948e99;
  max-width: 19.5rem;
}

.footer_links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.li_heading.margin-bottom.margin-custom4 {
  margin-bottom: .75rem;
}

.social-wrapper {
  border-bottom: 1px solid var(--white-5);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.social_icons-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.left-side-bar {
  z-index: 5;
  border-right: .5px solid var(--white-10);
  position: relative;
  transform: translate(0%);
}

.left-side-bar_page-padding {
  min-width: 250px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.left-side-bar_navigation-wrapper {
  z-index: 2;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.main-content {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-content.home {
  background-image: linear-gradient(to bottom, var(--white-5), #fff0 20%);
}

.main-banner-wrapper {
  z-index: 1;
  flex-direction: row;
  align-items: stretch;
  display: flex;
  position: relative;
}

.main_providers-wrapper.mb-32 {
  z-index: 2;
  position: relative;
}

.providers_marquee-animate {
  overflow: hidden;
}

.footer_seals-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.seals_img-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer_copy-text-wrapper {
  border-top: 1px solid var(--white-5);
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 24px;
  display: flex;
}

.slide_providers-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main_games-wrapper {
  z-index: 2;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}

.left-side_sticky-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.providers_marquee-wrapper {
  align-items: center;
  display: flex;
}

.left-side-bar_close-btn {
  display: none;
}

.left-side-bar-mobile {
  z-index: 999;
  background-color: var(--bg-primary);
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-105%);
}

.white {
  color: #fff;
}

.eng-text-field {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.alert {
  text-align: center;
  border: 1px solid #ffffff0a;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
}

.icon-field {
  z-index: 2;
  border-right: 1px solid var(--white-5);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 100%;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-field.brand {
  font-family: Fa brands, sans-serif;
}

.card {
  border: 1px solid var(--white-5);
  background-color: var(--bg-secondary-2);
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.card.degrade {
  background-image: linear-gradient(145deg, var(--primary-10), transparent);
}

.card.windows {
  background-image: linear-gradient(139deg, var(--black-5), transparent);
  width: 100%;
  min-width: 380px;
  padding: 48px;
  box-shadow: 0 20px 20px #00000080;
}

.card.windows.welcome {
  flex-direction: column;
  max-width: 550px;
  padding: 0;
  display: flex;
}

.card.cookie {
  border-bottom-width: 2px;
  border-bottom-color: var(--primary);
  box-shadow: 0 5px 17px 0 var(--black-95);
}

.input {
  z-index: 1;
  background-color: var(--bg-secondary-2);
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5));
  color: var(--white);
  border: .5px solid #ffffff14;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  padding-left: 56px;
  padding-right: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.input:active, .input:focus {
  border-color: var(--primary);
}

.input::placeholder {
  color: var(--white);
}

.input.no-padding {
  padding-left: 16px;
}

.btn-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.btn-tab-link:hover {
  opacity: .8;
}

.btn-tab-link.w--current {
  border-bottom-color: var(--primary);
  background-color: #0000;
}

.full {
  width: 100%;
}

.arrows-slider {
  z-index: 5;
  background-color: var(--primary);
  color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 32px;
  transition: margin .2s;
  display: flex;
}

.arrows-slider.right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.arrows-slider.left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-16 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 16px;
}

.icon-16:hover {
  text-decoration: none;
}

.icon-16.txt-green, .icon-16.txt-green:active {
  color: var(--primary);
}

.icon-16.color-1 {
  color: #f12d4c;
}

.icon-16.info {
  cursor: pointer;
}

.icon-16.info:hover, .icon-16.color-1 {
  color: #01ff5e;
}

.link-menu {
  color: var(--white);
  text-shadow: 1px 1px 2px var(--black-50);
  white-space: nowrap;
  align-items: center;
  height: 42px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-menu.w--current {
  color: var(--primary);
}

.link-menu.btn-more {
  border-top: 1px solid var(--white-5);
  padding-left: 0;
  padding-right: 0;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.line-divisor-nav {
  background-color: var(--white-5);
  width: 100%;
  height: .5px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.gray {
  color: var(--white-50);
}

.list-links-menu {
  background-color: var(--white-5);
  flex-direction: column;
  display: flex;
}

.list-links-menu.mt-8 {
  grid-row-gap: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.eng-sublinks-nav {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.sublink-nav {
  background-color: var(--bg-secondary-1);
  color: #ffffff59;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 42px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.sublink-nav:hover {
  background-color: var(--bg-secondary-2);
  opacity: .8;
  color: var(--white);
}

.sublink-nav.w--current {
  color: var(--white);
}

.sublink-nav.with-arrow {
  justify-content: space-between;
}

.sublink-nav.btn-color-1.w--current {
  opacity: .5;
  color: var(--bg-primary);
}

.form {
  margin-bottom: 0;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-48 {
  margin-bottom: 48px;
}

.navbar-left {
  z-index: 5;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.txt-label {
  z-index: 3;
  color: var(--white-50);
  font-size: 12px;
  line-height: 15px;
  position: relative;
}

.txt-label.copyright {
  opacity: .5;
}

.txt-label.white {
  color: var(--white);
}

.txt-label.with-input {
  margin-top: 4px;
  margin-left: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-18-brand {
  font-family: Fa brands, sans-serif;
  font-size: 18px;
}

.txt-green {
  color: var(--green);
}

.mines-original {
  z-index: 2;
  background-image: url('../images/1_11.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

.eng-select-field {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex {
  display: flex;
}

.eng-anims {
  z-index: 5;
  position: relative;
}

.btn-anim {
  background-color: var(--white-10);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  display: none;
}

.content-btns-anim {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.content-sidebar-mobile {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: relative;
}

.bg-filter-sidebar-mobile {
  z-index: 1;
  background-color: var(--black-50);
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eng-windows {
  z-index: 999;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.content-windows {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.window-login {
  width: 100%;
  display: none;
}

.form-windows {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.eng-redirects-windows {
  width: 100%;
  display: flex;
}

.eng-redirects-windows.align-right {
  justify-content: flex-end;
  display: flex;
}

.eng-redirects-windows.align-center {
  justify-content: center;
  display: flex;
}

.eng-logo-window {
  border: 1px solid var(--white-5);
  background-color: var(--white-5);
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.logo-window {
  max-width: 140px;
  max-height: 50px;
}

.eng-close-windows {
  z-index: 5;
  background-color: var(--primary);
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 5px 10px #0003;
}

.window-register {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.options-form {
  border: 1px solid var(--white-5);
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

.active-bonus {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.window-deposit-options {
  width: 100%;
  display: none;
}

.eng-grid-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.eng-alert {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.align-left {
  text-align: left;
}

.window-wait-deposit, .window-deposit-qr {
  width: 100%;
  display: none;
}

.qr-code {
  z-index: 2;
  border-radius: 8px;
  width: 200px;
  position: relative;
}

.eng-qr-code {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.align-center-windows {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.align-center-windows.welcome {
  flex-direction: row;
  align-items: stretch;
}

.window-withdraw {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.icon-field-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 22px;
  font-family: Fa sharp;
  font-size: 14px;
  display: flex;
}

.eng-icon-field-img {
  z-index: 3;
  margin-right: 16px;
  position: absolute;
}

.dropdown {
  width: 100%;
}

.dropdown-toogle {
  border: .5px solid var(--white-10);
  background-color: var(--white-5);
  color: var(--white-50);
  white-space: normal;
  width: 100%;
  padding: 12px 16px;
}

.dropdown-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.eng-info-dropdown {
  height: auto;
  padding-left: 16px;
  overflow: hidden;
}

.window-register-complete, .window-coupon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.window-coupon-expired {
  width: 100%;
  display: none;
}

.eng-bg-int {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-pane {
  margin-top: 20px;
}

.form-rocket {
  margin-bottom: 0;
}

.mb-12 {
  margin-bottom: 12px;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 300;
}

.eng-link-ref {
  flex: 1;
}

.txt-label-mini {
  color: var(--white);
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.1rem;
}

.tab-pane-2 {
  height: auto;
  padding-top: 20px;
}

.tab-link-affiliates {
  color: #e2e2e2;
  background-color: #0000;
  border-bottom: 2px solid #ffffff1a;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 0;
  display: flex;
}

.tab-link-affiliates.w--current {
  border-bottom-color: var(--primary);
  background-color: #0000;
}

.tablink {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--white-10);
  width: 100%;
  display: flex;
}

.item-ref {
  z-index: 2;
  color: #fff;
  border-radius: 20px 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mb-20 {
  margin-bottom: 20px;
}

.content-tab-pane {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.eng-right-tab-pane {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.eng-left-tab-pane {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.no-wrap {
  white-space: nowrap;
}

.form-account {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.eng-info-account {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-10);
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.eng-info-account.align-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.eng-list {
  overflow: auto;
}

.icon-12 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 12px;
}

.icon-12:hover {
  text-decoration: none;
}

.icon-12.mr-8.txt-yellow {
  color: var(--primary);
}

.list {
  min-width: 650px;
  margin-bottom: 0;
  list-style-type: none;
  overflow: auto;
}

.eng-content-account {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.navbar-buttons-balance-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.link-drop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  border: 1px solid #0000;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.link-drop:hover {
  border-color: var(--white-5);
  background-color: var(--white-5);
  opacity: .7;
}

.link-drop.w--current {
  background-color: var(--white-10);
}

.link-drop.active {
  border-color: var(--white-5);
  background-color: var(--white-5);
}

.drop-list-menu {
  background-color: #0000;
  width: auto;
  min-width: 200px;
  margin-top: 44px;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.txt-balance-original {
  z-index: 2;
  align-items: center;
  position: relative;
}

.flex-horizontal {
  align-items: center;
  display: flex;
}

.balance-info {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 42px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.img-footer {
  opacity: .5;
  height: 32px;
}

.logo-provider {
  opacity: .5;
  max-width: 80px;
  max-height: 32px;
}

.eng-item-provider {
  border: 1px solid var(--white-10);
  opacity: .5;
  filter: saturate(0%);
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.main_slots-wrapper {
  z-index: 2;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}

.display-none {
  display: none;
}

.slot-game {
  z-index: 1;
  filter: saturate(130%);
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.link {
  cursor: pointer;
}

.eng-categories {
  align-items: center;
}

.category {
  flex: 1;
  align-items: center;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.category.active {
  border-bottom: 1px solid var(--primary);
}

.ico-brand-type-footer {
  width: 90px;
  display: block;
}

.link-footer {
  color: var(--white-50);
  white-space: nowrap;
  font-size: 12px;
}

.link-footer:hover {
  color: var(--primary);
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.content-navbar {
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrapper {
  z-index: 2;
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.mask-slider-wrapper {
  width: 100%;
  height: 100%;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.disable {
  display: none;
}

.content-select-field {
  align-items: center;
  display: flex;
}

.img-qr-code {
  background-color: var(--white-5);
  border-radius: 8px;
  flex: none;
  padding: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 10px #0003;
}

.disabled-input {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-logged, .navbar-not-logged {
  z-index: 2;
  position: relative;
}

.icon-20 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 20px;
}

.icon-20.fixed-width {
  width: 24px;
}

.btn-small {
  grid-column-gap: 16px;
  border: 1px solid var(--white-5);
  background-color: var(--bg-secondary-2);
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.btn-small:hover {
  opacity: .8;
}

.btn-small.color {
  background-image: linear-gradient(to bottom, var(--bg-secondary-1), var(--primary));
  color: #1c171e;
}

.btn-small.btn-color-1.mobile {
  display: none;
}

.btn-small.full.pix-amount {
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5));
  padding-left: 4px;
  padding-right: 4px;
}

.btn-small.btn-return {
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eng-lock-item {
  position: relative;
}

.lock-item {
  color: var(--primary);
  font-family: "Fa sharp 400";
  font-size: 8px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(10px, -8px);
}

.eng-sublinks {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.eng-bg-wrapper {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--black-5), var(--black-5)), linear-gradient(to bottom, #0000 74%, var(--bg-primary));
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.eng-bg-wrapper.windows {
  position: fixed;
}

.eng-title {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.txt-yellow {
  color: var(--primary);
}

.eng-coming-slot {
  z-index: 2;
  background-color: var(--black-50);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eng-social-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.eng-support-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.link-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-50);
  align-items: center;
  display: none;
}

.link-social:hover {
  opacity: 1;
  color: var(--white);
}

.eng-superior-menu {
  height: 100vh;
  padding-top: 24px;
  overflow: scroll;
}

.link-banner-wrapper {
  width: 100%;
  height: 100%;
}

.link-banner-wrapper:hover {
  opacity: 1;
}

.eng-line-rollover {
  background-color: var(--white-10);
  width: 100%;
  height: 16px;
}

.line-rollover {
  background-color: var(--primary);
  width: 3%;
  height: 100%;
}

.window-rollover {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.eng-info-rollover {
  justify-content: space-between;
  display: flex;
}

.window-roulette-reward {
  width: 100%;
  display: none;
}

.window-roulette {
  width: 100%;
  padding-bottom: 20px;
  display: none;
}

.window-rollover-bonus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.icon-24 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 24px;
}

.eng-play-game {
  z-index: 2;
  background-image: linear-gradient(209deg, var(--primary-10), var(--bg-primary) 85%);
  box-shadow: inset 0 0 2px 0 var(--white-50), inset 0 0 5px 0 var(--primary), inset 0 0 25px 0 var(--primary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-game {
  width: 100%;
  position: relative;
}

.eng-iframe-slot {
  border: 1px solid var(--white-5);
  background-color: var(--black);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.iframe-slot {
  z-index: 2;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.eng-loading-slot {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eng-info-slots {
  background-color: var(--white-2);
  border-radius: 4px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 24px;
  display: flex;
  position: relative;
}

.full-screen {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex: 1;
  align-items: center;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.dropdown-menu {
  width: 100%;
}

.dropdown-toogle-menu {
  color: var(--white-50);
  align-items: center;
  width: 100%;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.dropdown-list-menu {
  border: 1px solid var(--white-5);
  background-color: var(--white-5);
  display: block;
  position: relative;
  overflow: hidden;
}

.eng-slots-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 115%;
  padding-right: 15%;
  display: flex;
  overflow: auto;
}

.left-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.link-more-games {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-secondary-1);
  color: var(--white-50);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.eng-slots-int {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eng-slots-int._7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.eng-slots-int.home {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 24px;
  padding-right: 24px;
}

.eng-title-int {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-5);
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.eng-left-sublink-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.arrow-drop-menu {
  color: var(--bg-primary);
  font-family: "Fa sharp 400";
  font-size: 12px;
}

.arrow-drop-menu.active {
  transform: rotate(90deg);
}

.eng-bg-btn {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-btn {
  z-index: 2;
  flex: 1;
  height: 100%;
  position: relative;
}

.right-btn {
  z-index: 2;
  height: 100%;
  position: relative;
}

.eng-center-btn {
  z-index: 1;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.content-btn {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.center-btn {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.center-btn-correct {
  z-index: 1;
  background-image: url('../images/btn-center.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 102%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.center-btn-correct-color {
  z-index: 1;
  background-image: url('../images/btn-center-color.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  width: 101%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.content-sublink-menu {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding-left: 16px;
  padding-right: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-sublink-menu.space-between {
  justify-content: space-between;
}

.content-card {
  z-index: 2;
  position: relative;
}

.content-card.welcome {
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.eng-logo-anim {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-anim {
  z-index: 2;
  max-width: 120px;
  max-height: 50px;
}

.detail-slot-game {
  z-index: 3;
  background-image: url('../images/card-frame-square-2x.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.item-game {
  position: relative;
}

.item-game.fixed {
  min-width: 180px;
}

.name-game {
  z-index: 0;
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pagination {
  display: none;
}

.logo-btn {
  max-width: 75px;
  max-height: 24px;
}

.banner-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slider-wrapper._1 {
  background-image: url('../images/banner_desktop_v2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-slider-wrapper._2 {
  background-image: url('../images/banner-fortune-tiger.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-banner-slider-wrapper-mobile {
  width: 100%;
  display: none;
}

.eng-copyright-menu {
  border-top: 1px solid var(--white-5);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.btn-color-1 {
  background-color: var(--primary);
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
}

.btn-color-1:hover {
  box-shadow: inset 0 0 10px 0 var(--white-10), 0 0 15px 0 var(--primary-25);
  color: var(--white);
}

.slide-nav {
  height: 24px;
  display: none;
}

.icon-sublink-game {
  width: 32px;
  height: 32px;
}

.dot-link-menu {
  background-color: var(--primary);
  width: 8px;
  height: 8px;
}

.img-bg-wrapper {
  opacity: .05;
  width: 300%;
  height: 100%;
}

.navbar-mobile {
  z-index: 101;
  border-top: 1px solid var(--white-5);
  background-color: var(--bg-primary);
  background-image: linear-gradient(to bottom, var(--white-5), var(--white-5));
  width: 100%;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.link-menu-mobile {
  color: var(--white-50);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.link-menu-mobile.w--current {
  background-color: var(--primary-10);
  color: var(--primary);
}

.eng-img-welcome {
  background-image: url('../images/authImage.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 240px;
  height: 100%;
  position: relative;
}

.small-text {
  font-size: 10px;
}

.eng-options-login {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.link-options-login {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white-5);
  background-color: var(--bg-primary);
  background-image: linear-gradient(to bottom, var(--white-5), var(--white-5));
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-options-login.active {
  background-color: var(--primary);
  color: var(--bg-primary);
}

.align-center {
  text-align: center;
}

.eng-right-qr {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--bg-primary);
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.value-pix {
  font-weight: 300;
}

.eng-title-qr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.dropdown-toogle-affiliates {
  color: var(--white-50);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.eng-license {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 48px;
}

.eng-made-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-5);
  align-items: center;
  padding: 8px 16px;
  display: none;
}

.logo-made {
  height: 14px;
}

.link-made {
  opacity: .25;
}

.link-made:hover {
  opacity: 1;
}

.eng-letter-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-secondary-2);
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 90px;
  height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.eng-letter-name:hover {
  color: var(--primary);
}

.btn-drop {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-secondary-2);
  color: var(--white);
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.btn-drop:hover {
  opacity: .8;
}

.letter-name {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp solid 900", sans-serif;
  display: flex;
}

.color-1 {
  color: var(--primary);
}

.eng-withdraw-status {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-filter-status {
  margin-bottom: 0;
  display: none;
}

.item-filter-status {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.filter-status {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.eng-title-filter {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-line {
  border-top: 1px solid var(--white-5);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.fixed-width-24 {
  width: 24px;
}

.color-2 {
  color: #ff9d00;
}

.color-3 {
  color: #e60538;
}

.color-4 {
  color: #4fed5a;
}

.mobile {
  display: none;
}

.provider-game {
  z-index: 1;
  filter: saturate(0%);
  width: 50%;
  position: relative;
}

.link-game-provider {
  border: 1px solid var(--white-5);
  background-color: var(--bg-primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  max-height: 180px;
  display: flex;
  position: relative;
}

.page-load {
  z-index: 999999;
  background-color: var(--bg-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.img-loading {
  width: 70px;
  height: 80px;
}

.checkbox-2 {
  border-style: solid;
  border-color: #ffffff1a;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--primary);
  background-image: none;
  background-size: auto;
  border-style: none;
}

.with-label {
  padding-top: 10px;
  padding-bottom: 0;
}

.eng-slots-int-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eng-card-icon {
  background-color: var(--white-5);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.mb-4 {
  margin-bottom: 4px;
}

.black {
  color: var(--bg-primary);
}

.item-balance {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.eng-info-account-info {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.sublink {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--white-10);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 600;
  display: flex;
}

.sublink:hover {
  border-color: var(--primary);
  opacity: 1;
}

.eng-icon-sublink {
  z-index: 2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.eng-sublinks-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: stretch;
  width: 115%;
  margin-top: 16px;
  padding-bottom: 24px;
  padding-right: 15%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.eng-stroke-icon-sublink {
  border: 1px solid var(--white-10);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.stroke-icon-sublink {
  z-index: 1;
  border: 1px solid var(--primary);
  opacity: 0;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-sublinks-wrapper {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-secondary-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding: 16px;
  position: sticky;
  top: 0;
}

.eng-filter-options {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.radio-tag-filter {
  opacity: 0;
  outline-color: var(--primary);
  outline-offset: 0px;
  background-color: #0000;
  border: 1px #000;
  border-radius: 7px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.radio-tag-filter.w--redirected-checked {
  border: 1px solid var(--primary);
  box-shadow: inset 0 0 9px 0 var(--primary-25);
  opacity: 1;
}

.txt-btn {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-50);
  align-self: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: relative;
}

.eng-tags-filter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 110%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: auto;
}

.eng-tags-filter.no-padding {
  padding-left: 0;
}

.eye {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.eye-inner {
  align-items: center;
  display: flex;
}

.img-title-window {
  width: 50%;
}

.txt-code-pix {
  text-align: center;
  width: 100%;
}

.eng-slots-int-no-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 115%;
  padding-right: 15%;
  display: flex;
  overflow: scroll;
}

.eng-alert-message {
  background-color: #ffe100;
  justify-content: space-between;
  height: auto;
  padding: 4px 16px;
  display: none;
}

.eng-text-message {
  text-align: center;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.txt-message {
  color: var(--bg-primary);
  width: 100%;
  font-size: 11px;
  font-weight: 600;
}

.not-result {
  background-color: var(--white-5);
  border-radius: 8px;
}

.list-item-gamblers-2 {
  border-bottom: 1px solid #ffffff0d;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.list-item-gamblers-2.alt {
  background-color: #ffffff0d;
  border-radius: 5px;
}

.grid-4-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: center space-between;
  place-items: center start;
  width: 100%;
  height: 30px;
  font-weight: 300;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  overflow: auto;
}

.txt-list {
  color: #ffffff80;
  width: 120px;
  font-size: .75rem;
  font-weight: 300;
}

.txt-list.white {
  color: #fff;
}

.txt-list.green {
  color: #00fb9b;
}

.txt-list.flex {
  white-space: break-spaces;
  align-items: center;
  width: 25%;
  display: flex;
  overflow: hidden;
}

.txt-list.flex.green {
  color: #00fb9b;
}

.txt-list.flex.red {
  color: #db232c;
}

.txt-list.flex.white {
  color: #fff;
}

.txt-list.red {
  color: #db232c;
}

.eng-options {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  width: 120px;
  display: flex;
}

.grid-5-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: center space-between;
  place-items: center start;
  width: 100%;
  height: 30px;
  font-weight: 300;
  display: flex;
}

.col {
  padding-left: 0;
  padding-right: 0;
}

.tab-link-btn {
  background-color: var(--bg-secondary-2);
  color: #fff;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.tab-link-btn.w--current {
  background-color: var(--primary);
  color: var(--bg-primary);
  border-bottom-color: #00fb9b;
}

.eng-icon-pix {
  border: 1px solid var(--white-5);
  background-color: var(--white-10);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.qr-code-load {
  z-index: 1;
  opacity: .25;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-password-2 {
  color: var(--white-50);
  cursor: pointer;
  align-items: center;
  height: 100%;
  font-family: "Fa sharp solid 900", sans-serif;
  display: none;
}

.eng-show-hide-password {
  z-index: 3;
  height: 100%;
  padding-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.icon-password-1 {
  color: var(--white-50);
  cursor: pointer;
  align-items: center;
  height: 100%;
  font-family: "Fa sharp solid 900", sans-serif;
  display: flex;
}

.list-img-auth, .item-img-auth {
  height: 100%;
}

.up {
  z-index: 999999;
  position: fixed;
}

.main_search-wrapper {
  z-index: 2;
  border-bottom: 1px solid #dad1b10d;
  justify-content: space-between;
  position: relative;
}

.form-search {
  position: relative;
}

.eng-text-field-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.input-2 {
  z-index: 1;
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#dad1b10d, #dad1b10d), linear-gradient(#161625cc, #161625cc);
  border: .5px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.input-2:active, .input-2:focus {
  border-color: #01ff3b;
}

.input-2::placeholder {
  color: #ffffff4d;
}

.icon-field-2 {
  z-index: 2;
  color: #00ac28;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 16px;
  margin-right: 16px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.open-form-search-one {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.search-window {
  z-index: 50;
  background-color: var(--bg-primary);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.eng-text-field-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.eng-slots-search-window {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90vh;
  padding-bottom: 10vh;
  display: grid;
  overflow: auto;
}

.img-bg-wrapper-2 {
  opacity: .5;
  filter: hue-rotate(270deg);
  background-image: url('../images/gradient-wrapper_1gradient-wrapper.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300%;
  height: 100%;
}

.eng-bg-wrapper-2 {
  z-index: 0;
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(#0000 74%, #1c212d), url('../images/pattern.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, 4px;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-search {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--white-5), transparent);
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.eng-close-windows-search {
  z-index: 5;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.input-3 {
  z-index: 1;
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#dad1b10d, #dad1b10d), linear-gradient(#161625cc, #161625cc);
  border: .5px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.input-3:active, .input-3:focus {
  border-color: #01ff3b;
}

.input-3::placeholder {
  color: #ffffff4d;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.body-404 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.window-affiliate {
  width: 100%;
  display: none;
}

.iframe {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.body-games {
  height: 100%;
}

.coming-soon-alert {
  z-index: 20;
  background-color: #161625cc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eng-info-slots-2 {
  background-color: #dad1b105;
  border-radius: 4px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 13vh;
  min-height: 70px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.btn-small-2 {
  grid-column-gap: 16px;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(#12171d, #141a20);
  border: 1px solid #dad1b11a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.btn-small-2:hover {
  opacity: .8;
}

.full-screen-2 {
  grid-column-gap: 16px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.window-send-reset-password {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.align-center-windows-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.card-2 {
  background-color: #161625cc;
  border: 1px solid #dad1b10d;
  border-radius: 16px;
  padding: 24px;
  position: relative;
}

.card-2.windows {
  min-width: 380px;
  max-width: 600px;
  padding: 48px;
}

.input-4 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #dad1b10d;
  border: .5px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.input-4:active, .input-4:focus {
  border-color: #f12d4c;
}

.input-4::placeholder {
  color: #ffffff4d;
}

.input-4.no-padding {
  padding-left: 16px;
}

.gray-2 {
  color: #ffffff4d;
}

.eng-close-windows-2 {
  z-index: 5;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto auto;
}

.window-code-reset-password, .window-reset-password {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.logo-load {
  max-width: 150px;
  max-height: 100px;
}

.image {
  z-index: 5;
  position: relative;
}

.link-menu-mobile-open-menu, .link-menu-mobile-close-menu, .link-menu-mobile-open-search, .link-menu-mobile-close-search {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.container-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-not-logged-2 {
  padding-left: 8px;
  display: block;
}

.btn-drop-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #e6e6e6;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0;
  font-weight: 700;
  display: flex;
  position: relative;
}

.btn-drop-2:hover {
  opacity: .8;
}

.eng-letter-name-2 {
  color: #e6e6e6;
  border: 1px solid #dad1b11a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.navbar-buttons-login-wrapper-2 {
  grid-column-gap: 8px;
  display: flex;
}

.navbar-logged-3 {
  display: none;
}

.letter-name-2 {
  background-color: #4a10d0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp solid 900", sans-serif;
  display: flex;
}

.gray-3 {
  color: #ffffff4d;
}

.eng-info-account-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dad1b10d;
  border-bottom: 1px solid #dad1b11a;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.eng-info-account-2.align-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.eng-head-menu {
  z-index: 6;
  background-color: var(--bg-secondary-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: auto;
}

.btn-small-3 {
  grid-column-gap: 16px;
  color: #01ff5e;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #01ff5e;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.btn-small-3:hover {
  opacity: .8;
}

.link-drop-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #e6e6e6;
  border-top: 1px solid #0000001a;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.link-drop-2:hover {
  opacity: .7;
}

.drop-list-menu-2 {
  background-color: #130772;
  background-image: linear-gradient(#00000040, #00000040);
  width: auto;
  margin-top: 58px;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.txt-label-2 {
  z-index: 3;
  color: #ffffff4d;
  font-size: 11px;
  line-height: 13px;
  position: relative;
}

.txt-label-2.white {
  color: #e6e6e6;
}

.link-social-2 {
  color: #01ff5e;
}

.link-social-2:hover {
  opacity: 1;
  color: #e6e6e6;
}

.balance-info-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 42px;
  padding-left: 8px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.eng-tags-menu {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
}

.eng-tags-menu.no-mobile {
  z-index: 2;
  position: relative;
}

.link-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white-5);
  background-color: var(--bg-secondary-2);
  color: var(--white-50);
  white-space: nowrap;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.link-tag:hover {
  border-color: var(--primary);
}

.link-tag.btn-search {
  padding-left: 16px;
  padding-right: 16px;
}

.eng-icon-sublink-nav {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.content-head-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-link-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.eng-icon-title {
  border: 1px solid var(--white-5);
  background-color: var(--white-5);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.eng-title-game {
  border-left: 2px solid var(--primary);
  background-image: linear-gradient(135deg, var(--white-5), transparent);
  width: 100%;
  padding: 1rem .5rem;
  position: relative;
}

.title-game {
  color: var(--white);
  font-weight: 700;
}

.content-title-game {
  position: relative;
  overflow: hidden;
}

.content-license {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-bottom: 1px solid var(--white-5);
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.content-navbar-buttons {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.eng-close-menu-resp {
  z-index: 10;
  justify-content: flex-end;
  display: none;
  position: relative;
}

.btn-close-menu-resp {
  width: 42px;
  height: 42px;
  position: relative;
}

.eng-btns-mobile {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: none;
  position: relative;
}

.pattern-menu {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/pattern-menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tag-new {
  background-color: var(--primary);
  color: var(--bg-primary);
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 7px;
  font-weight: 900;
  line-height: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: skew(-15deg, -5deg)translate(0%, -140%);
}

.tag-new.black {
  background-color: var(--bg-primary);
  color: var(--primary);
}

.tag-new.color-2 {
  background-color: #ff9d00;
}

.tag-new.color-3 {
  color: var(--white);
  background-color: #e60538;
}

.eng-title-sublink {
  position: relative;
}

.content-drop-list-menu {
  background-color: var(--bg-secondary-2);
  border-radius: 8px;
  width: auto;
}

.eng-link-drop {
  flex: 1;
  overflow: hidden;
}

.name-user {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 300;
}

.eng-title-window {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.eng-title-window.center {
  justify-content: center;
}

.eng-page-load {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.load-anim {
  width: 50px;
}

.content-logo-anim {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.eng-logo-load {
  position: relative;
}

.logo-load-anim {
  max-width: 100px;
  max-height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.game-body {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.eng-name-game {
  flex: 1;
  overflow: hidden;
}

.btn-search-one {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.btn-search-one:hover {
  opacity: .8;
}

.btn-search-one.color {
  background-image: linear-gradient(to bottom, var(--bg-secondary-1), var(--primary));
  color: #1c171e;
}

.btn-search-one.btn-color-1.mobile {
  display: none;
}

.btn-search-two {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.btn-search-two:hover {
  opacity: .8;
}

.btn-search-two.color {
  background-image: linear-gradient(to bottom, var(--bg-secondary-1), var(--primary));
  color: #1c171e;
}

.btn-search-two.btn-color-1.mobile {
  display: none;
}

.content-sublinks {
  display: flex;
}

.content-tags-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 110%;
  display: flex;
  overflow: auto;
}

.content-withdraw-status {
  background-color: var(--bg-secondary-2);
  color: var(--white);
  width: 100%;
  padding: 16px 24px;
}

.icon-16-2 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 16px;
}

.eng-fields-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding: 0;
}

.banner-window-welcome {
  border-bottom: 2px solid var(--primary);
  width: 100%;
}

.banner-register-mobile {
  border-bottom: 2px solid var(--primary);
  width: 100%;
  display: none;
}

.eng-info-pg-game {
  justify-content: center;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.open-form-search-two {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-search-wrapper {
  width: 100%;
}

.filter_empty {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--bg-primary);
  background-image: linear-gradient(to bottom, var(--white-5), var(--white-5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.empty-state {
  background-color: #0000;
  padding: 0;
}

.eng-txt-limit {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.img-window-deposit {
  border-bottom: 2px solid var(--primary);
  width: 100%;
}

.img-load-pix {
  width: 38px;
}

.icon-pix {
  width: 32px;
  height: 32px;
}

.icon-support {
  width: 24px;
  height: 24px;
}

.eng-message-cookie {
  z-index: 99;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.message-cookie {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item-faq {
  flex-direction: column;
  display: flex;
}

.title-faq {
  border-left: 1px solid var(--primary);
  background-color: var(--white-5);
  color: var(--white);
  padding: 16px 24px;
}

.description-faq {
  background-color: var(--white-2);
  padding: 16px 24px;
}

.content-itens-faq {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.checked-withdraw {
  border: 1px solid var(--white-5);
  background-color: var(--bg-primary);
  background-image: linear-gradient(to bottom, var(--white-5), var(--white-5));
  align-items: center;
  height: 42px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.img-withdraw {
  border-bottom: 2px solid var(--primary);
  width: 100%;
  margin-bottom: 24px;
}

.eng-icon-history {
  border: 1px solid var(--white-5);
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.list-item-history {
  align-items: stretch;
  display: flex;
}

.content-list-history {
  border: 1px solid var(--white-5);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.tag-history {
  font-size: 11px;
  font-weight: 700;
}

.tag-history.green {
  background-color: var(--primary);
  color: var(--bg-primary);
  padding: 8px 16px;
}

.eng-max-input {
  z-index: 5;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.eng-max-input:hover {
  color: var(--primary);
}

.icon-18 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 18px;
}

.content-anim-light {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.anim-light {
  background-image: linear-gradient(to right, var(--white-50), #ffffffbf);
  width: 20%;
  height: 100%;
  position: relative;
  transform: skew(30deg);
}

.eng-anim-light {
  width: auto;
  height: 100%;
}

.eng-slot-img {
  position: relative;
}

.light-effect-slot {
  z-index: 0;
  background-image: linear-gradient(#ffeb00, #ff002a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.light-effect-slot-blur {
  z-index: 0;
  filter: blur(10px);
  background-image: linear-gradient(#ffeb00, #ff002a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eng-tag-new {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(to right, #ff001c, #ff002ccc);
  border: 1px solid #ff001c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-left: 8px;
  padding: 4px;
  font-size: 9px;
  font-weight: 600;
  line-height: 9px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer_copy-text-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.eng-made-in-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.eng-made-in-2.card {
  padding: 16px;
}

.icon-16-3 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 16px;
}

.window-welcome {
  z-index: 999999;
  background-color: var(--black-50);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.banner-welcome {
  width: 100%;
  max-width: 400px;
}

.content-banner-welcome {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.eng-img-banner-welcome {
  position: relative;
}

.eng-close-windows-welcome {
  z-index: 5;
  background-color: var(--bg-primary);
  color: var(--white);
  cursor: pointer;
  border-radius: 42px 0 42px 42px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: -1px -1px auto auto;
}

.div-block-4 {
  display: block;
}

.link-banner:hover {
  opacity: 1;
}

.eng-step {
  color: var(--primary);
  background-color: #b5e3ff0d;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.color-1-2 {
  color: #fc0;
}

.icon-medium {
  width: 32px;
  height: 32px;
}

.card-affiliate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--bg-secondary-2);
  border-radius: 8px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.card-affiliate.horizontal {
  flex-direction: row;
}

.eng-cards-afiliates {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mb-16-2 {
  margin-bottom: 1rem;
}

.gray-4 {
  color: #fff9;
}

.item-card-affiliate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #b5e3ff0d;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.input-5 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #0003;
  border: 1px solid #b5e3ff0d;
  border-radius: 8px;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.btn.btn-return {
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link-social-color {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  border-radius: 8px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.link-social-color:hover {
  opacity: 1;
  color: var(--white);
}

.link-social-color.bg-telegram {
  background-image: repeating-linear-gradient(236deg, #0ca7d3, #08c);
  display: none;
}

.link-social-color.bg-instagram {
  background-image: repeating-linear-gradient(236deg, #feb42b, #e1187c 50%, #822bef);
}

.link-social-color.bg-support {
  background-color: var(--white-10);
}

.eng-social-menu-2 {
  grid-column-gap: 16px;
  display: flex;
}

.link-social-3 {
  color: #ffffff4d;
}

.link-social-3:hover {
  opacity: 1;
  color: #fdc71e;
}

.social_icons-wrapper-2 {
  grid-column-gap: .875rem;
  display: flex;
}

.link-social-4 {
  color: #ffffff4d;
}

.link-social-4:hover {
  opacity: 1;
  color: #fdc71e;
}

.content-winners-users {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 300px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  position: relative;
  overflow: hidden;
}

.content-winners-users.teste {
  height: 400px;
}

.content-banner-wrapper {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 24px;
}

.item-winner-users {
  border-left: 2px solid var(--primary);
  border-radius: 0 4px 4px 0;
  flex: none;
  align-items: stretch;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eng-thumb-win {
  border: 1px solid var(--primary-50);
  box-shadow: 0 2px 8px 0 var(--black-50);
  border-radius: 4px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.eng-text-win {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
}

.content-winner-user {
  background-color: var(--bg-secondary-1);
  flex: 1;
  align-items: center;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.content-link-winner-users {
  background-color: var(--bg-secondary-2);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content-link-winner-users:hover {
  opacity: 1;
}

.img-banner-desktop {
  height: 100%;
  position: absolute;
}

.banner-slider-wrapper-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.link-tag-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white-50);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 40px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.link-tag-menu.w--current {
  border-bottom-color: var(--primary);
}

.icon-24-brand {
  font-family: Fa brands, sans-serif;
  font-size: 24px;
}

.top-btn {
  background-color: var(--primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.eng-title-game-2 {
  background-color: #dad1b10d;
  width: 100%;
  padding: 1rem .5rem;
  position: relative;
}

.title-game-2 {
  color: #ffffff4d;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-provider {
  color: var(--white-50);
  font-weight: 400;
}

.div-winners {
  flex-direction: column;
  display: flex;
}

.shadow-winners-top {
  background-image: linear-gradient(to bottom, var(--bg-primary), transparent);
  width: 100%;
  height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.shadow-winners-bottom {
  background-image: linear-gradient(to bottom, transparent, var(--bg-primary));
  width: 100%;
  height: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.content-div-winners {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.banner-desktop {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.banner-mobile {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: none;
}

.eng-item-winner-mobile {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.btn-simple {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-secondary-1);
  color: var(--primary);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.btn-simple:hover {
  opacity: .8;
  color: var(--white);
}

.btn-simple.color {
  background-image: linear-gradient(to bottom, var(--bg-secondary-1), var(--primary));
  color: #1c171e;
}

.btn-simple.btn-color-1.mobile {
  display: none;
}

.btn-simple.full.pix-amount {
  padding-left: 4px;
  padding-right: 4px;
}

.line-btn-divisor {
  background-color: var(--white-10);
  width: 1px;
  min-height: 100%;
}

.eng-filter-options-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.img-auth {
  width: 100%;
}

.eng-certified-login {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.certified-login {
  width: 60px;
}

.eng-balance-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.item-balance-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.arrow-drop {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 16px;
}

.arrow-drop:hover {
  text-decoration: none;
}

.arrow-drop.txt-green, .arrow-drop.txt-green:active {
  color: var(--primary);
}

.arrow-drop.color-1 {
  color: #f12d4c;
}

.arrow-drop.info {
  cursor: pointer;
}

.arrow-drop.info:hover, .arrow-drop.color-1 {
  color: #01ff5e;
}

.pix-img {
  width: 32px;
}

.title-pix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.input-6 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #dad1b10d;
  border: .5px solid #ffffff14;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.input-6:active, .input-6:focus {
  border-color: #ffc401;
}

.input-6::placeholder {
  color: #ffffff4d;
}

.input-6.no-padding {
  padding-left: 16px;
}

.gif-loading {
  width: 150px;
}

.open-search-one {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  color: var(--white);
  white-space: nowrap;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.open-search-one.btn-search {
  padding-left: 16px;
  padding-right: 16px;
}

.open-search-two {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary);
  color: var(--white);
  white-space: nowrap;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 16px;
  font-weight: 400;
  display: none;
  position: relative;
}

.open-search-two.btn-search {
  padding-left: 16px;
  padding-right: 16px;
}

.redirect-account {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.eng-links-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.link-menu-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-secondary-1);
  color: var(--white-50);
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  font-weight: 700;
  display: flex;
}

.link-menu-card:hover {
  background-color: var(--bg-secondary-2);
  color: var(--white);
}

.footer_seals-wrapper-2 {
  border-top: 1px solid var(--white-5);
  border-bottom: 1px solid var(--white-5);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.seals_img-wrapper-2 {
  border: 1px solid #dad1b10d;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.img-footer-2 {
  opacity: .5;
  max-width: 80px;
  max-height: 40px;
}

.btn-small-4 {
  grid-column-gap: 16px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background-color: #211b38;
  border: 1px solid #dad1b11a;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.btn-small-4:hover {
  opacity: .8;
}

.btn-small-4.full.pix-amount {
  padding-left: 4px;
  padding-right: 4px;
}

.line-link-tag-menu {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: translate(0, 2px);
}

.bg-windows {
  z-index: 1;
  background-image: radial-gradient(circle closest-side at 50% 50%, black, var(--black-50));
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.eng-center-load {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-winners-users-mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 24px;
  padding: 8px 24px;
  display: none;
  position: relative;
}

.content-div-winners-mobile {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: flex-end;
  width: 100%;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.div-winners-mobile {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.item-winner-users-mobile {
  border-left: 2px solid var(--primary);
  flex: none;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eng-phone-country {
  z-index: 2;
  border-right: 1px solid var(--white-5);
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.play-game-winner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.eng-users-value-winner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  font-weight: 700;
  display: flex;
}

.collection-users-winners {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.eng-win-users-mobile {
  flex-direction: column;
  justify-content: flex-end;
  max-height: 84px;
  display: flex;
  overflow: hidden;
}

.container-win-users {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

.eng-win-users {
  min-width: 300px;
  position: relative;
  overflow: hidden;
}

.line-code {
  background-color: var(--white-10);
  flex: 1;
  height: 1px;
}

.eng-line-code {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.eng-line-filters {
  align-items: center;
  display: flex;
}

.html-embed {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.color-1-3 {
  color: #00fe59;
}

.brand_type-wrapper-2 {
  width: 100%;
}

.ico-brand-type-footer-2 {
  opacity: .5;
  width: 100px;
  display: block;
}

.footer-contact-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.social_icons-wrapper-3 {
  grid-column-gap: .875rem;
  display: flex;
}

.link-social-5 {
  color: #ffffff4d;
}

.link-social-5:hover {
  opacity: 1;
  color: #7b4fed;
}

.eng-footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.eng-seals-footer {
  border-top: 1px solid var(--white-5);
  border-bottom: 1px solid var(--white-5);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.btn-color-2 {
  border: 1px solid var(--white-5);
  color: var(--white);
  text-shadow: 0 1px 1px #0003;
}

.btn-color-2:hover {
  box-shadow: inset 0 0 10px 0 var(--white-10), 0 0 15px 0 var(--primary-25);
  color: var(--white);
}

.container-footer {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-footer.footer {
  max-width: 1100px;
}

.txt-label-3 {
  color: #fff9;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.white-2 {
  color: #fff;
}

.logo-footer {
  max-width: 100px;
  max-height: 70px;
}

.alert-bonus {
  width: 100%;
  margin-bottom: 16px;
  display: none;
}

.eng-alert-bonus-clock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: linear-gradient(to right, #e02e3780, #e02e37);
  border: 1px solid #e02e37;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 10px #e0b42e40;
}

.white-3 {
  color: #fff;
}

.clock-bonus {
  align-items: center;
  display: flex;
}

.eng-number-clock {
  color: #202020;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 5px 8px #00000080;
}

.dots-clock {
  color: #fff;
  margin-left: 4px;
  margin-right: 4px;
}

.btn-coupon {
  color: #dad1b180;
  cursor: pointer;
  font-weight: 700;
}

.btn-coupon:hover, .white-4 {
  color: #fff;
}

.drop-toogle-coupon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
}

.dropdown-list-2 {
  background-color: #ddd0;
  position: relative;
}

.icon-12-2 {
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 12px;
}

.input-7 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #dad1b10d;
  border: .5px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.input-7:active, .input-7:focus {
  border-color: #de2956;
}

.input-7::placeholder {
  color: #ffffff4d;
}

.input-7.no-padding {
  padding-left: 16px;
}

.dropdown-coupon {
  width: 100%;
}

.eng-btn-coupon {
  z-index: 2;
  align-items: center;
  height: 100%;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

html.w-mod-js [data-ix="load"] {
  display: flex;
}

html.w-mod-js [data-ix="start-dropdown"] {
  height: 0;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="start-dropdown-menu"], html.w-mod-js [data-ix="height-0"] {
  height: 0;
}

html.w-mod-js [data-ix="initiate-windows"] {
  opacity: 0;
  transform: scale(.8);
}

html.w-mod-js [data-ix="line-link-tag-menu"] {
  width: 0%;
}

@media screen and (min-width: 1280px) {
  .eng-slots-int {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .eng-slots-int, .eng-slots-search-window {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .margin-medium {
    margin: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-medium {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-buttons-login-wrapper {
    margin-left: auto;
  }

  .left-side-bar {
    z-index: 99999;
    background-color: #170001;
    justify-content: flex-start;
    align-items: center;
    max-width: 80%;
    height: 100%;
    margin-top: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    transform: translate(-100%);
  }

  .left-side-bar_page-padding {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .left-side-bar_navigation-wrapper {
    padding-bottom: 90px;
    position: relative;
  }

  .left-side_sticky-wrapper {
    width: 100%;
    overflow: scroll;
  }

  .left-side-bar_close-btn {
    z-index: 10;
    margin-bottom: 8px;
    display: flex;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .left-side-bar-mobile {
    z-index: 100;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-top: 0;
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .content-sidebar-mobile {
    width: 100%;
    display: flex;
  }

  .align-center-windows {
    background-color: #0000;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .no-mobile {
    display: none;
  }

  .slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-small.btn-color-1.mobile {
    display: flex;
  }

  .eng-slots-int.home {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-card.welcome {
    max-width: none;
    padding-left: 0;
  }

  .navbar-mobile {
    display: flex;
    transform: translate(0, 2px);
  }

  .link-menu-mobile {
    border-top: 2px solid #0000;
  }

  .eng-img-welcome {
    display: none;
  }

  .eng-license {
    padding-bottom: 70px;
  }

  .mobile {
    justify-content: center;
    align-items: center;
  }

  .eng-sublinks-2 {
    overflow: auto;
  }

  .eng-tags-filter {
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-window {
    max-width: 100%;
  }

  .eng-slots-search-window {
    padding-bottom: 20vh;
  }

  .align-center-windows-2 {
    background-color: #161625e6;
    padding-left: 48px;
    padding-right: 48px;
    box-shadow: inset 0 0 20px #ed4f5280;
  }

  .card-2.windows {
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .eng-close-windows-2 {
    color: #fff;
    background-color: #f12d4c;
    margin-top: 16px;
    margin-right: 16px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .link-menu-mobile-open-menu {
    border-top: 2px solid #0000;
  }

  .link-menu-mobile-close-menu {
    background-color: var(--primary-10);
    border-top: 2px solid #0000;
    display: none;
  }

  .link-menu-mobile-open-search {
    border-top: 2px solid #0000;
  }

  .link-menu-mobile-close-search {
    border-top: 2px solid #0000;
    display: none;
  }

  .eng-head-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-navbar-buttons {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .eng-close-menu-resp {
    height: 60px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .eng-btns-mobile {
    display: flex;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .btn-search-one.btn-color-1.mobile, .btn-search-two.btn-color-1.mobile {
    display: flex;
  }

  .eng-message-cookie {
    padding-bottom: 64px;
  }

  .eng-close-windows-welcome {
    background-color: var(--bg-secondary-1);
    color: var(--white);
    margin-top: 16px;
    margin-right: 16px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .content-winners-users {
    display: none;
  }

  .content-banner-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .eng-item-winner-mobile {
    display: block;
  }

  .btn-simple.btn-color-1.mobile {
    display: flex;
  }

  .link-menu-card.active {
    background-color: var(--primary);
    color: var(--white);
  }

  .content-winners-users-mobile {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-win-users {
    padding-left: 16px;
  }

  .eng-win-users {
    display: none;
  }

  .container-footer {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ico-brand-type {
    max-height: 32px;
  }

  .ico-brand-type.header {
    height: 32px;
  }

  .navbar-wrapper {
    padding: 1rem 16px;
  }

  .navbar-buttons-login-wrapper {
    width: 100%;
  }

  .footer_top-wrapper {
    grid-column-gap: 0px;
    flex-flow: column wrap;
    grid-template-columns: 100%;
  }

  .top-wrapper_left-side {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .top-wrapper_description {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .footer_links {
    width: 50%;
  }

  .providers_marquee-animate {
    overflow: visible;
  }

  .footer_copy-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .left-side-bar-mobile {
    display: block;
  }

  .card.windows {
    width: 100%;
    min-width: 280px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .eng-windows {
    padding-top: 0;
    padding-bottom: 0;
  }

  .eng-qr-code {
    flex-direction: column;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .eng-link-ref {
    width: 100%;
  }

  .tablink {
    overflow: auto;
  }

  .item-ref {
    padding-top: 0;
  }

  .content-tab-pane {
    grid-template-columns: auto;
  }

  .eng-right-tab-pane {
    flex-direction: column;
  }

  .eng-left-tab-pane {
    grid-template-columns: 1fr;
  }

  .balance-info {
    padding-left: 16px;
    padding-right: 8px;
  }

  .img-footer {
    max-width: 50px;
  }

  .content-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .eng-social-menu {
    display: none;
  }

  .eng-slots-int, .eng-slots-int._7, .eng-slots-int.home {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .video-banner-slider-wrapper-mobile {
    display: block;
  }

  .eng-license {
    padding-bottom: 60px;
  }

  .eng-title-filter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile {
    display: flex;
  }

  .eng-slots-int-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .eng-sublinks-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .eng-slots-int-no-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .eng-tabs-report {
    overflow: auto;
  }

  .eng-slots-search-window {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .eng-head-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .balance-info-2 {
    padding-left: 16px;
    padding-right: 8px;
  }

  .content-license {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-navbar-buttons {
    justify-content: flex-end;
  }

  .eng-btns-mobile {
    display: flex;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .banner-window-welcome {
    display: none;
  }

  .banner-register-mobile {
    display: block;
  }

  .btn-login {
    flex: 1;
  }

  .footer_copy-text-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-affiliate.horizontal {
    flex-direction: column;
  }

  .eng-cards-afiliates {
    grid-template-columns: 1fr;
  }

  .item-card-affiliate {
    flex-direction: row;
  }

  .eng-social-menu-2 {
    display: none;
  }

  .banner-slider-wrapper-mobile {
    display: block;
  }

  .banner-slider-wrapper-mobile._1 {
    background-image: url('../images/banner_mobile_v2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: block;
  }

  .img-footer-2 {
    max-width: 50px;
  }

  .footer-contact-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .eng-social-support {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .eng-alert-bonus-clock {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left-side-bar {
    z-index: 9999;
    width: 100vw;
    max-width: none;
    margin-top: 7.5rem;
    inset: 0% 0% auto;
  }

  .footer_seals-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card.windows.welcome {
    min-width: 280px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .list {
    overflow: scroll;
  }

  .img-footer {
    max-width: 35px;
    max-height: 35px;
  }

  .btn-small.balance {
    flex: 1;
  }

  .eng-copyright-footer {
    width: 100%;
  }

  .link-game {
    min-width: 48%;
  }

  .eng-slots-int.home {
    grid-template-columns: 1fr 1fr;
  }

  .link-game-provider {
    min-width: 48%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .btn-simple.balance {
    flex: 1;
  }

  .footer_seals-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img-footer-2 {
    max-width: 35px;
    max-height: 35px;
  }

  .eng-seals-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    display: grid;
  }
}

#w-node-e5485111-3f42-9811-21df-44f6afa69220-afa6920d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e5485111-3f42-9811-21df-44f6afa69230-afa6920d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ea1822e-c190-6053-e5ab-02b116f0916b-c1bf2f2a, #w-node-_0ea1822e-c190-6053-e5ab-02b116f09174-c1bf2f2a, #w-node-_0ea1822e-c190-6053-e5ab-02b116f0917d-c1bf2f2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-fc22cf57-26c0-516f-2e73-0a6609f7a788-c1bf2f34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5c4e5d47-6d55-f807-9cef-da95958a7411-078bbc34, #w-node-bc615eb2-866d-e967-3f87-1a90764423fa-078bbc34, #w-node-f3ef4d83-61d2-768a-48fd-d93b5b076a60-078bbc34, #w-node-_9f84409e-b1eb-5480-176a-b9f3114f9ddf-078bbc34, #w-node-_022321bc-aa92-5bd3-93ed-fced49203b08-078bbc34, #w-node-_925c31bc-72b2-ff90-2a14-014f25f57de6-078bbc34 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}