@charset "utf-8";
:root {
		--font: "Open Sans", -apple-system, system-ui, "sans-serif";
		--grey: #DDE2EA;
		font-size: 0.833333vw;
}
html, body {
		height: 100%;
		box-sizing: border-box;
		text-rendering: optimizeLegibility !important;
		-webkit-font-smoothing: antialiased;
}
body {
		margin: 0;
		padding: 0;
		background: #00173a;
		background-size: cover;
		font: normal 16px/1.5 var(--font);
		color: var(--grey);
		-webkit-text-size-adjust: none;
}
* {
		text-wrap: balance;
}
*, *:before, *:after {
		box-sizing: border-box;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
form, fieldset {
		margin: 0;
		padding: 0;
		border: 0;
}
video {
		-webkit-mask-image: -webkit-radial-gradient(white, black);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
		display: block;
}
img, svg, picture {
		border: 0;
		outline: none;
		vertical-align: top;
}
a {
		text-decoration: underline;
		outline: none;
		cursor: pointer;
}
strong {
		font-weight: bold;
}
.mainwrap, .bg {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		overflow: hidden;
}
.mainwrap {
		z-index: 2;
}
.bg {
		/* z-index: 1; */
		background: #00173a;
}
.bg > * {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.5;
}
.bg > *:nth-child(1) {
		opacity: 0.5;
}
.bg > *:nth-child(2) {
		opacity: 0.4;
}
.bg > *:last-child {
		filter: blur(2px);
		opacity: 0.3;
}
.bg:before, .bg:after {
		content: '';
		position: absolute;
		z-index: 2;
		background: radial-gradient(50% 50% at 50% 50%, #5392FC 0%, #00173a 100%);
		mix-blend-mode: lighten;
		border-radius: 50%;
		transform: translate3d(-50%, -50%, 0);
		backface-visibility: hidden;
}
.bg:before {
		top: 100%;
		left: 0;
		width: 94vmax;
		height: 94vmax;
}
.bg:after {
		left: 100%;
		top: 0;
		width: 49vmax;
		height: 63vmax;
		transform: translate3d(-50%, -50%, 0) rotate(49deg);
}
.pedestal {
		--side: 1.5rem;
		width: 23.125rem;
		height: 23.125rem;
		position: absolute;
		top: 50%;
		margin: 0 var(--side);
		user-select: none;
}
.pedestal.clickable {
	cursor: pointer;
}
.pedestal.left {
		left: 0;
		transform: translate3d(0, -50%, 0);
}
.pedestal.right {
		right: 0;
		transform: translate3d(0, -50%, 0);
}
.pedestal .helm {
		width: 100%;
		height: 100%;
		backface-visibility: hidden;
		transition: transform 0.4s ease;
}
.pedestal.left .helm {
	transform: translate3d(calc(-100% - var(--side)), 0, 0);
}
.pedestal.right .helm {
	transform: translate3d(calc(100% - var(--side)), 0, 0);
}
.pedestal.ready .helm {
		transform: translate3d(0, 0, 0) !important;
}
.pedestal .helm img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
}
.pedestal.left .arrow {
		position: absolute;
		top: 50%;
		left: 100%;
		width: 6.875rem;
		height: 6.875rem;
		transform: translate3d(0, -50%, 0);
		transition: opacity 0.2s ease;
}
.pedestal.right .arrow {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 6.875rem;
	height: 6.875rem;
	transform: translate3d(0, -50%, 0) rotate(180deg);
	transition: opacity 0.2s ease;
}
.pedestal .arrow:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: transform 0.4s ease;
		transform: translate3d(0, 0, 0);
		background: url("../img/chevron-left.svg") no-repeat 50% 50%;
		background-size: contain;
}
@media (pointer:fine) {
		.pedestal:hover .arrow:before {
				transform: translate3d(-30%, 0, 0);
		}
}
.pedestal.left .circle {
		position: absolute;
		top: 50%;
		left: 0;
		width: 20rem;
		height: 20rem;
		border: 0.25rem solid var(--grey);
		border-radius: 50%;
		transform: translate3d(-70%, -50%, 0);
		transition-property: transform, opacity;
		transition-duration: 0.4s, 0.2s;
		transition-timing-function: ease;
}
.pedestal.right .circle {
		position: absolute;
		top: 50%;
		right: 0;
		width: 20rem;
		height: 20rem;
		border: 0.25rem solid var(--grey);
		border-radius: 50%;
		transform: translate3d(70%, -50%, 0);
		transition-property: transform, opacity;
		transition-duration: 0.4s, 0.2s;
		transition-timing-function: ease;
}
@media (pointer:fine) {
		.pedestal.left:hover .circle {
				transform: translate3d(-60%, -50%, 0);
		}
		.pedestal.right:hover .circle {
				transform: translate3d(60%, -50%, 0);
		}
}
.pedestal.ready .arrow, .pedestal.ready .circle {
		opacity: 0;
		pointer-events: none;
}
.logo {
		position: absolute;
		top: 2rem;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
}
.logo img {
		height: 5.5rem;
		width: auto;
}
.center-info {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100% - 49.25rem);
		transform: translate3d(-50%, -50%, 0);
		max-width: 16em;
		text-align: center;
		font-weight: bold;
		line-height: 1.358;
		font-size: 3.3125rem;
		transition: opacity 0.4s ease;
}

.center-info.error-message {
	font-size: 2rem;
}
/* .show-data .center-info {
		opacity: 0;
		pointer-events: none;
} */
.mainwrap > input {
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		transform: scale(0);
}
.links, .content {
		position: absolute;
		left: 50%;
		width: 50.5rem;
		transform: translate3d(-50%, 0, 0);
}
.links {
		display: flex;
		gap: 2.5625rem;
		top: 11.1875rem;
}
body:not(.show-data) .links {
		pointer-events: none;
}
.links .link {
		flex: 1 1 auto;
		cursor: pointer;
		user-select: none;
		font-weight: bold;
		font-size: 2.375rem;
		line-height: 1.368;
		color: var(--grey);
		text-align: center;
		transition-property: background, opacity;
		transition-duration: 0.4s;
		transition-timing-function: ease;
		opacity: 0;
		pointer-events: none;
		text-decoration: none;
		padding: 0.5rem 0 0 0;
		border-radius: 2rem;
		height: 8.25rem;
}
.show-data .links .link {
		/* opacity: 1; */
		opacity: 0.85;
		pointer-events: all;
}
.show-data .links .link:hover,
.show-data .links .link.active {
	opacity: 1;
}
/* .show-data .links .link {
		pointer-events: all;
} */
.links .link img {
		display: block;
		width: 4rem;
		height: 4rem;
		margin: 0 auto;
}
input#defence:checked ~ .links .link[for="defence"], input#offence:checked ~ .links .link[for="offence"], input#special:checked ~ .links .link[for="special"] {
		background: rgba(43, 129, 209, 0.55);
		cursor: default;
}
.content {
		top: 21.3125rem;
		transition: opacity 0.4s ease;
}
input:not(:checked) + .content, body:not(.show-data) .content {
		opacity: 0;
		pointer-events: none;
}
input.hidden {
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0;
		transform: scale(0);
}
.content-title {
		margin: 0 0 2.5rem 0;
		text-align: center;
}
.content-table {
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		width: 100%;
		border: 0;
		outline: none;
		background: none;
		font-weight: normal;
		font-size: 2.0625rem;
		letter-spacing: -0.05em;
		line-height: normal;
		text-align: center;
		color: #fff;
}
.content-table img {
		height: 2.28125rem;
		width: auto;
		display: block;
}
.content-table td {
		text-align: center;
		vertical-align: middle;
		padding: 0;
		border: 0;
}
.content-table tr:not(.spacer) td {
		height: 4.5625rem;
		background: rgba(43, 129, 209, 0.55);
}
.content-table td:first-child {
		border-top-left-radius: 1.5625rem;
		border-bottom-left-radius: 1.5625rem;
}
.content-table td:last-child {
		border-top-right-radius: 1.5625rem;
		border-bottom-right-radius: 1.5625rem;
}
.content-table td.min {
		width: 1px;
}
.content-table td:not(.min) {
		min-width: 9.875rem;
}
.content-table .spacer td {
		background: none;
		height: 1.625rem;
		padding: 0;
}
.disabled-text {
	opacity: 0.5;
}
@media only screen and (orientation: portrait), (max-aspect-ratio: 1/1) {
		:root {
				font-size: 1.5vw;
		}
		.pedestal {
				top: 20rem;
		}
		.center-info {
				width: 100%;
		}
		.links, .content {
				margin-top: 25rem;
		}
}

.hidden {
	opacity: 0;
}

.visible {
	opacity: 1 !important;
}
.content {
	top: 11.1875rem;
}
.links {
	top: 48.3125rem;
}




