@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700&family=Poppins:wght@200&display=swap');

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#333;
	height:100%;
	background: #fff;
	overflow-x:hidden;
	overflow-y:scroll;
}
:focus {
	box-shadow: 0 0 1px 0 #e66428;
}
@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: #00000010;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #00000010; 
	  border-radius: 50px;
	  box-shadow:inset 0 0 0 2px #00000010;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #00000030; 
	}
}

html {
	height: 100%;
	overflow: hidden;
}
@media (min-width: 1500px) {
	html {
		font-size: 125%;
	}
}
body {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.bg {
	position: fixed;
	right: 0;
	left: 45%;
	top: 0;
	bottom: 0;
	background: url(../images/sdd.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
}
.brand {
	position: absolute;
	left: 4rem;
	top: 3.5rem;
	height: 6rem;
	width: auto;
	z-index: 10;
}
.content {
	position: absolute;
	left: 4rem;
	top: 13rem;
	width: 40%;
	z-index: 10;
}
.content h2 {
	font-family: 'Poppins';
	font-size:1.75rem;
	margin-bottom:1.25rem;
	color: #6d097d;
	font-weight: bold;
}
.content h2 span {
	font-size: 1.25rem;
	font-weight: normal;
	color: #999;
	display: block;
}
.content p {
	font-size: .875rem;
	line-height: 1.6em;
	margin-bottom: 1em;
	color: #666;
	max-width: 580px;
}
.content p a {
	font-weight: bold;
	text-decoration: underline;
	color: #111;
}
.content > a {
	text-decoration: underline;
	font-size: .75rem;
	text-transform: uppercase;
	margin: 2rem 0;
	display: block;
	color: #6d097d;
	font-weight: bold;
}
.content > a {
	text-decoration-color: #6d097d33;
}

.content ul li {
	font-size: 1.75rem;
	color: #ccc;
	margin-right: 1rem;
	display: inline-block;
}
@media (max-width: 960px) {
	html {
		font-size: 75%;
	}
	body {
		overflow: auto;
	}
	.wrapper {
		min-height: 100%;
		box-sizing: border-box;
		padding-bottom: 70vw;
		position: relative;
	}
	.brand {
		position: static;
		height: 5rem;
		margin: 3rem 3rem 2.5rem;
	}
	.content {
		position: static;
		padding: 0 3rem;
		width: auto;
		left: auto;
		right: auto;
		top: auto;
	}
	.bg {
		top: auto;
		position: absolute;
		left: 0;
		height: 70vw;
		background-position: bottom right;
	}
	ul {
		position: absolute;
		top: 6.5rem;
		right: 2.5rem;
	}
	.content ul li {
		font-size: 1.5rem;
	}
}

.field.error > div {
	font-size: .75rem;
	padding: .25rem .35rem;
	background: #f9f4db;
	border-radius: 2px;
	color: #111;
	margin-bottom: .25rem;
}
.status {
	float: right;
	line-height: 3rem;
}

#modalWrapper {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9100;
	background: rgba(40,40,40,.5);
	opacity: 0;
	visibility: hidden;
	transition: all 150ms cubic-bezier(.7,0,.3,1);
}
#modalWrapper.visible {
	opacity: 1;
	visibility: visible;
}
#modalWrapper > .bt_modalClose {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.modal {
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.05), 0 2px 10px 0 rgba(0,0,0,.05), 0 3px 15px 0 rgba(0,0,0,.05);
	border-radius: .5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: transform 50ms ease;
	transform: translate(-50% , -50%);
	max-width: 40rem;
	max-height: 90vh;
	text-align: left;
	width: 90%;
	z-index: 20;
	display: none;
	overflow-y: auto;
}
.modal .bt_modalClose {
	position: absolute;
	top: -3rem;
	right: 0;
	line-height: 3rem;
	color: #fff;
	font-size: 1.2rem;
}
.modalHeader {
	padding: 2rem 2.5rem 1.5rem;
	border-radius: .5rem .5rem 0 0;
	position: relative;
}
.modalHeader h3 {
	font-size: 1.5rem;
	margin-bottom: .25rem;
	color: #6d097d;
	font-weight: bold;
}
.modalHeader p {
	font-size: .875rem;
	margin-bottom: 0;
}
.modalContent {
	padding: 0 2.5rem 2.5rem;
	box-sizing: border-box;
}

.form .field {
	margin-bottom: 1rem;
}
.form label {
	font-size: .75rem;
	text-transform: uppercase;
	color: #aaa;
	font-weight: bold;
}
.form input,
.form textarea {
	border-bottom: solid 1px #6d097d;
	padding: .5rem;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.form .bt {
	background: #6d097d;
	padding: .75rem 1.25rem;
	font-weight: bold;
	color: #fff;
	border-radius: 3rem;
	text-transform: uppercase;
	margin-top: 1.5rem;
}
.form .bt i {
	margin-right:.25rem;
	cursor: pointer;
}