.stay-notice_root__TPUkG {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	border-bottom: 1px solid #cacaca;
	background: #fffaeb;
	position: relative;
	cursor: pointer
}

@media(max-width:767px) {
	.stay-notice_root__TPUkG {
		cursor: none
	}[	dir=ltr] .stay-notice_root__TPUkG {
		padding: 10px 6px 10px 0
	}[	dir=rtl] .stay-notice_root__TPUkG {
		padding: 10px 0 10px 6px
	}
}

.stay-notice_root__TPUkG .stay-notice_contentBox__fAW2p {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	color: #000;
	font-weight: 500
}

@media(max-width:767px) {
	.stay-notice_root__TPUkG .stay-notice_contentBox__fAW2p {
		gap: 8px
	}
}

.stay-notice_root__TPUkG .stay-notice_contentBox__fAW2p .stay-notice_tip__pK3f4 {
	width: 22px;
	height: 22px
}

.stay-notice_root__TPUkG .stay-notice_contentBox__fAW2p .stay-notice_more__Q0sDo {
	color: #006cf6;
	cursor: pointer
}

@media(max-width:767px) {
	.stay-notice_root__TPUkG .stay-notice_contentBox__fAW2p .stay-notice_more__Q0sDo {
		cursor: none
	}
}

.stay-notice_root__TPUkG .stay-notice_close__tAMWD {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(/_next/static/media/close.9b98bf34.svg) no-repeat 50%;
	background-size: cover;
	cursor: pointer
}[dir=ltr] .stay-notice_root__TPUkG .stay-notice_close__tAMWD {
	right: 10px
}[dir=rtl] .stay-notice_root__TPUkG .stay-notice_close__tAMWD {
	left: 10px
}

@media(max-width:1199px) {
	.stay-notice_root__TPUkG .stay-notice_close__tAMWD {
		width: 16px;
		height: 16px;
		background: url(/_next/static/media/h5-close.3b16e2fb.svg) no-repeat 50%
	}
}

@media(max-width:767px) {
[	dir=ltr] .stay-notice_root__TPUkG .stay-notice_close__tAMWD {
		right: 8px
	}[	dir=rtl] .stay-notice_root__TPUkG .stay-notice_close__tAMWD {
		left: 8px
	}
}

.stay-notice_popupBox__jzwIR {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity .5s ease
}

.stay-notice_popupBox__jzwIR.stay-notice_entering___apEm,.stay-notice_popupBox__jzwIR.stay-notice_exiting__zrVu1 {
	opacity: 0
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf {
	width: 480px;
	max-height: 660px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	padding: 40px 24px 32px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	transform: scale(1);
	transition: transform .5s cubic-bezier(.175,.885,.32,1.275)
}[dir=ltr] .stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf {
	background: linear-gradient(180deg,#ffd9c3,#fff 37.9%)
}[dir=rtl] .stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf {
	background: linear-gradient(-180deg,#ffd9c3,#fff 37.9%)
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf.stay-notice_entering___apEm,.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf.stay-notice_exiting__zrVu1 {
	transform: scale(.7)
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(/_next/static/media/pc-rice.f9174e80.svg) no-repeat;
	width: 480px;
	height: 402px;
	z-index: 0
}

@media(max-width:767px) {
	.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf {
		width: 90%;
		max-height: 80dvh;
		padding: 32px 24px 24px
	}

	.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf:before {
		background: url(/_next/static/media/h5-rice.45ef6c78.svg) no-repeat;
		width: 100%;
		height: 114%
	}
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_popupClose__xxS_D {
	width: 46px;
	height: auto
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d {
	flex: 1 1;
	overflow-y: auto;
	color: #000;
	position: relative;
	z-index: 1
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d>p {
	font-size: 16px;
	font-weight: 700
}

@media(max-width:767px) {
	.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d>p {
		font-size: 14px
	}
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_title__S70no {
	font-size: 32px
}

@media(max-width:767px) {
	.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_title__S70no {
		font-size: 20px
	}
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_subTitle__Xp7hO {
	color: #dc6803;
	font-size: 32px
}

@media(max-width:767px) {
	.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_subTitle__Xp7hO {
		font-size: 20px
	}
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_desBox__XvzVy {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px
}

@media(max-width:767px) {
	.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_desBox__XvzVy {
		gap: 12px;
		margin-top: 12px
	}
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_desBox__XvzVy p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5
}

@media(max-width:767px) {
	.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_desBox__XvzVy p {
		font-size: 14px
	}
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_desBox__XvzVy p span {
	font-weight: 700
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_tipContent__njH_d .stay-notice_desBox__XvzVy p a {
	color: #006cf6;
	text-decoration: underline
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_btn__ORZyk {
	width: 100%;
	height: 52px;
	min-height: 52px;
	border: none;
	outline: none;
	background: #006cf6;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s;
	position: relative;
	z-index: 2
}

.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_btn__ORZyk:active,.stay-notice_popupBox__jzwIR .stay-notice_popupContent__B8wBf .stay-notice_btn__ORZyk:hover {
	opacity: .9
}

.Logo_logo-box-afa__YgIU5 {
	display: flex;
	align-items: center
}

.Logo_logo-box-afa__YgIU5 .Logo_logo-box-link__XLPpu {
	display: inline-block;
	height: 28px;
	padding: 0;
	margin: 0;
	text-decoration: none
}

@media(max-width:767px) {
	.Logo_logo-box-afa__YgIU5 .Logo_logo-box-link__XLPpu {
		height: 20px
	}
}

.Logo_logo-box-afa__YgIU5 .Logo_logo-box-img__L__s4 {
	width: 139px;
	height: 28px;
	cursor: pointer
}

@media(max-width:767px) {
	.Logo_logo-box-afa__YgIU5 .Logo_logo-box-img__L__s4 {
		width: 99px;
		height: 20px
	}
}

.Logo_logo-box-afa__YgIU5 .Logo_line__Oqcd_ {
	display: block;
	width: 1px;
	height: 24px;
	background-color: #000;
	margin: 0 12px
}

div[data-opacity=true] .Logo_logo-box-afa__YgIU5 .Logo_line__Oqcd_ {
	background-color: #f5f6f7
}

@media(max-width:767px) {
	.Logo_logo-box-afa__YgIU5 .Logo_line__Oqcd_ {
		margin: 0 8px;
		height: 14px
	}
}

.Logo_logo-box-afa__YgIU5 .Logo_afaImg__q2Fu_ {
	margin-top: 4px;
	width: 22px;
	height: auto
}

@media(max-width:767px) {
	.Logo_logo-box-afa__YgIU5 .Logo_afaImg__q2Fu_ {
		margin-top: 2px;
		width: 14px;
		height: auto
	}
}

.Logo_logo-box__IMFht .Logo_logo-box-img__L__s4 {
	display: block;
	width: 149px;
	height: 30px;
	cursor: pointer
}

@media(max-width:1199px) {
	.Logo_logo-box__IMFht .Logo_logo-box-img__L__s4 {
		width: 160px;
		height: 36px
	}
}

@media(max-width:767px) {
	.Logo_logo-box__IMFht .Logo_logo-box-img__L__s4 {
		width: 30.7692307692vw;
		height: 6.1538461538vw
	}
}

.Logo_logo-box-with__NYgmH {
	display: flex;
	align-items: center;
	justify-content: center;
	--w: 88px
}

.Logo_logo-box-with__NYgmH span {
	width: 1px;
	height: calc(var(--w)*.7);
	background: hsla(0,0%,100%,.2);
	margin: 0 16px
}

@media(max-width:767px) {
	.Logo_logo-box-with__NYgmH span {
		height: calc(var(--w)*.3)
	}
}

.Logo_logo-box-with__NYgmH img {
	width: var(--w);
	height: auto
}

@media(max-width:767px) {
	.Logo_logo-box-with__NYgmH img {
		width: 44px;
		height: auto
	}
}

@media screen and (min-width:1200px) {
	.DownloadHoverBox_download-hover-box__nZdjA {
		display: flex;
		flex-direction: column;
		padding: 20px;
		background: #fff;
		border: 1px solid #fff;
		border-radius: 4px;
		box-shadow: 0 3px 13px 0 rgba(0,0,0,.17);
		z-index: 99
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f {
		display: flex;
		align-items: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #dfe0ea
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none
	}[	dir=ltr] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-left__xNc39 {
		margin-right: 20px
	}[	dir=rtl] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-left__xNc39 {
		margin-left: 20px
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-left__xNc39 .DownloadHoverBox_logo__JwUdc {
		width: 120px;
		height: 120px;
		padding: 6px;
		border: 1px solid #dfe0ea;
		border-radius: 6px;
		overflow: hidden
	}[	dir=ltr] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-left__xNc39 .DownloadHoverBox_logo__JwUdc.DownloadHoverBox_desktop-img__jyqNh {
		padding: 20px 0 12px 4px
	}[	dir=rtl] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-left__xNc39 .DownloadHoverBox_logo__JwUdc.DownloadHoverBox_desktop-img__jyqNh {
		padding: 20px 4px 12px 0
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG {
		display: flex;
		flex-direction: column;
		line-height: 100%
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_title__44NPk {
		margin-bottom: 4px;
		font-size: 16px;
		font-weight: 700;
		line-height: 19px
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_sub__9BYIT {
		margin-bottom: 24px;
		font-size: 12px;
		line-height: 17px;
		color: rgba(60,63,67,.6)
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_btns__iy_Tk {
		display: flex;
		align-items: center
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_btns__iy_Tk a {
		line-height: 100%
	}[	dir=ltr] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_btns__iy_Tk a {
		margin-right: 12px
	}[	dir=rtl] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_btns__iy_Tk a {
		margin-left: 12px
	}[	dir=ltr] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_btns__iy_Tk a:last-child {
		margin-right: 0
	}[	dir=rtl] .DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_btns__iy_Tk a:last-child {
		margin-left: 0
	}

	.DownloadHoverBox_download-hover-box__nZdjA .DownloadHoverBox_hover-box__OxN6f .DownloadHoverBox_hover-box-right__LgYmG .DownloadHoverBox_btns__iy_Tk .DownloadHoverBox_desktop-btn__DvyyQ {
		min-width: 118px;
		padding: 0 24px;
		height: 36px;
		border-radius: 8px;
		background-color: var(--bgPrimary);
		line-height: 36px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		font-size: 14px;
		cursor: pointer
	}
}

@media screen and (min-width:767px)and (max-width:1200px) {
	.DownloadHoverBox_download-hover-box__nZdjA {
		display: none
	}
}

@media screen and (max-width:767px) {
	.DownloadHoverBox_download-hover-box__nZdjA {
		display: none
	}
}

.trustpilot-score_root__NB6IR {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #8acf43;
	line-height: 0
}

.trustpilot-score_bg__p5rWR {
	gap: 2px
}

.trustpilot-score_bg__p5rWR svg {
	width: 22px;
	height: 22px
}

.DonwloadTopBanner_download-top-banner__W3Hpp {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-bottom: .5px solid rgba(0,0,0,.1);
	z-index: 999
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A {
	flex: 0 0 auto;
	display: flex;
	align-items: center
}[dir=ltr] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A {
	margin-right: 8px
}[dir=rtl] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A {
	margin-left: 8px
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-icon__boSy5 {
	flex: 0 0 36px;
	width: 36px;
	height: 36px
}[dir=ltr] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-icon__boSy5 {
	margin-right: 12px
}[dir=rtl] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-icon__boSy5 {
	margin-left: 12px
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-content__ewxWf {
	color: #000
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-content__ewxWf .DonwloadTopBanner_app-name__Eitqz {
	font-size: 16px;
	font-weight: 500
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-content__ewxWf .DonwloadTopBanner_trust-score-box__Qp1IA {
	display: flex;
	align-items: center;
	font-size: 12px
}[dir=ltr] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-content__ewxWf .DonwloadTopBanner_trust-score-box__Qp1IA .DonwloadTopBanner_trust-score__suUR7 {
	margin-right: 4px
}[dir=rtl] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-content__ewxWf .DonwloadTopBanner_trust-score-box__Qp1IA .DonwloadTopBanner_trust-score__suUR7 {
	margin-left: 4px
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_banner-info-box__mbl3A .DonwloadTopBanner_box-content__ewxWf .DonwloadTopBanner_trust-score-box__Qp1IA svg {
	width: 16px;
	height: 16px
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_install-btn__00UrW {
	width: 80px;
	height: 34px;
	border-radius: 4px;
	background-color: var(--bgPrimary);
	line-height: 34px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer
}

.DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_close-btn__MOQ5E {
	position: absolute;
	top: 4px;
	width: 10px;
	height: 10px;
	background: url(/_next/static/media/icon-close.d26e2861.svg) no-repeat 50%;
	cursor: pointer
}[dir=ltr] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_close-btn__MOQ5E {
	right: 4px
}[dir=rtl] .DonwloadTopBanner_download-top-banner__W3Hpp .DonwloadTopBanner_close-btn__MOQ5E {
	left: 4px
}

.Navigation_hide-header-wrap__DAvdv {
	display: none
}

@media screen and (min-width:1200px) {
	.Navigation_header-wrap__ixu0o[data-opacity=true],.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM {
		background-color: transparent
	}

	.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM .Navigation_logo-box__gG_5X .Navigation_slog__zilPP,.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li>.Navigation_navbar-item-title__ZR43V {
		color: #f5f6f7
	}

	.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_header-login__7_TUL {
		color: #f5f6f7;
		border: 1px solid #f5f6f7
	}

	.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo .Navigation_download-icon__x13ya,.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang-btn__6Qegl .Navigation_lang-icon__1j6Wd,.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang-btn__6Qegl .Navigation_lang-symbol__Tsdj7,.Navigation_header-wrap__ixu0o[data-opacity=true] .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_displayArea__JabOS .Navigation_avatar-icon__msQvD {
		color: #f5f6f7
	}

	.Navigation_header-wrap__ixu0o {
		width: 100%;
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 999
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm {
		display: none
	}

	.Navigation_header-wrap__ixu0o.Navigation_shadowed__GmgXb {
		border-bottom: 1px solid rgba(20,22,26,.1)
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK {
		background: #010f24;
		text-align: center;
		min-height: 38px
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip__ExYHf {
		display: block;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		line-height: 18px;
		margin: 0 auto;
		padding: 10px 40px
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip__ExYHf b {
		font-weight: 700
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip-eu__kezr7 {
		font-size: 16px
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title-au__PI6JI {
		background: #010f24;
		padding: 0 40px;
		display: flex;
		justify-content: flex-end;
		height: 30px;
		gap: 16px;
		align-items: center
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title-au__PI6JI a {
		color: #f5f6f7;
		cursor: pointer;
		font-size: 14px;
		font-weight: 400;
		line-height: 160%;
		text-decoration: none
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title-au__PI6JI a.Navigation_disabled__HqYwp {
		color: rgba(245,246,247,.66);
		cursor: not-allowed
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title-au__PI6JI .Navigation_line__t0Txa {
		background-color: rgba(245,246,247,.16);
		height: 12px;
		width: 1px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 68px;
		margin: 0 auto;
		padding: 0 40px;
		position: relative;
		background-color: #000;
		white-space: nowrap
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_logo-box__gG_5X {
		display: flex;
		gap: 12px;
		height: 40px;
		flex-shrink: 0
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_logo-box__gG_5X .Navigation_logo-box-img__by9RL {
		display: block;
		width: 139px;
		height: 28px;
		cursor: pointer
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_logo-box__gG_5X .Navigation_slog__zilPP {
		display: block;
		width: 110px;
		font-size: 12px;
		line-height: 1.2;
		white-space: wrap;
		margin-top: 6px;
		color: #000
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI {
		position: relative;
		height: 100%;
		flex: 1 1
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_measure-nav__d17rU {
		position: absolute;
		visibility: hidden;
		pointer-events: none;
		top: -9999px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_measure-nav__d17rU {
		left: -9999px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_measure-nav__d17rU {
		right: -9999px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf {
		display: flex;
		align-items: center;
		height: 100%;
		flex-wrap: wrap;
		justify-content: center
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li {
		display: flex;
		align-items: center;
		height: 100%;
		margin: 0;
		padding: 0 16px;
		position: relative
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_multi-cols__u0rTo {
		display: flex;
		justify-content: space-between;
		gap: 24px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_multi-cols__u0rTo .Navigation_more-col__9PHp8 {
		display: flex;
		flex-direction: column;
		padding: 0!important
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_multi-cols__u0rTo .Navigation_more-col__9PHp8 .Navigation_more-title__AawdR {
		font-size: 14px!important;
		color: rgba(20,22,26,.56);
		font-weight: 400!important
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_multi-cols__u0rTo .Navigation_more-col__9PHp8 .Navigation_more-title__AawdR:hover {
		color: #0057ff
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li:hover .Navigation_item-select__Ke1Je {
		max-height: 500px;
		visibility: visible
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li:hover .Navigation_header-arrow__fmCju {
		border-bottom: 1px solid #000
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li:hover .Navigation_header-arrow__fmCju {
		border-right: 1px solid #000
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li:hover .Navigation_header-arrow__fmCju {
		border-left: 1px solid #000
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li>.Navigation_navbar-item-title__ZR43V {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 16px;
		margin: 0!important;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		font-weight: 500
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li>.Navigation_navbar-item-title__ZR43V:hover {
		color: #0057ff
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_header-arrow__fmCju {
		display: block;
		width: 10px;
		height: 8px;
		border-bottom: 1px solid rgba(60,63,67,.6);
		margin-top: -4px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_header-arrow__fmCju {
		border-right: 1px solid rgba(60,63,67,.6);
		transform: rotate(45deg)
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_header-arrow__fmCju {
		border-left: 1px solid rgba(60,63,67,.6);
		transform: rotate(-45deg)
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je {
		position: absolute;
		top: 60px;
		padding: 24px;
		min-width: 150px;
		background: #fff;
		border-radius: 16px;
		z-index: 1000;
		cursor: pointer;
		box-shadow: 0 6px 25px 0 rgba(0,0,0,.078);
		max-height: 0;
		visibility: hidden;
		overflow: hidden;
		transition: max-height .5s ease-out
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je {
		left: -20px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je {
		right: -20px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je.Navigation_item-select-center__xZN4j {
		transform: translateX(-50%);
		left: 50%
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je.Navigation_item-select-center__xZN4j {
		transform: translateX(50%);
		right: 50%
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je:hover a {
		cursor: pointer!important
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item-select-a__CYBVe {
		white-space: nowrap;
		display: flex;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		font-size: 16px;
		color: #14161a;
		padding: 0;
		line-height: 160%;
		margin-bottom: 16px!important;
		cursor: pointer
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item-select-a__CYBVe:last-child {
		margin-bottom: 0!important
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item-select-a__CYBVe:hover {
		color: #0057ff
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf>li+li {
		margin-left: 8px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf>li+li {
		margin-right: 8px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD {
		height: 100%;
		display: flex;
		justify-content: flex-end;
		flex-direction: row;
		align-items: center;
		margin-bottom: 0;
		list-style: none;
		flex-shrink: 0
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD {
		padding-left: 0
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD {
		padding-right: 0
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_header-login__7_TUL {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		cursor: pointer;
		border: 1px solid #fff;
		border-radius: 10px;
		padding: 0 16px;
		box-sizing: border-box;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_header-login__7_TUL {
		margin-right: 12px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_header-login__7_TUL {
		margin-left: 12px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_header-login__7_TUL:hover {
		color: #0057ff;
		border: 1px solid #0057ff
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 {
		position: relative
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 :hover .Navigation_displayArea__JabOS .Navigation_avatar-icon__msQvD {
		color: var(--bgPrimary)
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_displayArea__JabOS {
		display: flex;
		flex-direction: row;
		align-items: center;
		cursor: pointer;
		height: 68px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_displayArea__JabOS {
		margin: 0 16px 0 0
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_displayArea__JabOS {
		margin: 0 0 0 16px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_displayArea__JabOS .Navigation_avatar-icon__msQvD {
		color: #14161a;
		width: 24px;
		height: 24px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_loginStatusList__DyzwQ {
		position: absolute;
		top: 60px;
		padding: 12px;
		background: #fff;
		border-radius: 4px;
		z-index: 1000;
		min-width: 175px;
		cursor: pointer;
		box-shadow: 0 6px 25px 0 rgba(0,0,0,.078);
		max-height: 0;
		visibility: hidden;
		overflow: hidden;
		transition: max-height .5s ease-out
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_loginStatusList__DyzwQ {
		left: -24px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_loginStatusList__DyzwQ {
		right: -24px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_loginStatusList__DyzwQ div {
		display: flex;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		color: #000;
		padding: 0 12px;
		height: 32px;
		margin-bottom: 12px;
		border-radius: 4px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_loginStatus__kFxV3 .Navigation_loginStatusList__DyzwQ div:hover {
		background-color: #f6f6f7
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD li {
		position: relative;
		line-height: 32px;
		font-size: 16px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD li {
		float: right
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD li {
		float: left
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_trade-open-wrapper__U0N30 {
		line-height: 40px;
		height: 40px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_trade-open-wrapper__U0N30 .Navigation_tradeOpen__XUuzu {
		padding: 8px 16px;
		border-radius: 10px;
		background: #0057ff;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		line-height: inherit!important;
		cursor: pointer;
		text-decoration: none;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_trade-open-wrapper__U0N30 .Navigation_tradeOpen__XUuzu:hover {
		opacity: .85
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo {
		position: relative;
		display: flex;
		align-items: center;
		height: 100%
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo {
		margin-right: 16px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo {
		margin-left: 16px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo:hover .Navigation_download-icon__x13ya {
		color: #0057ff
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo:hover .Navigation_download-popover__WfiQU {
		display: block
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo .Navigation_download-icon__x13ya {
		display: flex;
		align-items: center;
		margin: 0;
		cursor: pointer;
		color: #14161a;
		display: inline-block;
		height: 24px;
		width: 24px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo .Navigation_download-popover__WfiQU {
		display: none;
		position: absolute;
		top: 100%
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo .Navigation_download-popover__WfiQU {
		right: -168px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_download-wrapper__FDFAo .Navigation_download-popover__WfiQU {
		left: -168px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG {
		height: 100%;
		position: relative
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG {
		float: right;
		margin-right: 16px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG {
		float: left;
		margin-left: 16px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang-btn__6Qegl .Navigation_lang-icon__1j6Wd,.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang-btn__6Qegl .Navigation_lang-symbol__Tsdj7 {
		color: #0057ff
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang__gloKK {
		visibility: visible;
		height: auto;
		max-height: 480px;
		overflow-y: auto
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang__gloKK {
		left: -80px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang__gloKK {
		right: -80px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_langEu__GLswv {
		height: 100px
	}
}

@media screen and (min-width:1200px)and (min-width:1250px)and (max-width:1420px) {
	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang__gloKK {
		visibility: visible;
		height: auto
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang__gloKK {
		left: -120px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_lang__gloKK {
		right: -120px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG:hover .Navigation_langEu__GLswv {
		height: 100px
	}
}

@media screen and (min-width:1200px) {
	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang-btn__6Qegl {
		display: flex;
		align-items: center;
		margin: 22px 0
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang-btn__6Qegl .Navigation_lang-icon__1j6Wd {
		cursor: pointer;
		color: #14161a;
		display: inline-block;
		height: 24px;
		width: 24px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang-btn__6Qegl .Navigation_lang-symbol__Tsdj7 {
		display: inline-block;
		height: 24px;
		color: #14161a;
		line-height: 24px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK {
		visibility: hidden;
		position: absolute;
		width: 180px;
		background: #fff;
		z-index: 9999;
		box-shadow: 0 4px 12px 0 rgba(0,0,0,.1);
		border-radius: 4px;
		cursor: pointer;
		padding: 12px;
		height: 0;
		overflow: hidden;
		transition: height .5s
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK {
		left: -120px;
		text-align: left
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK {
		right: -120px;
		text-align: right
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK li {
		width: 100%
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK li a {
		width: 100%;
		line-height: 32px;
		cursor: pointer;
		padding: 0 12px;
		color: #000;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 12px;
		display: block
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK li a:hover {
		background: #f6f6f7
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK li a.Navigation_active__hNkeL {
		color: var(--bgPrimary)
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM .Navigation_first-nav__yydvD .Navigation_lang-wrapper__cLfjG .Navigation_lang__gloKK li:last-child a {
		margin: 0
	}
}

@media screen and (max-width:767px) {
	.Navigation_header-wrap__ixu0o {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		background: #000;
		z-index: 999
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] {
		background-color: transparent
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH .Navigation_slog__zilPP {
		color: #f5f6f7
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		color: #f5f6f7;
		border: 1px solid #f5f6f7
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK .Navigation_avatar-icon__msQvD,.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_select__wA0c_ {
		color: #f5f6f7
	}

	.Navigation_header-wrap__ixu0o.Navigation_shadowed__GmgXb {
		border-bottom: 1px solid rgba(20,22,26,.1)
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK {
		background: #010f24;
		text-align: center
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip__ExYHf {
		display: block;
		width: 100%;
		font-size: 3.0769230769vw;
		font-weight: 400;
		color: #fff;
		padding: 3.0769230769vw 5.1282051282vw
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip__ExYHf b {
		font-weight: 700
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip-eu__kezr7 {
		padding: 3.0769230769vw 5.1282051282vw 4.358974359vw;
		position: relative;
		display: block
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip-eu__kezr7:after {
		content: "";
		position: absolute;
		bottom: 2.0512820513vw;
		background: url(/_next/static/media/arrow.9c9aef72.svg) 50% no-repeat;
		background-size: 100%;
		width: 2.5641025641vw;
		height: 1.2820512821vw
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip-eu__kezr7:after {
		left: 50%;
		transform: translateX(-50%)
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip-eu__kezr7:after {
		right: 50%;
		transform: translateX(50%)
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip-eu__kezr7.Navigation_expanded__8THr2:after {
		transform: translateX(-50%) rotate(180deg)
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip-eu__kezr7.Navigation_expanded__8THr2:after {
		transform: translateX(50%) rotate(-180deg)
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title-au__PI6JI,.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM {
		display: none
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm {
		width: 100%;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 16px;
		position: relative
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X {
		display: flex;
		gap: 8px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_logo-box-img__by9RL {
		width: 99px;
		height: 20px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH {
		width: 75px;
		overflow: hidden
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH .Navigation_slog__zilPP {
		display: block;
		width: 150px;
		font-size: 18px;
		line-height: 1.2;
		margin-top: 2px;
		color: #14161a
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH .Navigation_slog__zilPP {
		transform: scale(50%) translateX(-74px)
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH .Navigation_slog__zilPP {
		transform: scale(50%) translateX(74px)
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw {
		display: flex;
		align-items: center;
		height: 28px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		display: flex;
		align-items: center;
		color: #fff;
		border-radius: 6px;
		border: 1px solid #fff;
		font-size: 12px;
		font-weight: 500;
		padding: 0 8px;
		height: 28px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		margin-right: 12px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		margin-left: 12px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx.Navigation_login-es__AzxnZ {
		padding: 0 4px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx.Navigation_login-es__AzxnZ {
		margin-right: 4px!important
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx.Navigation_login-es__AzxnZ {
		margin-left: 4px!important
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK {
		width: 24px;
		height: 24px;
		cursor: pointer
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK {
		margin-right: 12px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK {
		margin-left: 12px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK .Navigation_avatar-icon__msQvD {
		width: 100%;
		height: 100%;
		color: #14161a
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_select__wA0c_ {
		width: 24px;
		height: 24px;
		color: #14161a;
		cursor: pointer
	}@	keyframes Navigation_ssss__SHIpD {
		0%{max-height: 0;
		visibility: hidden
	}

	to {
		max-height: 100vh;
		visibility: visible
	}
}

@keyframes Navigation_ssss2__Roltw {
	0% {
		max-height: 100vh;
		visibility: visible
	}

	to {
		max-height: 0;
		visibility: hidden
	}
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx {
	width: 100%;
	position: absolute;
	top: 52px;
	padding: 0 16px;
	box-shadow: 0 19px 24px 0 rgba(0,0,0,.071);
	border-radius: 0 0 10px 10px;
	overflow-y: auto;
	z-index: 9;
	background-color: #fff;
	transition: max-height .5s ease-in-out;
	visibility: visible;
	max-height: 0
}[dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx {
	left: 0
}[dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx {
	right: 0
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx::-webkit-scrollbar {
	display: none
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx.Navigation_active__hNkeL {
	max-height: 66vh;
	visibility: visible
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI,.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf {
	width: 100%
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_selectUp__s7WAT {
	font-size: 14px;
	font-weight: 700;
	color: #14161a
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_selectUp__s7WAT.Navigation_lang-wrapper__cLfjG {
	display: flex;
	align-items: center
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_selectUp__s7WAT .Navigation_lang-icon__1j6Wd {
	width: 24px;
	height: 24px;
	cursor: pointer;
	color: #14161a;
	display: inline-block
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_selectUp__s7WAT.Navigation_single-link__bvZSU {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center
}[dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_header-arrow-active__LaAK5 {
	transform: rotate(180deg)
}[dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_header-arrow-active__LaAK5 {
	transform: rotate(-180deg)
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je {
	padding: 0;
	transition: max-height .6s ease-out;
	visibility: visible;
	max-height: 0;
	overflow: hidden
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je.Navigation_active__hNkeL {
	max-height: 80vh;
	visibility: visible
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item__pl6JG {
	width: 100%;
	height: 22px;
	display: flex;
	align-items: center;
	color: rgba(20,22,26,.56);
	font-size: 14px
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item__pl6JG:first-of-type {
	margin-top: 8px
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item__pl6JG:last-of-type {
	margin-bottom: 12px
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je>.Navigation_item__pl6JG+.Navigation_item__pl6JG {
	margin-top: 20px
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li:last-child {
	padding-bottom: 3.0769230769vw
}}

@media screen and (min-width:768px)and (max-width:1200px) {
	.Navigation_header-wrap__ixu0o {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		background: #000;
		z-index: 999
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] {
		background-color: transparent
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH .Navigation_slog__zilPP {
		color: #f5f6f7
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		color: #f5f6f7;
		border: 1px solid #f5f6f7
	}

	.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK .Navigation_avatar-icon__msQvD,.Navigation_header-wrap__ixu0o[data-opacity-m=true] .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_select__wA0c_ {
		color: #f5f6f7
	}

	.Navigation_header-wrap__ixu0o.Navigation_shadowed__GmgXb {
		border-bottom: 1px solid rgba(20,22,26,.1)
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK {
		background: #010f24;
		text-align: center
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip__ExYHf {
		display: block;
		width: 100%;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		padding: 12px 30px;
		box-sizing: border-box
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title__dmSwK .Navigation_header-tip__ExYHf b {
		font-weight: 700
	}

	.Navigation_header-wrap__ixu0o .Navigation_header-title-au__PI6JI,.Navigation_header-wrap__ixu0o .Navigation_navbar-container__g7mAM {
		display: none
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm {
		width: 100%;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 32px;
		position: relative
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X {
		display: flex;
		gap: 12px;
		height: 40px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_logo-box-img__by9RL {
		width: 139px;
		height: 28px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH {
		width: 110px;
		overflow: hidden
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_logo-box__gG_5X .Navigation_slog-a__EqpbH .Navigation_slog__zilPP {
		display: block;
		width: 110px;
		font-size: 12px;
		line-height: 1.2;
		margin-top: 6px;
		color: #14161a
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw {
		display: flex;
		align-items: center;
		height: 40px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		display: flex;
		align-items: center;
		height: 32px;
		color: #fff;
		border-radius: 8px;
		border: 1px solid #fff;
		padding: 0 16px;
		font-size: 14px;
		font-weight: 500;
		cursor: pointer
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		margin-right: 12px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx {
		margin-left: 12px
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx.Navigation_login-es__AzxnZ {
		margin-right: 12px!important
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_login__9t_hx.Navigation_login-es__AzxnZ {
		margin-left: 12px!important
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK {
		width: 24px;
		height: 24px;
		cursor: pointer
	}[	dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK {
		margin-right: 12px
	}[	dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK {
		margin-left: 12px
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_logout__2FqLK .Navigation_avatar-icon__msQvD {
		width: 100%;
		height: 100%;
		color: #14161a
	}

	.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_right-content__gdaLw .Navigation_select__wA0c_ {
		width: 24px;
		height: 24px;
		color: #14161a;
		cursor: pointer
	}@	keyframes Navigation_ssss__SHIpD {
		0%{max-height: 0;
		visibility: hidden
	}

	to {
		max-height: 100vh;
		visibility: visible
	}
}

@keyframes Navigation_ssss2__Roltw {
	0% {
		max-height: 100vh;
		visibility: visible
	}

	to {
		max-height: 0;
		visibility: hidden
	}
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx {
	width: 100%;
	position: absolute;
	top: 56px;
	padding: 0 32px;
	box-shadow: 0 19px 24px 0 rgba(0,0,0,.071);
	border-radius: 0 0 10px 10px;
	overflow-y: auto;
	z-index: 9;
	background-color: #fff;
	transition: max-height .5s ease-in-out;
	visibility: visible;
	max-height: 0
}[dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx {
	left: 0
}[dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx {
	right: 0
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx::-webkit-scrollbar {
	display: none
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx.Navigation_active__hNkeL {
	max-height: 66vh;
	visibility: visible
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI,.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf {
	width: 100%
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT {
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_selectUp__s7WAT {
	font-size: 14px;
	font-weight: 700;
	color: #14161a
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_selectUp__s7WAT.Navigation_lang-wrapper__cLfjG {
	display: flex;
	align-items: center
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_selectUp__s7WAT .Navigation_lang-icon__1j6Wd {
	width: 24px;
	height: 24px;
	cursor: pointer;
	color: #14161a;
	display: inline-block
}[dir=ltr] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_header-arrow-active__LaAK5 {
	transform: rotate(180deg)
}[dir=rtl] .Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_top__Bg3wT .Navigation_header-arrow-active__LaAK5 {
	transform: rotate(-180deg)
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je {
	padding: 0;
	transition: max-height .6s ease-out;
	visibility: visible;
	max-height: 0;
	overflow: hidden
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je.Navigation_active__hNkeL {
	max-height: 80vh;
	visibility: visible
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item__pl6JG {
	width: 100%;
	height: 22px;
	display: flex;
	align-items: center;
	color: rgba(20,22,26,.56);
	font-size: 14px;
	font-weight: 400
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item__pl6JG:first-of-type {
	margin-top: 8px
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je .Navigation_item__pl6JG:last-of-type {
	margin-bottom: 12px
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li .Navigation_item-select__Ke1Je>.Navigation_item__pl6JG+.Navigation_item__pl6JG {
	margin-top: 20px
}

.Navigation_header-wrap__ixu0o .Navigation_navbar-container-h5__jP7xm .Navigation_menu-select__N_iZx .Navigation_navbar-box__Qp_rI .Navigation_navbar-nav__8ZyAf li:last-child {
	padding-bottom: 12px
}}

@media screen and (min-width:1200px) {
	.pay_pay__ctcpq {
		width: 100%;
		padding: 100px 0 120px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l {
		width: var(--maxWidth);
		margin: 0 auto
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 80px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_title__raDRH {
		color: #000;
		font-size: 64px;
		font-weight: 700;
		font-family: var(--bold);
		line-height: 52px;
		text-align: center;
		margin-bottom: 24px
	}
}

@media screen and (min-width:1200px)and (max-width:1599px) {
	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_title__raDRH {
		font-size: 44px;
		margin-bottom: 16px
	}
}

@media screen and (min-width:1200px) {
[	dir=rtl] .pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_title__raDRH {
		font-size: 44px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_small__K_NZY {
		color: #000;
		font-size: 16px;
		font-weight: 400;
		text-align: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN {
		width: 100%;
		display: flex;
		flex-wrap: wrap
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv {
		width: 25%;
		text-align: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv .pay_img__fJ7Oj {
		width: 152px;
		height: auto;
		margin-bottom: 32px;
		max-width: 100%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv:nth-child(7) img,.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv:nth-child(8) img {
		width: 94px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_size-4__bE635 {
		width: 25%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_size-5__njgDL {
		width: 20%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_des__khzt3 {
		width: 100%;
		font-size: 16px;
		font-weight: 400;
		margin-top: 12px;
		text-align: center;
		color: rgba(60,63,67,.6)
	}
}

@media screen and (max-width:768px) {
	.pay_pay__ctcpq {
		width: 100%;
		padding: 15.3846153846vw 0
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l {
		width: 100%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 12.8205128205vw;
		padding: 0 5.1282051282vw
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_title__raDRH {
		color: #000;
		font-size: 7.1794871795vw;
		font-weight: 700;
		font-family: var(--bold);
		text-align: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_small__K_NZY {
		color: #000;
		font-size: 4.1025641026vw;
		text-align: center;
		margin-top: 4.1025641026vw
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv {
		margin-bottom: 5.1282051282vw;
		width: 33.3%;
		text-align: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv .pay_img__fJ7Oj {
		width: 25.641025641vw;
		height: auto;
		max-width: 100%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv:nth-child(7) img,.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv:nth-child(8) img {
		width: 70px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_size-4__bE635 {
		width: 25%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_size-5__njgDL {
		width: 20%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_des__khzt3 {
		width: 100%;
		padding: 0 5.1282051282vw;
		font-size: 3.0769230769vw;
		font-weight: 400;
		margin-top: 8.2051282051vw;
		text-align: center;
		color: rgba(60,63,67,.6)
	}
}

@media screen and (min-width:768px)and (max-width:1200px) {
	.pay_pay__ctcpq {
		width: 100%;
		padding: 60px 0
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l {
		width: 100%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 50px;
		padding: 0 20px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_title__raDRH {
		color: #000;
		font-size: 28px;
		font-weight: 700;
		font-family: var(--bold);
		text-align: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_title-box__Frw1z .pay_small__K_NZY {
		color: #000;
		font-size: 16px;
		text-align: center;
		margin-top: 16px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv {
		margin-bottom: 20px;
		width: 25%;
		text-align: center
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv .pay_img__fJ7Oj {
		width: 160px;
		height: auto;
		max-width: 100%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv:nth-child(7) img,.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_img-box__kVrCv:nth-child(8) img {
		width: 94px
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_size-4__bE635 {
		width: 25%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_content__gz7sN .pay_size-5__njgDL {
		width: 20%
	}

	.pay_pay__ctcpq .pay_pay-next__9kB_l .pay_des__khzt3 {
		width: 100%;
		padding: 0 20px;
		font-size: 12px;
		font-weight: 400;
		margin-top: 32px;
		text-align: center;
		color: rgba(60,63,67,.6)
	}
}

@media screen and (min-width:1200px) {
	.forexAd-afa_forex-ad__g3kQP {
		background: url(/_next/static/media/bg.14dfb2f0.png) no-repeat 50%;
		background-size: cover;
		width: 100%;
		height: 450px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_logo-mt-afa__jumr5 {
		margin-bottom: 12px
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title__VlTWY {
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 16px
	}

	.forexAd-afa_forex-ad__g3kQP h2 {
		width: 1200px;
		text-align: center;
		font-size: 44px;
		font-weight: 700;
		font-family: var(--bold);
		color: #fff;
		margin-bottom: 36px
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title-eu__teFCx {
		width: 912px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 44px;
		font-weight: 700;
		font-family: var(--bold);
		color: #fff
	}

	.forexAd-afa_forex-ad__g3kQP a {
		display: inline-block;
		color: #fff!important;
		font-size: 16px;
		border: none;
		line-height: 52px;
		padding: 0 60px;
		font-weight: 600;
		background: var(--bgPrimary);
		border-radius: 8px
	}
}

@media screen and (max-width:768px) {
	.forexAd-afa_forex-ad__g3kQP {
		background: url(/_next/static/media/bg.14dfb2f0.png) no-repeat 50%;
		background-size: cover;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 48px 5.1282051282vw
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_logo-mt-afa__jumr5 {
		margin-bottom: 12px
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title__VlTWY {
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 16px
	}
}

@media screen and (max-width:768px)and (max-width:767px) {
	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title__VlTWY {
		font-size: 4.1025641026vw
	}
}

@media screen and (max-width:768px) {
	.forexAd-afa_forex-ad__g3kQP h2 {
		width: 100%;
		text-align: center;
		font-size: 7.1794871795vw;
		font-weight: 700;
		font-family: var(--bold);
		color: #fff;
		margin-bottom: 5.1282051282vw
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title-eu__teFCx {
		width: 100%;
		text-align: center;
		font-size: 4.6153846154vw;
		font-weight: 700;
		font-family: var(--bold);
		color: #fff;
		margin-top: 1.0256410256vw;
		margin-bottom: 6.1538461538vw
	}

	.forexAd-afa_forex-ad__g3kQP a {
		display: inline-block;
		color: #fff;
		font-size: 4.1025641026vw;
		border: none;
		line-height: 11.2820512821vw;
		padding: 0 15.3846153846vw;
		font-weight: 600;
		background: var(--bgPrimary);
		border-radius: 1.0256410256vw
	}
}

@media screen and (min-width:768px)and (max-width:1200px) {
	.forexAd-afa_forex-ad__g3kQP {
		background: url(/_next/static/media/bg.14dfb2f0.png) no-repeat 50%;
		background-size: cover;
		width: 100%;
		display: flex;
		padding: 40px 70px;
		flex-direction: column;
		align-items: center;
		justify-content: center
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_logo-mt-afa__jumr5 {
		margin-bottom: 12px
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title__VlTWY {
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		margin-bottom: 16px
	}
}

@media screen and (min-width:768px)and (max-width:1200px)and (max-width:767px) {
	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title__VlTWY {
		font-size: 4.1025641026vw
	}
}

@media screen and (min-width:768px)and (max-width:1200px) {
	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title-eu__teFCx,.forexAd-afa_forex-ad__g3kQP h2 {
		width: 100%;
		text-align: center;
		font-size: 44px;
		font-weight: 700;
		font-family: var(--bold);
		color: #fff;
		margin-bottom: 40px
	}

	.forexAd-afa_forex-ad__g3kQP .forexAd-afa_title-eu__teFCx {
		margin-top: 4px
	}

	.forexAd-afa_forex-ad__g3kQP a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		border: none;
		line-height: 44px;
		padding: 0 60px;
		font-weight: 600;
		background: var(--bgPrimary);
		border-radius: 4px
	}
}

@media screen and (min-width:768px) {
	.Tooltip_tooltip-container__eQZyD {
		position: relative;
		display: inline-block
	}

	.Tooltip_tooltip-container__eQZyD:hover .Tooltip_tooltip-content__fz_Wy {
		visibility: visible;
		opacity: 1
	}

	.Tooltip_tooltip-content__fz_Wy {
		position: absolute;
		background-color: rgba(0,0,0,.9);
		color: #fff;
		padding: 10px 18px;
		border-radius: 4px;
		font-size: 12px;
		z-index: 1000;
		width: -moz-max-content;
		width: max-content;
		max-width: 350px;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s,visibility .2s;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,.122)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		bottom: calc(100% + 8px)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		left: 50%;
		transform: translateX(-50%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		right: 50%;
		transform: translateX(50%)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		top: calc(100% + 8px)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		left: 50%;
		transform: translateX(-50%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		right: 50%;
		transform: translateX(50%)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-end__NsXLJ,.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-start__mj4oH {
		top: calc(100% + 8px)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-end__NsXLJ {
		left: 100%;
		transform: translateX(-100%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-end__NsXLJ {
		right: 100%;
		transform: translateX(100%)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9 {
		position: absolute;
		width: 10px;
		height: 10px;
		background-color: rgba(0,0,0,.8)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		bottom: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		left: 50%;
		transform: translateX(-50%) rotate(45deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		right: 50%;
		transform: translateX(50%) rotate(-45deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		top: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		left: 50%;
		transform: translateX(-50%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		right: 50%;
		transform: translateX(50%) rotate(135deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		top: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		transform: translateX(-70%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		transform: translateX(70%) rotate(135deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		top: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		left: 100%;
		transform: translateX(-170%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		right: 100%;
		transform: translateX(170%) rotate(135deg)
	}
}

@media screen and (max-width:768px) {
	.Tooltip_tooltip-container__eQZyD {
		position: relative;
		display: inline-block
	}

	.Tooltip_tooltip-container__eQZyD:hover .Tooltip_tooltip-content__fz_Wy {
		visibility: visible;
		opacity: 1
	}

	.Tooltip_tooltip-content__fz_Wy {
		position: absolute;
		background-color: rgba(0,0,0,.9);
		color: #fff;
		padding: 2.5641025641vw 4.6153846154vw;
		border-radius: 1.0256410256vw;
		font-size: 3.0769230769vw;
		z-index: 1000;
		width: -moz-max-content;
		width: max-content;
		max-width: 48.7179487179vw;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s,visibility .2s;
		box-shadow: 0 .5128205128vw 5.1282051282vw 0 rgba(0,0,0,.122)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		bottom: calc(100% + 2.0512820513vw)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		left: 50%;
		transform: translateX(-50%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		right: 50%;
		transform: translateX(50%)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		top: calc(100% + 2.0512820513vw)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		left: 50%;
		transform: translateX(-50%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		right: 50%;
		transform: translateX(50%)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-end__NsXLJ,.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-start__mj4oH {
		top: calc(100% + 2.0512820513vw)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-end__NsXLJ {
		left: 100%;
		transform: translateX(-100%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom-end__NsXLJ {
		right: 100%;
		transform: translateX(100%)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9 {
		position: absolute;
		width: 2.5641025641vw;
		height: 2.5641025641vw;
		background-color: rgba(0,0,0,.8)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		bottom: -1.2820512821vw
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		left: 50%;
		transform: translateX(-50%) rotate(45deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		right: 50%;
		transform: translateX(50%) rotate(-45deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		top: -1.2820512821vw
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		left: 50%;
		transform: translateX(-50%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		right: 50%;
		transform: translateX(50%) rotate(135deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		top: -1.2820512821vw
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		transform: translateX(-70%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		transform: translateX(70%) rotate(135deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		top: -1.2820512821vw
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		left: 100%;
		transform: translateX(-170%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		right: 100%;
		transform: translateX(170%) rotate(135deg)
	}
}

@media screen and (min-width:768px)and (max-width:1200px) {
	.Tooltip_tooltip-container__eQZyD {
		position: relative;
		display: inline-block
	}

	.Tooltip_tooltip-container__eQZyD:hover .Tooltip_tooltip-content__fz_Wy {
		visibility: visible;
		opacity: 1
	}

	.Tooltip_tooltip-content__fz_Wy {
		position: absolute;
		background-color: rgba(0,0,0,.9);
		color: #fff;
		padding: 10px 18px;
		border-radius: 4px;
		font-size: 12px;
		z-index: 1000;
		width: -moz-max-content;
		width: max-content;
		max-width: 360px;
		visibility: hidden;
		opacity: 0;
		transition: opacity .2s,visibility .2s;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,.122)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		bottom: calc(100% + 8px)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		left: 50%;
		transform: translateX(-50%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-top__W7H_T {
		right: 50%;
		transform: translateX(50%)
	}

	.Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		top: calc(100% + 8px)
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		left: 50%;
		transform: translateX(-50%)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy.Tooltip_tooltip-bottom__gKcmI {
		right: 50%;
		transform: translateX(50%)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9 {
		position: absolute;
		width: 10px;
		height: 10px;
		background-color: rgba(0,0,0,.8)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		bottom: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		left: 50%;
		transform: translateX(-50%) rotate(45deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-top-arrow__vgKos {
		right: 50%;
		transform: translateX(50%) rotate(-45deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		top: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		left: 50%;
		transform: translateX(-50%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-arrow__fdIhN {
		right: 50%;
		transform: translateX(50%) rotate(135deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		top: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		transform: translateX(-70%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-start-arrow__IBfPp {
		transform: translateX(70%) rotate(135deg)
	}

	.Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		top: -5px
	}[	dir=ltr] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		left: 100%;
		transform: translateX(-170%) rotate(-135deg)
	}[	dir=rtl] .Tooltip_tooltip-content__fz_Wy .Tooltip_tooltip-arrow__KotX9.Tooltip_tooltip-bottom-end-arrow__JfQWn {
		right: 100%;
		transform: translateX(170%) rotate(135deg)
	}
}

@media screen and (min-width:1200px) {
	.license_footer__6ljoD {
		width: 100%;
		margin: 0 auto;
		background: #000;
		padding-top: 60px;
		padding-bottom: 36px
	}

	.license_footer__6ljoD .license_footer-next__57ZER {
		width: 1200px;
		margin: 0 auto
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_logo-box__rBYdG {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd {
		max-width: var(--maxWidth);
		margin: 0 auto
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX {
		flex: 1 1
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF,.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH {
		width: 100%;
		display: flex;
		justify-content: space-between
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li {
		width: 180px
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li {
		text-align: left;
		float: right
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li {
		text-align: right;
		float: left
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li .license_about-title__7zGco {
		font-size: 16px;
		font-weight: 700;
		color: #f5f6f7
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li .license_about-title__7zGco:hover {
		color: #2977ff
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li .license_about-link__BW97c {
		display: block;
		font-size: 14px;
		font-weight: 400;
		padding: 0;
		cursor: pointer;
		color: rgba(245,246,247,.66);
		margin-top: 20px
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li .license_about-link__BW97c {
		text-align: left
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li .license_about-link__BW97c {
		text-align: right
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH li .license_about-link__BW97c:hover {
		color: #2977ff
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp {
		margin-top: 32px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp.license_email-box-eu__qRYHG {
		margin-top: 60px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_help__exIky {
		font-size: 14px;
		font-weight: 700;
		color: #f5f6f7
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS {
		display: flex;
		color: rgba(245,246,247,.66);
		flex-wrap: wrap
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS .license_email-title__DbiOf {
		word-break: keep-all;
		font-size: 14px;
		font-weight: 400
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS a {
		color: #1959c2;
		text-decoration: none;
		cursor: pointer;
		font-size: 14px;
		font-weight: 400
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS .license_eu-email__OupAo {
		font-size: 14px;
		color: rgba(245,246,247,.66);
		font-weight: 400
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_help__exIky+.license_email__7l1dS {
		margin-top: 20px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL {
		margin-top: 60px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_ipad-title___EJOH {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_help__exIky {
		font-size: 14px;
		color: #f5f6f7;
		font-weight: 700;
		line-height: 160%;
		margin-bottom: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl {
		display: flex;
		flex-wrap: wrap;
		gap: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb {
		width: 136px;
		height: 40px;
		cursor: pointer;
		border-radius: 10px;
		padding: 8px 0;
		background-color: hsla(0,0%,100%,.08)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: rgba(245,246,247,.66);
		font-size: 14px;
		font-weight: 500;
		box-sizing: border-box
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		color: rgba(245,246,247,.66);
		height: 20px;
		width: 20px;
		display: flex;
		justify-content: center;
		align-items: center
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		margin-right: 4px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		margin-left: 4px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb:hover .license_item-next__HmTTD,.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb:hover .license_item-next__HmTTD .license_item-img__Uas4R {
		color: #f5f6f7
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd>.license_email-box-eu__qRYHG+.license_download-footer-box__FnxXL {
		margin-top: 20px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi {
		border-top: 1px solid rgba(245,246,247,.16);
		padding: 20px 0 0;
		margin-top: 20px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd {
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI p {
		font-size: 14px;
		font-weight: 700;
		color: #f5f6f7;
		line-height: 160%;
		padding: 0
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI p {
		margin: 0 12px 0 0
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI p {
		margin: 0 0 0 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi p {
		font-size: 14px;
		font-weight: 400;
		color: rgba(245,246,247,.66);
		margin-bottom: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_lock__eLauM {
		display: flex;
		align-items: center;
		margin: 36px 0 0;
		border-bottom: 1px solid rgba(245,246,247,.16);
		padding-bottom: 8px;
		color: rgba(245,246,247,.66)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB {
		margin-top: 8px;
		margin-bottom: 20px!important;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		font-size: 14px;
		font-weight: 400;
		color: rgba(245,246,247,.66);
		cursor: pointer;
		position: relative;
		display: flex;
		align-items: center
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		padding-right: 8px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		padding-left: 8px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 12px;
		background-color: rgba(245,246,247,.66)
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		right: 0
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		left: 0
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:hover {
		color: #2977ff
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:not(:first-child) {
		padding-left: 4px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:not(:first-child) {
		padding-right: 4px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:last-of-type:before {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_go-top__WCLtz {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 12px;
		font-weight: 400;
		cursor: pointer;
		margin-top: 20px;
		color: rgba(245,246,247,.66)
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_go-top__WCLtz img {
		margin-right: 4px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_go-top__WCLtz img {
		margin-left: 4px
	}

	.license_footer__6ljoD .license_shadowStyle1__9ON59 {
		width: 100%;
		height: 70px
	}

	.license_footer__6ljoD .license_shadowStyle__abFn_ {
		position: sticky;
		margin-bottom: -35px;
		bottom: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		background: #fff;
		box-shadow: 0 -8px 16px 0 rgba(0,0,0,.051);
		margin-top: 20px
	}
}

@media screen and (max-width:768px) {
	.license_footer__6ljoD {
		width: 100%;
		background: #000;
		padding: 40px 16px
	}

	.license_footer__6ljoD .license_footer-next__57ZER,.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX {
		width: 100%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF,.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 {
		width: 100%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_top__hPU8y {
		width: 100%;
		height: 46px;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_top__hPU8y .license_selectUp__PJIlg {
		font-size: 14px;
		font-weight: 700;
		color: #f5f6f7
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_top__hPU8y .license_selectUp__PJIlg.license_lang-wrapper__Ne_rb {
		display: flex;
		align-items: center
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_top__hPU8y .license_header-arrow-active__rqxbH {
		transform: rotate(180deg)
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_top__hPU8y .license_header-arrow-active__rqxbH {
		transform: rotate(-180deg)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_item-select__mUCo6 {
		padding: 0;
		transition: max-height .6s ease-out;
		visibility: visible;
		max-height: 0;
		overflow: hidden
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_item-select__mUCo6.license_active__2vRZA {
		max-height: 80vh;
		visibility: visible
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_item-select__mUCo6 .license_item__cNLWb {
		width: 100%;
		height: 22px;
		display: flex;
		align-items: center;
		color: rgba(245,246,247,.66);
		font-size: 14px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_item-select__mUCo6 .license_item__cNLWb:first-of-type {
		margin-top: 8px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_item-select__mUCo6 .license_item__cNLWb:last-of-type {
		margin-bottom: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2 li .license_item-select__mUCo6>.license_item__cNLWb+.license_item__cNLWb {
		margin-top: 20px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp {
		margin-top: 22px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp.license_email-box-eu__qRYHG {
		margin-top: 10px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_help__exIky {
		font-size: 14px;
		color: #f5f6f7;
		font-weight: 700;
		margin-bottom: 20px;
		line-height: 160%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS {
		font-size: 14px;
		font-weight: 400;
		line-height: 160%;
		color: rgba(245,246,247,.66)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS a {
		color: var(--bgPrimary);
		text-decoration: none;
		font-size: 14px;
		font-weight: 400;
		line-height: 160%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email-box-eu__qRYHG {
		margin-bottom: 24px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_eu-email__OupAo {
		font-size: 14px;
		color: rgba(245,246,247,.66);
		font-weight: 400
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL {
		margin-top: 24px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_ipad-title___EJOH {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_help__exIky {
		font-size: 14px;
		color: #f5f6f7;
		font-weight: 700;
		line-height: 160%;
		margin-bottom: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl {
		display: flex;
		flex-wrap: wrap;
		gap: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb {
		width: 136px;
		height: 40px;
		cursor: pointer;
		border-radius: 10px;
		padding: 8px 0;
		background-color: hsla(0,0%,100%,.08)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: rgba(245,246,247,.66);
		font-size: 14px;
		font-weight: 500;
		box-sizing: border-box
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		color: rgba(245,246,247,.66);
		height: 20px;
		width: 20px;
		display: flex;
		justify-content: center;
		align-items: center
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		margin-right: 4px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		margin-left: 4px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb:hover .license_item-next__HmTTD,.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb:hover .license_item-next__HmTTD .license_item-img__Uas4R {
		color: #f5f6f7
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi {
		border-top: 1px solid rgba(245,246,247,.16);
		padding: 20px 0 0;
		margin-top: 48px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd {
		margin-bottom: 60px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI p {
		font-size: 14px;
		font-weight: 700;
		color: #f5f6f7;
		line-height: 160%;
		padding: 0;
		margin: 16px 0 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi p {
		font-size: 12px;
		font-weight: 400;
		color: rgba(245,246,247,.66);
		margin-bottom: 16px;
		line-height: 160%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_lock__eLauM {
		display: flex;
		align-items: center;
		margin: 48px 0 0;
		border-bottom: 1px solid rgba(245,246,247,.16);
		padding-bottom: 8px;
		font-size: 12px;
		font-weight: 400;
		height: 160%;
		color: rgba(245,246,247,.66)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB {
		margin-top: 8px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		display: flex;
		align-items: center;
		font-size: 12px;
		line-height: 160%;
		color: rgba(245,246,247,.66);
		position: relative
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		padding-right: 10px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		padding-left: 10px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 14px;
		background-color: rgba(245,246,247,.66)
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		right: 0
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		left: 0
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:not(:first-child) {
		padding-left: 1.0256410256vw
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:not(:first-child) {
		padding-right: 1.0256410256vw
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:last-of-type:before {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_go-top__WCLtz {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 12px;
		font-weight: 400;
		margin-top: 48px;
		color: rgba(245,246,247,.66)
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_go-top__WCLtz img {
		margin-right: 4px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_go-top__WCLtz img {
		margin-left: 4px
	}

	.license_footer__6ljoD .license_shadowStyle1__9ON59,.license_footer__6ljoD .license_shadowStyle__abFn_ {
		display: none
	}
}

@media screen and (min-width:768px)and (max-width:1200px) {
	.license_footer__6ljoD {
		width: 100%;
		background: #000;
		padding: 80px 70px
	}

	.license_footer__6ljoD .license_footer-next__57ZER {
		width: 100%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX {
		width: 100%;
		margin-bottom: 60px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-m__j_wS2,.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-pc__NlFVH {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF {
		width: 100%;
		display: flex
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl {
		flex: 1 1
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl {
		text-align: left
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl {
		text-align: right
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl .license_about-col-item__4ibcE .license_about-title__7zGco {
		font-size: 14px;
		font-weight: 700;
		line-height: 160%;
		color: #f5f6f7
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl .license_about-col-item__4ibcE .license_about-link__BW97c {
		display: block;
		font-size: 14px;
		font-weight: 400;
		margin-top: 20px;
		line-height: 160%;
		color: rgba(245,246,247,.66)
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl .license_about-col-item__4ibcE .license_about-link__BW97c {
		text-align: left
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl .license_about-col-item__4ibcE .license_about-link__BW97c {
		text-align: right
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF .license_about-col__WwEYl .license_about-col-item__4ibcE+.license_about-col-item__4ibcE {
		margin-top: 32px
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF>li+li {
		margin-left: 24px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_about-box__RbdAX .license_about-ul-ipad__d5wpF>li+li {
		margin-right: 24px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp {
		margin-top: 32px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp.license_email-box-eu__qRYHG {
		margin-top: 60px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_help__exIky {
		font-size: 14px;
		color: #f5f6f7;
		font-weight: 700;
		margin-bottom: 20px;
		line-height: 160%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS {
		font-size: 14px;
		font-weight: 400;
		line-height: 160%;
		color: rgba(245,246,247,.66)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_email__7l1dS a {
		color: var(--bgPrimary);
		text-decoration: none;
		font-size: 14px;
		font-weight: 400;
		line-height: 160%
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_email-box__zXGlp .license_eu-email__OupAo {
		font-size: 14px;
		color: rgba(245,246,247,.66);
		font-weight: 400
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL {
		margin-top: 60px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_ipad-title___EJOH {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_help__exIky {
		font-size: 14px;
		color: #f5f6f7;
		font-weight: 700;
		line-height: 160%;
		margin-bottom: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl {
		display: flex;
		flex-wrap: wrap;
		gap: 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb {
		width: 136px;
		height: 40px;
		cursor: pointer;
		border-radius: 10px;
		padding: 8px 0;
		background-color: hsla(0,0%,100%,.08)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: rgba(245,246,247,.66);
		font-size: 14px;
		font-weight: 500;
		box-sizing: border-box
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		color: rgba(245,246,247,.66);
		height: 20px;
		width: 20px;
		display: flex;
		justify-content: center;
		align-items: center
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		margin-right: 4px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb .license_item-next__HmTTD .license_item-img__Uas4R {
		margin-left: 4px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb:hover .license_item-next__HmTTD,.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd .license_download-footer-box__FnxXL .license_download-footer-box-next__eADJl .license_item__cNLWb:hover .license_item-next__HmTTD .license_item-img__Uas4R {
		color: #f5f6f7
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-top__fmfDd>.license_email-box-eu__qRYHG+.license_download-footer-box__FnxXL {
		margin-top: 20px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi {
		margin-top: 20px;
		border-top: 1px solid rgba(245,246,247,.16);
		padding: 20px 0 0
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd {
		margin-bottom: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI p {
		font-size: 14px;
		font-weight: 700;
		color: #f5f6f7;
		line-height: 160%;
		padding: 0
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI p {
		margin: 0 12px 0 0
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_logo-with-community__eCnCd .license_community__4RfoI p {
		margin: 0 0 0 12px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi p {
		font-size: 14px;
		font-weight: 400;
		line-height: 160%;
		color: rgba(245,246,247,.66);
		margin-bottom: 16px;
		line-height: inherit
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_lock__eLauM {
		display: flex;
		align-items: center;
		margin: 60px 0 0;
		border-bottom: 1px solid rgba(245,246,247,.16);
		padding-bottom: 8px;
		color: rgba(245,246,247,.66)
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB {
		margin: 4px 0 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		display: flex;
		align-items: center;
		font-size: 14px;
		font-weight: 400;
		color: rgba(245,246,247,.66);
		line-height: 160%;
		position: relative
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		padding-right: 8px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a {
		padding-left: 8px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 14px;
		background-color: rgba(245,246,247,.66)
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		right: 0
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:before {
		left: 0
	}[	dir=ltr] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:not(:first-child) {
		padding-left: 4px
	}[	dir=rtl] .license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:not(:first-child) {
		padding-right: 4px
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_a-link__QsSeB a:last-of-type:before {
		display: none
	}

	.license_footer__6ljoD .license_footer-next__57ZER .license_license-bottom__6xXAi .license_go-top__WCLtz {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 14px;
		font-weight: 400;
		line-height: 160%;
		margin-top: 60px;
		color: rgba(245,246,247,.66)
	}

	.license_footer__6ljoD .license_shadowStyle1__9ON59,.license_footer__6ljoD .license_shadowStyle__abFn_ {
		display: none
	}
}

.license_socialMediaList__sfUb6 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px
}

.license_socialMediaItem__IgZdK {
	color: rgba(245,246,247,.66);
	text-decoration: none;
	width: 36px;
	height: 36px;
	background-color: hsla(0,0%,100%,.08);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.license_socialMediaItem__IgZdK:hover {
	color: #f5f6f7
}

.license_disabledSocialMedia__k1zks {
	filter: grayscale(1);
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

@media screen and (max-width:418px) {
	.license_socialMediaItemWrapperSmall__gHrOe {
		display: block
	}

	.license_socialMediaItemWrapperLarge__sdJ_m,.license_socialMediaItemWrapper__OIeSO {
		display: none
	}
}

@media screen and (min-width:419px)and (max-width:1560px) {
	.license_socialMediaItemWrapperSmall__gHrOe {
		display: none
	}

	.license_socialMediaItemWrapper__OIeSO {
		display: block
	}

	.license_socialMediaItemWrapperLarge__sdJ_m {
		display: none
	}
}

@media screen and (min-width:1560px) {
	.license_socialMediaItemWrapperSmall__gHrOe,.license_socialMediaItemWrapper__OIeSO {
		display: none
	}

	.license_socialMediaItemWrapperLarge__sdJ_m {
		display: block
	}
}

.investing_investing-box__fVeOp {
	max-width: 1200px;
	margin: 120px auto 0;
	background-color: #fff
}

@media(max-width:1200px) {
	.investing_investing-box__fVeOp {
		padding: 80px 70px 0;
		margin: 0 auto
	}
}

@media(max-width:768px) {
	.investing_investing-box__fVeOp {
		margin: 0 auto;
		padding: 60px 20px 0
	}
}

.investing_investing-box__fVeOp h2 {
	margin-bottom: 40px;
	font-size: 64px;
	font-weight: 700;
	font-family: var(--bold);
	text-align: center
}

@media(max-width:1599px) {
	.investing_investing-box__fVeOp h2 {
		font-size: 44px
	}
}

@media(max-width:768px) {
	.investing_investing-box__fVeOp h2 {
		margin-bottom: 8.2051282051vw;
		font-size: 7.1794871795vw
	}
}[dir=rtl] .investing_investing-box__fVeOp h2 {
	font-size: 44px
}

@media(max-width:1599px) {
[	dir=rtl] .investing_investing-box__fVeOp h2 {
		font-size: 44px
	}
}

@media(max-width:768px) {
[	dir=rtl] .investing_investing-box__fVeOp h2 {
		font-size: 7.1794871795vw
	}
}

.investing_img-box__dBvs9 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 4.75%
}

.investing_img-box__dBvs9 img {
	height: auto
}

.investing_img-box__dBvs9>a {
	line-height: 0
}

.investing_img-box__dBvs9>a img {
	width: 100%
}

@media screen and (min-width:1200px) {
	.asic_pay__9dLDa {
		width: 100%;
		padding: 100px 0 120px
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk {
		width: var(--maxWidth);
		margin: 0 auto
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 80px
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n .asic_title__HIbOf {
		color: #000;
		font-size: 44px;
		font-weight: 700;
		font-family: var(--bold);
		line-height: 52px;
		text-align: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n .asic_small__MG0ov {
		color: #000;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		margin-top: 16px
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy {
		width: 25%;
		text-align: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy .asic_img__XKTIv {
		width: 152px;
		height: auto;
		margin-bottom: 32px;
		max-width: 100%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy:nth-child(6) .asic_img__XKTIv,.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy:nth-child(7) .asic_img__XKTIv {
		width: 94px
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_size-4__BGuSo {
		width: 25%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_size-5___7VnK {
		width: 20%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_des__x9pNZ {
		width: 100%;
		font-size: 16px;
		font-weight: 400;
		margin-top: 12px;
		text-align: center;
		color: rgba(60,63,67,.6)
	}
}

@media screen and (max-width:768px) {
	.asic_pay__9dLDa {
		width: 100%;
		padding: 15.3846153846vw 0
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk {
		width: 100%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 12.8205128205vw;
		padding: 0 5.1282051282vw
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n .asic_title__HIbOf {
		color: #000;
		font-size: 7.1794871795vw;
		font-weight: 700;
		font-family: var(--bold);
		text-align: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n .asic_small__MG0ov {
		color: #000;
		font-size: 4.1025641026vw;
		text-align: center;
		margin-top: 4.1025641026vw
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy {
		margin-bottom: 5.1282051282vw;
		width: 33.3%;
		text-align: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy .asic_img__XKTIv {
		width: 25.641025641vw;
		height: auto;
		max-width: 100%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy:last-child .asic_img__XKTIv {
		width: 17.9487179487vw
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_size-4__BGuSo {
		width: 25%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_size-5___7VnK {
		width: 20%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_des__x9pNZ {
		width: 100%;
		padding: 0 5.1282051282vw;
		font-size: 3.0769230769vw;
		font-weight: 400;
		margin-top: 8.2051282051vw;
		text-align: center;
		color: rgba(60,63,67,.6)
	}
}

@media screen and (min-width:768px)and (max-width:1200px) {
	.asic_pay__9dLDa {
		width: 100%;
		padding: 60px 0
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk {
		width: 100%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 50px;
		padding: 0 20px
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n .asic_title__HIbOf {
		color: #000;
		font-size: 28px;
		font-weight: 700;
		font-family: var(--bold);
		text-align: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_title-box__j_l6n .asic_small__MG0ov {
		color: #000;
		font-size: 16px;
		text-align: center;
		margin-top: 16px
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy {
		margin-bottom: 20px;
		width: 25%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy .asic_img__XKTIv {
		width: 160px;
		height: auto;
		max-width: 100%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy:nth-child(6) .asic_img__XKTIv,.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_img-box__m2Tyy:nth-child(7) .asic_img__XKTIv {
		width: 100px
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_size-4__BGuSo {
		width: 25%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_content__g_Y7S .asic_size-5___7VnK {
		width: 20%
	}

	.asic_pay__9dLDa .asic_pay-next__wxiJk .asic_des__x9pNZ {
		width: 100%;
		padding: 0 20px;
		font-size: 12px;
		font-weight: 400;
		margin-top: 32px;
		text-align: center;
		color: rgba(60,63,67,.6)
	}
}

.titans_titansContainer__tXHzZ {
	background: url(/_next/static/media/img_footerbg.d058cf88.png) no-repeat top;
	background-size: cover;
	display: flex;
	height: auto;
	padding: 0 16px;
	flex-direction: column;
	align-items: center
}

.titans_content__aIVrk {
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center
}

.titans_title__RzvXY {
	color: #000;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 24px
}

.titans_buttons__xpgwV {
	display: flex;
	flex-direction: column;
	gap: 24px
}

@media(max-width:767px) {
	.titans_buttons__xpgwV {
		gap: 16px
	}
}

.titans_demoButton__k1Aif,.titans_tradeButton__Np8Np {
	display: flex;
	min-width: 220px;
	padding: 16px 30px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	transition: all .3s ease-in-out
}

.titans_demoButton__k1Aif:hover,.titans_tradeButton__Np8Np:hover {
	opacity: .8
}

.titans_demoButton__k1Aif {
	border-radius: 32px;
	border: 1px solid #000;
	background-color: transparent
}

.titans_tradeButton__Np8Np {
	border-radius: 32px;
	background: #006cf6;
	color: #fff
}

.titans_imageContainer__NXEEf {
	width: 100%;
	transform: translateY(-16px);
	position: relative;
	z-index: 2
}

.titans_imageContainer__NXEEf .titans_image__KNw27 {
	display: none
}

.titans_imageContainer__NXEEf .titans_imageH5__LQV4x {
	width: 100%;
	height: auto;
	display: block
}

@media(min-width:768px) {
	.titans_titansContainer__tXHzZ {
		height: auto;
		padding: 0 70px 60px;
		background: url(/_next/static/media/img_footerbg.d058cf88.png) no-repeat top top
	}

	.titans_title__RzvXY {
		font-size: 44px;
		margin-bottom: 48px
	}

	.titans_buttons__xpgwV {
		flex-direction: row;
		gap: 24px
	}

	.titans_imageContainer__NXEEf {
		max-width: 588px;
		height: auto
	}

	.titans_imageContainer__NXEEf .titans_image__KNw27 {
		display: none
	}

	.titans_imageContainer__NXEEf .titans_imageH5__LQV4x {
		display: block
	}
}

@media(min-width:1200px) {
	.titans_titansContainer__tXHzZ {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 0;
		height: 455px;
		position: relative
	}

	.titans_content__aIVrk {
		align-items: flex-start;
		flex: 1 1;
		max-width: 589px
	}

	.titans_title__RzvXY {
		font-size: 44px;
		color: #000;
		line-height: 1.2;
		margin-bottom: 32px
	}[	dir=ltr] .titans_title__RzvXY {
		text-align: left
	}[	dir=rtl] .titans_title__RzvXY {
		text-align: right
	}

	.titans_imageContainer__NXEEf {
		order: 1
	}

	.titans_imageContainer__NXEEf .titans_image__KNw27 {
		display: block;
		width: 588px;
		height: 463px;
		-o-object-fit: cover;
		object-fit: cover
	}

	.titans_imageContainer__NXEEf .titans_imageH5__LQV4x {
		display: none
	}
}

@media(min-width:1600px) {
	.titans_titansContainer__tXHzZ {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 0;
		height: 502px;
		position: relative;
		border-bottom: 1px solid #ececec
	}

	.titans_content__aIVrk {
		align-items: flex-start;
		flex: 1 1;
		max-width: 589px
	}

	.titans_title__RzvXY {
		font-size: 64px;
		color: #000;
		line-height: 1.2;
		margin-bottom: 48px
	}[	dir=ltr] .titans_title__RzvXY {
		text-align: left
	}[	dir=rtl] .titans_title__RzvXY {
		text-align: right
	}

	.titans_imageContainer__NXEEf {
		width: 708px;
		max-width: 708px;
		height: auto;
		order: 1
	}

	.titans_imageContainer__NXEEf .titans_image__KNw27 {
		display: block;
		width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		margin-bottom: 20px
	}

	.titans_imageContainer__NXEEf .titans_imageH5__LQV4x {
		display: none
	}
}

.Footer_footer-wrap__KeT6S {
	width: 100%;
	background-color: #fff
}

.Footer_footer-wrap__KeT6S .Footer_pay-wrap__JGsnO {
	width: 100%
}