/* common */
.hide {display:none !important}
.fill_full {opacity: 1;}
.fill_half {opacity: 0.45;}
.fill_transparent {opacity: 0.1;}
.dialog_close:hover,
.dialog_close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.form_ErrorMessage {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-align:center;
	color:#C00;
}
.form_Message {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	text-align:center;
	color:#999;
}
.divder {
	width: 100%;
	height: 5px;
	background-color: var(--gray-2);
}

/* app */
.styles__AppContainer {
	height: 100vh;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	overflow-y: hidden;
}
.styles__AppContainer::after {
	background-image: radial-gradient(rgb(31, 30, 38) 2px, transparent 2px);
	background-size: 60px 60px;
	width: calc(100% - 2px);
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	background-position: 0px 15px;
	pointer-events: none;
	z-index: 0;
}

/* msg */
.styles__MessageContainerNoBorder {
	display: grid;
	place-items: center;
	text-align: center;
	color: white;
	letter-spacing: 0.03em;
	font-family: tungstenLight;
	font-weight: 400;
	padding-top:100px;
	width: 100%;
	height: 100%;
	position: relative;
}
.styles__MessageContainer {
	display: grid;
	place-items: center;
	text-align: center;
	color: white;
	letter-spacing: 0.03em;
	font-family: tungstenLight;
	font-weight: 400;
	border-top-color: #666;
	border-top-style: inset;
	border-top-width: 1px;
	border-right-color: #666;
	border-right-style: inset;
	border-right-width: 1px;
	border-left-color: #666;
	border-left-style: inset;
	border-left-width: 1px;
	border-image-outset: ;
	border-image-repeat: ;
	border-image-slice: ;
	border-image-source: ;
	border-image-width: ;
	border-radius: 40px 40px 0px 0px;
	border-bottom: medium none;
	width: 100%;
	height: 100%;
	position: relative;
}
.styles__MessageContainer::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik00MCA0MC41SDQwLjVWNDBWMVYwLjVINDBIMjcuOTgxOUMyNC42NjggMC41IDIxLjQ4OTcgMS44MTU5MSAxOS4xNDU4IDQuMTU4NDZMNC4xNjM4NyAxOS4xMzEyQzEuODE4MDEgMjEuNDc1NiAwLjUgMjQuNjU2MiAwLjUgMjcuOTcyN1Y0MFY0MC41SDFINDBaIiBmaWxsPSIjMTkxODIwIiBzdHJva2U9IiM0MDQwNDYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
	position: absolute;
	width: 40px;
	height: 40px;
	left: -1px;
	top: -1px;
	content: "";
}
.styles__MessageContainer::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik00MCA0MC41SDQwLjVWNDBWMVYwLjVINDBIMjcuOTgxOUMyNC42NjggMC41IDIxLjQ4OTcgMS44MTU5MSAxOS4xNDU4IDQuMTU4NDZMNC4xNjM4NyAxOS4xMzEyQzEuODE4MDEgMjEuNDc1NiAwLjUgMjQuNjU2MiAwLjUgMjcuOTcyN1Y0MFY0MC41SDFINDBaIiBmaWxsPSIjMTkxODIwIiBzdHJva2U9IiM0MDQwNDYiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
	position: absolute;
	width: 40px;
	height: 40px;
	right: -1px;
	top: -1px;
	content: "";
	transform: scaleX(-1);
}
.styles__MainMessage {
	font-size: 48px;
	line-height: 58px;
}
.styles__SubMessage {
	margin-bottom: 16px;
	font-size: 28px;
	line-height: 34px;
	opacity: 0.5;
	max-width: 456px;
}
.styles__MessageActions {
	margin-top: 65px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	-moz-box-pack: center;
	justify-content: center;
}
.Buttonstyles__MessageButton {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	border: 1px solid rgb(88, 101, 242);
	background: rgb(88, 101, 242) none repeat scroll 0% 0%;
	color: white;
	height: 56px;
	min-width: 256px;
	padding: 0px 25px;
	border-radius: 8px;
}
.Buttonstyles__MessageLabel {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 19px;
}
.Buttonstyles__MessageButtonWhite {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border: 1px solid white;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: white none repeat scroll 0% 0%;
	color: var(--black-1);
	height: 56px;
	min-width: 256px;
	padding: 0px 25px;
	border-radius: 8px 8px 30px;
}
.Buttonstyles__MessageLabelWhite {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 19px;
}
.Buttonstyles__MessageButtonWhite #cornerBorder path {
	fill: white;
	transition: all 150ms ease-in-out 0s;
}
.Buttonstyles__MessageButtonWhite #cornerBody path {
	fill: white;
	transition: all 150ms ease-in-out 0s;
}

/*render-header*/
.styles__Header {
	height: 130px;
	width: 100%;
	position: relative;
}
.styles__HeaderImageWrapper {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 50px;
	height: 54px;
	z-index: 1000;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
}
.styles__HeaderImageWrapper .logo__button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0px center;
	border: 0px none;
	cursor: pointer;
}
.styles__HeaderImageWrapper .logo__container {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: initial;
	height: initial;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: relative;
	max-width: 100%;
}
.styles__HeaderImageWrapper .logo__blank {
	box-sizing: border-box;
	display: block;
	width: initial;
	height: initial;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}
.styles__HeaderImageWrapper .logo__blank img {
	display: block;
	max-width: 100%;
	width: initial;
	height: initial;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.styles__HeaderImageWrapper .logo {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}
.styles__StyledNavDotFlair {
	position: absolute;
	top: 16px;
	left: 32px;
	z-index: 6;
}
.img__container,
.styles__StyledNavDotFlair .img__container, 
.NavItemBackgroundstyles__MotionWrapper .img__container,
.NavItemBackgroundstyles__CornersWrapper .img__container,
.styles__FactionsContainer .img__container {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: initial;
	height: initial;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: relative;
	max-width: 100%;
}
.img__blank, 
.styles__StyledNavDotFlair .img__blank, 
.NavItemBackgroundstyles__MotionWrapper .img__blank,
.NavItemBackgroundstyles__CornersWrapper .img__blank,
.MiniGameOverviewstyles__Center .img__blank,
.MiniGameOverviewstyles__HalfSection .styles__RoundedGraphicContainer .img__blank,
.styles__DexMarketPageContentContainer .img__blank,
.styles__FactionsContainer .img__blank  { 
	box-sizing: border-box;
	display: block;
	width: initial;
	height: initial;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}
.img__blank img,
.styles__StyledNavDotFlair .img__blank img,
.NavItemBackgroundstyles__MotionWrapper .img__blank img,
.NavItemBackgroundstyles__CornersWrapper .img__blank img,
.MiniGameOverviewstyles__Center .img__blank img,
.MiniGameOverviewstyles__HalfSection .styles__RoundedGraphicContainer .img__blank img, 
.styles__DexMarketPageContentContainer .img__blank img,
.styles__FactionsContainer .img__blank img {  
	display: block;
	max-width: 100%;
	width: initial;
	height: initial;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.img__card,
.styles__StyledNavDotFlair .dot,
.NavItemBackgroundstyles__MotionWrapper .tab,
.NavItemBackgroundstyles__CornersWrapper .tab2,
.styles__HeaderFlairContainer .corner,
.styles__DexMarketPageContentContainer .img_asset,
.styles__ListingSection .img_card, 
.styles__FactionsContainer .img_card { 
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}
.NavItemBackgroundstyles__MotionWrapper .tab2,
.styles__DexMarketPageContentContainer .img_asset { 
	object-fit: none;
}
.styles__ListingSection .img_card {
	object-fit: cover;
}
.img__fitContain {
	object-fit: contain;
}
.img__containerFixed, .avatar__container,
.styles__HeaderFlairContainer .img__container,
.MiniGameHomestyles__ImageWhileVideoLoadingContainer .img__container, 
.MiniGameHomestyles__SplashBGWrapper .img__container,
.styles__ListingSection .img__container,
.styles__DexMarketPageContentContainer .img__container {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: initial;
	height: initial;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	inset: 0px;
}
.img__containerFixed img,
.MiniGameHomestyles__SplashBGWrapper img,
.styles__FactionBackgroundImage img {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/*render-navlist*/
.styles__NavList {
	display: flex;
	flex-direction: column;
	color: white;
	font-family: tungstenBook;
	font-size: 28px;
	position: relative;
	margin-bottom: 40px;
	z-index: 5;
}

/*app-navlist - active item*/
.NavItemstyles__NavItemActive {
	cursor: pointer;
	margin: 10px 0px 0px 5px;
	transition: opacity 150ms ease-in-out 0s;
	position: relative;
}
.NavItemstyles__NavItemActive aside {
	position: relative;
	left: -12px;
	top: 1px;
	z-index: 1;
	display: flex;
	-moz-box-align: center;
	align-items: center;
}
.NavBorderCardstyles__NavBorderCardTop {
	--width: 500px;
	--height: 1024px;
	--x-offset: 80px;
	--y-offset: -2px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	height: var(--height);
	width: var(--width);
	position: absolute;
	top: calc(var(--height) * -1 - var(--y-offset));
	left: calc(var(--width) * -1 + var(--x-offset));
	pointer-events: none;
	background: var(--black-5);
	z-index: -1;
}
.NavItemBackgroundstyles__OverflowContainer {
	overflow: hidden;
	height: 86px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	margin: -7px 0px;
}
.NavItemBackgroundstyles__Wrapper {
	height: 72px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	flex-wrap: nowrap;
	-moz-box-pack: end;
	justify-content: flex-end;
	width: 100%;
	overflow-y: visible;
	z-index: 6;
	margin-right: -1px;
}
.NavItemBackgroundstyles__MotionWrapper {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	flex-wrap: nowrap;
	-moz-box-pack: end;
	justify-content: flex-end;
	width: 100%;
	overflow-y: visible;
	z-index: 6;
}
.NavItemBackgroundstyles__MotionWrapper.reorient {
	transform: translateX(0%) translateZ(0px);
}
.NavItemBackgroundstyles__Card {
	background-color: var(--black-5);
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: var(--gray-1);
	height: 72px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-flex: 1;
	flex-grow: 1;
}
.NavItemstyles__NavContentWrapper {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
}
.aYFTi aside {
	display: flex;
	-moz-box-align: center;
	align-items: center;
}
.styles__SAIcon {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	width: auto;
	max-height: 100%;
}
.styles__SAIcon img {
	height: 32px;
}
.styles__SAIcon > span {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.NavItemstyles__NavLabel {
	display: flex;
	flex-direction: row-reverse;
	-moz-box-flex: 1;
	flex-grow: 1;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 24px;
}
.NavItemstyles__NavLabel span {
	padding-top: 3px;
}
.cn .NavItemstyles__NavLabel span {
	font-size:20px;
}
.NavItemBackgroundstyles__CornersWrapper {
	z-index: 10;
	height: 93px;
}
.NavBorderCardstyles__NavBorderCardBottom {
	--width: 500px;
	--height: 1024px;
	--x-offset: 80px;
	--y-offset: -2px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	height: var(--height);
	width: var(--width);
	position: absolute;
	left: calc(var(--width) * -1 + var(--x-offset));
	bottom: calc(var(--height) * -1 - var(--y-offset));
	pointer-events: none;
	background: var(--black-5);
	z-index: -1;
}
/*redner-navlist - inactive item */
.NavItemstyles__StyledNavItem {
	cursor: pointer;
	margin: 16px 0px 0px 20px;
	transition: opacity 150ms ease-in-out 0s;
	z-index: 5;
}
.NavItemstyles__StyledNavItem aside {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	margin-left: 6px;
	z-index: inherit;
}
/* render nav - wallet  */
.styles__WalletStatus {
	font-family: tungstenBook;
	font-size: 22px;
	letter-spacing: 0px;
	color: white;
	margin: 0px 0px 8px;
	padding: 0px;
	z-index: 3;
	cursor: pointer;
}
.styles__LanguageStatus {
	font-family: tungstenBook;
	font-size: 22px;
	letter-spacing: 0px;
	color: white;
	margin: 30px 0px 8px;
	padding: 0px;
	z-index: 3;
	cursor: pointer;
}
.walletConnectWrapper {
	position: absolute;
	right: 0px;
	bottom: 24px;
	width: 192px;
	z-index: 5;
}
.styles__ConnectContainer {
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.styles__ConnectionText {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	z-index: 3;
}
.styles__ConnectionText p {
	font-family: tungstenBook;
	font-size: 18px;
	letter-spacing: 0.18px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0px 0px 0px 8px;
	padding: 0px;
	text-transform: capitalize;
}
.atoms__AppVersion {
	color: rgb(255, 255, 255);
	font-family: graphikCompactMedium;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-top: 38px;
	opacity: 0.2;
}

/* mainapp */
.styles__AppMain {
	-moz-box-flex: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin: 20px 28px 0px 0px;
	background: var(--black-5);
	min-width: 0px;
	z-index: 1;
	border-radius: 40px 40px 0px 0px;
}
.Homestyles__Container {
	height: 100%;
	width: 100%;
	padding: 0px;
	display: flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	border-top-color: ;
	border-top-style: ;
	border-top-width: ;
	border-right-color: ;
	border-right-style: ;
	border-right-width: ;
	border-left-color: ;
	border-left-style: ;
	border-left-width: ;
	border-image-outset: ;
	border-image-repeat: ;
	border-image-slice: ;
	border-image-source: ;
	border-image-width: ;
	border-bottom: 0px none;
	border-radius: 38px 38px 0px 0px;
	border-top: 1px solid rgb(64, 64, 70);
	border-right: 1px solid rgb(64, 64, 70);
	border-left: 1px solid rgb(64, 64, 70);
	z-index: 2;
}
.Homestyles__Main {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	flex-basis: auto;
	color: white;
}
.styles__HeaderTabsContainer {
	display: flex;
	width: 100%;
	height: 60px;
	position: relative;
	background: var(--black-6);
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}
.styles__HeaderTabsContainer::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	width: 80px;
	height: 100%;
	border-radius: 60px 0px 0px;
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(30, 29, 37) 80%, rgba(30, 29, 37, 0) 100%) repeat scroll 0% 0%;
}
.styles__HeaderTabsContainer::after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 101;
	width: 40px;
	height: 100%;
	border-radius: 0px 60px 0px 0px;
	background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgb(30, 29, 37) 40%, rgba(30, 29, 37, 0) 100%) repeat scroll 0% 0%;
}
.styles__CardCornersWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 200;
	pointer-events: none;
}
.styles__TabBg {
	position: absolute;
	background: transparent none repeat scroll 0% 0%;
	border-radius: 38px 38px 0px 0px;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	pointer-events: none;
}
.styles__HeaderFlairContainer {
	position: absolute;
	width: 41px;
	height: 41px;
}
.styles__HeaderFlairContainer.topLeft {
	top:-2.5px;
	left:-2px;
}
.styles__HeaderFlairContainer.topRight {
	top:-2.5px;
	right:-2px;
	transform:scaleX(-1)
}
.styles__HeaderFlairContainer.bottomRight {
	right:-2px;
	bottom:-2px;
	transform:scaleX(-1);
	transform:rotate(180deg);
}
.styles__HeaderFlairContainer.bottomLeft {
	left:-2.5px;
	bottom:-2px;
	transform:scaleX(-1);
	transform:rotate(-90deg);
}
/* stub */
.styles__HeaderTabsContainer .styles__TabsWrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	opacity: 1;
}
.styles__DexMarketControlsWrapper .styles__TabsWrapper {
	display: flex;
	padding: 0px 16px;
	margin-bottom: 32px;
}
.styles__DexMarketControlsWrapper .styles__TabsWrapper > * {
	min-width: 106px;
}
.styles__StyledTabsContainer {
	position: relative;
	width: calc(100% - 10px);
	height: 100%;
}
.styles__StyledTabs {
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.styles__StyledTab,
.styles__StyledTabFix {
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	font-family: industryMedium;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 20px;
	min-width: 155px;
	cursor: pointer;
	outline: currentcolor none medium;
	padding: 0px 32px;
}
.styles__StyledTab.tabSelected p {
	opacity: 1;
	color: var(--gold-2);
}
.styles__StyledTab p {
	white-space: nowrap;
	text-align: center;
	opacity: 0.2;
	color: white;
	transition: all 150ms ease-in-out 0s;
}
.styles__StyledTab.tabSelected .tabBorder {
	height: 5px;
	background-color: var(--gold-2);
}
.styles__StyledTab .tabBorder {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background: var(--black-1);
	transition: all 150ms ease-in-out 0s;
}
.styles__StyledTabFix {
	opacity: 1;
	color: var(--gold-2);
	white-space: nowrap;
	text-align: center;
	transition: all 150ms ease-in-out 0s;
}
.styles__StyledTabFix .tabBorder {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 5px;
	background-color: var(--gold-2);
	transition: all 150ms ease-in-out 0s;
}
.styles__StyledTabs :hover,
.NavItemstyles__NavLabel :hover,
.styles__ConnectionText :hover,
.styles__LanguageStatus :hover {
	color: var(--gold-2) !important;
	opacity: 1;
}
.Buttonstyles__Button:hover {
	background-color: #999 !important;
	opacity: 1;
}
.styles_TabItem {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}

/* Content Page */
/* home */
.MiniGameHomestyles__PageContainer {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: rgb(5, 7, 10);
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	text-align: center;
	-moz-box-align: center;
	align-items: center;
}
.MiniGameHomestyles__VideoContainer {
	position: relative;
	width: 1600px; 
	padding-bottom: 42.71%;
	margin-bottom: -32px;
	mask-image: linear-gradient(rgb(0, 0, 0) 20%, transparent 100%);
}
.MiniGameHomestyles__FrameContainer {
	position: relative;
/*	width: 2350px; 
	height: 700px; */
	width: 1000px; 
	height: 800px;
	padding-top: 10px;
	margin-bottom: -32px;
	mask-image: linear-gradient(rgb(0, 0, 0) 20%, transparent 100%);
}
.MiniGameHomestyles__FrameContainerFit {
	position: relative;
	width: 1620px; 
	height: 800px;
	padding-top: 10px;
	margin-bottom: -32px;
	mask-image: linear-gradient(rgb(0, 0, 0) 20%, transparent 100%);
}
.MiniGameHomestyles__Frame {
	border:none;
	width:100%;
	height:100%;
}
.MiniGameHomestyles__ImageWhileVideoLoadingContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
/*	height: 100%; */
	z-index: 1;
}
.MiniGameHomestyles__VideoTrailer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
/*	height: 100%; */
	z-index: 2;
}
.MiniGameHomestyles__SplashContent {
	position: relative;
	border-radius: 14px 14px 0px 0px;
	-moz-box-flex: 1;
	flex-grow: 1;
	padding: 0px 32px;
	text-align: center;
	background-color: rgb(24, 23, 31);
	z-index: 2;
}
.MiniGameHomestyles__SplashBGWrapper {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	opacity: 0.09;
	width: 100%;
	height: 100%;
	margin: 0px -32px;
}
.MiniGameHomestyles__SplashBGWrapper img {
	animation: 50s linear 0s infinite normal none running rotate;
}
.MiniGameHomestyles__SplashBGWrapper .splash__background {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display: block;
	width: 0px;
	height: 0px;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/* title */
.MiniGameHomestyles__SplashTitle {
	text-transform: uppercase;
	font-family: tungstenLight;
	letter-spacing: 0.005em;
	text-shadow: rgb(24, 23, 31) 0px 0px 60px;
}
.MiniGameHomestyles__SplashSubTitle {
	font-family: tungstenLight;
	letter-spacing: 0.005em;
	text-shadow: rgb(24, 23, 31) 0px 0px 60px;
}

/* tech button */
.TechButtonstyles__ButtonContainer {
	display: inline-flex;
	margin: 0px auto;
}
.TechButtonstyles__Button {
	margin: 0px;
	border: medium none;
	outline: currentcolor none medium;
	cursor: pointer;
	position: relative;
	display: inline-flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	height: 72px;
	padding: 0px 25px;
	min-width: 320px;
	border-radius: 28px 12px 12px;
	background-color: white;
	background-size: 250% 100%;
	background-position: 100% 50%;
	transition: all 150ms ease-in-out 0s;
	--bar-width: 1px;
}
.TechButtonstyles__Button:hover {
	color: black;
 	animation-name: btn_hover;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse
 }
@keyframes btn_hover {
  from {background-color: white;}
  to {background-color: var(--gold-2);}
}
.TechButtonstyles__Button::after {
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	height: 33px;
	width: 33px;
	background-image: url("/portal/_assets/images/button-corner.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
.TechButtonstyles__ButtonPrimaryText {
	font-family: graphikCompactBold;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	color: var(--black-4);
	z-index: 1;
}
.TechButtonstyles__ButtonSecondaryText {
	position: relative;
	top: 2px;
	font-family: tungstenLight;
	font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	color: var(--black-4);
	z-index: 1;
}
.TechButtonstyles__SubtitleBelow {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgb(24, 23, 31);
	opacity: 0.75;
	margin: 2px 0px;
}
.MiniGameHomestyles__Actions {
	margin-top: 48px;
	margin-bottom: 24px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	gap: 54px;
}
.MiniGameHomestyles__Actions a, .MiniGameHomestyles__Actions span {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	font-family: graphikCompact;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	cursor: pointer;
	z-index: 1;
	padding-bottom: 4px;
}
.MiniGameHomestyles__Actions a::after, .MiniGameHomestyles__Actions span::after {
	width: 24px;
	height: 24px;
	background-image: url("/portal/_assets/images/icon/icon-next.svg");
	content: " ";
}
.MiniGameHomestyles__Actions a svg, .MiniGameHomestyles__Actions span img {
	margin-right: 8px;
}
/* modal */
.modal__Wallet.SignOn {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  padding-top: 100px; /* Location of the box */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
.styles__ModalBackground {
	width: 100vw;
	height: 100vh;
	background: rgba(22, 21, 28, 0.75) none repeat scroll 0% 0%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	animation-name: animatetop;
	animation-duration: 0.4s
}
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
.styles__ModalContainer {
	border: 1px solid var(--gray-1);
	border-radius: 37px 10px;
	position: relative;
	background-color: var(--black-6);
	padding: 20px 0px 25px 25px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-direction: column;
	z-index: 10;
	width: 550px;
	max-height: calc(-40px + 100vh);
}
.styles__ModalContentWrapper {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	padding: 0px 25px 0px 0px;
}
.styles__ModalContainer .styles__Spacer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 24px;
}
.styles__ModalContainer .styles__Divider {
	height: 1px;
	background: var(--gray-2);
	width: 100%;
	display: block;
	margin: 15px 0px;
}
.styles__ModalHeading {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgb(163, 161, 172);
	padding: 0px 0px 9px 15px;
	width: 100%;
	display: flex;
	flex-direction: row;
}
.styles__FormHeading {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--gold-2);
	padding: 0px 20px 9px 15px;
	width: 100%;
	display: flex;
	flex-direction: row;
}
.styles__WalletPlainContainer {
	background: var(--black-10);
	border: 1px solid var(--gray-2);
	color: white;
	border-radius: 10px;
	width: 100%;
	padding: 18px;
	position: relative;
	min-height: 50px;
}
.styles__WalletCornerWrapper {
	position: absolute;
	top: -1px;
	right: -1px;
}
.molecules__Wrapper {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	width: 100%;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.styles__WalletBrandWrapper {
	display: flex;
	-moz-box-align: center;
	align-items: center;
}
.molecules__ProviderWrapper {
	margin: 0px 22px 0px 10px;
	display: flex;
	height: max-content;
}
.styles__WalletLabel {
	color: white;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 1.1px;
	font-family: tungstenBook;
	margin: 0px auto 0px 0px;
}
.molecules__TagContainer {
	margin-right: 20px;
}
.Tagstyles__Container {
	display: inline-flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	padding: 8px 12px;
	background: rgb(45, 43, 50) none repeat scroll 0% 0%;
	border: 1px solid rgb(64, 64, 70);
	border-radius: 4px;
}
.Tagstyles__Label {
	height: 12px;
	font-family: GraphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgb(237, 236, 242);
	opacity: 0.7;
}
.molecules__Wrapper .Buttonstyles__Button {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border: 1px solid rgb(51, 51, 51);
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--black-10);
	color: white;
	min-width: 128px;
	height: 36px;
	padding: 0px 20px;
	border-radius: 4px;
}
.molecules__Wrapper .Buttonstyles__Label,
.styles__FactionsContainer .Buttonstyles__Label {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 15px;
}
.styles__ModalButtonWrapper {
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	width: 90%;
}
.styles__ModalButtonWrapper .Buttonstyles__Button,
.Buttonstyles__ButtonColored {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-image: none 100% / 1 / 0 stretch;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--gold-1);
	color: var(--gold-0);
	border-color: var(--gold-0);
	min-width: 128px;
	height: 36px;
	padding: 0px 20px;
	border-radius: 4px;
}
.styles__ModalButtonWrapper .Buttonstyles__Label,
.Buttonstyles__ButtonColored .Buttonstyles__Label,
.Buttonstyles__ButtonPlain  .Buttonstyles__Label {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	line-height: 15px;
}
.Buttonstyles__ButtonPlain {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-image: none 100% / 1 / 0 stretch;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--gray-0);
	color: var(--gray-3);
	border-color: var(--gray-3);
	min-width: 128px;
	height: 36px;
	padding: 0px 20px;
	border-radius: 4px;
}
.styles__ModalButtonWrapper .styles__HelpContainer {
	display: flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	border: 0px none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.styles__ModalButtonWrapper .styles__HelpLead {
	text-align: left;
	font: 600 13px / 16px graphikCompact;
	letter-spacing: 0.84px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	transition: color 150ms ease-in-out 0s;
}	
.styles__ModalButtonWrapper .styles__HelpAction {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: 600 13px / 16px graphikCompact;
	letter-spacing: 0.84px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	opacity: 0.5;
	transition: color 150ms ease-in-out 0s;
}

/**************** overview ****************/
.MiniGameOverviewstyles__PageContainer {
	overflow: hidden auto;
	height: 100%;
	scroll-behavior: smooth;
}
.MiniGameOverviewstyles__Header {
	padding-top: 72px;
	font-family: tungstenLight;
	text-align: center;
	xtext-transform: uppercase;
}
.MiniGameOverviewstyles__LogoWrapper {
	width: 250px;
	height: 71px;
	margin: auto;
}	
.MiniGameOverviewstyles__LogoWrapper .logo_container {
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	margin: 0px;
}
.MiniGameOverviewstyles__LogoWrapper .logo {
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display: block;
	width: 200px;
	height: 0px;
/*	min-width: 50%;
	max-width: 100%; */
	min-height: 100%;
	max-height: 100%;
}
.MiniGameOverviewstyles__HeaderText1 {
	line-height: 105%;
	letter-spacing: 0.005em;
	margin-top: 40px;
}
.MiniGameOverviewstyles__HeaderText2 {
	font-family: tungstenLight;
	text-transform: uppercase;
	margin-top: 12px;
	letter-spacing: 0.005em;
}
.MiniGameOverviewstyles__Explore {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.1em;
	display: flex;
	margin-top: 32px;
	margin-bottom: 36px;
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}
.MiniGameOverviewstyles__Explore hr {
	border: 1px solid white;
	opacity: 0.1;
	height: 0px;
	width: 100%;
}
.MiniGameOverviewstyles__Explore span {
	margin: 0px 60px;
}
.MiniGameOverviewstyles__Navigation {
	padding-left: 40px;
	padding-right: 40px;
	max-width: 100%;
	position: sticky;
	top: -2px;
	z-index: 10;
	background: rgb(23, 22, 29) none repeat scroll 0% 0%;
	border-radius: 8px;
}
.MiniGameOverviewstyles__LinksGroup {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	min-height: 44px;
	opacity: 0.5;
	display: flex;
	flex-wrap: nowrap;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	text-transform: uppercase;
}
.MiniGameOverviewstyles__LinksGroup span {
	font-family: industryMedium;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.04em;
	cursor: pointer;
	padding-bottom: 5px;
	border-bottom: 2px dotted white;
}
.MiniGameOverviewstyles__Center .img__container {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: initial;
	height: initial; 
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: relative;
	max-width: 100%;
}
.MiniGameOverviewstyles__Center .preview { 
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%; 
	max-height: 100%; 
}
.MiniGameOverviewstyles__Divider {
	margin: 24px 0px 48px;
	border: 1px dotted rgba(255, 255, 255, 0.1);
}	
.MiniGameOverviewstyles__FullSection {
	display: grid;
	place-items: center;
/*	min-height: 100%; */
	max-width: 1536px;
	margin: auto;
}
.MiniGameOverviewstyles__SectionHeader {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	font-family: tungstenLight;
}
.MiniGameOverviewstyles__SectionTitle {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	letter-spacing: 0.005em;
	flex-shrink: 1;
}
.MiniGameOverviewstyles__SectionHeader svg, .MiniGameOverviewstyles__SectionHeader img {
	margin-right: 18px;
}

.MiniGameOverviewstyles__AvailableNow {
	color: var(--gold-0);
	text-transform: uppercase;
	letter-spacing: 0.005em;
	-moz-box-flex: 1;
	flex-grow: 1;
}
.MiniGameOverviewstyles__ComingSoon {
	color: white;
	opacity: 0.25;
}
.MiniGameOverviewstyles__ComingNext {
	color: var(--gold-2);
	opacity: 0.4;
}
.MiniGameOverviewstyles__FSBody {
	font-family: graphikCompact;
	letter-spacing: 0.02em;
	opacity: 0.85;
}
.MiniGameOverviewstyles__Center {
/*	height: 100%; */
	width: 100%;
	display: grid;
	place-items: center;
}
.MiniGameOverviewstyles__HalfSection {
	margin: auto;
	max-width: 1536px;
/*	min-height: 50%; */
	display: grid;
	place-items: center;
}
.MiniGameOverviewstyles__HSBody {
	position: relative;
	background-color: var(--black-10);
	font-family: graphikCompact;
	border-radius: 56px 8px;
	padding: 32px;
	font-size: 17px;
	line-height: 140%;
	margin-top:16px;
	opacity: 0.85;
}
.MiniGameOverviewstyles__HSBody::before {
	top: 0px;
	left: 0px;
	background-image: url("/portal/_assets/images/icon/btn-corner2TopLeft.svg");
}	
.MiniGameOverviewstyles__HSBody::after  {
	bottom: 0px;
	right: 0px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA1NiA1NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTU2IDBWMTguODcyNkM1NiAyMy4xMTYgNTQuMzE0MyAyNy4xODU3IDUxLjMxMzcgMzAuMTg2M0wzMC4xODYzIDUxLjMxMzdDMjcuMTg1NyA1NC4zMTQzIDIzLjExNiA1NiAxOC44NzI2IDU2SDBWMEg1NloiIGZpbGw9IiMyMjIxMjkiLz4KPC9zdmc+Cg==");
}
.MiniGameOverviewstyles__HSBody::before, .MiniGameOverviewstyles__HSBody::after  {
	position: absolute;
	display: block;
	height: 56px;
	width: 56px;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	z-index: -1;
}	
.styles__RoundedGraphicContainer {
	position: relative;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border-radius: 8px;
	overflow: hidden;
}
.MiniGameOverviewstyles__HalfSection .rotate {
	animation: 50s linear 0s infinite normal none running rotate;
}
.MiniGameOverviewstyles__HalfSection .logoPosition {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.MiniGameOverviewstyles__Thirds.MiniGameOverviewstyles__Footer {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	-moz-box-pack: center;
	justify-content: center;
}
.MiniGameOverviewstyles__FooterContent {
	position: relative;
}
.MiniGameOverviewstyles__FooterFlex {
	text-align: center;
	display: flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
}
.MiniGameOverviewstyles__Footer .Buttonstyles__Button {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border: 1px solid rgb(51, 51, 51);
	width: 450px;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--black-10);
	color: white;
	height: 56px;
	padding: 0px 25px;
	border-radius: 8px 8px 30px;
}	
.MiniGameOverviewstyles__Footer .Buttonstyles__Label {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 19px;
}
.MiniGameOverviewstyles__Footer .ButtonCornerstyles__Corner,
.styles__MessageActions .ButtonCornerstyles__Corner {
	position: absolute;
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
}
	
/********************************* legal **********************************/
.Legalstyles__LegalWrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.Legalstyles__LegalPageContainer {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	scroll-behavior: smooth;
	-moz-box-pack: start;
	justify-content: start;
	-moz-box-align: center;
	align-items: center;
	box-sizing: border-box;
}
.Legalstyles__SectionHeader {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	font-family: tungstenLight;
	-moz-box-pack: start;
	justify-content: flex-start;
	width: 100%;
	max-width: 1024px;
}
.Legalstyles__SectionTitle {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	letter-spacing: 0.005em;
	flex-shrink: 1;
	row-gap: 20px;
}
.Legalstyles__SectionTitleIcon svg,
.Legalstyles__SectionTitleIcon img {
	margin-right: 18px;
}
.Legalstyles__LegalTextWrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1024px;
	margin-bottom: 40px;
}
.Legalstyles__LegalTextContainer {
	font-family: "graphikCompactLight";
	font-size: 24px;
	font-style: normal;
	opacity: 0.85;
	line-height: 120%;
	color: rgb(255, 255, 255);
}
.Legalstyles__LastRevised {
	font-family: "graphikCompact";
	font-size: 24px;
	line-height: 28px;
	margin-top: 24px;
	font-style: italic;
}
.Legalstyles__EncapsulatedText {
	padding: 12px;
	border: 1px solid rgb(64, 64, 70);
	border-radius: 8px;
}
.Legalstyles__TableOfContents {
	padding: 56px;
}
.Legalstyles__TableOfContentsHeader {
	font-family: tungstenLight;
	font-size: 42px;
	line-height: 44px;
	display: inline-block;
	margin-bottom: 24px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.Legalstyles__TableListContent {
	padding-left: 37px;
	font-family: "graphikCompact";
	line-height: 28px;
	margin: 16px 0px;
	cursor: pointer;
}
.Legalstyles__TableListContent span {
	color: var(--gold-2);
	text-decoration: underline;
}
.Legalstyles__TableContent {
	margin-bottom: 40px;
}
.Legalstyles__TableContent ol {
	counter-reset: section 0;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.Legalstyles__TableContent li {
	display: table;
	margin-bottom: 24px;
}
.Legalstyles__TableContent li::before {
	display: table-cell;
	counter-increment: section 1;
	padding-right: 1rem;
	content: counters(section, ".") ". ";
}
.Legalstyles__TableContent li ol {
	margin-top: 24px;
}
.Legalstyles__TableContent li ol li::before {
	content: counters(section, ".") " ";
}
.Legalstyles__LegalTable {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin-bottom: 24px;
}
.Legalstyles__LegalTableRow {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 18px 24px;
	border: 1px solid rgb(163, 161, 172);
	border-radius: 8px;
}
.Legalstyles__LegalTableHeader {
	color: rgb(248, 203, 127);
	font-family: "graphik";
	font-weight: bold;
	font-size: 17px;
	background-color: rgb(34, 33, 40);
	border-radius: 8px;
	padding: 8px;
}
.Legalstyles__LegalTableContent {
	font-family: "graphikCompactLight";
	font-size: 24px;
	font-style: normal;
	letter-spacing: 0.02rem;
	padding: 12px;
}
.Legalstyles__ProviderRow {
	font-family: "graphikCompactLight";
	font-size: 24px;
	font-style: normal;
	letter-spacing: 0.02rem;
	padding: 8px;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
}
.Legalstyles__UnderlinedLinks {
	font-family: "graphikCompactLight";
	font-size: 24px;
	font-style: normal;
	line-height: 120%;
	color: rgb(255, 255, 255);
}
.Legalstyles__UnderlinedSubHeader {
	display: inline;
	text-decoration: underline;
}
.Legalstyles__TableListContent::marker {
	font-family: "graphikCompact";
	line-height: 28px;
	cursor: pointer;
}
.Legalstyles__Divider {
	margin: 24px 0px 48px;
	border: 1px dotted rgba(255, 255, 255, 0.1);
}
.Legalstyles__LegalTextWrapper.Privacy h2 {
	padding-top: 50px;
}

/******************************* marketplace ***************************/
.styles__Marketplace {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: initial;
	opacity: 1;
}
.injected-svg {
	box-sizing: border-box;
}
.styles__Container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.styles__MarketplaceBody {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.styles__InputContainer {
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 38px;
}
.inputstyled__Fieldset {
	display: block;
	border: 0px none;
	padding: 0px;
	min-width: 0px;
}
.inputstyled__Container {
	overflow: hidden;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	height: 59px;
	max-width: 100%;
	width: 100%;
	padding: 9px 9px 9px 0px;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
	border: 1px solid rgb(64, 64, 70);
	border-radius: 4px;
	will-change: border-color;
	transition: border-color 0.25s ease 0s;
}
.inputstyled__ContainerListbox {
	xoverflow: hidden;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	height: 59px;
	max-width: 100%;
	width: 100%;
	padding: 9px 9px 9px 0px;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
	border: 1px solid rgb(64, 64, 70);
	border-radius: 4px;
	will-change: border-color;
	transition: border-color 0.25s ease 0s;
}
.inputstyled__Icon {
	display: inline-flex;
	padding-left: 22px;
	padding-right: 22px;
}
.inputstyled__Input {
	-moz-box-flex: 1;
	flex-grow: 1;
	min-width: 53px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	background-color: transparent;
	outline: currentcolor none medium;
	border: medium none;
	font-family: graphikCompact;
	font-size: 20px;
	color: white;
	caret-color: rgb(255, 190, 77);
}
.inputstyled__Input::placeholder { 
	color: rgba(163, 161, 172, 0.5);
	text-transform: capitalize;
}
.inputstyled__Input::selection,
.inputstyled__InputForm::selection {
	background-color: rgb(255, 190, 77);
	color: rgb(30, 29, 37);
}
.inputstyled__InputForm {
	-moz-box-flex: 1;
	flex-grow: 1;
	min-width: 53px;
	padding-left: 12px;
	padding-bottom: 4px;
	background-color: transparent;
	outline: currentcolor none medium;
	border: medium none;
	font-family: graphikCompact;
	font-size: 16px;
	color: white;
	caret-color: rgb(255, 190, 77);
}
.inputstyled__InputForm::placeholder { 
	color: rgba(163, 161, 172, 0.5);
}
.inputstyled__InputLabel {
	width:150px;
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}
.inputstyled__select {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	background-color: #333;
	color: white;
}

/* marketplace-listing */
.styles__ListingSection {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0px 32px;
	height: 100%;
	overflow: hidden;
}
.styles__ListingSection > :nth-of-type(2) {
	margin-left: 15px;
}	
.styles__ListingWrapper {
	width: max-content;
	height: auto;
	opacity: 1;
}
.card__wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: initial;
	opacity: 1;
}
.TabCardstyles__Container {
	position: relative;
	-moz-box-flex: 0;
	flex-grow: 0;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}
.TabCardstyles__Container::after {
	position: absolute;
	display: block;
	top: 14px;
	right: -14px;
	height: 14px;
	width: 14px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDE0SDBWMEMxIDAgMS43NSAwLjI1IDIuNSAwLjVDMy4yNSAwLjc1IDQgMS4yNSA0Ljc1IDEuOTVMMTIgOS4yNUMxMi43NSAxMCAxMy4yNSAxMC43NSAxMy41IDExLjVDMTMuNzUgMTIuMjUgMTQgMTMgMTQgMTRaIiBmaWxsPSIjMUUxRDI1Ii8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
.TabCardstyles__Container::before {
	position: absolute;
	display: block;
	top: 27px;
	right: -14px;
	height: calc(100% - 13px);
	width: 14px;
	background-color: rgb(30, 29, 37);
	content: "";
}
.TabCardstyles__Tab {
	position: relative;
	height: 14px;
	max-width: 200px;
	margin-left: 14px;
	background-color: rgb(30, 29, 37);
}
.TabCardstyles__Tab::before {
	position: absolute;
	display: block;
	top: 0px;
	left: -14px;
	height: 14px;
	width: 14px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTRDMC41IDYuMjUgNi41IDAuMjUgMTQgMFYxNEgwWiIgZmlsbD0iIzFFMUQyNSIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
.TabCardstyles__Tab::after {
	position: absolute;
	display: block;
	top: 0px;
	right: -28px;
	height: 14px;
	width: 28px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEMzIDAgNS41IDAuNzUgOCAyLjVMMjAuMjUgMTEuMjVDMjIuNSAxMyAyNiAxNCAyOCAxNEgwVjBaIiBmaWxsPSIjMUUxRDI1Ii8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
.TabCardstyles__Title {
	position: absolute;
	top: 12px;
	left: 26px;
	color: white;
	font-family: tungstenBook;
	font-size: 18px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	opacity: 0.15;
	z-index: 6;
}
.TabCardstyles__Content {
	padding: 0px 0px 14px;
	background-color: rgb(30, 29, 37);
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 0px 15px 0px 0px;
}
.styles__ItemTableWrapper {
	overflow: hidden auto;
	max-height: 100%;
	padding: 50px 24px;
}
.styles__ItemTableWrapper.itemTable {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(314px, 1fr));
}
.style_ItemCard {
	width: 294px;
	margin: auto;
	color: white;
	height: 100%;
}
.styles__ItemTableWrapper.promotedItemTable {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	padding: 0px 10px;
	max-width: 430px;
}
.promoted__PosterPromotedItemCellUIWrapper {
	margin: 30px auto;
}
.generic__ButtonWrapper {
	padding: 0px 0px 64px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
	border: medium none;
	width: 100%;
	position: relative;
	color: white;
	transition: all 150ms ease-in-out 0s;
	height: 100%;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.promoted__PromotedCellWrapper {
	width: 376px;
	color: white;
	margin: 0px 15px;
}
.promoted__PromotedCellHeader {
	width: 100%;
	margin: 0px 0px auto;
	display: flex;
	flex-direction: column;
}
.promoted__PromotedItemTitle {
	font-size: 52px;
	font-family: tungstenLight;
	color: white;
	text-align: center;
	line-height: 56px;
}
.generic__Spacer,
.generic__SpacerAdjustable {
	width: 100%;
	display: block;
	height: 22px;
}
.generic__ItemTypeSmall {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgb(87, 86, 92);
	margin-bottom: 8px;
}
.cn .generic__ItemTypeSmall {
	font-family: notoSans;
	font-size: 16px;
}
.poster__PosterCount {
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	width: 100%;
	font-family: tungstenBook;
	text-transform: uppercase;
}
.promoted__PromotedCellBody {
	height: 100%;
	min-height: 474px;
	width: 100%;
	border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) currentcolor;
	border-style: solid solid hidden;
	border-width: 1px 1px medium;
	border-image: none 100% / 1 / 0 stretch;
	border-radius: 188px 188px 0px 0px;
	background-color: rgba(255, 255, 255, 0.03);
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 48px;
}
.poster__PosterImageShadow::after {
	display: block;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 67px;
	width: 100%;
	content: "";
	background-image: radial-gradient(rgb(18, 18, 23), transparent 50%);
	z-index: 3;
}
.poster__PosterImageContainer {
	position: relative;
	display: flex;
	flex: 1 1 0%;
	align-items: flex-start;
	-moz-box-pack: center;
	justify-content: center;
	width: 348px;
	height: 256px;
	margin: 0px auto;
}
.promoted__PromotedStatsContainer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 239px;
	z-index: 2;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: end;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 36px;
}
.poster__RewardLevelSmall {
	font-family: graphikCompactMedium;
	font-size: 9px;
	letter-spacing: 1.62px;
	text-transform: uppercase;
	line-height: 9px;
	margin: 6px 0px 14.5px;
	padding: 4px 13px;
	border-radius: 9px;
	height: 19px;
	z-index: 4;
	border: 1px solid;
	background: var(--black-3);
	font-weight: initial;
	transform: scale(1.5);
}
.cn .poster__RewardLevelSmall {
	font-family: notoSans;
	font-size: 11px;
}

.poster__RewardLevelSmall.item_basic,
.styles__RarityTagStyle.item_basic {
	border-color:#F9C;
	color: #F9C;
}
.poster__RewardLevelSmall.item_standard,
.styles__RarityTagStyle.item_standard {
	border-color: rgb(90, 200, 250);
	color: rgb(90, 200, 250);
}
.poster__RewardLevelSmall.item_premium,
.styles__RarityTagStyle.item_premium {
	border-color: #0C3;
	color: #0C3;
}
.poster__RewardLevelSmall.item_elite,
.styles__RarityTagStyle.item_elite {
	border-color: #63F;
	color:#63F;
}
.poster__RewardLevelSmall.item_custom,
.styles__RarityTagStyle.item_custom {
	border-color:#CC0;
	color:#CC0;
}
.poster__AvailableText {
	font-family: Graphik;
	font-size: 14px;
	letter-spacing: 4.2px;
	text-transform: uppercase;
	line-height: 17px;
	text-align: center;
	padding: 0px;
	width: 100%;
	margin: 0px 0px 4px;
}
.poster__AvailableDate {
	font-family: tungstenBook;
	font-size: 32px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 39px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.promoted__PromotedSprinklesContainer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 239px;
	z-index: 1;
	background: transparent linear-gradient(0deg, rgb(30, 29, 37) 0%, rgb(30, 29, 37) 20%, rgba(30, 29, 37, 0) 100%) no-repeat scroll 0% 0% padding-box;
}
.promoted__SprinklesWrapper {
	position: absolute;
	bottom: 10px;
	right: 0px;
	left: 0px;
}
.promoted__PromotedCellFooter {
	width: 100%;
	height: 82px;
	border-radius: 0px 0px 18px 18px;
	background: white none repeat scroll 0% 0%;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.promoted__PromotedCellText {
	font-family: graphikCompactBold;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0px;
	text-transform: uppercase;
	width: calc(50% - 1px);
	color: var(--black-4);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.generic__ButtonWrapper .sa-item-cell-footer-gold {
	transition: all 150ms ease-in-out 0s;
}
.TabCardstyles__Gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: calc(100% - 8px);
	height: 50px;
	background: transparent linear-gradient(0deg, rgba(30, 29, 37, 0) 0%, rgb(30, 29, 37) 75%) no-repeat scroll 0% 0% border-box;
	pointer-events: none;
}
.styles__ListingSection .hasPromoItemsFadeInOut {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}
/* card-small */
.hasPromoTabCard {}
.poster__PosterCountLarge {
	font-family: tungstenLight;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 105%;
	text-align: center;
	letter-spacing: 0.005em;
	color: rgb(255, 255, 255);
}
.cn .poster__PosterCountLarge {
	font-size: 26px;
}
.item__ItemCellBody {
	height: 352px;
	width: 100%;
	border-color: rgba(255, 255, 255, 0.05) rgba(255, 255, 255, 0.05) currentcolor;
	border-style: solid solid hidden;
	border-width: 1px 1px medium;
	border-image: none 100% / 1 / 0 stretch;
	border-radius: 96px 96px 0px 0px;
	background-color: rgba(255, 255, 255, 0.01);
	position: relative;
}	
.poster__PosterSmallItemCellBody {
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: end;
	justify-content: flex-end;
}
.poster__PosterSmallCard {
	width: 220px;
	height: 220px;
	border-radius: 4px;
	padding: 0px;
	z-index: 1;
	position: absolute;
	top: 19px;
	margin: 0px auto;
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) currentcolor;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	border-image: none 100% / 1 / 0 stretch;
	background-color: rgba(18, 17, 23, 0.25);
}
.generic__ButtonWrapper .sa-item-animate-hover-image {
	transition: all 150ms ease-in-out 0s;
	transform: translateY(0px);
}
.styles__ImageWithPulseWrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.styles__PulseSpinnerWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.Spinnerstyled__SpinnerComponent {
	display: inline-block;
	animation: 0.5s linear 0s infinite normal none running eoUyJr;
	width: 28px;
	height: 28px;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(255, 255, 255, 0.1) white rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1);
	border-image: none 100% / 1 / 0 stretch;
	border-radius: 50%;
}
.poster__PosterSmallAvailableText {
	font-family: graphik;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2.4px;
	z-index: 4;
	text-transform: uppercase;
	margin: 0px 0px 4px;
	padding: 0px;
	color: var(--gray-3);
}
.generic__CellFooter {
	background-color: var(--black-10);
	color: white;
	z-index: 5;
	width: 100%;
	height: 64px;
	outline: currentcolor none medium;
	border: medium none;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 24px;
}
.generic__CellFooterTitle {
	font-family: graphikCompactBold;
	font-size: 16px;
	text-transform: uppercase;
}
.poster__PosterSmallSubtitle {
	font-family: Graphik;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: rgb(146, 146, 150);
}
.poster__PosterSmallSprinklesContainer {
	position: absolute;
	bottom: 74px;
	z-index: 3;
	margin: 0px auto;
}
.poster__PosterItemGradient {
	background: transparent linear-gradient(0deg, rgb(30, 29, 37) 0%, rgb(30, 29, 37) 60%, rgba(30, 29, 37, 0) 100%) no-repeat scroll 0% 0% padding-box;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: -1px;
	width: calc(100% + 2px);
	height: 228px;
	z-index: 2;
}

/******************************* trading-stats ***************************/
.styles__DexItem {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: initial;
	opacity: 1;
}
.styles__DexMarketPageWrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.styles__DexMarketPageContentContainer {
	display: flex;
	max-height: 100%;
	height: 100%;
}

.styles__GalleryContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}
.styles__GalleryWrapper {
	width: 50%;
	min-width: 320px;
	padding: 0px 16px 0px 32px;
	-moz-box-flex: 1;
	flex-grow: 1;
	margin-top: 56px;
}
.styles__GalleryFlex {
	display: flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	height: 100%;
	max-height: 100%;
	width: 100%;
}
.styles__CellHeader {
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
}
.styles__ItemType {
	font-family: graphik;
	font-size: 20px;
	color: var(--gray-0);
	letter-spacing: 0.6em;
	padding-left: 0.6em;
	text-align: center;
	margin-bottom: 3px;
}
.styles__ItemTitle {
	font-family: tungstenLight;
	font-size: 58px;
	color: white;
	text-align: center;
}
.styles__ItemTitleSub {
	font-family: tungstenLight;
	font-size: 36px;
	color: gray;
	text-align: center;
	margin-bottom: 18px;
}
.styles__RarityTagStyle {
	font-family: graphikCompactMedium;
	font-size: 16px;
	letter-spacing: 1.62px;
	text-transform: uppercase;
	line-height: 9px;
	margin: 6px 0px 14.5px;
	padding: 4px 13px;
	border-radius: 9px;
	height: 24px;
	z-index: 4;
	border: 1px solid;
	xcolor: rgb(255, 190, 77);
	background: var(--black-3);
	font-weight: initial;
	transform: scale(1);
}
.GalleryMediastyles__GalleryMediaContainer {
	width: 100%;
	-moz-box-flex: 1;
	flex-grow: 1;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	margin: 56px 0px;
}
.GalleryImagestyles__ImageContainer {
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.styles__ImageWithPulseWrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.styles__PulseSpinnerWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
}
.Spinnerstyled__SpinnerComponent {
	display: inline-block;
	animation: 0.5s linear 0s infinite normal none running eoUyJr;
	width: 28px;
	height: 28px;
	border-style: solid;
	border-width: 3px;
	border-color: rgba(255, 255, 255, 0.1) white rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1);
	border-image: none 100% / 1 / 0 stretch;
	border-radius: 50%;
}
.GalleryImagestyles__FullscreenButtonContainer {
	position: absolute;
	cursor: pointer;
}
.Carouselstyles__ThumbCarContainer {
	min-width: 100%;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	overflow: auto hidden;
	gap: 8px;
	margin-bottom: 56px;
}
.Carouselstyles__ThumbCarContainer::before,
.Carouselstyles__ThumbCarContainer::after {
	content: "";
	margin: auto;
}
.Carouselstyles__ThumbnailContainer {
	min-width: 128px;
	width: 128px;
	height: 72px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	cursor: default;
	margin-bottom: 8px;
	border: 1px solid rgb(64, 64, 70);
	opacity: 0.85;
	background: rgb(30, 29, 37) none repeat scroll 0% 0%;
}
.Carouselstyles__FadeSVGContainer {
	z-index: 100;
	position: absolute;
	width: 40px;
	height: 72px;
}
.fullscreen {
	box-sizing: border-box;
}
.styles__DexMarketControlsWrapper {
	width: 50%;
	min-width: 320px;
	height: calc(100% - 56px);
	align-self: flex-end;
	margin: 0px 16px;
}
.styles__DexHeaderImageWrapper {
	position: relative;
	width: 96px;
	height: 96px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.styles__DexHeaderImageGradient {
	height: 48px;
	width: 96px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(24, 23, 31) 0%, rgba(24, 23, 31, 0) 100%) repeat scroll 0% 0%;
	z-index: 1;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.styles__DexHeaderTextWrapper {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
.styles__DexHeaderTextWrapper h2 {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 190, 77);
	margin-bottom: 3px;
}
.styles__DexHeaderTextWrapper h1 {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	line-height: 105%;
	letter-spacing: 0.005em;
	color: white;
}
.ItemInfostyles__Wrapper {
	height: 70vh;
	display: flex;
	flex-direction: column;
	opacity: 1;
}
.ItemInfostyles__InfoContainer {
	display: flex;
	flex-direction: column;
	-moz-box-flex: 1;
	flex-grow: 1;
	padding: 5px 16px 10px;
	overflow: hidden auto;
}
.ItemInfostyles__Description {
	font-family: graphik;
	font-size: 17px;
	color: white;
	line-height: 24px;
}
.ItemInfostyles__DescriptionSmall {
	font-family: graphik;
	font-size: 14px;
	color: white;
	line-height: 18px;
	opacity:0.6;
}
.ItemStatsstyles__ItemStatsContainer {
	display: flex;
	margin: 50px 0px;
	flex-flow: row wrap;
	gap: 50px;
}
.ItemStatsstyles__StatContainer {
	position: relative;
	display: flex;
	flex-direction: row;
}
.ItemStatsstyles__StatIcon {
	width: 24px;
	height: 24px;
	transform: translateY(-4px);
	margin-right: 6px;
}
.ItemStatsstyles__StatDetailContainer {
	position: relative;
	display: flex;
	flex-direction: column;
}
.ItemStatsstyles__StatType {
	font-family: graphikCompact;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.05em;
	color: white;
	text-transform: uppercase;
	opacity: 0.5;
}
.ItemStatsstyles__StatValue {
	font-family: graphikCompact;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: white;
}
.ItemStatsstyles__StatValueFinePrint {
	font-family: graphikCompact;
	font-size: 16px;
	color: gray;
	text-align: center;
}
.ItemStatsstyles__Spacer {
	width: 100%;
	display: block;
	height: 4px;
}
.ItemStatsstyles__StatGroupContainer {
	position: relative;
	width: 100%;
}
.ItemStatsstyles__StatGroupTitle {
	display: flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
}
.ItemStatsstyles__StatGroupTitle span {
	font-family: graphikCompact;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.05em;
	color: var(--gold-0);
	text-transform: uppercase;
	margin-left: 4px;
	margin-bottom: 3px;
	opacity:0.6;
}
.ItemStatsstyles__StatGroupIcon {
	width: 24px;
	height: 24px;
	margin: 2px;
}
.ItemStatsstyles__StatGroupSeparator {
	width: 100%;
	height: 1px;
	background-color: rgb(45, 43, 50);
}
.ItemStatsstyles__StatGroupBody {
	display: grid;
	grid-auto-rows: minmax(33px, auto);
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 20px;
}
.ItemInfostyles__ActionsContainer {
	display: flex;
	flex-direction: column;
	height: 100px;
	width: 100%;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	padding-bottom: 5%;
}

/************** trading - buysell ***********************/
.styles__DexBuySellWrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
}
.styles__DexMarketInfoWrapper {
	width: 50%;
	min-width: 320px;
	padding: 56px 16px 0px 32px;
	overflow-y: hidden;
	position: relative;
}
.styles__DexMarketInfoDataWrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.styles__DexMarketInfoHeaderWrapper { 
	display: flex;
	-moz-box-align: center;
	align-items: center;
	margin-bottom: 15px;
	position: sticky;
	top: 0px;
	z-index: 5;
	background: rgb(25, 24, 32) none repeat scroll 0% 0%;
	margin-bottom: 0px;
	padding: 10px;
	top: -1px;
}
.styles__DexOrderbooksWrapper {
	height: min-content;
	width: 100%;
}
.styles__OffersHeading {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	flex-wrap: nowrap;
	height: 56px;
}
.styles__OffersHeading p {
	margin: 0px;
	text-align: left;
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
	min-width: 70px;
}
.styles__OffersHeading p:first-of-type {
	padding-left: 24px;
}
.styles__OffersHeading p:nth-of-type(2) {
	text-align: right;
	padding-right: 50px;
	margin-left: auto;
}
.styles__OffersHeading p:last-of-type {
	padding-right: 24px;
}
.DexDataRowstyles__DataRow {
	height: 56px;
	width: 100%;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
	margin-bottom: 2px;
	border: 0px none;
	border-radius: 6px 24px 6px 6px;
	display: flex;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
}
.DexDataRowstyles__DataRow * {
	transition: all 150ms ease-in-out 0s;
}
.DexDataRowstyles__DataRow > div {
	text-align: left;
	font-family: graphik;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
	color: rgb(255, 255, 255);
}
.DexDataRowstyles__DataRow > div:first-of-type {
	padding-left: 24px;
	width: 100%;
	margin-left: auto;
	z-index: 1;
}
.DexDataRowstyles__DataRow > div:nth-of-type(2) {
	text-align: right;
	padding-right: 16px;
}	
.DexDataRowstyles__DataRow > div:last-of-type {
	padding-right: 24px;
}
.DexDataRowstyles__SellSizeContainer {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 0px;
}	
.styles__DataRowCornerImageWrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.DexDataRowstyles__DataRowPercentageBar {
	height: 2px;
	width: 0.398406%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgb(191, 245, 107) none repeat scroll 0% 0%;
}
.styles__BuySellWrapper {
	padding: 0px 30px;
	overflow: auto;
	height: calc(100% - 106px);
}
.styles__ControlsWrapper {
	position: relative;
	display: grid;
	grid-template-columns: 130px 300px calc(100% - 462px); 
	column-gap: 16px;
	margin-bottom: 43px;
}
.NumberInputstyles__Wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: normal;
}
.NumberInputstyles__Wrapper label {
	width: 100%;
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}
.NumberInputstyles__InputWrapper {
	position: relative;
	display: flex;
	box-sizing: border-box;
	margin-top: 13px;
	width: 131px;
}
.NumberInputstyles__InputWrapper input {
	border: 1px solid rgb(64, 64, 70);
	color: white;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
	height: 56px;
	border-radius: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 54px;
	box-sizing: border-box;
	font-family: graphik;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}
.styles__ControlsWrapper .styles__SAIcon {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	width: auto;
	max-height: 100%;
}
.NumberInputstyles__InputWrapper input {
	appearance: textfield;
}
.NumberInputstyles__ButtonWrapper {
	display: flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	position: relative;
	left: -48px;
	height: 56px;
	margin-right: -40px;
}
.NumberInputstyles__IncrementButton {
	width: 40px;
	height: 21px;
	background: rgb(45, 43, 50) none repeat scroll 0% 0%;
	pointer-events: auto;
	color: white;
	border: 0px none;
	border-radius: 3px;
	transition: all 50ms ease-in-out 0s;
}
.NumberInputstyles__IncrementButton:first-of-type {
	margin-bottom: 2px;
}
.NumberInputstyles__IncrementButton span {
	height: 21px;
}
.NumberInputstyles__IncrementButton svg {
	height: 21px;
}
.NumberInputstyles__IncrementButton:disabled {
	opacity: 0.35;
}
.styles__PriceWrapper {
	display: flex;
	flex-direction: column;
}
.styles__PriceLabelContainer {
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.styles__PriceLabel {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}
.FeeInfostyles__FeeContainer {
	position: absolute;
	right: 0px;
	display: flex;
	flex-direction: row;
	justify-content: right;
	z-index: 2;
	padding: 0px;
}
.FeeInfostyles__FeeMessageWrapper {
	align-content: center;
	font-family: graphikCompact;
	font-size: 13px;
	line-height: 15px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}
.FeeInfostyles__FeeMessageWrapper svg {
	width: 13px;
	height: 13px;
	transform: translateY(1.5px);
}
.FeeInfostyles__FeeMessage {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}
.styles__PriceField {
	text-overflow: ellipsis;
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
	border: 1px solid rgb(64, 64, 70);
	color: white;
	box-sizing: border-box;
	border-radius: 4px;
	height: 56px;
	width: 100%;
	margin-top: 14px;
	padding: 0px 24px;
	font-family: graphik;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	appearance: textfield;
}
.MarketSelectorstyles__DexMarketSelectionLabelWrapper {
	display: flex;
	flex-direction: column;
}
.styles__TotalWrapper {
	display: flex;
	position: relative;
}
.styles__TotalLabel {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}
.MarketSelectorstyles__DexCurrencyIconWrapper {
	margin-left: 11px;
	transform: translateY(-1px);
}
.MarketSelectorstyles__DexMarketSelectionWrapper {
	-moz-box-align: center;
	align-items: center;
	margin-top: 6px;
	display: grid;
	grid-template-columns: calc(100% - 130px) 130px;
}
.styles__TotalPriceWrapper {
	background: rgb(39, 38, 45) none repeat scroll 0% 0%;
	border-top: 1px solid rgb(64, 64, 70);
	border-bottom: 1px solid rgb(64, 64, 70);
	border-left: 1px solid rgb(64, 64, 70);
	border-image: none 100% / 1 / 0 stretch;
	border-radius: 4px 0px 0px 4px;
	border-right: initial;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: end;
	justify-content: flex-end;
	padding: 0px 20px;
	height: 56px;
	width: 100%;
}
.styles__TotalPrice {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgb(163, 161, 172);
	font-family: graphik;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}
.styles__SingleMarketToken {
	background: rgb(34, 33, 40) none repeat scroll 0% 0%;
	border: 1px solid rgb(64, 64, 70);
	color: white;
	border-radius: 0px 4px 4px 0px;
	height: 56px;
	width: 100%;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	padding: 0px 24px;
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
}
.styles__TradeWrapper {
	display: flex;
	width: 100%;
	gap: 20px;
	-moz-box-pack: end;
	justify-content: end;
	flex-wrap: wrap-reverse;
	margin-top: 30px;
	margin-bottom: 64px;
	-moz-box-align: center;
	align-items: center;
}
.styles__ActionButtonsWrapper {
	display: flex;
	-moz-box-pack: end;
	justify-content: end;
	gap: 12px;
}
.styles__TradeWrapper .Buttonstyles__Button {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border: 1px solid rgb(51, 51, 51);
	width: 143px;
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--black-10);
	color: var(--gold-2);;
	height: 72px;
	border-radius: 4px;
}
.styles__TradeWrapper .Buttonstyles__Button:disabled {
	color: rgb(105, 105, 108);
	background-color: rgb(55, 54, 58);
	border-color: rgb(60, 60, 63);
	pointer-events: none;
}
.styles__TradeWrapper .Buttonstyles__Label {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 18px;
	line-height: 23px;
}
.styles__NotConnectedText {
	width: 100%;
	text-align: right;
	color: white;
	opacity: 0.4;
	font-family: graphikCompact;
	margin-bottom: 8px;
}

/** ranking **/
.styles__FactionsPageWrapper {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	opacity: 1;
}
.styles__FactionsContainer {
	width: 100%;
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	padding: 32px 32px 0px;
	max-width: 1532px;
	margin: 0px auto;
}
.styles__FactionsContainer > * {
	margin-bottom: 32px;
}
.styles__FactionCardContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 290px;
}
.styles__FactionCornerWrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.styles__FactionCardBackground {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	background: rgb(30, 29, 37) none repeat scroll 0% 0%;
	border-radius: 6px 64px 6px 6px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.styles__FactionCardImageAbsoluteDiv {
	width: 100%;
	height: 100%;
	position: absolute;
}
.styles__FactionBackgroundImage {
	width: 100%;
	height: 100%;
	position: relative;
}
.styles__FactionLeaderContainer {
	width: 400px;
	height: 832px;
	transform: scale(1.2);
	z-index: 1;
}
.styles__FactionBackgroundImage img {
	object-fit: cover;
	object-position: -400px -70px;
}
.avatar__img {
	border-radius:50%;
	position: absolute;
	inset: 0px;
	box-sizing: border-box;
	padding: 0px;
	border: medium none;
	margin: auto;
	display:block;
	width: 150px;
	height: 150px;
	z-index:999;
}
.styles__FactionCardBody {
	height: 100%;
	width: 100%;
}
.styles__FactionCardContent {
	padding: 0px 45px 5px 10px;
	position: absolute;
	z-index: 3;
	display: flex;
	height: 100%;
	width: 100%;
}
.styles__FactionOverviewWrapper {
	display: flex;
	align-items: flex-start;
	height: 100%;
	position: relative;
	flex: 1 1 0%;
	max-width: 550px;
	padding: 0px 10px 0px 0px;
}
.styles__RankAndImageContainer {
	flex: 1 1 0%;
}
.styles__RankAndImageWrapper {
	display: flex;
	flex-direction: column;
	-moz-box-pack: start;
	justify-content: flex-start;
	height: 100%;
	width: 88px;
	padding: 10px 0px 0px;
}
.styles__FactionText {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	-moz-box-pack: justify;
	justify-content: space-between;
	-moz-box-align: end;
	align-items: end;
	padding-top: 10px;
}
.styles__FactionSymbolAndText {
	display: flex;
}
.styles__FactionSymbolWrapper {
	width: 88px;
	height: 88px;
	position: absolute;
	padding: 10px 0px 0px;
}
.styles__LargeFactionText {
	display: flex;
	flex-direction: column;
	width: 100%;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	padding-left: 88px;
}
.styles__FactionName {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 80px;
	line-height: 96px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}
.styles__FactionRegion {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
	margin-top: -16px;
	margin-left: 2px;
}
.styles__FactionStatsWrapper {
	display: flex;
	flex-direction: column;
	padding: 0px 0px 14px;
}
.styles__StatLabel {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}
.styles__AssetValue {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: rgb(255, 255, 255);
}
.styles__Currency {
	color: rgb(247, 202, 125);
	font-size: 16px;
	line-height: 18.11px;
	opacity: 1;
	text-transform:uppercase;
}
.styles__StatGridContainer {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 3em;
	padding: 0px 0px 0px 10px;
	flex: 1 1 0%;
	-moz-box-pack: end;
	justify-content: end;
}
.styles__StatsWrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	-moz-box-pack: center;
	justify-content: center;
}
.styles__LinkContent {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	cursor:pointer;
}
.styles__LinkValue {
	margin: 0px;
	padding: 0px;
	height: 28px;
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 2;
}
.styles__StatValueDisabled {
	opacity: 0.25;
}
.styles__StatValue {
	margin: 0px;
	padding: 0px;
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: rgb(255, 255, 255);
}
.styles__FactionCardGradient {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	border-radius: 6px 64px 6px 6px;
	background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgb(30, 29, 37) 0%, rgb(30, 29, 37) 35%, rgba(30, 29, 37, 0.8) 60%, rgba(30, 29, 37, 0.4) 75%, rgba(30, 29, 37, 0) 95%) repeat scroll 0% 0%;
}
.styles__FactionCardBorder {
	border: 2px solid rgb(107, 99, 88);
	border-radius: 6px 64px 6px 6px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.styles__FactionsContainer .Buttonstyles__Button {
	display: none;
}
.styles__PlayerLeadersContainer {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-width: 0px;
}
.styles__PlayersContainer {
	box-sizing: border-box;
	padding: 0px 32px;
	overflow: hidden auto;
	-moz-box-flex: 1;
	flex-grow: 1;
	min-height: 0px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.styles__PlayersContainer .infinite-scroll-component__outerdiv {
	width: 100%;
}
.styles__PlayerRowWrapper {
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}
.styles__PlayerRowCornerWrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
.styles__PlayerRowBackground {
	background: rgb(34, 32, 38) none repeat scroll 0% 0%;
	border: 1.5px solid rgb(91, 85, 77);
	width: 100%;
	min-height: 128px;
	border-radius: 6px 44px 6px 6px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: justify;
	justify-content: space-between;
	padding: 0px 49px 0px 10px;
}
.styles__ProfileAndRank {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	flex: 1 1 0%;
	justify-content: space-evenly;
	padding: 0px 20px 0px 0px;
}
.styles__PlaceWrapper {
	display: flex;
	flex-direction: column;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	min-width: 45px;
}
.styles__ProfileImageWrapper {
	border-radius: 4px;
	position: relative;
	height: 80px;
	width: 80px;
	min-width: 80px;
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.styles__ValuesWrapper {
	margin-top: 0px;
	flex: 4 1 0%;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 10px 5%;
}
.styles__DataWrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.styles__ProfileValueLabel {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	opacity: 0.5;
}
.styles__ProfileValue {
	font-family: graphikCompact;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: rgb(255, 255, 255);
	display: flex;
	-moz-box-align: center;
	align-items: center;
}
.styles__ProfileValue.styles__FactionValue {
	width: 100px;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}
.styles__PlaceValue {
	font-family: tungstenBook;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 43px;
	letter-spacing: 0.02em;
	color: rgb(255, 255, 255);
}

/* profile */
.styles__ProfileWrapper {
	width: 100%;
	min-height: 800px;
	opacity: 1;
}
.PlayerProfileViewstyles__BodyWrapper {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.PlayerProfileViewstyles__AvatarSection {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.AvatarWithBadgestyles__Container {
	margin: auto;
	width: 200px;
	position: relative;
}
.AvatarWithBadge_placeholderAvatar__lisic {
	border: none;
	border-radius: 3px;
}
.PlayerProfileViewstyles__Main {
	color: white;
}
.PlayerProfileViewstyles__InfoSection {
	text-align: center;
	margin: 40px 0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.PlayerProfileViewstyles__InfoGroup {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
.PlayerProfileViewstyles__InfoBlurb {
	margin: 12px;
}
.PlayerProfileViewstyles__Label {
	font-family: graphikCompact;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	margin-bottom: 11px;
	flex-direction: row;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
}
.PlayerProfileViewstyles__Text {
	color: white;
	opacity: 1;
}
.PlayerProfileViewstyles__LargeText {
	font-family: tungstenBook;
	font-size: 32px;
	line-height: 45px;
	letter-spacing: 0.02em;
}
.PlayerProfileViewstyles__MediumText {
	font-family: tungstenBook;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.02em;
}
.PlayerProfileViewstyles__SmallText {
	font-family: graphikCompact;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.03em;
	padding-bottom:50px;
}
.PlayerProfileViewstyles__InfoBlurb {
	margin: 12px;
	padding-bottom:20px;
}
.PlayerProfileViewstyles__FlexAlign {
	display: flex;
	-moz-box-align: center;
	align-items: center;
}
.PlayerProfileViewstyles__TabCardContainer {
	margin-bottom: 80px;
}
.styles__ProfileWrapper .TabCardstyles__Container {
	position: relative;
	-moz-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
}
.styles__ProfileWrapper .TabCardstyles__Container::before {
	position: absolute;
	display: block;
	top: 27px;
	right: -14px;
	height: calc(100% - 13px);
	width: 14px;
	background-color: rgb(30, 29, 37);
	content: "";
}
.styles__ProfileWrapper .TabCardstyles__Container::after {
	position: absolute;
	display: block;
	top: 14px;
	right: -14px;
	height: 14px;
	width: 14px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDE0SDBWMEMxIDAgMS43NSAwLjI1IDIuNSAwLjVDMy4yNSAwLjc1IDQgMS4yNSA0Ljc1IDEuOTVMMTIgOS4yNUMxMi43NSAxMCAxMy4yNSAxMC43NSAxMy41IDExLjVDMTMuNzUgMTIuMjUgMTQgMTMgMTQgMTRaIiBmaWxsPSIjMUUxRDI1Ii8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
}
.PlayerProfileViewstyles__FeaturedAssetWrapper {
	margin-bottom: 32px;
}
.FeaturedAssetstyles__Container {
	margin: 50px auto 0px;
	width: 90%;
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
}
.FeaturedAssetstyles__AssetInfo {
	gap: 25px;
	margin-top: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
	width: 100%;
}
.FeaturedAssetstyles__AssetInfoInnerWrapper {
	display: flex;
	width: 100%;
	justify-content: space-around;
	margin: 12px 0px;
}
.FeaturedAssetstyles__InfoBlurb {
	-moz-box-pack: center;
	justify-content: center;
	text-align: center;
}
.FeaturedAssetstyles__Label {
	font-family: graphikCompact;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	flex-direction: column;
	margin-bottom: 8px;
}	
.FeaturedAssetstyles__SmallText {
	font-family: graphikCompact;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: white;
}
.FeaturedAssetstyles__InfoBlurb .Buttonstyles__Button {
	position: relative;
	display: inline-flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	border: 1px solid rgb(51, 51, 51);
	cursor: pointer;
	transition: all 150ms ease-in-out 0s;
	background: var(--black-10);
	color: white;
	height: 56px;
	min-width: 256px;
	padding: 0px 25px;
	border-radius: 30px 8px 8px;
}
.FeaturedAssetstyles__InfoBlurb .Buttonstyles__Label {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	gap: 8px;
	font-family: graphikCompact;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 19px;
}
.ButtonCornerstyles__Corner {
	position: absolute;
	top: -1px;
	left: -1px;
}
.FeaturedAssetstyles__Divider {
	height: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 30px auto 10px;
	width: 90%;
}
/* event */
.styles__RewardsWrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}
.styles__RewardsHeader {
	text-align: center;
	font: 120px / 144px tungstenBook;
	letter-spacing: 1.2px;
	color: white;
	margin: 74px 0px 20px;
	padding: 0px 70px;
}
.styles__RewardsHeader .subtitle {
	font-family: graphikCompact;
	font-size: 24px;
	line-height: 20px;
	margin: 30px 0px;
}
.styles__LootCardsWrapper {
	display: flex;
	flex-flow: row wrap;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0px 0px 0px 40px;
}
.styles__LootCardsWrapper > * {
	margin-bottom: 70px;
	-moz-box-flex: 1;
	flex-grow: 1;
	width: 25%;
	box-sizing: border-box;
	min-width: 375px;
	max-width: 470px;
}
.styles__LootCardsWrapper .sa-tab-card {
	height: auto;
	margin-right: 40px;
	padding: 0px;
}
.styles__LootTierWrapper {
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	padding: 81px 36px;
}
.styles__FlexRow {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	width: 100%;
}
.TabCardstyles__ImageWrapper {
	min-width: 88px;
	min-height: 88px;
	position: relative;
	margin-right: 28px;
}
.styles__FlexColumn {
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	width: 100%;
}
.styles__LootHeadingPrimary {
	text-align: left;
	font: bold 36px / 36px tungstenBook;
	letter-spacing: 1.08px;
	color: white;
	text-transform: capitalize;
	width: 100%;
}
.styles__LootHeadingSecondary {
	text-align: left;
	font: 36px / 36px tungstenBook;
	letter-spacing: 1.08px;
	text-transform: capitalize;
	width: 100%;
	color: var(--gold-0);
}
.styles__FlexRow {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: start;
	justify-content: flex-start;
	width: 100%;
}
.styles__LootTierPercentage {
	background: white none no-repeat scroll 0% 0% padding-box;
	border-radius: 4px;
	opacity: 1;
	padding: 6px 13px 6px 8px;
	margin-right: 8px;
}
.styles__LootTierPercentageLabel {
	color: var(--black-9);
	text-align: left;
	font: 16px / 19px graphikCompactMedium;
	letter-spacing: 0.4px;
	opacity: 0.8;
	margin: 0px;
	padding: 0px;
}
.styles__LootTierPercentageText {
	color: white;
	text-align: left;
	font: 20px / 24px graphikCompact;
	letter-spacing: 0.2px;
	margin: 0px;
	padding: 0px;
}
.styles__ItemGrid {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: min-content auto;
	margin-bottom: 24px;
	width: 100%;
}
.styles__LootDetailsHeading {
	text-align: left;
	font: 600 18px / 22px graphikCompact;
	letter-spacing: 0.18px;
	color: rgb(255, 255, 255);
	width: 100%;
	margin-bottom: 10px;
}
.styles__LootDetailsValue {
	margin: 0px 12px 0px 0px;
	padding: 0px;
	text-align: left;
	font-style: normal;
	font-variant: tabular-nums;
	font-weight: normal;
	font-stretch: normal;
	font-size: 18px;
	line-height: 24px;
	font-family: graphikCompactmedium;
	font-size-adjust: none;
	font-kerning: auto;
	font-language-override: normal;
	font-feature-settings: normal;
	letter-spacing: 0.18px;
	color: rgb(255, 255, 255);
}
.styles__LootDetailsLabel {
	text-align: left;
	font: 18px / 24px graphikCompact;
	letter-spacing: 0.18px;
	color: rgb(255, 255, 255);
	opacity: 0.8;
	margin: 0px;
	padding: 0px;
}

/* coalition */
.coalition_Map {
	-ms-overflow-style: none;
	overflow: hidden;
	width: 1020px;
	height: 470px;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.coalition_Indicator {
	-ms-overflow-style: none;
	overflow: hidden;
	width: 100%;
	height: 410px;
	opacity: 1;
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.OrgProfileLogo {
	width:100px;
	padding-right:20px;
}
.Overviewstyles__FSBody {
	font-family: graphikCompact;
	letter-spacing: 0.01em;
	text-align:left;
	opacity: 0.85;
}

/******************** responsive - min ********************************/
@media only screen and (min-width: 1500px) {
	.MiniGameHomestyles__SplashContent {
		margin: -64px 32px 0px;
	}
}
@media only screen and (min-width: 1440px) {
	.MiniGameOverviewstyles__FSBody {
		font-size: 24px;
		line-height: 120%;
		margin: 12px 44px 54px;
	}
	.Overviewstyles__FSBody {
		font-size: 24px;
		line-height: 150%;
		margin: 12px 44px 54px;
	}
	.MiniGameOverviewstyles__Halves {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 24px 36px 0px 0px;
	}
	.MiniGameOverviewstyles__HSBody {
		margin-left: 36px;
	}	
	.MiniGameOverviewstyles__Thirds {
		display: grid;
		grid-template-columns: 1fr 2fr;
		padding: 24px 24px 24px 0px;
		width: 100%;
		margin: 0px;
	}
	.styles__DexMarketControlsWrapper .styles__TabsWrapper {
		padding: 0px 32px;
	}
}
@media only screen and (min-width: 1200px) {
	.styles__RenderClasses.container {
		width: 272px;
		min-width: 272px;
		max-width: 272px;
		display: flex;
		flex-direction: column;
		position: relative;
		right: -1px;
		max-height: 100vh;
		padding-bottom: 100px;
	}
	.styles__RenderClasses.container.nav_open {
		width: 10px;
		min-width: 0px;
		max-width: 0px;
	}
	.styles__RenderClasses.container.nav_open .styles__NavList,
	.styles__RenderClasses.container.nav_open .walletConnectWrapper {
		z-index: -1;
	}
	.styles__RenderClasses.container.nav_open .styles__HeaderTabsContainer::before {
		display: none;
	}	
	.MiniGameHomestyles__SplashTitle {
		font-size: 114px;
		line-height: 120px;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.MiniGameHomestyles__SplashSubTitle {
		font-size: 52px;
		line-height: 55px;
		margin-bottom: 55px;
	}
	.MiniGameOverviewstyles__PageContainer {
		padding: 0px 40px 40px;
	}
	.MiniGameOverviewstyles__SectionHeader {
		gap: 38px;
	}
	.MiniGameOverviewstyles__HeaderText1 {
		font-size: 40px;
		line-height: 105%;
		letter-spacing: 0.005em;
		margin-top: 40px;
	}
	.MiniGameOverviewstyles__SectionTitle,
	.Legalstyles__SectionTitle {
		font-size: 68px;
		line-height: 105%;
	}
	.MiniGameOverviewstyles__SectionTitle svg, .MiniGameOverviewstyles__SectionTitle img {
		transform: translateY(-75%);
	}
	.MiniGameOverviewstyles__AvailableNow {
		font-size: 40px;
		line-height: 105%;
		margin-top: 12px;
	}
	.MiniGameOverviewstyles__Halves {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 24px 36px 0px;
	}
	.Legalstyles__SectionHeader {
		gap: 38px;
	}
	.Legalstyles__SectionTitle svg, .Legalstyles__SectionTitle img {
		transform: translateY(-75%);
	}
	.promoted__PromotedCellBody .rotate_image {
		overflow: hidden;
		flex-grow: 1;
		transform: perspective(1250px) rotateY(-11.0226deg) translateZ(0px);
	}
	.styles__StatLabel {
		font-size: 18px;
		line-height: 22px;
	}
	.PlayerProfileViewstyles__BodyWrapper {
		display: grid;
		grid-template-columns: 400px 1fr;
	}
	.PlayerProfileViewstyles__AvatarSection {
		margin-top: 80px;
	}
	.PlayerProfileViewstyles__Main {
		margin-right: 40px;
		margin-top: 40px;
	}
	.PlayerProfileViewstyles__InfoSection {
		margin: 40px 0px 100px;
		gap: 40px;
	}
	.PlayerProfileViewstyles__InfoGroup {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}
	.PlayerProfileViewstyles__InfoBlurb {
		text-align: left;
		margin: 0px;
	}
	.PlayerProfileViewstyles__Label {
		justify-content: left;
	}
}
@media only screen and (min-width: 1020px) {
	.styles__DexItem {		/* close trading left screen */
		width: 100%;
		height: 100%;
		overflow: hidden auto;
		opacity: 1;
	}
	.MiniGameHomestyles__SplashContent {
		margin: -64px 32px 0px;
	}
	.styles__DexMarketInfoHeaderWrapper.nav_turnOff {
		display: none;
	}
}
@media only screen and (min-width: 931px) {
	.MiniGameOverviewstyles__LinksGroup {
		flex-direction: row;
		padding: 0% 5%;
		gap: 72px;
	}	
}
@media only screen and (min-width: 900px) {
	.MiniGameOverviewstyles__ {
		margin: 24px 36px 0px;
	}
	.MiniGameOverviewstyles__Halves {
		display: grid;
		grid-template-columns: 2fr 1fr;
		margin: 24px 36px 0px;
		gap: 32px;
	}
	.MiniGameOverviewstyles__Thirds {
		margin: 24px 36px 0px;
	}
	.styles__LinkValue.mobile {
		display:none;
	}
}
@media only screen and (min-width: 661px) {
	.MiniGameOverviewstyles__SectionTitle,
	.Legalstyles__SectionTitle {
		font-size: 52px;
		line-height: 105%;
	}
	.MiniGameOverviewstyles__SectionTitle svg, .MiniGameOverviewstyles__SectionTitle img {
		transform: translateY(-50%);
	}
	.Legalstyles__SectionTitle svg, .Legalstyles__SectionTitle img {
		transform: translateY(-50%);
	}
	.MiniGameOverviewstyles__AvailableNow {
		font-size: 32px;
		line-height: 105%;
		margin-top: 10px;
	}
}
@media only screen and (min-width: 577px) {
	.MiniGameOverviewstyles__PageContainer {
		padding: 0px 24px 24px;
	}
	.MiniGameOverviewstyles__HeaderText1 {
		font-size: 40px;
		line-height: 105%;
		letter-spacing: 0.005em;
		margin-top: 40px;
	}
	.MiniGameOverviewstyles__HeaderText2 {
		font-size: 114px;
		line-height: 105%;
	}
	.MiniGameOverviewstyles__LinksGroup {
		margin-top: 12px;
		padding: 15px 0px;
		gap: 40px;
	}
	.MiniGameOverviewstyles__SectionHeader {
		gap: 28px;
	}
	.MiniGameOverviewstyles__SectionTitle {
		font-size: 52px;
		line-height: 105%;
	}
	.MiniGameOverviewstyles__FSBody {
		font-size: 17px;
		line-height: 140%;
		margin: 12px 0px 50px 40px;
	}
	.MiniGameOverviewstyles__ {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
		margin-top: 24px;
	}
	.MiniGameOverviewstyles__FooterTitle {
		font-size: 75.6912px;
		line-height: 105%;
		letter-spacing: 0.005em;
	}
	.MiniGameOverviewstyles__Thirds {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
		margin-top: 24px;
	}
	.Legalstyles__SectionHeader {
		gap: 28px;
	}
}
/* responsive - max */
@media only screen and (max-width: 1830px) {
	.styles__ControlsWrapper {
		grid-template-columns: 130px 1fr; 
		row-gap: 25px;
	}
	.MarketSelectorstyles__DexMarketSelectionLabelWrapper {
		grid-column: 1 / 3;
	}
	.styles__PlayerRowWrapper,
	.styles__PlayerRowBackground {
		height: 177px;
	}

}
@media only screen and (max-width: 1440px) {
	.styles__AppMain {
		margin-right: 10px;
	}
	.Legalstyles__LegalPageContainer {
		min-width: initial;
		width: 100%;
	}
	.Legalstyles__SectionHeader {
		width: 100%;
		max-width: 100%;
		padding: 0px 40px;
	}
	.Legalstyles__LegalTextWrapper {
		width: 100%;
		max-width: 100%;
		padding: 40px;
	}
	.styles__DataWrapper.mobile {
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	.TechButtonstyles__ButtonPrimaryText {
		font-size: 18px;
	}
	.TechButtonstyles__ButtonSecondaryText {
		font-size: 26px;
	}
	.GalleryMediastyles__GalleryMediaContainer {
		margin: 40px 0px;
	}
	.Carouselstyles__ThumbCarContainer{
		margin-bottom: 48px;
	}
	.poster__PosterImageContainer {
		max-width: calc(100% - 42px);
	}
	.poster__PosterImageContainer::after {
		width: 300px;
	}
}
@media only screen and (max-width: 1200px) {
	.PlayerProfileViewstyles__FlexAlign {
		-moz-box-pack: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 1199px) {
	.styles__RenderClasses.container {
		width: 10px;
	}
	.styles__NavList,
	.walletConnectWrapper {
			z-index: -1;
	}
	.styles__RenderClasses.container.nav_open .styles__NavList,
	.styles__RenderClasses.container.nav_open .walletConnectWrapper {
		z-index: 5;
	}
	.styles__RenderClasses.container.nav_open {
		width: 272px;
		min-width: 272px;
		max-width: 272px;
		display: flex;
		flex-direction: column;
		position: relative;
		right: -1px;
		max-height: 100vh;
		padding-bottom: 100px;
	}
/* above is to close side menu */
	.MiniGameHomestyles__SplashTitle {
		font-size: 68px;
		line-height: 105%;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.MiniGameHomestyles__SplashSubTitle {
		font-size: 42px;
		line-height: 105%;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 1080px) {
	.styles__DexMarketPageContentContainer {
		flex-direction: column-reverse;
		row-gap: 12px;
		max-height: initial;
		height: fit-content;
	}
	.styles__DexMarketControlsWrapper {
		width: 100%;
		height: fit-content;
		min-width: initial;
		margin: initial;
	}
	.styles__GalleryWrapper {	/*close trading left screen */
		display: none;
		width: 100%;
		padding: 0px 10px;
		margin-top: 20px;
	}
	.styles__CellHeader {
		display: none;
	}
	.styles__ItemType {
		margin-bottom: 0px;
	}
	.styles__ItemTitle {
		margin-bottom: 0px;
	}
	.GalleryMediastyles__GalleryMediaContainer {
		height: 50vw;
		margin: 10px 0px 20px;
	}
	.styles__ListingSection {
		-moz-box-align: center;
		align-items: center;
		flex-direction: column;
		row-gap: 40px;
		overflow-y: auto;
		height: fit-content;
	}
	.styles__ListingWrapper {
		width: 100%;
	}
	.card__wrapper {
		width: fit-content;
		margin: auto;
	}
	.promoted__PosterPromotedItemCellUIWrapper {
		width: fit-content;
		margin: 0px auto;
	}
	.promoted__PromotedCellWrapper {
		margin: 0px auto;
		width: 194px;
	}
	.promoted__PromotedItemTitle {
		width: 100%;
		font-size: 32px;
		line-height: 105%;
		letter-spacing: 0.005em;
		}
	.generic__SpacerAdjustable {
		height: 1px;
	}
	.promoted__PromotedCellBody {
		min-height: initial;
	}
	.poster__PosterImageContainer {
		width: 160px;
		height: 160px;
	}
	.promoted__PromotedStatsContainer {
		-moz-box-pack: start;
		justify-content: flex-start;
		height: fit-content;
		position: relative;
		padding-top: 36px;
	}	
	.promoted__PromotedSprinklesContainer {
		height: 170px;
	}
	.promoted__PromotedCellFooter {
		min-height: initial;
		height: 60px;
	}
	.promoted__PromotedCellText {
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
	.styles__ItemTableWrapper.promotedItemTable {
		max-width: initial;
		-moz-box-align: baseline;
		align-items: baseline;
		padding: 50px 24px;
		margin: auto;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
	}
	.styles__DexMarketControlsWrapper {
		width: 100%;
		height: fit-content;
		min-width: initial;
		margin: initial;
	}
	.ItemInfostyles__InfoContainer {
		overflow: initial;
		padding-bottom: initial;
	}
	.styles__DexMarketInfoWrapper {
		width: 100%;
		min-width: initial;
		overflow-y: initial;
		padding: 0px 10px 20px;
	}
	.styles__DexMarketInfoHeaderWrapper.nav_turnOff2 {
		display: none;
	}
	.poster__PosterImageShadow::after {
		display: none;
	}
	.styles__ListingSection > :nth-of-type(2) {
		margin-left: 0px;
	}	
	.styles__ListingSection .hasPromoItemsFadeInOut {
		overflow: initial !important;
		height: max-content !important;
	}
}
@media only screen and (max-width: 1024px) {
	.styles__StyledTabsContainer {
		margin-left: 0px;
		padding: initial;
	}
	.styles__StyledTab {
		font-size: 18px;
		min-width: 30px;
		padding: 0px 10px;
	}
	.styles__DexMarketControlsWrapper .styles__StyledTab.marketItem {
		font-size: 21px;
		min-width: 155px;
		padding: 0px 32px;
	}
	.ItemInfostyles__Wrapper {
		height: fit-content;
	}
	.MiniGameHomestyles__FrameContainer {
		width:800px;
	}
	.styles__FactionOverviewWrapper {
		flex-direction: column;
	}
	.styles__FactionSymbolAndText {
		flex-direction: column;
		width: 100%;
	}
	.styles__LargeFactionText {
		-moz-box-align: end;
		align-items: end;
	}
	.styles__ProfileAndRank {
		flex: 1 1 0%;
	}
	.styles__ValuesWrapper {
		flex: 2.25 1 0%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
	}
	.styles__DataWrapper.notepad {
		display: none;
	}
	.coalition_Indicator {
		width: 100%;
		height: 800px;
	}
}
@media only screen and (max-width: 899px) {
	.MiniGameOverviewstyles__HSBody {
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.MiniGameOverviewstyles__Halves {
		display: flex;
		flex-direction: column;
		padding: 0px;
		width: 100%;
	}
	.styles__LinkValue.desktop {
		display: none;
	}
}
@media only screen and (max-width: 850px) {
	.styles__StyledTab {
		font-size: 16px;
		min-width: 30px;
		padding: 0px 8px;
	}
}
@media only screen and (max-width: 768px) {
	.styles__StyledTabsContainer {
		margin-left: 10px;
		padding: 0px 40px 0px 70px;
		overflow-x: scroll !important;
	}
	.styles__StyledTabs {
		height: 60px;
		width: fit-content;
		margin: auto;
	}
	.styles__StyledTab {
		font-size: 12px;
		min-width: 28px;
		padding: 0px 12px;
	}	
	.styles__ModalContainer {
		padding: 20px 8px 25px 10px;
	}
	.styles__AppMain {
		width: 100%;
		-moz-box-pack: start;
		justify-content: flex-start;
	}
	.MiniGameHomestyles__PageContainer {
		padding: 0px 20px;
	}
	.MiniGameHomestyles__VideoMobileWrapper {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		mask-image: linear-gradient(rgb(0, 0, 0) 20%, transparent 100%);
	}
	.MiniGameHomestyles__VideoContainer {
		height: 1400px; 
		padding: 0px;
		margin: 0px;
	}
	.MiniGameHomestyles__SplashContent {
		margin: 300px 0px 0px;
		padding: 0px 16px;
	}
	.MiniGameHomestyles__SplashBGWrapper {
		width: 100%;
	}
	.TechButtonstyles__ButtonPrimaryText {
		font-size: 16px;
	}
	.TechButtonstyles__ButtonSecondaryText {
		font-size: 24px;
	}
	.MiniGameOverviewstyles__LinksGroup span {
		font-size: 12px;
		line-height: 16px;
	}
	.MiniGameOverviewstyles__Header {
		width: 100%;
		padding: 72px 40px 0px;
	}
	.Legalstyles__SectionTitleIcon {
		display: flex;
		align-self: flex-start;
	}
	.Legalstyles__SectionTitleText {
		text-align:left;
	}
	.styles__DexMarketControlsWrapper .styles__StyledTab.marketItem {
		font-size: 21px;
		min-width: 100px;
		padding: 0px 32px;
	}
	.MiniGameHomestyles__FrameContainer {
		width:600px;
	}
	.styles__ListingSection {
		padding: 0px 10px;
	}
	.styles__FactionCardContainer {
		min-height: 428px;
		height: 428px;
	}
	.styles__FactionOverviewWrapper {
		flex-direction: column;
		margin: 0px;
		left: auto;
		width: 100%;
		-moz-box-align: center;
		align-items: center;
		-moz-box-pack: end;
		justify-content: end;
		padding: 0px 0px 20px;
		flex: 1 1 0%;
		max-width: none;
	}
	.styles__FactionCardBackground {
		flex-direction: column;
		-moz-box-pack: center;
		justify-content: center;
		height: 428px;
	}
	.styles__FactionBackgroundImage img {
		object-fit: cover;
		object-position: right top;
	}
	.styles__FactionLeaderContainer {
		xwidth: 100%;
		xheight: 428px;
		xtransform: scale(2);
		display:none;
	}
	.styles__FactionCardContent {
		flex-direction: column;
		padding: 0px 15px 15px;
		-moz-box-pack: end;
		justify-content: end;
	}
	.styles__RankAndImageContainer {
		align-self: flex-start;
	}
	.styles__RankAndImageWrapper {
		padding: 5px 0px 0px;
	}
	.styles__FactionText {
		padding-top: 0px;
		-moz-box-pack: end;
		justify-content: end;
		-moz-box-align: center;
		align-items: center;
	}
	.styles__FactionSymbolWrapper {
		left: 0px;
		padding-top: 10px;
		width: 88px;
		height: 88px;
	}
	.styles__LargeFactionText {
		-moz-box-align: center;
		align-items: center;
		padding-left: 0px;
	}
	.styles__FactionName {
		font-size: 64px;
		line-height: 75px;
	}
	.styles__FactionStatsWrapper {
		-moz-box-pack: center;
		justify-content: center;
		text-align: center;
	}
	.styles__FactionCardGradient {
		background: rgba(0, 0, 0, 0) linear-gradient(360deg, rgb(30, 29, 37) 0%, rgb(30, 29, 37) 15%, rgba(30, 29, 37, 0.8) 40%, rgba(30, 29, 37, 0.4) 65%, rgba(30, 29, 37, 0) 95%) repeat scroll 0% 0%;
	}
	.styles__FactionsContainer .Buttonstyles__Button {
		position: relative;
		display: inline-flex;
		-moz-box-align: center;
		align-items: center;
		-moz-box-pack: center;
		justify-content: center;
		border: 1px solid rgb(51, 51, 51);
		width: 100%;
		cursor: pointer;
		transition: all 150ms ease-in-out 0s;
		background: var(--black-10);
		color: white;
		height: 36px;
		padding: 0px 20px;
		border-radius: 4px;
	}
	.styles__StatGridContainer {
		display:none;
	}
	.styles__PlayersContainer {
		padding: 0px 5px;
	}
	.styles__PlayerRowWrapper {
		display: flex;
		width: 100%;
		height: auto;
	}
	.styles__PlayerRowBackground {
		display: flex;
		height: 165px;
		width: 100%;
		padding-right: 30px;
		-moz-box-pack: justify;
		justify-content: space-between;
	}
	.styles__PlaceWrapper {
		min-width: 45px;
		width: 45px;
		height: 45px;
	}
	.styles__ProfileImageWrapper {
		width: 80px;
		margin: 0px;
	}
	.styles__ValuesWrapper {
		display: flex;
		flex-direction: column;
		-moz-box-align: start;
		align-items: start;
		flex: 1.85 1 0%;
	}
	.styles__ProfileValueLabel {
		font-size: 12px;
	}
	.styles__WalletLabel {
		margin: 0px 10px 0px 0px;
	}
	.styles__ModalHeading {
		padding: 0px 0px 9px 10px;
	}
	.styles__RewardsHeader {
		font-size: 62px;
		line-height: 60px;
		margin-bottom: 40px;
		width: 100%;
		max-width: 100%;
		margin-top: 50px;
		padding: 0px 45px;
	}
	.styles__RewardsHeader .subtitle {
		font-size: 18px;
	}
	.styles__LootCardsWrapper {
		padding: 0px 0px 0px 34px;
	}
	.styles__LootCardsWrapper > * {
		min-width: 100%;
		max-width: 400px;
	}
	.styles__LootTierWrapper {
		padding: 81px 18px;
	}
	.styles__LootDetailsValue {
		font-size: 16px !important;
	}
	.styles__LootDetailsLabel {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.MiniGameOverviewstyles__Navigation {
		position:static;
	}
	.styles__RenderClasses.container.nav_open.mobile {
		position: absolute;
		top: 0px;
		left: 0px;
		min-width: 100vw;
		z-index: 100;
		height: 100%;
		background: rgb(25, 24, 32) none repeat scroll 0% 0%;
		overflow: hidden;
	}
}
@media only screen and (max-width: 660px) {
	.MiniGameOverviewstyles__SectionTitle,
	.Legalstyles__SectionTitle {
		font-size: 42px;
		line-height: 105%;
	}
	.MiniGameOverviewstyles__AvailableNow {
		font-size: 24px;
		line-height: 105%;
		margin-left: 26px;
		margin-top: 0px;
	}
	.Legalstyles__LegalTextContainer {
		font-size: 20px;
		line-height: 135%;
	}
	.Legalstyles__TableOfContentsHeader {
		font-size: 36px;
	}
}
@media only screen and (max-width: 576px) {
	.MiniGameHomestyles__Actions {
		flex-direction: column;
		gap: 24px;
	}
	.MiniGameHomestyles__SplashTitle {
		font-size: 42px;
		line-height: 105%;
		margin-top: 16px;
		margin-bottom: 12px;
		padding: 0px 20px;
	}
	.MiniGameHomestyles__SplashSubTitle {
		font-size: 28px;
		line-height: 105%;
		letter-spacing: 0.01em;
		margin-bottom: 28px;
	}
	.MiniGameOverviewstyles__LinksGroup {
		margin-top: 12px;
		flex-direction: column;
		gap: 20px;
		padding: 15px;
	}
	.MiniGameOverviewstyles__PageContainer {
		padding: 0px 24px 24px;
	}
	.MiniGameOverviewstyles__LogoWrapper {
		max-width: 100%;
	}
	.MiniGameOverviewstyles__HeaderText1 {
		font-family: graphikCompact;
		font-size: 13px;
		line-height: 15px;
		letter-spacing: 0.04em;
		margin-top: 35px;
	}
	.MiniGameOverviewstyles__HeaderText2 {
		font-size: 42px;
		line-height: 105%;
	}
	.MiniGameOverviewstyles__FSBody {
		font-size: 13px;
		line-height: 140%;
		margin: 16px 0px 32px 26px;
	}
	.MiniGameOverviewstyles__SectionHeader {
		gap: 8px;
		flex-direction: column;
		align-items: flex-start;
	}
	.MiniGameOverviewstyles__SectionHeader img,
	.MiniGameOverviewstyles__SectionHeader svg {
		margin-right: 8px;
	}
	.MiniGameOverviewstyles__HSBody {
		margin-right: 0px;
		margin-bottom: 24px;
	}
	.MiniGameOverviewstyles__Thirds {
		display: flex; 
		flex-direction: column;
		padding: 0px; 
		margin-top: 16px;
		width: 100%;
	}	
	.Legalstyles__SectionHeader {
		gap: 8px;
		flex-direction: column;
		align-items: flex-start;
	}
	.MiniGameHomestyles__FrameContainer {
		width:480px;
	}
}
@media screen and (max-width: 576px) {
	.MiniGameHomestyles__Actions {
		flex-direction: column;
		gap: 24px;
	}
}
/* modal */
@media only screen and (max-height: 709px) and (min-width: 768px) {
	.styles__ModalContentWrapper {
		padding: 10px;
	}
}


