@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;
}

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #00140f;
  --white-50: #ffffff80;
  --gray100: white;
  --yellow: #02de60;
  --white-5: #dad1b10d;
  --211b38: #003527;
  --white-10: #dad1b11a;
  --black-25: #00000040;
  --orange: #02de60;
  --black-80: #00140fcc;
  --yellow10: #02de601a;
  --slate-blue: #02de6080;
  --white-2: #dad1b105;
  --black-50: #00000080;
  --green-yellow: #02de60;
  --yellow25: #02de6040;
  --olive-drab: #3f7f41;
  --lime: #02de6040;
}

.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-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.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;
}

.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;
}

body {
  background-color: var(--black);
  color: var(--white-50);
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

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

h2 {
  color: var(--gray100);
  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(--yellow);
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

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;
  max-width: 90%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.navbar_brand.w--current {
  max-width: 5rem;
}

.ico-brand-type {
  display: block;
}

.navbar_wrapper {
  z-index: 5;
  border-bottom: 1px solid var(--white-5);
  background-color: var(--211b38);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 24px;
  display: flex;
  position: relative;
}

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

.footer {
  z-index: 2;
  border-top: 1px solid var(--white-10);
  position: relative;
}

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

.top-wrapper_left-side {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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 {
  padding-left: 0;
}

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

.social_icons-wrapper {
  grid-column-gap: .875rem;
  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 {
  background-color: var(--black);
  background-image: linear-gradient(to right, var(--black), var(--black-25));
  min-width: 250px;
  max-width: 280px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.left-side-bar_navigation-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}

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

.main_banner-wrapper {
  z-index: 1;
  display: block;
  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;
  border-top: .5px solid var(--white-5);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.slide_providers-wrapper {
  grid-column-gap: 40px;
  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 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

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

.left-side-bar-mobile {
  z-index: 10;
  width: 100%;
  display: none;
  position: relative;
  transform: translate(0%);
}

.white {
  color: #fff;
}

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

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

.icon-field {
  z-index: 2;
  color: var(--orange);
  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%;
}

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

.card {
  border: 1px solid var(--white-5);
  background-color: var(--black-80);
  border-radius: 16px;
  padding: 24px;
  position: relative;
}

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

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

.card.windows.welcome {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.input {
  z-index: 1;
  background-color: var(--white-5);
  color: var(--gray100);
  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:active, .input:focus {
  border-color: var(--yellow);
}

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

.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(--yellow);
  background-color: #0000;
}

.full {
  width: 100%;
}

.arrows-slider {
  z-index: 5;
  border: 1px solid var(--white-5);
  background-image: linear-gradient(-45deg, var(--white-2), var(--white-10));
  box-shadow: inset 0 0 10px 0 var(--black-25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: -8px;
  margin-right: -8px;
  transition: margin .2s;
  display: flex;
}

.arrows-slider:hover {
  margin-left: -4px;
  margin-right: -4px;
}

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

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

.icon-16.info:hover {
  color: var(--yellow);
}

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

.link-menu {
  grid-column-gap: 16px;
  background-color: var(--white-5);
  color: var(--gray100);
  text-shadow: 1px 1px 2px var(--black-50);
  white-space: nowrap;
  border-radius: 10px;
  align-items: center;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.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 {
  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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-10);
  color: #ffffff59;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.sublink-nav:hover {
  border-color: var(--yellow);
  opacity: 1;
  color: var(--gray100);
}

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

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

.sublink-nav.btn-color-1:hover {
  color: var(--211b38);
}

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

.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 {
  align-items: center;
  display: flex;
}

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

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

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

.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-yellow);
}

.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;
  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;
  background-color: var(--black-80);
  background-image: linear-gradient(139deg, var(--black-50), var(--black-25));
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.content-windows {
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

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

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

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

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

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

.eng-logo-window {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.logo-window {
  max-width: 120px;
  max-height: 42px;
}

.eng-close-windows {
  z-index: 5;
  color: var(--gray100);
  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-register {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 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 auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

.qr-code {
  z-index: 2;
  width: 150px;
  position: relative;
}

.eng-qr-code {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

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

.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: 20px;
  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;
  border-radius: 4px;
  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(--gray100);
  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(--yellow);
  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);
  background-color: var(--white-5);
  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.mr-8.txt-yellow {
  color: var(--yellow);
}

.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;
  display: flex;
}

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

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

.drop-list-menu {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--black-25), var(--black-25));
  width: auto;
  margin-top: 58px;
  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: .15;
  max-width: 80px;
  max-height: 40px;
}

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

.eng-item-provider {
  opacity: .5;
  filter: saturate(0%);
  justify-content: center;
  align-items: center;
  min-height: 80px;
  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;
  border: .5px solid var(--white-5);
  filter: saturate(130%);
  border-radius: 12px;
  width: 100%;
  position: relative;
}

.link {
  cursor: pointer;
}

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

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

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

.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(--yellow);
}

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

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

.content-navbar {
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slider-wrapper {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: auto;
}

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

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

.disable {
  display: none;
}

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

.img-qr-code {
  background-color: #f7f5fa;
  border-radius: 8px;
  flex: none;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

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

.navbar-logged, .navbar-not-logged {
  display: block;
}

.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(--orange);
  color: var(--gray100);
  white-space: nowrap;
  background-color: #3898ec00;
  border-radius: 8px;
  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(--orange), var(--yellow));
  color: #1c171e;
}

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

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

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

.eng-sublinks {
  z-index: 2;
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 16px;
  display: flex;
  position: relative;
}

.eng-bg-wrapper {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--black-25), var(--black-25)), linear-gradient(to bottom, #0000 74%, var(--black)), 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%;
}

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

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

.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: 16px;
  display: flex;
}

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

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

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

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

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

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

.eng-line-rollover {
  background-color: var(--yellow10);
  border-radius: 8px;
  width: 100%;
  height: 16px;
}

.line-rollover {
  background-color: var(--yellow);
  border-radius: 8px;
  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(--yellow10), var(--black) 85%);
  box-shadow: inset 0 0 2px 0 var(--white-50), inset 0 0 5px 0 var(--yellow), inset 0 0 25px 0 var(--yellow);
  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);
  border-radius: 4px;
  width: 100%;
  min-height: 300px;
  position: relative;
}

.iframe-slot {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 87vh;
  position: relative;
}

.eng-loading-slot {
  z-index: 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;
  justify-content: space-between;
  align-items: center;
  min-height: 13vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.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 {
  background-color: #0000;
  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;
  color: var(--white-50);
  align-items: center;
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.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(--gray100);
  font-family: "Fa sharp 400", sans-serif;
  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;
  align-items: center;
  height: 100%;
  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 {
  max-width: 320px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}

.eng-logo-anim {
  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: auto auto 0% 0%;
}

.pagination {
  display: none;
}

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

.banner-desktop {
  border-top: 2px solid var(--yellow);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
}

.banner-mobile {
  border-top: 2px solid var(--yellow);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  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-image: linear-gradient(180deg, var(--orange), var(--yellow));
  color: var(--211b38);
}

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

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

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

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

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

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

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

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

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

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

.link-options-login {
  border-bottom: 1px solid var(--white-10);
  flex: 1;
  align-items: center;
  height: 32px;
  display: flex;
}

.link-options-login.active {
  border-bottom-width: 2px;
  border-bottom-color: var(--yellow);
  color: var(--gray100);
}

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

.eng-right-qr {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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;
  flex-direction: column;
  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 {
  background-color: var(--white-5);
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 48px;
}

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

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

.logo-made {
  height: 14px;
}

.link-made {
  opacity: .25;
}

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

.eng-letter-name {
  border: 1px solid var(--white-10);
  color: var(--gray100);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

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

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

.letter-name {
  background-color: var(--orange);
  color: var(--211b38);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa sharp solid 900", sans-serif;
  display: flex;
}

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

.eng-withdraw-status {
  border-top: 1px solid var(--white-5);
  justify-content: space-between;
  padding-top: 16px;
  display: flex;
}

.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: #4fc0ed;
}

.color-3 {
  color: #eaed4f;
}

.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);
  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(--black);
  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 {
  background-color: #0000;
  border-style: solid;
  border-color: #ffffff1a;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.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(--black);
}

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

.eng-info-account-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.sublink {
  color: var(--gray100);
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 90px;
  font-weight: 600;
  display: flex;
}

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

.eng-icon-sublink {
  z-index: 2;
  background-color: var(--yellow10);
  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-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(--yellow);
  opacity: 0;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.eng-filter-options {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  overflow: auto;
}

.radio-tag-filter {
  opacity: 0;
  background-color: #0000;
  border: 1px #000;
  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(--yellow);
  box-shadow: inset 0 0 9px 0 var(--yellow25);
  opacity: 1;
  border-radius: 8px;
}

.txt-btn {
  font-weight: 700;
}

.eng-tags-filter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.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 {
  color: #ffffffbf;
  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;
  overflow: hidden;
}

.txt-message {
  color: var(--black);
  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(--211b38);
  color: #fff;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

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

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

.qr-code-load {
  z-index: 1;
  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;
  margin-bottom: 32px;
  padding-bottom: 8px;
  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 {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.search-window {
  z-index: 50;
  background-color: var(--black-80);
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  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: 16px;
  grid-row-gap: 16px;
  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;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 48px;
  position: relative;
}

.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: 100px;
  max-height: 60px;
}

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

.btn-affiliates {
  display: none;
}

.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;
}

.img-detail-game {
  z-index: 4;
  box-shadow: inset 0 0 4px 1px var(--white-50);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.img-detail-2 {
  z-index: 4;
  border: 1px solid var(--white-50);
  box-shadow: 0 30px 5px 0 #000000b3, inset 0 0 3px 0 var(--white-50);
  border-radius: 7px;
  width: 100%;
  height: 96%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.embed-iframe {
  width: 100%;
  height: 100%;
  min-height: 87vh;
}

.line-rollover-2 {
  background-color: #01ff5f;
  border-radius: 4px;
  width: 3%;
  height: 100%;
}

.eng-line-rollover-2 {
  background-color: #01ff5f1a;
  border-radius: 4px;
  width: 100%;
  height: 8px;
}

.card-3 {
  background-image: linear-gradient(-45deg, #ffffff05, #ffffff0d);
  border: 1px solid #ffffff0d;
  border-radius: 4px;
  padding: 24px;
  position: relative;
}

.card-3.windows {
  width: 100%;
  max-width: 450px;
}

.eng-close-windows-3 {
  z-index: 5;
  color: #082428;
  cursor: pointer;
  background-image: linear-gradient(41deg, #04994c, #01ff5f);
  border: 1px solid #ffffff0d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 10px #01ff5f40;
}

.icon-16-2 {
  font-size: 16px;
}

.logo-window-2 {
  height: 24px;
}

.window-rollover-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 24px;
  display: none;
  position: relative;
}

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

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

.dropdown-toogle-2 {
  color: #ffffff80;
  white-space: normal;
  background-color: #ffffff0d;
  border: .5px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 12px 16px;
}

.video-banner-slider-wrapper-2 {
  border-top: 2px solid #ff002e;
  width: 100%;
  height: 22vw;
}

.video-banner-slider-wrapper-mobile-2 {
  border-top: 2px solid #ff002e;
  width: 100%;
  height: 280px;
  display: none;
}

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

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

.slot-game-blur {
  z-index: 0;
  filter: blur(10px);
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.eng-light-effetct {
  z-index: 2;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.reflect-slot {
  height: 100%;
}

.light-effect-slot {
  z-index: 0;
  background-image: linear-gradient(#ffeb00, #ff002a);
  border-radius: 12px;
  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);
  border-radius: 12px;
  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%;
}

.eng-buttons-support {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.container-small {
  z-index: 2;
  max-width: 700px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.eng-logo-support {
  border-bottom: 1px solid var(--white-10);
  padding-bottom: 16px;
}

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

.input-5 {
  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-5:active, .input-5:focus {
  border-color: #ff425d;
}

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

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

.input-5.no-padding.select {
  padding-left: 14px;
}

.input-6 {
  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;
}

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

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

.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;
}

.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;
}

.gray-4 {
  color: #fff9;
}

.mb-24-2 {
  margin-bottom: 2rem;
}

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

.card-affiliate {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #dad1b10d;
  border-radius: 16px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

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

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

.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;
}

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

.white-2 {
  color: #fff;
}

.options-form-2 {
  justify-content: space-between;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

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

.checkbox-label {
  margin-bottom: 0;
}

.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;
}

.dropdown-coupon {
  width: 100%;
}

.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;
}

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

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

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

.sublink-nav-simple {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffffff59;
  align-items: center;
  width: 100%;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.sublink-nav-simple:hover {
  border-color: var(--yellow);
  opacity: 1;
  color: var(--orange);
}

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

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

.sublink-nav-simple.btn-color-1:hover {
  color: var(--211b38);
}

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

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

html.w-mod-js [data-ix="initiate-windows"] {
  opacity: 0;
  transform: translate(0, 100px);
}

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;
}

@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 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .eng-slots-search-window {
    grid-template-columns: 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: 24px;
    padding-right: 24px;
  }

  .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%;
    min-width: auto;
    max-width: none;
    display: flex;
  }

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

  .left-side_sticky-wrapper {
    width: 400px;
    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%;
    transform: translate(-101%);
  }

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

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

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

  .eng-close-windows {
    background-color: var(--orange);
    color: var(--gray100);
    margin-top: 16px;
    margin-right: 16px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .align-center-windows {
    background-color: #161625e6;
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

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

  .eng-sublinks {
    overflow: auto;
  }

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

  .navbar-mobile {
    background-image: linear-gradient(to bottom, var(--white-5), var(--black-80));
    display: flex;
  }

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

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

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

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

  .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 {
    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;
  }

  .video-banner-slider-wrapper-2 {
    height: 29vw;
  }

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

@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.header {
    height: 32px;
  }

  .navbar_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

  .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: flex-start;
  }

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

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

  .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;
  }

  .navbar-buttons-balance-wrapper {
    align-items: center;
  }

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

  .no-mobile {
    display: none;
  }

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

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

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

  .banner-desktop {
    display: none;
  }

  .banner-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;
  }

  .video-banner-slider-wrapper-2 {
    display: none;
  }

  .video-banner-slider-wrapper-mobile-2 {
    height: 40vw;
    display: block;
  }

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

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

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

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

  .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: 16px;
    grid-row-gap: 16px;
  }

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

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

  .list {
    overflow: scroll;
  }

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

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

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

  .video-banner-slider-wrapper-mobile-2 {
    height: 60vw;
  }

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

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

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

#w-node-_0ea1822e-c190-6053-e5ab-02b116f0916b-4822b5ed, #w-node-_0ea1822e-c190-6053-e5ab-02b116f09174-4822b5ed, #w-node-_0ea1822e-c190-6053-e5ab-02b116f0917d-4822b5ed, #w-node-_0ea1822e-c190-6053-e5ab-02b116f09186-4822b5ed, #w-node-e42e3d8e-97f4-699b-51e0-8d7c0190318c-4822b5ed, #w-node-e42e3d8e-97f4-699b-51e0-8d7c019031cc-4822b5ed, #w-node-e42e3d8e-97f4-699b-51e0-8d7c0190320f-4822b5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_624768ac-c61c-6860-4c61-7f1542b5b1aa-4822b5ed, #w-node-_8697b792-c818-f3e3-de26-a332bdfd3ab8-4822b5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8231a0ea-9c0d-fe1e-d41e-ad6e6b645483-4822b5ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2e9cc3d1-271b-e041-117a-5e8c7934149b-4822b5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c7c80ce-220e-0b31-a69b-bbcd50a8b084-4822b5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ec785d5-e9e7-8c26-fab0-ec96eba82172-4822b5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf929a1-5997-61bb-3d62-afd2658c72c6-4822b5ed, #w-node-_3cf929a1-5997-61bb-3d62-afd2658c72cd-4822b5ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cf929a1-5997-61bb-3d62-afd2658c72d4-4822b5ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#field.w-node-_28cded06-c07c-2309-a46e-7ea69339d388-4822b5fa {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_624768ac-c61c-6860-4c61-7f1542b5b1aa-4822b5ed, #w-node-_8697b792-c818-f3e3-de26-a332bdfd3ab8-4822b5ed, #w-node-_3cf929a1-5997-61bb-3d62-afd2658c72c6-4822b5ed, #w-node-_3cf929a1-5997-61bb-3d62-afd2658c72cd-4822b5ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e9cc3d1-271b-e041-117a-5e8c7934149b-4822b5ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4ec785d5-e9e7-8c26-fab0-ec96eba82172-4822b5ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@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;
}
@font-face {
  font-family: 'Fa sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}