@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");

@font-face {
	font-family: 'Far_Diplomat';
	src: url('../../Far_Diplomat/Far_Diplomat.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/*
	Aerial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* ---------- Reset ---------- */

html, body, 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, ins, 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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

/* ---------- Basic ---------- */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background: #000000;
	color: #c9eeff;
	font-family: 'Far_Diplomat', 'Source Sans Pro', sans-serif;
	font-size: 15pt;
	font-weight: 300;
	letter-spacing: -0.025em;
	line-height: 1.75em;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	animation: none !important;
	transition: none !important;
}

a {
	border-bottom: dotted 1px;
	color: inherit;
	outline: 0;
	text-decoration: none;
	transition: border-color 0.2s ease-in-out;
}

	a:hover {
		border-color: transparent;
	}

/* ---------- Animated button ---------- */

.animated-button {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	border: none;
	border-radius: 100px;
	background-color: inherit;
	color: #ffffff8a;
	font-size: 18px;
	font-weight: 600;
	cursor: default;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:first-child {
	position: relative;
	z-index: 1;
}

.animated-button span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2%;
	height: 2px;
	border-radius: 100%;
	background: linear-gradient(to right,
		#138b96, #16afbdd0, #1caab7, #19b3c1d6, #138b96);
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button:hover {
	color: #ffffff;
}

.animated-button:active {
	transform: scale(0.95);
}

.animated-button:hover span:last-child {
	width: 150px;
	height: 150px;
	opacity: 1;
}


/* -------------pink------------------ */

.animated-button-pink {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	border: none;
	border-radius: 100px;
	background-color: inherit;
	color: #ffffff8a;
	font-size: 18px;
	font-weight: 600;
	cursor: default;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button-pink span:first-child {
	position: relative;
	z-index: 1;
}

.animated-button-pink span:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2%;
	height: 2px;
	border-radius: 100%;
	background: linear-gradient(to right,
		#a41593, #ca37b9, #d34ec3, #ca37b9, #a41593);
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button-pink:hover {
	color: #ffffff;
}

.animated-button-pink:active {
	transform: scale(0.95);
}

.animated-button-pink:hover span:last-child {
	width: 150px;
	height: 150px;
	opacity: 1;
}

/* ---------- Wrapper ---------- */

#wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}

/* ---------- Background ---------- */

@keyframes bg {
	0%   { background-position: center center; }
	50%  { background-position: 58% center; }
	100% { background-position: 42% center; }
}

#bg2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #348cb2 url("images/bg10.jpg") center center / cover no-repeat;
	backface-visibility: hidden;
	animation: bg 30s ease-in-out alternate infinite;
}

/* ---------- Main ---------- */

#main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/* ---------- Header ---------- */

@keyframes header {
	0%   { opacity: 0; transform: translate3d(0, 1em, 0); }
	100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes nav-icons {
	0%   { opacity: 0; transform: translate3d(0, 1em, 0); }
	100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

#header {
	width: 90%;
	margin: auto;
	text-align: center;
	cursor: default;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	animation: header 1s 2.25s forwards;
}

	#header h1 {
		font-size: 3.35em;
		font-weight: 900;
		letter-spacing: -0.035em;
		line-height: 1em;
	}

	#header p {
		font-size: 1.25em;
		margin: 0.75em 0 0.25em 0;
		opacity: 0.75;
	}

	#header nav {
		margin: 1.5em 0 0 0;
	}

		#header nav li {
			display: inline-block;
			opacity: 0;
			transform: translate3d(0, 1em, 0);
			backface-visibility: hidden;
			animation: nav-icons 0.5s ease-in-out forwards;
		}

			#header nav li:nth-child(1)  { animation-delay: 2.5s;  }
			#header nav li:nth-child(2)  { animation-delay: 2.75s; }
			#header nav li:nth-child(3)  { animation-delay: 3s;    }
			#header nav li:nth-child(4)  { animation-delay: 3.25s; }
			#header nav li:nth-child(5)  { animation-delay: 3.5s;  }
			#header nav li:nth-child(6)  { animation-delay: 3.75s; }
			#header nav li:nth-child(7)  { animation-delay: 4s;    }
			#header nav li:nth-child(8)  { animation-delay: 4.25s; }
			#header nav li:nth-child(9)  { animation-delay: 4.5s;  }
			#header nav li:nth-child(10) { animation-delay: 4.75s; }

/* ---------- Home header enhancements ---------- */

.header-topline {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75em;
	margin-bottom: 1rem;
}

.top-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.38em 0.9em;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #f5fbff;
}

.top-microcopy {
	font-size: 0.82em;
	letter-spacing: 0.04em;
	opacity: 0.85;
}

.header-panels {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2.25em;
}

.panel-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.35em;
	min-width: 180px;
	max-width: 250px;
	padding: 1.1em 1.2em;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(132, 194, 214, 0.12);
	backdrop-filter: blur(10px) saturate(1.1);
	-webkit-backdrop-filter: blur(10px) saturate(1.1);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	color: #edfaff;
	text-align: left;
}

.panel-card strong {
	font-size: 1.05em;
	font-weight: 700;
	line-height: 1.3;
}

.panel-card small {
	font-size: 0.8em;
	line-height: 1.5;
	color: rgba(233, 245, 255, 0.8);
}

.panel-kicker {
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9fe7ff;
}

/* ---------- Responsive ---------- */

@media screen and (max-width: 1680px) {

	body {
		font-size: 13pt;
	}
}

@media screen and (max-width: 1280px) {

	body {
		font-size: 12pt;
	}
}

@media screen and (max-width: 736px) {

	body {
		min-width: 320px;
		font-size: 11pt;
	}

	#header h1 {
		font-size: 2.5em;
	}

	#header p {
		font-size: 1em;
	}

	.header-panels {
		margin-top: 1.5em;
	}

	.panel-card {
		min-width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {

	#header nav {
		padding: 0 1em;
	}

	.header-topline {
		gap: 0.5em;
	}

	.top-microcopy {
		font-size: 0.75em;
	}
}