@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/open-sans-v29-latin-regular.eot");
  src: local(""),
    url("/assets/fonts/open-sans-v29-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/open-sans-v29-latin-regular.woff2") format("woff2"),
    url("/assets/fonts/open-sans-v29-latin-regular.woff") format("woff"),
    url("/assets/fonts/open-sans-v29-latin-regular.ttf") format("truetype"),
    url("/assets/fonts/open-sans-v29-latin-regular.svg#OpenSans") format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/open-sans-v29-latin-800.eot");
  src: local(""),
    url("/assets/fonts/open-sans-v29-latin-800.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/fonts/open-sans-v29-latin-800.woff2") format("woff2"),
    url("/assets/fonts/open-sans-v29-latin-800.woff") format("woff"),
    url("/assets/fonts/open-sans-v29-latin-800.ttf") format("truetype"),
    url("/assets/fonts/open-sans-v29-latin-800.svg#OpenSans") format("svg");
}

@font-face {
  font-family: "Gotham";
  src: url("/assets/fonts/Gotham-Medium.woff2") format("woff2"),
    url("/assets/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ginto";
  src: url("/assets/fonts/Ginto-Medium.woff2") format("woff2"),
    url("/assets/fonts/Ginto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

div#topBar {
  background-color: #363a5d;
  width: 100%;
}

h1.offer-text {
  color: white;
  font-family: "Ginto";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  text-align: left;
  margin-bottom: 20px;
}

p.site-text {
  font-family: "Ginto";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 26px;
  text-align: left;
  /* display: flex;
     align-items: center; */
  letter-spacing: 0.2px;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

b {
  font-weight: bolder;
}

[type="button"] {
  -webkit-appearance: button;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

img {
  border-style: solid;
}

[role="button"] {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: inherit;
}

iframe,
img {
  display: block;
  vertical-align: middle;
}

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

*,
::after,
::before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.not_found_container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

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

.not_found_container .message h1 {
  font-size: 5rem;
  margin: 0;
}

.not_found_container .message p {
  font-size: 1.5rem;
}

.top-0 {
  top: 0;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0;
}

.flex-grow {
  flex-grow: 1;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  100%,
  75% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  100%,
  75% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

*,
::after,
::before {
  --tw-shadow: 0 0 #0000;
}

*,
::after,
::before {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

@media (min-width: 1060px) {
  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

body {
  background-color: #6f85fd !important;
  color: #bfbfbf;
  font-family: "Ginto", Arial, sans-serif;
  background-size: cover !important;
  background-position-x: center !important;
  background-position-y: top !important;
  background-repeat: no-repeat !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* .cta-casino,
 .cta-sports {
     display: none
 } */
.cta-sports {
  background-color: #edcb19 !important;
  color: #000 !important;
}

.cta-casino {
  background-color: #8358ff !important;
}

.item-offer-bonus-line.line-3 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.75px;
}

body.casino {
  background: url(/assets/bg-casino.webp);
}

body.sports {
  background: url(/assets/bg-sports.webp);
}

section.terms {
  position: relative;
  background: #fff;
  text-align: left;
  padding: 40px;
}

.terms .container {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
  color: #000;
}

@media (max-width: 1060px) {
  .md-hidden {
    display: none !important;
  }

  .terms .container {
    width: 100%;
  }

  .item-offer-bonus {
    position: relative !important;
    margin-block: 5px !important;
    font-size: 18px !important;
    padding: 9px 30px !important;
    width: 165px !important;
  }

  .site-text {
    font-size: 14px !important;
    /* display: none */
    text-align: center !important;
    padding: 0 15px;
    line-height: normal !important;
  }

  .site-title {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  #nav-content-mobile {
    width: 100%;
    text-align: center;
    position: relative;
    height: 40px;
  }

  .logo {
    width: 216px;
    margin: 20px auto;
  }

  .cta,
  .logo {
    position: relative;
  }

  .cta {
    top: 0 !important;
  }

  .items-header-title {
    width: 100% !important;
    text-align: center !important;
  }

  .items-container {
    background: transparent;
  }

  .items-background,
  .items-header {
    width: 100% !important;
  }

  .items-header {
    font-size: 12px !important;
  }

  .logo-container {
    width: 34% !important;
    height: auto !important;
    padding-top: 15px;
  }
}

@media (min-width: 1061px) {
  .lg-hidden {
    display: none !important;
  }
}

#header {
  position: relative;
  margin: 0 auto;
}

#nav-content {
  /* position: absolute;
     right: 1% */
}

.cta {
  border-radius: 15px;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  background-color: #2b2b2b;
  padding: 8px 16px;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #fff;
  font-weight: 900;
  position: relative;
  /* top: -35px; */
  transition: top 0.1275s ease 0s;
}

.cta:hover {
  /* top: -30px */
  color: #fff;
}

.cta.active {
  background-color: #1fade1;
}

.items-header {
  position: relative;
  height: 30px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #bebcc2;
  opacity: 1;
  width: 1024px;
  margin: 0 auto;
}

.items-header-title {
  display: inline-block;
}

.items-container {
  position: relative;
  clear: both;
}

.items-background {
  position: absolute;
  width: 1060px;
  height: 100%;
  overflow: visible;
  background: hsla(0, 0%, 100%, 0.1);
  z-index: -1;
  top: 34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.site-title {
  font-size: 35px;
  font-weight: 800;
}

.site-text,
.site-title {
  letter-spacing: 0;
  color: #fff;
}

.site-text {
  font: normal normal 300 18px/25px "Open Sans";
  font-weight: 600;
}

.logo-container {
  position: relative;
  width: 200px;
  height: 128px;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh;
}

footer {
  margin: 0 auto;
}

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

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

b {
  font-weight: bolder;
}

code {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

[type="button"] {
  -webkit-appearance: button;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

dl,
p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

img {
  border-style: solid;
}

[role="button"] {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: inherit;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

iframe,
img {
  display: block;
  vertical-align: middle;
}

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

*,
::after,
::before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.top-0 {
  top: 0;
}

.z-30 {
  z-index: 30;
}

.m-28 {
  margin: 7rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  100%,
  75% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  100%,
  75% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

*,
::after,
::before {
  --tw-shadow: 0 0 #0000;
}

*,
::after,
::before {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter {
  --tw-blur: var(--tw-empty);
  --tw-brightness: var(--tw-empty);
  --tw-contrast: var(--tw-empty);
  --tw-grayscale: var(--tw-empty);
  --tw-hue-rotate: var(--tw-empty);
  --tw-invert: var(--tw-empty);
  --tw-saturate: var(--tw-empty);
  --tw-sepia: var(--tw-empty);
  --tw-drop-shadow: var(--tw-empty);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 1060px) {
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "Gotham Black";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Light";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Thin";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham XLight";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Book";
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Thin";
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Ultra";
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham XLight";
  font-style: italic;
  font-weight: 500;
}

.state-regulations {
  padding: 29px 0;
}

#header {
  position: relative;
  margin: 0 auto;
}

#nav-content {
  /* position: absolute;
     right: 1% */
}

.cta {
  border-radius: 15px;
  font-family: "Ginto", sans-serif;
  font-size: 16px;
  background-color: #8358ff;
  padding: 8px 16px;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #fff;
  font-weight: 900;
  position: relative;
  /* top: -35x; */
  transition: top 0.1275s ease 0s;
  text-decoration: none;
}

.cta:hover {
  /* top: -30px */
}

.cta.active {
  background-color: #edcb19;
  color: #000;
}

.bonus,
body {
  color: #bfbfbf;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-family: "Ginto", Arial, sans-serif;
  background-position-x: center !important;
  background-position-y: top !important;
  background-repeat: no-repeat !important;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

ul.list-reset {
  justify-content: flex-end;
}

.header_section {
  width: 90%;
  padding-inline: 24px;
}

.flag {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 40px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
  top: -16px;
  left: -11px;
  color: #000;
  font-weight: 800;
}

.tag-text-color,
.tag-text-mobile {
  position: relative;
  color: #fff;
  z-index: 10;
}

.tag-text-color {
  top: 2px;
  left: -5px;
}

.tag-img-mobile {
  width: 153px;
}

.tag-img,
.tag-img-mobile {
  position: absolute;
  top: -16px;
  left: -11px;
}

.items-background {
  position: absolute;
  width: 1060px;
  height: 100%;
  overflow: visible;
  background: hsla(0, 0%, 100%, 0.1);
  z-index: -1;
  top: 34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.items-header {
  position: relative;
  height: 30px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #bebcc2;
  opacity: 1;
  width: 1024px;
  margin: 0 auto;
}

.items-header-spacer {
  position: relative;
  width: 230px;
  display: inline-block;
}

#bonus-col-text,
#bonus-score-text {
  width: 255px;
  text-align: center;
}

.items-header-title {
  display: inline-block;
}

#bonus-col-text,
#bonus-score-text {
  width: 245px;
  text-align: center;
}

#bonus-last-updated-text {
  width: 225px;
  text-align: right;
}

@media (max-width: 1060px) {
  .md-hidden {
    display: none !important;
  }

  .flag.mobile {
    top: -3px;
    width: 135px;
    font-size: 10px !important;
  }

  #nav-content-mobile {
    width: 100%;
    text-align: center;
    position: relative;
    height: 40px;
  }

  .logo {
    width: 216px;
    margin: 20px auto;
  }

  .cta,
  .logo {
    position: relative;
  }

  .cta {
    top: unset !important;
  }

  .tag-img-mobile {
    width: 135px;
  }

  .editors-choice {
    background-size: 135px;
  }

  .trending-now {
    background-size: 135px;
  }

  .players-choice {
    background-size: 135px;
  }

  .tag-img,
  .tag-img-mobile {
    position: absolute;
    top: 0;
    left: -9px;
  }

  .items-header-title {
    width: 100% !important;
    text-align: center !important;
  }

  /* .site-text {
         font-size: 16px !important
     } */

  .site-title {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  #nav-content-mobile {
    width: 100%;
    text-align: right;
    position: relative;
    height: auto;
  }

  .logo {
    width: 216px;
    margin: auto;
  }

  .logo {
    position: relative;
  }

  #titles-container {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .items-header-title {
    width: 100% !important;
    text-align: center !important;
    padding-right: 5.25%;
  }

  .items-background,
  .items-header {
    width: 100% !important;
  }

  .items-header {
    font-size: 12px !important;
  }

  .item-offer {
    position: relative;
    height: 217px !important;
    width: 94% !important;
    justify-content: space-between !important;
    padding-top: 10px !important;
  }

  .item-offer-bonus-text-mobile {
    text-align: center !important;
    width: 100%;
  }

  .logo-container {
    width: 50% !important;
    align-content: flex-start !important;
  }

  .logo-operator {
    width: 135px !important;
    height: auto !important;
  }

  /* .item-offer-bonus-container {
    padding-inline: 16px;
    width: 50% !important;
    height: 65% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: space-around !important;
    justify-content: center !important;
  } */

  .item-offer-bonus-container .desktop-links {
    width: 100%;
    margin-top: 15px;
  }

  .item-offer-bonus {
    max-width: 100%;
    position: relative !important;
    font-size: 18px !important;
    width: 168px !important;
    height: 47px !important;
    padding: 12px 0 !important;
  }

  .item-offer-bonus-text-mobile {
    position: relative;
    color: #434343;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-align: center;
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: normal;
    font-family: Gotham, sans-serif;
  }

  .item-offer-score-mobile {
    display: flex;
    font-size: 17px;
    margin-left: 10px;
  }

  .item-offer-description-mobile {
    position: relative;
    height: 87px;
  }

  .stars-mobile,
  .stars.mobile {
    width: 65% !important;
    position: relative;
    height: auto !important;
    justify-content: space-evenly !important;
    align-items: flex-start !important;
  }

  .stars-mobile .star-empty,
  .stars-mobile .star-full,
  .stars-mobile .star-half {
    position: relative !important;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .item-offer-bonus-text {
    width: 100% !important;
    text-align: center;
    line-height: 1;
  }

  .item-offer-bonus-line.line-1.mobile {
    font-size: 20px;
  }

  .item-offer-bonus-line.line-2.mobile {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .footer-content,
  footer .container {
    width: 100% !important;
    padding: 10px 20px !important;
  }
}

@media (min-width: 1061px) {
  .lg-hidden {
    display: none !important;
  }
}

#header {
  position: relative;
  margin: 0 auto;
}

#header,
.logo {
  position: relative;
}

.items-header {
  position: relative;
  height: 30px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #bebcc2;
  opacity: 1;
  width: 1024px;
  margin: 0 auto;
}

.items-header-title {
  display: inline-block;
}

.items-container {
  position: relative;
  clear: both;
}

.site-title {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
}

.site-text {
  letter-spacing: 0;
  color: #fff;
}

.site-text {
  font: normal normal 300 18px/25px "Open Sans";
  font-weight: 600;
}

.site-text,
.site-title {
  letter-spacing: 0;
  color: #fff;
}

.item-offer {
  background: #fff;
  width: 100%;
  height: 152px;
  margin: 0 auto 28px;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 10px;
  justify-content: space-around;
  /* min-height: 238px; */
}

.item-offer,
.item-offer-score {
  position: relative;
  display: flex;
  align-items: center;
  height: auto !important;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 20px;
}

.item-offer-score {
  color: #434343;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  line-height: 1.1;
  line-height: 24px;
  font-family: "Ginto", Arial, sans-serif;
  line-height: 24px;
  color: #2f2f2f;
  /* width: 192px; */
  height: 128px;
  vertical-align: super;
  /* padding-top: 22px; */
  line-height: 1.1;
}

.star--div {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.item-offer-bonus-container {
  /* margin: 0 auto */
}

.item-offer-bonus-container {
  position: relative;
  height: 90%;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

.item-offer-bonus-text {
  position: relative;
  width: 260px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  font-family: "Ginto", Arial, sans-serif;
}

.item-offer-bonus-line {
  color: #434343;
  position: relative;
  width: 100%;
  text-align: center;
}

.item-offer-bonus-line.line-1 {
  padding-top: 0px;
  font-size: 30px;
  font-weight: 800 !important;
  letter-spacing: -0.6px;
  line-height: 1.2;
}

.item-offer-bonus-line.line-2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 10px;
  line-height: 1;
}

.item-offer-bonus-line.line-3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
  text-transform: none;
  font-style: normal;
  letter-spacing: -0.75px;
  line-height: 26px;
}

.item-offer-bonus {
  background: #25c30a 0 0 no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  width: 245px;
  height: auto;
  font-size: 29px;
  letter-spacing: -0.58px;
  color: #fff;
  padding: 12px 40px;
  font-weight: 800;
  font-family: "Ginto", sans-serif;
}

.decoration-none {
  text-decoration: none;
}

.item-offer-bonus {
  background: #8358ff 0 0 no-repeat padding-box;
  border-radius: 42px;
  opacity: 1;
  width: 253px;
  height: 59px;
  display: flex;
  font-size: 20px !important;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 800;
  font-family: "Ginto", sans-serif;
}

.item-offer-bonus:hover {
  background: #5639ab;
}

.logo-container {
  position: relative;
  width: 190px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: auto !important;
  margin: 24px 0;
}

.logo-operator {
  width: 175px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  margin: auto;
}

.star-full {
  background: url(assets/images/crown.svg) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.star-full,
.star-half {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
}

.star-half {
  background-size: contain;
  background-repeat: no-repeat;
}

.star-empty {
  background: url(assets/images/crown-empty.svg) no-repeat;

  display: inline-block;
  position: relative;
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.footer-content-container {
  position: relative;
  width: 100%;
  padding: 0px 0;
  background: #fff;
}

.footer-content {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding-bottom: 50px;
}

.bonus {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    91.46% 91.46% at 91.46% 12.44%,
    #2e1377 0,
    #3b2ee7 49.17%,
    #6e8ff5 100%
  );
  z-index: 1000;
  display: table;
}

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

.item-offer-bonus-text-mobile {
  position: relative;
  color: #434343;
  font-size: 20px;
  font-weight: 800;
  vertical-align: text-bottom;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: stretch;
  align-content: center;
  width: 95%;
  margin-top: 5px;
  /* border-radius: 25px;
border: 1px solid #D6D7DB;

background: #FFF;
padding: 5px 10px; */
}

.stars-mobile {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 5px;
  align-self: center;
  background: #ffffff;
  /* border: 1px solid #D6D7DB;
     border-radius: 25px;
     padding: 3px; */
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  to {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  to {
    transform: translate3d(85px, 0, 0);
  }
}

footer {
  background-color: #2f147a;
  color: #fff;
  font-family: Arial, sans-serif;
}

footer a {
  text-decoration: none;
}

footer .container {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 47px 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #ffffff;
  word-wrap: break-word;
}

@media screen and (max-width: 1060px) {
  footer {
    font-size: 14px !important;
  }
}

.item {
  flex-basis: 100px;
  height: 44px;
  margin: 5px;
}

.item-offer-score.description {
  padding: 5px !important;
  margin-right: 15px;
}

.item-offer-score-mobile.md-hidden {
  font-family: "Ginto", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

.item-offer-separator {
  background-color: #e8e8e8;
  width: 1px;
  height: 83px;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.item-offer-separator-container {
  position: relative;
  width: 1px;
  height: 128px;
  margin-left: 15px;
  margin-right: 15px;
}

.inline-block {
  display: inline-block;
}

.mobile-header-container {
  display: none;
}

@media (max-width: 768px) {
  .item-offer-score {
    font-size: 12px;
  }

  div#logoMobile {
    padding: 1px;
  }

  h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }

  .relative.text-center.md\:pl-8 {
    margin-top: -25px;
  }

  div#toplist {
    /* margin-top: -100px;  */
  }

  svg.mt-8.inline-block.w-72.rotate-\[8deg\].sm\:w-full.lg\:w-\[24rem\].xl\:w-\[24rem\] {
    margin-top: -50px;
  }

  body {
    background-repeat: no-repeat !important;
    height: 100%;
  }

  .item-offer,
  .item-offer-score {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
    border-radius: 22px;
  }

  .items-container {
    background: transparent;
  }

  .logo-container {
    width: 41% !important;
    margin-left: 0 !important;
  }

  .item-offer {
    width: 100% !important;
    padding: 10px;
    min-height: unset;
    align-items: center;
  }

  .item-offer-separator-container.mobile {
    position: relative;
    width: 5px !important;
    margin: 0;
    left: 0;
  }

  .item-offer-separator.mobile {
    /* width: 1px; */
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .description {
    text-align: left;
    line-height: 15px;
    font-family: "Ginto", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    margin-top: inherit;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 77px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .item-offer-score-mobile {
    display: flex;
    margin-left: 10px;
    font-family: "Ginto", Arial, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 16px;
    font-weight: 800;
  }

  .star-empty,
  .star-full,
  .star-half {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }

  .item {
    flex-basis: 100px;
    height: 0;
    margin: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1060px) {
  body {
    background-size: cover;
  }
}

span.tag-text-color {
  text-transform: uppercase;
}

.banner-div {
  margin-bottom: 0px;
}

.main--div {
  padding-top: 60px;
}

.clearfix {
  padding-left: 0;
}

.toplist-title {
  color: #fde65c;
  font-size: min(max(35px, 2.6vw), 50px);
  font-weight: 700;
  font-family: "Ginto", Arial, sans-serif;
  margin-bottom: 30px;
}

.z-10 {
  z-index: 10;
}

.item-float {
  position: absolute;
  animation: animName 2s linear infinite;
}

.floating-ball {
  top: 160px;
  left: 3%;
  width: min(max(135px, 13.02vw), 160px);
}

.floating-roulette {
  top: 120px;
  right: 3%;
  width: min(max(135px, 13.02vw), 500px);
}

.floating-casino-roulette-mobile {
  display: none;
}

.floating-sports-football {
  bottom: 160px;
  left: -10%;
  width: min(max(135px, 13.02vw), 80px);
}

.floating-sports-basketball {
  top: 160px;
  right: -10%;
  width: min(max(135px, 13.02vw), 80px);
}

.floating-casino-chip {
  top: -120px;
  right: -10%;
  width: min(max(135px, 13.02vw), 150px);
}

.floating-casino-chip-2 {
  bottom: -80px;
  left: -10%;
  width: min(max(135px, 13.02vw), 100px);
}

.floating-casino-dice {
  top: -80px;
  left: -10%;
  width: min(max(135px, 13.02vw), 100px);
}

.floating-casino-dice-2 {
  bottom: -100px;
  right: -8%;
  width: min(max(135px, 13.02vw), 100px);
}

/* Overwrite for sports only */

.sports .floating-ball {
  left: unset;
  right: 10%;
  width: min(max(135px, 13.02vw), 160px);
}

.sports .floating-sports-football {
  bottom: 0px;
  left: unset;
  right: -10%;
  width: min(max(135px, 13.02vw), 80px);
}

.sports .floating-sports-basketball {
  top: 2%;
  right: unset;
  left: -10%;
  width: min(max(135px, 13.02vw), 80px);
}

.toplistv2 {
  margin-bottom: 150px;
}

.terms {
  color: #fde65c;
  font-family: "Ginto";
  /* font-size: 26px; */
  letter-spacing: 0.2px;
  position: absolute;
  bottom: -5%;
  font-size: min(max(12px, 1.35vw), 20px);
  left: 0;
  padding: 0 10px;
  z-index: 9;
  margin-bottom: 5px;
}

.terms.term-2 {
  bottom: -3%;
}

.header--text-wrap {
  margin-bottom: min(max(70px, 4.47vw), 22px);
}

@keyframes animName {
  0% {
    transform: rotate(0deg) scale(1);
  }

  25% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(0deg) scale(1.01);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

@media (max-width: 991px) {
  main {
    width: 100% !important;
  }

  .main--div {
    padding-top: 20px;
  }

  .clearfix {
    padding-left: 0;
  }

  .toplist-title {
    color: #fde65c;
    font-size: min(max(35px, 2.6vw), 50px);
    font-weight: 700;
    font-family: "Ginto", Arial, sans-serif;
    margin-bottom: 30px;
  }

  .z-10 {
    z-index: 10;
  }

  .toplistv2 {
    margin-bottom: 150px;
  }

  .terms {
    color: #fde65c;
  }

  .item-offer-bonus-text-mobile {
    border-radius: 25px;
    background: #fff;
    padding: 5px 10px;
    flex-wrap: nowrap !important;
  }

  .toplist {
    margin-top: 20px;
  }

  .floating-roulette,
  .floating-sports-football,
  .floating-casino-dice,
  .floating-casino-chip,
  .floating-casino-chip-2 {
    display: none;
  }

  .floating-sports-basketball {
    top: -100px;
    left: 0;
    width: min(max(135px, 13.02vw), 60x);
  }

  .floating-ball {
    left: unset;
    top: 235px;
    right: 2%;
    width: min(max(135px, 13.02vw), 100px);
  }

  .floating-casino-dice-2 {
    top: -120px;
    left: 2%;
    width: min(max(135px, 13.02vw), 100px);
  }

  .floating-casino-roulette-mobile {
    display: block;
    top: -120px;
    right: 2%;
    width: min(max(135px, 13.02vw), 100px);
  }

  .casino .toplist {
    margin-top: 40px;
  }

  .casino .floating-casino-dice-2 {
    top: -80px;
    left: 25%;
    width: min(max(135px, 13.02vw), 50px);
  }

  .casino .floating-casino-roulette-mobile {
    top: -100px;
    right: 25%;
    width: min(max(135px, 13.02vw), 90px);
  }

  .sports .toplist {
    margin-top: 40px;
  }

  .sports .floating-ball {
    top: 190px;
  }

  .sports .floating-sports-basketball {
    top: -95px;
    left: 15%;
    width: min(max(135px, 13.02vw), 60x);
  }

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

  .container {
    padding-inline: 0px;
  }

  .tag-img,
  .tag-img-mobile {
    display: none;
  }

  .flag.mobile {
    padding: 6px 25px !important;
    border-radius: 10px;
    background: #065ae5;
    width: unset;
    height: unset;
    left: 0;
    top: -14px;
  }

  .flag.mobile span.tag-text-color {
    top: unset;
    left: unset;
    font-family: "Ginto";
  }

  #offer-1 .flag.mobile {
    background: #f00;
  }

  #offer-2 .flag.mobile {
    background: #000;
  }

  .terms {
    bottom: -10%;
  }

  .terms.term-2 {
    bottom: -11%;
  }
}

.new-player-badge_mobile,
.new-player-badge {
  padding: 7px 14px;
  background-color: #ffa600;
  color: #fff;
  display: none;
  border-radius: 50px;
  font-size: 14px;
  max-width: max-content;
  margin: 0 auto 4px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans";
}

.new-player-badge_mobile {
  visibility: hidden;
}

@media (max-width: 1060px) {
  .new-player-badge_mobile {
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .desktop-header-container {
    display: none;
  }

  .mobile-header-container {
    display: flex;
  }
}

@media (max-width: 498px) {
  .item-offer-bonus-container {
    width: 50%;
  }
}

/* Hide .hide-custome when screen is ≤1060px OR ≥1201px */
@media (max-width: 1060px), (min-width: 1201px) {
  .hide-custome {
    display: none !important;
  }
}

/* Hide .show_custom between 1061px and 1200px (inclusive) */
@media (min-width: 1061px) and (max-width: 1200px) {
  .show_custom {
    display: none !important;
  }
  .item-offer-score.description {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: space-between;
  }
  .item-offer-score.description .item-offer-score {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .item-offer-score.description .item-offer-score .star--div {
    margin-top: 0;
  }
}
