@charset "utf-8";
html, body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	background: #004486;
	font: 500 15px/18px Montserrat, -apple-system, "Open Sans", system-ui, "sans-serif";
	color: #fff;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font: normal 15px/24px Montserrat, -apple-system, "Open Sans", system-ui, "sans-serif";
	color: #fff;
	outline: none;
	text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 8px;
	box-shadow: none;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	background: rgba(255, 255, 255, 0.25);
	margin: 0;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	display: block;
	-webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input:focus, textarea:focus, select:focus {
	border-color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.4);
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.4);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: rgba(255, 255, 255, 0.4);
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 160px;
}
.btn {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font: bold 15px/50px Montserrat, -apple-system, "Open Sans", system-ui, "sans-serif";
	text-decoration: none;
	color: #fff;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #05AAEF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #05AAEF;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	border: 0;
	outline: none;
	padding: 0 16px;
}
.btn:disabled, .btn.disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}
.btn-nobg {
	background: none;
	box-shadow: none;
}
.btn-small {
	height: 40px;
	line-height: 40px;
	box-shadow: none;
}
.label {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 8px 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0.5;
}
input:not(:placeholder-shown) ~ .label, input:focus ~ .label {
	opacity: 1;
}
.input {
	position: relative;
}
.input.with-label {
	padding-top: 23px;
}
.input .label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.input .delete {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: url(../img/delete-bin-line.svg) no-repeat 50% 50%;
	background-size: 24px auto;
}
.outtaHere {
	overflow: hidden;
	max-width: 100vw;
	position: fixed!important;
	-webkit-transform: scale(0)!important;
	        transform: scale(0)!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img, svg, picture {
	border: 0;
	vertical-align: top;
}
a {
	color: #fff;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong {
	font-weight: bold;
}
p, ol, ul {
	margin: 0 0 18px 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
}
li {
	position: relative;
	margin: 0 0 9px 0;
	padding: 0 0 0 18px;
}
ul > li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 18px;
	margin: 0 0 0 -18px;
	padding: 0 4px 0 0;
	text-align: right;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.mainbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.container {
	margin: 0 auto;
	padding: 0 32px;
	max-width: 1028px;
	width: 100%;
}
.login {
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 10px 20px rgba(71, 79, 91, 0.05);
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	margin: auto;
}
.login .max {
	margin: 0 auto;
	max-width: 300px;
}
.hr {
	margin: 32px auto;
	width: 100%;
	max-width: 200px;
	height: 2px;
	background: rgba(255, 255, 255, 0.1);
}
.form-submit {
	margin: 32px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.form-submit .btn {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.form-submit .btn:not(:first-child) {
	margin-left: 48px;
}
.form-submit .btn:not(.btn-nobg) {
	min-width: 200px;
}
.form-notification {
	margin: 36px 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #FF7272;
}
.form-notification:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/alert.svg) no-repeat 50% 50%;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: -4px 8px -5px 0;
	position: relative;
	top: -1px;
}
.form-row {
	margin: 32px 0;
}
.form-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 -32px -32px;
}
.form-grid .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	padding: 0 0 32px 32px;
	max-width: 332px;
}
.form-grid .el .btn {
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.leaderboard .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: normal;
	font-size: 60px;
	line-height: 73px;
}
.leaderboard .logo img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 131px;
	height: 131px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
	margin: -11px 32px -11px 0;
}
.leaderboard table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	max-width: 927px;
	border: 0;
	outline: none;
}
.leaderboard th, .leaderboard td {
	text-align: left;
	vertical-align: middle;
	border: 0;
	padding: 10px;
}
.leaderboard th {
	height: 64px;
	background: #fa7825;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
}
.leaderboard th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.leaderboard th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.leaderboard td {
	height: 76px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}
.leaderboard tr:nth-child(odd) td {
	background: #C0C0C0;
}
.leaderboard tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.8);
}
.leaderboard .w0 {
	width: 1px;
	text-align: center;
}
.leaderboard .place-num {
	display: block;
	width: 42px;
	height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	color: #133D66;
	background: url(../img/trophy-cup-silhouette.svg) no-repeat 50% 0;
	background-size: contain;
}
.leaderboard .big {
	font-size: 30px;
	line-height: 37px;
}
.admin .link-logout {
	text-align: right;
	padding: 8px 32px;
	margin: 0 0 100px 0;
}
.admin .link-logout a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 5px 44px 5px 5px;
	position: relative;
}
.admin .link-logout a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/logout.svg) no-repeat 50% 50%;
	background-size: contain;
	width: 25px;
	height: 21px;
	margin: -10.5px 0;
}
.admin .bg {
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 10px 20px rgba(71, 79, 91, 0.05);
	padding: 1px 0;
}
.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 20px 0;
	padding: 0 16px;
}
.tabs > * {
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-size: 15px;
	line-height: 54px;
	color: rgba(255, 255, 255, 0.25);
	padding: 0 15px;
	margin: 0 16px;
	height: 56px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	border-radius: 8px;
	-webkit-transition-property: color, border;
	transition-property: color, border;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (pointer:fine) {
.tabs > a:hover {
	color: #fff;
}
}
.tabs .active {
	cursor: default;
	color: #fff;
	border-color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.title-text {
	text-align: center;
	margin: 32px 0;
}
.checks {
	margin: 0 auto;
	max-width: 632px;
}
.checks .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 -32px -32px;
}
.checks label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	margin: 0 0 32px 32px;
	position: relative;
}
.checks label input {
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}
.checks label span {
	display: block;
	height: 50px;
	color: #474F5B;
	line-height: 50px;
	padding: 0 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 100px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	-webkit-transition-property: color, box-shadow;
	transition-property: color, box-shadow;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.checks label input:checked + span {
	font-weight: bold;
	color: #05AAEF;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
}
.uploads {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 -32px -32px;
}
.uploads .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	padding: 0 0 32px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.uploads img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	height: 131px;
	width: auto;
	border-radius: 8px;
	margin: 0 10px 0 0;
}
.uploads .link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	text-decoration: underline;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.uploads .link:hover {
	text-decoration: none;
}
.uploads .link input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.uploads .text {
	padding: 29px 0 0 0;
}
.uploads .small {
	font-size: 12px;
	line-height: 15px;
	margin: 8px 0 0 0;
	opacity: 0.5;
}
.uploads .delete {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 24px;
	height: 24px;
	display: block;
	margin: 8px 0 0 0;
	border: 0;
	outline: none;
	padding: 0;
	background: url(../img/delete-bin-2-line.svg) no-repeat 50% 50%;
	background-size: 24px auto;
}
