.app-container {
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	width: 100%;
	min-height: 100vh;
}
.game-list-container {
	width: 100%;
	min-height: calc(100vh - 466px);
}
@media (min-width: 1280px) {
	.game-list-container {
		min-height: calc(100vh - 276px);
	}
}
.game-detail-container {
	width: 100%;
	min-height: calc(100vh - 466px);
}
@media (min-width: 1280px) {
	.game-detail-container {
		min-height: calc(100vh - 276px);
	}
}
.home {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.home .video-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.home .video-container video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.home .swipe-up.leave .left-line,
.home .swipe-up.leave .right-line {
	width: 0;
}
.home .swipe-up.leave .middle-circle,
.home .swipe-up.leave .middle-circle:before {
	height: 0;
}
.home .swipe-up .left-line,
.home .swipe-up .right-line {
	border-bottom: 1px solid #ee2952;
	bottom: 0;
	width: 50%;
	position: absolute;
	width: calc((100% - 200px) / 2 + 7px);
	transition: width 1s linear;
}
.home .swipe-up .left-line {
	left: 0;
}
.home .swipe-up .right-line {
	right: 0;
}
.home .swipe-up .middle-circle {
	width: 200px;
	height: 96px;
	bottom: -64px;
	line-height: 36px;
	border: 1px solid #ee2952;
	border-radius: 100% 100% 0 0;
	text-align: center;
	font-size: 16px;
	color: #ee2952;
}
.home .swipe-up .middle-circle,
.home .swipe-up .middle-circle:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: height 1s linear;
}
.home .swipe-up .middle-circle:before {
	content: "";
	top: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ee2952;
	-webkit-animation: triangle 1.6s ease-in-out infinite;
	animation: triangle 1.6s ease-in-out infinite;
}
.home .loader {
	transform: rotate(45deg);
	perspective: 1000px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.home .loader.hidden {
	display: none;
}
.home .loader:after,
.home .loader:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	transform: rotateX(70deg);
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
.home .loader:after {
	color: #6d1097;
	transform: rotateY(70deg);
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
@-webkit-keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
@keyframes rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
@-webkit-keyframes rotateccw {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(-1turn);
	}
}
@keyframes rotateccw {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(-1turn);
	}
}
@-webkit-keyframes spin {
	0%,
	to {
		box-shadow: 0.2em 0 0 0 currentcolor;
	}
	12% {
		box-shadow: 0.2em 0.2em 0 0 currentcolor;
	}
	25% {
		box-shadow: 0 0.2em 0 0 currentcolor;
	}
	37% {
		box-shadow: -0.2em 0.2em 0 0 currentcolor;
	}
	50% {
		box-shadow: -0.2em 0 0 0 currentcolor;
	}
	62% {
		box-shadow: -0.2em -0.2em 0 0 currentcolor;
	}
	75% {
		box-shadow: 0 -0.2em 0 0 currentcolor;
	}
	87% {
		box-shadow: 0.2em -0.2em 0 0 currentcolor;
	}
}
@keyframes spin {
	0%,
	to {
		box-shadow: 0.2em 0 0 0 currentcolor;
	}
	12% {
		box-shadow: 0.2em 0.2em 0 0 currentcolor;
	}
	25% {
		box-shadow: 0 0.2em 0 0 currentcolor;
	}
	37% {
		box-shadow: -0.2em 0.2em 0 0 currentcolor;
	}
	50% {
		box-shadow: -0.2em 0 0 0 currentcolor;
	}
	62% {
		box-shadow: -0.2em -0.2em 0 0 currentcolor;
	}
	75% {
		box-shadow: 0 -0.2em 0 0 currentcolor;
	}
	87% {
		box-shadow: 0.2em -0.2em 0 0 currentcolor;
	}
}
@-webkit-keyframes triangle {
	0% {
		border-top-width: 0;
	}
	to {
		border-top-width: 6px;
	}
}
@keyframes triangle {
	0% {
		border-top-width: 0;
	}
	to {
		border-top-width: 6px;
	}
}
.brand {
	width: 100%;
	position: relative;
	background: #181819;
	padding: 65px 0;
	overflow: hidden;
}
.brand img {
	-webkit-user-drag: none;
	user-drag: none;
}
.brand .earth {
	position: relative;
}
.brand .earth video {
	background-color: #181819;
	padding: 2px;
	width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1025px) {
	.brand {
		padding: 92px 0 65px;
	}
}
.brand .detail-list {
	margin: auto;
	padding: 14px;
	width: 100%;
}
@media (min-width: 1025px) {
	.brand .detail-list {
		padding: 0;
		width: 924px;
	}
}
.brand .detail-list .item-col {
	width: 100%;
	display: grid;
	row-gap: 10px;
	column-gap: 10px;
	grid-template-rows: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 24px;
}
@media (min-width: 1025px) {
	.brand .detail-list .item-col {
		width: 288px;
		grid-template-columns: none;
		column-gap: 0;
		row-gap: 24px;
	}
}
.brand .detail-list .box {
	padding: 12px;
	background: #181819 !important;
	border-radius: 16px;
	border: 1px solid #6d1097;
	height: 100%;
	position: relative;
	transition: transform 0.3s linear;
	z-index: 98;
}
.brand .detail-list .box .title {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	padding-bottom: 12px;
	position: relative;
	letter-spacing: -1px;
}
@media (min-width: 1025px) {
	.brand .detail-list .box .title {
		font-size: 32px;
		line-height: 34px;
		padding-bottom: 24px;
	}
}
.brand .detail-list .box .title:before {
	content: "";
	width: 22%;
	height: 2px;
	background: #6d1097;
	position: absolute;
	bottom: 10px;
	left: 0;
	transition: width 0.3s linear;
}
.brand .detail-list .box .description {
	font-size: 12px;
	color: #c1c1c7;
	line-height: 14px;
}
@media (min-width: 1025px) {
	.brand .detail-list .box .description {
		font-size: 16px;
		line-height: 18px;
	}
}
.brand .detail-list .box:hover {
	transform: translateY(-4px);
}
.brand .detail-list .box:hover .title:before {
	width: 40%;
}
.brand .detail-list .box:hover .titles:before {
	width: 2px !important;
}
.brand .detail-list .box:hover .description {
	color: #fff;
}
.brand .platform-integration .description {
	padding-bottom: 12px;
}
.brand .certified-fairness {
	position: relative;
}
.brand .certified-fairness img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85px;
}
@media (min-width: 1025px) {
	.brand .certified-fairness img {
		width: 139px;
	}
}
.brand .advanced-anti-cheat,
.brand .agent-rewards,
.brand .analytics,
.brand .certified-fairness,
.brand .professional-cst {
	transition: all 0.3s linear, -webkit-filter 0.3s linear;
}
.brand .advanced-anti-cheat:hover img,
.brand .agent-rewards:hover img,
.brand .analytics:hover img,
.brand .certified-fairness:hover img,
.brand .professional-cst:hover img {
	-webkit-filter: brightness(110%) contrast(110%);
	filter: brightness(110%) contrast(110%);
}
.brand .self-developed-games {
	background: #181819;
	overflow: hidden;
}
.brand .advanced-anti-cheat,
.brand .agent-rewards,
.brand .big-data-analytics {
	background: #181819;
}
.brand .advanced-anti-cheat .avatar,
.brand .agent-rewards .avatar,
.brand .big-data-analytics .avatar {
	height: 150px;
}
.brand .advanced-anti-cheat .avatar img,
.brand .agent-rewards .avatar img,
.brand .big-data-analytics .avatar img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.brand .professional-cst {
	position: relative;
	background: #181819;
}
.brand .professional-cst .description {
	padding-bottom: 32px;
}
.brand .professional-cst img {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 100px;
}
@media (min-width: 1025px) {
	.brand .professional-cst img {
		width: 48%;
	}
}
.brand .professional-cst:hover img {
	filter: brightness(110%) contrast(110%);
}
.brand .agent-rewards {
	background: #181819;
}
.brand .agent-rewards .subject {
	display: flex;
	color: #fff;
	align-items: center;
	padding-bottom: 6px;
}
.brand .agent-rewards .subject .title {
	padding-bottom: 0;
	margin-right: 32px;
	position: relative;
}
.brand .agent-rewards .subject .title:before {
	content: "";
	right: -16px;
	left: auto;
	height: 80%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	transition: height 0.3s linear;
}
.brand .agent-rewards .subject span {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}
.brand .agent-rewards:hover .subject .title:before {
	height: 100%;
}
.item-list .box {
	background: #181819;
	padding: 12px;
	border-radius: 16px;
	border: 1px solid #6d1097;
	transition: transform 0.3s linear;
	height: 210px;
}
.item-list .box .title {
	color: #fff;
	line-height: 32px;
	font-size: 16px;
	position: relative;
	margin-bottom: 8px;
}
.item-list .box .title:before {
	content: "";
	width: 22%;
	height: 4px;
	background: #6d1097;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.3s linear;
}
.item-list .box .description {
	color: #c1c1c7;
	font-size: 14px;
}
@media (min-width: 1025px) {
	.item-list .box .description {
		font-size: 16px;
	}
}
.mobile-only {
	border-top: 1px solid #181819;
	overflow: hidden;
}
.mobile-only .box {
	height: 240px;
}
.mobile-only .box .title:before {
	height: 2px;
}
.mobile-only .mobileSwiper .swiper-slide {
	width: calc(100% - 40px);
	max-width: 280px;
	transition: transform 0.3s ease;
}
.mobile-only .mobileSwiper .swiper-slide:not(.swiper-slide-active) {
	margin-left: -20px;
	transform: scale(0.8);
	opacity: 0.5;
	z-index: 0;
}
.mobile-only .mobileSwiper .swiper-slide .slide-content {
	width: 100%;
	height: 200px;
	background-color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}
.mobile-only .mobileSwiper .swiper-slide-active {
	transform: scale(1);
	z-index: 1;
}
.mobile-only .custom-pagination {
	display: flex;
	justify-content: center;
}
.mobile-only .custom-pagination .pagination-bullet {
	width: 28px;
	height: 26px;
	box-sizing: border-box;
	padding: 4px 5px;
	cursor: pointer;
}
.mobile-only .custom-pagination .pagination-bullet div {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border-color: rgba(213, 45, 255, 0.8) !important;
	box-sizing: border-box;
	padding: 5px;
	transition: all 0.3s ease;
}
.mobile-only .custom-pagination .pagination-bullet div span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.3s ease;
	background: rgba(255, 10, 10, 0);
	opacity: 0.5;
	border: 1px solid #d52dff;
}
.mobile-only .custom-pagination .pagination-bullet-active div {
	border: 1px solid rgba(255, 45, 85, 0.8);
	padding: 2px;
}
.mobile-only .custom-pagination .pagination-bullet-active div span {
	background: #d52dff;
}
.circular-progress {
	text-align: center;
	position: relative;
	max-width: 152px;
	max-height: 152px;
	margin: 24px auto;
}
.circular-progress img {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.circular-progress .pic {
	width: 75%;
	height: 75%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	position: absolute;
	background-color: #181819;
	border-radius: 100%;
}
.number-progress .item {
	font-size: 12px;
	padding-left: 5px;
	line-height: 14px;
	padding-bottom: 10px;
}
@media (min-width: 1025px) {
	.number-progress .item {
		line-height: 16px;
		padding-bottom: 16px;
	}
}
.number-progress .item .color {
	width: 8px;
	height: 8px;
	border-radius: 2px;
	display: inline-block;
	margin-right: 8px;
}
@media (min-width: 1025px) {
	.number-progress .item .color {
		width: 16px;
		height: 16px;
	}
}
.number-progress .item .text {
	color: #cacaca;
}
.number-progress .item .percentage {
	color: #eaeaea;
}
.platform-games {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 8px;
	position: relative;
	min-height: 183px;
}
@media (min-width: 1025px) {
	.platform-games {
		grid-template-columns: repeat(5, 1fr);
		grid-gap: 6px;
	}
}
.self-games-place {
	margin-top: 20px;
	height: 86px;
	position: relative;
}
.self-games-place .game-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.self-games-place .game-list .overflow {
	width: 400px;
	display: flex;
}
.self-games-place .game-list .overflow img {
	display: inline-block;
	margin-right: 14px;
	opacity: 0.25;
	transition: opacity 0.3s linear;
	width: 60px;
}
.self-games-place .game-list .overflow.active img:nth-child(2) {
	animation: opacity 0.3s linear forwards;
	width: 80px;
	position: relative;
}
@keyframes opacity {
	0% {
		opacity: 0.25;
		width: 60px;
		height: 69px;
		top: 0;
	}
	to {
		opacity: 1;
		width: 80px;
		height: 95px;
		top: -10px;
	}
}
.swiper.swiper-cards {
	overflow: visible;
}
.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.game {
	width: 100%;
	position: relative;
	background: #141414;
	padding-top: 80px;
	overflow: hidden;
}
.game .description {
	max-width: 1146px;
}
.game .game-list-placeholder {
	height: 1242px;
}
.game .game-list-placeholder img {
	-webkit-user-drag: none;
	user-drag: none;
}
.game .mask {
	position: absolute;
	z-index: 1;
	width: 1156px;
	height: 260px;
	background-image: linear-gradient(180deg, #141414 50%, rgba(0, 0, 0, 0.2), transparent);
	left: 50%;
	top: -2px;
	transform: translate(-50%);
}
.game .game-list {
	width: 1146px;
	height: 1242px;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(5, 1fr);
	-moz-column-gap: 24px;
	column-gap: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.game .game-list.hidden {
	display: none;
}
.game .game-list .item-col {
	display: grid;
	row-gap: 24px;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.game .game-list .box {
	background: #181819 !important;
	height: 260px;
	border-radius: 12px;
	overflow: hidden;
}
.game .game-list .box:hover img {
	-webkit-filter: brightness(110%) contrast(110%);
	filter: brightness(110%) contrast(110%);
	scale: 1.1;
}
.game .game-list .box img {
	width: 100%;
	transition: all 0.3s linear;
}
.game .TouchTheEdge {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.game .TouchTheEdge-mask-left {
	background-color: rgba(0, 0, 0, 0.533);
	background: linear-gradient(90deg, #141414 30%, rgba(0, 0, 0, 0.2), transparent);
}
.game .TouchTheEdge-mask-right {
	background: linear-gradient(270deg, #141414 30%, rgba(0, 0, 0, 0.2), transparent);
}
.landscape-scrolling-lists .list {
	will-change: transform;
}
@keyframes swiperKeyframes {
	0% {
		width: 0;
	}
	to {
		width: 100%;
	}
}
.andar .custom-pagination {
	display: flex;
	justify-content: center;
}
.andar .custom-pagination .pagination-bullet {
	width: 28px;
	height: 26px;
	box-sizing: border-box;
	padding: 4px 5px;
	cursor: pointer;
}
.andar .custom-pagination .pagination-bullet div {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border-color: #d52dffcc !important;
	box-sizing: border-box;
	padding: 5px;
}
.andar .custom-pagination .pagination-bullet div span {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 10, 10, 0);
	opacity: 0.5;
	border: 1px solid #d52dff;
}
.andar .custom-pagination .pagination-bullet-active div {
	border: 1px solid rgba(255, 45, 85, 0.8);
	padding: 2px;
}
.andar .custom-pagination .pagination-bullet-active div span {
	background: #d52dff;
}
.play-game-box {
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
}
.play-game-box .play-game-btn {
	width: 120px;
	padding: 10px;
	background-color: #d52dff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.play-game-box .play-game-btn:active {
	background-color: #1d84ea;
	border: none;
}
@media (min-width: 1025px) {
	.play-game-box .play-game-btn:hover {
		background-color: #1d84ea;
		border: none;
	}
}
