.inner {
	max-width: 1260px;
	width: 100%;
	padding: 0px 10px;
}

@media only screen and (min-width: 640px) and (max-width: 1119px) {

	.inner {
		padding: 0px 20px;
	}

}

@media only screen and (max-width: 639px) {

	.inner {
		padding: 0px 10px;
	}

}

.popup {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	background-color: #3E0C5C;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: safe center;
	padding: 20px 0px;
}

.popup .inner {
	max-width: 840px;
}

.popup h2 {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 32px;
}

.popup p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 32px;
}

.popup p.note {
	border: 2px solid #FFD139;
	border-radius: 10px;
	padding: 20px;
	font-weight: 700;
}

.popup p.footnote {
	font-weight: 300;
	font-size: 14px;
	margin-top: 64px;
}

.popup input {
	width: 26px;
	border-radius: 8px;
	height: 26px;
}

.popup p.input {
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup p.input input {
	margin-right: 20px;
	margin-top: -3px;
}

.popup button {
	background-color: #FFD139;
	color: #3E0C5C;
	border-radius: 24px;
	cursor: pointer;
	height: 48px;
	line-height: 48px;
	width: 140px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.popup button.is-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.banner {
	background-color: #FFD139;
	color: #292544;
	font-size: 18px;
	text-align: center;
	padding: 10px 0px;
	line-height: 22px;
}

.head {
	background-position: 50% 50%;
	background-image: url(../img/head.jpg);
	background-size: cover;
}

.head .inner {
	height: 1136px;
	max-height: calc(100vh - 60px);
	min-height: 660px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media only screen and (min-width: 640px) and (max-width: 1119px) {

	.head .inner {
		height: auto;
		max-height: 5000px;
		min-height: 0px;
		padding: 200px 40px 100px 40px;
	}

}

@media only screen and (max-width: 639px) {

	.head .inner {
		max-height: 5000px;
		min-height: 0px;
		height: auto;
		padding: 0px;
	}

}

.head.is-small .inner {
	height: 192px;
	min-height: 192px;
}

@media only screen and (max-width: 1119px) {

	.head.is-small .inner {
		height: 192px;
		min-height: 192px;
		padding: 0px;
	}

}

.head-credits {
	position: absolute;
	right: 20px;
	top: 0px;
	background-color: #fff;
	border-radius: 0px 0px 30px 30px;
	display: flex;
	align-items: center;
	padding: 0px 20px;
}

.head-credits img:first-child {
	margin-right: 20px;
}

.popup .head-credits {
	position: fixed;
}

@media only screen and (max-width: 639px) {

	.head-credits {
		position: relative;
		right: auto;
		top: auto;
		border-radius: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 64px;
		padding: 0px 0px;
	}

	.head-credits img:nth-child(1) {
		height: 64px;
	}

	.head-credits img:nth-child(2) {
		height: 32px;
	}

}

.head h1 {
	color: #3E0C5C;
	font-size: 64px;
	text-align: center;
	font-weight: 800;
	font-family: proxima-nova, sans-serif;
	margin-bottom: 40px;
}

.head p {
	color: #3E0C5C;
	font-size: 32px;
	line-height: 40px;
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	text-align: center;
	max-width: 1000px;
}

@media only screen and (max-width: 1119px) {

	.head h1 {
		font-size: 48px;
	}
	
	.head p {
		font-size: 28px;
		line-height: 40px;
	}

}

@media only screen and (max-width: 639px) {

	.head h1 {
		font-size: 28px;
		line-height: 28px;
		margin-top: 40px;
		margin-bottom: 20px;
		padding: 0px 10px;
	}
	
	.head p {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 20px;
		padding: 0px 10px;
	}

}

.head p.small {
	color: #3E0C5C;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	margin: 40px 0px;
	text-align: center;
}

.head p.small b {
	font-weight: 600;
}

.head p.footnote {
	color: #3E0C5C;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	bottom: 32px;
}

@media only screen and (max-width: 639px) {

	.head p.small {
		font-size: 14px;
		line-height: 17px;
		margin: 0px 0px 20px 0px;
	}

	.head p.footnote {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		position: relative;
		bottom: auto;
		margin-top: 20px;
		margin-bottom: 40px;
	}

}

.head-toolkit {
	background-color: #292544;
	height: 78px;
	border-radius: 39px;
	display: flex;
	flex-direction: row;
	padding: 13px 13px 13px 40px;
}

@media only screen and (max-width: 639px) {

	.head-toolkit {
		border-radius: 0px;
		padding: 13px;
		width: 100%;
		justify-content: center;

	}

}

.head-toolkit-text {
	border-right: 2px solid #292643;
	background-image: url(../img/emis.png);
	background-size: auto 52px;
	width: 114px;
	margin-right: 10px;
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 639px) {

	.head-toolkit-text {
		border-right: 0px;
		width: 88px;
	}

}

.head-toolkit-button {
	background-color: #FFD139;
	border-radius: 26px;
	height: 52px;
	font-family: proxima-nova, sans-serif;
	padding: 0px 20px;
	line-height: 52px;
	display: block;
	margin: 0px 10px;
	color: #3E0C5C;
	font-weight: 600;
	font-size: 18px;
}

@media only screen and (max-width: 639px) {

	.head-toolkit-button {
		border-radius: 26px;
		height: 52px;
		padding: 0px 10px;
		line-height: 52px;
		margin: 0px 5px;
		font-size: 12px;
		white-space: nowrap;
	}

}

.scroll {
	height: 60px;
	line-height: 60px;
	color:#3E0C5C;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-family: proxima-nova, sans-serif;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
}

@media only screen and (max-width: 639px) {

	.scroll {
		display: none;
	}

}

.scroll span {
	background-image: url(../img/scroll.png);
	width: 19px;
	height: 11px;
	background-size: 19px 11px;
	margin-left: 20px;
	display: inline-block;
}

.menu {
	background-color: #eee;
	padding: 44px 0px;
}

.menu .inner {
	display: flex;
	justify-content: center;
}

.menu-item {
	background-color: #292544;
	height: 90px;
	border-radius: 45px;
	color: #fff;
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	line-height: 22px;
	display: flex;
	align-items: center;
	background-size: 66px 66px;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-right: 50px;
	margin: 0px 10px;
}

.menu-item.is-overview {
	background-image: url(../img/menu.overview.png);
}

.menu-item.is-about {
	background-image: url(../img/menu.about.png);
}

.menu-item.is-features {
	background-image: url(../img/menu.features.png);
}

@media only screen and (max-width: 1119px) {

	.menu {
		padding: 32px 0px;
	}

	.menu-item {
		height: 66px;
		border-radius: 33px;
		font-size: 16px;
		line-height: 18px;
		background-size: 48px 48px;
		background-position: 9px 9px;
		padding-left: 66px;
		padding-right: 18px;
		margin: 0px 5px;
	}
	
	.menu-item.is-triggers {
		width: auto;
	}
	
	.menu-item.is-risk {
		width: auto;
	}
	
	.menu-item.is-features {
		width: auto;
	}

}

@media only screen and (max-width: 639px) {

	.menu {
		padding: 20px 0px;
	}

	.menu .inner {
		flex-direction: column;
	}

	.menu-item {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 17px;
	}

	.menu-item:last-child {
		margin-bottom: 0px;
	}

}

.trigger {
	padding: 100px 0px;
}

.trigger h2 {
	color: #292544;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	font-family: proxima-nova, sans-serif;
	margin-bottom: 40px;
	width: 692px;
	background-size: 110px 110px;
	background-repeat: no-repeat;
	padding-top: 140px;
}

.trigger h2.is-overview {
	background-image: url(../img/overview.png);
}

.trigger h2.is-about {
	background-image: url(../img/about.png);
}

.trigger p {
	color: #292544;
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 692px;
}

@media only screen and (max-width: 1119px) {

	.trigger {
		padding: 50px 0px;
	}

	.trigger h2 {
		font-size: 36px;
		width: 100%;
		background-size: 72px 72px;
		background-position: 50% 0px;
		padding-top: 112px;
		text-align: center;
	}
	
	.trigger p {
		width: calc(100% - 318px);
	}

}

@media only screen and (max-width: 639px) {

	.trigger {
		padding: 20px 0px;
	}

	.trigger h2 {
		font-size: 22px;
		line-height: 28px;
		padding-top: 90px;
		margin-bottom: 20px;
	}
	
	.trigger p {
		width: 100%;
		font-size: 14px;
	}

}

.trigger p:last-child {
	margin-bottom: 0px;
}

.trigger .inner {
	background-repeat: no-repeat;
	background-position: 100% 0px;
	min-height: 468px;
}

@media only screen and (max-width: 1119px) {

	.trigger .inner {
		background-size: 318px 318px;
		min-height: 318px;
	}

}

@media only screen and (max-width: 639px) {

	.trigger .inner {
		background-size: 194px 194px;
		background-position: 50% 100%;
		min-height: auto;
		padding-top: 20px;
		padding-bottom: 232px;
	}

	.trigger.is-second .inner {
		padding-bottom: 20px;
		padding-top: 232px;
	}

}

@media only screen and (max-width: 1119px) {

	.trigger.is-first .inner {
		background-position: 100% 50%;
	}

}

@media only screen and (max-width: 639px) {

	.trigger.is-first .inner {
		background-position: 50% 100%;
	}

}

.trigger.is-about .inner {
	background-image: url(../img/trigger.about.png);
}

.trigger.is-complex .inner {
	background-image: url(../img/trigger.complex.png);
}

.trigger.is-chronic .inner {
	background-image: url(../img/trigger.chronic.png);
}

.trigger.is-factors .inner {
	background-image: url(../img/trigger.factors.png);
}

.trigger.is-impact .inner {
	background-image: url(../img/trigger.impact.png);
}

.trigger.is-second .inner {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	background-position: 0% 0px;
}

.trigger.is-third .inner {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media only screen and (min-width: 1120px) {

	.trigger.is-third .inner,
	.trigger.is-second .inner {
		min-height: 400px;
		justify-content: center;
	}

}

@media only screen and (min-width: 640px) and (max-width: 1119px) {

	.trigger.is-third .inner,
	.trigger.is-second .inner {
		min-height: 318px;
		justify-content: center;
	}

}

@media only screen and (max-width: 639px) {

	.trigger.is-second .inner {
		display: block;
		background-position: 50% 0%;
	}

}

.trigger.is-center {
	text-align: center;
}

.trigger.is-center h2 {
	margin: 0px auto 40px auto;
	background-position: 50% 0px;
}

.trigger.is-center p {
	margin: 0px auto;
}

.stat {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	font-family: proxima-nova, sans-serif;
	text-align: center;
	background-image: url(../img/stat.jpg);
	background-position: 50% 50%;
	background-size: cover;
	padding: 60px 0px;
}

@media only screen and (max-width: 639px) {

	.stat {
		font-size: 18px;
		line-height: 24px;
		padding: 40px 0px;
	}

}

.risks {
	padding: 100px 0px;
	background-color: #F8F8F8;
}

.risks .inner > h2 {
	color: #292544;
	font-size: 48px;
	font-weight: 800;
	line-height: 48px;
	margin-bottom: 40px;
	font-family: proxima-nova, sans-serif;
	text-align: center;
	background-image: url(../img/risks.png);
	background-size: 110px 110px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	padding-top: 140px;
}

@media only screen and (max-width: 1119px) {

	.risks {
		padding: 50px 20px;
	}

	.risks .inner > h2 {
		font-size: 36px;
		background-size: 72px 72px;
		padding-top: 112px;
	}

}

.risks .inner > p {
	color: #292544;
	font-size: 18px;
	line-height: 30px;
	font-family: proxima-nova, sans-serif;
	text-align: center;
	padding: 0px 50px;
}

@media only screen and (max-width: 639px) {

	.risks {
		padding: 40px 0px 0px 0px;
		border-bottom: 40px solid #fff;
	}

	.risks .inner > h2 {
		font-size: 22px;
		line-height: 28px;
		padding-top: 90px;
		margin-bottom: 20px;
	}

	.risks .inner > p {
		font-size: 16px;
		line-height: 30px;
		padding: 0px;
		margin-bottom: 20px;
	}

}

.risks-wrapper {
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
}

.risks-column {
	width: calc(50% - 30px);
}

@media only screen and (max-width: 1119px) {

	.risks-wrapper {
		flex-direction: column;
		margin-top: 60px;
	}

	.risks-column {
		width: 100%;
		margin-bottom: 40px;
	}

	.risks-column:last-child {
		margin-bottom: 0px;
	}

}

@media only screen and (max-width: 639px) {

	.risks-wrapper {
		margin-top: 0px;
	}

	.risks-column {
		margin-bottom: 0px;
	}

}

.risks-item {
	background-color: #fff;
	border-radius: 27px;
	padding: 20px 20px 20px 90px;
	margin-bottom: 40px;
}

.risks-item:last-child {
	margin-bottom: 0px;
}

.risks-item h3 {
	color: #292643;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	font-family: proxima-nova, sans-serif;
	margin-bottom: 20px;
}

.risks-item p {
	color: #292643;
	font-size: 16px;
	line-height: 30px;
	font-family: proxima-nova, sans-serif;
	margin-bottom: 40px;
}

.risks-item p:last-child {
	margin-bottom: 0px;
}

.risks-item:before {
	content: '';
	position: absolute;
	width: 90px;
	height: 90px;
	left: -20px;
	top: -20px;
	background-size: 90px 90px;
}

.risks-item.is-first:before {
	background-image: url(../img/risks.first.png);
}

.risks-item.is-second:before {
	background-image: url(../img/risks.second.png);
}

.risks-item.is-third:before {
	background-image: url(../img/risks.third.png);
}

.risks-item.is-fourth:before {
	background-image: url(../img/risks.fourth.png);
}

@media only screen and (max-width: 639px) {

	.risks-item {
		border-radius: 0px;
		padding: 120px 10px 10px 10px;
		margin-bottom: 0px;
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	.risks-item:before {
		content: '';
		width: 80px;
		height: 80px;
		left: 50%;
		margin-left: -40px;
		top: 20px;
		background-size: 80px 80px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	.risks-item h3 {
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}
	
	.risks-item p {
		margin-bottom: 20px;
		text-align: center;
	}

}

.features {
	padding: 60px 0px 0px 0px;
	background-image: url(../img/head.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

.features .inner > h2 {
	color: #3E0C5C;
	font-size: 48px;
	font-weight: 800;
	font-family: proxima-nova, sans-serif;
	line-height: 48px;
	margin-bottom: 140px;
	text-align: center;
	background-image: url(../img/features.png);
	background-size: 110px 110px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	padding-top: 140px;
}

@media only screen and (max-width: 1119px) {

	.features .inner > h2 {
		font-size: 36px;
		margin-bottom: 50px;
		background-size: 72px 72px;
		padding-top: 112px;
	}

}

@media only screen and (max-width: 639px) {

	.features {
		padding: 20px 0px 0px 0px;
	}

	.features .inner {
		padding: 0px;
	}

	.features .inner > h2 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 40px;
		padding-top: 90px;
	}

}

.features-wrapper {
	display: flex;
	background-color: #fff;
	border-radius: 27px 27px 0px 0px;
	padding: 0px 10px 60px 10px;
}

.features-item {
	width: 20%;
	padding: 120px 10px 0px 10px;
}

.features-item:before {
	content: '';
	position: absolute;
	width: 154px;
	height: 154px;
	left: 50%;
	top: -73px;
	margin-left: -77px;
	background-size: 154px 154px;
}

@media only screen and (max-width: 1119px) {

	.features-wrapper {
		flex-direction: column;
		padding: 40px;
	}

	.features-item {
		width: 100%;
		padding: 0px 0px 0px 194px;
		margin-bottom: 40px;
	}

	.features-item:last-child {
		margin-bottom: 0px;
	}

	.features-item:before {
		width: 154px;
		height: 154px;
		left: 0%;
		top: 0px;
		margin-left: 0px;
	}

}

@media only screen and (max-width: 639px) {

	.features-wrapper {
		margin-top: 97px;
		padding: 0px;
		border-radius: 0px;
	}

	.features-item {
		width: 100%;
		padding: 77px 10px 87px 10px;
		margin-bottom: 40px;
	}

	.features-item:last-child {
		margin-bottom: 0px;
	}

	.features-item:before {
		width: 154px;
		height: 154px;
		left: 50%;
		margin-left: -77px;
		top: -77px;
	}

}

.features-item.is-first:before {
	background-image: url(../img/features.first.png);
}

.features-item.is-second:before {
	background-image: url(../img/features.second.png);
}

.features-item.is-third:before {
	background-image: url(../img/features.third.png);
}

.features-item.is-fourth:before {
	background-image: url(../img/features.fourth.png);
}

.features-item.is-fifth:before {
	background-image: url(../img/features.fifth.png);
}

.features-item h3 {
	color: #292544;
	font-size: 24px;
	font-family: proxima-nova, sans-serif;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.features-item p {
	color: #292544;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
}

@media only screen and (max-width: 1119px) {

	.features-item h3 {
		text-align: left;
		margin-top: 30px;
	}
	
	.features-item p {
		text-align: left;
	}

}

@media only screen and (max-width: 639px) {

	.features-item h3 {
		text-align: center;
		font-size: 22px;
		line-height: 30px;
		margin-top: 20px;
	}
	
	.features-item p {
		text-align: center;
	}

}

.contributors .inner {
	padding-top: 100px;
	max-width: 1070px;
}

@media only screen and (max-width: 639px) { 

	.contributors .inner {
		padding-top: 0px;
	}

}

.contributors h2 {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #292544;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
}

.contributors p {
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #292544;
	font-weight: 300;
	margin-bottom: 30px;
}

.contributors p.is-sponsors {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 0px;
}

.references {
	padding: 64px 0px 100px 0px;
}

@media only screen and (max-width: 639px) {

	.references {
		padding: 64px 0px;
	}

}

.references .inner {
	max-width: 1070px;
}

.references h2 {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #292544;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
}

.references p {
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #707070;
	font-weight: 300;
}

.toolkits {
	background-color: #363636;
	padding: 64px 0px;
}

@media only screen and (max-width: 639px) {

	.toolkits {
		padding: 32px 0px;
	}

}

.toolkits .inner {
	max-width: 1070px;
}

.toolkits h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
	margin-bottom: 64px;
}

@media only screen and (max-width: 639px) {

	.toolkits h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
	}

}

.toolkits-items {
	display: flex;
	-js-display: flex;
	flex-direction: row;
}

@media only screen and (max-width: 639px) {

	.toolkits-items {
		flex-direction: column;
		padding: 0px 30px;
	}

}

.toolkits-items-item {
	width: 33.3%;
	padding: 0px 30px;
}

@media only screen and (max-width: 639px) {

	.toolkits-items-item {
		width: 100%;
		padding: 30px 0px;
	}

}

.toolkits-items-item:nth-child(2) {
	border-left: 1px dashed #707070;
	border-right: 1px dashed #707070;
}

@media only screen and (max-width: 639px) {

	.toolkits-items-item:nth-child(2) {
		border-top: 1px dashed #707070;
		border-bottom: 1px dashed #707070;
		border-left-width: 0px;
		border-right-width: 0px;
	}

}

.toolkits-items-item h3 {
	font-size: 100px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media only screen and (min-width: 640px) and (max-width: 1119px) {

	.toolkits-items-item h3 {
		font-size: 60px;
		line-height: 82px;
	}

}

@media only screen and (max-width: 639px) {

	.toolkits-items-item h3 {
		font-size: 40px;
		height: auto;
		line-height: 35px;
		margin-bottom: 10px;
	}

}

.toolkits-items-item h3.is-small {
	font-size: 50px;
	line-height: 40px;
	padding: 0px 10px;
}

@media only screen and (min-width: 640px) and (max-width: 1119px) {

	.toolkits-items-item h3.is-small {
		font-size: 40px;
		line-height: 38px;
	}

}

@media only screen and (max-width: 639px) {

	.toolkits-items-item h3.is-small {
		font-size: 40px;
		line-height: 35px;
		margin-top: 0px;
		padding: 0px;
	}

}

.toolkits-items-item p {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

@media only screen and (min-width: 640px) and (max-width: 1119px) {

	.toolkits-items-item p {
		font-size: 16px;
		line-height: 22px;
	}

}

@media only screen and (max-width: 639px) {

	.toolkits-items-item p {
		font-size: 16px;
		line-height: 22px;
	}

}

.foot {
	background-color: #363636;
}

.foot  .inner {
	max-width: 1070px;
	padding-bottom: 64px;
	padding-top: 64px;
}

@media only screen and (max-width: 639px) {

	.foot .inner {
		padding-top: 32px;
		padding-bottom: 32px;
	}

}

.foot-contact {
	display: flex;
	-js-display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 30px;
	padding-top: 90px;
	background-image: url(../img/pds.png);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: auto 64px;
}

@media only screen and (max-width: 639px) {

	.foot-contact {
		flex-direction: column;
		align-items: center;
	}

}

.foot-contact-item {
	padding: 0px 56px;
}

.foot-contact-item a {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
}

.foot-contact-item a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 639px) {

	.foot-contact-item {
		padding: 0px 0px 0px 56px;
		margin-bottom: 10px;
		text-align: left;
	}

	.foot-contact-item a {
		font-size: 18px;
	}

}

.foot-contact-item:before {
	content: ' ';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: 40px 40px;
}

.foot-contact-item.is-phone:before {
	background-image: url(../img/foot-phone.png);
}

.foot-contact-item.is-email:before {
	background-image: url(../img/foot-email.png);
}

.foot-email {
	background-image: url(../img/foot-email.png);
	width: 26px;
	height: 26px;
	background-size: 26px 26px;
	display: inline-block;
	margin: 0px 10px 0px 20px;
}

.foot-email-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 639px) { 

	.foot-email {
		margin: 10px 0px;
	}

	.foot-email-wrapper {
		flex-direction: column;
	}

}

.foot p a:hover {
	text-decoration: underline;
}

.foot p {
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}

.foot p:last-child {
	margin-bottom: 0px;
}

.foot p.is-date {
	font-size: 20px;
}

.privacy {
	padding: 100px 0px;
}

@media only screen and (max-width: 1119px) {

	.privacy {
		padding: 50px 0px;
	}

}

.privacy h1 {
	font-weight: 800;
	color: #292544;
	font-size: 48px;
	font-family: proxima-nova, sans-serif;
	line-height: 48px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1119px) {

	.privacy h1 {
		font-size: 36px;
	}

}

.privacy h2 {
	line-height: 30px;
	font-size: 24px;
	color: #292544;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 40px;
}

.privacy p,
.privacy li {
	line-height: 30px;
	font-size: 18px;
	color: #292544;
	font-weight: 400;
}

.privacy p.date {
	font-style: italic;
	color: #666;
	margin-bottom: 40px;
}

.privacy p,
.privacy ul {
	margin-bottom: 20px;
}

.privacy ul {
	list-style: disc;
	list-style-position: outside;
}

.privacy li {
	margin-left: 30px;
	margin-bottom: 20px;
}

.privacy a {
	font-weight: 700;
	color: #292544;
}

.privacy a:hover {
	text-decoration: underline;
}