/* CSS RESET */
*,*::before,*::after{box-sizing: border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin: 0}html:focus-within{scroll-behavior: smooth}body{min-height: 100vh;text-rendering: optimizeSpeed;line-height: 1.5}a:not([class]){text-decoration-skip-ink: auto}img,picture{max-width: 100%;display: block}input,button,textarea,select{font: inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior: auto}*,*::before,*::after{animation-duration: 0.01ms !important;animation-iteration-count: 1 !important;transition-duration: 0.01ms !important;scroll-behavior: auto !important}}

body {
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	max-width: 95%;
}

a {
	color: #00d1f7;
}

li {
	padding-bottom: 6px;
}

div.container {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 2em;
	clear: both;
}

div.content {
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 1.2em;
}


h1 {
	font-family: 'Poppins', sans-serif;	
	font-weight: 600;
	font-size: 2em;
	line-height: 1.1em;
	margin-bottom: 18px;
}

h1.page-title {
	font-weight: 300;
	font-size: 6em;
	margin-bottom: 20px;
	text-align: center;
}

div {
	padding: 10px 0;
}

.header {
	margin: 0 50px;
}

.header-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.logo {
	float: left;			
}
.logo img {
	width: 400px;
}
.nav {
	float: right;
	margin-top: 24px;
}
.nav a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-right: 30px;
}

.nav a:hover {
	color: #00D1F7;
}

.button-container {
	text-align: center;
}

a.button {
	display: inline-block;
	text-align: center;
	padding: 20px 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
	background: #0a89ff;
	border-radius: 8px;
}

a.action-button {
	margin: 30px 0;
}

.container.action-form {
	background: #efefef;
	color: #000;
	padding-bottom: 2em;
}

.action-form h1 {
	font-size: 3em;
	text-align: center;
	padding-top: 30px;
}

.action-form h2 {
	text-align: center;
	padding-bottom: 10px;
	font-size: 2em;
}

.action-form p {
	text-align: center;
}

.form-container {
	background: #efefef;
}


.flexcontent {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	gap: 10%;
}

.flex-map {
	width: 70%;
	flex: 1 1 auto;
}

.home-learn {
	flex: 1 1 auto;	
}

.explanation {
	font-size: 0.875em;
	line-height: 1em;
}


img.icon {
	width: 50px;
	margin-bottom: 20px;
}

.sample-post {
	background: #ccc;
	padding: 2em;
	color: #000;
	border-radius: 5px;
}

.astrisk {
	margin-top: 30px;
	font-size: 0.875em;
}

.spacer {
	clear: both;
	height: 100px;
}

.spacer-sm {
	clear: both;
	height: 40px;
}

.spacer-lg {
	clear: both;
	height: 600px;
}


.container.article {
	max-width: 800px;
}


.article h2 {
	margin-bottom: 6px;
	line-height: 1em;
}


.footer {
	padding: 50px 0 50px;
	text-align: center;
	font-family: 'Poppins';
    font-size: .75em;
}

.footer img {
	width: 130px;
	margin: 0 auto;
}