@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
	font-size: 18px;
    background:
		url('background.png') no-repeat center center fixed,
        #000;
    background-size: cover;
    color: #FFF;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 66px 18px;
	position: relative;
	line-height: 1.5;	
}
	body:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-indeX: 50;
		background: rgba(0,0,0,0.5);
		background: linear-gradient(180deg, rgba(0,0,0,0.44) 0%, rgba(0,0,0,0.88) 100%);
	}


html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, OutIns, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, form, OutInput, button, textarea, input {
	margin: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
}


.container {
	position: relative;
	max-width: 888px;
	z-index: 100;
}

.logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.logo img {
	display: block;
	margin: 0 0 24px;
	width: 100%;
}

h1 {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 900;
	text-shadow: 0 2px 0 rgba(0,0,0,0.66);
}
	h1 span {
		display: block;
	}
@media (max-width: 720px) {
	h1 { font-size: 36px; }
}
@media (max-width: 480px) {
	h1 { font-size: 30px; }
}

h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 900;
	text-shadow: 0 2px 0 rgba(0,0,0,0.66);
	color: #00BADB;
	margin-bottom: 12px;
}
@media (max-width: 720px) {
	h2 { font-size: 24px; }
}
@media (max-width: 480px) {
	h2 { font-size: 18px; }
}

.desc {
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.66);
	padding: 24px 0;
	text-align: left;
}
.desc strong {
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 6px;
	letter-spacing: 0.3px;
}


.micro-cta {
	font-weight: 900;
	color: #00BADB;
	font-style: italic;
	max-width: 480px;
	margin: 0 auto;
	font-size: 24px;
	padding: 0 0 36px 0;
}	


.footer {
	font-size: 16px;
	margin: 48px 0 0 0;
	font-style: italic;
}
.footer img {
	max-width: 60px;
	margin: 0 auto 6px auto;
	opacity: 1;
}
.footer-small {
}
.footer-contact {
	opacity: 0.77;
	font-size: 14px;
}
a {
    color: #6FD3FF;
    text-decoration: none;
    transition: all 0.2s ease;
}
a:hover {
    color: #A6E6FF;
	text-decoration: underline;
}








.platforms {
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	
	.platforms-list {
		display: grid;
		grid-template-columns: 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333% 8.333333333333333%; 
		row-gap: 54px;
		column-gap: 18px;
		margin: 24px 0 0 0;
		line-height: 1.5;
		width: calc(100% - 11*18px);
	}
		.platform-item {
			grid-column: span 6;
		}
		@media (max-width: 720px) {
			.platform-item {
				grid-column: span 12;
			}
		}

.platform-icon {
	display: block;
	margin: 0 0 6px 0;
	height: 90px;
}
	.platform-icon img {
		display: block;
		height: 100%;
		margin: 0 auto;
	}	

.platform-item h3 {
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}
.platform-slogan {
	font-size: 18px;
	color: #00BADB;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 1.4;
	text-align: center;
}	

.platform-desc {
	padding: 12px 0 18px 0;
}	



.system-bridge {
	padding: 60px 0 0 0;
	font-weight: 900;
	font-style: italic;
	max-width: 480px;
	margin: 0 auto;
}

