@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* GLOBAL CSS */
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, body {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline: none;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body, button, input, textarea, select {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Asap', Helvetica, sans-serif;
	font-weight: normal;
	-webkit-appearance: none;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-image-size-adjust: none;
}
body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	vertical-align: baseline;
	position: relative;
}
html, body {
	width: 100%;
	background-color: #fff;
}
.clear {
	clear: both;
	display: block;
}
.clear_after:after {
	clear: both;
	display: block;
	content: "";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* END GLOBAL CSS */





/* ! ALL */
body {
	position: relative;
}
body.lockscreen {
	overflow: hidden;
}
body.lockscreen:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

section {
	width: 100%;
}

/* ! ALL :: TEXT */
h1 {
	font-size: 52px;
	line-height: .9;
	color: #ffffff;
	font-weight: 400;
}
h1 .text-bigger {
	font-size: 96px;
	font-weight: 500;
}
h2 {
	font-size: 28px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 500;
}
h3 {
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 500;
}
h4 {
	font-size: 16px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 400;
}
h6 {
	font-size: 10px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 400;
}
p {
	font-size: 14px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
ul li,
ol li {
	font-size: 12px;
	line-height: 1.2;
	color: #ffffff;
	padding-left: 8px;
	margin-left: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
ul li:last-child,
ol li:last-child{
	margin-bottom: 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
.btn,
.btn:focus,
.btn:hover {
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
	box-shadow: none;
}
.text-bold {
	font-weight: 700;
}
@media (min-width: 992px) {
	h1 {
		font-size: 83px;
	}
	h1 .text-bigger {
		font-size: 150px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 25px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 12px;
	}
	p {
		font-size: 18px;
	}
	ul li,
	ol li {
		font-size: 14px;
	}
}

/* ! ALL :: IMG */
img {
	display: block;
	max-width: 100%;
}

/* ! ALL :: PAGE */
.page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100vh;
	flex-direction: column;
	background: #ffffff;
}
.main-dashboard {
	position: relative;
	width: 100%;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	overflow: hidden;
}





/* ! HEADER */
.header {
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 20;
}
@media (min-width: 1200px) {
}





/* ! FOOTER */
.footer {
}





/* ! BODY */
.body {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	z-index: 2;
	overflow: hidden;
	background: url('../images/under_construction_board_mobile.jpg') no-repeat center;
	background-size: cover;
}
@media (min-width: 992px) {
	.body {
		background-image: url('../images/under_construction_board.jpg');
	}
}