@font-face {
    font-family: 'pn';
    src: url('Metropolis-SemiBold.woff2') format('woff2'),
         url('Metropolis-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,body,div,li,img,a {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
body {
	background-color: #001a3e;
	color: white;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: 'pn', '-apple-system','lato', 'Helvetica Neue', Arial, sans-serif;
}
.pw {
	padding: 1em;
	text-align: center;
}
h2 {
	margin-top: 3em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0;
}
a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color .3s;
}
a:hover {
	color: #015df3;
}
.h img {
width: .8em;
height: .8em;
}
.h {
	font-size: 4em;
	text-align: center;
	margin-top: .5em;
}
.h span {
	position: relative;
	font-size: .4em;
	text-transform: uppercase;
	top: -.6em;
	left: .5em;
	letter-spacing: .3em;
	color: rgba(255, 255, 255, 0.5);
}
svg {
	height: 1em;
	fill: white;
	width: .9em;
	position: relative;
	top: .15em;
}
svg.red {
	fill: #cc4f62;
}
svg.grn {
	fill: #63c264;
}
.wr {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	max-width: 48em;
	margin-right: auto;
	margin-left: auto;
}
.wr iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 27em;
}
.p {
	text-align: center;
	padding-top: 1em;
}
.lk {
	background-color: #015df4;
	display: inline-block;
	padding: .5em 1em;
	border-radius: 5em;
	cursor: pointer;
	color: white;
	transition: all .3s;
	margin-bottom: 1em;
	font-size: 1.2em;
}
.nt .lk:hover {
	background-color: #1970fe;
	color: white;
}
.lk.y {
	background-color: #fed733;
	color: black;
}
.nt .lk.y:hover {
	background-color: #fde477;
	color: black;
}
.lk.b {
	background-color: #001a3d;
}
.lk.g {
	background-color: rgba(255, 255, 255, 0.5);
	color: #001a3d;
}
.nt .lk.g:hover {
	background-color: #ffffff;
	color: black;
}




@media only screen and (min-width : 800px) {
	.wr {
		padding-bottom: 27em;
	}
}
@media only screen and (max-width : 460px) {
	
}
@media only screen and (max-width : 360px) {
	
}
@media print {
	
}