@font-face {
    font-family: 'pn';
    src: url('Metropolis-SemiBold.woff2') format('woff2'),
         url('Metropolis-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnb';
    src: url('Metropolis-Black.woff2') format('woff2'),
         url('Metropolis-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,body,div,ul,li,img,a {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	transition: background-color .3s;
	background-color: #efefef;
	color: black;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: 'pn', -apple-system, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.h {
	background-color: #2BA0FD;
	color: white;
	font-size: 1.4em;
	padding: .5em .5em .5em .7em;
}
.h a {
	text-decoration: none;
	color: white;
	transition: all .3s;
	transform: scale(1);
	opacity: 1;
}
.h a:hover {
	transform: scale(1.1);
	opacity: .5;
}
.h img {
	height: 1.4em;
	width: auto;
	display: inline-block;
}
.h .ml {
	display: inline-block;
	padding: .5em 1em;
	font-size: .6em;
	border-radius: 9em;
	background-color: #0043B0;
	font-weight: bold;
	margin-left: .8em;
	position: absolute;
	top: 1em;
	font-family: -apple-system, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
input {
	background-color: white;
  border: 0 solid #e1e1e1;
  border-radius: .7em;
  display: inline-block;
  font: inherit;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	margin: 0 0 1em;  
  box-shadow: 0 0 .5em #f2f2f2;    
}
select {
  background-color: white;
  border: 0 solid #e1e1e1;
  border-radius: .7em;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0 0 1em;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  box-shadow: 0 0 .5em #f2f2f2;
}
.h select {
	font-size: .7em;
	box-shadow: none;
	position: absolute;
	right: 3em;
	top: -0.4em;
}
#c {
	font-family: 'pn', -apple-system, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	padding: 1em;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#c b, #m b {
	font-family: 'pnb', -apple-system, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
label {
	font-size: .8em;
	opacity: .5;
	display: block;
	text-transform: uppercase;
	margin-bottom: .3em;
}
#sel {
	margin-top: 1em;
	margin-left: 1em;
	font-family: 'pn', -apple-system, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
#settings {
	display: inline-block;
	padding: .7em .7em .3em;
	position: absolute;
	opacity: .5;
	cursor: pointer;
	transition: all .3s;
	top: 0;
	right: 0;
}
#settings:hover {
	opacity: 1;
}
#modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(218, 218, 218, 0.8);
	z-index: 3;
	display: none;
}
#m {
	padding: 1em;
	background-color: #efefef;
	width: 16em;
	max-width: 90%;
	z-index: 4;
	border-radius: .7em;
	box-shadow: 0 0 1em #cdcdcd;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
#m input, #m select {
	width: 100%;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#m .mm {
	width: 7em;
	text-align: center;
	padding-left: 0;
}
.but {
	background-color: #2BA0FD;
	color: white;
	border-radius: 9em;
	text-align: center;
	padding-top: .7em;
	padding-bottom: .7em;
	cursor: pointer;
	transition: all .3s;
	border: .2em solid #2aa0fd;
}
.nt .but:hover {
	transform: scale(1.02);
}
.cw {
	background-color: white;
	display: inline-block;
	border-radius: 1em;
	max-width: 50%;
}
.cw img {
	width: 100%;
	height: auto;
}
.cc {
	max-width: 50%;
	position: relative;
}
#n div {
	display: inline-block;
	background-color: #dedede;
	border-radius: 9em;
	padding: .5em .8em;
	margin-left: .2em;
	margin-bottom: .2em;
	cursor: pointer;
	transition: all .3s;
}
#n div.a {
	background-color: #2aa0fd;
	color: white;
}
.nt #n div:hover {
	transform: scale(1.02);
}
.cl {
	clear: left;
	padding-top: 1em;
}
.cl .but {
	display: inline-block;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-right: .5em;
	margin-bottom: .5em;
}
.but.o {
	border: .2em solid #2aa0fd;
	background-color: transparent;
	color: #2aa0fd;
}
#controls {
	padding: .5em;
}
.cc input[type=checkbox] {
	font-size: larger;
}
.cc label.en {
	display: inline;
	padding-left: .5em;
}
input[type=number] {
	padding-right: 1em;
}

.ac {
	height: 4em;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
.ac li {
	position: absolute;
	cursor: pointer;
	opacity: .5;
	transition: all .3s;
}
.nt .ac li:hover {
	opacity: 1;
	transform: scale(1.1);
}
#up {
	left: 2em;
}
#down {
	left: 2em;
	top: 2em;
}
#left {
	top: 1em;
	left: 1em;
}
#right {
	top: 1em;
	left: 3em;
}
.sz {
	display: inline-block;
	opacity: .5;
	cursor: pointer;
	margin-right: .5em;
	transition: all .3s;
}
.nt .sz:hover {
	opacity: 1;
	transform: scale(1.1);
}
.up {
	position: relative;
	cursor: pointer;
}
.up input {
	position: absolute;
	width: 8em;
	opacity: 0;
	z-index: 2;
}
.up .but {
	display: inline-block;
	padding-right: 1.5em;
	padding-left: 1.5em;
	transition: all .3s;
}
.nt .up:hover .but {
	transform: scale(1.02);
}
.yt iframe {
	border-radius: .7em;
	overflow: hidden;
	aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
























@media screen and (min-width:651px) {
	.cc, .cw {
		float: left;
	}
}
@media screen and (max-width:650px) {
	.h .ml {
		display: none;
	}
	.cw, .cc {
		max-width: 100%;
	}
	.cc {
		padding-top: 1em;
	}
}
@media screen and (max-width:450px) {
	.h a {
		visibility: hidden;
	}
}