@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document privacy
--------------------------------------------------------- */

#privacy {
	padding: 60px 90px 0;
	background: #fff;
	text-align: left;
}

#privacy h2 {
	margin-bottom: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	line-height: 1;
	position: relative;
}

#privacy h2:after {
	content: '';
	width: 100px;
	height: 3px;
	margin-left: -50px;
	background: #057dcd;
	position: absolute;
	bottom: -20px;
	left: 50%;
}

#privacy h3 {
	margin-top: 60px;
	font-size: 19px;
	line-height: 1.6;
}

#privacy ul {
	margin-top: 20px;
}

#privacy ul li {
	margin-left: 18px;
	list-style: disc;
}

#privacy ol {
	margin-top: 20px;
}

#privacy ol li {
	margin-left: 18px;
	padding-left: 5px;
	list-style: decimal;
}

#privacy p {
	margin-top: 20px;
}

#privacy .contact {
	margin-top: 20px;
	padding: 20px 20px 20px;
	border: solid 5px #e8eef1;
}

#privacy .contact h4 {
	font-weight: normal;
	font-size: 15px;
}

#privacy dt {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
}

#privacy dd {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
