:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

.is-layout-flex > :is(*, div) {
	margin: 0;
}

.is-layout-grid > :is(*, div) {
	margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:root :where(.wp-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6;
}

.casino-slice {
	display: grid;
	gap: 0;
	margin-bottom: 20px;
}

/** Logo */

:root {
	--star-size: 20px;
	--star-color: #ccc;
	--star-background: #fef105;
}

/** Amp */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
	background: #0d0d0d;
	color: rgba(255, 255, 255, 0.7);
	overflow-x: hidden;
}

footer,
header,
main,
nav,
section {
	display: block;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 20px;
}

h1,
h2,
h3 {
	clear: both;
	color: #fff;
	margin: 0 0 15px;
	line-height: 1.3;
	font-weight: 700;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px;
	width: 100%;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

table td {
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

table tr:nth-child(odd) {
	background: rgba(255, 255, 255, 0.03);
}

@media screen and (max-width: 767px) {
	table {
		display: block;
		width: 100%;
		overflow-x: auto;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		margin: 20px 0;
		border-radius: 0 !important;
		-webkit-overflow-scrolling: touch;
	}

	table tbody {
		display: table;
		width: 100%;
	}
}

p {
	margin: 0 0 15px;
}

blockquote {
	margin: 0 0 15px;
	font-style: italic;
	font-size: 18px;
	padding-left: 15px;
	border-left: 4px solid #ff3a75;
	color: #fff;
}

html {
	box-sizing: border-box;
}

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

ul,
ol {
	margin: 0 0 15px 15px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

table {
	margin: 0 0 15px;
	width: 100%;
}

a {
	color: #cc9e00;
}

a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: 0;
}

#masthead {
	background: #262626;
	padding: 15px 0;
}

.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after,
.wrapper:before,
.wrapper:after {
	content: '';
	display: table;
	table-layout: fixed;
}

.site-header:after,
.site-footer:after,
.wrapper:before,
.wrapper:after {
	clear: both;
}

.wrapper {
	width: 100%;

	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 575px) {
	.wrapper {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.wrapper {
		max-width: 740px;
	}
}

@media (min-width: 992px) {
	.wrapper {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.wrapper {
		max-width: 1170px;
	}
}

@media (max-width: 767px) {
	.home .main-navigation {
		display: none;
	}
}

#colophon {
	background: #0d0d0d;
	text-align: center;
	padding: 10px 0 5px;
}

.site-info {
	padding: 15px 0;

	font-size: 13px;
}

.copyright {
	opacity: 0.7;
}

.site-info ul {
	list-style: none;
	margin: 0 0 10px;
}

.site-info ul li {
	display: inline-block;
	margin: 0 10px 5px;
}

.gutters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-3,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

.home h1,
.home h2 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #fff;
}

.home h3 {
	font-size: 20px;
}

.page-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home .page-section {
	padding-top: 20px;
}

@media (max-width: 991px) {
	#masthead {
		text-align: center;
	}
}

a.reg {
	background: #cc9e00;
	color: #fff;
	font-weight: 700;
	padding: 13px 30px;
	border-radius: 30px;
}

a.reg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.bonus_inner {
	background: #262626;
	margin: 0 0 15px;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.bonus_inner img {
	display: block;
	max-width: 150px;
}

.bonus_inner span {
	font-weight: 700;
	font-size: 18px;
	color: #ffc600;
}

.bon_pos {
	position: absolute;
	left: 0;
	top: 0;
	border: 30px solid transparent;
	border-left: 30px solid #3ab1f3;
	border-top: 30px solid #3ab1f3;
}

.bonus_inner .bon_pos:before {
	content: '1';
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	left: -25px;
	top: -25px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}

.bonus_inner {
	counter-increment: row;
}

.bonus_inner .bon_pos::before {
	content: counter(row);
}

.bonus_block:nth-child(1) {
	width: 20%;
	text-align: center;
}

.bonus_block:nth-child(2) {
	width: 20%;
}

.bonus_block:nth-child(3) {
	width: 43%;
}

.bonus_block:nth-child(4) {
	width: 17%;
	padding-right: 20px;
}

.site-logo b {
	color: #fff;
	font-size: 22px;
}

.site-logo b span {
	color: #ffc600;
}

.img-cov {
	max-width: 900px;
	width: 100%;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	.bonus_inner {
		text-align: center;
		display: block;
	}

	.bonus_inner img {
		max-width: 200px;
		margin: 0 auto;
	}

	.bonus_block:nth-child(1) {
		width: 100%;
		padding: 20px 0 15px;
	}

	.bonus_block:nth-child(2) {
		width: 100%;
	}

	.bonus_block:nth-child(3) {
		width: 100%;
		padding: 20px 0 30px;
	}

	.bonus_block:nth-child(4) {
		width: 100%;
		padding: 0 0 40px;
	}
}
