.s-212301c593df7a10ee64,
.s-91560e2df54972e3dfe0 {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
:root {
	--steel: #9146b4;
	--cool-gray: #a28dae;
	--signal-green: rgb(146, 43, 206);
	--bg: #160f1a;
	--muted: #ede6ef;
	--ink: #100b13;
	--link-color: #d1ff3a;
	--card: #131a22;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	--radius: 18px;
	--container: 1180px;
}
*,
::after,
::before {
	box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	border-style: none;
	display: block;
	max-width: 100%;
	height: auto;
}
button,
input,
select,
textarea {
	font: inherit;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family:
		Inter,
		ui-sans-serif,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Ubuntu,
		Cantarell,
		Noto Sans,
		sans-serif;
	color: #f6f8fb;
	background: linear-gradient(180deg, #150d18 0, #120b15 60%, #120a14 100%);
	max-width: 100vw;
	overflow-x: hidden;
}
a {
	color: var(--link-color);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.s-255a762c36cdae2fe950 {
	max-width: var(--container);
	margin-inline: auto;
	padding: 0 24px;
}
main {
	min-height: 100vh;
}
.s-212301c593df7a10ee64 {
	gap: 0.6rem;
	padding: 14px 22px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, var(--signal-green), #1fa73a);
	color: #06130a;
	font-weight: 700;
	letter-spacing: 0.2px;
	box-shadow: var(--shadow);
	transition:
		transform 0.15s,
		filter 0.2s;
}
.s-212301c593df7a10ee64:active {
	transform: translateY(1px);
}
.s-212301c593df7a10ee64:focus-visible {
	outline: rgba(43, 206, 59, 0.45) solid 3px;
	outline-offset: 4px;
}
.s-91560e2df54972e3dfe0 {
	gap: 0.5rem;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(12, 18, 28, 0.95);
	color: #e7f0ff;
	font-size: 0.9rem;
}
.s-5e9b60f69165f32f8930 {
	display: inline-block;
	font-size: 0.82rem;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(70, 130, 180, 0.18);
	color: #bfe0ff;
	border: 1px solid rgba(70, 130, 180, 0.35);
}
header.s-f819d7dee1ee55de63a8 {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: saturate(140%) blur(8px);
	background: rgba(10, 14, 20, 0.72);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.s-ab75b8b1ff22d65876f0 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	height: 72px;
}
.s-63acf68c4f951d6412a8 {
	display: flex;
	align-items: center;
	gap: 12px;
}
.s-7d767248f14b8b8d87fc {
	width: 36px;
	height: 36px;
}
.s-755ea24aa34ee7d8efa5 {
	font-weight: 800;
	letter-spacing: 0.3px;
}
nav.s-9579c21825ff83855299 a {
	color: #e9f2ff;
}
nav.s-9579c21825ff83855299 ul {
	display: flex;
	gap: 18px;
	align-items: center;
}
.s-7a86b15480e0a870f0b0 {
	display: none;
	cursor: pointer;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: #111722;
}
.s-7a86b15480e0a870f0b0 span,
.s-7a86b15480e0a870f0b0::after,
.s-7a86b15480e0a870f0b0::before {
	content: '';
	display: block;
	height: 2px;
	background: #eaf3ff;
	margin: 7px 10px;
}
.s-03740fa9a43908c54f97 {
	position: fixed;
	inset: 0 0 0 auto;
	width: min(82vw, 360px);
	background: #0d131c;
	transform: translateX(100%);
	transition: transform 0.25s;
	padding: 24px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	display: none;
}
.s-03740fa9a43908c54f97.s-5fc7e38bffe00ca46add {
	transform: none;
	display: block;
}
.s-03740fa9a43908c54f97 a {
	display: block;
	padding: 14px 4px;
	color: #f1f6ff;
}
.s-bec0a3126fdab1ff2383 {
	padding: 96px 0 80px;
}
.s-7aa73d9ced982acc01b7 {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 40px;
	align-items: flex-start;
}
.s-705d79138117717a54c5 {
	font-size: 2.1rem;
	line-height: 1.1;
	letter-spacing: -0.03em;
	font-weight: 900;
	margin-bottom: 12px;
}
.s-50d5b29e1a0b7044dfd9 {
	font-size: 1.02rem;
	color: #d0e0ff;
	line-height: 1.6;
	margin-bottom: 18px;
}
.s-a5112c9919a4eb847751 {
	margin-top: 12px;
	font-size: 0.96rem;
	color: #ccd7f2;
	line-height: 1.6;
}
.s-f63f258bf0fa098dde10 {
	margin-top: 10px;
	display: grid;
	gap: 6px;
	font-size: 0.96rem;
}
.s-f63f258bf0fa098dde10 span {
	display: flex;
	gap: 8px;
	align-items: center;
}
.s-f63f258bf0fa098dde10 span strong {
	min-width: 70px;
	font-weight: 600;
	color: #e3ecff;
}
.s-fb8c1a1f59bc44dd27c0 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}
.s-928a860be133c734b92a {
	width: 100%;
	height: 260px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #0c1219;
	margin-top: 18px;
}
.s-928a860be133c734b92a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.s-2bbfa3cc277676fdcfcd {
	background: var(--card);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 22px 20px 20px;
	box-shadow: var(--shadow);
}
.s-d96918c7bb4774d2fcdf {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 6px;
}
.s-71039ca734281a400367 {
	font-size: 0.9rem;
	color: #c2d0ef;
	margin-bottom: 14px;
	line-height: 1.5;
}
.s-610a102b1d98993282bf {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.s-a5858e261a4d59df22a9 {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 0.9rem;
	color: #e0e8ff;
}
.s-266c24d2662ceee925d6 {
	grid-column: 1/-1;
}
.s-a5858e261a4d59df22a9 label span {
	font-size: 0.8rem;
	color: #9fb2d4;
	margin-left: 4px;
}
.s-63e2218f89d22188b3e9 {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(9, 14, 22, 0.98);
	padding: 9px 11px;
	color: #f7fbff;
	outline: 0;
}
.s-63e2218f89d22188b3e9::placeholder {
	color: #6f7f9b;
}
.s-63e2218f89d22188b3e9:focus {
	border-color: var(--signal-green);
	box-shadow: 0 0 0 1px rgba(43, 206, 59, 0.35);
}
.s-fea0594af5930f2d59c8 {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 0.8rem;
	color: #b2c0da;
}
footer.s-a928d4c5751e4352ec16 {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 64px;
	background: #0b0f15;
}
.s-790f5a4f2e985b582ee9 {
	padding: 48px 20px;
}
.s-33aa5d4d1153073f9c4f {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: flex-start;
	margin: 8px 0 22px;
}
.s-33aa5d4d1153073f9c4f a {
	display: block;
	padding: 8px 0;
	color: #e6eefc;
	cursor: pointer;
}
.s-3e3ad2dbdd16803952ae {
	color: #b7c5de;
	font-size: 0.95rem;
	line-height: 1.55;
	display: grid;
	gap: 10px;
}
.s-3fb3921ef0e5f3a2473b {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	color: #c9d7ea;
}
.s-11a1deb30f38d816e114 {
	margin-bottom: 14px;
}
.s-3fb3921ef0e5f3a2473b a {
	color: #c9d7ea;
}
[data-animate] {
	opacity: 0;
	transform: translateY(16px) scale(0.98);
	transition:
		opacity 0.6s,
		transform 0.6s;
}
[data-animate].s-af10ef20dd9060bbeead {
	opacity: 1;
	transform: none;
}
@media (max-width: 980px) {
	.s-33aa5d4d1153073f9c4f,
	.s-7aa73d9ced982acc01b7 {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 880px) {
	nav.s-9579c21825ff83855299 {
		display: none;
	}
	.s-7a86b15480e0a870f0b0 {
		display: inline-block;
	}
}
@media (max-width: 640px) {
	.s-610a102b1d98993282bf {
		grid-template-columns: 1fr;
	}
}
.s-6018cb9fe166335146b2 {
	margin-top: 10px;
}
