@-webkit-keyframes pt_theme__loadingSpinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); }
}

@keyframes pt_theme__loadingSpinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); }
}

body {
	background-color: white;
}

@media (min-width: 1024px) {
	body {
		display: table; }
}

body .notify-wrap p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500; }

body main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	min-height: 100vh; }

@media (max-width: 1023px) {
	body main {
		display: block;
		width: 100%; }
}

body main h2 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-size: 50px;
	line-height: 120%;
	color: #00a950;
	margin-top: 20px;
	margin-bottom: 50px; }

body main h2.-max-width {
	max-width: 450px; }

@media (max-width: 1024px) {
	body main h2 {
		font-size: 40px; }
}

@media (max-width: 1023px) {
	body main h2 {
		font-size: 30px;
		margin-top: 10px;
		margin-bottom: 30px; }
}

body main h4 {
	font-family: 'Vollkorn';
	font-style: italic;
	font-weight: 400;
	font-size: 25px;
	color: #9A9CA8;
	line-height: 120%; }

body main h4.-color-black {
	color: #171717;
	font-size: 20px; }

@media (max-width: 1023px) {
	body main h4.-color-black {
		font-size: 16px; }
}

@media (max-width: 1023px) {
	body main h4 {
		font-size: 20px; }
}

body main p {
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #9A9CA8; }

body main p b {
	font-family: 'Work Sans', sans-serif;
	font-weight: 700; }

body main .wrap-cover {
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: transparent url(../img/banner.jpg) no-repeat center center;
	background-size: cover;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden; }

@media (max-width: 1023px) {
	body main .wrap-cover {
		width: 100%;
		min-height: calc(100vh - 70px);
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center; }
}

body main .wrap-cover .social-icons {
	margin: 0 0 30px 30px; }

@media (max-width: 1023px) {
	body main .wrap-cover .social-icons {
		margin: 0;
		padding-bottom: 30px; }
}

body main .wrap-cover .image-wrap {
	margin: 0 50px 30px 0;}   

@media (max-width: 1023px) {
	body main .wrap-cover .image-wrap {
		margin: 0;
		padding: 50px 0 100px 0; }
}

body main .wrap-text {
	width: 50%;
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }

@media (max-width: 1023px) {
	body main .wrap-text {
		display: block;
		width: 100%; }
}

body main .wrap-text span:first-of-type {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 100px 50px 100px 100px; }

@media (max-width: 1024px) {
	body main .wrap-text span:first-of-type {
		margin: 70px 50px 70px 70px; }
}

@media (max-width: 1023px) {
	body main .wrap-text span:first-of-type {
		padding: 30px;
		margin: 0;
		display: block; }
}

body main .wrap-text span:first-of-type form {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -25px; }

body main .wrap-text span:last-of-type {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	margin: 0 50px 30px 100px; }

@media (max-width: 1023px) {
	body main .wrap-text span:last-of-type {
		margin: 0 50px 30px 70px; }
}

@media (max-width: 1023px) {
	body main .wrap-text span:last-of-type {
		padding: 30px;
		margin: 0;
		display: block; }
}
