@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')
}

div#titles-container ul {
	margin-top: 10px;
	line-height: 10px;
}

ul li.item:before {
	content: '\2714\0020';
	color: #2fc936;
}

li.item {
	height: auto !important
}

ul li.item {
	list-style-position: outside;
	text-indent: -1em;
	padding-left: 1em
}

.item-offer-separator-container.inline-block.md-hidden {
	margin-left: 10px
}

*,
::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
}

[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))
}

.container {
	width: 100%
}

@media (min-width:640px) {
	.container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px
	}
}

.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: .5rem
}

.mr-3 {
	margin-right: .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: .5
	}
}

@keyframes pulse {
	50% {
		opacity: .5
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}

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

@keyframes bounce {

	0%,
	100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
		animation-timing-function: cubic-bezier(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: .5rem;
	padding-right: .5rem
}

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

.py-2 {
	padding-top: .5rem;
	padding-bottom: .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:1024px) {
	.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: #323232;
	color: #bfbfbf;
	font-family: "Open Sans", Arial, sans-serif;
	background-attachment: fixed !important;
	background-size: cover;
	background-position-x: center !important;
	background-position-y: top !important;
	background-repeat: no-repeat !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover
}



.cta-casino,
.cta-sports {
	display: none
}

.item-offer-bonus-line.line-3 {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -.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:1024px) {
	.md-hidden {
		display: none !important
	}

	.terms .container {
		width: 100%
	}

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

	.site-text {
		font-size: 16px !important;
		display: none
	}

	.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: #f7f7f7
	}

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

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

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

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

#header {
	position: relative;
	width: 1024px;
	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: 30px 40px 10px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: -.32px;
	color: #fff;
	font-weight: 900;
	position: relative;
	top: -70px;
	transition: top .1275s ease 0s
}

.cta:hover {
	top: -65px
}

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

.items-header {
	position: relative;
	height: 30px;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: -.3px;
	color: #bebcc2;
	text-transform: uppercase;
	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%, .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;
	text-transform: uppercase
}

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

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

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: -.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))
}

.container {
	width: 100%
}

@media (min-width:640px) {
	.container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px
	}
}

.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: .5
	}
}

@keyframes pulse {
	50% {
		opacity: .5
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}

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

@keyframes bounce {

	0%,
	100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(.8, 0, 1, 1)
	}

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

.py-1 {
	padding-top: .25rem;
	padding-bottom: .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)
}



@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;
	width: 1024px;
	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: 30px 40px 10px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: -.32px;
	color: #fff;
	font-weight: 900;
	position: relative;
	top: -60px;
	transition: top .1275s ease 0s
}

.cta:hover {
	top: -50px
}

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



.bonus,
body {
	color: #bfbfbf;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	font-family: "Open Sans", Arial, sans-serif;
	background-attachment: fixed !important;
	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
}

.logo-div {
	justify-content: flex-start !important
}

.flag {
	position: absolute;
	width: 155px;
	height: 47px;
	/* padding-left: 11px; */
	padding-top: 11px;
	text-align: left;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 2;
	top: -14%;
	left: -10px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-weight: 800
}

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

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

.flag.md-hidden.trending-now .tag-text-color {
	top: 9px;
}

.editors-choice .tag-text-color,
.players-choice .tag-text-color {
	top: 8px;
}

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

.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%, .1);
	z-index: -1;
	top: 34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.items-header {
	position: relative;
	height: 30px;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: -.3px;
	color: #bebcc2;
	text-transform: uppercase;
	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: 400px;
	/* text-align: center; */
	font-size: 22px;
	position: absolute;
}

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

	.flag.mobile {
		top: -7px;
		left: -25px;
		padding-top: 10px !important;
		padding-left: 25px !important;
		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: 0 !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: -5px;
		left: -9px;
	}

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

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

	.site-title {
		font-size: 16px !important;
		line-height: 1.2 !important
	}

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

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

	.logo {
		position: relative
	}

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

	.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;
		width: 94% !important;
		align-content: flex-start !important;
		justify-content: space-between !important;
		padding-top: 10px !important
	}

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

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

	span.description {
		width: 100%;
	}

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

	#toplist ul ul.read-more-ul {
		margin: 0 !important;
	}

	.item-offer-bonus-container {
		width: 55% !important;
		height: 100% !important;
		display: flex !important;
		flex-wrap: wrap !important;
		align-content: space-around !important;
		justify-content: center !important
	}

	.item-offer-bonus {
		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: 40% !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: 28px
	}

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

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

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

#header {
	position: relative;
	width: 1024px;
	margin: 0 auto
}

#header,
.logo {
	position: relative
}

.items-header {
	position: relative;
	height: 30px;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: -.3px;
	color: #bebcc2;
	text-transform: uppercase;
	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;
	text-transform: uppercase
}

.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;
	text-transform: uppercase;
	text-shadow: 4px 2px 4px #000
}

#toplist ul {
	margin-left: 5px !important;
	margin-right: 5px !important;
	padding-top: 10px;
	padding-bottom: 10px;

}

.item-offer {
	background: #fff;
	width: 1200px;
	height: auto;
	margin: 0 auto 28px;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap !important;
	padding: 15px 10px 8px;
	box-shadow: 0 4px 25px rgb(0 0 0 / 25%);
	border-radius: 9px;
}

.item-offer,
.item-offer-score {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: nowrap
}

.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: "Open Sans", Arial, sans-serif;
	line-height: 24px;
	color: #2f2f2f;
	width: 192px;
	height: 128px;
	vertical-align: super;
	padding-top: 0;
	line-height: 1.1
}

.item-offer-bonus-container {
	margin: 0 auto;
	padding-right: 10px
}

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

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

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

.item-offer-bonus-line.line-1 {
	font-size: 27px;
	font-weight: 800 !important;
	letter-spacing: -.6px;
	line-height: 1
}

.d-none {
	display: none;
}

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

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

.item-offer-bonus {
	background: #35BA00;
	border-radius: 8px;
	opacity: 1;
	width: 245px;
	height: auto;
	font-size: 29px;
	letter-spacing: -.58px;
	color: #fff;
	padding: 12px 40px;
	font-weight: 800;
	font-family: "Open Sans", sans-serif;
	transition: background-color 1s
}

.item-offer-bonus {
	border-radius: 12px;
	/* background: var(--green-button, linear-gradient(123deg, #5CF614 4.8%, #1FB941 77.63%)); */
	opacity: 1;
	width: 236px;
	height: 70px;
	display: flex;
	font-size: 22px;
	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;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Open Sans", sans-serif;
	z-index: 99;
	cursor: pointer;
}

.logo-container {
	position: relative;
	width: 175px;
	min-width: 150px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	height: auto !important;
	margin-left: 0;
	margin-right: 0
}

.logo-operator {
	width: 150px;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: relative;
	margin: auto;
	object-fit: initial;
	object-fit: cover;
	object-position: 50% 50%
}

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

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

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

.star-empty {
	display: inline-block;
	position: relative;
	background-size: contain;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat
}

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

.footer-content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	color: #000;
	letter-spacing: -.36px
}

.gradient-border {
	--borderWidth: 6px;
	position: relative;
	border-radius: var(--borderWidth);

}

.gradient-border:nth-child(-n+2) {
	margin-bottom: 30px;
}

.gradient-border:after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
	border-radius: calc(2 * var(--borderWidth));
	z-index: -1;
	animation: animatedgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

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

.desktop-links {
	position: relative !important;
	left: 0;
	top: unset !important;
	width: 100%;
	z-index: 101;
	transition: .4s ease-out;
	transition-delay: 2s;
	transform: none !important;
}

.desktop-links:hover {
	transition: .4s ease-out
}

.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: inherit;
	align-content: center;
	margin-top: 5px
}

.stars-mobile {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 5px;
	align-self: center
}

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

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

.item-offer-bonus:hover {
	background-color: #FFC803;
	transition: background-color 0.5s
}

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

.item-offer-score.description {
	padding: 5px !important;
	display: flex;
	align-items: center;
}

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

.item-offer-separator {
	background-color: #E2E2E2;
	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: 2px;
	margin-right: 2px
}

.inline-block {
	display: inline-block
}

.item-offer-bonus-text-mobile {
	margin-top: 0
}

@media (max-width:1025px) {

	.tag-text-color,
	.editors-choice .tag-text-color {
		top: 5px;
		left: -5px;
	}
}

@media (max-width:768px) {
	span.description.show-read-more.lg-hidden {
		margin-left: 5px
	}

	.tag-text-color,
	.players-choice .tag-text-color {
		top: -3px;
		left: -5px;
	}

	.editors-choice .tag-text-color {
		/* top: 8px; */
		top: -3px;

	}


	.gradient-border {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
		--borderWidth: 5px;
		position: relative;
		border-radius: var(--borderWidth);
	}

	.item-offer {
		margin: 0 auto 8px
	}

	.item-offer,
	.item-offer-score {
		position: relative;
		display: flex;
		align-items: center;
		height: auto;
		flex-wrap: nowrap
	}

	.stars-mobile {
		align-self: auto
	}

	.item-offer-bonus-text-mobile {
		margin-top: 5px
	}

	.item-offer-score {
		font-size: 12px
	}

	body {
		background-size: cover;
		background-position: left !important;
		background-repeat: no-repeat;
	}

	.items-container {
		background: transparent
	}

	.logo-container {
		width: 45% !important
	}

	.item-offer {
		width: 100% !important;
		padding: 10px 0;
		margin-bottom: 15px;
		align-items: unset;
	}

	.item-offer-bonus-container {
		height: unset !important;
		padding: 10px;
	}

	.item-offer-bonus-text {
		height: auto;
	}

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

	.item-offer-separator.mobile {
		background-color: #707070;
		width: 5px;
		height: 100%;
		max-height: 100%;
		max-width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: .06
	}

	.description {
		text-align: left;
		line-height: 15px;
		font-family: "Open Sans", Arial, sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		line-height: 100%;
		margin-top: inherit;
		white-space: break-spaces;
		display: -webkit-box;
		/* min-height: 78px; */
		letter-spacing: 0;
		display: -webkit-box
	}

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

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

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

	#content {
		min-height: 1000px
	}
}

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

	.item-offer {
		height: auto
	}
}

div#titles-container li {
	display: inline-block
}



div#titles-container ul li.item:before {
	content: '\2714\0020';
	color: #008000 !important
}










@media (max-width:768px) {
	div#titles-container ul {
		margin-top: 0px;
		line-height: 10px;
	}
}

/* Popup */

.popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 0px;
	line-height: 25px;
	text-align: center;
	word-break: break-word;
	white-space: nowrap;
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(0, 0, 0, 0.50);
	overflow: hidden;
	-webkit-animation: popup-bg-birth 0.75s ease-in-out;
	-moz-animation: popup-bg-birth 0.75s ease-in-out;
	-o-animation: popup-bg-birth 0.75s ease-in-out;
	animation: popup-bg-birth 0.75s ease-in-out;
	z-index: 999;
}

.popup.active {
	display: block;
}

input#fname {
	font-family: 'Karla';
}

.popup-aligner {
	display: inline-block;
	position: relative;
	width: 0%;
	height: 100%;
	vertical-align: middle;
}

.popup__content {
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 700px;
	height: auto;
	vertical-align: middle;
	background: url('../images/popup-bg.jpg') no-repeat center center /cover;
	overflow: visible;
	text-align: center;
	white-space: normal;
	color: #121212;
	-webkit-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.50);
	-webkit-animation: popup-birth 0.5s ease-in-out;
	-moz-animation: popup-birth 0.5s ease-in-out;
	-o-animation: popup-birth 0.5s ease-in-out;
	animation: popup-birth 0.5s ease-in-out;
	padding: 100px 75px 75px 75px;
	margin: auto;
	z-index: 1;
	border-radius: 63px;
	font-family: 'Open Sans';
}

h2.popup__title {
	color: #1493FF !important;
}

.popup__content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url('../images/popup-bg.jpg') no-repeat center center /cover;
	border-radius: 63px;
}

.popup__image-bg {
	display: block;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	width: auto;
	max-width: none;
	height: 200%;
	max-height: 724px;
	-webkit-animation: popup-sparks-birth 1s ease-in-out;
	-moz-animation: popup-sparks-birth 1s ease-in-out;
	-o-animation: popup-sparks-birth 1s ease-in-out;
	animation: popup-sparks-birth 1s ease-in-out;
	margin: auto;
	z-index: -1;
}

.popup__image {
	display: block;
	position: absolute;
	top: -15%;
	left: -10%;
	right: -10%;
	width: 120%;
	max-width: none;
	height: auto;
	max-height: none;
	margin: auto;
}

.popup__image-big {
	display: block;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -20%;
	right: -20%;
	width: 140%;
	max-width: none;
	height: auto;
	max-height: none;
	margin: auto;
}

.popup__title {
	display: block;
	position: relative;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
}

.popup__text {
	display: block;
	position: relative;
	font-size: 27px;
	line-height: 35px;
	padding: 15px 0px;
}



.popup__button {
	display: inline-block;
	position: relative;
	width: auto;
	height: 100%;
	/* background: #ffaf08 url(../images/button-bg.jpg) no-repeat center center /cover;
  border-radius: 14px; */
	background: linear-gradient(223.82deg, #B6A773 30.17%, #B6A773 75.51%);
	border-radius: 6px;
	font-size: 35px;
	font-weight: 700;
	line-height: 75px;
	text-transform: uppercase;
	color: #000000;
	padding: 0px 40px;
	margin: 10px auto 0px auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

	/* border-radius: 45px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.popup__button::before {
	content: "";
	background-image: url(../images/gift.png);
}

.other_link {
	color: #000000;
	font-size: 12px;
	margin-top: 12px;
	text-decoration: none;
	line-height: 12px;
}

.popup__button:hover {
	opacity: 0.65;
	cursor: pointer;
}

.pop-heading {
	color: #000;
	font-size: 24px;
	margin-top: 16px;
	text-align: center;
}

.popup__text.big-bonus-text {
	font-size: 40px;
	line-height: 50px;
	color: #ffe400;
	padding: 0px;
}

.popup__content {
	padding: 60px 30px 30px;
	max-width: 375px;
	border-radius: 0;
	z-index: 9999;
	position: relative;
	background-color: #fff;
	border-radius: 12px;
}

.popup__content::before {
	content: none;
}

.pop-top-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -5%;
}

.popup__text {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-bottom: 1.2rem;
	line-height: 19px;
}

.pop-btn {
	background: linear-gradient(223.82deg, #415BF0 30.17%, #01B6FF 75.51%);
	font-size: 35px;
	padding: 15px 30px;
	width: 100%;
	border-radius: 14px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	/* z-index: 22; */
}

.close-modal {
	position: absolute;
	top: 2%;
	right: 4%;
}

label {
	font-size: 10px;
	color: #D9D9D9;
	font-weight: 400;
	margin-bottom: 0px;
	text-align: left;
}

.registration-item,
.registration-item:focus-visible {

	width: 100%;
	background: #D9D9D9;
	padding: 20px;
	border: 0;
	outline: none !important;

}

.registration-item {
	position: relative;
	width: 420px;
	height: 43px;
	border: none;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 700;
	font-family: Karla;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	padding-left: 10px;
}

.registration-item {
	width: 100%;
	height: 50px;
}

@media(max-width:576px) {
	.popup {
		padding: 2rem;
		overflow-y: scroll;
	}

	.registration-item {
		width: 100%;
		height: unset;
		padding: 10px;
		margin-bottom: 10px;
	}

	.popup__content {
		padding: 60px 30px 20px;
	}

	.popup__button {
		font-size: 28px;
		padding: 0 20px;

	}

	.sc__wrapper {
		display: block;
		width: 100%;
		height: 230px;
		max-width: 336px;
		margin: 0 auto;
		/* border: 5px solid white; */
	}

	.sc__container {
		height: 230px;
		max-width: 336px;
	}

	.sc__canvas {
		height: 240px !important;
	}

	.item-offer-bonus-line.line-2.mobile {
		font-size: 17px;
	}

	.item-offer-bonus-line.line-3 {
		font-size: 13px;
		line-height: 1.1;
	}

	.site-title {
		font-size: 14px !important;
	}

	span.site-intro {
		font-size: 13px;
		margin-top: 8px;
	}
}

.score-new {
	text-align: center;
	padding: 0px 15px;
}

.score-new p {
	color: #BFBFBF;
	font-family: Arial;
	font-size: 11px;
}

.score-new .item-offer-score-mobile.md-hidden {
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	background: var(--green-button, linear-gradient(123deg, #5CF614 4.8%, #1FB941 77.63%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.score-new .stars-mobile {
	margin-left: 0;
}

.score-new .star-full,
.star-half,
.star-empty {
	width: 15px;
	height: 15px;
}

.terms--text {
	color: #454545;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	margin-top: 20px;
}

@media only percy {
	.hide-in-percy {
		visibility: hidden;
	}
}

.item-offer-score {
	color: #2f2f2f;
	font-weight: 300;
	width: 370px;
	line-height: 1.1;
	font-weight: 500;
	line-height: 24px;
	font-family: "Open Sans", Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #2f2f2f;
}

.item-offer-score {

	text-align: left;
}

.complete {
	display: none;
}

.more {
	background: lightblue;
	color: navy;
	font-size: 13px;
	padding: 3px;
	cursor: pointer;
}

.show-read-more .more-text {
	display: none;
	z-index: 10000;
}

.desktop-links {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 100%; */
	z-index: 101;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.read-more {
	padding: 5;
	color: grey;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 11px;
	cursor: pointer;
}

.toplistTerms {
	padding: 6px 8px 0;
	color: #787878;
	line-height: 1.2;
	text-align: left;
	width: 100%;
	font-weight: 500;
	font-size: 9px;
	/* border-top: 0.2px solid #787878;*/
}

@media(max-width:768px) {

	.tag-img,
	.tag-img-mobile {
		top: -15px;
		left: -1%;
	}

	.flag.mobile {
		top: 0px;
		left: -15px;
		padding-top: 1px !important;
		padding-left: 3px !important;
	}

	.logo-container {
		padding: 10px 0;
	}

	.toplistTerms {
		padding: 6px 5px 0;
		font-size: 12px;
		text-align: center;
	}

	#toplist ul ul.read-more-ul {
		padding-bottom: 0;
	}
}

.mx-0 {
	margin-inline: 0 !important;
}

a.cta--full-offer {
	position: absolute !important;
	width: 100%;
	height: 100%;
	inset: 0 !important;
	z-index: 99;
}

.position-relative {
	position: relative;
}

.coin {
	position: absolute;
	z-index: -1;
	animation-name: floating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes floating {
	from {
		transform: translate(0, 0px);
	}

	55% {
		transform: translate(0, 10px);
	}

	to {
		transform: translate(0, -0px);
	}
}

img.coin.coin-1.img-fluid {
	top: -2%;
	right: 15%;
}

img.coin.coin-2.img-fluid {
	top: -2%;
	left: 15%;
}

img.coin.coin-3.img-fluid {
	top: 4%;
	left: 7%;
}

img.coin.coin-4.img-fluid {
	top: 4%;
	right: 7%;
}

@media(max-width:1500px) {
	img.coin.coin-1.img-fluid {
		top: -2%;
		right: 10%;
	}

	img.coin.coin-2.img-fluid {
		top: -2%;
		left: 10%;
	}

	img.coin.coin-3.img-fluid {
		top: 4%;
		left: 15%;
	}

	img.coin.coin-4.img-fluid {
		top: 4%;
		right: 15%;
	}
}

@media(max-width:1200px) {
	img.coin.coin-1.img-fluid {
		top: -2%;
		right: 5%;
	}

	img.coin.coin-2.img-fluid {
		top: -2%;
		left: 5%;
	}

	img.coin.coin-3.img-fluid {
		top: 4%;
		left: 12%;
	}

	img.coin.coin-4.img-fluid {
		top: 4%;
		right: 12%;
	}
}

.coin-5,
.coin-6 {
	display: none;
}

.coin-container {
	display: none;
}

@media(max-width:768px) {
	.coin {
		display: none;
	}

	.coin-5,
	.coin-6 {
		display: block;
	}

	.coin-5 {
		width: 35px;
		top: -80px;
		right: 30px;
	}

	.coin-6 {
		width: 30px;
		top: -60px;
		left: 30px;
	}
}

/* tab slider css */
.game-slider-container {

	padding: 20px;
	-webkit-backdrop-filter: blur(8px);
	/* Safari 9+ */
	backdrop-filter: blur(8px);
	/* Chrome and Opera */
	/* box-shadow: 0px 10px 15px 10px rgb(0 0 0 / 15%); */
	background-color: rgb(228 228 228 / 35%);
	margin-bottom: 15px;
}

.slider-tab-wrapper {
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}

.tab-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-bottom: 20px;
	gap: 16px 50px;
	flex-wrap: wrap;
	width: calc(80% + 30px);
}

.slider-tab {
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #544E7F;
	background-color: #B1C6D6;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.slider-tab.active {
	background-color: #75CFFC;
	color: #1B1737;
}

.game-slider {
	display: flex;
	gap: 40px;
	align-items: center;
	/* flex-wrap: wrap-reverse; */
}

.game-slide-text {
	width: 80%;
	font-size: 14px;
	color: #FFFFFF;
}

.game-slide-text p {
	max-width: 700px;
}

.tab-content-wrapper {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	/* 100% * number of tabs */
}

.tab-content {
	min-width: 100%;
	flex-shrink: 0;
	transition: transform 0.5s ease-in-out;
	opacity: 0;
	pointer-events: none;
	max-width: 1024px;
	display: flex;
}

.tab-content.active {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 768px) {
	.tab-content {
		width: 100%;
	}

	.tab-nav {

		justify-content: center;

	}

	.game-slide-text {
		width: 100%;
	}

	.game-slider {
		align-items: center;
		gap: 1rem;
		justify-content: center;
		flex-wrap: wrap-reverse;
	}

	.tab-nav {
		width: 100%;
	}

	.slider-tab {
		padding: 5px 12px;
		font-size: 14px;
	}
}

footer .container {
	position: relative;
	width: 50%;
	margin: 0 auto;
	padding: 47px 0;
	text-align: center;
}

.disclaimer {
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	max-width: 691px;
}

.w-full {
	width: 100% !important;
}

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

.p-0 {
	padding: 0 !important;
}

@media (max-width: 768px) {
	.disclaimer {
		width: 100%;
	}
}
.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;
}