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;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"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}

:root {
	--modalBackground: #202124;
	--modalBackgroundRed: #b31c32;
}

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

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

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;
}

body:before {
	content: '';
	display: block;
	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);
	background-attachment: scroll;
	background-image: linear-gradient(to top, rgba(0,0,0,0.271), rgba(0,0,0,0.271)), url('/assets/bg.jpg');
	background-position: 0% 0%, center;
	background-repeat: repeat, repeat;
	background-size: auto, cover;
	background-color: #0F0F0F;
}

html {
	font-size: 18pt;
}

#wrapper {
	-webkit-overflow-scrolling: touch;
	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: flex-start;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	min-height: 100vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#main {
	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;
}

#main > .inner {
	position: relative;
	z-index: 1;
	border-radius: inherit;
	padding: 1.625rem 3rem;
	max-width: 100%;
	width: 100vw;
}

#main > .inner > header {
	margin-bottom: 0.75rem;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > footer {
	margin-top: 0.75rem;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main > .inner > * > * {
	/* margin-top: 0.75rem; */
	margin-bottom: 0.75rem;
}

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

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

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

#main > .inner > .full:first-child {
	margin-top: -1.625rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > .full:last-child {
	margin-bottom: -1.625rem !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: 50%;
	right: auto;
	margin-left: -50vw;
}

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

#main > .inner > * > .full.screen {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	border-radius: 0 !important;
	left: 50%;
	right: auto;
	margin-left: -50vw;
}

#main > .inner > header > .full:first-child {
	margin-top: -1.625rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main > .inner > footer > .full:last-child {
	margin-bottom: -1.625rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > *  {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body.is-instant:after {
	display: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

@-moz-keyframes loading-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 loading-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 loading-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 loading-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;
	animation: loading-spinner 1s infinite linear;
	transition: opacity 0.25s ease;
	transition-delay: 0.5s;
	opacity: 0;
	z-index: -1;
	/* Loading Circle */
	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.35;
	z-index: 0;
}

.slideshow-background:after {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2rem 0 0 -2rem;
	animation: loading-spinner 1s infinite linear;
	transition: opacity 0.25s ease;
	transition-delay: 1s;
	opacity: 0;
	z-index: -1;
	/* Loading Circle */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
}

.slideshow-background.is-loading:after {
	opacity: 0.35;
	z-index: 0;
}

.slideshow-background > div {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	z-index: -2;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.slideshow-background > .initial {
	transition: none;
}

.slideshow-background > .visible {
	opacity: 1;
}

.slideshow-background > .top {
	z-index: -1;
}

.slideshow-background.instant > div {
	visibility: hidden;
}

.slideshow-background.instant > .visible {
	visibility: visible;
}

.slideshow-background.crossfade > div {
	transition: opacity 2s ease-in-out;
	visibility: hidden;
}

.slideshow-background.crossfade > .visible {
	visibility: visible;
}

.slideshow-background.fade > div {
	transition: opacity 2s ease-in-out;
	visibility: visible;
}

.slideshow-background.fade > .visible {
	visibility: visible;
}

.slideshow-background > .left, .slideshow-background > .right {
	width: 150% !important;
}

.slideshow-background > .up, .slideshow-background > .down {
	height: 150% !important;
}

.slideshow-background > .in, .slideshow-background > .out {
	transform-origin: 50% 50%;
}

.slideshow-background > .left.is-playing {
	animation-name: slideshow-background-left;
}

.slideshow-background > .right.is-playing {
	animation-name: slideshow-background-right;
}

.slideshow-background > .up.is-playing {
	animation-name: slideshow-background-up;
}

.slideshow-background > .down.is-playing {
	animation-name: slideshow-background-down;
}

.slideshow-background > .in.is-playing {
	animation-name: slideshow-background-in;
}

.slideshow-background > .out.is-playing {
	animation-name: slideshow-background-out;
}

.slideshow-background > .slow {
	animation-duration: 60s;
}

.slideshow-background > .normal {
	animation-duration: 45s;
}

.slideshow-background > .fast {
	animation-duration: 30s;
}

@keyframes slideshow-background-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-25%);
	}
}

@keyframes slideshow-background-right {
	from {
		transform: translateX(-25%);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes slideshow-background-up {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-25%);
	}
}

@keyframes slideshow-background-down {
	from {
		transform: translateY(-25%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes slideshow-background-in {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(2);
	}
}

@keyframes slideshow-background-out {
	from {
		transform: scale(2);
	}
	to {
		transform: scale(1);
	}
}

.container {
	position: relative;
}

.container > .wrapper {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

.container > .wrapper > .inner {
	vertical-align: top;
	position: relative;
	max-width: 100%;
	border-radius: inherit;
}

#main .container.full:first-child > .wrapper {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#main .container.full:first-child > .wrapper > .inner {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#main .container.full:last-child > .wrapper > .inner {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container01 {
	display: flex;
	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;
	background-color: transparent;
}

#container01 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container01.default > .wrapper > .inner > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container01.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container01.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#container01.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 0.375rem;
}

#container01.columns > .wrapper > .inner > * > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container01.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container01.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container01.columns > .wrapper > .inner > *:first-child {
	margin-left: -0.375rem;
}

#container01.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container01.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container01.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-0.1875rem);
	width: calc(100% + 0.375rem + 0.4725px);
	max-width: none;
}

#container01.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 1.1875rem + 0.4725px);
}

#container01.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 1.1875rem + 0.4725px);
}

#container01.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container01.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container01.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container01.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container01 > .wrapper > .inner > :nth-child(1) {
	width: calc(17% + 0.12rem);
}

#container01 > .wrapper > .inner > :nth-child(2) {
	width: calc(58% + 0.12rem);
	text-align: center;
}

#container01 > .wrapper > .inner > :nth-child(3) {
	width: calc(25% + 0.12rem);
	text-align: center;
}

#container02 > .wrapper > .inner {
	padding: 0.625rem 1rem;
}

#container02 {
	display: flex;
	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;
	background-color: #2B72E6;
	border-radius: 0.25rem;
}
#container02:hover {
	cursor: pointer;
}


#container02 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container02.default > .wrapper > .inner > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#container02.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container02.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#container02.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 0.375rem;
}

#container02.columns > .wrapper > .inner > * > * {
	margin-top: 0rem;
	margin-bottom: 0rem;
}

#container02.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container02.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container02.columns > .wrapper > .inner > *:first-child {
	margin-left: -0.375rem;
}

#container02.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container02.default > .wrapper > .inner > .full:first-child {
	margin-top: -0.625rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container02.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -0.625rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-0.1875rem);
	width: calc(100% + 0.375rem + 0.4725px);
	max-width: none;
}

#container02.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 1.1875rem + 0.4725px);
}

#container02.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 1.1875rem + 0.4725px);
}

#container02.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-0.625rem) !important;
}

#container02.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-0.625rem) !important;
}

#container02.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container02.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 1.25rem);
	border-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container03 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container03 {
	display: flex;
	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;
	background-color: transparent;
}

#container03 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container03.default > .wrapper > .inner > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container03.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container03.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#container03.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container03.columns > .wrapper > .inner > * > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container03.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container03.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container03.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container03.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container03.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container03.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container03.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container03.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container03.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container03.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container03.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container03.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container03 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 1.68rem);
}

#container03 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 1.68rem);
}

#container07:not(:first-child) {
	margin-top: 4.125rem !important;
}

#container07 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
}

#container07 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container07.default > .wrapper > .inner > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container07.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container07.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container07.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container07.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container07.columns > .wrapper > .inner > * > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container07.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container07.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container07.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container07.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container07.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container07.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container07.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container07.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container07.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container07.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container07.columns > .wrapper > .inner > div:first-child, #container07.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container07.columns > .wrapper > .inner > div:last-child, #container07.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container07.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container07 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 1.68rem);
	text-align: right;
}

#container07 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 1.68rem);
	text-align: center;
}

#container05:not(:first-child) {
	margin-top: 4.125rem !important;
}

#container05 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
}

#container05 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container05.default > .wrapper > .inner > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container05.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container05.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container05.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container05.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container05.columns > .wrapper > .inner > * > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container05.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container05.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container05.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container05.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container05.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container05.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container05.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container05.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container05.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container05.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container05.columns > .wrapper > .inner > div:first-child, #container05.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container05.columns > .wrapper > .inner > div:last-child, #container05.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container05.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container05 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 1.68rem);
}

#container05 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 1.68rem);
}

#container18:not(:first-child) {
	margin-top: 4rem !important;
}

#container18 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container18 {
	display: flex;
	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;
	background-color: transparent;
}

#container18 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container18.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container18.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container18.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container18.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container18.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container18.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container18.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container18.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container18.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container18.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container18.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container18.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container18.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container18.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container18.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container18.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container18.columns > .wrapper > .inner > div:first-child, #container18.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container18.columns > .wrapper > .inner > div:last-child, #container18.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container18.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container18 > .wrapper > .inner > :nth-child(1) {
	width: calc(33.33333% + 1.12rem);
}

#container18 > .wrapper > .inner > :nth-child(2) {
	width: calc(33.33333% + 1.12rem);
}

#container18 > .wrapper > .inner > :nth-child(3) {
	width: calc(33.33333% + 1.12rem);
}

#container04:not(:first-child) {
	margin-top: 4.125rem !important;
}

#container04 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
}

#container04 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container04.default > .wrapper > .inner > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container04.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container04.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container04.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container04.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container04.columns > .wrapper > .inner > * > * {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

#container04.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container04.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container04.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container04.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container04.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container04.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container04.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container04.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container04.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container04.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container04.columns > .wrapper > .inner > div:first-child, #container04.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container04.columns > .wrapper > .inner > div:last-child, #container04.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container04.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container04 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 1.68rem);
	text-align: center;
}

#container04 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 1.68rem);
	text-align: left;
}

#container09:not(:first-child) {
	margin-top: 4.125rem !important;
}

#container09 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container09 {
	display: flex;
	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;
	background-color: transparent;
}

#container09 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container09.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container09.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container09.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container09.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container09.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container09.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container09.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container09.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container09.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container09.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container09.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container09.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container09.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container09.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container09.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container09.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container09.columns > .wrapper > .inner > div:first-child, #container09.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container09.columns > .wrapper > .inner > div:last-child, #container09.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container09.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container09 > .wrapper > .inner > :nth-child(1) {
	width: calc(25% + 0.84rem);
}

#container09 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + 0.84rem);
}

#container09 > .wrapper > .inner > :nth-child(3) {
	width: calc(25% + 0.84rem);
}

#container09 > .wrapper > .inner > :nth-child(4) {
	width: calc(25% + 0.84rem);
}

#container10:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container10 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container10 {
	display: flex;
	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;
	background-color: transparent;
}

#container10 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container10.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container10.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container10.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container10.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container10.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container10.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container10.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container10.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container10.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container10.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container10.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container10.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container10.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container10.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container10.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container10.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container10.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container10.columns > .wrapper > .inner > div:first-child, #container10.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container10.columns > .wrapper > .inner > div:last-child, #container10.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container10.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container10.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container10.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container10 > .wrapper > .inner > :nth-child(1) {
	width: calc(25% + 0.84rem);
	/* padding: 0 0 0 3.375rem !important; */
}

#container10 > .wrapper > .inner > :nth-child(2) {
	width: calc(25% + 0.84rem);
}

#container10 > .wrapper > .inner > :nth-child(3) {
	width: calc(25% + 0.84rem);
}

#container10 > .wrapper > .inner > :nth-child(4) {
	width: calc(25% + 0.84rem);
}

#container06:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container06 > .wrapper {
	display: inline-block;
	width: 50rem;
	background-color: transparent;
}

#container06 > .wrapper > .inner {
	padding: 1rem 1rem;
}

#container06.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container06.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container06.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container06.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 3.375rem;
}

#container06.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container06.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container06.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container06.columns > .wrapper > .inner > *:first-child {
	margin-left: -3.375rem;
}

#container06.default > .wrapper > .inner > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2rem + 0.4725px);
	max-width: none;
}

#container06.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container06.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-1.6875rem);
	width: calc(100% + 3.375rem + 0.4725px);
	max-width: none;
}

#container06.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-1rem);
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container06.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.6875rem + 0.4725px);
}

#container06.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container06.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container06.columns > .wrapper > .inner > div:first-child, #container06.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container06.columns > .wrapper > .inner > div:last-child, #container06.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container06.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container11:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container11 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
}

#container11 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container11.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container11.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container11.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container11.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container11.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 12rem;
}

#container11.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container11.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container11.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container11.columns > .wrapper > .inner > *:first-child {
	margin-left: -12rem;
}

#container11.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container11.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container11.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container11.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-6rem);
	width: calc(100% + 12rem + 0.4725px);
	max-width: none;
}

#container11.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 6.625rem + 0.4725px);
}

#container11.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 6.625rem + 0.4725px);
}

#container11.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container11.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container11.columns > .wrapper > .inner > div:first-child, #container11.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container11.columns > .wrapper > .inner > div:last-child, #container11.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container11.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container11 > .wrapper > .inner > :nth-child(1) {
	width: calc(65% + 6rem);
	text-align: left;
}

#container11 > .wrapper > .inner > :nth-child(2) {
	width: calc(35% + 6rem);
}

#container14:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container14 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: rgba(36,36,36,0.8);
	border-radius: 0.125rem;
}

#container14 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container14.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container14.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container14.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container14.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container14.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 1rem;
}

#container14.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container14.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container14.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container14.columns > .wrapper > .inner > *:first-child {
	margin-left: -1rem;
}

#container14.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container14.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container14.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-0.5rem);
	width: calc(100% + 1rem + 0.4725px);
	max-width: none;
}

#container14.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.125rem + 0.4725px);
}

#container14.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 1.125rem + 0.4725px);
}

#container14.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container14.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container14.columns > .wrapper > .inner > div:first-child, #container14.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container14.columns > .wrapper > .inner > div:last-child, #container14.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container14.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container13:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container13 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: transparent;
}

#container13 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container13.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container13.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container13.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container13.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container13.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 1rem;
}

#container13.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container13.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container13.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container13.columns > .wrapper > .inner > *:first-child {
	margin-left: -1rem;
}

#container13.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container13.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container13.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-0.5rem);
	width: calc(100% + 1rem + 0.4725px);
	max-width: none;
}

#container13.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.125rem + 0.4725px);
}

#container13.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 1.125rem + 0.4725px);
}

#container13.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container13.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container13.columns > .wrapper > .inner > div:first-child, #container13.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container13.columns > .wrapper > .inner > div:last-child, #container13.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container13.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container13 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 0.5rem);
}

#container13 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 0.5rem);
	text-align: left;
}

#container12:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container12 > .wrapper {
	display: inline-block;
	width: 60rem;
	background-color: rgba(36,36,36,0.8);
	border-radius: 0.125rem;
}

#container12 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container12.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container12.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container12.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container12.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container12.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 1rem;
}

#container12.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container12.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container12.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container12.columns > .wrapper > .inner > *:first-child {
	margin-left: -1rem;
}

#container12.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container12.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container12.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-0.5rem);
	width: calc(100% + 1rem + 0.4725px);
	max-width: none;
}

#container12.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.125rem + 0.4725px);
}

#container12.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 1.125rem + 0.4725px);
}

#container12.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container12.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container12.columns > .wrapper > .inner > div:first-child, #container12.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container12.columns > .wrapper > .inner > div:last-child, #container12.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container12.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container15:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container15 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container15 {
	display: flex;
	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;
	background-color: transparent;
}

#container15 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container15.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container15.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container15.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container15.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#container15.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 1rem;
}

#container15.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container15.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container15.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container15.columns > .wrapper > .inner > *:first-child {
	margin-left: -1rem;
}

#container15.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container15.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container15.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-0.5rem);
	width: calc(100% + 1rem + 0.4725px);
	max-width: none;
}

#container15.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.125rem + 0.4725px);
}

#container15.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 1.125rem + 0.4725px);
}

#container15.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container15.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container15.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container15.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container15 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 0.5rem);
}

#container15 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 0.5rem);
}

#container17:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container17 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container17 {
	display: flex;
	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;
	background-color: transparent;
}

#container17 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container17.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container17.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container17.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container17.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container17.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container17.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container17.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container17.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container17.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container17.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container17.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container17.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container17.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container17.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container17.columns > .wrapper > .inner > div:first-child, #container17.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container17.columns > .wrapper > .inner > div:last-child, #container17.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container17.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container17 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 2.25rem);
}

#container17 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 2.25rem);
}

#container08:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container08 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container08 {
	display: flex;
	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;
	background-color: transparent;
}

#container08 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container08.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container08.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container08.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container08.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container08.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container08.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container08.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container08.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container08.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container08.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container08.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container08.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container08.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container08.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container08.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container08.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container08.columns > .wrapper > .inner > div:first-child, #container08.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container08.columns > .wrapper > .inner > div:last-child, #container08.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container08.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container08 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 2.25rem);
}

#container08 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 2.25rem);
}

#container19:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container19 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container19 {
	display: flex;
	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;
	background-color: transparent;
}

#container19 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container19.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container19.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container19.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container19.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container19.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container19.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container19.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container19.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container19.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container19.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container19.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container19.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container19.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container19.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container19.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container19.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container19.columns > .wrapper > .inner > div:first-child, #container19.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container19.columns > .wrapper > .inner > div:last-child, #container19.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container19.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container19 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 2.25rem);
}

#container19 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 2.25rem);
}

#container20:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container20 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container20 {
	display: flex;
	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;
	background-color: transparent;
}

#container20 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container20.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container20.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container20.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container20.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container20.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container20.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

/* #container20.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
} */

#container20.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container20.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container20.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container20.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container20.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container20.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container20.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container20.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container20.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container20.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container20.columns > .wrapper > .inner > div:first-child, #container20.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container20.columns > .wrapper > .inner > div:last-child, #container20.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container20.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container20 > .wrapper > .inner > :nth-child(1) {
	width: calc(50% + 2.25rem);
}

#container20 > .wrapper > .inner > :nth-child(2) {
	width: calc(50% + 2.25rem);
}

#container21:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container21 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container21 {
	display: flex;
	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;
	background-color: transparent;
}

#container21 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container21.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container21.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container21.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container21.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container21.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container21.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container21.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container21.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container21.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container21.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container21.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container21.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container21.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container21.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container21.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container21.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container21.columns > .wrapper > .inner > div:first-child, #container21.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container21.columns > .wrapper > .inner > div:last-child, #container21.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container21.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container21 > .wrapper > .inner > :nth-child(1) {
	width: calc(35% + 2.25rem);
}

#container21 > .wrapper > .inner > :nth-child(2) {
	width: calc(65% + 2.25rem);
}

#container22:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container22 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container22 {
	display: flex;
	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;
	background-color: transparent;
}

#container22 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container22.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container22.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container22.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container22.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container22.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container22.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container22.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container22.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container22.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container22.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container22.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container22.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container22.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container22.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container22.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container22.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container22.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container22.columns > .wrapper > .inner > div:first-child, #container22.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container22.columns > .wrapper > .inner > div:last-child, #container22.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container22.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container22 > .wrapper > .inner > :nth-child(1) {
	width: calc(35% + 2.25rem);
}

#container22 > .wrapper > .inner > :nth-child(2) {
	width: calc(65% + 2.25rem);
}


#container24:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container24 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container24 {
	display: flex;
	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;
	background-color: transparent;
}

#container24 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container24.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container24.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container24.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container24.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#container24.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container24.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container24.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container24.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container24.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container24.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container24.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container24.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container24.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container24.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container24.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container24.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container24.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container24.columns > .wrapper > .inner > div:first-child, #container22.columns > .wrapper > .inner > div:first-child > .full:first-child {
	border-top-left-radius: inherit;
}

#container24.columns > .wrapper > .inner > div:last-child, #container22.columns > .wrapper > .inner > div:last-child > .full:first-child {
	border-top-right-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container24.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container24 > .wrapper > .inner > :nth-child(1) {
	width: calc(25% + 2.25rem);
}

#container24 > .wrapper > .inner > :nth-child(2) {
	width: calc(75% + 2.25rem);
}

#container16:not(:first-child) {
	margin-top: 1.375rem !important;
}

#container16 > .wrapper > .inner {
	padding: 1rem 0.625rem;
}

#container16 {
	display: flex;
	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;
	background-color: transparent;
}

#container16 > .wrapper {
	width: 100%;
	max-width: 100%;
}

#container16.default > .wrapper > .inner > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container16.default > .wrapper > .inner > *:first-child {
	margin-top: 0 !important;
}

#container16.default > .wrapper > .inner > *:last-child {
	margin-bottom: 0 !important;
}

#container16.columns > .wrapper > .inner {
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#container16.columns > .wrapper > .inner > * {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	max-width: 100%;
	padding: 0 0 0 4.5rem;
}

#container16.columns > .wrapper > .inner > * > * {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

#container16.columns > .wrapper > .inner > * > *:first-child {
	margin-top: 0 !important;
}

#container16.columns > .wrapper > .inner > * > *:last-child {
	margin-bottom: 0 !important;
}

#container16.columns > .wrapper > .inner > *:first-child {
	margin-left: -4.5rem;
}

#container16.default > .wrapper > .inner > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 1.25rem + 0.4725px);
	max-width: none;
}

#container16.default > .wrapper > .inner > .full:first-child {
	margin-top: -1rem !important;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#container16.default > .wrapper > .inner > .full:last-child {
	margin-bottom: -1rem !important;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > div > .full {
	margin-left: calc(-2.25rem);
	width: calc(100% + 4.5rem + 0.4725px);
	max-width: none;
}

#container16.columns > .wrapper > .inner > div:first-child > .full {
	margin-left: calc(-0.625rem);
	width: calc(100% + 2.875rem + 0.4725px);
}

#container16.columns > .wrapper > .inner > div:last-child > .full {
	width: calc(100% + 2.875rem + 0.4725px);
}

#container16.columns > .wrapper > .inner > div > .full:first-child {
	margin-top: calc(-1rem) !important;
}

#container16.columns > .wrapper > .inner > div > .full:last-child {
	margin-bottom: calc(-1rem) !important;
}

#container16.columns > .wrapper > .inner > .full {
	align-self: stretch;
}

#container16.columns > .wrapper > .inner > .full:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
	height: calc(100% + 2rem);
	border-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
	height: 100%;
	border-radius: inherit;
}

#container16 > .wrapper > .inner > :nth-child(1) {
	width: calc(45% + 2.25rem);
}

#container16 > .wrapper > .inner > :nth-child(2) {
	width: calc(55% + 2.25rem);
}

#header {
	margin-bottom: 2.75rem !important;
}

#footer {
	margin-top: 2.75rem !important;
}

.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;
}

#image01 img {
	width: 4rem;
}

#image08 a, #image08 span {
	border-radius: 0.25rem;
}

#image08 img {
	width: 24rem;
	border-radius: 0.25rem;
}

#image05 a, #image05 span {
	border-radius: 0.25rem;
}

#image05 img {
	width: 12.75rem;
	border-radius: 0.25rem;
}

#image11 a, #image11 span {
	border-radius: 0.25rem;
}

#image11 img {
	width: 22.75rem;
	border-radius: 0.1rem;
}

#image03 a, #image03 span {
	border-radius: 0.25rem;
}

#image03 img {
	width: 12.75rem;
	border-radius: 0.25rem;
}

#image14 a, #image14 span {
	border-radius: 0.25rem;
}

#image14 img {
	width: 8rem;
	border-radius: 0.25rem;
}

#image16 a, #image16 span {
	border-radius: 0.25rem;
}

#image16 img {
	width: 8rem;
	border-radius: 0.25rem;
}

#image20 a, #image20 span {
	border-radius: 0.25rem;
}

#image20 img {
	width: 8rem;
	border-radius: 0.25rem;
}

#image15 a, #image15 span {
	border-radius: 0.25rem;
}

#image15 img {
	width: 6.75rem;
	border-radius: 0.25rem;
}

#image17 a, #image17 span {
	border-radius: 0.25rem;
}

#image17 img {
	width: 6.75rem;
	border-radius: 0.25rem;
}

#image18 a, #image18 span {
	border-radius: 0.25rem;
}

#image18 img {
	width: 6.75rem;
	border-radius: 0.25rem;
}

#image19 a, #image19 span {
	border-radius: 0.25rem;
}

#image19 img {
	width: 6.75rem;
	border-radius: 0.25rem;
}

#image23 a, #image23 span {
	border-radius: 0.25rem;
}

#image23 img {
	width: 3.625rem;
	border-radius: 0.25rem;
}

#image24 a, #image24 span {
	border-radius: 0.25rem;
}

#image24 img {
	width: 3.625rem;
	border-radius: 0.25rem;
}

#image25 a, #image25 span {
	border-radius: 0.25rem;
}

#image25 img {
	width: 3.625rem;
	border-radius: 0.25rem;
}

#image26 a, #image26 span {
	border-radius: 0.25rem;
}

#image26 img {
	width: 3.625rem;
	border-radius: 0.25rem;
}

#image02 a, #image02 span {
	border-radius: 0.25rem;
}

#image02 img {
	width: 15rem;
	border-radius: 0.25rem;
}

#image10 a, #image10 span {
	border-radius: 0.25rem;
}

#image10 img {
	width: 6rem;
	border-radius: 0.25rem;
}

#image12 a, #image12 span {
	border-radius: 0.25rem;
}

#image12 img {
	width: 8rem;
	border-radius: 0.25rem;
	margin-bottom: 0.5em;
}

#image07 a, #image07 span {
	border-radius: 0.25rem;
}

#image07 img {
	width: 6.625rem;
	border-radius: 0.25rem;
}

#image04 a, #image04 span {
	border-radius: 0.25rem;
}

#image04 img {
	width: 36rem;
	border-radius: 0.25rem;
}

#image09 a, #image09 span {
	border-radius: 0.25rem;
}

#image09 img {
	width: 36rem;
	border-radius: 0.25rem;
}

#image06 a, #image06 span {
	border-radius: 0.25rem;
}

#image06 img {
	width: 4.375rem;
	border-radius: 0.25rem;
}

.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;
}

#buttons03 {
	width: calc(100% + 0.125rem);
	margin-left: -0.0625rem;
}

#buttons03 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.125rem);
	margin: 0.0625rem;
}

#buttons03 li a {
	display: flex;
	width: auto;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons03 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons03 .button:hover {
	background-color: rgba(255,255,255,0.169) !important;
}

#buttons03 .n02:hover {
	background-color: rgba(255, 151, 66, 0.169) !important;
}
#buttons03 .n03:hover {
	background-color: rgba(31, 80, 255, 0.169) !important;
}
#buttons03 .n04:hover {
	background-color: rgba(255, 66, 66, 0.169) !important;
}

#buttons01 {
	width: calc(100% + 0.125rem);
	margin-left: -0.0625rem;
}

#buttons01 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.125rem);
	margin: 0.0625rem;
}

#buttons01 li a {
	display: flex;
	width: auto;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons01 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons01 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons01 .button:hover {
	background-color: rgba(255,255,255,0.169) !important;
}

#buttons11 {
	width: calc(100% + 0.25rem);
	margin-left: -0.125rem;
}

#buttons11 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.25rem);
	margin: 0.125rem;
}

#buttons11 li a {
	display: flex;
	width: auto;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons11 .button {
	background-color: rgba(255,255,255,0.051);
	color: #FFFFFF;
}

#buttons11 .button:hover {
	background-color: rgba(255,255,255,0.169) !important;
}

#buttons09 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons09 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}

#buttons09 li a {
	display: flex;
	width: 9.625rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons09 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons09 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons09 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons09 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons09 .n02 {
	background-color: rgba(31,80,255,0.31);
}

#buttons09 .n02:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons09 .n03 {
	background-color: rgba(0,168,21,0.31);
}

#buttons09 .n03:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons09 .n04 {
	background-color: rgba(42, 42, 42,0.31);
}

#buttons09 .n04:hover {
	background-color: rgba(42, 42, 42,0.49) !important;
}

#buttons09 .n05 {
	background-color: rgba(255,31,31,0.31);
}

#buttons09 .n05:hover {
	background-color: rgba(255,31,31,0.49) !important;
}

#buttons10 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons10 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	width: auto;
	margin: 0.25rem;
}

#buttons10 li a {
	display: flex;
	width: 9.625rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons10 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons10 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons10 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons10 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons10 .n02 {
	background-color: rgba(0,168,21,0.31);
}

#buttons10 .n02:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons16 {
	width: calc(100% + 0.25rem);
	margin-left: -0.125rem;
}

#buttons16 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.25rem);
	margin: 0.125rem;
}

#buttons16 li a {
	display: flex;
	width: auto;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons16 .button {
	background-color: rgba(255,255,255,0.051);
	color: #FFFFFF;
}

#buttons16 .button:hover {
	background-color: rgba(255,255,255,0.169) !important;
}

#buttons07 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons07 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}

#buttons07 li a {
	display: flex;
	width: 8.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons07 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons07 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons07 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons07 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons07 .n02 {
	background-color: rgba(0,168,21,0.31);
}

#buttons07 .n02:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons06 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons06 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}

#buttons06 li a {
	display: flex;
	width: 8.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons06 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons06 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons06 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons06 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons06 .n02 {
	background-color: rgba(0,168,21,0.31);
}

#buttons06 .n02:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons02 {
	width: calc(100% + 0.25rem);
	margin-left: -0.125rem;
}

#buttons02 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.25rem);
	margin: 0.125rem;
}

#buttons02 li a {
	display: flex;
	width: auto;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons02 .button {
	background-color: rgba(255,255,255,0.051);
	color: #FFFFFF;
}

#buttons02 .button:hover {
	background-color: rgba(255,255,255,0.169) !important;
}

#buttons17 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons17 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}

#buttons17 li a {
	display: flex;
	width: 8.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons17 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons17 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons17 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons17 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons17 .n02 {
	background-color: rgba(0,168,21,0.31);
}

#buttons17 .n02:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons18 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons18 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}

#buttons18 li a {
	display: flex;
	width: 8.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons18 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons18 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons18 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons18 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons18 .n02 {
	background-color: rgba(0,168,21,0.31);
}

#buttons18 .n02:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons19 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons19 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}

#buttons19 li a {
	display: flex;
	width: 8.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons19 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons19 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons19 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons19 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons19 .n02 {
	background-color: rgba(0,168,21,0.31);
}

#buttons19 .n02:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons04 {
	width: calc(100% + 0.25rem);
	margin-left: -0.125rem;
}

#buttons04 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.25rem);
	margin: 0.125rem;
}

#buttons04 li a {
	display: flex;
	width: auto;
	height: 1.5rem;
	line-height: 1.5rem;
	vertical-align: middle;
	padding: 0 0.75rem;
	font-size: 0.5em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons04 .button {
	background-color: rgba(255,255,255,0.051);
	color: #FFFFFF;
}

#buttons04 .button:hover {
	background-color: rgba(255,255,255,0.169) !important;
}

#buttons08 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons08 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	margin: 0.25rem;
}

#buttons08 li a {
	display: flex;
	width: auto;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons08 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons08 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons08 .n01 {
	background-color: rgba(255,31,31,0.31);
}

#buttons08 .n01:hover {
	background-color: rgba(255,31,31,0.49) !important;
}

#buttons08 .n02 {
	background-color: rgba(31, 80, 255,0.31);
}

#buttons08 .n02:hover {
	background-color: rgba(31, 80, 255,0.49) !important;
}

#buttons08 .n03 {
	background-color: rgba(0,168,21, 0.31);
}

#buttons08 .n03:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#buttons08 .n04 {
	background-color: rgba(0, 0, 0, 0.74);
}

#buttons08 .n04:hover {
	background-color: rgba(0, 0, 0, 0.945) !important;
}

#buttons12 {
	width: calc(100% + 0.25rem);
	margin-left: -0.125rem;
}

#buttons12 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.25rem);
	margin: 0.125rem;
}

#buttons12 li a {
	display: flex;
	width: 6.125rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
	cursor: pointer;
}

#buttons12 .button {
	background-color: rgba(255,255,255,0.051);
	color: #FFFFFF;
}

#buttons12 .button:hover {
	background-color: rgba(255,255,255,0.169) !important;
}

#buttons05 {
	width: 100%;
	padding: 0.25rem 0;
}

#buttons05 li {
	display: block;
	margin: 0.5rem 0;
}

#buttons05 li:first-child {
	margin-top: 0;
}

#buttons05 li:last-child {
	margin-bottom: 0;
}

#buttons05 li a {
	display: inline-flex;
	width: 15.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	border-radius: 0.125rem;
}

#buttons05 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons05 .button {
	background-color: rgba(31,80,255,0.31);
	color: #FFFFFF;
}

#buttons05 .button:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons05 .ndis {
	background-color: rgba(88, 101, 242,0.31);
}

#buttons05 .ndis:hover {
	background-color: rgba(88, 101, 242,0.49) !important;
}

#buttons05 .ngoog {
	background-color: rgba(52, 168, 83,0.31);
}

#buttons05 .ngoog:hover {
	background-color: rgba(52, 168, 83,0.49) !important;
}

#buttons05 .ngit {
	background-color: rgba(0, 0, 0, 0.31);
}

#buttons05 .ngit:hover {
	background-color: rgba(0, 0, 0, 0.49) !important;
}

#buttons05 .ntwit {
	background-color: rgba(29, 155, 240,0.31);
}

#buttons05 .ntwit:hover {
	background-color: rgba(29, 155, 240,0.49) !important;
}

#buttons05 .nlocal {
	background-color: rgba(6, 6, 6,0.31);
}

#buttons05 .nlocal:hover {
	background-color: rgba(6, 6, 6,0.81) !important;
}

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;
}

#text08 br + br {
	margin-top: 0.9rem;
}

#text08 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text08 a {
	text-decoration: underline;
}

#text08 a:hover {
	text-decoration: none;
}

#text05 br + br {
	margin-top: 0.9rem;
}

#text05 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 700;
}

#text05 a {
	text-decoration: underline;
}

#text05 a:hover {
	text-decoration: none;
}

#text19 br + br {
	margin-top: 0.9rem;
}

#text19 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: 500;
}

#text19 a {
	text-decoration: underline;
}

#text19 a:hover {
	text-decoration: none;
}

#text34 br + br {
	margin-top: 0.9rem;
}

#text34 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text34 a {
	text-decoration: underline;
}

#text34 a:hover {
	text-decoration: none;
}

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

#text02 {
	text-align: left;
	color: #FF0000;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 0.75;
	font-weight: 700;
}

#text02 a {
	text-decoration: underline;
}

#text02 a:hover {
	text-decoration: none;
}

#text31 br + br {
	margin-top: 0.9rem;
}

#text31 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: 700;
}

#text31 a {
	text-decoration: underline;
}

#text31 a:hover {
	text-decoration: none;
}

#text32 br + br {
	margin-top: 0.9rem;
}

#text32 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text32 a {
	text-decoration: underline;
}

#text32 a:hover {
	text-decoration: none;
}

#text28 br + br {
	margin-top: 0.9rem;
}

#text28 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.875em;
	line-height: 1.5;
	font-weight: 700;
}

#text28 a {
	text-decoration: underline;
}

#text28 a:hover {
	text-decoration: none;
}

#text12 br + br {
	margin-top: 0.45rem;
}

#text12 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 0.75;
	font-weight: 500;
}

#text12 a {
	text-decoration: underline;
}

#text12 a:hover {
	text-decoration: none;
}

#text10 br + br {
	margin-top: 0.9rem;
}

#text10 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 500;
}

#text10 a {
	text-decoration: underline;
}

#text10 a:hover {
	text-decoration: none;
}

#text69 br + br {
	margin-top: 0.9rem;
}

#text69 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text69 a {
	text-decoration: underline;
}

#text69 a:hover {
	text-decoration: none;
}

#text23 br + br {
	margin-top: 0.9rem;
}

#text23 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text23 a {
	text-decoration: underline;
}

#text23 a:hover {
	text-decoration: none;
}

#text70 br + br {
	margin-top: 0.45rem;
}

#text70 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 0.75;
	font-weight: 500;
}

#text70 a {
	text-decoration: underline;
}

#text70 a:hover {
	text-decoration: none;
}

#text11 br + br {
	margin-top: 0.9rem;
}

#text11 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text11 a {
	text-decoration: underline;
}

#text11 a:hover {
	text-decoration: none;
}

#text09 br + br {
	margin-top: 0.9rem;
}

#text09 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text09 a {
	text-decoration: underline;
}

#text09 a:hover {
	text-decoration: none;
}

#text18 br + br {
	margin-top: 0.9rem;
}

#text18 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text18 a {
	text-decoration: underline;
}

#text18 a:hover {
	text-decoration: none;
}

#text15 br + br {
	margin-top: 0.9rem;
}

#text15 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text15 a {
	text-decoration: underline;
}

#text15 a:hover {
	text-decoration: none;
}

#text14 br + br {
	margin-top: 0.9rem;
}

#text14 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text14 a {
	text-decoration: underline;
}

#text14 a:hover {
	text-decoration: none;
}

#text50 br + br {
	margin-top: 0.9rem;
}

#text50 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text50 a {
	text-decoration: underline;
}

#text50 a:hover {
	text-decoration: none;
}

#text04 br + br {
	margin-top: 0.45rem;
}

#text04 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 0.75;
	font-weight: 500;
}

#text04 a {
	text-decoration: underline;
}

#text04 a:hover {
	text-decoration: none;
}

#text71 br + br {
	margin-top: 0.9rem;
}

#text71 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text71 a {
	text-decoration: underline;
}

#text71 a:hover {
	text-decoration: none;
}

#text98 br + br {
	margin-top: 0.9rem;
}

#text98 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.0em;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
}

#text100 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
	text-align: left;
}

#text98 a {
	text-decoration: underline;
}

#text98 a:hover {
	text-decoration: none;
}

#text72 br + br {
	margin-top: 0.9rem;
}

#text72 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text72 a {
	text-decoration: underline;
}

#text72 a:hover {
	text-decoration: none;
}

#text73 br + br {
	margin-top: 0.9rem;
}

#text73 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text73 a {
	text-decoration: underline;
}

#text73 a:hover {
	text-decoration: none;
}

#text74 br + br {
	margin-top: 0.9rem;
}

#text74 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text74 a {
	text-decoration: underline;
}

#text74 a:hover {
	text-decoration: none;
}

#text83 br + br {
	margin-top: 0.9rem;
}

#text83 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text83 a {
	text-decoration: underline;
}

#text83 a:hover {
	text-decoration: none;
}

#text85 br + br {
	margin-top: 0.9rem;
}

#text85 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text85 a {
	text-decoration: underline;
}

#text85 a:hover {
	text-decoration: none;
}

#text86 br + br {
	margin-top: 0.9rem;
}

#text86 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text86 a {
	text-decoration: underline;
}

#text86 a:hover {
	text-decoration: none;
}

#text87 br + br {
	margin-top: 0.9rem;
}

#text87 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text87 a {
	text-decoration: underline;
}

#text87 a:hover {
	text-decoration: none;
}

#text88 br + br {
	margin-top: 0.9rem;
}

#text88 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text88 a {
	text-decoration: underline;
}

#text88 a:hover {
	text-decoration: none;
}

#text52 br + br {
	margin-top: 0.9rem;
}

#text52 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text52 a {
	text-decoration: underline;
}

#text52 a:hover {
	text-decoration: none;
}

#text56 br + br {
	margin-top: 0.9rem;
}

#text56 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text56 a {
	text-decoration: underline;
}

#text56 a:hover {
	text-decoration: none;
}

#text57 br + br {
	margin-top: 0.9rem;
}

#text57 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text57 a {
	text-decoration: underline;
}

#text57 a:hover {
	text-decoration: none;
}

#text58 br + br {
	margin-top: 0.9rem;
}

#text58 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text58 a {
	text-decoration: underline;
}

#text58 a:hover {
	text-decoration: none;
}

#text59 br + br {
	margin-top: 0.9rem;
}

#text59 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text59 a {
	text-decoration: underline;
}

#text59 a:hover {
	text-decoration: none;
}

#text60 br + br {
	margin-top: 0.9rem;
}

#text60 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text60 a {
	text-decoration: underline;
}

#text60 a:hover {
	text-decoration: none;
}

#text61 br + br {
	margin-top: 0.9rem;
}

#text61 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text61 a {
	text-decoration: underline;
}

#text61 a:hover {
	text-decoration: none;
}

#text62 br + br {
	margin-top: 0.9rem;
}

#text62 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text62 a {
	text-decoration: underline;
}

#text62 a:hover {
	text-decoration: none;
}

#text63 br + br {
	margin-top: 0.9rem;
}

#text63 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text63 a {
	text-decoration: underline;
}

#text63 a:hover {
	text-decoration: none;
}

#text64 br + br {
	margin-top: 0.9rem;
}

#text64 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text64 a {
	text-decoration: underline;
}

#text64 a:hover {
	text-decoration: none;
}

#text65 br + br {
	margin-top: 0.9rem;
}

#text65 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text65 a {
	text-decoration: underline;
}

#text65 a:hover {
	text-decoration: none;
}

#text66 br + br {
	margin-top: 0.9rem;
}

#text66 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: 700;
}

#text66 a {
	text-decoration: underline;
}

#text66 a:hover {
	text-decoration: none;
}

#text67 br + br {
	margin-top: 0.9rem;
}

#text67 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text67 a {
	text-decoration: underline;
}

#text67 a:hover {
	text-decoration: none;
}

#text68 br + br {
	margin-top: 0.9rem;
}

#text68 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text68 a {
	text-decoration: underline;
}

#text68 a:hover {
	text-decoration: none;
}

#text13 br + br {
	margin-top: 0.9rem;
}

#text13 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text13 a {
	text-decoration: underline;
}

#text13 a:hover {
	text-decoration: none;
}

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

#text01 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text01 a {
	text-decoration: underline;
}

#text01 a:hover {
	text-decoration: none;
}

#text75 br + br {
	margin-top: 0.9rem;
}

#text75 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text75 a {
	text-decoration: underline;
}

#text75 a:hover {
	text-decoration: none;
}

#text76 br + br {
	margin-top: 0.9rem;
}

#text76 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text76 a {
	text-decoration: underline;
}

#text76 a:hover {
	text-decoration: none;
}

#text77 br + br {
	margin-top: 0.9rem;
}

#text77 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text77 a {
	text-decoration: underline;
}

#text77 a:hover {
	text-decoration: none;
}

#text78 br + br {
	margin-top: 0.9rem;
}

#text78 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text78 a {
	text-decoration: underline;
}

#text78 a:hover {
	text-decoration: none;
}

#text79 br + br {
	margin-top: 0.9rem;
}

#text79 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text79 a {
	text-decoration: underline;
}

#text79 a:hover {
	text-decoration: none;
}

#text46 br + br {
	margin-top: 0.9rem;
}

#text46 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text46 a {
	text-decoration: underline;
}

#text46 a:hover {
	text-decoration: none;
}

#text81 br + br {
	margin-top: 0.9rem;
}

#text81 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 400;
}

#text81 a {
	text-decoration: underline;
}

#text81 a:hover {
	text-decoration: none;
}

#text82 br + br {
	margin-top: 0.9rem;
}

#text82 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text82 a {
	text-decoration: underline;
}

#text82 a:hover {
	text-decoration: none;
}

#text29 br + br {
	margin-top: 0.9rem;
}

#text29 a {
	text-decoration: underline;
}

#text29 a:hover {
	text-decoration: none;
}

#text21 br + br {
	margin-top: 0.9rem;
}

#text21 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text21 a {
	text-decoration: underline;
}

#text21 a:hover {
	text-decoration: none;
}

#text27 br + br {
	margin-top: 0.9rem;
}

#text27 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text27 a {
	color: #00AAFF;
	text-decoration: none;
}

#text27 a:hover {
	color: #73D0FF;
}

#text47 br + br {
	margin-top: 0.9rem;
}

#text47 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text47 a {
	text-decoration: underline;
}

#text47 a:hover {
	text-decoration: none;
}

#text20 br + br {
	margin-top: 0.9rem;
}

#text20 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text20 a {
	text-decoration: underline;
}

#text20 a:hover {
	text-decoration: none;
}

#text17 br + br {
	margin-top: 0.9rem;
}

#text17 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text17 a {
	text-decoration: underline;
}

#text17 a:hover {
	text-decoration: none;
}

#text45 br + br {
	margin-top: 0.9rem;
}

#text45 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text45 a {
	text-decoration: underline;
}

#text45 a:hover {
	text-decoration: none;
}

#text24 br + br {
	margin-top: 0.9rem;
}

#text24 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 500;
}

#text24 a {
	text-decoration: underline;
}

#text24 a:hover {
	text-decoration: none;
}

#text25 br + br {
	margin-top: 0.9rem;
}

#text25 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 2.5em;
	line-height: 1.5;
	font-weight: 700;
}

#text25 svg {
	vertical-align: text-top;
	margin-top: 0.18em;
	margin-right: 0.1em;
	height: 0.6em;
  	width: 0.6em;
	fill: #ffffffa1;
}

#text25 a {
	text-decoration: underline;
}

#text25 a:hover {
	text-decoration: none;
}

#text41 br + br {
	margin-top: 0.6rem;
}

#text41 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.65em;
	line-height: 1;
	font-weight: 500;
}

#text41 span svg {
	vertical-align: middle;
	height: 1.5em;
  	width: 1.5em;
	fill: #ffffff;
}

#text41 a {
	text-decoration: underline;
}

#text41 a:hover {
	text-decoration: none;
}

#text44 br + br {
	margin-top: 0.9rem;
}

#text44 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 700;
}

#text44 a {
	text-decoration: underline;
}

#text44 a:hover {
	text-decoration: none;
}

#text22 br + br {
	margin-top: 0.9rem;
}

#text22 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 2.5em;
	line-height: 1.5;
	font-weight: 700;
}

#text22 a {
	text-decoration: underline;
}

#text22 a:hover {
	text-decoration: none;
}

#text06 br + br {
	margin-top: 0.9rem;
}

#text06 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 500;
}

#text06 a {
	text-decoration: underline;
}

#text06 a:hover {
	text-decoration: none;
}

#text42 br + br {
	margin-top: 0.9rem;
}

#text42 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 2.5em;
	line-height: 1.5;
	font-weight: 700;
}

#text42 a {
	text-decoration: underline;
}

#text42 a:hover {
	text-decoration: none;
}

#text43 br + br {
	margin-top: 0.9rem;
}

#text43 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 500;
}

#text43 a {
	text-decoration: underline;
}

#text43 a:hover {
	text-decoration: none;
}

#text16 br + br {
	margin-top: 0.9rem;
}

#text16 {
	text-align: center;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text16 a {
	text-decoration: underline;
}

#text16 a:hover {
	text-decoration: none;
}

#text53 br + br {
	margin-top: 0.9rem;
}

#text53 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text53 a {
	text-decoration: underline;
}

#text53 a:hover {
	text-decoration: none;
}

#text54 br + br {
	margin-top: 0.9rem;
}

#text54 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text54 a {
	text-decoration: underline;
}

#text54 a:hover {
	text-decoration: none;
}

#text37 br + br {
	margin-top: 0.9rem;
}

#text37 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text37 a {
	text-decoration: underline;
}

#text37 a:hover {
	text-decoration: none;
}

#text55 br + br {
	margin-top: 0.9rem;
}

#text55 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text55 a {
	text-decoration: underline;
}

#text55 a:hover {
	text-decoration: none;
}

#text26 br + br {
	margin-top: 0.9rem;
}

#text26 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text26 a {
	text-decoration: underline;
}

#text26 a:hover {
	text-decoration: none;
}

#text33 br + br {
	margin-top: 0.9rem;
}

#text33 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text33 a {
	text-decoration: underline;
}

#text33 a:hover {
	text-decoration: none;
}

#text38 br + br {
	margin-top: 0.9rem;
}

#text38 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text38 a {
	text-decoration: underline;
}

#text38 a:hover {
	text-decoration: none;
}

#text39 br + br {
	margin-top: 0.9rem;
}

#text39 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text39 a {
	text-decoration: underline;
}

#text39 a:hover {
	text-decoration: none;
}

#text80 br + br {
	margin-top: 0.9rem;
}

#text80 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text80 a {
	text-decoration: underline;
}

#text80 a:hover {
	text-decoration: none;
}

#text40 br + br {
	margin-top: 0.9rem;
}

#text40 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text40 a {
	text-decoration: underline;
}

#text40 a:hover {
	text-decoration: none;
}

#text49 br + br {
	margin-top: 0.9rem;
}

#text49 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text49 a {
	text-decoration: underline;
}

#text49 a:hover {
	text-decoration: none;
}

#text89 br + br {
	margin-top: 0.9rem;
}

#text89 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text89 a {
	text-decoration: underline;
}

#text89 a:hover {
	text-decoration: none;
}

#text90 br + br {
	margin-top: 0.9rem;
}

#text90 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text90 a {
	text-decoration: underline;
}

#text90 a:hover {
	text-decoration: none;
}

#text92 br + br {
	margin-top: 0.9rem;
}

#text92 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text92 a {
	text-decoration: underline;
}

#text92 a:hover {
	text-decoration: none;
}

#text36 br + br {
	margin-top: 0.9rem;
}

#text36 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text36 a {
	text-decoration: underline;
}

#text36 a:hover {
	text-decoration: none;
}

#text51 br + br {
	margin-top: 0.9rem;
}

#text51 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 500;
}

#text51 a {
	text-decoration: underline;
}

#text51 a:hover {
	text-decoration: none;
}

#text93 br + br {
	margin-top: 0.9rem;
}

#text93 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 500;
}

#text93 a {
	text-decoration: underline;
}

#text93 a:hover {
	text-decoration: none;
}

#text94 br + br {
	margin-top: 0.9rem;
}

#text94 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text94 a {
	text-decoration: underline;
}

#text94 a:hover {
	text-decoration: none;
}

#text07 br + br {
	margin-top: 0.9rem;
}

#text07 {
	color: #B3B3B3;
	font-family: 'Exo', sans-serif;
	font-size: 0.5em;
	line-height: 1.5;
	font-weight: 400;
}

#text07 a:hover {
	color: #00AAFF;
}

#text07 a {
	text-decoration: none;
}

#text48 br + br {
	margin-top: 0.9rem;
}

#text48 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#text48 a {
	text-decoration: underline;
}

#text48 a:hover {
	text-decoration: none;
}

#text35 br + br {
	margin-top: 0.9rem;
}

#text35 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 7em;
	line-height: 1.5;
	font-weight: 700;
}

#text35 a {
	text-decoration: underline;
}

#text35 a:hover {
	text-decoration: none;
}

#text91 br + br {
	margin-top: 0.9rem;
}

#text91 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 500;
}

#text91 a {
	text-decoration: underline;
}

#text91 a:hover {
	text-decoration: none;
}

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

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

#divider02:before {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}

#divider01:before {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}

#divider03:before {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}

#divider05:before {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}

#divider04:before {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}

#divider07:before {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}

#divider06:before {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}

#divider08 {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 0.625em;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
	color: #FFFFFF;
	margin: 1rem auto 1rem auto;
	width: 15.5rem;
}

#divider08:before,#divider08:after {
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
	content: '';
  	flex: 1;
}

#divider08:not(:empty)::before {
	margin-right: 1em;
}
  
#divider08:not(:empty)::after {
	margin-left: 1em;
}

form .inner {
	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 label {
	display: block;
}

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="number"], 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: 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);
	}
}

#form02 .inner > * {
	margin: 0 0 0 0rem;
}

#form02 .inner > :first-child {
	margin: 0;
}

#form02 .inner {
	width: 30rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form02 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form02 input[type="text"], #form02 input[type="email"], #form02 textarea, #form02 select, #form02 input[type="checkbox"] + label, #form02 .file {
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
}

#form02 input[type="text"], #form02 input[type="email"], #form02 textarea, #form02 select, #form02 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form02 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form02 input[type="text"], #form02 input[type="email"], #form02 select, #form02 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form02 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form02 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form02 input[type="checkbox"] + label:before {
	border-radius: 0rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form02 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form02 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.75rem;
	padding-left: 1.05rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form02 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form02 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form02 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form02 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form02 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form02 .inner .actions {
	-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;
}

#form02 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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;
	/* Loading Circle */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3125rem;
}

#form02 button.waiting {
	color: transparent;
}

#form02 button.waiting svg {
	fill: transparent;
}

#form02 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;
}

#form02 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form02 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form01 .inner > * {
	margin: 0 0 0 0rem;
}

#form01 .inner > :first-child {
	margin: 0;
}

#form01 .inner {
	width: 40rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form01 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form01 input[type="text"], #form01 input[type="email"], #form01 textarea, #form01 select, #form01 input[type="checkbox"] + label, #form01 .file {
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
}

#form01 input[type="text"], #form01 input[type="email"], #form01 textarea, #form01 select, #form01 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form01 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form01 input[type="text"], #form01 input[type="email"], #form01 select, #form01 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form01 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form01 input[type="checkbox"] + label:before {
	border-radius: 0rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form01 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.75rem;
	padding-left: 1.05rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form01 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form01 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form01 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form01 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form01 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form01 .inner .actions {
	-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;
}

#form01 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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;
	/* Loading Circle */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3125rem;
}

#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 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form01 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form01 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form01 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form01 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 .inner > * {
	margin: 0 0 0 0rem;
}

#form03 .inner > :first-child {
	margin: 0;
}

#form03 .inner {
	width: 40rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form03 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form03 input[type="text"], #form03 input[type="email"], #form03 textarea, #form03 select, #form03 input[type="checkbox"] + label, #form03 .file {
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
}

#form03 input[type="text"], #form03 input[type="email"], #form03 textarea, #form03 select, #form03 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form03 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form03 input[type="text"], #form03 input[type="email"], #form03 select, #form03 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form03 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form03 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form03 input[type="checkbox"] + label:before {
	border-radius: 0rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form03 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form03 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.75rem;
	padding-left: 1.05rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form03 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form03 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form03 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form03 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form03 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form03 .inner .actions {
	-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;
}

#form03 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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;
	/* loading Circle */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3125rem;
}

#form03 button.waiting {
	color: transparent;
}

#form03 button.waiting svg {
	fill: transparent;
}

#form03 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;
}

#form03 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form03 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form11:not(:first-child) {
	margin-top: 1rem !important;
}

#form11:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form11 .inner > * {
	margin: 0 0 0 0rem;
}

#form11 .inner > :first-child {
	margin: 0;
}

#form11 .inner {
	width: 40rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form11 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form11 input[type="text"], #form11 input[type="email"], #form11 textarea, #form11 select, #form11 input[type="checkbox"] + label, #form11 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
}

#form11 input[type="text"], #form11 input[type="email"], #form11 textarea, #form11 select, #form11 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form11 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form11 input[type="text"], #form11 input[type="email"], #form11 select, #form11 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form11 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form11 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form11 input[type="checkbox"] + label:before {
	border-radius: 0rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form11 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form11 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form11 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form11 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form11 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form11 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form11 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form11 .inner .actions {
	-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;
}

#form11 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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;
	/* Loading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3125rem;
}

#form11 button.waiting {
	color: transparent;
}

#form11 button.waiting svg {
	fill: transparent;
}

#form11 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;
}

#form11 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form11 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form11 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form11 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form11 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04:not(:first-child) {
	margin-top: 1rem !important;
}

#form04:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form04 .inner > * {
	margin: 0.625rem 0 0 0;
	max-width: 100%;
}

#form04 .inner > :first-child {
	margin: 0;
}

#form04 .inner {
	width: 40rem;
}

#form04 label:first-child {
	margin: 0.25rem 0 0.46875rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form04 input[type="text"], #form04 input[type="email"], #form04 textarea, #form04 select, #form04 input[type="checkbox"] + label, #form04 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
}

#form04 input[type="text"], #form04 input[type="email"], #form04 textarea, #form04 select, #form04 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form04 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form04 input[type="text"], #form04 input[type="email"], #form04 select, #form04 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form04 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form04 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form04 input[type="checkbox"] + label:before {
	border-radius: 0rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form04 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form04 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form04 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0rem;
	background-color: rgba(15,156,216,0.31);
	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: 0.175rem;
	right: 0.175rem;
}

#form04 .file:hover:after {
	background-color: rgba(32,56,129,0.31);
}

#form04 button {
	width: 30rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(15,156,216,0.31);
	color: #FFFFFF;
	position: relative;
}

#form04 button 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#form04 button:hover {
	background-color: rgba(32,56,129,0.31);
}

#form04 .stripeButton {
	/* width: 30rem; */
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(127, 135, 245, 0.31);
	color: #FFFFFF;
	position: relative;
}
#form04 .stripeButton:hover {
	background-color: rgba(74, 81, 176, 0.31);
}

#form04 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form04 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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;
	/* Loading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
}

#form04 button.waiting {
	color: transparent;
}

#form04 button.waiting svg {
	fill: transparent;
}

#form04 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;
}

#form04 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form04 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form10:not(:first-child) {
	margin-top: 1rem !important;
}

#form10:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form10 .inner > * {
	margin: 0 0 0 0.125rem;
}

#form10 .inner > :first-child {
	margin: 0;
}

#form10 .inner {
	width: 33rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form10 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form10 input[type="text"], #form10 input[type="email"], #form10 textarea, #form10 select, #form10 input[type="checkbox"] + label, #form10 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form10 input[type="text"], #form10 input[type="email"], #form10 textarea, #form10 select, #form10 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form10 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form10 input[type="text"], #form10 input[type="email"], #form10 select, #form10 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form10 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form10 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form10 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form10 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form10 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form10 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0.08rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form10 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form10 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form10 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form10 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form10 .inner .actions {
	-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;
}

#form10 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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;
	/* Loading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3125rem;
}

#form10 button.waiting {
	color: transparent;
}

#form10 button.waiting svg {
	fill: transparent;
}

#form10 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;
}

#form10 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form10 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form10 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form10 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form10 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form13:not(:first-child) {
	margin-top: 1rem !important;
}

#form13:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form13 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form13 .inner > :first-child {
	margin: 0;
}

#form13 .inner {
	width: 30rem;
}

#form13 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form13 input[type="text"], #form13 input[type="email"], #form13 input[type="number"], #form13 textarea, #form13 select, #form13 input[type="password"], #form13 input[type="checkbox"] + label, #form13 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form13 input[type="text"], #form13 input[type="email"], #form13 input[type="number"], #form13 textarea, #form13 select, #form13 input[type="password"], #form13 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form13 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form13 input[type="text"], #form13 input[type="email"], #form13 input[type="number"], #form13 input[type="password"], #form13 select, #form13 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form13 textarea {
	padding: 0.56875rem;
	height: 8rem;
}

#form13 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.56875rem) center;
	padding-right: 1.96875rem;
}

#form13 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.21875rem;
	height: 1.21875rem;
	margin-right: 0.875rem;
	background-size: 0.690625rem;
}

#form13 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form13 .file:before {
	width: calc(100% - 2.19375rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form13 .file:after {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background-size: 0.65rem;
	border-radius: 0.08rem;
	background-color: rgba(0,168,21,0.31);
	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: 0.1625rem;
	right: 0.1625rem;
}

#form13 .file:hover:after {
	background-color: rgba(0,168,21,0.49);
}

#form13 button {
	width: 30rem;
	min-height: 2rem;
	line-height: 1.5rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(0,168,21,0.31);
	color: #FFFFFF;
	position: relative;
	white-space: initial;
}

#form13 button:hover {
	background-color: rgba(0,168,21,0.49);
}

#form13 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form13 .inner .actions {
	margin: 0.5rem 0 0 0;
}

#form13 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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;
	/* Loiading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
}

#form13 button.waiting {
	color: transparent;
}

#form13 button.waiting svg {
	fill: transparent;
}

#form13 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;
}

#form13 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form13 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form13 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form13 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form13 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form09:not(:first-child) {
	margin-top: 1rem !important;
}

#form09:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form09 .inner > * {
	margin: 0 0 0 0.125rem;
}

#form09 .inner > :first-child {
	margin: 0;
}

#form09 .inner {
	width: 29rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form09 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form09 input[type="text"], #form09 input[type="email"], #form09 textarea, #form09 select, #form09 input[type="checkbox"] + label, #form09 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form09 input[type="text"], #form09 input[type="email"], #form09 textarea, #form09 select, #form09 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form09 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form09 input[type="text"], #form09 input[type="email"], #form09 select, #form09 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form09 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form09 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form09 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form09 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form09 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form09 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0.08rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form09 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form09 button {
	height: 1.75rem;
	width: 100rem;
	line-height: 1.75rem;
	padding: 0.875rem;
	margin-top: 0.475rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
}

#form09 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form09 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form09 .inner .actions {
	-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;
}

#form09 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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;
	/* Loading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3125rem;
}

#form09 button.waiting {
	color: transparent;
}

#form09 button.waiting svg {
	fill: transparent;
}

#form09 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;
}

#form09 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form09 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form09 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form09 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form09 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form12:not(:first-child) {
	margin-top: 1rem !important;
}

#form12:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form12 .inner > * {
	margin: 0 0 0 0.125rem;
}

#form12 .inner > :first-child {
	margin: 0;
}

#form12 .inner {
	width: 15rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form12 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form12 input[type="text"], #form12 input[type="email"], #form12 textarea, #form12 select, #form12 input[type="checkbox"] + label, #form12 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form12 input[type="text"], #form12 input[type="email"], #form12 textarea, #form12 select, #form12 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form12 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form12 input[type="text"], #form12 input[type="email"], #form12 select, #form12 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form12 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form12 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form12 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form12 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form12 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form12 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0.08rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form12 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form12 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form12 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form12 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form12 .inner .actions {
	-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;
}

#form12 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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;
	/* Loading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3125rem;
}

#form12 button.waiting {
	color: transparent;
}

#form12 button.waiting svg {
	fill: transparent;
}

#form12 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;
}

#form12 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form12 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form12 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form12 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form12 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form05:not(:first-child) {
	margin-top: 1rem !important;
}

#form05:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form05 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form05 .inner > :first-child {
	margin: 0;
}

#form05 .inner {
	width: 30rem;
}

#form05 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form05 input[type="text"], #form05 input[type="email"], #form05 textarea, #form05 select, #form05 input[type="checkbox"] + label, #form05 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form05 input[type="text"], #form05 input[type="email"], #form05 textarea, #form05 select, #form05 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form05 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form05 input[type="text"], #form05 input[type="email"], #form05 select, #form05 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form05 textarea {
	padding: 0.56875rem;
	height: 8rem;
}

#form05 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.56875rem) center;
	padding-right: 1.96875rem;
}

#form05 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.21875rem;
	height: 1.21875rem;
	margin-right: 0.875rem;
	background-size: 0.690625rem;
}

#form05 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form05 .file:before {
	width: calc(100% - 2.19375rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form05 .file:after {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background-size: 0.65rem;
	border-radius: 0.08rem;
	background-color: rgba(0,168,21,0.31);
	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: 0.1625rem;
	right: 0.1625rem;
}

#form05 .file:hover:after {
	background-color: rgba(0,168,21,0.49);
}

#form05 button {
	width: 30rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(0,168,21,0.31);
	color: #FFFFFF;
	position: relative;
}

#form05 button:hover {
	background-color: rgba(0,168,21,0.49);
}

#form05 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form05 .inner .actions {
	margin: 0.5rem 0 0 0;
}

#form05 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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;
	/* Loading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
}

#form05 button.waiting {
	color: transparent;
}

#form05 button.waiting svg {
	fill: transparent;
}

#form05 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;
}

#form05 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form05 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form05 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form05 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form05 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form14:not(:first-child) {
	margin-top: 1rem !important;
}

#form14:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form14 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form14 .inner > :first-child {
	margin: 0;
}

#form14 .inner {
	width: 30rem;
}

#form14 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form14 input[type="text"], #form14 input[type="email"], #form14 textarea, #form14 select, #form14 input[type="checkbox"] + label, #form14 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form14 input[type="text"], #form14 input[type="email"], #form14 textarea, #form14 select, #form14 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form14 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form14 input[type="text"], #form14 input[type="email"], #form14 select, #form14 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form14 textarea {
	padding: 0.56875rem;
	height: 8rem;
}

#form14 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.56875rem) center;
	padding-right: 1.96875rem;
}

#form14 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.21875rem;
	height: 1.21875rem;
	margin-right: 0.875rem;
	background-size: 0.690625rem;
}

#form14 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form14 .file:before {
	width: calc(100% - 2.19375rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form14 .file:after {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background-size: 0.65rem;
	border-radius: 0.08rem;
	background-color: rgba(0,168,21,0.31);
	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: 0.1625rem;
	right: 0.1625rem;
}

#form14 .file:hover:after {
	background-color: rgba(0,168,21,0.49);
}

#form14 button {
	width: 30rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(0,168,21,0.31);
	color: #FFFFFF;
	position: relative;
}

#form14 button:hover {
	background-color: rgba(0,168,21,0.49);
}

#form14 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form14 .inner .actions {
	margin: 0.5rem 0 0 0;
}

#form14 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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;
	/* Loading */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNGRkZGRkY7IHN0cm9rZS13aWR0aDogMnB4OyB9PC9zdHlsZT48ZGVmcz48Y2xpcFBhdGggaWQ9ImNvcm5lciI+PHBvbHlnb24gcG9pbnRzPSIwLDAgNDgsMCA0OCw0OCA5Niw0OCA5Niw5NiAwLDk2IiAvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjb3JuZXIpIj48Y2lyY2xlIGN4PSI0OCIgY3k9IjQ4IiByPSIzMiIvPjwvZz48L3N2Zz4=');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
}

#form14 button.waiting {
	color: transparent;
}

#form14 button.waiting svg {
	fill: transparent;
}

#form14 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;
}

#form14 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form14 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form14 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form14 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form14 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form15:not(:first-child) {
	margin-top: 1rem !important;
}

#form15:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form15 .inner > * {
	margin: 0 0 0 0.125rem;
}

#form15 .inner > :first-child {
	margin: 0;
}

#form15 .inner {
	width: 15rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form15 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form15 input[type="text"], #form15 input[type="email"], #form15 textarea, #form15 select, #form15 input[type="checkbox"] + label, #form15 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form15 input[type="text"], #form15 input[type="email"], #form15 textarea, #form15 select, #form15 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form15 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form15 input[type="text"], #form15 input[type="email"], #form15 select, #form15 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form15 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form15 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form15 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form15 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form15 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form15 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0.08rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form15 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form15 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form15 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form15 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form15 .inner .actions {
	-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;
}

#form15 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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: 1.3125rem;
}

#form15 button.waiting {
	color: transparent;
}

#form15 button.waiting svg {
	fill: transparent;
}

#form15 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;
}

#form15 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form15 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form15 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form15 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form15 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form06:not(:first-child) {
	margin-top: 1rem !important;
}

#form06:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form06 .inner > * {
	margin: 0 0 0 0rem;
}

#form06 .inner > :first-child {
	margin: 0;
}

#form06 .inner {
	width: 15rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form06 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form06 input[type="text"], #form06 input[type="email"], #form06 textarea, #form06 select, #form06 input[type="checkbox"] + label, #form06 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
}

#form06 input[type="text"], #form06 input[type="email"], #form06 textarea, #form06 select, #form06 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form06 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form06 input[type="text"], #form06 input[type="email"], #form06 select, #form06 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form06 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form06 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form06 input[type="checkbox"] + label:before {
	border-radius: 0rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form06 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form06 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form06 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form06 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form06 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form06 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form06 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form06 .inner .actions {
	-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;
}

#form06 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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: 1.3125rem;
}

#form06 button.waiting {
	color: transparent;
}

#form06 button.waiting svg {
	fill: transparent;
}

#form06 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;
}

#form06 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form06 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form06 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form06 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form06 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form16:not(:first-child) {
	margin-top: 1rem !important;
}

#form16:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form16 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form16 .inner > :first-child {
	margin: 0;
}

#form16 .inner {
	width: 30rem;
}

#form16 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form16 input[type="text"], #form16 input[type="email"], #form16 textarea, #form16 select, #form16 input[type="checkbox"] + label, #form16 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form16 input[type="text"], #form16 input[type="email"], #form16 textarea, #form16 select, #form16 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form16 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form16 input[type="text"], #form16 input[type="email"], #form16 select, #form16 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form16 textarea {
	padding: 0.56875rem;
	height: 8rem;
}

#form16 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.56875rem) center;
	padding-right: 1.96875rem;
}

#form16 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.21875rem;
	height: 1.21875rem;
	margin-right: 0.875rem;
	background-size: 0.690625rem;
}

#form16 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form16 .file:before {
	width: calc(100% - 2.19375rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form16 .file:after {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background-size: 0.65rem;
	border-radius: 0.08rem;
	background-color: rgba(0,168,21,0.31);
	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: 0.1625rem;
	right: 0.1625rem;
}

#form16 .file:hover:after {
	background-color: rgba(0,168,21,0.49);
}

#form16 button {
	width: 30rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(0,168,21,0.31);
	color: #FFFFFF;
	position: relative;
}

#form16 button:hover {
	background-color: rgba(0,168,21,0.49);
}

#form16 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form16 .inner .actions {
	margin: 0.5rem 0 0 0;
}

#form16 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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: 1.5rem;
}

#form16 button.waiting {
	color: transparent;
}

#form16 button.waiting svg {
	fill: transparent;
}

#form16 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;
}

#form16 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form16 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form16 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form16 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form16 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form18:not(:first-child) {
	margin-top: 1rem !important;
}

#form18:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form18 .inner > * {
	margin: 0 0 0 0.125rem;
}

#form18 .inner > :first-child {
	margin: 0;
}

#form18 .inner {
	width: 15rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form18 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form18 input[type="text"], #form18 input[type="email"], #form18 textarea, #form18 select, #form18 input[type="checkbox"] + label, #form18 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form18 input[type="text"], #form18 input[type="email"], #form18 textarea, #form18 select, #form18 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form18 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form18 input[type="text"], #form18 input[type="email"], #form18 select, #form18 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form18 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form18 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form18 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form18 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form18 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form18 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0.08rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form18 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form18 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form18 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form18 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form18 .inner .actions {
	-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;
}

#form18 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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: 1.3125rem;
}

#form18 button.waiting {
	color: transparent;
}

#form18 button.waiting svg {
	fill: transparent;
}

#form18 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;
}

#form18 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form18 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form18 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form18 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form18 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form19:not(:first-child) {
	margin-top: 1rem !important;
}

#form19:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form19 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form19 .inner > :first-child {
	margin: 0;
}

#form19 .inner {
	width: 30rem;
}

#form19 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form19 input[type="text"], #form19 input[type="email"], #form19 textarea, #form19 select, #form19 input[type="checkbox"] + label, #form19 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form19 input[type="text"], #form19 input[type="email"], #form19 textarea, #form19 select, #form19 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form19 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form19 input[type="text"], #form19 input[type="email"], #form19 select, #form19 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form19 textarea {
	padding: 0.56875rem;
	height: 8rem;
}

#form19 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.56875rem) center;
	padding-right: 1.96875rem;
}

#form19 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.21875rem;
	height: 1.21875rem;
	margin-right: 0.875rem;
	background-size: 0.690625rem;
}

#form19 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form19 .file:before {
	width: calc(100% - 2.19375rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form19 .file:after {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background-size: 0.65rem;
	border-radius: 0.08rem;
	background-color: rgba(0,168,21,0.31);
	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: 0.1625rem;
	right: 0.1625rem;
}

#form19 .file:hover:after {
	background-color: rgba(0,168,21,0.49);
}

#form19 button {
	width: 30rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(0,168,21,0.31);
	color: #FFFFFF;
	position: relative;
}

#form19 button:hover {
	background-color: rgba(0,168,21,0.49);
}

#form19 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form19 .inner .actions {
	margin: 0.5rem 0 0 0;
}

#form19 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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: 1.5rem;
}

#form19 button.waiting {
	color: transparent;
}

#form19 button.waiting svg {
	fill: transparent;
}

#form19 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;
}

#form19 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form19 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form19 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form19 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form19 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form08:not(:first-child) {
	margin-top: 1rem !important;
}

#form08:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form08 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form08 .inner > :first-child {
	margin: 0;
}

#form08 .inner {
	width: 50rem;
}

#form08 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form08 input[type="text"], #form08 input[type="email"], #form08 textarea, #form08 select, #form08 input[type="checkbox"] + label, #form08 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form08 input[type="text"], #form08 input[type="email"], #form08 textarea, #form08 select, #form08 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form08 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form08 input[type="text"], #form08 input[type="email"], #form08 select, #form08 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form08 textarea {
	padding: 0.56875rem;
	height: 20rem;
}

#form08 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.56875rem) center;
	padding-right: 1.96875rem;
}

#form08 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.21875rem;
	height: 1.21875rem;
	margin-right: 0.875rem;
	background-size: 0.690625rem;
}

#form08 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form08 .file:before {
	width: calc(100% - 2.19375rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form08 .file:after {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background-size: 0.65rem;
	border-radius: 0.08rem;
	background-color: rgba(0,168,21,0.31);
	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: 0.1625rem;
	right: 0.1625rem;
}

#form08 .file:hover:after {
	background-color: rgba(0,168,21,0.49);
}

#form08 button {
	width: 30rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(0,168,21,0.31);
	color: #FFFFFF;
	position: relative;
}

#form08 button:hover {
	background-color: rgba(0,168,21,0.49);
}

#form08 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form08 .inner .actions {
	margin: 0.5rem 0 0 0;
}

#form08 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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: 1.5rem;
}

#form08 button.waiting {
	color: transparent;
}

#form08 button.waiting svg {
	fill: transparent;
}

#form08 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;
}

#form08 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form08 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form08 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form08 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form08 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form17:not(:first-child) {
	margin-top: 1rem !important;
}

#form17:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form17 .inner > * {
	margin: 0 0 0 0.125rem;
}

#form17 .inner > :first-child {
	margin: 0;
}

#form17 .inner {
	width: 20rem;
	-moz-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#form17 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.875em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
}

#form17 input[type="text"], #form17 input[type="email"], #form17 textarea, #form17 select, #form17 input[type="checkbox"] + label, #form17 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form17 input[type="text"], #form17 input[type="email"], #form17 textarea, #form17 select, #form17 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form17 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form17 input[type="text"], #form17 input[type="email"], #form17 select, #form17 .file {
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
}

#form17 textarea {
	padding: 0.6125rem;
	height: 10rem;
}

#form17 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.6125rem) center;
	padding-right: 2.0625rem;
}

#form17 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.3125rem;
	height: 1.3125rem;
	margin-right: 0.875rem;
	background-size: 0.74375rem;
}

#form17 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form17 .file:before {
	width: calc(100% - 2.3625rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form17 .file:after {
	width: 1.4rem;
	height: 1.4rem;
	line-height: 1.4rem;
	background-size: 0.7rem;
	border-radius: 0.08rem;
	background-color: #FFFFFF;
	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='rgba(41,41,41,0.8)' /%3E%3C/svg%3E");
	bottom: 0.175rem;
	right: 0.175rem;
}

#form17 .file:hover:after {
	background-color: rgba(64,64,64,0.8);
}

#form17 button {
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0rem;
	background-color: rgba(41,41,41,0.8);
	color: #FFFFFF;
	position: relative;
}

#form17 button:hover {
	background-color: rgba(64,64,64,0.8);
}

#form17 .inner .field {
	width: 100%;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
}

#form17 .inner .actions {
	-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;
}

#form17 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.3125rem;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.65625rem 0 0 -0.65625rem;
	-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: 1.3125rem;
}

#form17 button.waiting {
	color: transparent;
}

#form17 button.waiting svg {
	fill: transparent;
}

#form17 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;
}

#form17 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form17 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form17 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form17 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form17 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form20:not(:first-child) {
	margin-top: 1rem !important;
}

#form20:not(:last-child) {
	margin-bottom: 1rem !important;
}

#form20 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form20 .inner > :first-child {
	margin: 0;
}

#form20 .inner {
	width: 30rem;
}

#form20 .inner .field .checkbox > :nth-child(1) {
	float: left;
  	width: 33.33%;
	text-align: left;
	font-size: 0.825em;
}

#form20 .inner .field .checkbox > :nth-child(2) {
	float: left;
  	width: 33.33%;
	text-align: left;
	font-size: 0.825em;
}

#form20 .inner .field .checkbox > :nth-child(3) {
	float: left;
  	width: 33.33%;
	text-align: left;
	font-size: 0.825em;
}

#form20 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.5;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form20 input[type="text"], #form20 input[type="email"], #form20 textarea, #form20 select, #form20 input[type="checkbox"] + label, #form20 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form20 input[type="text"], #form20 input[type="email"], #form20 textarea, #form20 select, #form20 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form20 input[type="checkbox"] + label {
	color: #FFFFFF;
}

#form20 input[type="text"], #form20 input[type="email"], #form20 select, #form20 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form20 textarea {
	padding: 0.56875rem;
	height: 8rem;
}

#form20 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='%23FFFFFF' /%3E%3C/svg%3E");
	background-position: calc(100% - 0.56875rem) center;
	padding-right: 1.96875rem;
}

#form20 input[type="checkbox"] + label:before {
	border-radius: 0.125rem;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	width: 1.21875rem;
	height: 1.21875rem;
	margin-right: 0.875rem;
	background-size: 0.690625rem;
}

#form20 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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form20 .file:before {
	width: calc(100% - 2.19375rem);
	background-size: 0.625rem;
	padding-left: 0.875rem;
	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='%23FFFFFF' /%3E%3C/svg%3E");
}

#form20 .file:after {
	width: 1.3rem;
	height: 1.3rem;
	line-height: 1.3rem;
	background-size: 0.65rem;
	border-radius: 0.08rem;
	background-color: rgba(0,168,21,0.31);
	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: 0.1625rem;
	right: 0.1625rem;
}

#form20 .file:hover:after {
	background-color: rgba(0,168,21,0.49);
}

#form20 button {
	width: 30rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	border-radius: 0.125rem;
	background-color: rgba(0,168,21,0.31);
	color: #FFFFFF;
	position: relative;
}

#form20 button:hover {
	background-color: rgba(0,168,21,0.49);
}

#form20 .inner > :first-child > label:first-child {
	margin-top: 0;
}

#form20 .inner .actions {
	margin: 0.5rem 0 0 0;
}

#form20 button:before {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -0.75rem 0 0 -0.75rem;
	-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: 1.5rem;
}

#form20 button.waiting {
	color: transparent;
}

#form20 button.waiting svg {
	fill: transparent;
}

#form20 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;
}

#form20 ::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form20 :-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form20 ::-moz-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form20 :-ms-input-placeholder {
	color: #FFFFFF;
	opacity: 0.55;
}

#form20 .file[data-filename=""]:before {
	color: #FFFFFF;
	opacity: 0.55;
}

#form21 {
	width: 15.5rem;
	margin: auto;
}

#form21 .inner > * {
	margin: 0.25rem 0 0 0;
	max-width: 100%;
}

#form21 .inner > :first-child {
	margin: 0;
}

#form21 label:first-child {
	margin: 0.25rem 0 0.25rem 0;
	font-size: 0.625em;
	line-height: 1.5;
	text-align: left;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

#form21 input[type="text"], #form21 input[type="email"], #form21 input[type="password"], #form21 textarea, #form21 select, #form21 input[type="checkbox"] + label, #form21 .file {
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#form21 input[type="text"], #form21 input[type="email"], #form21 input[type="password"], #form21 textarea, #form21 select, #form21 .file {
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
}

#form21 input[type="text"], #form21 input[type="email"], #form21 input[type="password"], #form21 select, #form21 .file {
	height: 1.625rem;
	padding: 0 0.56875rem;
	line-height: 1.625rem;
}

#form21 button {
	width: 15.5rem;
	height: 1.75rem;
	line-height: 1.75rem;
	padding: 0 1rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	border-radius: 0.125rem;
	background-color: rgba(6, 6, 6,0.31);
	color: #FFFFFF;
	position: relative;
	margin-top: 1em;
}
#form21 button:hover {
	background-color: rgba(6, 6, 6,0.81);
}

.slideshow {
	position: relative;
	max-width: 100%;
	display: block;
}

.slideshow .content {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.slideshow .bg {
	width: 100%;
	max-width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	z-index: 1;
}

.slideshow.full .bg {
	display: block;
}

.slideshow.full:first-child .content {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.slideshow.full:last-child .content {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.slideshow.full:first-child .bg {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.slideshow.full:last-child .bg {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

#slideshow01 .bg {
	width: 27rem;
	height: 15.25rem;
	border-radius: 0.5rem;
	background-color: #1C1C1C;
}

#slideshow01 .bg > .slow {
	animation-duration: 40s;
}

#slideshow01 .bg > .normal {
	animation-duration: 30s;
}

#slideshow01 .bg > .fast {
	animation-duration: 20s;
}

#slideshow01 .bg > div {
	transition-duration: 2s;
}


#slideshow02 .bg {
    width: 120vw;
	height: 85vh;
	border-radius: 0.5rem;
	margin-top: -3em;
	background-color: #1C1C1C;
}

#slideshow02 .bg > .slow {
	animation-duration: 40s;
}

#slideshow02 .bg > .normal {
	animation-duration: 30s;
}

#slideshow02 .bg > .fast {
	animation-duration: 20s;
}

#slideshow02 .bg > div {
	transition-duration: 2s;
}

#slideshow03 .bg {
    width: 120vw;
	height: 85vh;
	border-radius: 0.5rem;
	background-color: #1C1C1C;
}

#slideshow03 .bg > .slow {
	animation-duration: 40s;
}

#slideshow03 .bg > .normal {
	animation-duration: 30s;
}

#slideshow03 .bg > .fast {
	animation-duration: 20s;
}

#slideshow03 .bg > div {
	transition-duration: 2s;
}

.gallery .inner {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.gallery ul li a, .gallery ul li span {
	position: relative;
}

.gallery ul li img {
	width: auto;
	max-width: 100%;
	margin: 0;
	vertical-align: top;
}

@-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: 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: hidden;
	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;
	/* Loading */
	background-image: url('/assets/icons.svg#refresh');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
}

.gallery-modal .inner {
	opacity: 0;
	transform: translateY(0.75em);
	transition: all 0.5s ease;
}

.gallery-modal .inner img {
	display: block;
	max-width: 80vw;
	max-height: 85vh;
	box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);
}

.gallery-modal .nav {
	position: fixed;
	top: 30%;
	width: 8rem;
	max-width: 10vw;
	height: 40%;
	min-height: 6rem;
	cursor: pointer;
	/* right arrow */
	background-image: url('/images/gallery-next.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	opacity: 0.25;
	-moz-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.gallery-modal .nav:hover {
	opacity: 1;
}

.gallery-modal .nav.next {
	right: 0;
}

.gallery-modal .nav.previous {
	left: 0;
	transform: scaleX(-1);
}

.gallery-modal .galClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	display: block;
	cursor: pointer;
	/* Close ('x') */
	background-image: url('/images/gallery-close.png');
	background-position: top 1rem right 1rem;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	opacity: 0.25;
	transition: opacity 0.25s ease;
}

.gallery-modal .galClose:hover {
	opacity: 1;
}

.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 !important;
	-moz-transition-delay: 0s !important;
	-webkit-transition-delay: 0s !important;
	-ms-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.gallery-modal.switching .inner {
	-moz-transition: opacity 0.375s ease, transform 0.5s ease;
	-webkit-transition: opacity 0.375s ease, transform 0.5s ease;
	-ms-transition: opacity 0.375s ease, transform 0.5s ease;
	transition: opacity 0.375s ease, transform 0.5s ease;
}

#gallery02 .inner {
	max-width: 100%;
}

#gallery02 ul li a, #gallery02 ul li span {
	border-radius: 0.25rem;
	display: block;
}

#gallery02 ul li img {
	border-radius: 0.25rem;
	height: auto;
	max-height: 5.5rem;
}

#gallery02 ul {
	width: calc(100% + 0.75rem);
	margin: -0.375rem 0 -0.375rem -0.375rem;
}

#gallery02 ul li {
	display: inline-block;
	margin: 0.375rem;
}

#gallery03 .inner {
	max-width: 100%;
}

#gallery03 ul li a, #gallery03 ul li span {
	border-radius: 0.25rem;
	display: block;
}

#gallery03 ul li img {
	border-radius: 0.25rem;
	height: auto;
	max-height: 7rem;
}

#gallery03 ul {
	width: calc(100% + 0.75rem);
	margin: -0.375rem 0 -0.375rem -0.375rem;
}

#gallery03 ul li {
	display: inline-block;
	margin: 0.375rem;
}

#gallery01 .inner {
	max-width: 100%;
}

#gallery01 ul li a, #gallery01 ul li span {
	border-radius: 0.125rem;
	display: block;
}

#gallery01 ul li img {
	border-radius: 0.125rem;
	height: auto;
	max-height: 3rem;
}

#gallery01 ul {
	width: calc(100% + 0.75rem);
	margin: -0.375rem 0 -0.375rem -0.375rem;
}

#gallery01 ul li {
	display: inline-block;
	margin: 0.375rem;
}

.table-wrapper {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.table-inner {
	display: inline-block;
	max-width: 100%;
}

table {
	text-align: left;
	width: 100%;
}

th {
	text-align: left;
	font-weight: bolder;
}

#table02 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 600;
}

#table02 a {
	color: #00AAFF;
	text-decoration: none;
}

#table02 a:hover {
	color: #73D0FF;
}

#table02 .table-inner {
	width: 100rem;
}

#table02 th:nth-child(4), #table02 td:nth-child(4) {
	text-align: right;
}

#table02 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table02 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table02 tbody tr:first-child {
	border-top: 0;
}

#table02 th, #table02 td {
	padding: 1rem 1.375rem;
}

#table02 th:first-child, #table02 td:first-child {
	padding-left: 0;
}

#table02 th:last-child, #table02 td:last-child {
	padding-right: 0;
}

#table03 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 600;
}

#table03 a {
	color: #00AAFF;
	text-decoration: none;
}

#table03 a:hover {
	color: #73D0FF;
}

#table03 .table-inner {
	width: 47rem;
}

#table03 th:nth-child(4), #table03 td:nth-child(4) {
	text-align: right;
}

#table03 th:nth-child(5), #table03 td:nth-child(5) {
	text-align: right;
}

#table03 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table03 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table03 tbody tr:first-child {
	border-top: 0;
}

#table03 th, #table03 td {
	padding: 1rem 1.375rem;
}

#table03 th:first-child, #table03 td:first-child {
	padding-left: 0;
}

#table03 th:last-child, #table03 td:last-child {
	padding-right: 0;
}

#table04 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	font-weight: 600;
}

#table04 a {
	color: #00AAFF;
	text-decoration: none;
}

#table04 a:hover {
	color: #73D0FF;
}

#table04 .table-inner {
	width: 55rem;
}

#table04 th:nth-child(5), #table04 td:nth-child(5) {
	text-align: right;
}

#table04 th:nth-child(6), #table04 td:nth-child(6) {
	text-align: right;
}

#table04 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table04 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table04 tbody tr:first-child {
	border-top: 0;
}

#table04 th, #table04 td {
	padding: 1rem 1.375rem;
}

#table04 th:first-child, #table04 td:first-child {
	padding-left: 0;
}

#table04 th:last-child, #table04 td:last-child {
	padding-right: 0;
}

#table07 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 400;
}

#table07 a {
	color: #FF2E2E;
	text-decoration: none;
}

#table07 a:hover {
	color: #FF5C5C;
}

#table07 .table-inner {
	width: 26rem;
}

#table07 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table07 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table07 tbody tr:first-child {
	border-top: 0;
}

#table07 th, #table07 td {
	padding: 0.625rem 0.859375rem;
}

#table07 th:first-child, #table07 td:first-child {
	padding-left: 0;
}

#table07 th:last-child, #table07 td:last-child {
	padding-right: 0;
}

#table05 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 400;
}

#table05 a {
	color: #FF2E2E;
	text-decoration: none;
}

#table05 a:hover {
	color: #FF5C5C;
}

#table05 .table-inner {
	width: 26rem;
}

#table05 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table05 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table05 tbody tr:first-child {
	border-top: 0;
}

#table05 th, #table05 td {
	padding: 0.625rem 0.859375rem;
}

#table05 th:first-child, #table05 td:first-child {
	padding-left: 0;
}

#table05 th:last-child, #table05 td:last-child {
	padding-right: 0;
}

#table06 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 400;
}

#table06 a {
	color: #FF2E2E;
	text-decoration: none;
}

#table06 a:hover {
	color: #FF5C5C;
}

#table06 .table-inner {
	width: 29rem;
}

#table06 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table06 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table06 tbody tr:first-child {
	border-top: 0;
}

#table06 th, #table06 td {
	padding: 0.625rem 0.859375rem;
}

#table06 th:first-child, #table06 td:first-child {
	padding-left: 0;
}

#table06 th:last-child, #table06 td:last-child {
	padding-right: 0;
}

#table11 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 400;
}

#table11 a {
	color: #FF2E2E;
	text-decoration: none;
}

#table11 a:hover {
	color: #FF5C5C;
}

#table11 .table-inner {
	width: 50rem;
}

#table11 th:nth-child(7), #table11 td:nth-child(7) {
	text-align: right;
}

#table11 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table11 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table11 tbody tr:first-child {
	border-top: 0;
}

#table11 th, #table11 td {
	padding: 0.625rem 0.859375rem;
}

#table11 th:first-child, #table11 td:first-child {
	padding-left: 0;
}

#table11 th:last-child, #table11 td:last-child {
	padding-right: 0;
}

#table10 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 400;
}

#table10 a {
	color: #FF2E2E;
	text-decoration: none;
}

#table10 a:hover {
	color: #FF5C5C;
}

#table10 .table-inner {
	width: 26rem;
}

#table10 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table10 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table10 tbody tr:first-child {
	border-top: 0;
}

#table10 th, #table10 td {
	padding: 0.625rem 0.859375rem;
}

#table10 th:first-child, #table10 td:first-child {
	padding-left: 0;
}

#table10 th:last-child, #table10 td:last-child {
	padding-right: 0;
}

#table12 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 400;
}

#table12 a {
	color: #FF2E2E;
	text-decoration: none;
}

#table12 a:hover {
	color: #FF5C5C;
}

#table12 .table-inner {
	width: 40rem;
}

#table12 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table12 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table12 tbody tr:first-child {
	border-top: 0;
}

#table12 th, #table12 td {
	padding: 0.625rem 0.859375rem;
}

#table12 th:first-child, #table12 td:first-child {
	padding-left: 0;
}

#table12 th:last-child, #table12 td:last-child {
	padding-right: 0;
}

#table09 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 400;
}

#table09 a {
	color: #FF2E2E;
	text-decoration: none;
}

#table09 a:hover {
	color: #FF5C5C;
}

#table09 .table-inner {
	width: 45rem;
}

#table09 th:nth-child(5), #table09 td:nth-child(5) {
	text-align: right;
}

#table09 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table09 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table09 tbody tr:first-child {
	border-top: 0;
}

#table09 th, #table09 td {
	padding: 0.625rem 0.859375rem;
}

#table09 th:first-child, #table09 td:first-child {
	padding-left: 0;
}

#table09 th:last-child, #table09 td:last-child {
	padding-right: 0;
}

#table13 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 500;
}

#table13 a {
	color: #00AAFF;
	text-decoration: none;
}

#table13 a:hover {
	color: #73D0FF;
}

#table13 .table-inner {
	width: 32rem;
}

#table13 th:nth-child(4), #table13 td:nth-child(4) {
	text-align: right;
}

#table13 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table13 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table13 tbody tr:first-child {
	border-top: 0;
}

#table13 th, #table13 td {
	padding: 0.625rem 0.859375rem;
}

#table13 th:first-child, #table13 td:first-child {
	padding-left: 0;
}

#table13 th:last-child, #table13 td:last-child {
	padding-right: 0;
}

#table01 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
	line-height: 1;
	font-weight: 700;
}

#table01 a {
	color: #00AAFF;
	text-decoration: none;
}

#table01 a:hover {
	color: #73D0FF;
}

#table01 .table-inner {
	width: 15rem;
}

#table01 th:nth-child(2), #table01 td:nth-child(2) {
	text-align: right;
}

#table01 thead {
	border-bottom: solid 2px rgba(255,255,255,0.569);
}

#table01 tbody tr {
	border-top: solid 1px rgba(255,255,255,0.212);
}

#table01 tbody tr:first-child {
	border-top: 0;
}

#table01 th, #table01 td {
	padding: 0.625rem 0.859375rem;
}

#table01 th:first-child, #table01 td:first-child {
	padding-left: 0;
}

#table01 th:last-child, #table01 td:last-child {
	padding-right: 0;
}

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

.icons li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.icons li a {
	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;
	position: relative;
	-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 + svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: fill 0.25s ease, stroke 0.25s ease;
	-webkit-transition: fill 0.25s ease, stroke 0.25s ease;
	-ms-transition: fill 0.25s ease, stroke 0.25s ease;
	transition: fill 0.25s ease, stroke 0.25s ease;
}

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

#icons01 {
	font-size: 1.5em;
	width: calc(100% + 0.75rem);
	margin-left: -0.375rem;
}

#icons01 li {
	margin: 0.375rem;
}

#icons01 li a {
	border-radius: 0.125rem;
	width: 1em;
	height: 1em;
}

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

#icons01 .n02 svg {
	fill: #FFFFFF;
}

#icons01 .n03 svg {
	fill: #000000;
}

@media (orientation: portrait) {
	.gallery-modal .inner img {
		max-width: 100vw;
	}
	
	.gallery-modal .nav {
		width: 8rem;
		max-width: 35%;
		background-image: none;
		opacity: 1;
	}
	
	.gallery-modal .nav:before {
		content: '';
		display: block;
		width: 3rem;
		height: 3rem;
		position: absolute;
		top: calc(50% - 1.5rem);
		right: 1rem;
		background-color: rgba(144,144,144,0.5);
		background-size: 1.5rem;
		background-position: center;
		/* Right arrow */
		background-image: url('/assets/icons.svg#replaceright');
		background-repeat: no-repeat;
		border-radius: 3rem;
	}
}

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

@media (max-width: 1280px) {
	html {
		font-size: 13pt;
	}
	
	#slideshow01 .bg > .slow {
		animation-duration: 30s;
	}
	
	#slideshow01 .bg > .normal {
		animation-duration: 22.5s;
	}
	
	#slideshow01 .bg > .fast {
		animation-duration: 15s;
	}
	
	.gallery-modal .nav {
		opacity: 1;
	}
	
	.gallery-modal .close {
		opacity: 1;
	}
}

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

@media (max-width: 736px) {
	html {
		font-size: 11pt;
	}
	
	#main > .inner {
		padding: 1.625rem 2rem;
	}
	
	#main > .inner > header {
		margin-bottom: 0.75rem;
	}
	
	#main > .inner > footer {
		margin-top: 0.75rem;
	}
	
	#main > .inner > * > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#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: -1.625rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: -1.625rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	
	#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: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: -1.625rem !important;
	}
	
	#main > .inner > footer > .full:last-child {
		margin-bottom: -1.625rem !important;
	}
	
	#container01 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container01 > .wrapper {
		max-width: 100%;
	}
	
	#container01.default > .wrapper > .inner > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container01.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container01.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container01.columns > .wrapper > .inner > * > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container01.columns > .wrapper > .inner > * {
		padding: 0.1875rem 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container01.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container01.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container01.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.1875rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.1875rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type, #container01.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type, #container01.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container01 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container01 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container01 > .wrapper > .inner > :nth-child(3) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container02 > .wrapper > .inner {
		padding: 0.625rem 1rem;
	}
	
	#container02 > .wrapper {
		max-width: 100%;
	}
	
	#container02.default > .wrapper > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container02.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container02.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container02.columns > .wrapper > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container02.columns > .wrapper > .inner > * {
		padding: 0.1875rem 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container02.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container02.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.625rem !important;
	}
	
	#container02.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.625rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.1875rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.1875rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.625rem) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.625rem) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type, #container02.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type, #container02.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container03 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container03 > .wrapper {
		max-width: 100%;
	}
	
	#container03.default > .wrapper > .inner > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container03.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container03.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container03.columns > .wrapper > .inner > * > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container03.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container03.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container03.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container03.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type, #container03.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type, #container03.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container03 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container03 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container07:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#container07 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container07.default > .wrapper > .inner > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container07.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container07.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container07.columns > .wrapper > .inner > * > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container07.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container07.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container07.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container07.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type, #container07.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type, #container07.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container07 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container07 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container05:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#container05 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container05.default > .wrapper > .inner > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container05.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container05.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container05.columns > .wrapper > .inner > * > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container05.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container05.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container05.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container05.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type, #container05.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type, #container05.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container05 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container05 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container18:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#container18 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container18 > .wrapper {
		max-width: 100%;
	}
	
	#container18.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container18.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container18.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container18.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container18.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container18.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container18.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container18.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type, #container18.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type, #container18.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container18.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container18 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container18 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container18 > .wrapper > .inner > :nth-child(3) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container04:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#container04 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container04.default > .wrapper > .inner > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container04.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container04.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container04.columns > .wrapper > .inner > * > * {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
	
	#container04.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container04.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container04.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container04.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type, #container04.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type, #container04.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container04 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container04 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container09:not(:first-child) {
		margin-top: 2.625rem !important;
	}
	
	#container09 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container09 > .wrapper {
		max-width: 100%;
	}
	
	#container09.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container09.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container09.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container09.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container09.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container09.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container09.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container09.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type, #container09.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type, #container09.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container09.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container09 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(3) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container09 > .wrapper > .inner > :nth-child(4) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container10:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container10 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container10 > .wrapper {
		max-width: 100%;
	}
	
	#container10.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container10.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container10.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container10.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container10.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container10.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container10.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container10.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type, #container10.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type, #container10.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container10.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container10 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container10 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container10 > .wrapper > .inner > :nth-child(3) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container10 > .wrapper > .inner > :nth-child(4) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container06:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container06 > .wrapper > .inner {
		padding: 1rem 1rem;
	}
	
	#container06.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container06.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container06.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container06.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container06.columns > .wrapper > .inner > * {
		padding: 1.6875rem 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container06.default > .wrapper > .inner > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container06.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container06.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-1rem);
		width: calc(100% + 2rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type, #container06.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type, #container06.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container11:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container11 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container11.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container11.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container11.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container11.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container11.columns > .wrapper > .inner > * {
		padding: 3rem 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container11.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container11.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container11.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3rem !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3rem !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type, #container11.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type, #container11.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container11.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container11 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container11 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container14:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container14 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container14.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container14.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container14.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container14.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container14.columns > .wrapper > .inner > * {
		padding: 0.5rem 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container14.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container14.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container14.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type, #container14.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type, #container14.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container14.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container13:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container13 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container13.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container13.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container13.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container13.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container13.columns > .wrapper > .inner > * {
		padding: 0.5rem 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container13.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container13.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container13.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type, #container13.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type, #container13.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container13.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container13 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container13 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}

	#container24:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container24 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container24.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container24.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container24.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container24.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container24.columns > .wrapper > .inner > * {
		padding: 0.5rem 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container24.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container24.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container24.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type, #container24.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type, #container24.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container24.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container24 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container24 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container12:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container12 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container12.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container12.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container12.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container12.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container12.columns > .wrapper > .inner > * {
		padding: 0.5rem 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container12.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container12.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container12.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type, #container12.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type, #container12.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container12.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container15:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container15 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container15 > .wrapper {
		max-width: 100%;
	}
	
	#container15.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container15.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container15.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container15.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container15.columns > .wrapper > .inner > * {
		padding: 0.5rem 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container15.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container15.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container15.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type, #container15.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type, #container15.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container15.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container15 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container15 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container17:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container17 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container17 > .wrapper {
		max-width: 100%;
	}
	
	#container17.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container17.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container17.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container17.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container17.columns > .wrapper > .inner > * {
		padding: 2.25rem 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container17.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container17.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container17.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type, #container17.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type, #container17.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container17.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container17 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container17 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container08:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container08 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container08 > .wrapper {
		max-width: 100%;
	}
	
	#container08.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container08.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container08.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container08.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container08.columns > .wrapper > .inner > * {
		padding: 2.25rem 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container08.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container08.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container08.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type, #container08.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type, #container08.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container08.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container08 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container08 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container19:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container19 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container19 > .wrapper {
		max-width: 100%;
	}
	
	#container19.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container19.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container19.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container19.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container19.columns > .wrapper > .inner > * {
		padding: 2.25rem 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container19.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container19.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container19.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type, #container19.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type, #container19.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container19.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container19 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container19 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container20:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container20 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container20 > .wrapper {
		max-width: 100%;
	}
	
	#container20.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container20.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container20.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container20.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container20.columns > .wrapper > .inner > * {
		padding: 2.25rem 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container20.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container20.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container20.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type, #container20.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type, #container20.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container20.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container20 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container20 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container21:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container21 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container21 > .wrapper {
		max-width: 100%;
	}
	
	#container21.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container21.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container21.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container21.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container21.columns > .wrapper > .inner > * {
		padding: 2.25rem 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container21.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container21.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container21.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type, #container21.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type, #container21.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container21.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container21 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container21 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container22:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container22 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container22 > .wrapper {
		max-width: 100%;
	}
	
	#container22.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container22.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container22.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container22.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container22.columns > .wrapper > .inner > * {
		padding: 2.25rem 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container22.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container22.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container22.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type, #container22.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type, #container22.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container22.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container22 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container22 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container16:not(:first-child) {
		margin-top: 1.03125rem !important;
	}
	
	#container16 > .wrapper > .inner {
		padding: 1rem 0.625rem;
	}
	
	#container16 > .wrapper {
		max-width: 100%;
	}
	
	#container16.default > .wrapper > .inner > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container16.columns > .wrapper > .inner {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-moz-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	#container16.columns > .wrapper > .inner > span {
		display: none;
	}
	
	#container16.columns > .wrapper > .inner > * > * {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	
	#container16.columns > .wrapper > .inner > * {
		padding: 2.25rem 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > *:first-child {
		margin-left: 0 !important;
		padding-top: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > *:last-child {
		padding-bottom: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > div.after-spacer {
		padding-top: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > div.before-spacer {
		padding-bottom: 0 !important;
	}
	
	#container16.default > .wrapper > .inner > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container16.default > .wrapper > .inner > .full:first-child {
		margin-top: -1rem !important;
	}
	
	#container16.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -1rem !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.625rem);
		width: calc(100% + 1.25rem + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-1rem) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-1rem) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type, #container16.columns > .wrapper > .inner > div:first-of-type > .full:last-child {
		border-bottom-left-radius: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type, #container16.columns > .wrapper > .inner > div:last-of-type > .full:first-child {
		border-top-right-radius: 0 !important;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child {
		height: auto;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {
		height: auto;
	}
	
	#container16.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > iframe {
		height: 100%;
	}
	
	#container16 > .wrapper > .inner > :nth-child(1) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#container16 > .wrapper > .inner > :nth-child(2) {
		width: 100% !important;
		min-height: 100% !important;
		text-align: inherit !important;
	}
	
	#header {
		margin-bottom: 2.0625rem !important;
	}
	
	#footer {
		margin-top: 2.0625rem !important;
	}
	
	#image01 img {
		width: 4rem;
	}
	
	#image08 img {
		width: 24rem;
	}
	
	#image05 img {
		width: 12.75rem;
	}

	#image11 img {
		width: 12.75rem;
	}
	
	#image03 img {
		width: 12.75rem;
	}
	
	#image14 img {
		width: 8rem;
	}
	
	#image16 img {
		width: 8rem;
	}
	
	#image20 img {
		width: 8rem;
	}
	
	#image15 img {
		width: 6.75rem;
	}
	
	#image17 img {
		width: 6.75rem;
	}
	
	#image18 img {
		width: 6.75rem;
	}
	
	#image19 img {
		width: 6.75rem;
	}
	
	#image23 img {
		width: 3.625rem;
	}
	
	#image24 img {
		width: 3.625rem;
	}
	
	#image25 img {
		width: 3.625rem;
	}
	
	#image26 img {
		width: 3.625rem;
	}
	
	#image02 img {
		width: 15rem;
	}
	
	#image10 img {
		width: 6rem;
	}

	#image12 img {
		width: 8rem;
	}
	
	#image07 img {
		width: 11.625rem;
	}
	
	#image04 img {
		width: 36rem;
	}
	
	#image09 img {
		width: 36rem;
	}
	
	#image06 img {
		width: 5.375rem;
	}
	
	#buttons03 li a {
		font-size: 0.625em;
	}
	
	#buttons01 li a {
		font-size: 0.625em;
	}
	
	#buttons11 li a {
		font-size: 0.625em;
	}
	
	#buttons09 li a {
		font-size: 0.625em;
	}
	
	#buttons10 li a {
		font-size: 0.625em;
	}
	
	#buttons16 li a {
		font-size: 0.625em;
	}
	
	#buttons07 li a {
		font-size: 0.625em;
	}
	
	#buttons06 li a {
		font-size: 0.625em;
	}
	
	#buttons02 li a {
		font-size: 0.625em;
	}
	
	#buttons17 li a {
		font-size: 0.625em;
	}
	
	#buttons18 li a {
		font-size: 0.625em;
	}
	
	#buttons19 li a {
		font-size: 0.625em;
	}
	
	#buttons04 li a {
		font-size: 0.5em;
	}
	
	#buttons08 li a {
		font-size: 0.625em;
	}
	
	#buttons12 li a {
		font-size: 0.625em;
	}
	
	#buttons05 li a {
		font-size: 0.625em;
	}
	
	#text08 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text05 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.5;
	}
	
	#text19 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 1.5;
	}
	
	#text34 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text02 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 0.75;
	}
	
	#text31 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 1.5;
	}
	
	#text32 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text28 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.875em;
		line-height: 1.5;
	}
	
	#text12 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 0.75;
	}
	
	#text10 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text69 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text23 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text70 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 0.75;
	}
	
	#text11 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text09 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text18 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text15 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text14 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text50 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text04 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 0.75;
	}
	
	#text98 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text72 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text73 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text74 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text83 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text85 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text86 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text87 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text88 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text52 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text56 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text57 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text58 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text59 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text60 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text61 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text62 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text63 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text64 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text65 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text66 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.125em;
		line-height: 1.5;
	}
	
	#text67 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text68 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text13 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text01 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text75 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text76 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text77 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text78 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text79 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text46 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text81 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text82 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text84 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text29 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.25em;
		line-height: 1.5;
	}
	
	#text30 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1em;
		line-height: 1.5;
	}
	
	#text03 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text21 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text27 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text47 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text20 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text17 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text45 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text24 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text25 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2.5em;
		line-height: 1.5;
	}
	
	#text41 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1;
	}
	
	#text44 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.5em;
		line-height: 1.5;
	}
	
	#text22 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2.5em;
		line-height: 1.5;
	}
	
	#text06 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text42 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 2.5em;
		line-height: 1.5;
	}
	
	#text43 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text16 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text53 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text54 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text37 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text55 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text26 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text33 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text38 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text39 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text80 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text40 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text49 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text89 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text90 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text92 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text36 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#text51 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text93 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.75em;
		line-height: 1.5;
	}
	
	#text94 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text07 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.5em;
		line-height: 1.5;
	}
	
	#text48 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 1.375em;
		line-height: 1.5;
	}
	
	#text35 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 3.5em;
		line-height: 1.5;
	}
	
	#text91 {
		letter-spacing: 0rem;
		width: 100%;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#divider02:before {
		width: 100%;
	}
	
	#divider01:before {
		width: 100%;
	}
	
	#divider03:before {
		width: 100%;
	}
	
	#divider05:before {
		width: 100%;
	}
	
	#divider04:before {
		width: 100%;
	}
	
	#divider07:before {
		width: 100%;
	}
	
	#divider06:before {
		width: 100%;
	}
	
	#form02 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form02 input[type="text"], #form02 input[type="email"], #form02 textarea, #form02 select, #form02 input[type="checkbox"] + label, #form02 .file {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	
	
	#form02 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form02 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form02 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form02 .inner > * {
		margin: 0rem 0 0 0;
	}
	
	#form02 .inner > :first-child {
		margin: 0;
	}
	
	#form01 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form01 input[type="text"], #form01 input[type="email"], #form01 textarea, #form01 select, #form01 input[type="checkbox"] + label, #form01 .file {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	
	
	#form01 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form01 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form01 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form01 .inner > * {
		margin: 0rem 0 0 0;
	}
	
	#form01 .inner > :first-child {
		margin: 0;
	}
	
	#form03 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form03 input[type="text"], #form03 input[type="email"], #form03 textarea, #form03 select, #form03 input[type="checkbox"] + label, #form03 .file {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	
	
	#form03 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form03 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form03 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form03 .inner > * {
		margin: 0rem 0 0 0;
	}
	
	#form03 .inner > :first-child {
		margin: 0;
	}
	
	#form11:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form11:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form11 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form11 input[type="text"], #form11 input[type="email"], #form11 textarea, #form11 select, #form11 input[type="checkbox"] + label, #form11 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form11 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form11 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form11 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form11 .inner > * {
		margin: 0rem 0 0 0;
	}
	
	#form11 .inner > :first-child {
		margin: 0;
	}
	
	#form04:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form04:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form04 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form04 input[type="text"], #form04 input[type="email"], #form04 textarea, #form04 select, #form04 input[type="checkbox"] + label, #form04 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form04 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#form10:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form10:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form10 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form10 input[type="text"], #form10 input[type="email"], #form10 textarea, #form10 select, #form10 input[type="checkbox"] + label, #form10 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form10 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form10 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form10 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form10 .inner > * {
		margin: 0.125rem 0 0 0;
	}
	
	#form10 .inner > :first-child {
		margin: 0;
	}
	
	#form13:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form13:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form13 label:first-child {
		font-size: 0.625em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form13 input[type="text"], #form13 input[type="email"], #form13 textarea, #form13 select, #form13 input[type="checkbox"] + label, #form13 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form13 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#form09:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form09:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form09 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form09 input[type="text"], #form09 input[type="email"], #form09 textarea, #form09 select, #form09 input[type="checkbox"] + label, #form09 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form09 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form09 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form09 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form09 .inner > * {
		margin: 0.125rem 0 0 0;
	}
	
	#form09 .inner > :first-child {
		margin: 0;
	}
	
	#form12:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form12:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form12 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form12 input[type="text"], #form12 input[type="email"], #form12 textarea, #form12 select, #form12 input[type="checkbox"] + label, #form12 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form12 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form12 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form12 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form12 .inner > * {
		margin: 0.125rem 0 0 0;
	}
	
	#form12 .inner > :first-child {
		margin: 0;
	}
	
	#form05:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form05:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form05 label:first-child {
		font-size: 0.625em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form05 input[type="text"], #form05 input[type="email"], #form05 textarea, #form05 select, #form05 input[type="checkbox"] + label, #form05 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form05 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#form14:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form14:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form14 label:first-child {
		font-size: 0.625em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form14 input[type="text"], #form14 input[type="email"], #form14 textarea, #form14 select, #form14 input[type="checkbox"] + label, #form14 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form14 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#form15:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form15:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form15 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form15 input[type="text"], #form15 input[type="email"], #form15 textarea, #form15 select, #form15 input[type="checkbox"] + label, #form15 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form15 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form15 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form15 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form15 .inner > * {
		margin: 0.125rem 0 0 0;
	}
	
	#form15 .inner > :first-child {
		margin: 0;
	}
	
	#form06:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form06:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form06 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form06 input[type="text"], #form06 input[type="email"], #form06 textarea, #form06 select, #form06 input[type="checkbox"] + label, #form06 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form06 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form06 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form06 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form06 .inner > * {
		margin: 0rem 0 0 0;
	}
	
	#form06 .inner > :first-child {
		margin: 0;
	}
	
	#form16:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form16:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form16 label:first-child {
		font-size: 0.625em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form16 input[type="text"], #form16 input[type="email"], #form16 textarea, #form16 select, #form16 input[type="checkbox"] + label, #form16 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form16 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#form18:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form18:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form18 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form18 input[type="text"], #form18 input[type="email"], #form18 textarea, #form18 select, #form18 input[type="checkbox"] + label, #form18 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form18 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form18 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form18 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form18 .inner > * {
		margin: 0.125rem 0 0 0;
	}
	
	#form18 .inner > :first-child {
		margin: 0;
	}
	
	#form19:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form19:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form19 label:first-child {
		font-size: 0.625em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form19 input[type="text"], #form19 input[type="email"], #form19 textarea, #form19 select, #form19 input[type="checkbox"] + label, #form19 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form19 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#form08:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form08:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form08 label:first-child {
		font-size: 0.625em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form08 input[type="text"], #form08 input[type="email"], #form08 textarea, #form08 select, #form08 input[type="checkbox"] + label, #form08 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form08 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#form17:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form17:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form17 label:first-child {
		font-size: 0.875em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form17 input[type="text"], #form17 input[type="email"], #form17 textarea, #form17 select, #form17 input[type="checkbox"] + label, #form17 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form17 button {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	#form17 .inner {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#form17 .inner .field {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
	}
	
	#form17 .inner > * {
		margin: 0.125rem 0 0 0;
	}
	
	#form17 .inner > :first-child {
		margin: 0;
	}
	
	#form20:not(:first-child) {
		margin-top: 0.75rem !important;
	}
	
	#form20:not(:last-child) {
		margin-bottom: 0.75rem !important;
	}
	
	#form20 label:first-child {
		font-size: 0.625em;
		line-height: 1.5;
		letter-spacing: 0rem;
	}
	
	#form20 input[type="text"], #form20 input[type="email"], #form20 textarea, #form20 select, #form20 input[type="checkbox"] + label, #form20 .file {
		font-size: 0.625em;
		letter-spacing: 0rem;
	}
	
	
	
	#form20 button {
		font-size: 0.75em;
		letter-spacing: 0rem;
	}
	
	#slideshow01 .bg {
		width: 27rem;
		height: 15.25rem !important;
	}

	#slideshow02 .bg {
		width: 27rem;
		height: 15.25rem !important;
	}

	#slideshow03 .bg {
		width: 27rem;
		height: 15.25rem !important;
	}
	
	#slideshow01 .bg > .slow {
		animation-duration: 20s;
	}
	
	#slideshow01 .bg > .normal {
		animation-duration: 15s;
	}
	
	#slideshow01 .bg > .fast {
		animation-duration: 10s;
	}
	
	.gallery-modal .close {
		background-position: top 0.5rem right 0.5rem;
	}
	
	#gallery02 ul li img {
		max-height: 4.125rem;
	}
	
	#gallery03 ul li img {
		max-height: 5.25rem;
	}
	
	#gallery01 ul li img {
		max-height: 2.25rem;
	}
	
	#table02 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#table02 th, #table02 td {
		padding: 1rem 1.375rem;
	}
	
	#table03 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#table03 th, #table03 td {
		padding: 1rem 1.375rem;
	}
	
	#table04 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1.5;
	}
	
	#table04 th, #table04 td {
		padding: 1rem 1.375rem;
	}
	
	#table07 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table07 th, #table07 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table05 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table05 th, #table05 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table06 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table06 th, #table06 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table11 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table11 th, #table11 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table10 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table10 th, #table10 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table12 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table12 th, #table12 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table09 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table09 th, #table09 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table13 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table13 th, #table13 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#table01 {
		letter-spacing: 0rem;
		font-size: 0.625em;
		line-height: 1;
	}
	
	#table01 th, #table01 td {
		padding: 0.625rem 0.859375rem;
	}
	
	#icons01 {
		font-size: 1.5em;
		width: calc(100% + 0.75rem);
		margin-left: -0.375rem;
	}
	
	#icons01 li {
		margin: 0.375rem;
	}

	header #buttons03 {
		display: none;
	}

	header #buttons01 {
		display: none;
	}

	footer {
		margin-bottom: 2.5em !important;
	}
}

@media (max-width: 480px) {
	#main > .inner > header {
		margin-bottom: 0.65625rem;
	}
	
	#main > .inner > footer {
		margin-top: 0.65625rem;
	}
	
	#main > .inner > * > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container01.default > .wrapper > .inner > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container01.columns > .wrapper > .inner > * > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container02.default > .wrapper > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container02.columns > .wrapper > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container03.default > .wrapper > .inner > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container03.columns > .wrapper > .inner > * > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container07.default > .wrapper > .inner > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container07.columns > .wrapper > .inner > * > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container05.default > .wrapper > .inner > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container05.columns > .wrapper > .inner > * > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container18.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container18.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container04.default > .wrapper > .inner > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container04.columns > .wrapper > .inner > * > * {
		margin-top: 0.65625rem;
		margin-bottom: 0.65625rem;
	}
	
	#container09.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container09.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container10.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container10.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container06.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container06.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container11.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container11.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container14.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container14.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container13.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container13.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}

	#container24.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container24.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container12.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container12.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container15.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container15.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container17.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container17.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container08.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container08.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container19.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container19.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container20.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container20.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container21.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container21.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container22.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container22.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container16.default > .wrapper > .inner > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#container16.columns > .wrapper > .inner > * > * {
		margin-top: 0.21875rem;
		margin-bottom: 0.21875rem;
	}
	
	#buttons03 {
		margin-left: 0;
		width: 100%;
		padding: 0.0625rem 0;
	}
	
	#buttons03 li {
		max-width: 100%;
		display: block;
		margin: 0.125rem 0;
	}
	
	#buttons03 li:first-child {
		margin-top: 0;
	}
	
	#buttons03 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons03 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons01 {
		margin-left: 0;
		width: 100%;
		padding: 0.0625rem 0;
	}
	
	#buttons01 li {
		max-width: 100%;
		display: block;
		margin: 0.125rem 0;
	}
	
	#buttons01 li:first-child {
		margin-top: 0;
	}
	
	#buttons01 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons01 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons11 {
		margin-left: 0;
		width: 100%;
		padding: 0.125rem 0;
	}
	
	#buttons11 li {
		max-width: 100%;
		display: block;
		margin: 0.25rem 0;
	}
	
	#buttons11 li:first-child {
		margin-top: 0;
	}
	
	#buttons11 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons11 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons09 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons09 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons09 li:first-child {
		margin-top: 0;
	}
	
	#buttons09 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons09 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons10 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons10 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons10 li:first-child {
		margin-top: 0;
	}
	
	#buttons10 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons10 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons16 {
		margin-left: 0;
		width: 100%;
		padding: 0.125rem 0;
	}
	
	#buttons16 li {
		max-width: 100%;
		display: block;
		margin: 0.25rem 0;
	}
	
	#buttons16 li:first-child {
		margin-top: 0;
	}
	
	#buttons16 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons16 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons07 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons07 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons07 li:first-child {
		margin-top: 0;
	}
	
	#buttons07 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons07 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons06 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons06 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons06 li:first-child {
		margin-top: 0;
	}
	
	#buttons06 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons06 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons02 {
		margin-left: 0;
		width: 100%;
		padding: 0.125rem 0;
	}
	
	#buttons02 li {
		max-width: 100%;
		display: block;
		margin: 0.25rem 0;
	}
	
	#buttons02 li:first-child {
		margin-top: 0;
	}
	
	#buttons02 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons02 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons17 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons17 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons17 li:first-child {
		margin-top: 0;
	}
	
	#buttons17 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons17 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons18 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons18 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons18 li:first-child {
		margin-top: 0;
	}
	
	#buttons18 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons18 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons19 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons19 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons19 li:first-child {
		margin-top: 0;
	}
	
	#buttons19 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons19 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons04 {
		margin-left: 0;
		width: 100%;
		padding: 0.125rem 0;
	}
	
	#buttons04 li {
		max-width: 100%;
		display: block;
		margin: 0.25rem 0;
	}
	
	#buttons04 li:first-child {
		margin-top: 0;
	}
	
	#buttons04 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons04 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons08 {
		margin-left: 0;
		width: 100%;
		padding: 0.25rem 0;
	}
	
	#buttons08 li {
		max-width: 100%;
		display: block;
		margin: 0.5rem 0;
	}
	
	#buttons08 li:first-child {
		margin-top: 0;
	}
	
	#buttons08 li:last-child {
		margin-bottom: 0;
	}
	
	#buttons08 li a {
		display: inline-flex;
		width: 100%;
		max-width: 32rem;
	}
	
	#buttons12 {
		margin-left: 0;
		width: 100%;
		padding: 0.125rem 0;
	}
	
	#buttons12 li {
		max-width: 100%;
		display: block;
		/* margin: 0.25rem 0; */
	}
	
	#buttons12 li:first-child {
		/* margin-top: 0; */
	}
	
	#buttons12 li:last-child {
		/* margin-bottom: 0; */
	}
	
	#buttons12 li a {
		display: inline-flex;
		/* width: 100%; */
		max-width: 32rem;
	}
	
	#buttons05 li a {
		width: 100%;
		max-width: 32rem;
	}
	
	#form02 .inner .actions {
		width: 100%;
	}
	
	#form02 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form01 .inner .actions {
		width: 100%;
	}
	
	#form01 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form03 .inner .actions {
		width: 100%;
	}
	
	#form03 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form11 .inner .actions {
		width: 100%;
	}
	
	#form11 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form04 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form10 .inner .actions {
		width: 100%;
	}
	
	#form10 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form13 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form09 .inner .actions {
		width: 100%;
	}
	
	#form09 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form12 .inner .actions {
		width: 100%;
	}
	
	#form12 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form05 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form14 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form15 .inner .actions {
		width: 100%;
	}
	
	#form15 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form06 .inner .actions {
		width: 100%;
	}
	
	#form06 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form16 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form18 .inner .actions {
		width: 100%;
	}
	
	#form18 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form19 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form08 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form17 .inner .actions {
		width: 100%;
	}
	
	#form17 button {
		width: 100%;
		max-width: 32rem;
	}
	
	#form20 button {
		width: 100%;
		max-width: 32rem;
	}
}

@media (max-width: 360px) {
	#main > .inner {
		padding: 1.21875rem 1.5rem;
	}
	
	#main > .inner > header {
		margin-bottom: 0.5625rem;
	}
	
	#main > .inner > footer {
		margin-top: 0.5625rem;
	}
	
	#main > .inner > * > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#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: -1.21875rem !important;
	}
	
	#main > .inner > .full:last-child {
		margin-bottom: -1.21875rem !important;
	}
	
	#main > .inner > .full.screen {
		margin-left: -50vw;
	}
	
	#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: -50vw;
	}
	
	#main > .inner > header > .full:first-child {
		margin-top: -1.21875rem !important;
	}
	
	#main > .inner > footer > .full:last-child {
		margin-bottom: -1.21875rem !important;
	}
	
	#container01 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container01.default > .wrapper > .inner > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container01.columns > .wrapper > .inner > * > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container01.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container01.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container01.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container01.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.1875rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.1875rem !important;
	}
	
	#container01.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container01.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container02 > .wrapper > .inner {
		padding: 0.46875rem 0.75rem;
	}
	
	#container02.default > .wrapper > .inner > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container02.columns > .wrapper > .inner > * > * {
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	
	#container02.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container02.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.46875rem !important;
	}
	
	#container02.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.46875rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container02.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.1875rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.1875rem !important;
	}
	
	#container02.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.46875rem) !important;
	}
	
	#container02.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.46875rem) !important;
	}
	
	#container03 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container03.default > .wrapper > .inner > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container03.columns > .wrapper > .inner > * > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container03.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container03.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container03.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container03.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container03.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container03.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container03.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container07 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container07.default > .wrapper > .inner > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container07.columns > .wrapper > .inner > * > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container07.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container07.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container07.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container07.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container07.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container07.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container07.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container05 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container05.default > .wrapper > .inner > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container05.columns > .wrapper > .inner > * > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container05.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container05.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container05.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container05.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container05.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container05.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container05.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container18 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container18.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container18.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container18.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container18.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container18.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container18.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container18.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container18.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container18.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container04 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container04.default > .wrapper > .inner > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container04.columns > .wrapper > .inner > * > * {
		margin-top: 0.5625rem;
		margin-bottom: 0.5625rem;
	}
	
	#container04.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container04.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container04.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container04.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container04.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container04.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container09 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container09.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container09.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container09.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container09.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container09.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container09.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container09.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container09.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container09.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container10 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container10.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container10.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container10.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container10.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container10.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container10.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container10.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container10.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container10.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container06 > .wrapper > .inner {
		padding: 0.75rem 0.75rem;
	}
	
	#container06.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container06.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container06.default > .wrapper > .inner > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container06.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container06.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.75rem);
		width: calc(100% + 1.5rem + 0.4725px);
	}
	
	#container06.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -1.6875rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -1.6875rem !important;
	}
	
	#container06.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container06.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container11 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container11.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container11.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container11.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container11.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container11.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container11.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -3rem !important;
	}
	
	#container11.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -3rem !important;
	}
	
	#container11.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container11.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container14 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container14.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container14.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container14.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container14.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container14.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container14.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container14.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container14.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container14.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container13 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container13.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container13.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container13.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container13.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container13.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container13.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container13.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container13.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container13.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}

	#container24 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container24.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container24.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container24.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container24.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container24.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container24.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container24.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container24.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container24.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container12 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container12.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container12.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container12.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container12.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container12.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container12.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container12.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container12.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container12.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container15 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container15.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container15.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container15.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container15.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container15.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container15.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -0.5rem !important;
	}
	
	#container15.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -0.5rem !important;
	}
	
	#container15.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container15.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container17 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container17.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container17.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container17.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container17.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container17.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container17.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container17.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container17.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container17.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container08 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container08.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container08.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container08.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container08.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container08.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container08.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container08.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container08.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container08.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container19 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container19.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container19.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container19.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container19.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container19.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container19.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container19.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container19.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container19.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container20 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container20.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container20.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container20.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container20.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container20.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container20.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container20.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container20.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container20.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container21 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container21.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container21.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container21.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container21.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container21.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container21.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container21.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container21.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container21.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container22 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container22.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container22.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container22.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container22.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container22.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container22.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container22.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container22.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container22.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#container16 > .wrapper > .inner {
		padding: 0.75rem 0.46875rem;
	}
	
	#container16.default > .wrapper > .inner > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container16.columns > .wrapper > .inner > * > * {
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
	}
	
	#container16.default > .wrapper > .inner > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container16.default > .wrapper > .inner > .full:first-child {
		margin-top: -0.75rem !important;
	}
	
	#container16.default > .wrapper > .inner > .full:last-child {
		margin-bottom: -0.75rem !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full {
		margin-left: calc(-0.46875rem);
		width: calc(100% + 0.9375rem + 0.4725px);
	}
	
	#container16.columns > .wrapper > .inner > div > .full:first-child {
		margin-top: -2.25rem !important;
	}
	
	#container16.columns > .wrapper > .inner > div > .full:last-child {
		margin-bottom: -2.25rem !important;
	}
	
	#container16.columns > .wrapper > .inner > div:first-of-type > .full:first-child {
		margin-top: calc(-0.75rem) !important;
	}
	
	#container16.columns > .wrapper > .inner > div:last-of-type > .full:last-child {
		margin-bottom: calc(-0.75rem) !important;
	}
	
	#buttons03 {
		width: 100%;
		margin-left: 0;
		padding: 0.046875rem 0;
	}
	
	#buttons03 li {
		max-width: 100%;
		margin: 0.09375rem 0;
	}
	
	#buttons01 {
		width: 100%;
		margin-left: 0;
		padding: 0.046875rem 0;
	}
	
	#buttons01 li {
		max-width: 100%;
		margin: 0.09375rem 0;
	}
	
	#buttons11 {
		width: 100%;
		margin-left: 0;
		padding: 0.09375rem 0;
	}
	
	#buttons11 li {
		max-width: 100%;
		margin: 0.1875rem 0;
	}
	
	#buttons09 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons09 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons10 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons10 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons16 {
		width: 100%;
		margin-left: 0;
		padding: 0.09375rem 0;
	}
	
	#buttons16 li {
		max-width: 100%;
		margin: 0.1875rem 0;
	}
	
	#buttons07 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons07 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons06 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons06 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons02 {
		width: 100%;
		margin-left: 0;
		padding: 0.09375rem 0;
	}
	
	#buttons02 li {
		max-width: 100%;
		margin: 0.1875rem 0;
	}
	
	#buttons17 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons17 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons18 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons18 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons19 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons19 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons04 {
		width: 100%;
		margin-left: 0;
		padding: 0.09375rem 0;
	}
	
	#buttons04 li {
		max-width: 100%;
		margin: 0.1875rem 0;
	}
	
	#buttons08 {
		width: 100%;
		margin-left: 0;
		padding: 0.1875rem 0;
	}
	
	#buttons08 li {
		max-width: 100%;
		margin: 0.375rem 0;
	}
	
	#buttons12 {
		width: 100%;
		margin-left: 0;
		padding: 0.09375rem 0;
	}
	
	#buttons12 li {
		max-width: 100%;
		margin: 0.1875rem 0;
	}
	
	#buttons05 {
		padding: 0.1875rem 0;
	}
	
	#buttons05 li {
		margin: 0.375rem 0;
	}
	
	#text08 {
		font-size: 1.125em;
	}
	
	#text05 {
		font-size: 1.5em;
	}
	
	#text19 {
		font-size: 0.875em;
	}
	
	#text34 {
		font-size: 1.375em;
	}
	
	#text02 {
		font-size: 1.125em;
	}
	
	#text31 {
		font-size: 0.875em;
	}
	
	#text32 {
		font-size: 0.625em;
	}
	
	#text28 {
		font-size: 0.875em;
	}
	
	#text12 {
		font-size: 0.625em;
	}
	
	#text10 {
		font-size: 0.75em;
	}
	
	#text69 {
		font-size: 1.375em;
	}
	
	#text23 {
		font-size: 0.625em;
	}
	
	#text70 {
		font-size: 0.75em;
	}
	
	#text11 {
		font-size: 1.125em;
	}
	
	#text09 {
		font-size: 1.125em;
	}
	
	#text18 {
		font-size: 0.625em;
	}
	
	#text15 {
		font-size: 1.125em;
	}
	
	#text14 {
		font-size: 0.625em;
	}
	
	#text50 {
		font-size: 1.375em;
	}
	
	#text04 {
		font-size: 0.75em;
	}
	
	#text98 {
		font-size: 1.125em;
	}
	
	#text72 {
		font-size: 0.75em;
	}
	
	#text73 {
		font-size: 0.625em;
	}
	
	#text74 {
		font-size: 1.125em;
	}
	
	#text83 {
		font-size: 0.75em;
	}
	
	#text85 {
		font-size: 0.625em;
	}
	
	#text86 {
		font-size: 1.125em;
	}
	
	#text87 {
		font-size: 0.75em;
	}
	
	#text88 {
		font-size: 0.625em;
	}
	
	#text52 {
		font-size: 1.375em;
	}
	
	#text56 {
		font-size: 0.625em;
	}
	
	#text57 {
		font-size: 1.125em;
	}
	
	#text58 {
		font-size: 0.75em;
	}
	
	#text59 {
		font-size: 0.625em;
	}
	
	#text60 {
		font-size: 1.125em;
	}
	
	#text61 {
		font-size: 0.75em;
	}
	
	#text62 {
		font-size: 0.625em;
	}
	
	#text63 {
		font-size: 1.125em;
	}
	
	#text64 {
		font-size: 0.75em;
	}
	
	#text65 {
		font-size: 0.625em;
	}
	
	#text66 {
		font-size: 1.125em;
	}
	
	#text67 {
		font-size: 0.75em;
	}
	
	#text68 {
		font-size: 0.625em;
	}
	
	#text13 {
		font-size: 1.375em;
	}
	
	#text01 {
		font-size: 0.625em;
	}
	
	#text75 {
		font-size: 0.75em;
	}
	
	#text76 {
		font-size: 0.625em;
	}
	
	#text77 {
		font-size: 0.75em;
	}
	
	#text78 {
		font-size: 0.625em;
	}
	
	#text79 {
		font-size: 0.75em;
	}
	
	#text46 {
		font-size: 0.625em;
	}
	
	#text81 {
		font-size: 0.75em;
	}
	
	#text82 {
		font-size: 0.625em;
	}
	
	#text84 {
		font-size: 0.625em;
	}
	
	#text29 {
		font-size: 1.25em;
	}
	
	#text30 {
		font-size: 1em;
	}
	
	#text03 {
		font-size: 0.75em;
	}
	
	#text21 {
		font-size: 1.375em;
	}
	
	#text27 {
		font-size: 0.625em;
	}
	
	#text47 {
		font-size: 1.375em;
	}
	
	#text20 {
		font-size: 0.625em;
	}
	
	#text17 {
		font-size: 1.375em;
	}
	
	#text45 {
		font-size: 1.375em;
	}
	
	#text24 {
		font-size: 0.75em;
	}
	
	#text25 {
		font-size: 2em;
	}
	
	#text41 {
		font-size: 0.75em;
	}
	
	#text44 {
		font-size: 1.5em;
	}
	
	#text22 {
		font-size: 2em;
	}
	
	#text06 {
		font-size: 0.75em;
	}
	
	#text42 {
		font-size: 2em;
	}
	
	#text43 {
		font-size: 0.75em;
	}
	
	#text16 {
		font-size: 1.375em;
	}
	
	#text53 {
		font-size: 1.375em;
	}
	
	#text54 {
		font-size: 1.375em;
	}
	
	#text37 {
		font-size: 1.375em;
	}
	
	#text55 {
		font-size: 1.375em;
	}
	
	#text26 {
		font-size: 1.375em;
	}
	
	#text33 {
		font-size: 1.375em;
	}
	
	#text38 {
		font-size: 1.375em;
	}
	
	#text39 {
		font-size: 1.375em;
	}
	
	#text80 {
		font-size: 0.625em;
	}
	
	#text40 {
		font-size: 1.375em;
	}
	
	#text49 {
		font-size: 1.375em;
	}
	
	#text89 {
		font-size: 1.375em;
	}
	
	#text90 {
		font-size: 1.375em;
	}
	
	#text92 {
		font-size: 1.375em;
	}
	
	#text36 {
		font-size: 0.625em;
	}
	
	#text51 {
		font-size: 0.75em;
	}
	
	#text93 {
		font-size: 0.75em;
	}
	
	#text94 {
		font-size: 1.375em;
	}
	
	#text07 {
		font-size: 0.5em;
	}
	
	#text48 {
		font-size: 1.375em;
	}
	
	#text35 {
		font-size: 3.5em;
	}
	
	#text91 {
		font-size: 0.625em;
	}
	
	#gallery02 ul {
		width: calc(100% + 0.5625rem);
		margin: -0.28125rem 0 -0.28125rem -0.28125rem;
	}
	
	#gallery02 ul li {
		margin: 0.28125rem;
	}
	
	#gallery03 ul {
		width: calc(100% + 0.5625rem);
		margin: -0.28125rem 0 -0.28125rem -0.28125rem;
	}
	
	#gallery03 ul li {
		margin: 0.28125rem;
	}
	
	#gallery01 ul {
		width: calc(100% + 0.5625rem);
		margin: -0.28125rem 0 -0.28125rem -0.28125rem;
	}
	
	#gallery01 ul li {
		margin: 0.28125rem;
	}
	
	#table02 {
		font-size: 0.625em;
	}
	
	#table03 {
		font-size: 0.625em;
	}
	
	#table04 {
		font-size: 0.625em;
	}
	
	#table07 {
		font-size: 0.625em;
	}
	
	#table05 {
		font-size: 0.625em;
	}
	
	#table06 {
		font-size: 0.625em;
	}
	
	#table11 {
		font-size: 0.625em;
	}
	
	#table10 {
		font-size: 0.625em;
	}
	
	#table12 {
		font-size: 0.625em;
	}
	
	#table09 {
		font-size: 0.625em;
	}
	
	#table13 {
		font-size: 0.625em;
	}
	
	#table01 {
		font-size: 0.625em;
	}
	
	#icons01 {
		width: calc(100% + 0.5625rem);
		margin-left: -0.28125rem;
	}
	
	#icons01 li {
		margin: 0.28125rem;
	}
}

#imageViewReview a, #imageViewReview span {
	border-radius: 0.25rem;
}

#imageViewReview img {
	width: 8rem;
	border-radius: 0.25rem;
}

#text23 a {
	color: #00AAFF;
	text-decoration: none;
}

#text23 a:hover {
	color: #73D0FF;
}

#text41 span {
	display:block;
	text-align: center;
	margin: 0.75em 0 0 0;
}

.scrollFlow {
	overflow: scroll;
    height: 30em;
}

/* --------------------------------- */

h1 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 700;
}
h2 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 700;
}
h3 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	font-weight: 700;
}
h4 {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.7em;
	line-height: 1.5;
	font-weight: 700;
}

.convertPara {
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625rem;
	line-height: 1.5;
	font-weight: 500;
}

.convertHr {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.271);
	height: 1px;
	margin-top: -0.5px;
}
.convertLink {
	width: 100%;
	border-top: solid 1px rgba(87, 87, 87, 0.659);
	height: 1px;
	margin-top: -0.5px;
}
.convertPara a {
	color: #00AAFF;
	text-decoration: none;
}

.convertPara a:hover {
	color: #73D0FF;
}
.convertli {
	letter-spacing: 0rem;
	width: 100%;
	list-style-type: disc;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.625rem;
	line-height: 1.5;
	font-weight: 500;
	text-align: left;
}
.convertul {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	line-height: 1.5;
	font-weight: 500;
}
.convertul {
	margin-left: 1.5rem;
}
.convertol {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	line-height: 1.5;
	font-weight: 500;
}
.convertol {
	margin-left: 1.5rem;
}

.convertli a {
	color: #00AAFF;
	text-decoration: none;
}

.convertli a:hover {
	color: #73D0FF;
}

.convertQuote {
	background: #404040;
	border-left: 10px solid #616161;
  	margin: 1.5em 10px;
  	padding: 0.5em 10px;
	border-radius: 2px;
}

.convertinfo {
	background: #3498db;
	border-radius: 2px;
	padding: 1em;
}

.convertinfo .convertPara a {
	color: #FFFFFF !important;
	text-decoration: underline !important;
}

.convertinfo .convertPara a:hover {
	text-decoration: none !important;
}

.convertwarning {
	background: #f39c12;
	border-radius: 2px;
	padding: 1em;
}

.convertdanger {
	background: #e74c3c;
	border-radius: 2px;
	padding: 1em;
}

.convertsuccess {
	background: #00bc8c;
	border-radius: 2px;
	padding: 1em;
}

.convertImage {
	border-radius: 0.125rem;
	width: 30rem;
	border-radius: 0.125rem;
}

.convertTable {
	color: #ececec;
	font-family: 'Exo', sans-serif;
	font-size: 0.75rem;
	line-height: 1.25;
	font-weight: 500;
	width: 100%;
}

.convertTable a {
	color: #00AAFF;
	text-decoration: none;
}

.convertTable th, .convertTable td {
	border-bottom: solid 1px #C4C4C4;
	padding: 0.5rem 0.6875rem;
	text-align: left !important;
}

.topright {
	position: absolute;
	top: 8px;
	right: 4.8rem;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.7em;
	line-height: 1.5;
	font-weight: 700;
	padding: 3px 3px 3px 3px;
	border-radius: 0.11rem;
	background-color: #282c34;
}

.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}
  
.dropdown {
	position: relative;
	display: inline-block;
	
}

.dropdown-content {
	display: none;
	position: absolute;
	/* background-color: #162236; */
	width: 100%;
	z-index: 5;
	backdrop-filter: blur(5px);
}
  
.dropdown-content a {
	color: #FFFFFF;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	text-align: center;
	border-radius: 0.125rem;
	min-width: 100%;
	width: fit-content;
	white-space: nowrap;
	/* overflow-x: visible; */
}

.userNotes {
	display: block;
	/* vertical-align: middle; */
	/* width: 5em; */
	background-color: rgba(36,36,36,0.8);
	text-align: left;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.65em;
	line-height: 1;
	font-weight: 500;
	padding: 1em;
	text-align: center;
	border-radius: 0.125rem;
}
  
.dropdown-content a:hover {background-color: rgba(255,255,255,0.169) !important;}
  
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content:hover {display: block;}

/* Admin dropdowns */
.dropdown-admin {
	position: relative;
	display: inline-block;
}

.dropdown-content-admin {
	display: none;
	position: absolute;
	/* background-color: rgba(0,0,0,0.2); */
	backdrop-filter: blur(5px);
	/* width: calc(100% + 0rem); */
	z-index: 5;
	margin: 0 0.125rem;
}
  
.dropdown-content-admin a {
	color: #FFFFFF;
	/* padding: 12px 16px; */
	text-decoration: none;
	display: block;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	text-align: center;
	border-radius: 0.125rem;
	min-width: 6.125rem;
	min-height: 1.75rem;
	margin-bottom: 0.125rem;
	line-height: 1.75rem;
	/* padding: 0 0.875rem; */
}
.dropdown-content-admin a:hover {background-color: rgba(255,255,255,0.169) !important;}
  
.dropdown-admin:hover .dropdown-content-admin {display: block;}
.dropdown-content-admin:hover {display: block;}
  
/* .dropdown:hover .dropbtn {background-color: #7b867b;} */

#text31 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #f5c60d;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons15 {
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}

#buttons15 li {
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 0.5rem);
	width: auto;
	margin: 0.25rem;
}

#buttons15 li a {
	display: flex;
	width: auto;
	height: 1.75rem;
	line-height: 1.75rem;
	vertical-align: middle;
	padding: 0 0.875rem;
	font-size: 0.625em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	border-radius: 0.125rem;
}

#buttons15 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;
	width: 1em;
	min-width: 16px;
	height: 100%;
	fill: #FFFFFF;
	margin-right: calc(0.5em + 0rem);
	margin-left: -0.125em;
}

#buttons15 .button {
	background-color: transparent;
	color: #FFFFFF;
}

#buttons15 .n01 {
	background-color: rgba(31,80,255,0.31);
}

#buttons15 .n01:hover {
	background-color: rgba(31,80,255,0.49) !important;
}

#buttons15 .n02 {
	background-color: rgba(0,168,21,0.31);
}

#buttons15 .n02:hover {
	background-color: rgba(0,168,21,0.49) !important;
}

#imageBlog a, #imageBlog span {
	border-radius: 0.25rem;
}

#imageBlog img {
	width: 100%;
	height: 15rem;
	border-radius: 0.15rem;
	object-fit: cover;
	margin-bottom: 1.0rem;
}

#text95 svg {
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	width: 2em;
	min-width: 16px;
	height: 2em;
	fill: #FFFFFF;
	line-height: 1px;
}

#text96 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.625em;
	line-height: 1.5;
	font-weight: 700;
}

#text97 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 1.375em;
	line-height: 1.5;
	font-weight: 700;
}

#storestatbox {
	display: inline-block;
	background: rgba(255,255,255,0.051);
	border-radius: 0.125rem;
	text-align: center;
	width: 12em;
	padding: 1.5em 0.4em 1.5em 0.4em;
	margin: 2em;
}

.blur {
	filter: blur(5px);
}

.blur:hover {
	filter: none;
}

.supertext {
	vertical-align: super;
  	font-size: xx-small;
}

/* Review stars */
#iconsReviews {
	font-size: 1.0em;
	width: calc(100% + 0.75rem);
	margin-left: -0.375rem;
	text-align: left;
	
}

#iconsReviews li {
	margin: 0.375rem;
}

#iconsReviews li a {
	border-radius: 0.125rem;
	width: 1em;
	height: 1em;
}

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

#iconsReviews a svg {
	fill: #f5c60d;
}

#table11 svg {
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	vertical-align: middle;
	height: 1.1em;
  	width: 1.1em;
	fill: #ffffff;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
	width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track {
	/* background: #f1f1f1; */
	background: rgba(255, 0, 0, 0);
	/* background-color: transparent; */
}
   
/* Handle */
::-webkit-scrollbar-thumb {
	background: rgba(136, 136, 136, 0.075);
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgba(136, 136, 136, 0.445);
}

::-webkit-scrollbar-corner {
	background: rgba(136, 136, 136, 0);
}

.clickhover:hover {
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	/* background-color: #233147; */
	background-color: var(--modalBackground);
	margin: 4% auto !important;
	padding: 20px;
	border: 1px solid #3F4042;
	width: 40%;
	border-radius: 4px;
}

.modal-red {
	background-color: var(--modalBackgroundRed);
}

.modal-wide {
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-wide-content {
	/* background-color: #233147; */
	background-color: #2A2A2A;
	margin: 4% auto !important;
	padding: 2rem 2rem;
	/* border: 1px solid rgba(128, 128, 128,0.94); */
	width: 80%;
	border-radius: 16px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
  
.close:hover,
.close:focus {
	color: rgb(214, 214, 214);
	text-decoration: none;
	cursor: pointer;
}

.redicon{
	position: absolute;
	top: -4px;
	right: -4px;
	background: red;
	padding: 6px;
	box-sizing: border-box;
	border-radius: 100%;
}

.notiItem:hover {
	cursor: pointer;
	background-color: rgba(41,41,41,0.0) !important;
	transition: ease 0.2s;
}

.searchSeparator {
	/* display: inline-block; */
	border-color: #5f5f5f;
	border-style: solid;
	border-width: 1px;
	border-radius: 0.1em;
	/* border-top-width: 1px; */
	margin-top: 0 !important;
    margin-bottom: 2rem !important;
	padding: 1rem;
}

.headLine {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5em !important;
  /* margin-top: 2.5em !important; */
}
.headLine:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
  margin-left: 0.5em !important;
  opacity: 50%;
}

.userPageButtons {
	width: 100%;
	/* padding: 50px; */
	text-align: center;
	font-size: 25px;
	color: white;
    /* flex-wrap: wrap; */
    display: flex;
    align-items: flex-start;
}

.userPageRows {
	width: 25%;
	height: 25%;
	padding: 18px;
	margin: 0 1rem 1rem 1rem;
	border-color: #5f5f5f;
	border-style: solid;
	border-width: 4px;
	cursor: pointer;
	background-color: rgba(41,41,41,0.8);
	transition: ease-in-out 0.5s;
}
.userPageRows:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 736px) {
	.userPageButtons {
    	/* width: 25%; */
		display: inline-block;
	}
	.userPageRows {
		width: 10rem;
		display: inline-block;
	}
	.modal-content {
		width: 100% !important;
	}
	#text99 {
		font-size: 0.575em !important;
	}
	#image07 img {
		width: 3.625rem;
	}
}

#text99 svg {
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	width: 1.8em;
	min-width: 16px;
	height: 1.8em;
	fill: #FFFFFF;
	line-height: 1px;
}

#text99 {
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 0.775em;
	line-height: 1.5;
	font-weight: 700;
}

#text99 a {
	text-decoration: underline;
}

#text99 a:hover {
	text-decoration: none;
}

.releaseTag {
	font-size: 0.475em;
	text-decoration: none !important;
	background-color: rgba(95, 95, 95, 0.6);
	font-weight: 500;
	margin-right: 0.8em;
	padding: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

.releaseTag svg {
	-moz-transition: fill 0.25s ease;
	-webkit-transition: fill 0.25s ease;
	-ms-transition: fill 0.25s ease;
	transition: fill 0.25s ease;
	vertical-align: sub;
	height: 1.1em;
  	width: 1.1em;
	fill: #ffffff;
}

.releaseCollapseButton {
    width: 30rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: 0.65em;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    border-radius: 0.125rem;
    background-color: rgba(32, 32, 32, 0.6);
	border: 2px dashed rgba(95, 95, 95, 0.6);
    color: #FFFFFF;
    position: relative;
	text-align: center;
	cursor: pointer;
	margin: 2em 0em;
}

#cookieBar {
	background-color: rgba(31, 31, 31, 0.95);
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	height: fit-content;
	padding: 0.5em;
	z-index: 5;
}

#consoleOutput {
	font-family: 'Lucida Console', 'Courier New', monospace;
	font-weight: normal;
	text-indent: 0;
	letter-spacing: 0;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	padding: 32px 16px 32px 16px;
	border-radius: 4px;
	overflow-y: scroll;
	max-height: 40em;
}

.reviewBar {
	border: none;
	/* width: 100%; */
	height: 30px;
	border: 1px solid rgba(71, 71, 71, 0.8);
	margin: auto 0.8em auto 0.8em;
	min-width: 75%;
	max-width: 75%;
}
  
.reviewBar::-webkit-progress-value {
	background: #DAA520;
}
  
.reviewBar::-webkit-progress-bar {
	background: rgba(150, 150, 150, 0.8);
}

.reviewBarBox div {
	display: flex;
    align-items: center;
	margin-top: 1em;
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.reviewBarBox {
	border: 0.1em solid #bdbdbd;
	padding: 1em 2em;
	margin-top: 1em !important;
}

#text101 {
    color: #FFFFFF;
    font-family: 'Exo', sans-serif;
    font-size: 2.3em;
    line-height: 1.5;
    font-weight: 700;
}

/* User Icon */
.comment-author {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
  
@media (min-width: 768px) {
	.comment-author {
		justify-content: space-between;
	}
}
  
.comment-avatar {
	margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
	margin-left: 10px;
	margin-right: 0;
}
  
.comment-meta {
	flex: 1 0 auto;
	color: rgba(114, 137, 218, 1);
	font-family: 'Exo', sans-serif;
	font-size: 0.625em;
  	font-weight: 400;
  	line-height: 1.5;
	text-decoration: none !important;
	text-align: left;
}

.meta-group {
	display: block;
}

.meta-data {
	color: rgb(182, 182, 182);
	font-size: 0.7em;
	font-weight: 300;
	font-family: 'Exo', sans-serif;
}

.user-avatar {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
  }
  
.avatar {
	display: inline-block;
	position: relative;
}
  
.avatar img {
	height: 40px;
	width: 40px;
}
  
.avatar .icon-agent {
	color: rgba(114, 137, 218, 1);
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -4px;
	background-color: #FFFFFF;
	font-size: 17px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	right: -2px;
	text-align: center;
	width: 17px;
}

.ticketLeftBorder {
	border-left: #969696 solid 3px;
	padding-left: 0.5em;
	/* text-indent: 8px; */
}

.staffControllerUpdater {
	color: #FFFFFF;
	min-height: 4em;
	padding: 1em;
	border-radius: 4px;
}

.alertBarv2 {
	background-color: #1284c2;
    padding: 0.3em;
}

#flex2070 {
	display: flex;
}

#flex2070 > :first-child {
	width: 20%;
	/* border-right: #404040 solid 1px; */
}

#flex2070 > :last-child {
	width: 70%;
	padding: 0.4em;
	margin-left: 4em;
}

#flex2070 > div > div > a {
	display: block;
	width: 100%;
	/* height: 2em; */
	color: #FFFFFF;
    font-family: 'Exo', sans-serif;
    font-size: 0.875em;
    /* line-height: 1.5; */
    font-weight: 500;
	text-align: left;
	/* cursor: pointer; */
	padding: 0.5em;
	text-decoration: none;
}

#flex2070 > div > div > a:hover {
	background-color: rgba(255,255,255,0.2);
}

.infoCard {
	padding: 1em;
	min-height: 2.5em;
	background-color: rgba(255,255,255,0.091);
	margin-bottom: 1em;
	text-align: left;
	border-radius: 8px;
}

#form13 input[type="date"], #form14 input[type="date"] {
	font-size: 0.75em;
	font-family: 'Exo', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	background-color: rgba(41,41,41,0.8);
	text-align: left;
	display: block;
	width: 100%;
	outline: 0;
	height: 1.75rem;
	padding: 0 0.6125rem;
	line-height: 1.75rem;
	border: 0;
}
#form13 input[type="date"]::-webkit-calendar-picker-indicator, #form14 input[type="date"]::-webkit-calendar-picker-indicator {
	width: 1.3rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 0.85rem;
	background-position: center;
    border-radius: 0.08rem;
    background-color: rgba(0,168,21,0.31);
	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 448 512'%3E%3Cpath d='M152 64H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H104V24C104 10.75 114.7 0 128 0C141.3 0 152 10.75 152 24V64zM48 448C48 456.8 55.16 464 64 464H384C392.8 464 400 456.8 400 448V192H48V448z' fill='%23FFFFFF' /%3E%3C/svg%3E");
	cursor: pointer;
}

#form13 input[type="date"]::-webkit-calendar-picker-indicator:hover, #form14 input[type="date"]::-webkit-calendar-picker-indicator:hover {
	background-color: rgba(0,168,21,0.49);
}

#flex2070 input:invalid, #flex2070 textarea:invalid {
	border: 2px solid red !important;
}

#invalidFields {
	display: none;
	color: red;
}

#mobileNav {
	display: none;
	/* display: table; */
	background-color: #f0f0f0;
	position: fixed !important;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding: 0.5em 0.4em;
	margin-bottom: 0 !important;
	margin-top: 1em !important;
}

.mobileNavFocus {
	border-bottom: 2px solid #000000;
}

#mobileNavMenu {
	display: none;
	position: fixed !important;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 4;
	background-color: #f0f0f0;
	margin-top: 0 !important;
	padding: 2em;
}

#mobileNavMenu p {
	color: #000000;
}

#mobileNavMenu #text31 {
	font-family: 'Exo', sans-serif;
	font-size: 1.075em;
	line-height: 1.5;
	text-align: left;
	margin-top: 1em;
}

#mobileNavMenu #text31 a {
	text-decoration: none !important;
}

#mobileNavMenu #divider02:before {
	border-top: solid 1px rgba(0,0,0,1);
}

.betaTag::before {
	content: "BETA";
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 0.5em;
	font-size: 0.5em;
	background-color: #5499c4;
	padding: 0.3em 0.8em;
	vertical-align: super;
	border-radius: 10px;
}

#addLineItem, #removeLineItem {
	cursor: pointer;
	text-decoration: underline;
}

#lineItemsSec > div {
	margin-bottom: 1em;
}

.setup-header {
	display: flex;
	margin: auto;
	background-color: white;
}

.setup-container {

}

@media (max-width: 736px) {
	#mobileNav {
		display: table;
	}
}

/* ? style="background-color:#F63906;position: fixed;bottom: 0;display: table;z-index: 5;width: 100%;padding: 0.5em 0.4em;margin-bottom:0;" */