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[type="text"],
input[type="email"],
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;
}

u {
	text-decoration: underline;
}

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;
}

#iHolder {
	display: none;
}
#leftContentDiv {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	width: calc(100% - 30rem);
	width: calc(100vw - 30rem);
	left: 0;
	right: auto;
	background-color: #FCFCFC;
}

#leftContentDiv:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-image: linear-gradient(to top, rgba(217, 217, 217, 0.322), rgba(217, 217, 217, 0.322)), url('./assets/images/bg.jpg');
	background-position: 0% 0%, center;
	background-repeat: repeat, no-repeat;
	background-size: auto, contain;
    width: 100%;
    height: 100%;
    opacity : 1;
	z-index: -1;
	background-attachment: scroll;
}

.opacityDown#leftContentDiv:after{
	opacity : 0.6;
}

.resultsPageChart {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	top: 50%;
	transform: translateY(-50%) rotate(15deg);
	overflow: hidden;
}

#myChart {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	margin: 0px auto;
	height: 100% !important;
	width: 100% !important;
}

.d-none {
	display: none;
}

.resultsPage {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	content: "a";
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	pointer-events: none;
}

.resultsHeader {
	position: absolute;
	top: 10px;
	left: 10px;
}

body:after {
	display: block;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #CBC4BA;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity 2s ease-in-out 0s, visibility 2s 0s;
	-webkit-transition: opacity 2s ease-in-out 0s, visibility 2s 0s;
	-ms-transition: opacity 2s ease-in-out 0s, visibility 2s 0s;
	transition: opacity 2s ease-in-out 0s, visibility 2s 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: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	min-height: 100vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 0 0 0 3.1875rem;
}

#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;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	text-align: center;
	background-color: #FFFFFF;
}

#main>.inner {
	position: relative;
	z-index: 1;
	border-radius: inherit;
	padding: 4rem 4.25rem;
	max-width: 100%;
	width: 30rem;
}

#main>.inner>header {
	margin-bottom: 1.75rem;
}

#main>.inner>footer {
	margin-top: 1.75rem;
}

#main>.inner>*>* {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
}

#main>.inner>*> :first-child {
	margin-top: 0 !important;
}

#main>.inner>*> :last-child {
	margin-bottom: 0 !important;
}

#main>.inner>.full {
	margin-left: calc(-4.25rem);
	width: calc(100% + 8.5rem + 0.4725px);
	max-width: calc(100% + 8.5rem + 0.4725px);
}

#main>.inner>.full:first-child {
	margin-top: -4rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main>.inner>.full:last-child {
	margin-bottom: -4rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main>.inner>.full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: auto;
	right: -100%;
	margin-left: calc(-100vw + 4.25rem);
}

#main>.inner>*>.full {
	margin-left: calc(-4.25rem);
	width: calc(100% + 8.5rem + 0.4725px);
	max-width: calc(100% + 8.5rem + 0.4725px);
}

#main>.inner>*>.full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: auto;
	right: -100%;
	margin-left: calc(-100vw + 4.25rem);
}

#main>.inner>.active>.full:first-child {
	margin-top: -4rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main>.inner>.active {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main>.inner>.active>.full:last-child {
	margin-bottom: -4rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main>.inner>section {
	-moz-transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
	transition: opacity 0.5s ease-in-out 0.25s, min-height 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

#main>.inner>section.inactive {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	opacity: 0;
}

@-moz-keyframes deferred-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes deferred-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes deferred-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes deferred-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.deferred:before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	-moz-animation: deferred-spinner 1s infinite linear;
	-webkit-animation: deferred-spinner 1s infinite linear;
	-ms-animation: deferred-spinner 1s infinite linear;
	animation: deferred-spinner 1s infinite linear;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	opacity: 0;
	z-index: -1;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
}

.deferred.loading:before {
	opacity: 0.25;
	z-index: 0;
}

h1 br+br,
h2 br+br,
h3 br+br,
p br+br {
	display: block;
	content: ' ';
	margin-top: 0.975rem;
}

h1 .li,
h2 .li,
h3 .li,
p .li {
	display: list-item;
	padding-left: 0.5em;
	margin: 0.75em 0 0 1em;
}

#text01 br+br {
	margin-top: 0.675rem;
}

#text01 {
	font-size: 3.125em;
	line-height: 1.125;
	font-weight: 900;
}

#text04 {
	letter-spacing: 0;
	width: auto;
}

#text05 br+br {
	margin-top: 0.675rem;
}

#text05 {
	font-size: 1.5em;
	line-height: 1.125;
	font-weight: 900;
}

#text06 {
	letter-spacing: 0;
	width: auto;
}

#text03 br+br {
	margin-top: 0.75rem;
}

#text03 {
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 200;
}

#text02 br+br {
	margin-top: 0.675rem;
}

#text02 {
	font-size: 1.75em;
	line-height: 1.125;
	font-weight: 900;
}

#text09 {
	letter-spacing: 0;
	width: auto;
}

#text08 br+br {
	margin-top: 0.75rem;
}

#text08 {
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 200;
}

#text07 {
	letter-spacing: 0;
	width: auto;
}

#text10 br+br {
	margin-top: 0.75rem;
}

#text10 {
	font-size: 0.75em;
	line-height: 1.25;
	font-weight: 200;
}

h1,
h2,
h3,
p {
	color: #515369;
	font-family: 'Muli', 'sans-serif';
	letter-spacing: 0.025rem;
	width: calc(100% + 0.025rem);
	font-size: 1em;
	line-height: 1.625;
	font-weight: 300;
}

.container>.inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

#main .container.full:first-child>.inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child>.inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#columns01>.inner {
	padding: 0rem 0rem;
	width: 30rem;
	background-color: transparent;
	display: inline-block;
}

#columns01>.inner>* {
	margin-top: 1.125rem;
	margin-bottom: 1.125rem;
}

#columns01>.inner>*:first-child {
	margin-top: 0 !important;
}

#columns01>.inner>*:last-child {
	margin-bottom: 0 !important;
}

#columns02>.inner {
	padding: 0rem 0rem;
	width: 30rem;
	background-color: transparent;
	display: inline-block;
}

#columns02>.inner>* {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#columns02>.inner>*:first-child {
	margin-top: 0 !important;
}

#columns02>.inner>*:last-child {
	margin-bottom: 0 !important;
}

#columns03>.inner {
	padding: 0rem 0rem;
	width: 30rem;
	background-color: transparent;
	display: inline-block;
}

#columns03>.inner>* {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#columns03>.inner>*:first-child {
	margin-top: 0 !important;
}

#columns03>.inner>*:last-child {
	margin-bottom: 0 !important;
}

.buttons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
}

.buttons li a {
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	max-width: 100%;
	-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;
	vertical-align: middle;
}

#buttons01 {
	width: calc(100% + 0rem);
	margin-left: -0rem;
}

#buttons01 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0rem);
    margin: 10px 0px;
}

#buttons01 li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 13rem;
	height: 3.25rem;
	line-height: 3.25rem;
	vertical-align: middle;
	padding: 0 1.625rem;
	font-size: 1em;
	font-family: 'Muli', 'sans-serif';
	letter-spacing: 0.05rem;
	padding-left: calc(0.05rem + 1.625rem);
	font-weight: 800;
	border-radius: 2rem;
	
}

.bottom01{
	margin-top: 10px;
}

#buttons01 .n01 {
	background-color: #46C7B0;
	color: #FFFFFF;
}

#buttons01 .n01:hover {
	background-color: #58D6C0;
}

#buttons03 {
	width: calc(100% + 0rem);
	margin-left: -0rem;
}

#buttons03 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0rem);
	margin: 0rem;
}

#buttons03 li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: auto;
	height: 2.225rem;
	line-height: 2.25rem;
	vertical-align: middle;
	padding: 0 1.125rem;
	font-size: 0.625em;
	font-family: 'Muli', 'sans-serif';
	letter-spacing: 0.05rem;
	padding-left: calc(0.05rem + 1.125rem);
	font-weight: 800;
	border-radius: 2rem;
}

#buttons03 .n01 {
	color: #515369;
	border: solid 1px #515369;
}

#buttons02 {
	width: calc(100% + 0rem);
	margin-left: -0rem;
}

#buttons02 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0rem);
	margin: 0rem;
}

#buttons02 li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: auto;
	height: 2.25rem;
	line-height: 2.25rem;
	vertical-align: middle;
	padding: 0 1.125rem;
	font-size: 0.625em;
	font-family: 'Muli', 'sans-serif';
	letter-spacing: 0.05rem;
	padding-left: calc(0.05rem + 1.125rem);
	font-weight: 800;
	border-radius: 2rem;
}

#buttons02 .n01 {
	color: #515369;
	border: solid 1px #515369;
}

#buttons04 {
	width: calc(100% + 0rem);
	margin-left: -0rem;
}

#buttons04 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0rem);
	margin: 0rem;
}

#buttons04 li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: auto;
	height: 2.25rem;
	line-height: 2.25rem;
	vertical-align: middle;
	padding: 0 1.125rem;
	font-size: 0.625em;
	font-family: 'Muli', 'sans-serif';
	letter-spacing: 0.05rem;
	padding-left: calc(0.05rem + 1.125rem);
	font-weight: 800;
	border-radius: 2rem;
}

#buttons04 .n01 {
	color: #515369;
	border: solid 1px #515369;
}

#buttons05 {
	width: calc(100% + 0rem);
	margin-left: -0rem;
}

#buttons05 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0rem);
	margin: 0rem;
}

#buttons05 li a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: auto;
	height: 2.25rem;
	line-height: 2.25rem;
	vertical-align: middle;
	padding: 0 1.125rem;
	font-size: 0.625em;
	font-family: 'Muli', 'sans-serif';
	letter-spacing: 0.05rem;
	padding-left: calc(0.05rem + 1.125rem);
	font-weight: 800;
	border-radius: 2rem;
}

#buttons05 .n01 {
	color: #515369;
	border: solid 1px #515369;
}

.icons {
	cursor: default;
	padding: 0;
	letter-spacing: 0;
	font-size: 1.25em;
	width: calc(100% + 0rem);
	margin-left: -0rem;
}

.icons li {
	display: inline-block;
	vertical-align: middle;
	margin: 0rem;
}

.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;
	border-radius: 2rem;
	width: 2em;
	height: 2em;
}

.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 li a svg {
	width: 60%;
	height: 60%;
}

#icons02 .n01 svg {
	fill: #515369;
}

#icons02 .n01 {
	border: solid 1px #FFFFFF;
}

#icons02 .n01:hover {
	border-color: #46C7B0;
}

#icons02 .n01:hover svg {
	fill: #46C7B0;
}

#icons02 .n02 svg {
	fill: #515369;
}

#icons02 .n02 {
	border: solid 1px #FFFFFF;
}

#icons02 .n02:hover {
	border-color: #46C7B0;
}

#icons02 .n02:hover svg {
	fill: #46C7B0;
}

#icons02 .n03 svg {
	fill: #515369;
}

#icons02 .n03 {
	border: solid 1px #FFFFFF;
}

#icons02 .n03:hover {
	border-color: #46C7B0;
}

#icons02 .n03:hover svg {
	fill: #46C7B0;
}

#icons03 {
	font-size: 1.5em;
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#icons03 li {
	margin: 0.25rem;
}

#icons03 li a svg {
	width: 60%;
	height: 60%;
}

#icons03 .n01 {
	background-color: #07E9F7;
}

#icons03 .n01 svg {
	fill: #515369;
}

#icons03 .n01:hover {
	background-color: #46C7B0;
}

#icons01 {
	font-size: 1.625em;
}

#icons01 li a {
	border-radius: 100%;
}

#icons01 li a svg {
	width: 60%;
	height: 60%;
}

#icons01 .n01 {
	background-color: #26EBEB;
}

#icons01 .n01 svg {
	fill: #515369;
}

#icons01 .n01:hover {
	background-color: #46C7B0;
}

form .inner {
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	max-width: 100%;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

form input[type="text"],
form input[type="email"],
form textarea,
form select,
form .file {
	text-align: left;
	display: block;
	background-color: transparent;
	border: 0;
	width: 100%;
	outline: 0;
}

form textarea {
	height: 10rem;
	line-height: normal;
}

form select {
	background-size: 1rem;
	background-repeat: no-repeat;
	text-overflow: ellipsis;
	-webkit-appearance: none;
}

form select option {
	background-color: white;
	color: black;
}

form select::-ms-expand {
	display: none;
}

form input[type="checkbox"] {
	-webkit-appearance: none;
	display: block;
	float: left;
	margin-right: -2rem;
	opacity: 0;
	width: 1rem;
	z-index: -1;
}

form input[type="checkbox"]+label {
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	text-align: left;
	line-height: 1.6;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

form input[type="checkbox"]+label:before {
	content: '';
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	cursor: pointer;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

form .file {
	position: relative;
}

form .file>input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

form .file[data-filename]:before {
	content: attr(data-filename);
	display: block;
	white-space: nowrap;
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	background-position: left;
	background-repeat: no-repeat;
}

form .file[data-filename=""]:before {
	content: attr(data-placeholder);
	background-image: none !important;
	padding-left: 0 !important;
}

form .file:after {
	-moz-transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-webkit-transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-ms-transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	background-color: transparent;
	border: 0;
	display: block;
	content: '';
	position: absolute;
	cursor: pointer;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	background-position: center;
	background-repeat: no-repeat;
}

form .actions {
	max-width: 100%;
}

form button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	text-align: center;
	max-width: 100%;
	white-space: nowrap;
	-moz-transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-webkit-transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-ms-transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	transition: opacity 0.35s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
	-moz-display: inline-flex;
	-webkit-display: inline-flex;
	-ms-display: inline-flex;
	display: inline-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;
	vertical-align: middle;
}

form button:disabled {
	opacity: 0.35;
	cursor: default;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

@-moz-keyframes button-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes button-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes button-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes button-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.form01 .inner>* {
	margin: 1rem 0 0 0;
}

.form01 .inner> :first-child {
	margin: 0;
}

.form01 .inner {
	width: 25rem;
}

.form01 input[type="text"],
.form01 input[type="email"],
.form01 textarea,
.form01 select,
.form01 label,
.form01 .file {
	font-size: 1em;
	font-family: 'Muli', 'sans-serif';
	font-weight: 300;
	border-radius: 0.5rem;
}

.form01 input[type="text"],
.form01 input[type="email"],
.form01 textarea,
.form01 select,
.form01 .file {
	color: #515369;
	border: solid 1px rgba(81, 83, 105, 0.239);
}

.form01 input[type="text"]:focus,
.form01 input[type="email"]:focus,
.form01 textarea:focus,
.form01 select:focus,
.form01 .file.focus {
	border-color: #46C7B0;
	box-shadow: 0 0 0 1px #46C7B0;
}

.form01 label {
	color: #515369;
}

.form01 input[type="text"],
.form01 input[type="email"],
.form01 select,
.form01 .file {
	height: 3rem;
	line-height: 3rem;
	padding: 0 1.05rem;
}

.form01 textarea {
	padding: 1.05rem;
	height: 9rem;
}

.form01 select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='504' height='552' preserveAspectRatio='none' viewBox='0 0 504 552'%3E%3Cpath d='M483.9,210.9L252,442.9L20.1,210.9l67.9-67.9L252,307.1l164.1-164.1L483.9,210.9z' fill='rgba(81,83,105,0.239)' /%3E%3C/svg%3E");
	background-position: calc(100% - 1.05rem) center;
	padding-right: 3rem;
}

.form01 input[type="checkbox"]+label:before {
	border-radius: 0.5rem;
	color: #515369;
	border: solid 1px rgba(81, 83, 105, 0.239);
	width: 2.25rem;
	height: 2.25rem;
	margin-right: 1.125rem;
	background-size: 1.275rem;
}

.form01 input[type="checkbox"]:checked+label:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='648' height='552' preserveAspectRatio='none' viewBox='0 0 648 552'%3E%3Cpath d='M225.3,517.7L2.1,293.1l68.1-67.7L226,382.3L578.1,35.6l67.4,68.4L225.3,517.7z' fill='%23515369' /%3E%3C/svg%3E");
}

.form01 input[type="checkbox"]:focus+label:before {
	border-color: #46C7B0;
	box-shadow: 0 0 0 1px #46C7B0;
}

.form01 .file:before {
	width: calc(100% - 4.05rem);
	background-size: 1rem;
	padding-left: 1.4rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M27.4,4.5c-0.4-0.4-0.8-0.7-1.5-0.9c-0.6-0.3-1.2-0.4-1.7-0.4H7.1c-0.5,0-0.9,0.2-1.3,0.5S5.3,4.5,5.3,5.1v30.7 c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h25.8c0.5,0,0.9-0.2,1.3-0.5c0.4-0.4,0.5-0.8,0.5-1.3V13.7c0-0.5-0.1-1.1-0.4-1.7 c-0.3-0.6-0.6-1.1-0.9-1.5L27.4,4.5z M25.7,6.2l6,6c0.2,0.2,0.3,0.4,0.4,0.8h-7.2V5.8C25.3,5.9,25.5,6.1,25.7,6.2z M7.7,35.2V5.7 h14.7v8c0,0.5,0.2,0.9,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h8v19.7H7.7z' style='opacity: 0.375' fill='%23515369' /%3E%3C/svg%3E");
}

.form01 .file:after {
	width: 2.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
	background-size: 1.2rem;
	border-radius: 0.32rem;
	background-color: #46C7B0;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M36.1,22.7l-5.7,7.1c-0.3,0.4-0.8,0.7-1.4,1c-0.6,0.3-1.2,0.4-1.7,0.4H6.2c-0.7,0-1-0.2-1-0.7c0-0.2,0.1-0.5,0.4-0.8 l5.7-7.1c0.3-0.4,0.8-0.7,1.4-1c0.6-0.3,1.1-0.4,1.7-0.4h21.2c0.7,0,1,0.2,1,0.7C36.5,22.1,36.4,22.4,36.1,22.7z M11.6,19.4 c-0.9,0.4-1.7,1-2.3,1.7l-5,6.1V10.7c0-0.5,0.2-1,0.5-1.3C5.2,9,5.7,8.8,6.2,8.8h6.2c0.5,0,1,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3 v1.2c0,0.5,0.2,1,0.5,1.3c0.4,0.4,0.8,0.5,1.3,0.5h11.2c0.5,0,1,0.2,1.3,0.5c0.4,0.4,0.5,0.8,0.5,1.3v3.1H14.3 C13.4,18.8,12.5,19,11.6,19.4z M38.7,20.6c-0.3-0.6-0.7-1.1-1.3-1.4c-0.6-0.3-1.2-0.5-1.9-0.5h-3.7v-3.1c0-1.2-0.4-2.2-1.3-3.1 s-1.9-1.3-3.1-1.3H16.8v-0.6c0-1.2-0.4-2.2-1.3-3.1c-0.9-0.9-1.9-1.3-3.1-1.3H6.2C5,6.3,4,6.7,3.1,7.6s-1.3,1.9-1.3,3.1v18.7 c0,1.2,0.4,2.2,1.3,3.1s1.9,1.3,3.1,1.3h21.2c0.9,0,1.8-0.2,2.7-0.7c0.9-0.4,1.7-1,2.3-1.7l5.7-7.1c0.6-0.8,0.9-1.5,0.9-2.3 C39,21.5,38.9,21,38.7,20.6z' fill='%23FFFFFF' /%3E%3C/svg%3E");
	bottom: calc(0.3rem - 1px);
	right: calc(0.3rem - 1px);
}

.form01 .file:hover:after {
	background-color: #58D6C0;
}

.form01 button {
	width: 9.875rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 1.5rem;
	font-size: 0.75em;
	font-family: 'Muli', 'sans-serif';
	letter-spacing: 0.05rem;
	padding-left: calc(0.05rem + 1.5rem);
	font-weight: 800;
	border-radius: 2rem;
	background-color: #46C7B0;
	color: #FFFFFF;
	position: relative;
}

.form01 button:hover {
	background-color: #58D6C0;
}

.form01 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1.125rem 0 0 -1.125rem;
	-moz-animation: button-spinner 1s infinite linear;
	-webkit-animation: button-spinner 1s infinite linear;
	-ms-animation: button-spinner 1s infinite linear;
	animation: button-spinner 1s infinite linear;
	-moz-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 2.25rem;
}

.form01 button.waiting {
	color: transparent;
}

.form01 button.waiting svg {
	fill: transparent;
}

.form01 button.waiting:before {
	opacity: 1.0;
	-moz-transition-delay: 0.125s;
	-webkit-transition-delay: 0.125s;
	-ms-transition-delay: 0.125s;
	transition-delay: 0.125s;
}

.form01 input[name="fax"] {
	display: none;
}

.form01 ::-webkit-input-placeholder {
	color: #515369;
	opacity: 0.55;
}

.form01 :-moz-placeholder {
	color: #515369;
	opacity: 0.55;
}

.form01 ::-moz-placeholder {
	color: #515369;
	opacity: 0.55;
}

.form01 :-ms-input-placeholder {
	color: #515369;
	opacity: 0.55;
}

.form01 .file[data-filename=""]:before {
	color: #515369;
	opacity: 0.55;
}

.image {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	display: block;
}

.image a,
.image span {
	position: relative;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.image a img,
.image span img {
	display: block;
}

.image img {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.image.full img {
	display: block;
}

.image.full:first-child img {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.image.full:last-child img {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}



.image.full a,
.image.full span {
	display: block;
}

#image03 a,
#image03 span {
	border-radius: 0.5rem;
}

#image03 img {
	width: 6rem;
	border-radius: 0.5rem;
}

.gallery .inner {
	display: inline-block;
	max-width: 100%;
	max-width: 100rem;
}

.gallery ul li {
	display: inline-block;
	margin: 0.875rem;
}

.gallery ul li a,
.gallery ul li span {
	display: inline-block;
	position: relative;
	border-radius: 1rem;
}

.gallery ul li img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin: 0;
	vertical-align: top;
	height: auto;
	max-height: 19rem;
	border-radius: 1rem;
}

@-moz-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes gallery-modal-spinner {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.gallery-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	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: 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;
	background-color: rgba(10, 10, 10, 0.85);
	visibility: none;
	opacity: 0;
	-moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	z-index: 0;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gallery-modal:before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	-moz-animation: gallery-modal-spinner 1s infinite linear;
	-webkit-animation: gallery-modal-spinner 1s infinite linear;
	-ms-animation: gallery-modal-spinner 1s infinite linear;
	animation: gallery-modal-spinner 1s infinite linear;
	-moz-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 0;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
}

.gallery-modal:after {
	content: '';
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 4rem;
	height: 4rem;
	display: block;
	cursor: pointer;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
}

.gallery-modal .inner {
	opacity: 0;
	transform: translateY(0.75em);
	transition: all 0.5s ease;
}

.gallery-modal .inner img {
	display: block;
	max-width: 85vw;
	max-height: 85vh;
	box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.35);
}

.gallery-modal.visible {
	visibility: visible;
	opacity: 1;
	z-index: 10000;
	-moz-pointer-events: auto;
	-webkit-pointer-events: auto;
	-ms-pointer-events: auto;
	pointer-events: auto;
}

.gallery-modal.visible:before {
	opacity: 1;
}

.gallery-modal.loaded:before {
	opacity: 0;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.gallery-modal.loaded .inner {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.gallery ul {
	padding: 1.6625rem 0;
	width: calc(100% + 1.75rem);
	margin-left: -0.875rem;
}

@media (max-width: 1920px) {
	#leftContentDiv {
		width: calc(100% - 30rem);
		width: calc(100vw - 30rem);
	}
	#main>.inner {
		width: 30rem;
	}
}

@media (max-width: 1680px) {
	html {
		font-size: 13pt;
	}
}



@media (min-width: 1281px) {
	/* .resultsPage {
		height: 80% !important;
		width: 80% !important;
	} */
}

@media (min-width: 1681px) {
	/* .resultsPage {
		height: 70% !important;
		width: 70% !important;
	} */
}

@media (max-width: 1280px) {
	/* #leftContentDiv {
		width: calc(100% - 30rem);
		width: calc(100vw - 30rem);
	} */
	html {
		font-size: 13pt;
	}
	#main>.inner {
		width: 30rem;
	}
}

@media (max-width: 1024px) {
	/* #leftContentDiv {
		width: calc(100% - 25rem);
		width: calc(100vw - 25rem);
	} */
	#main>.inner {
		width: 25rem;
	}
}

@media (min-width: 981px) {
	/* .resultsPage {
		height: 100%;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	} */
	#iHolder{
		display: block;
	}
}



@media (max-width: 980px) {


	html {
		font-size: 11pt;
	}
	body {
		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;
		background-color: #FFFFFF;
	}
	#leftContentDiv {
		position: relative;
		width: 100%;
		height: 45vh;
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	#main {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		border-left: none;
		border-right: none;
		border-bottom: none;
		-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;
		text-align: center;
		background-color: #FFFFFF;
	}
	#main>.inner {
		background: none;
		width: auto;
		max-width: 75%;
	}
	#main h1,
	#main h2,
	#main h3,
	#main p {
		text-align: inherit;
	}
	#wrapper {
		height: auto !important;
		min-height: 0;
		padding: 0;
	}
}

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	#main {
		text-align: center;
	}
	#main h1,
	#main h2,
	#main h3,
	#main p {
		text-align: inherit;
	}
	#main>.inner {
		padding: 3.5rem 2rem;
		max-width: 100%;
	}
	#main>.inner>header {
		margin-bottom: 1.75rem;
	}
	#main>.inner>footer {
		margin-top: 1.75rem;
	}
	#main>.inner>*>* {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	#wrapper {
		padding: 0;
	}
	#main>.inner>.full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
		max-width: calc(100% + 4rem + 0.4725px);
	}
	#main>.inner>.full:first-child {
		margin-top: -3.5rem !important;
	}
	#main>.inner>.full:last-child {
		margin-bottom: -3.5rem !important;
	}
	#main>.inner>.full.screen {
		margin-left: calc(-100vw + 2rem);
	}
	#main>.inner>*>.full {
		margin-left: calc(-2rem);
		width: calc(100% + 4rem + 0.4725px);
		max-width: calc(100% + 4rem + 0.4725px);
	}
	#main>.inner>*>.full.screen {
		margin-left: calc(-100vw + 2rem);
	}
	#main>.inner>.active>.full:first-child {
		margin-top: -3.5rem !important;
	}
	#main>.inner>.active>.full:last-child {
		margin-bottom: -3.5rem !important;
	}
	#text01 {
		font-size: 3em;
	}
	#columns01>.inner {
		padding: 0rem 0rem;
	}
	#columns01>.inner>* {
		margin-top: 1.125rem;
		margin-bottom: 1.125rem;
	}
	#columns02>.inner {
		padding: 0rem 0rem;
	}
	#columns02>.inner>* {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	#columns03>.inner {
		padding: 0rem 0rem;
	}
	#columns03>.inner>* {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	#image03 img {
		width: 6rem;
	}
}

@media (max-width: 480px) {
	#main>.inner>header {
		margin-bottom: 1.53125rem;
	}
	#main>.inner>footer {
		margin-top: 1.53125rem;
	}
	#main>.inner>*>* {
		margin-top: 1.53125rem;
		margin-bottom: 1.53125rem;
	}
	#wrapper {
		padding: 0;
	}
	#columns01>.inner>* {
		margin-top: 0.984375rem;
		margin-bottom: 0.984375rem;
	}
	#columns02>.inner>* {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	#columns03>.inner>* {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	#buttons01 li a {
		width: 13.875rem;
	}
	.gallery-modal .inner img {
		max-width: 100vw;
	}
}

@media (max-width: 360px) {
	#main>.inner {
		padding: 2.625rem 1.5rem;
	}
	#main>.inner>header {
		margin-bottom: 1.3125rem;
	}
	#main>.inner>footer {
		margin-top: 1.3125rem;
	}
	#main>.inner>*>* {
		margin-top: 1.3125rem;
		margin-bottom: 1.3125rem;
	}
	#wrapper {
		padding: 0;
	}
	#main>.inner>.full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
		max-width: calc(100% + 3rem + 0.4725px);
	}
	#main>.inner>.full:first-child {
		margin-top: -2.625rem !important;
	}
	#main>.inner>.full:last-child {
		margin-bottom: -2.625rem !important;
	}
	#main>.inner>.full.screen {
		margin-left: calc(-100vw + 1.5rem);
	}
	#main>.inner>*>.full {
		margin-left: calc(-1.5rem);
		width: calc(100% + 3rem + 0.4725px);
		max-width: calc(100% + 3rem + 0.4725px);
	}
	#main>.inner>*>.full.screen {
		margin-left: calc(-100vw + 1.5rem);
	}
	#main>.inner>.active>.full:first-child {
		margin-top: -2.625rem !important;
	}
	#main>.inner>.active>.full:last-child {
		margin-bottom: -2.625rem !important;
	}
	#text02 {
		font-size: 1.5em;
	}
	#columns01>.inner {
		padding: 0rem 0rem;
	}
	#columns01>.inner>* {
		margin-top: 0.84375rem;
		margin-bottom: 0.84375rem;
	}
	#columns02>.inner {
		padding: 0rem 0rem;
	}
	#columns02>.inner>* {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	#columns03>.inner {
		padding: 0rem 0rem;
	}
	#columns03>.inner>* {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	#buttons01 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	#buttons01 li {
		max-width: calc(100% - 0rem);
		margin: 0rem;
	}
	#buttons03 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	#buttons03 li {
		max-width: calc(100% - 0rem);
		margin: 0rem;
	}
	#buttons02 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	#buttons02 li {
		max-width: calc(100% - 0rem);
		margin: 0rem;
	}
	#buttons04 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	#buttons04 li {
		max-width: calc(100% - 0rem);
		margin: 0rem;
	}
	#buttons05 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	#buttons05 li {
		max-width: calc(100% - 0rem);
		margin: 0rem;
	}
	#icons02 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	#icons02 li {
		margin: 0rem;
	}
	#icons03 {
		width: calc(100% + 0.375rem);
		margin-left: -0.1875rem;
	}
	#icons03 li {
		margin: 0.1875rem;
	}
	#icons01 {
		width: calc(100% + 0rem);
		margin-left: -0rem;
	}
	#icons01 li {
		margin: 0rem;
	}
	#gallery02 ul {
		width: calc(100% + 1.3125rem);
		margin-left: -0.65625rem;
	}
	#gallery02 ul li {
		margin: 0.65625rem;
	}
	#gallery01 ul {
		width: calc(100% + 1.3125rem);
		margin-left: -0.65625rem;
	}
	#gallery01 ul li {
		margin: 0.65625rem;
	}
}