.Faq_root__c8ft9 {
	max-width: 800px;
	list-style-type: none;
	margin: 0;
}
.Faq_questionWrapper___jYZR {
	padding: 20px;
	transition: 1s;
	margin-bottom: 10px;
	box-shadow: 0px 8px 20px 0px #091c5314;
	background: #2f2f2f;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.Faq_question__3va_K {
	display: flex;
	justify-content: space-between;
}
.Faq_question__3va_K span {
	margin: 0 10px 0 0;
	font-weight: 700;
}
.Faq_question__3va_K svg {
	width: 1rem;
	height: 1.5rem;
	fill: #9ea6ae;
}
.Faq_question__3va_K svg.Faq_active__N7mkF {
	transform: rotate(180deg);
}
.Faq_questionWrapper___jYZR:hover {
	cursor: pointer;
}
.Faq_answer__9ZOYn {
	display: none;
	margin-top: 10px;
}
.Faq_answer__9ZOYn.Faq_active__N7mkF {
	display: block;
	animation: Faq_slidein__sUhBV 0.4s;
	animation-fill-mode: forwards;
}
@media (max-width: 510px) {
	.Faq_questionWrapper___jYZR {
		padding: 15px;
	}
}
@keyframes Faq_slidein__sUhBV {
	0% {
		opacity: 0.3;
		transform: translateY(-10%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.Banner_root__xf8jl {
	position: relative;
}
.Banner_root__xf8jl::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #002319b2;
	z-index: 2;
}
.Banner_info__smD_a {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
}
.Banner_info__smD_a h1 {
	color: #00ffb6;
	font-size: 42px;
	margin: 0;
}
.Banner_banner__a5dIt {
	object-fit: cover;
	width: 100%;
	object-position: 50% 50%;
}
.Banner_button__1L_Zh {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.Banner_button__1L_Zh a {
	padding: 20px 40px;
}
@media (max-width: 1200px) {
	.Banner_info__smD_a {
		bottom: -22px;
	}
}
@media (max-width: 900px) {
	.Banner_banner__a5dIt {
		height: 250px;
	}
	.Banner_button__1L_Zh {
		margin-top: 10px;
	}
	.Banner_button__1L_Zh a {
		padding: 17.5px 30px;
	}
}
@media (max-width: 600px) {
	.Banner_banner__a5dIt {
		height: 200px;
	}
	.Banner_info__smD_a {
		width: 100%;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.Banner_info__smD_a h1 {
		font-size: 34px;
	}
	.Banner_smallTitle__YSV7s {
		font-size: 22px !important;
	}
}
@media (max-width: 450px) {
	.Banner_banner__a5dIt {
		height: 175px;
	}
	.Banner_info__smD_a {
		bottom: -13px;
	}
	.Banner_info__smD_a h1 {
		font-size: 28px;
	}
}
.Button_root__heKK3 {
	font-size: 12px;
	box-shadow: 0px 8px 7.7px 0px #ffffff40 inset;
	background-color: #3ce58a;
	height: 30px;
	padding: 0 30px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
	font-weight: 800;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	width: -moz-fit-content;
	width: fit-content;
}
.Button_root__heKK3:focus,
.Button_root__heKK3:hover {
	box-shadow: 0 3px 0 0 #44aa74, 0 4px 4px 0 #000,
		inset 0 15px 15px -3px hsla(0, 0%, 100%, 0.4);
}
.Button_root__heKK3:active {
	transform: translateY(3px);
	box-shadow: inset 0 2px 0 0 #44aa74, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
}
.Language_root__HMuUV {
	position: absolute;
	right: 0;
	top: -3px;
	display: flex;
	flex-direction: column;
}
.Language_root__HMuUV img {
	cursor: pointer;
	width: 42px !important;
}
.Language_root__HMuUV:hover .Language_dropdown__7vGto {
	display: flex;
}
.Language_root__HMuUV img:hover {
	transform: scale(1.1);
}
.Language_dropdown__7vGto {
	position: absolute;
	top: 46px;
	display: none;
	flex-direction: column;
}
@media (max-width: 510px) {
	.Language_root__HMuUV {
		right: 10px;
		top: 2px;
	}
}
.Header_root__Q5pYC {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 50px;
	background: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Header_content__qBbUf {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--content-padding);
	width: 100%;
	max-width: var(--content-width);
	position: relative;
}
.Header_content__qBbUf img {
	height: 100%;
	width: 200px;
}
.Header_links__A0NNi {
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.Header_logIn__AST58 {
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 20px;
}
@media (max-width: 510px) {
	.Header_root__Q5pYC {
		height: 100px;
		align-items: stretch;
	}
	.Header_content__qBbUf {
		flex-wrap: wrap;
		justify-content: center;
		padding: var(--content-mobile-padding);
	}
	.Header_links__A0NNi {
		height: 50px;
		width: 100%;
		border-top: 1px solid #363648;
		justify-content: center;
		margin-right: 0;
	}
	.Header_logo__UGbyD {
		margin-top: 4px;
	}
}
.Navigation_root__0KqJ1 {
	background-color: #000000;
	width: 100%;
	margin-top: -4px;
	border-bottom: 1px dotted #3c3c3c;
}
.Navigation_inner__0SXhE {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: var(--content-padding);
	display: flex;
	flex-wrap: nowrap;
}
.Navigation_inner__0SXhE a {
	width: 20%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	align-items: center;
	height: 56px;
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 10px;
}
.Navigation_active__oYZYb,
.Navigation_inner__0SXhE a:hover {
	background-color: hsla(0, 0%, 100%, 0.05);
}
.Navigation_slots___4MCC {
	color: #eeff00;
}
.Navigation_payments__iXBJk {
	color: #eeff00;
}
.Navigation_sportsbook__8K4ff {
	color: #eeff00;
}
.Navigation_mobile__3xhy0 {
	color: #eeff00;
}
.Navigation_mobile__3xhy0 img,
.Navigation_sportsbook__8K4ff img {
	height: 40px;
	width: auto;
}
.Navigation_bonuses__Okd4u {
	color: #eeff00;
}
.Navigation_mobile__3xhy0:after,
.Navigation_payments__iXBJk:after,
.Navigation_slots___4MCC:after,
.Navigation_sportsbook__8K4ff:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 32px;
	width: 2px;
	background-color: #eeff00;
}
.Navigation_icon__00uJ9 {
	margin-right: 10px;
}
.Navigation_inner__0SXhE a img {
	scale: 0.9;
}
@media (max-width: 900px) {
	.Navigation_inner__0SXhE {
		padding: 5px 0;
	}
	.Navigation_inner__0SXhE a {
		width: 20%;
		justify-content: flex-start;
		padding: 0 10px;
		height: 66px;
		font-size: 10px;
		flex-direction: column;
		text-align: center;
	}
	.Navigation_inner__0SXhE a img {
		scale: 0.75;
		height: 40px;
		margin-right: 0;
	}
	.Navigation_mobile__3xhy0:after,
	.Navigation_payments__iXBJk:after,
	.Navigation_slots___4MCC:after,
	.Navigation_sportsbook__8K4ff:after {
		width: 1px;
	}
	.Navigation_icon__00uJ9 {
		margin-right: 5px;
		width: 42px;
	}
	.Navigation_mobile__3xhy0 img {
		width: 44px;
		object-fit: contain;
	}
}
.Content_root__BuvyY {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.Content_content__3AxEg {
	max-width: var(--content-width);
	width: 100%;
	padding: var(--content-padding);
}
.Content_content__3AxEg img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.Content_author__E52ps {
	margin-bottom: 40px;
	display: grid;
	max-width: 600px;
	grid-template-areas: 'authorImage description' '. name';
}
.Content_authorImage__xTVuQ {
	grid-area: authorImage;
	width: 60px !important;
	height: 60px !important;
	margin-right: 10px;
}
.Content_description__Lwg4V {
	grid-area: description;
	font-size: 14px;
	margin-bottom: 0;
}
.Content_name__Iug52 {
	grid-area: name;
	font-weight: 900;
}
.Content_footerLinks__Uwqoq a {
	margin: 5px 20px;
}
.Content_copyright__KlRPI {
	margin-top: 20px;
}
@media (max-width: 560px) {
	.Content_root__BuvyY {
		margin-top: 100px;
	}
	.Content_content__3AxEg {
		padding: var(--content-mobile-padding);
	}
}
@media (max-width: 900px) {
	.Content_footerLinks__Uwqoq {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}
.TextBlock_root__HbezY {
	border-radius: 10px;
	background-color: #002319;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 40px 0;
	padding: 30px;
}
.TextBlock_root__HbezY a {
	color: #00d9ff;
}
@media (max-width: 900px) {
	.TextBlock_root__HbezY {
		padding: 20px 10px;
		margin: 20px 0;
	}
}
.PlusesAndMinuses_root__E6TGl {
	display: flex;
	flex-wrap: nowrap;
}
.PlusesAndMinuses_minuses__cmhbT,
.PlusesAndMinuses_pluses__gueUV {
	width: 50%;
}
.PlusesAndMinuses_minuses__cmhbT ul,
.PlusesAndMinuses_pluses__gueUV ul {
	margin: 0;
}
.PlusesAndMinuses_minusItem__ReufE,
.PlusesAndMinuses_plusItem__AkB3H {
	list-style-type: none;
}
.PlusesAndMinuses_plusItem__AkB3H:before {
	content: '+';
	font-size: 20px;
	color: #2cd667;
	padding-right: 10px;
}
.PlusesAndMinuses_minusItem__ReufE:before {
	content: '-';
	font-size: 20px;
	color: #00d9ff;
	padding-right: 10px;
}
@media (max-width: 700px) {
	.PlusesAndMinuses_root__E6TGl {
		flex-wrap: wrap;
	}
	.PlusesAndMinuses_minuses__cmhbT,
	.PlusesAndMinuses_pluses__gueUV {
		width: 100%;
	}
	.PlusesAndMinuses_minuses__cmhbT {
		margin-top: 20px;
	}
}
.Home_games__T7g0H {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-left: 0;
}
.Home_game__7IHaj {
	position: relative;
	margin: 0 15px 15px 0;
	list-style-type: none;
}
.Home_bonusHeading__XZ3JI {
	text-align: center;
	border: 0;
}
.Home_bonusHeading__XZ3JI a {
	color: #fff !important;
	text-decoration: underline;
}
.Home_bonusButton__HjVyC {
	display: flex;
	justify-content: center;
	margin: 10px 0 40px;
}
.Home_bonusButton__HjVyC a {
	color: #fff !important;
	padding: 25px 35px;
	font-size: 16px;
}
@media (min-width: 0px) {
	.Home_game__7IHaj {
		width: calc(50% - 7.5px);
		padding-top: calc(50% - 7.5px);
	}
	.Home_game__7IHaj:nth-child(2n) {
		margin-right: 0;
	}
}
@media (min-width: 669px) {
	.Home_game__7IHaj {
		width: calc(25% - 11.25px);
		padding-top: calc(25% - 11.25px);
		margin: 0 15px 15px 0;
	}
	.Home_game__7IHaj:nth-child(2n) {
		margin-right: 15px;
	}
	.Home_game__7IHaj:nth-child(4n) {
		margin-right: 0;
	}
}
@media (max-width: 669px) {
	.Home_game__7IHaj:nth-last-child(-n + 7) {
		display: none;
	}
}
.Home_button__69vwW {
	display: flex;
	justify-content: center;
	margin: 20px 0 40px;
}
@media (min-width: 1025px) {
	.Home_games__T7g0H {
		margin-top: 40px;
	}
	.Home_game__7IHaj {
		width: calc(20% - 12px);
		padding-top: calc(20% - 12px);
		margin: 0 15px 15px 0;
	}
	.Home_game__7IHaj:nth-child(2n),
	.Home_game__7IHaj:nth-child(4n) {
		margin-right: 15px;
	}
	.Home_game__7IHaj:nth-child(5n) {
		margin-right: 0;
	}
}
