.Faq_root__c8ft9 {
	max-width: 800px;
	list-style-type: none;
	margin: 0;
}
.Faq_questionWrapper___jYZR {
	padding: 20px;
	transition: 1s;
	margin-bottom: 10px;
	box-shadow: 0 8px 20px rgba(9, 28, 83, 0.08);
	background-color: #fefefe;
	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);
	}
}
.Button_root__heKK3 {
	font-size: 14px;
	background-color: #115cff;
	height: 30px;
	padding: 24px;
	text-align: center;
	line-height: 22px;
	font-weight: 700;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	width: max-content;
	color: #fff !important;
	border: none;
}
.Button_root__heKK3:focus,
.Button_root__heKK3:hover {
	background-color: #68327a;
}
.Button_root__heKK3.Button_secondary__HrEDu {
	background-color: #f3f3fa;
	color: #1c204f !important;
}
.Button_root__heKK3.Button_secondary__HrEDu:focus,
.Button_root__heKK3.Button_secondary__HrEDu:hover {
	background-color: #d6d6e2;
}
.GameCard_root__IbUsf {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	color: #1c204f;
}
.GameCard_root__IbUsf:hover .GameCard_overlay__LilDN {
	opacity: 1;
}
.GameCard_image__6506l {
	position: relative;
	height: 100%;
	border-radius: 20px;
}
.GameCard_image__6506l img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.GameCard_title__e8yby {
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: none;
	box-sizing: border-box;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 8px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.GameCard_overlay__LilDN {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	padding: 20px 0;
	opacity: 0;
	transition: opacity 0.15s linear;
	transition-delay: 20ms;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}
.GameCard_demoButton__wqbmE a {
	padding: 18px;
	font-size: 12px;
	text-transform: uppercase;
}
.Banner_root__xf8jl {
	position: relative;
	width: 100%;
}
.Banner_root__xf8jl:after {
	background: linear-gradient(180deg, transparent, rgba(27, 32, 79, 0.64));
	bottom: 5px;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.Banner_info__smD_a {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 100%;
}
.Banner_info__smD_a h1,
.Banner_info__smD_a p {
	text-shadow: 1px 1px 8px #000;
	font-weight: 700;
}
.Banner_info__smD_a h1 {
	font-size: 42px;
}
.Banner_info__smD_a p {
	font-size: 36px;
	margin-top: 10px;
	padding-top: 10px;
}
.Banner_info__smD_a button {
	font-size: 18px;
	padding: 30px 40px;
	border-radius: 32px;
	margin: 0 auto;
	text-transform: uppercase;
}
.Banner_banner__a5dIt {
	height: 500px;
	object-fit: cover;
	width: 100%;
	object-position: 50% 50%;
}
.Banner_button__1L_Zh {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.Banner_chars__cDF0t {
	position: absolute;
	bottom: 5px;
	width: 100%;
	max-width: 1600px;
	display: flex;
	justify-content: right;
	left: 50%;
	transform: translateX(-50%);
}
.Banner_chars__cDF0t img {
	width: 475px;
	height: auto;
}
.Banner_bottom__Lfdyr {
	width: 100%;
	color: #fff;
	font-weight: 700;
	z-index: 1;
	position: absolute;
	font-size: 12px;
	bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 20px;
}
@media (max-width: 900px) {
	.Banner_banner__a5dIt {
		height: 350px;
	}
	.Banner_button__1L_Zh {
		margin-top: 10px;
	}
	.Banner_button__1L_Zh a {
		padding: 17.5px 30px;
	}
	.Banner_info__smD_a h1 {
		font-size: 34px;
		margin: 0;
	}
	.Banner_info__smD_a p {
		font-size: 24px;
		margin-top: 0;
	}
	.Banner_info__smD_a a {
		padding: 25px;
		font-size: 16px;
	}
	.Banner_chars__cDF0t img {
		width: 350px;
		transform: translateX(80px);
	}
}
@media (max-width: 600px) {
	.Banner_banner__a5dIt {
		height: 300px;
	}
	.Banner_chars__cDF0t {
		gap: 125px;
		justify-content: center;
	}
	.Banner_hide__MSWGv {
		display: none;
	}
	.Banner_info__smD_a {
		top: 47.5%;
	}
	.Banner_chars__cDF0t img {
		width: 280px;
		transform: translateX(140px);
	}
}
@media (max-width: 450px) {
	.Banner_chars__cDF0t {
		gap: 0;
	}
	.Banner_info__smD_a h1 {
		font-size: 28px;
	}
	.Banner_chars__cDF0t img {
		width: 200px;
		transform: translateX(140px);
	}
}
.Language_root__HMuUV {
	display: flex;
	flex-direction: column;
	transform: translateY(4px);
	margin-right: 12px;
}
.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;
}
.Language_dropdown__7vGto img {
	margin-top: 8px;
}
@media (max-width: 510px) {
	.Language_root__HMuUV {
		margin-right: 8px;
	}
}
.Header_root__Q5pYC {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	height: 64px;
	background-color: #f7f8f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-logo {
	width: 100px;
}
.header-logo img {
	width: 100% !important;
}
.Header_content__qBbUf {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: var(--content-padding);
	width: 100%;
	max-width: 1600px;
	position: relative;
}
.Header_content__qBbUf img {
	height: 100%;
	width: 56px;
}
.Header_active__NQ1A8 {
	text-decoration: underline;
}
.Header_links__A0NNi {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}
.Header_links__A0NNi a {
	font-weight: 700;
	font-size: 14px;
	margin-right: 30px;
	padding: 20px 0;
}
.Header_buttons__P3AA7,
.Header_menu__tWkmD {
	display: flex;
	align-items: center;
}
.Header_menu__tWkmD {
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	transform: translateX(100%);
	height: 100vh;
	padding: 2rem;
	background-color: #f7f8f9;
	position: absolute;
	top: 64px;
	left: 0;
	transition: transform 0.25s ease-in-out;
	border-top: 1px solid #1c204f1e;
}
.Header_menu__tWkmD.active {
	transform: translateX(0%);
}
.Header_menu__tWkmD a {
	font-size: 20px;
	margin: 14px 0;
}
.Header_open__iZvng {
	transform: translateX(0);
}
.Header_burger__xSpW7 {
	display: none;
	position: absolute;
	top: 14px;
	right: 10px;
	flex-direction: column;
	justify-content: space-around;
	width: 2rem;
	height: 2rem;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1;
}
.Header_burger__xSpW7:focus {
	outline: none;
}
.Header_burger__xSpW7 div {
	width: 2rem;
	height: 0.25rem;
	background: #1c204f;
	border-radius: 10px;
	transition: all 0.3s linear;
	position: relative;
	transform-origin: 1px;
}
.Header_burger__xSpW7 div:first-child {
	transform: rotate(0);
}
.Header_burger__xSpW7 div:nth-child(2) {
	opacity: 1;
	transform: translateX(0);
}
.Header_burger__xSpW7 div:nth-child(3) {
	transform: rotate(0);
}
.Header_burgerOpen__FDkhB div:first-child {
	transform: rotate(45deg);
}
.Header_burgerOpen__FDkhB div:nth-child(2) {
	opacity: 0;
	transform: translateX(20px);
}
.Header_burgerOpen__FDkhB div:nth-child(3) {
	transform: rotate(-45deg);
}
.Header_login__bDwR3 {
	margin-right: 10px;
}
.Header_login__bDwR3 a {
	width: max-content;
}
.Header_popover__qKpto {
	display: flex;
	align-items: center;
	position: relative;
}
.Header_popoverInner__lGqGV {
	position: absolute;
	box-shadow:
		0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	top: 60px;
	left: -5px;
}
.Header_popoverInner__lGqGV a {
	display: block;
	padding: 10px 0;
	width: max-content;
}
@media (max-width: 1300px) {
	.Header_links__A0NNi {
		display: none;
	}
	.Header_burger__xSpW7 {
		display: flex;
	}
	.Header_buttons__P3AA7 {
		margin-right: 50px;
	}
}
@media (max-width: 510px) {
	.Header_root__Q5pYC {
		height: 56px;
	}
	.Header_content__qBbUf {
		padding: var(--content-mobile-padding);
	}
	.Header_content__qBbUf img {
		width: 48px;
	}
	.Header_burger__xSpW7 {
		top: 10px;
	}
	.Header_login__bDwR3 a,
	.Header_register__0nJL7 a {
		font-size: 12px;
		padding: 20px 10px;
	}
	.Header_menu__tWkmD {
		top: 56px;
	}
}
@media (max-width: 375px) {
	.Header_login__bDwR3 a,
	.Header_register__0nJL7 a {
		padding: 20px 8px;
		font-size: 10px;
	}
	.Header_buttons__P3AA7 {
		margin-right: 40px;
	}
}
.Content_root__BuvyY {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 64px;
}
.Content_content__3AxEg {
	max-width: var(--content-width);
	width: 100%;
	padding: var(--content-padding);
}
.Content_content__3AxEg img {
	width: 100%;
	height: auto;
}
.Content_footerLinks__Uwqoq {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
}
.Content_footerLinks__Uwqoq a {
	margin-bottom: 10px;
}
.Content_copyright__KlRPI {
	margin-top: 20px;
}
@media (max-width: 510px) {
	.Content_content__3AxEg {
		padding: 0;
	}
	.Content_footerLinks__Uwqoq {
		margin-top: 10px;
	}
	.Content_root__BuvyY {
		margin-top: 56px;
	}
	.Content_smallTitle__AHh88 > div:first-of-type > div > h1 {
		font-size: 22px;
	}
	.Content_smallTitle__AHh88 > div:first-of-type > div > p {
		font-size: 18px;
	}
}
.TextBlock_root__HbezY {
	border: 1px solid hsla(0, 0%, 100%, 0.15);
	border-radius: 10px;
	background-color: #fdfdfe;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 40px 0;
	padding: 30px;
}
.TextBlock_root__HbezY a {
	color: #f66766;
}
.TextBlock_root__HbezY img {
	border-radius: 8px;
}
@media (max-width: 900px) {
	.TextBlock_root__HbezY {
		padding: 20px 10px;
		margin: 20px 0;
	}
}
.Home_games__T7g0H {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-left: 0;
}
.Home_game__7IHaj {
	position: relative;
	margin: 0 15px 40px 0;
	list-style-type: none;
}
.Home_game__7IHaj a {
	color: #fff;
}
.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 40px 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 + 4) {
		display: none;
	}
	.Home_gameNoHide__mFE2q:nth-last-child(-n + 6) {
		display: block;
	}
}
.Home_button__69vwW {
	display: flex;
	justify-content: center;
	margin: 20px 0 40px;
}
@media (min-width: 1025px) {
	.Home_games__T7g0H {
		margin-top: 20px;
	}
	.Home_game__7IHaj {
		width: calc(16.5% - 12px);
		padding-top: calc(16.5% - 12px);
		margin: 0 15px 40px 0;
	}
	.Home_game__7IHaj:nth-child(2n),
	.Home_game__7IHaj:nth-child(4n) {
		margin-right: 15px;
	}
	.Home_game__7IHaj:nth-child(6n) {
		margin-right: 0;
	}
}
@media (max-width: 510px) {
	.Home_games__T7g0H {
		padding: var(--content-mobile-padding);
	}
}
