.Overlay_overlay__Skc9N {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30
}

body.account .Overlay_overlay__Skc9N,
body.game .Overlay_overlay__Skc9N,
body.game-search .Overlay_overlay__Skc9N,
body.menu-open .Overlay_overlay__Skc9N,
body.popup-fixed .Overlay_overlay__Skc9N,
body.popup-open .Overlay_overlay__Skc9N {
	display: block
}

.Button_button__Li_Xp {
	color: #fff;
	background-color: #00b109;
	padding: .5em 1.2em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 100%;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	cursor: pointer;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
	transition: all .5s;
	border: 2px solid #00b109
}

.flex-block .Button_button__Li_Xp {
	align-self: center;
	margin-top: .4em
}

.Button_button__Li_Xp:hover {
	color: #fff;
	background-color: #090
}

.Button_light__5na8s {
	background-color: transparent;
	color: #00b109;
	border: 2px solid #00b109
}

.Button_light__5na8s:hover {
	background-color: #090;
	border-color: #090;
	color: #fff
}

.Button_secondery__kiYCm {
	color: #fff;
	background-color: #42556a;
	border: 2px solid #42556a
}

.Button_secondery__kiYCm:hover {
	color: #fff;
	background-color: #283544
}

.Button_secondery-light__lmKC0 {
	color: #42556a;
	background-color: transparent;
	border: 2px solid #42556a
}

.Button_secondery-light__lmKC0:hover {
	color: #fff;
	background-color: #283544;
	border-color: #283544
}

.Button_large__nZ25r {
	font-size: 3rem
}

.Button_small__dYSq_ {
	font-size: 1.5rem
}

.Header_header__U4eRo {
	width: 100%;
	display: flex;
	background: linear-gradient(180deg, #fff 0, #fff 40%, #eae2d8);
	position: relative;
	align-items: center;
	justify-content: flex-start;
	padding-left: 64px
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Header_header__U4eRo {
		padding: 0 2.5%;
		height: auto;
		justify-content: space-between;
		min-height: 44px
	}
}

.Header_pannel__HMxfm {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin-right: 10px;
	padding: 10px 0
}

.Header_pannel__HMxfm button {
	font-size: 1.5rem;
	min-width: 84px;
	height: 30px;
	padding: 0 15px
}

a.Header_logo__ZM1Zv {
	display: table;
	margin: 0 auto 0 0
}

a.Header_logo__ZM1Zv img {
	width: auto;
	height: 20px;
	display: block
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Header_pannel__HMxfm {
		display: block
	}

	.Header_pannel__HMxfm button {
		display: none
	}
}

a.Header_search-demi__ICbtG>div {
	display: table;
	width: 24px;
	height: 24px;
	background: url(/img/icons/search-icon.svg) no-repeat 50%
}

a.Header_search-demi__ICbtG>div>span {
	display: none
}

a.Header_search-demi__ICbtG {
	text-decoration: none
}

.MenuItem_arrow__7zNIc {
	margin: 0 0 0 auto;
	display: block;
	width: 18px;
	height: 9px;
	background: url(/img/icons/menu-arrow.svg) no-repeat 50%;
	transition: transform .5s
}

.active .MenuItem_arrow__7zNIc {
	transform: rotate(180deg);
	transition: transform .2s ease
}

.MenuGroup_menu-group__9Ncq3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4%;
	text-align: left;
	margin-bottom: 40px
}

@media screen and (max-width:1023px) {
	.MenuGroup_menu-group__9Ncq3 {
		grid-template-columns: 1fr;
		grid-row-gap: 30px
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.MenuGroup_menu-group__9Ncq3 {
		grid-template-columns: 1fr;
		font-size: medium;
		grid-row-gap: 5vw;
		margin-bottom: 6vw
	}
}

.MenuGroup_title__Q87p3 {
	margin: 0 0 12px;
	padding: 0;
	color: #e1d6c7;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 115%
}

@media screen and (max-width:1023px) {
	.MenuGroup_title__Q87p3 {
		font-size: 2.1rem;
		line-height: 115%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.MenuGroup_title__Q87p3 {
		font-size: 4.2vw;
		line-height: 115%;
		margin: 0 0 3vw
	}
}

.MenuGroup_group-links__oJncc {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	-moz-column-gap: 50px;
	column-gap: 50px
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.MenuGroup_menu-group__9Ncq3 {
		font-size: medium
	}

	.MenuGroup_group-links__oJncc {
		overflow: hidden;
		-moz-column-gap: 10vw;
		column-gap: 10vw
	}
}

.MenuGroup_group-links__oJncc li {
	position: relative;
	margin: 0 0 12px;
	font-size: 1.6rem;
	line-height: 115%;
	list-style: none
}

.MenuGroup_group-links__oJncc li:after {
	content: "";
	display: block;
	background-color: #fff;
	width: 6px;
	height: 6px;
	transform: rotate(45deg) skew(10deg, 10deg);
	position: absolute;
	left: calc(100% + 22px);
	top: calc(50% - 3px)
}

.MenuGroup_group-links__oJncc li:last-child:after {
	display: none
}

.MenuGroup_group-links__oJncc li a {
	color: #fff !important;
	-webkit-text-decoration-color: #fff !important;
	text-decoration-color: #fff !important
}

@media screen and (max-width:1023px) {
	.MenuGroup_group-links__oJncc li {
		font-size: 1.5rem;
		line-height: 115%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.MenuGroup_group-links__oJncc li {
		font-size: 3.4vw;
		line-height: 115%;
		margin: 0 0 3vw
	}

	.MenuGroup_group-links__oJncc li:after {
		width: 1.4vw;
		height: 1.4vw;
		transform: rotate(45deg) skew(5deg, 5deg);
		position: absolute;
		left: calc(100% + 4.3vw);
		top: calc(50% - .7vw)
	}
}

.License_footer-logos__gyZae {
	max-width: 890px;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	font-size: 0;
	opacity: .7;
	display: flex;
	-moz-column-gap: 10px;
	column-gap: 10px
}

.License_prime__25nDv {
	display: inline-flex;
	-moz-column-gap: 20px;
	column-gap: 20px;
	align-items: center
}

.License_prime__25nDv img {
	max-width: 36vw
}

.License_partners__hcAkY {
	padding-top: 3%
}

@media screen and (max-width:767px) {
	.License_footer-logos__gyZae {
		margin: 0 0 2vw;
		max-width: 92vw;
		overflow: hidden;
		display: block
	}

	.License_prime__25nDv {
		-moz-column-gap: 6vw;
		column-gap: 6vw
	}
}

footer.Footer_site-footer__TyG5d {
	width: 100%;
	background: linear-gradient(180deg, #2e4052 19%, #42556a);
	padding: 25px 0 0;
	color: #e1d6c7
}

@media screen and (max-width:767px) and (orientation:portrait) {
	footer.Footer_site-footer__TyG5d {
		margin-bottom: 16.9vw;
		padding: 6vw 0 0
	}
}

footer.Footer_site-footer__TyG5d a {
	color: inherit;
	text-decoration: underline
}

footer.Footer_site-footer__TyG5d a:hover {
	color: #fff
}

.Footer_footer-main__yr7g6 {
	width: 95%;
	margin: auto;
	max-width: 1320px
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Footer_footer-main__yr7g6 {
		width: 92%
	}
}

.Footer_footer-mid__XWtHx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #949494;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative
}

.Footer_footer-mid__XWtHx:after,
.Footer_footer-mid__XWtHx:before {
	content: "";
	display: block;
	background-color: #949494;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	position: absolute;
	bottom: -3px
}

.Footer_footer-mid__XWtHx:before {
	left: -3px
}

.Footer_footer-mid__XWtHx:after {
	right: -3px
}

@media screen and (max-width:1023px) {
	.Footer_footer-mid__XWtHx {
		flex-direction: column
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Footer_footer-mid__XWtHx {
		margin-bottom: 2.5vw;
		padding-bottom: 2vw;
		border-bottom-width: .4vw
	}

	.Footer_footer-mid__XWtHx:after,
	.Footer_footer-mid__XWtHx:before {
		width: 1.5vw;
		height: 1.5vw;
		bottom: -.95vw
	}

	.Footer_footer-mid__XWtHx:before {
		left: -.75vw
	}

	.Footer_footer-mid__XWtHx:after {
		right: -.75vw
	}
}

.Footer_footer-bottom__K2L0T {
	font-size: 80%;
	line-height: 145%
}

.Footer_copyrights__r5gCo {
	background-color: #2e4052;
	color: #fff;
	padding: 15px 0;
	font-size: 12px;
	line-height: 115%;
	text-align: center;
	margin-top: 25px
}

@media screen and (max-width:1023px) {
	.Footer_footer-bottom__K2L0T {
		font-size: 80%;
		line-height: 145%
	}
}

.Footer_footer-seo__0_K2S {
	text-align: center;
	padding-bottom: 1em
}

.Footer_footer-menu__hpPRv {
	margin-top: 2em
}

.Footer_footer-menu__hpPRv ul {
	justify-content: center
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Footer_footer-menu__hpPRv>ul>li:nth-child(2n):after {
		content: none
	}
}

.StickyHeader_header-sticky__qfTOs {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.StickyHeader_header-sticky__qfTOs {
		position: static
	}
}

.MainBanner_main-banner__PJrX2 {
	position: relative
}

.MainBanner_main-banner__PJrX2 img {
	display: block;
	max-width: 100%
}

.MainBanner_main-banner__PJrX2 a {
	color: #000
}

.MainBanner_main-banner__PJrX2 button {
	font-size: 200%;
	cursor: pointer;
	margin-left: 5%
}

@media screen and (max-width:1280px) {
	.MainBanner_main-banner__PJrX2 button {
		font-size: 160%
	}
}

.MainBanner_foreground__v_Iid {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%
}

@media screen and (min-width:768px) and (max-width:1280px) {
	.MainBanner_foreground__v_Iid {
		top: -4vh
	}
}

.MainBanner_foreground__v_Iid img {
	height: auto;
	width: 100%
}

.MainBanner_terms___aRm3 {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #000;
	padding: .5%;
	font-size: 1.1rem;
	background-color: hsla(35, 30%, 83%, .8);
	line-height: 115%
}

.MainBanner_terms___aRm3 a {
	color: #000
}

.MainBanner_background___ffpU {
	position: relative
}

.MainBanner_background___ffpU img {
	height: calc(100VW/4.067);
	width: 100%
}

@media screen and (max-width:1023px) {
	.MainBanner_terms___aRm3 {
		position: static;
		background-color: #e1d6c7;
		padding: 1%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.MainBanner_background___ffpU img {
		height: calc(100VW/2.083)
	}

	.MainBanner_terms___aRm3 {
		position: static;
		padding: 1.5vw 2vw;
		font-size: 3vw;
		line-height: 130%;
		background-color: #e1d6c7
	}

	.MainBanner_foreground__v_Iid button {
		display: none
	}

	.MainBanner_game__BrtI9 {
		position: static
	}
}

.MainBanner_background___ffpU img {
	background-size: contain;
	background-repeat: no-repeat
}

.MainBanner_badges__H6QpK {
	display: none
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.MainBanner_badges__H6QpK {
		display: flex
	}
}

.Pwa_pwa__eBIUy {
	display: none;
	color: #fff;
	background-color: #2e4052;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	transition: bottom .5s;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%
}

.Pwa_active__1QbkN {
	bottom: 52px
}

.Pwa_container__frvkT {
	display: flex;
	align-items: center;
	flex: 2 1
}

.Pwa_container__frvkT img {
	margin-right: 10px;
	width: 30px;
	height: 30px
}

.Pwa_text__kBh5S {
	color: inherit
}

@media screen and (max-width:767px) {
	.Pwa_pwa__eBIUy {
		display: flex
	}

	.Pwa_active__1QbkN {
		bottom: 16.9vw
	}
}

.MobileMenu_menu__mgC1E {
	width: 100%;
	height: 16.9vw;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: .7vw solid #e1d5c7;
	box-sizing: border-box;
	background: linear-gradient(180deg, #5d748d 0, #2e4052);
	display: none
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.MobileMenu_menu__mgC1E {
		display: block
	}
}

.MobileMenu_menu__mgC1E ul {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0
}

.MobileMenu_menu__mgC1E ul li {
	min-width: 25%;
	margin: 0;
	list-style: none;
	box-sizing: border-box
}

.MobileMenu_menu__mgC1E .MobileMenu_features-but__lvK7G,
.MobileMenu_menu__mgC1E .MobileMenu_menu-but__AHZyV,
.MobileMenu_menu__mgC1E .MobileMenu_promos-but__pM6QK {
	border-right: .3vw solid #e1d5c7
}

.MobileMenu_menu__mgC1E ul li>* {
	background-color: transparent;
	font-size: 3vw;
	line-height: 100%;
	color: #fff;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 1vw;
	width: 100%;
	height: 100%;
	padding: 0;
	text-transform: uppercase;
	border-radius: 0;
	align-items: center;
	text-decoration: none
}

.MobileMenu_menu__mgC1E ul li button {
	border: 0 transparent
}

.MobileMenu_menu__mgC1E ul .MobileMenu_play-but___oWYl {
	background: linear-gradient(180deg, #01ae08 0, #007f06);
	flex-grow: 1
}

.MobileMenu_menu__mgC1E ul li img {
	display: block;
	width: 7.6vw;
	height: auto;
	margin: 0 auto .5vw
}

.MobileMenu_menu__mgC1E ul li span {
	margin-top: 1px
}

.MobileMenu_promos-but__pM6QK {
	position: relative
}

.MobileMenu_notifications__UmNk2:after {
	position: absolute;
	left: 5.7vw;
	top: 1.3vw;
	width: 3.5vw;
	height: 3.5vw;
	line-height: 3.5vw;
	color: #fff;
	background-color: #e30813;
	font-size: 2.6vw;
	border-radius: 50%;
	content: "3";
	display: flex;
	align-items: center;
	justify-content: center
}

.MobileFooter_footer__Zx8ea {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1
}

.PaymentMethod_payment__UetVi {
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .05);
	margin: 0 2% 3%;
	display: flex;
	justify-content: center;
	justify-items: stretch
}

.PaymentMethod_payment__UetVi a {
	display: inline-flex;
	max-width: 36%;
	display: inline-block
}

.PaymentMethod_payment__UetVi img {
	max-width: 100%;
	height: 57px;
	width: auto
}

.PaymentMethod_payment-box__U3VK4 {
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .05);
	margin: 0 2% 3%;
	display: flex;
	justify-content: center;
	justify-items: stretch;
	padding: 15px 25px
}

.PaymentsFooter_footer-payment__zLMQN {
	background-color: #998ea5;
	background: linear-gradient(180deg, #5f7691, #8da3ba);
	padding: 25px 0 20px;
	text-align: center;
	font-weight: 900;
	box-shadow: 0 0 30px 0 rgba(66, 85, 106, .7)
}

.PaymentsFooter_footer-payment__zLMQN h2 {
	color: #fff
}

.PaymentsFooter_footer-payment__zLMQN ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0
}

.PaymentsFooter_footer-payment__zLMQN li {
	list-style-type: none;
	margin: 0 10px 10px
}

.PaymentsFooter_footer-payment__zLMQN li img {
	max-height: 48px
}

@media screen and (max-width:1023px) {
	.PaymentsFooter_footer-payment__zLMQN ul {
		flex-wrap: wrap;
		padding: 12px 0 0
	}

	.PaymentsFooter_footer-payment__zLMQN li {
		margin: 0 22px 20px
	}

	.PaymentsFooter_footer-payment__zLMQN li img {
		max-height: 65px
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.PaymentsFooter_footer-payment__zLMQN ul {
		padding: 3vw 0 0
	}

	.PaymentsFooter_footer-payment__zLMQN li {
		margin: 0 4vw 3vw
	}

	.PaymentsFooter_footer-payment__zLMQN li img {
		max-height: 34px
	}
}

.SocialFooter_social-footer__ZOJQo {
	width: 100%
}

.SocialFooter_social-footer__ZOJQo>a {
	margin-left: 4px;
	margin-right: 4px
}

.SocialFooter_social-footer__ZOJQo>span {
	margin-left: 4px;
	margin-right: 10px
}

.SocialFooter_social-footer__ZOJQo {
	display: flex;
	justify-content: center;
	background: linear-gradient(90deg, #b7a075, #e1d6c7 38%, #e1d6c7 64%, #b7a075);
	padding: 15px 0;
	font-size: 2.4rem;
	color: #2e4052;
	line-height: 100%;
	font-weight: 700;
	text-decoration: none;
	align-items: center;
	font-family: Montserrat, sans-serif
}

@media screen and (max-width:1023px) {
	.SocialFooter_social-footer__ZOJQo {
		font-size: 2.8rem
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.SocialFooter_social-footer__ZOJQo {
		padding: 4vw 0;
		font-size: 6vw
	}
}

.ScrollToTop_scroll-top__LePYD {
	background-color: #ff3250;
	border-radius: 500px;
	display: inline-block;
	opacity: .75;
	position: fixed;
	bottom: 2vw;
	right: 2vw
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.ScrollToTop_scroll-top__LePYD {
		max-width: 8vw;
		bottom: 19vw;
		right: 3vw
	}
}

.LicenseBeam_rgbeam-header__uEyoo {
	min-height: 31px;
	width: 100%;
	background-color: #2e4052;
	padding: 3px 10px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 115%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: sticky;
	top: 0;
	z-index: 1
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.LicenseBeam_rgbeam-header__uEyoo {
		min-height: 53px;
		padding: 3px 4px;
		display: flex !important;
		align-items: center;
		justify-content: center
	}
}

.Nav_nav___GogH {
	color: #fff;
	text-align: center;
	position: sticky;
	top: 50px;
	z-index: 1
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Nav_nav___GogH {
		top: 0
	}
}

.Nav_nav___GogH li {
	list-style: none
}

.Nav_level-one__960_J {
	background: linear-gradient(180deg, #b7a075, #8f7442);
	padding: 0
}

.Nav_level-one__960_J>ul {
	display: flex;
	width: auto;
	justify-content: space-between;
	margin: 0 auto;
	max-width: -moz-fit-content;
	max-width: fit-content;
	gap: 56px;
	padding: 0;
	font-size: 2rem
}

@media screen and (max-width:1023px) {
	.Nav_level-one__960_J>ul {
		font-size: 1.7rem
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Nav_level-one__960_J>ul {
		width: 96%;
		overflow-x: auto;
		padding: 0 2.5%;
		font-size: min(3.6vw, 2rem)
	}
}

.Nav_level-one__960_J>ul>li {
	margin: 0;
	padding: 0;
	display: block;
	background-image: linear-gradient(#fff, #fff), linear-gradient(transparent, transparent);
	background-size: 0 2px, auto;
	background-repeat: no-repeat;
	background-position: bottom;
	transition: all .2s ease-out;
	color: #fff;
	line-height: normal;
	font-weight: 400;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
	position: relative
}

.Nav_level-one__960_J>ul>li.Nav_active___LVUs,
.Nav_level-one__960_J>ul>li:hover {
	background-size: 100% 2px, auto
}

.Nav_level-one__960_J>ul>li.Nav_active___LVUs {
	font-weight: 800;
	background-size: 100% 2px, auto
}

.Nav_level-one__960_J>ul>li:after {
	content: "";
	display: block;
	background-color: #fff;
	width: 6px;
	height: 6px;
	transform: rotate(45deg) skew(10deg, 10deg);
	position: absolute;
	left: calc(100% + 28px);
	top: calc(50% - 3px);
	box-shadow: 2px 2px rgba(0, 0, 0, .3)
}

.Nav_level-one__960_J>ul>li:last-child:after {
	display: none
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.Nav_level-one__960_J>ul>li,
	.Nav_level-one__960_J>ul>li:hover {
		background-size: 0 2px, auto
	}

	.Nav_level-one__960_J>ul>li.Nav_active___LVUs {
		font-weight: 800;
		background-size: 100% 2px, auto
	}

	.Nav_level-one__960_J>ul>li:after {
		transform: rotate(45deg) skew(5deg, 5deg)
	}
}

.Nav_level-one__960_J>ul>li a {
	display: flex;
	align-items: center;
	position: relative;
	color: inherit;
	text-decoration: none;
	height: 40px
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Nav_level-one__960_J>ul>li a {
		height: 50px
	}
}

.Nav_sub-nav-empty__6CykC,
.Nav_sub-nav__CRsFV {
	position: sticky;
	text-align: center;
	top: 121px;
	z-index: 1
}

.Nav_sub-nav-empty__6CykC,
.Nav_sub-nav__CRsFV {
	background: linear-gradient(180deg, #fff 31.5%, #ebe4db);
	border-bottom: 1px solid #b7a075;
	box-shadow: 0 2px 15px 0 rgba(143, 116, 66, .4)
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.Nav_sub-nav-empty__6CykC,
	.Nav_sub-nav__CRsFV {
		top: 102px
	}
}

.Nav_sub-nav__CRsFV>ul {
	display: flex;
	width: auto;
	justify-content: space-between;
	margin: 0 auto;
	max-width: -moz-fit-content;
	max-width: fit-content;
	gap: 56px;
	font-size: 2rem;
	overflow-x: auto;
	padding: 0 2.5%
}

@media screen and (max-width:1023px) {
	.Nav_sub-nav__CRsFV>ul {
		font-size: 1.7rem;
		gap: 6vw
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Nav_sub-nav__CRsFV>ul {
		width: 100%;
		overflow-x: auto;
		padding: 0 2.5%;
		font-size: min(3.6vw, 2rem)
	}
}

.Nav_sub-nav__CRsFV>ul>li {
	margin: 0;
	padding: 0;
	display: block;
	background-image: linear-gradient(#2e4052, #2e4052), linear-gradient(transparent, transparent);
	background-size: 0 2px, auto;
	background-repeat: no-repeat;
	background-position: bottom;
	transition: all .2s ease-out;
	color: #2e4052;
	line-height: normal;
	font-weight: 400;
	position: relative;
	white-space: nowrap
}

.Nav_sub-nav__CRsFV>ul>li.Nav_active___LVUs,
.Nav_sub-nav__CRsFV>ul>li:hover {
	background-size: 100% 2px, auto
}

.Nav_sub-nav__CRsFV>ul>li.Nav_active___LVUs {
	font-weight: 700;
	background-size: 100% 2px, auto
}

.Nav_sub-nav__CRsFV>ul>li:after {
	content: "";
	display: block;
	background-color: #2e4052;
	width: 6px;
	height: 6px;
	transform: rotate(45deg) skew(10deg, 10deg);
	position: absolute;
	left: unset;
	right: -34px;
	top: calc(50% - 3px)
}

.Nav_sub-nav__CRsFV>ul>li:last-child:after {
	display: none
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.Nav_sub-nav__CRsFV>ul>li,
	.Nav_sub-nav__CRsFV>ul>li:hover {
		background-size: 0 2px, auto
	}

	.Nav_sub-nav__CRsFV>ul>li.Nav_active___LVUs {
		font-weight: 800;
		background-size: 100% 2px, auto
	}

	.Nav_sub-nav__CRsFV>ul>li:after {
		right: -4vw;
		top: calc(50% - 2px);
		transform: rotate(45deg) skew(5deg, 5deg)
	}
}

.Nav_sub-nav__CRsFV>ul>li a {
	display: flex;
	align-items: center;
	position: relative;
	color: inherit;
	text-decoration: none;
	height: 40px
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.Nav_sub-nav__CRsFV>ul>li a {
		height: 42px;
		white-space: nowrap;
		padding: 0 2vw
	}
}

.site-container-de-DE .Nav_sub-nav-empty__6CykC,
.site-container-de-DE .Nav_sub-nav__CRsFV {
	top: 81px
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.site-container-de-DE .Nav_sub-nav-empty__6CykC,
	.site-container-de-DE .Nav_sub-nav__CRsFV {
		top: 53px
	}
}

@media screen and (min-width:767px) {
	.MainLayout_main__Ft2WD {
		min-height: 200px
	}
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwY.woff2) format("woff2");
	unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
	unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

html {
	font-size: 62.5%;
	line-height: 62.5%
}

body {
	background-color: #fff;
	color: #000;
	font-size: 1.6rem;
	line-height: 150%;
	direction: ltr;
	text-align: left;
	padding: 0;
	margin: 0;
	font-family: Inter, sans-serif
}

@media screen and (max-width:1023px) {
	body {
		font-size: 1.5rem
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	body {
		font-size: 3.4vw;
		line-height: 150%
	}
}

* {
	box-sizing: border-box
}

textarea {
	font-family: Inter, sans-serif
}

a {
	text-decoration: underline
}

a,
a:hover {
	color: #000
}

a:hover {
	text-decoration: none
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0 0 .5em;
	color: #42556a;
	font-weight: 700;
	line-height: 1.2em;
	font-family: Montserrat, sans-serif
}

h1 {
	font-size: 4.4rem
}

h2 {
	font-size: 3.2rem
}

h3 {
	font-size: 2.4rem
}

h4 {
	font-size: 1.8rem
}

h5 {
	font-size: 1.7rem
}

h6 {
	font-size: 1.6rem
}

@media screen and (max-width:1023px) {
	h1 {
		font-size: 210%
	}

	h2 {
		font-size: 185%
	}

	h3 {
		font-size: 140%
	}

	h4 {
		font-size: 125%
	}

	h5 {
		font-size: 110%
	}

	h6 {
		font-size: 100%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	h1 {
		font-size: 210%
	}

	h2 {
		font-size: 175%
	}

	h3 {
		font-size: 140%
	}

	h3,
	h4 {
		line-height: 1.4em
	}

	h4 {
		font-size: 120%
	}

	h5 {
		font-size: 110%
	}

	h5,
	h6 {
		line-height: 1.4em
	}

	h6 {
		font-size: 100%
	}
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	font-weight: inherit !important
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline
}

table {
	line-height: inherit
}

p,
table,
td {
	font-size: inherit
}

p {
	padding: 0;
	margin: 0 0 1em
}

ol,
ul {
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	font-size: inherit
}

ul li {
	padding: 0;
	list-style: disc
}

ol li,
ul li {
	margin: 0 0 8px;
	font-size: inherit
}

ol li {
	padding: 0 0 0 5px;
	list-style: decimal
}

ol ul li {
	list-style: disc;
	padding-left: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 8px 0 0
}

@media screen and (max-width:767px) and (orientation:portrait) {

	ol,
	ul {
		padding: 0 0 0 7vw;
		margin: 0 0 5vw
	}

	ol li,
	ul li {
		margin: 0 0 2vw
	}

	ol li {
		padding: 0 0 0 1.3vw
	}

	ol ol,
	ol ul,
	ul ol,
	ul ul {
		margin: 2vw 0 0
	}
}

hr {
	height: 1px;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	background-color: transparent;
	margin-bottom: 1em
}

.mobile {
	display: none
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.desktop {
		display: none
	}

	.mobile {
		display: inherit
	}
}

.center {
	text-align: center
}

.bordered {
	border: 1px solid #a0acba
}

.rounded {
	border-radius: 5px
}

.full-height {
	height: 100%
}

.mb-0 {
	margin-bottom: 0
}

section {
	padding: 0;
	margin: 0
}

section.main {
	padding: 2em 0
}

.wrapper {
	max-width: 1320px
}

.wide-wrapper,
.wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.wide-wrapper {
	max-width: 1720px
}

@media screen and (max-width:1789px) {
	.wide-wrapper {
		max-width: 98%
	}
}

.full-wrapper {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media screen and (max-width:1350px) {

	.full-wrapper,
	.wide-wrapper,
	.wrapper {
		max-width: 98%
	}
}

@media screen and (max-width:1023px) {

	.full-wrapper,
	.wide-wrapper,
	.wrapper {
		max-width: 95%
	}

	section.main {
		padding: 1.5em 0 1em
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.full-wrapper,
	.wide-wrapper,
	.wrapper {
		max-width: 92%
	}
}

.cms-section-block-v2 {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto 1em
}

.full-wrapper .cms-section-block-v2,
.wide-wrapper .cms-section-block-v2,
.wrapper .cms-section-block-v2 {
	max-width: 100%
}

@media screen and (max-width:1390px) {
	.cms-section-block-v2 {
		max-width: 95%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.cms-section-block-v2 {
		max-width: 92%
	}

	.full-wrapper .cms-section-block-v2,
	.wide-wrapper .cms-section-block-v2,
	.wrapper .cms-section-block-v2 {
		max-width: 100%
	}
}

.cms-section-block-v2 .cms-section-block-v2 {
	width: 100%;
	max-width: unset;
	margin-bottom: 0
}

.img-cta-container img {
	border-radius: 5px 5px 0 0
}

.img-cta-container a.cms-cta,
.img-cta-container a.cms-cta:hover {
	background-color: #72b060;
	width: 100%;
	border-radius: 0 0 5px 5px;
	text-align: center
}

.cms-section-block-v2 a.cms-cta,
.cta-center {
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-align: center
}

.cms-section-block-v2,
.img-cta-container {
	margin-bottom: 3em
}

@media screen and (max-width:1023px) {

	.cms-section-block-v2,
	.img-cta-container {
		margin-bottom: 2em
	}
}

.cms-section-block-v2 img {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto 1em
}

.media img {
	margin-bottom: 1em
}

.cms-section-block-v2 img.mobile {
	display: none
}

.cms-section-block-v2 .cms-cta {
	display: table;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.cms-section-block-v2 img,
	.media img {
		margin-bottom: .5em
	}

	.cms-section-block-v2 img.desktop {
		display: none
	}

	.cms-section-block-v2 img.mobile {
		display: inherit
	}
}

.cms-section-block-v2 p {
	margin: 0 0 1em
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.cms-section-block-v2 p {
		margin: 0 0 .6em
	}
}

.cms-section-block-v2 .block-header h1,
.cms-section-block-v2 .block-header h2,
.cms-section-block-v2 .block-header h3 {
	margin-bottom: .8em
}

.cms-section-block-v2 .block-footer p:last-child,
.cms-section-block-v2 .block-header p:last-child {
	margin-bottom: 0
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.cms-section-block-v2 .block-header h1,
	.cms-section-block-v2 .block-header h2,
	.cms-section-block-v2 .block-header h3 {
		margin-bottom: .3em
	}
}

.cms-section-block-v2>div {
	margin-bottom: 2em
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.cms-section-block-v2>div {
		margin-bottom: 1.2em
	}
}

.cms-section-block-v2>div:last-child {
	margin-bottom: 0
}

.grid-block .col {
	display: grid;
	grid-row-gap: 2em;
	grid-column-gap: 3.7em
}

.grid-block .col.middle {
	align-items: center
}

.grid-block .col.right {
	justify-items: end
}

.grid-block .col-2 {
	grid-template-columns: 1fr 1fr
}

.grid-block .col-2.auto {
	grid-template-columns: auto auto
}

.grid-block .col-3 {
	grid-template-columns: 1fr 1fr 1fr
}

.grid-block .col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr
}

.grid-block .col-2>div.full-width {
	grid-column: 1/3
}

.grid-block .col-3>div.full-width {
	grid-column: 1/4
}

.grid-block .col-4>div.full-width {
	grid-column: 1/5
}

.grid-block .col>div.span-2 {
	grid-column: auto/span 2
}

.grid-block .col>div.span-3 {
	grid-column: auto/span 3
}

.grid-block .col>div :last-child {
	margin-bottom: 0
}

.grid-block .col>div picture>img:last-child {
	margin-bottom: 1em
}

@media screen and (max-width:1023px) {
	.grid-block .col-4 {
		grid-template-columns: 1fr 1fr
	}

	.grid-block .col-4>div.full-width {
		grid-column: 1/3
	}

	.grid-block .col>div.span-3 {
		grid-column: auto
	}

	.grid-block .col-4>div:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	.grid-block .col {
		grid-column-gap: 2em
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.grid-block .col-3 {
		grid-template-columns: 1fr
	}

	.col-4 h3 {
		font-size: 124%
	}

	.grid-block .col-3>div.full-width {
		grid-column: 1/2
	}

	.grid-block.faq-table .col {
		grid-row-gap: 0
	}

	.grid-block.faq-table .col>div:not(:first-child)>table {
		border-top: 0
	}

	.grid-block .col.center-m {
		justify-items: center
	}
}

@media screen and (max-width:600px) and (orientation:portrait) {

	.grid-block .col-2,
	.grid-block .col-2.auto {
		grid-template-columns: 1fr
	}

	.grid-block .col-4 {
		grid-column-gap: 1em
	}

	.grid-block .col-2>div.full-width,
	.grid-block .col-4>div.full-width {
		grid-column: 1/2
	}
}

.flex-block .col {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-moz-column-gap: 3em;
	column-gap: 3em;
	row-gap: 2em
}

.flex-block .col>div {
	display: flex;
	flex-direction: column
}

.flex-block .col>div>p:last-of-type {
	flex-grow: 1
}

.flex-block .col-2>div {
	width: calc(50% - 1.5em)
}

.flex-block .col-3>div {
	width: calc(33.33% - 2em)
}

.flex-block .col-4>div {
	width: calc(25% - 2.25em)
}

.flex-block .col p:last-child {
	margin-bottom: 0
}

@media screen and (max-width:1023px) {
	.flex-block .col {
		-moz-column-gap: 2em;
		column-gap: 2em
	}

	.flex-block .col-2>div,
	.flex-block .col-4>div {
		width: calc(50% - 1em)
	}

	.flex-block .col-3>div {
		width: calc(33.33% - 1.34em)
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.flex-block .col-3>div {
		width: 100%
	}

	.flex-block .game-features.col-3>div {
		width: calc(50% - 1em)
	}
}

@media screen and (max-width:600px) and (orientation:portrait) {
	.flex-block .col-2>div {
		width: 100%
	}

	.flex-block .col-4 {
		-moz-column-gap: 1.4em;
		column-gap: 1.4em
	}

	.flex-block .col-4>div {
		width: calc(50% - .7em)
	}
}

.flex-block .col.align-center>div {
	text-align: center
}

.text-block .col {
	-moz-column-gap: 3em;
	column-gap: 3em
}

.text-block .col-2 {
	-moz-column-count: 2;
	column-count: 2
}

.text-block .col-3 {
	-moz-column-count: 3;
	column-count: 3
}

.text-block .col-4 {
	-moz-column-count: 4;
	column-count: 4
}

.text-block .col>div>p {
	margin: 0 0 1em
}

.text-block .col>div {
	margin: 0 0 2em
}

.text-block .col>div.full-width>p:last-child,
.text-block .col>div:last-child>p:last-child {
	margin-bottom: 0
}

.text-block .col>div.full-width {
	-moz-column-span: all;
	column-span: all
}

.text-block .col>div.block-box {
	display: inline-block
}

@media screen and (max-width:1023px) {
	.text-block .col-4 {
		-moz-column-count: 2;
		column-count: 2
	}

	.text-block .col {
		-moz-column-gap: 2em;
		column-gap: 2em
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.text-block .col-3 {
		-moz-column-count: 1;
		column-count: 1
	}

	.text-block .col>div.full-width>p:last-child {
		margin-bottom: 1.2em
	}

	.text-block .col>div>p {
		margin: 0 0 1.2em
	}
}

@media screen and (max-width:600px) and (orientation:portrait) {

	.text-block .col-2,
	.text-block .col-4 {
		-moz-column-count: 1;
		column-count: 1
	}

	.text-block .col>div>p:last-child {
		margin-bottom: 1.2em
	}

	.text-block .col>div:last-child>p:last-child {
		margin-bottom: 0
	}
}

.cms-section-block-v2.wide-text-image-block .block-image {
	max-width: calc(33.33% - 2em);
	float: left;
	margin-right: 1em
}

.cms-section-block-v2.text-image-block .block-image {
	max-width: calc(50% - 1.5em);
	float: right;
	margin-left: 3em
}

.cms-section-block-v2.text-image-block>div>div,
.cms-section-block-v2.wide-text-image-block>div>div {
	display: inline-table
}

.cms-section-block-v2.text-image-block .block-image img,
.cms-section-block-v2.wide-text-image-block .block-image img {
	margin-bottom: 0
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.cms-section-block-v2.text-image-block .block-image,
	.cms-section-block-v2.wide-text-image-block .block-image {
		max-width: none;
		float: none;
		margin-right: 0;
		margin-left: 0
	}

	.cms-section-block-v2.text-image-block .block-image img,
	.cms-section-block-v2.wide-text-image-block .block-image img {
		margin-bottom: 1em
	}

	.cms-section-block-v2.text-image-block button,
	.cms-section-block-v2.wide-text-image-block button {
		display: block;
		margin: .5em auto 0
	}
}

.cms-section-block-v2 .col.numbered {
	list-style-type: none;
	counter-reset: css-counter 0
}

.cms-section-block-v2 .col.numbered>div {
	counter-increment: css-counter 1
}

.cms-section-block-v2.flex-block .col.numbered>div>h3:first-child:before,
.cms-section-block-v2.flex-block .col.numbered>div>p:first-child:before,
.cms-section-block-v2.grid-block .col.numbered>div>h3:first-child:before,
.cms-section-block-v2.grid-block .col.numbered>div>p:first-child:before {
	content: counter(css-counter) ".";
	color: #8f7442;
	font-size: 5.5rem;
	font-weight: 700;
	margin-right: .2em;
	margin-bottom: -.1em;
	margin-top: -.03em;
	float: left;
	line-height: 90%;
	font-family: Montserrat, sans-serif;
	box-sizing: border-box
}

.cms-section-block-v2.flex-block .col.numbered>div>h3:first-child,
.cms-section-block-v2.grid-block .col.numbered>div>h3:first-child {
	display: flex;
	align-items: center
}

@media screen and (max-width:1023px) {

	.cms-section-block-v2.flex-block .col.numbered>div>h3:first-child:before,
	.cms-section-block-v2.flex-block .col.numbered>div>p:first-child:before,
	.cms-section-block-v2.grid-block .col.numbered>div>h3:first-child:before,
	.cms-section-block-v2.grid-block .col.numbered>div>p:first-child:before {
		margin-top: -.08em
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.cms-section-block-v2.flex-block .col.numbered>div>h3:first-child:before,
	.cms-section-block-v2.flex-block .col.numbered>div>p:first-child:before,
	.cms-section-block-v2.grid-block .col.numbered>div>h3:first-child:before,
	.cms-section-block-v2.grid-block .col.numbered>div>p:first-child:before {
		font-size: 12vw;
		margin-top: -.08em;
		margin-bottom: 0
	}
}

.cms-section-block-v2 .col.hashed {
	list-style-type: none;
	counter-reset: css-counter 0
}

.cms-section-block-v2 .col.hashed>div {
	counter-increment: css-counter 1
}

.cms-section-block-v2.flex-block .col.hashed>div>h3:first-child:before,
.cms-section-block-v2.flex-block .col.hashed>div>p:first-child:before,
.cms-section-block-v2.grid-block .col.hashed>div>h3:first-child:before,
.cms-section-block-v2.grid-block .col.hashed>div>p:first-child:before {
	content: "#" counter(css-counter);
	color: #8f7442;
	font-size: 8.4rem;
	font-weight: 700;
	margin-bottom: .29em;
	line-height: 90%;
	font-family: Montserrat, sans-serif;
	box-sizing: border-box;
	display: block
}

@media screen and (max-width:1023px) {

	.cms-section-block-v2.flex-block .col.hashed>div>h3:first-child:before,
	.cms-section-block-v2.flex-block .col.hashed>div>p:first-child:before,
	.cms-section-block-v2.grid-block .col.hashed>div>h3:first-child:before,
	.cms-section-block-v2.grid-block .col.hashed>div>p:first-child:before {
		font-size: 6.5rem
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.cms-section-block-v2.flex-block .col.hashed>div>h3:first-child:before,
	.cms-section-block-v2.flex-block .col.hashed>div>p:first-child:before,
	.cms-section-block-v2.grid-block .col.hashed>div>h3:first-child:before,
	.cms-section-block-v2.grid-block .col.hashed>div>p:first-child:before {
		font-size: 15vw;
		margin: 3vw auto 4vw;
		display: table
	}
}

.cms-section-block-v2.flex-block .col.checked>div>p:first-child:before,
.cms-section-block-v2.grid-block .col.checked>div>h3:first-child:before,
.cms-section-block-v2.grid-block .col.checked>div>p:first-child:before {
	content: " ";
	background-color: #8f7442;
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	display: flex;
	margin-right: 10px;
	margin-bottom: 2px;
	float: left;
	line-height: 40px;
	font-family: Montserrat, sans-serif;
	min-width: 60px;
	align-items: center;
	justify-content: center;
	height: 60px;
	box-sizing: border-box;
	background-image: url(/img/icons/check.svg);
	background-size: cover
}

.cms-section-block-v2.flex-block .col.checked>div>h3:first-child,
.cms-section-block-v2.flex-block .col.checked>div>p:first-child,
.cms-section-block-v2.grid-block .col.checked>div>h3:first-child,
.cms-section-block-v2.grid-block .col.checked>div>p:first-child {
	display: flex;
	align-items: center
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.cms-section-block-v2.flex-block .col.checked>div>h3:first-child:before,
	.cms-section-block-v2.flex-block .col.checked>div>p:first-child:before,
	.cms-section-block-v2.grid-block .col.checked>div>h3:first-child:before,
	.cms-section-block-v2.grid-block .col.checked>div>p:first-child:before {
		font-size: 15vw;
		font-weight: 900;
		margin-right: 10px;
		margin-bottom: 2px;
		line-height: 7vw;
		min-width: 11vw;
		height: 11vw
	}
}

.scrollable {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain
}

@media screen and (min-width:768px) {
	.scrollable::-webkit-scrollbar {
		width: 10px
	}

	.scrollable::-webkit-scrollbar-track {
		background: #000
	}

	.scrollable::-webkit-scrollbar-thumb {
		background: #888
	}

	.scrollable::-webkit-scrollbar-thumb:hover {
		background: #555
	}
}

#wrapfabtest {
	background-color: #0e152f
}

.grecaptcha-badge {
	visibility: hidden
}

table {
	margin-bottom: 1em;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-spacing: 0;
	border-collapse: collapse
}

table td,
table th {
	padding: 6px 10px;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8
}

table>tbody>tr>th,
table>thead>tr>td,
table>thead>tr>th {
	vertical-align: middle;
	text-align: left;
	color: #fff;
	background-color: #8da3ba;
	font-weight: 700
}

.faq-table table {
	width: 100%
}

.faq-table .col table {
	height: 100%
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.faq-table table {
		width: auto
	}
}

.faq-table table th {
	background-color: #8da3ba;
	color: #fff
}

.faq-table table thead th {
	background-color: #5f7690
}

.faq-table .col table td,
.faq-table .col table th {
	width: 50%
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.faq-table>div {
		max-width: 108%;
		overflow-x: auto;
		margin-right: -4%;
		margin-left: -4%;
		padding-left: 4%;
		padding-right: 4%
	}
}

son-auth-modals {
	--auth-modal-backdrop-background: transparent
}

.site-container-sv son-auth-modals {
	--auth-modal-backdrop-background: rgba(0, 0, 0, .7)
}

.golden .col>div>div {
	color: #8f7442;
	font-size: 8.4rem;
	font-weight: 700;
	line-height: 90%;
	font-family: Montserrat, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-bottom: .29em
}

.steps .col>div>div:after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(/img/icons/steps-arrow-right.svg) no-repeat 50%/100%
}

.steps .col>div:last-child>div:after {
	display: none
}

@media screen and (max-width:1279px) {
	.golden .col>div>div {
		font-size: 6vw
	}

	.steps .col>div>div:after {
		width: 3.25vw;
		height: 3.25vw
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.steps .col>div {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0
	}

	.steps .col>div:after {
		content: "";
		background: url(/img/icons/steps-arrow-right.svg) no-repeat 50%/100%;
		width: 10.65vw;
		height: 10.65vw;
		transform: rotate(90deg);
		margin-top: 3vw
	}

	.steps .col>div:last-child:after {
		display: none
	}

	.golden .col>div>div {
		font-size: 15vw;
		justify-content: center
	}

	.steps .col>div>div {
		margin: 3vw auto 5vw
	}

	.steps .col>div>div:after {
		display: none
	}

	.golden .col-4 {
		grid-template-columns: 1fr
	}
}

.main-item,
.main-item-bg {
	max-width: none;
	width: 100%;
	padding: 100px 0;
	position: relative;
	background: linear-gradient(120.82deg, #ececec 24.74%, #e1d6c7 80.43%);
	margin-left: 0;
	margin-right: 0;
	margin-top: 0
}

.main-item-bg:after,
.main-item-bg:before,
.main-item:after,
.main-item:before {
	content: "";
	width: 100%;
	height: 120px;
	position: absolute;
	right: 0;
	left: 0
}

.main-item-bg:before,
.main-item:before {
	top: -1px;
	background: url(../img/shadowed-block-top.svg) no-repeat top
}

.main-item-bg:after,
.main-item:after {
	bottom: -1px;
	background: url(../img/shadowed-block-bottom.svg) no-repeat bottom
}

.main-item :global(.cms-section-block-v2),
.main-item-bg :global(.cms-section-block-v2) {
	width: 98%;
	margin-bottom: 0
}

@media screen and (max-width:1023px) {

	.main-item,
	.main-item-bg {
		background: linear-gradient(0deg, #ececec 25.48%, #e1d6c7 92.62%);
		padding: 8vw 2.5% 9.5vw
	}

	.main-item-bg:after,
	.main-item-bg:before,
	.main-item:after,
	.main-item:before {
		height: 11vw
	}

	.main-item-bg:before,
	.main-item:before {
		background: url(/img/shadowed-block-top-tablet.svg) no-repeat top/100vw
	}

	.main-item-bg:after,
	.main-item:after {
		background: url(/img/shadowed-block-bottom-tablet.svg) no-repeat bottom/100vw
	}

	.main-item :global(.cms-section-block-v2),
	.main-item-bg :global(.cms-section-block-v2) {
		width: 100%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.main-item,
	.main-item-bg {
		padding: 12vw 4% 15vw;
		margin-bottom: 7vw
	}

	.main-item-bg:after,
	.main-item-bg:before,
	.main-item:after,
	.main-item:before {
		height: 23.66vw
	}

	.main-item-bg:before,
	.main-item:before {
		background: url(/img/shadowed-block-top-mobile.svg) no-repeat top/100vw
	}

	.main-item-bg:after,
	.main-item:after {
		background: url(/img/shadowed-block-bottom-mobile.svg) no-repeat bottom/100vw
	}
}

.main-item h2 {
	max-width: 1650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 6.9rem;
	margin-bottom: .7em
}

@media screen and (max-width:1350px) {
	.main-item h2 {
		max-width: 98%;
		font-size: 5.9rem
	}
}

.main-item img {
	margin: 0
}

.main-item-bg>div,
.main-item>div {
	width: 95%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto
}

.main-item>div {
	display: flex;
	-moz-column-gap: 4%;
	column-gap: 4%
}

@media screen and (max-width:1023px) {
	.main-item>div {
		width: 100%
	}
}

.main-item>div>div {
	width: 50%;
	display: flex;
	flex-direction: column
}

.main-item button {
	margin: 0 auto;
	font-size: 3rem
}

@media screen and (max-width:1023px) {
	.main-item h2 {
		font-size: 5rem;
		margin-bottom: .5em
	}

	.main-item img {
		margin-bottom: 1em
	}

	.main-item>div>div {
		width: 100%
	}

	.main-item>div {
		flex-direction: column-reverse
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.main-item h2 {
		font-size: 7.5vw;
		margin-bottom: .7em
	}

	.main-item button {
		font-size: 6vw;
		margin-top: .5em
	}
}

.main-item.hp-main-1>div>div:first-child {
	width: 30%
}

.main-item.hp-main-1>div>div:last-child {
	width: 70%
}

@media screen and (max-width:1023px) {

	.main-item.hp-main-1>div>div:first-child,
	.main-item.hp-main-1>div>div:last-child {
		width: 100%
	}

	.main-item.hp-main-1>div>div img {
		margin-left: -2.5%;
		margin-right: -2.5%;
		max-width: 105%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.main-item.hp-main-1>div>div img {
		margin-left: -4%;
		margin-right: -4%;
		max-width: 108%
	}
}

.main-item.hp-main-1>div>div:last-child>p:last-child {
	flex-grow: 1
}

.main-item.hp-main-2 {
	background-image: url(../img/promotion-desktop.webp);
	background-size: cover;
	color: #fff;
	min-height: calc((100vw / (1920 / 945) - 100px));
	align-content: center;
	background-position-x: center
}

@media screen and (max-width:1023px) {
	.main-item.hp-main-2 {
		background-image: url(/img/hp/promotion-tablet.webp);
		background-size: contain;
		color: #fff;
		min-height: unset;
		align-content: center;
		background-position-x: center;
		background-position-y: bottom;
		background-repeat: no-repeat;
		background-color: #1b232e;
		padding-bottom: 34%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {
	.main-item.hp-main-2 {
		padding-bottom: 38%
	}
}

.main-item.hp-main-2 h2 {
	width: 100%;
	font-size: 160%;
	color: #e1d6c7;
	text-align: left
}

.main-item.hp-main-2 a {
	color: #fff
}

.main-item.hp-main-2>div {
	justify-content: flex-end
}

.main-item.hp-main-2>div>div:first-child {
	width: 100%;
	padding-left: 53%
}

@media screen and (max-width:1023px) {
	.main-item.hp-main-2>div>div:first-child {
		padding-left: 0
	}
}

.main-item.hp-main-3 {
	padding-bottom: 0
}

.main-item.hp-main-3 h2 {
	width: 100%;
	font-size: 160%;
	text-align: left
}

.main-item.hp-main-3>div>div:first-child {
	width: 30%;
	padding-bottom: 80px
}

.main-item.hp-main-3>div>div:last-child {
	width: 70%;
	background-image: url(../img/phone-desktop.webp);
	background-size: contain;
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat
}

@media screen and (max-width:1320px) {
	.main-item.hp-main-3>div>div:first-child {
		width: 40%
	}

	.main-item.hp-main-3>div>div:last-child {
		width: 60%
	}
}

@media screen and (max-width:1200px) {
	.main-item.hp-main-3>div>div:first-child {
		width: 45%
	}

	.main-item.hp-main-3>div>div:last-child {
		width: 55%
	}
}

@media screen and (max-width:1023px) {

	.main-item.hp-main-3>div>div:first-child,
	.main-item.hp-main-3>div>div:last-child {
		width: 50%
	}
}

@media screen and (max-width:767px) and (orientation:portrait) {

	.main-item.hp-main-3>div>div:first-child,
	.main-item.hp-main-3>div>div:last-child {
		width: 100%
	}

	.main-item.hp-main-3>div>div:first-child {
		background-image: url(../img/phone-desktop.webp);
		background-size: contain;
		background-position-x: center;
		background-position-y: bottom;
		background-repeat: no-repeat
	}

	.main-item.hp-main-3>div>div:first-child button {
		margin-top: 45%
	}

	.main-item.hp-main-3>div>div:last-child {
		background-image: none
	}
}