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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input,select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	min-width: 320px;
	min-height: 100vh;
	line-height: 1.0;
	word-wrap: break-word;
	overflow-x: hidden;
}

strong {
	color: inherit;
	font-weight: bolder;
}

em {
	font-style: italic;
}

code {
	font-family: "Lucida Console", "Courier New", monospace;
	font-weight: normal;
	text-indent: 0;
	letter-spacing: 0;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.5em;
	background-color: rgba(144,144,144,0.25);
	border-radius: 0.25em;
}

mark {
	background-color: rgba(144,144,144,0.25);
}

a {
	-moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	color: inherit;
	text-decoration: underline;
}

s {
	text-decoration: line-through;
}

body:before {
	content: '';
	display: block;
	background-image: linear-gradient(155deg, #D18282 1%, #5877A8 70%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

body:after {
	display: block;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #7F87B2;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
	-webkit-transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
	-ms-transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
	transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

body.is-loading:after {
	opacity: 1;
	visibility: visible;
}

html {
	font-size: 18pt;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100vh;
	position: relative;
	z-index: 2;
}

#main {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	max-width: 100%;
	z-index: 1;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	overflow: hidden;
	text-align: left;
}

#main > .inner {
	overflow-x: hidden;
	position: relative;
	z-index: 1;
	padding: 3.75rem 3rem;
	max-width: 100%;
	width: 44rem;
}

#main > .inner > .flush {
	margin-left: calc(-3rem - 1px);
	width: calc(100% + 6rem + 2px);
	max-width: calc(100% + 6rem + 2px);
}

#main > .inner > .flush:first-child {
	margin-top: -3.75rem !important;
}

#main > .inner > .flush:last-child {
	margin-bottom: -3.75rem !important;
}

#main > .inner > * {
	margin-top: 1.625rem;
	margin-bottom: 1.625rem;
	-moz-transition: opacity 1s ease-in-out 0s;
	-webkit-transition: opacity 1s ease-in-out 0s;
	-ms-transition: opacity 1s ease-in-out 0s;
	transition: opacity 1s ease-in-out 0s;
}

#main > .inner > :first-child {
	margin-top: 0 !important;
}

#main > .inner > :last-child {
	margin-bottom: 0 !important;
}

body.is-loading #main > .inner > * {
	opacity: 0;
}

#main > .inner > :nth-child(2) {
	-moz-transition-delay: 0.125s;
	-webkit-transition-delay: 0.125s;
	-ms-transition-delay: 0.125s;
	transition-delay: 0.125s;
}

#main > .inner > :nth-child(3) {
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

#main > .inner > :nth-child(4) {
	-moz-transition-delay: 0.375s;
	-webkit-transition-delay: 0.375s;
	-ms-transition-delay: 0.375s;
	transition-delay: 0.375s;
}

#main > .inner > :nth-child(5) {
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	display: block;
}

#main .image:first-child {
	padding-top: 0;
}

#main .image:last-child {
	padding-bottom: 0;
}

.image a, .image span {
	position: relative;
	max-width: 100%;
	display: inline-block;
}

.image a img, .image span img {
	display: block;
}

.image img {
	width: 100%;
	max-width: 100%;
	display: inline-block;
}

.image.flush img {
	display: block;
}

.image.flush a, .image.flush span {
	display: block;
}

#image01 a, #image01 span {
	border-radius: 100%;
}

#image01 img {
	width: 10rem;
	border-radius: 100%;
}

h1 br + br, h2 br + br, h3 br + br, p br + br {
	display: block;
	content: ' ';
}

h1 .li, h2 .li, h3 .li, p .li {
	display: list-item;
	padding-left: 0.5em;
	margin: 0.75em 0 0 1em;
}

#text02 br + br {
	margin-top: 0.705rem;
}

#text02 {
	color: #FFFFFF;
	font-family: 'Source Sans Pro';
	font-size: 3.125em;
	line-height: 1.175;
	font-weight: 200;
}

#text01 br + br {
	margin-top: 0.93rem;
}

#text01 {
	color: rgba(255,255,255,0.749);
	font-family: 'Source Sans Pro';
	font-size: 1.25em;
	line-height: 1.55;
	font-weight: 200;
}

hr {
	width: 100%;
	position: relative;
	padding: 0;
	border: 0;
}

hr:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
}

#divider02 {
	height: 0.5rem;
	line-height: 0.5rem;
}

#divider02:before {
	width: 8%;
	background-color: rgba(255,255,255,0.392);
	height: 1px;
}

.icons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
}

.icons li {
	display: inline-block;
	vertical-align: middle;
}

.icons li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.icons li a svg {
	display: block;
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
}

.icons li a .label {
	display: none;
}

#icons02 {
	font-size: 1.5em;
	width: calc(100% + 1.375rem);
	margin-left: -0.6875rem;
}

#icons02 li {
	margin: 0.6875rem;
}

#icons02 li a {
	width: 1em;
	height: 1em;
}

#icons02 li a svg {
	width: 100%;
	height: 100%;
}

#icons02 .n01 svg {
	fill: rgba(255,255,255,0.392);
}

#icons02 .n01:hover svg {
	fill: #FFFFFF;
}

#icons02 .n02 svg {
	fill: rgba(255,255,255,0.392);
}

#icons02 .n02:hover svg {
	fill: #FFFFFF;
}

#icons02 .n03 svg {
	fill: rgba(255,255,255,0.392);
}

#icons02 .n03:hover svg {
	fill: #FFFFFF;
}

#icons02 .n04 svg {
	fill: rgba(255,255,255,0.392);
}

#icons02 .n04:hover svg {
	fill: #FFFFFF;
}

#icons02 .n05 svg {
	fill: rgba(255,255,255,0.392);
}

#icons02 .n05:hover svg {
	fill: #FFFFFF;
}

#icons02 .n06 svg {
	fill: rgba(255,255,255,0.392);
}

#icons02 .n06:hover svg {
	fill: #FFFFFF;
}

#icons02 .n07 svg {
	fill: rgba(255,255,255,0.392);
}

#icons02 .n07:hover svg {
	fill: #FFFFFF;
}

@media (max-width: 1680px) {
	html {
		font-size: 13pt;
	}
}

@media (max-width: 1280px) {
	html {
		font-size: 13pt;
	}
}

@media (max-width: 980px) {
	html {
		font-size: 11pt;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	#main > .inner {
		padding: 3.5rem 2rem;
	}
	
	#main > .inner > .flush {
		margin-left: calc(-2rem - 1px);
		width: calc(100% + 4rem + 2px);
		max-width: calc(100% + 4rem + 2px);
	}
	
	#main > .inner > .flush:first-child {
		margin-top: -3.5rem !important;
	}
	
	#main > .inner > .flush:last-child {
		margin-bottom: -3.5rem !important;
	}
	
	#text02 {
		font-size: 3em;
	}
	
	#divider02 {
		height: 0.5rem;
		line-height: 0.5rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		padding: 2.625rem 1.5rem;
	}
	
	#main > .inner > .flush {
		margin-left: calc(-1.5rem - 1px);
		width: calc(100% + 3rem + 2px);
		max-width: calc(100% + 3rem + 2px);
	}
	
	#main > .inner > .flush:first-child {
		margin-top: -2.625rem !important;
	}
	
	#main > .inner > .flush:last-child {
		margin-bottom: -2.625rem !important;
	}
	
	#icons02 {
		width: calc(100% + 1.03125rem);
		margin-left: -0.515625rem;
	}
	
	#icons02 li {
		margin: 0.515625rem;
	}
}