@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600, 600i");
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}


body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

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

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #ffffff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Typography */

	html {
		font-size: 14pt;
	}

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

			html {
				font-size: 12pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

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

			html {
				font-size: 11pt;
			}

		}

	body {
		background-color: #ffffff;
		color: #545454;
	}

	body, input, select, textarea {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 2.5;
	}

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

			body, input, select, textarea {
				line-height: 2;
			}

		}

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

			body, input, select, textarea {
				line-height: 1.75;
			}

		}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2.5rem 0;
		color: #000000;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.5;
		margin: 0 0 1.875rem 0;
	}

		h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
			margin-bottom: 0.625rem;
		}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-family: 'Cormorant Garamond', Georgia, serif;
		font-size: 3.5rem;
		line-height: 1.2;
		font-weight: 400;
	}

	h2 {
		font-family: 'Cormorant Garamond', Georgia, serif;
		font-size: 2rem;
		line-height: 1.75;
		font-weight: 400;
	}

	h3 {
		font-family: 'Cormorant Garamond', Georgia, serif;
		font-size: 1.5rem;
		font-weight: 400;
	}

	h4 {
		font-family: 'Cormorant Garamond', Georgia, serif;
		font-size: 1rem;
		font-weight: 400;
	}

	h5 {
		font-family: 'Cormorant Garamond', Georgia, serif;
		font-size: 0.9rem;
		font-weight: 400;
	}

	h6 {
		font-family: 'Cormorant Garamond', Georgia, serif;
		font-size: 0.7rem;
		font-weight: 400;
	}

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

		h1, h2, h3, h4, h5, h6 {
			line-height: 1.5;
			margin: 0 0 1.25rem 0;
		}

		h1 {
			font-size: 3rem;
		}

		h2 {
			font-size: 2rem;
			line-height: 1.4;
		}

	}

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

		h1 {
			font-size: 2.5rem;
		}

		h2 {
			font-size: 1.75rem;
		}

	}

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

		h1 {
			font-size: 2.25rem;
			line-height: 1.3;
		}

		h2 {
			font-size: 1.75rem;
			line-height: 1.5;
		}

		h3 {
			font-size: 1.25rem;
		}

	}

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

		h1 {
			font-size: 2rem;
			line-height: 1.3;
		}

		h2 {
			font-size: 1.5rem;
			line-height: 1.5;
		}

		h3 {
			font-size: 1.25rem;
		}

	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 0.5rem;
		font-style: italic;
		margin: 0 0 2.5rem 0;
		padding: 1.25rem 0 1.25rem 2.5rem;
	}

	code {
		border-radius: 0.25rem;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9rem;
		margin: 0 0 2.5rem 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1rem 1.5rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.5rem 0;
	}

		hr.major {
			margin: 5rem 0;
		}

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

			hr.major {
				margin: 3.75rem 0;
			}

		}

	input, select, textarea {
		color: #000000;
	}

	a {
		color: #9164ea;
	}

	strong, b {
		color: #000000;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #000000;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: #000000;
		}

	blockquote {
		border-left-color: rgba(144, 144, 144, 0.25);
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: rgba(144, 144, 144, 0.25);
	}

	hr {
		border-bottom-color: rgba(144, 144, 144, 0.25);
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0rem;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0rem;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0rem;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0rem;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5rem;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5rem;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5rem;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5rem;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1rem;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1rem;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1rem;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1rem;
				}

		.row {
			margin-top: 0;
			margin-left: -2rem;
		}

			.row > * {
				padding: 0 0 0 2rem;
			}

			.row.gtr-uniform {
				margin-top: -2rem;
			}

				.row.gtr-uniform > * {
					padding-top: 2rem;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3rem;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3rem;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3rem;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3rem;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4rem;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4rem;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4rem;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4rem;
				}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1rem;
						}

				.row {
					margin-top: 0;
					margin-left: -2rem;
				}

					.row > * {
						padding: 0 0 0 2rem;
					}

					.row.gtr-uniform {
						margin-top: -2rem;
					}

						.row.gtr-uniform > * {
							padding-top: 2rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5rem;
				}

					.row > * {
						padding: 0 0 0 1.5rem;
					}

					.row.gtr-uniform {
						margin-top: -1.5rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5rem;
				}

					.row > * {
						padding: 0 0 0 1.5rem;
					}

					.row.gtr-uniform {
						margin-top: -1.5rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25rem;
				}

					.row > * {
						padding: 0 0 0 1.25rem;
					}

					.row.gtr-uniform {
						margin-top: -1.25rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5rem;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0rem;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0rem;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0rem;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0rem;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125rem;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125rem;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125rem;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125rem;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625rem;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625rem;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625rem;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625rem;
						}

				.row {
					margin-top: 0;
					margin-left: -1.25rem;
				}

					.row > * {
						padding: 0 0 0 1.25rem;
					}

					.row.gtr-uniform {
						margin-top: -1.25rem;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25rem;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875rem;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875rem;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875rem;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875rem;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5rem;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5rem;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5rem;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5rem;
						}

		}

/* Box */

	.box {
		border: solid 1px;
		border-radius: 0.25rem;
		margin-bottom: 2.5rem;
		padding: 1.5rem;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: rgba(144, 144, 144, 0.25);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 2rem;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		height: 3.25rem;
		line-height: 3.25rem;
		padding: 0 1.75rem;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8rem;
			height: 2.4375rem;
			line-height: 2.4375rem;
			padding: 0 1.25rem;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.35rem;
			height: 4.0625rem;
			line-height: 4.0625rem;
			padding: 0 2rem;
		}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			min-width: 13rem;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 2px #9164ea;
		color: #9164ea !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(145, 100, 234, 0.1);
		}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: rgba(145, 100, 234, 0.05);
			}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #9164ea;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #a17aed;
				box-shadow: none;
			}

				input[type="submit"].primary:hover:active,
				input[type="reset"].primary:hover:active,
				input[type="button"].primary:hover:active,
				button.primary:hover:active,
				.button.primary:hover:active {
					background-color: #814ee7;
				}

/* Form */

	form {
		margin: 0 0 2.5rem 0;
	}

		form.combined {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
			margin-left: auto;
			margin-right: auto;
			max-width: 100%;
			position: relative;
			width: 35rem;
		}

			form.combined input[type="text"],
			form.combined input[type="password"],
			form.combined input[type="email"],
			form.combined select {
				-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;
				border-bottom-left-radius: 2rem;
				border-top-left-radius: 2rem;
				border-bottom-right-radius: 0;
				border-top-right-radius: 0;
			}

			form.combined input[type="submit"],
			form.combined input[type="reset"],
			form.combined input[type="button"],
			form.combined button,
			form.combined .button {
				-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;
				border-bottom-left-radius: 0;
				border-top-left-radius: 0;
				margin: 0;
				padding: 0 2.5rem;
			}

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

				form.combined {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					form.combined input[type="text"],
					form.combined input[type="password"],
					form.combined input[type="email"],
					form.combined select {
						border-bottom-right-radius: 0.25rem;
						border-top-right-radius: 0.25rem;
						margin-bottom: 1rem;
					}

					form.combined input[type="submit"],
					form.combined input[type="reset"],
					form.combined input[type="button"],
					form.combined button,
					form.combined .button {
						border-bottom-left-radius: 0.25rem;
						border-top-left-radius: 0.25rem;
					}

			}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 0.25rem;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	label {
		display: block;
		font-size: 1rem;
		font-weight: 400;
		margin: 0 0 1.25rem 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"] {
		height: 3.25rem;
	}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 3.25rem;
		padding-right: 3.25rem;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1rem;
			font-weight: 300;
			padding-left: 2.825rem;
			padding-right: 0.875rem;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 0.25rem;
				border: solid 1px;
				content: '';
				display: inline-block;
				font-size: 0.8rem;
				height: 1.95rem;
				left: 0;
				line-height: 1.86875rem;
				position: absolute;
				text-align: center;
				top: 0.325rem;
				width: 1.95rem;
			}

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

					input[type="checkbox"] + label:before,
					input[type="radio"] + label:before {
						top: 0.1625rem;
					}

				}

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

					input[type="checkbox"] + label:before,
					input[type="radio"] + label:before {
						top: -0.1625rem;
					}

				}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 0.25rem;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #000000;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		background-color: #ffffff;
		border-color: rgba(144, 144, 144, 0.25);
		color: #545454;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9164ea;
			box-shadow: 0 0 0 1px #9164ea;
		}

	select {
		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='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(144, 144, 144, 0.25)' /%3E%3C/svg%3E");
	}

		select option {
			color: #545454;
			background-color: #ffffff;
		}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #545454;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(144, 144, 144, 0.075);
			border-color: rgba(144, 144, 144, 0.25);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #9164ea;
		border-color: #9164ea;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #9164ea;
		box-shadow: 0 0 0 1px #9164ea;
	}

	::-webkit-input-placeholder {
		color: rgba(84, 84, 84, 0.5) !important;
	}

	:-moz-placeholder {
		color: rgba(84, 84, 84, 0.5) !important;
	}

	::-moz-placeholder {
		color: rgba(84, 84, 84, 0.5) !important;
	}

	:-ms-input-placeholder {
		color: rgba(84, 84, 84, 0.5) !important;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon > .label {
			display: none;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image[data-position] img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.image[data-position="top left"] img {
			-moz-object-position: top left;
			-webkit-object-position: top left;
			-ms-object-position: top left;
			object-position: top left;
		}

		.image[data-position="top"] img {
			-moz-object-position: top;
			-webkit-object-position: top;
			-ms-object-position: top;
			object-position: top;
		}

		.image[data-position="top right"] img {
			-moz-object-position: top right;
			-webkit-object-position: top right;
			-ms-object-position: top right;
			object-position: top right;
		}

		.image[data-position="right"] img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

		.image[data-position="bottom right"] img {
			-moz-object-position: bottom right;
			-webkit-object-position: bottom right;
			-ms-object-position: bottom right;
			object-position: bottom right;
		}

		.image[data-position="bottom"] img {
			-moz-object-position: bottom;
			-webkit-object-position: bottom;
			-ms-object-position: bottom;
			object-position: bottom;
		}

		.image[data-position="bottom left"] img {
			-moz-object-position: bottom left;
			-webkit-object-position: bottom left;
			-ms-object-position: bottom left;
			object-position: bottom left;
		}

		.image[data-position="left"] img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.image[data-position="center"] img {
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
		}

		.image[data-position="25% 25%"] img {
			-moz-object-position: 25% 25%;
			-webkit-object-position: 25% 25%;
			-ms-object-position: 25% 25%;
			object-position: 25% 25%;
		}

		.image[data-position="75% 25%"] img {
			-moz-object-position: 75% 25%;
			-webkit-object-position: 75% 25%;
			-ms-object-position: 75% 25%;
			object-position: 75% 25%;
		}

		.image[data-position="75% 75%"] img {
			-moz-object-position: 75% 75%;
			-webkit-object-position: 75% 75%;
			-ms-object-position: 75% 75%;
			object-position: 75% 75%;
		}

		.image[data-position="25% 75%"] img {
			-moz-object-position: 25% 75%;
			-webkit-object-position: 25% 75%;
			-ms-object-position: 25% 75%;
			object-position: 25% 75%;
		}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 2rem 2rem 0;
			top: 0.25rem;
		}

		.image.right {
			float: right;
			margin: 0 0 2rem 2rem;
			top: 0.25rem;
		}

		.image.fit {
			display: block;
			margin: 0 0 2.5rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3.75rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

	a.image {
		overflow: hidden;
	}

		a.image img {
			-moz-transition: -moz-transform 0.2s ease;
			-webkit-transition: -webkit-transform 0.2s ease;
			-ms-transition: -ms-transform 0.2s ease;
			transition: transform 0.2s ease;
		}

		a.image:hover img {
			-moz-transform: scale(1.075);
			-webkit-transform: scale(1.075);
			-ms-transform: scale(1.075);
			transform: scale(1.075);
		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2.5rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2.5rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.325rem;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.75rem 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

				ul.alt li:last-child {
					padding-bottom: 0;
				}

	dl {
		margin: 0 0 2.5rem 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 1.25rem 0;
		}

		dl dd {
			margin-left: 1.875rem;
		}

	ul.alt li {
		border-top-color: rgba(144, 144, 144, 0.25);
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1.25rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1.25rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.625rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1.25rem);
		}

			ul.actions.fit li {
				-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;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-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;
					padding: 1.25rem 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1rem 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 2rem;
			}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2.5rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-size: 0.9rem;
			font-weight: 400;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: rgba(144, 144, 144, 0.25);
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	table th {
		color: #000000;
	}

	table thead {
		border-bottom-color: rgba(144, 144, 144, 0.25);
	}

	table tfoot {
		border-top-color: rgba(144, 144, 144, 0.25);
	}

	table.alt tbody tr td {
		border-color: rgba(144, 144, 144, 0.25);
	}

/* Carousel */

	.carousel {
		margin: 0 0 2.5rem 0;
		position: relative;
	}

		.carousel article {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: -moz-stretch;
			-webkit-align-items: -webkit-stretch;
			-ms-align-items: -ms-stretch;
			align-items: stretch;
			-moz-transform: translateY(0.5em);
			-webkit-transform: translateY(0.5em);
			-ms-transform: translateY(0.5em);
			transform: translateY(0.5em);
			-moz-transition: all 0.35s ease-in-out;
			-webkit-transition: all 0.35s ease-in-out;
			-ms-transition: all 0.35s ease-in-out;
			transition: all 0.35s ease-in-out;
			background-color: #ffffff;
			margin: 0 auto;
			max-width: 80rem;
			opacity: 0;
			visibility: hidden;
			width: 100%;
		}

			.carousel article.visible {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
				visibility: visible;
			}

			.carousel article .image {
				border-radius: 0;
				display: block;
				width: 100%;
			}

				.carousel article .image img {
					border-radius: 0;
					display: block;
					height: 100%;
					width: 100%;
				}

			.carousel article .content {
				padding: 5.5rem 5rem 3rem 5rem ;
				text-align: left;
			}

		.carousel nav a {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			background-image: url("images/arrow.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 5rem;
			color: rgba(0, 0, 0, 0.2);
			cursor: pointer;
			height: 8rem;
			margin-top: -4rem;
			opacity: 0.20;
			position: absolute;
			top: 50%;
			width: 6rem;
			z-index: 99;
		}

			.carousel nav a .label {
				display: none;
			}

			.carousel nav a.previous {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				left: 3rem;
			}

			.carousel nav a.next {
				right: 3rem;
			}

			.carousel nav a:hover {
				opacity: 0.50;
			}

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

			.carousel article {
				max-width: calc(100% - 6rem);
			}

				.carousel article .content {
					padding: 7rem 4rem 4.5rem 4rem ;
				}

			.carousel nav {
				bottom: 1rem;
				position: absolute;
				right: 4rem;
			}

				.carousel nav a {
					background-size: 3rem;
					display: inline-block;
					height: 3rem;
					margin-top: 0;
					position: relative;
					top: 50%;
					width: 3rem;
					z-index: 99;
				}

					.carousel nav a.previous {
						left: 0;
					}

					.carousel nav a.next {
						right: 0;
					}

		}

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

			.carousel article {
				max-width: calc(100% - 6rem);
			}

		}

		@media screen and (min-width: 737px) and (max-width: 980px) {

			.carousel article .content {
				text-align: center;
			}

			.carousel article .image {
				height: 28rem;
			}

			.carousel article ul.actions {
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
			}

		}

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

			.carousel article {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				display: block !important;
				margin-top: 3rem;
				opacity: 1;
				visibility: visible;
			}

				.carousel article:first-child {
					margin-top: 0;
				}

				.carousel article .content {
					padding: 3rem 2rem 0.5rem 2rem ;
				}

			.carousel nav {
				display: none;
			}

		}

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

			.carousel article {
				margin-top: 2rem;
				max-width: calc(100% - 4rem);
			}

				.carousel article .image {
					height: 18rem;
				}

		}

		@media screen and (min-width: 361px) and (max-width: 480px) {

			.carousel article .image {
				height: 9rem;
			}

		}


/* Posts */

	.posts {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
	}

		.posts > * {
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		.posts > * {
			width: 33.33333%;
		}

		.posts > * {
			padding: 2.5rem;
			width: calc(33.33333% + 1.66667rem);
		}

		.posts > :nth-child(-n + 3) {
			padding-top: 0;
		}

		.posts > :nth-last-child(-n + 3) {
			padding-bottom: 0;
		}

		.posts > :nth-child(3n + 1) {
			padding-left: 0;
		}

		.posts > :nth-child(3n) {
			padding-right: 0;
		}

		.posts > :nth-child(3n + 1),
		.posts > :nth-child(3n) {
			width: calc(33.33333% + -0.83333rem);
		}

		.posts article {
			margin-bottom: 5rem;
		}

			.posts article .image {
				margin-bottom: 2.5rem;
			}

			.posts article:last-child {
				margin-bottom: 0;
			}

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

			.posts > * {
				width: 33.33333%;
			}

			.posts > * {
				padding: 2rem;
				width: calc(33.33333% + 1.33333rem);
			}

			.posts > :nth-child(-n + 3) {
				padding-top: 0;
			}

			.posts > :nth-last-child(-n + 3) {
				padding-bottom: 0;
			}

			.posts > :nth-child(3n + 1) {
				padding-left: 0;
			}

			.posts > :nth-child(3n) {
				padding-right: 0;
			}

			.posts > :nth-child(3n + 1),
			.posts > :nth-child(3n) {
				width: calc(33.33333% + -0.66667rem);
			}

		}

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

			.posts > * {
				width: 33.33333%;
			}

			.posts > * {
				padding: 1.5rem;
				width: calc(33.33333% + 1rem);
			}

			.posts > :nth-child(-n + 3) {
				padding-top: 0;
			}

			.posts > :nth-last-child(-n + 3) {
				padding-bottom: 0;
			}

			.posts > :nth-child(3n + 1) {
				padding-left: 0;
			}

			.posts > :nth-child(3n) {
				padding-right: 0;
			}

			.posts > :nth-child(3n + 1),
			.posts > :nth-child(3n) {
				width: calc(33.33333% + -0.5rem);
			}

		}

		@media screen and (min-width: 737px) and (max-width: 980px) {

			.posts article {
				text-align: center;
			}

			.posts ul.actions {
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
			}

		}

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

			.posts > * {
				width: 100%;
			}

			.posts > * {
				padding: 0.5rem;
				width: calc(33.33333% + 0.33333rem);
			}

			.posts > :nth-child(-n + 3) {
				padding-top: 0.5rem;
			}

			.posts > :nth-last-child(-n + 3) {
				padding-bottom: 0.5rem;
			}

			.posts > :nth-child(3n + 1) {
				padding-left: 0.5rem;
			}

			.posts > :nth-child(3n) {
				padding-right: 0.5rem;
			}

			.posts > :nth-child(3n + 1),
			.posts > :nth-child(3n) {
				padding: 0.5rem;
				width: calc(100% + 1rem);
			}

			.posts > * {
				padding: 0.5rem;
				width: calc(100% + 1rem);
			}

			.posts > :nth-child(-n + 1) {
				padding-top: 0;
			}

			.posts > :nth-last-child(-n + 1) {
				padding-bottom: 0;
			}

			.posts > :nth-child(1n + 1) {
				padding-left: 0;
			}

			.posts > :nth-child(1n) {
				padding-right: 0;
			}

			.posts > :nth-child(1n + 1),
			.posts > :nth-child(1n) {
				width: calc(100% + 0.5rem);
			}

			.posts article {
				margin-bottom: 3rem;
			}

				.posts article:last-child {
					margin-bottom: 0;
				}

		}

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

			.posts > * {
				width: 100%;
			}

			.posts > * {
				padding: 0.125rem;
				width: calc(33.33333% + 0.08333rem);
			}

			.posts > :nth-child(-n + 3) {
				padding-top: 0.125rem;
			}

			.posts > :nth-last-child(-n + 3) {
				padding-bottom: 0.125rem;
			}

			.posts > :nth-child(3n + 1) {
				padding-left: 0.125rem;
			}

			.posts > :nth-child(3n) {
				padding-right: 0.125rem;
			}

			.posts > :nth-child(3n + 1),
			.posts > :nth-child(3n) {
				padding: 0.125rem;
				width: calc(100% + 0.25rem);
			}

			.posts > * {
				padding: 0.125rem;
				width: calc(100% + 0.25rem);
			}

			.posts > :nth-child(-n + 1) {
				padding-top: 0;
			}

			.posts > :nth-last-child(-n + 1) {
				padding-bottom: 0;
			}

			.posts > :nth-child(1n + 1) {
				padding-left: 0;
			}

			.posts > :nth-child(1n) {
				padding-right: 0;
			}

			.posts > :nth-child(1n + 1),
			.posts > :nth-child(1n) {
				width: calc(100% + 0.125rem);
			}

			.posts article {
				margin-bottom: 3.125rem;
			}

		}

/* Contact Icons */

	.contact-icons {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
	}

		.contact-icons > * {
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
		}

		.contact-icons > * {
			width: 50%;
		}

		.contact-icons > * {
			padding: 2.5rem;
			width: calc(50% + 2.5rem);
		}

		.contact-icons > :nth-child(-n + 2) {
			padding-top: 0;
		}

		.contact-icons > :nth-last-child(-n + 2) {
			padding-bottom: 0;
		}

		.contact-icons > :nth-child(2n + 1) {
			padding-left: 0;
		}

		.contact-icons > :nth-child(2n) {
			padding-right: 0;
		}

		.contact-icons > :nth-child(2n + 1),
		.contact-icons > :nth-child(2n) {
			width: calc(50% + 0rem);
		}

		.contact-icons ul {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			.contact-icons ul li {
				clear: both;
				display: block;
				margin-bottom: 1rem;
				position: relative;
			}

				.contact-icons ul li span, .contact-icons ul li address {
					display: inline-block;
					padding-left: 1rem;
				}

				.contact-icons ul li .icon:before {
					float: left;
					line-height: inherit;
					width: 25px;
				}

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

			.contact-icons {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-moz-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				.contact-icons > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				.contact-icons > * {
					width: 50%;
				}

				.contact-icons > * {
					padding: 2rem;
					width: calc(50% + 2rem);
				}

				.contact-icons > :nth-child(-n + 2) {
					padding-top: 0;
				}

				.contact-icons > :nth-last-child(-n + 2) {
					padding-bottom: 0;
				}

				.contact-icons > :nth-child(2n + 1) {
					padding-left: 0;
				}

				.contact-icons > :nth-child(2n) {
					padding-right: 0;
				}

				.contact-icons > :nth-child(2n + 1),
				.contact-icons > :nth-child(2n) {
					width: calc(50% + 0rem);
				}

				.contact-icons ul li span, .contact-icons ul li address {
					padding-left: 0.25rem;
				}

		}

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

			.contact-icons {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-moz-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				.contact-icons > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				.contact-icons > * {
					width: 100%;
				}

				.contact-icons > * {
					padding: 2rem;
					width: calc(100% + 4rem);
				}

				.contact-icons > :nth-child(-n + 1) {
					padding-top: 0;
				}

				.contact-icons > :nth-last-child(-n + 1) {
					padding-bottom: 0;
				}

				.contact-icons > :nth-child(1n + 1) {
					padding-left: 0;
				}

				.contact-icons > :nth-child(1n) {
					padding-right: 0;
				}

				.contact-icons > :nth-child(1n + 1),
				.contact-icons > :nth-child(1n) {
					width: calc(100% + 2rem);
				}

				.contact-icons ul {
					margin-bottom: 0;
				}

		}

/* wrapper */

	.wrapper {
		padding: 8rem 0 5.5rem 0 ;
	}

		.wrapper.style1 {
			background: #f8f8f8;
		}

		.wrapper.style2 {
			background-color: #0d0d0d;
			color: rgba(255, 255, 255, 0.65);
			background: #9164ea;
		}

			.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
				color: #ffffff;
			}

			.wrapper.style2 a {
				color: #9164ea;
				color: rgba(255, 255, 255, 0.65);
			}

				.wrapper.style2 a:hover {
					color: #ffffff;
				}

			.wrapper.style2 strong, .wrapper.style2 b {
				color: #ffffff;
			}

			.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #ffffff;
			}

				.wrapper.style2 h1 a, .wrapper.style2 h2 a, .wrapper.style2 h3 a, .wrapper.style2 h4 a, .wrapper.style2 h5 a, .wrapper.style2 h6 a {
					color: #ffffff;
				}

			.wrapper.style2 blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 code {
				background: rgba(255, 255, 255, 0.25);
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 .box {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 input[type="submit"],
			.wrapper.style2 input[type="reset"],
			.wrapper.style2 input[type="button"],
			.wrapper.style2 button,
			.wrapper.style2 .button {
				background-color: transparent;
				box-shadow: inset 0 0 0 2px #9164ea;
				color: #9164ea !important;
				box-shadow: inset 0 0 0 2px #ffffff;
				color: #ffffff !important;
			}

				.wrapper.style2 input[type="submit"]:hover,
				.wrapper.style2 input[type="reset"]:hover,
				.wrapper.style2 input[type="button"]:hover,
				.wrapper.style2 button:hover,
				.wrapper.style2 .button:hover {
					background-color: rgba(145, 100, 234, 0.1);
					background-color: rgba(255, 255, 255, 0.25);
				}

					.wrapper.style2 input[type="submit"]:hover:active,
					.wrapper.style2 input[type="reset"]:hover:active,
					.wrapper.style2 input[type="button"]:hover:active,
					.wrapper.style2 button:hover:active,
					.wrapper.style2 .button:hover:active {
						background-color: rgba(145, 100, 234, 0.05);
					}

					.wrapper.style2 input[type="submit"]:hover:active,
					.wrapper.style2 input[type="reset"]:hover:active,
					.wrapper.style2 input[type="button"]:hover:active,
					.wrapper.style2 button:hover:active,
					.wrapper.style2 .button:hover:active {
						background-color: rgba(255, 255, 255, 0.075);
					}

				.wrapper.style2 input[type="submit"].primary,
				.wrapper.style2 input[type="reset"].primary,
				.wrapper.style2 input[type="button"].primary,
				.wrapper.style2 button.primary,
				.wrapper.style2 .button.primary {
					background-color: #9164ea;
					box-shadow: none;
					color: #ffffff !important;
				}

					.wrapper.style2 input[type="submit"].primary:hover,
					.wrapper.style2 input[type="reset"].primary:hover,
					.wrapper.style2 input[type="button"].primary:hover,
					.wrapper.style2 button.primary:hover,
					.wrapper.style2 .button.primary:hover {
						background-color: #a17aed;
						box-shadow: none;
					}

						.wrapper.style2 input[type="submit"].primary:hover:active,
						.wrapper.style2 input[type="reset"].primary:hover:active,
						.wrapper.style2 input[type="button"].primary:hover:active,
						.wrapper.style2 button.primary:hover:active,
						.wrapper.style2 .button.primary:hover:active {
							background-color: #814ee7;
						}

			.wrapper.style2 label {
				color: #ffffff;
			}

			.wrapper.style2 input[type="text"],
			.wrapper.style2 input[type="password"],
			.wrapper.style2 input[type="email"],
			.wrapper.style2 input[type="tel"],
			.wrapper.style2 input[type="search"],
			.wrapper.style2 input[type="url"],
			.wrapper.style2 select,
			.wrapper.style2 textarea {
				background-color: #ffffff;
				border-color: rgba(255, 255, 255, 0.25);
				color: rgba(255, 255, 255, 0.65);
				color: #0d0d0d;
			}

				.wrapper.style2 input[type="text"]:focus,
				.wrapper.style2 input[type="password"]:focus,
				.wrapper.style2 input[type="email"]:focus,
				.wrapper.style2 input[type="tel"]:focus,
				.wrapper.style2 input[type="search"]:focus,
				.wrapper.style2 input[type="url"]:focus,
				.wrapper.style2 select:focus,
				.wrapper.style2 textarea:focus {
					border-color: #9164ea;
					box-shadow: 0 0 0 1px #9164ea;
					color: #0d0d0d;
					border-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style2 select {
				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='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
			}

				.wrapper.style2 select option {
					color: rgba(255, 255, 255, 0.65);
					background-color: #0d0d0d;
				}

			.wrapper.style2 input[type="checkbox"] + label,
			.wrapper.style2 input[type="radio"] + label {
				color: rgba(255, 255, 255, 0.65);
			}

				.wrapper.style2 input[type="checkbox"] + label:before,
				.wrapper.style2 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.25);
					border-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style2 input[type="checkbox"]:checked + label:before,
			.wrapper.style2 input[type="radio"]:checked + label:before {
				background-color: #9164ea;
				border-color: #9164ea;
				color: #ffffff;
			}

			.wrapper.style2 input[type="checkbox"]:focus + label:before,
			.wrapper.style2 input[type="radio"]:focus + label:before {
				border-color: #9164ea;
				box-shadow: 0 0 0 1px #9164ea;
			}

			.wrapper.style2 ::-webkit-input-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style2 :-moz-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style2 ::-moz-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style2 :-ms-input-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style2 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 table tbody tr {
				border-color: rgba(255, 255, 255, 0.25);
			}

				.wrapper.style2 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style2 table th {
				color: #ffffff;
			}

			.wrapper.style2 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style2 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.25);
			}

		.wrapper.style3 {
			background-color: #0d0d0d;
			color: rgba(255, 255, 255, 0.65);
		}

			.wrapper.style3 input, .wrapper.style3 select, .wrapper.style3 textarea {
				color: #ffffff;
			}

			.wrapper.style3 a {
				color: #9164ea;
				color: rgba(255, 255, 255, 0.65);
			}

				.wrapper.style3 a:hover {
					color: #ffffff;
				}

			.wrapper.style3 strong, .wrapper.style3 b {
				color: #ffffff;
			}

			.wrapper.style3 h1, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #ffffff;
			}

				.wrapper.style3 h1 a, .wrapper.style3 h2 a, .wrapper.style3 h3 a, .wrapper.style3 h4 a, .wrapper.style3 h5 a, .wrapper.style3 h6 a {
					color: #ffffff;
				}

			.wrapper.style3 blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.25);
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style3 hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style3 .box {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style3 input[type="submit"],
			.wrapper.style3 input[type="reset"],
			.wrapper.style3 input[type="button"],
			.wrapper.style3 button,
			.wrapper.style3 .button {
				background-color: transparent;
				box-shadow: inset 0 0 0 2px #9164ea;
				color: #9164ea !important;
				box-shadow: inset 0 0 0 2px #ffffff;
				color: #ffffff !important;
			}

				.wrapper.style3 input[type="submit"]:hover,
				.wrapper.style3 input[type="reset"]:hover,
				.wrapper.style3 input[type="button"]:hover,
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(145, 100, 234, 0.1);
					background-color: rgba(255, 255, 255, 0.25);
				}

					.wrapper.style3 input[type="submit"]:hover:active,
					.wrapper.style3 input[type="reset"]:hover:active,
					.wrapper.style3 input[type="button"]:hover:active,
					.wrapper.style3 button:hover:active,
					.wrapper.style3 .button:hover:active {
						background-color: rgba(145, 100, 234, 0.05);
					}

					.wrapper.style3 input[type="submit"]:hover:active,
					.wrapper.style3 input[type="reset"]:hover:active,
					.wrapper.style3 input[type="button"]:hover:active,
					.wrapper.style3 button:hover:active,
					.wrapper.style3 .button:hover:active {
						background-color: rgba(255, 255, 255, 0.075);
					}

				.wrapper.style3 input[type="submit"].primary,
				.wrapper.style3 input[type="reset"].primary,
				.wrapper.style3 input[type="button"].primary,
				.wrapper.style3 button.primary,
				.wrapper.style3 .button.primary {
					background-color: #9164ea;
					box-shadow: none;
					color: #ffffff !important;
				}

					.wrapper.style3 input[type="submit"].primary:hover,
					.wrapper.style3 input[type="reset"].primary:hover,
					.wrapper.style3 input[type="button"].primary:hover,
					.wrapper.style3 button.primary:hover,
					.wrapper.style3 .button.primary:hover {
						background-color: #a17aed;
						box-shadow: none;
					}

						.wrapper.style3 input[type="submit"].primary:hover:active,
						.wrapper.style3 input[type="reset"].primary:hover:active,
						.wrapper.style3 input[type="button"].primary:hover:active,
						.wrapper.style3 button.primary:hover:active,
						.wrapper.style3 .button.primary:hover:active {
							background-color: #814ee7;
						}

			.wrapper.style3 label {
				color: #ffffff;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 input[type="tel"],
			.wrapper.style3 input[type="search"],
			.wrapper.style3 input[type="url"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background-color: #ffffff;
				border-color: rgba(255, 255, 255, 0.25);
				color: rgba(255, 255, 255, 0.65);
				color: #0d0d0d;
			}

				.wrapper.style3 input[type="text"]:focus,
				.wrapper.style3 input[type="password"]:focus,
				.wrapper.style3 input[type="email"]:focus,
				.wrapper.style3 input[type="tel"]:focus,
				.wrapper.style3 input[type="search"]:focus,
				.wrapper.style3 input[type="url"]:focus,
				.wrapper.style3 select:focus,
				.wrapper.style3 textarea:focus {
					border-color: #9164ea;
					box-shadow: 0 0 0 1px #9164ea;
					color: #0d0d0d;
					border-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style3 select {
				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='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
			}

				.wrapper.style3 select option {
					color: rgba(255, 255, 255, 0.65);
					background-color: #0d0d0d;
				}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: rgba(255, 255, 255, 0.65);
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.25);
					border-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background-color: #9164ea;
				border-color: #9164ea;
				color: #ffffff;
			}

			.wrapper.style3 input[type="checkbox"]:focus + label:before,
			.wrapper.style3 input[type="radio"]:focus + label:before {
				border-color: #9164ea;
				box-shadow: 0 0 0 1px #9164ea;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: rgba(84, 84, 84, 0.5) !important;
			}

			.wrapper.style3 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style3 table tbody tr {
				border-color: rgba(255, 255, 255, 0.25);
			}

				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style3 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.25);
			}

		.wrapper.special {
			text-align: center;
		}

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

			.wrapper {
				padding: 6rem 0 3.5rem 0 ;
			}

		}

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

			.wrapper {
				padding: 5rem 0 2.5rem 0 ;
			}

		}

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

			.wrapper {
				padding: 4rem 0 1.5rem 0 ;
			}

		}

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

			.wrapper {
				padding: 3rem 0 0.5rem 0 ;
			}

		}

/* Inner */

	.inner {
		margin: 0 auto;
		max-width: 80rem;
		width: 80rem;
	}

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

			.inner {
				max-width: calc(100% - 6rem);
			}

		}

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

			.inner {
				max-width: calc(100% - 6rem);
				width: 100%;
			}

		}

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

			.inner {
				max-width: calc(100% - 4rem);
				width: 100%;
			}

		}

/* Header */

	#header {
		background: #0d0d0d;
		color: rgba(255, 255, 255, 0.65);
		cursor: default;
		height: 25rem;
		padding: 4rem 0;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 10001;
	}

		#header > .logo {
			color: #ffffff;
			font-size: 3rem;
			font-weight: 400;
			height: inherit;
			line-height: inherit;
			padding: 0 1.25rem;
			text-decoration: none;
		}

			#header > .logo span {
				color: rgba(255, 255, 255, 0.65);
				font-weight: 300;
			}

		#header.alt > .logo {
			font-size: 1rem;
		}

		#header.alt > nav {
			margin: 0 auto 5.5rem auto;
		}

		#header.alt h1 {
			color: #ffffff;
			padding-top: 0.5rem;
		}

		#header > nav {
			margin: 0 auto 7rem auto;
		}

			#header > nav > ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header > nav > ul > li {
					display: inline-block;
					margin: 0 2rem;
					padding: 0 0 .75rem 0;
					position: relative;
					text-align: center;
				}

					#header > nav > ul > li > a {
						color: rgba(255, 255, 255, 0.65);
						overflow: hidden;
						position: relative;
						text-decoration: none;
					}

						#header > nav > ul > li > a:hover {
							color: #ffffff;
						}

						#header > nav > ul > li > a.dropdown {
							padding-left: 1.5rem;
						}

							#header > nav > ul > li > a.dropdown:before {
								-moz-transition: background-image 0.2s ease-in-out;
								-webkit-transition: background-image 0.2s ease-in-out;
								-ms-transition: background-image 0.2s ease-in-out;
								transition: background-image 0.2s ease-in-out;
								-moz-transition: opacity 0.2s ease-in-out;
								-webkit-transition: opacity 0.2s ease-in-out;
								-ms-transition: opacity 0.2s ease-in-out;
								transition: opacity 0.2s ease-in-out;
								-moz-transform: rotate(90deg);
								-webkit-transform: rotate(90deg);
								-ms-transform: rotate(90deg);
								transform: rotate(90deg);
								background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='96'><line x1='32' y1='16' x2='64' y2='48' stroke='rgba(153,153,153)' stroke-width='5px' /><line x1='32' y1='80' x2='64' y2='48' stroke='rgba(153,153,153)' stroke-width='5px' /></svg>");
								background-position: center;
								background-repeat: no-repeat;
								background-size: 100%;
								content: '';
								cursor: pointer;
								height: 100%;
								left: 0;
								line-height: inherit;
								position: absolute;
								top: 0;
								width: 1rem;
							}

							#header > nav > ul > li > a.dropdown:hover:before {
								background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='96'><line x1='32' y1='16' x2='64' y2='48' stroke='rgba(255,255,255)' stroke-width='5px' /><line x1='32' y1='80' x2='64' y2='48' stroke='rgba(255,255,255)' stroke-width='5px' /></svg>");
							}

					#header > nav > ul > li > ul {
						display: none;
					}

					#header > nav > ul > li.current > a {
						color: #ffffff;
						font-weight: 400;
					}

					#header > nav > ul > li.current:after {
						background-color: #9164ea;
						bottom: 0;
						content: '';
						display: block;
						height: 0.1rem;
						left: -0.75rem;
						position: absolute;
						width: calc(100% + 1.5rem);
					}

					#header > nav > ul > li.active > a {
						color: #ffffff;
					}

		.dropotron {
			background-color: #1a1a1a;
			border-radius: 0.5rem;
			list-style-type: none;
			margin: -0.5rem 0 0 1px;
			min-width: 10rem;
			padding: 0.5rem 0;
		}

			.dropotron.level-0 {
				margin-top: 1.125rem;
				margin-left: 0;
			}

				.dropotron.level-0:before {
					-moz-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					transform: rotate(45deg);
					background-color: #1a1a1a;
					content: '';
					height: 0.75rem;
					position: absolute;
					right: 2rem;
					top: -0.375rem;
					width: 0.75rem;
				}

			.dropotron li {
				border-top: solid 1px rgba(255, 255, 255, 0.25);
				padding: 0;
				position: relative;
			}

				.dropotron li:first-child {
					border-top: none;
				}

				.dropotron li.active > a {
					color: #ffffff;
				}

			.dropotron a {
				border: 0;
				color: rgba(255, 255, 255, 0.65);
				padding: 0.5rem 1rem;
				text-decoration: none !important;
			}

				.dropotron a:active, .dropotron a:hover, .dropotron a:focus {
					color: #ffffff;
				}

		#header > .navPanelToggle {
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
			text-decoration: none;
			color: rgba(255, 255, 255, 0.65);
			display: none;
			height: inherit;
			line-height: inherit;
			outline: 0;
			padding: 0 1rem;
			position: absolute;
			right: 0;
			top: 0;
		}

			#header > .navPanelToggle:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			#header > .navPanelToggle:hover {
				color: #ffffff;
			}

			#header > .navPanelToggle:before {
				content: '\f0c9';
				float: right;
				line-height: inherit;
				margin: 0 0 0 0.625rem;
			}

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

			#header {
				height: 20rem;
				padding: 3rem 0;
			}

				#header > nav {
					margin: 0 auto 5rem auto;
				}

				#header.alt > nav {
					margin-bottom: 3.5rem;
				}

		}

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

			#header {
				height: 18rem;
				padding: 2rem 0;
			}

				#header > nav {
					margin: 0 auto 4rem auto;
				}

				#header.alt > nav {
					margin-bottom: 3rem;
				}

		}

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

			#header {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				height: 15rem;
				line-height: 15rem;
				padding: 0;
			}

				#header.alt {
					height: auto;
					padding: 3rem 0;
				}

					#header.alt h1 {
						margin-bottom: 0;
					}

				#header > .logo {
					height: auto;
					line-height: 1;
					margin-top: 0.75rem;
				}

				#header > nav {
					display: none;
				}

				#header > .navPanelToggle {
					display: block;
					line-height: 1;
					margin-top: 1rem;
				}

		}

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

			#header {
				height: 44px;
				line-height: 44px;
				padding: 0;
			}

				#header > .navPanelToggle span {
					display: none;
				}

				#header > .logo {
					font-size: 1rem;
					left: 1rem;
					line-height: 44px;
					margin: 0;
					padding: 0;
					position: absolute;
					top: 0;
				}

		}

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

			#header .logo span {
				display: none;
			}

		}

/* Banner */

	#banner {
		background-color: #0d0d0d;
		color: rgba(255, 255, 255, 0.65);
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		#banner input, #banner select, #banner textarea {
			color: #ffffff;
		}

		#banner a {
			color: #9164ea;
			color: rgba(255, 255, 255, 0.65);
		}

			#banner a:hover {
				color: #ffffff;
			}

		#banner strong, #banner b {
			color: #ffffff;
		}

		#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
			color: #ffffff;
		}

			#banner h1 a, #banner h2 a, #banner h3 a, #banner h4 a, #banner h5 a, #banner h6 a {
				color: #ffffff;
			}

		#banner blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#banner code {
			background: rgba(255, 255, 255, 0.25);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#banner hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#banner .box {
			border-color: rgba(255, 255, 255, 0.25);
		}

		#banner input[type="submit"],
		#banner input[type="reset"],
		#banner input[type="button"],
		#banner button,
		#banner .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #9164ea;
			color: #9164ea !important;
			box-shadow: inset 0 0 0 2px #ffffff;
			color: #ffffff !important;
		}

			#banner input[type="submit"]:hover,
			#banner input[type="reset"]:hover,
			#banner input[type="button"]:hover,
			#banner button:hover,
			#banner .button:hover {
				background-color: rgba(145, 100, 234, 0.1);
				background-color: rgba(255, 255, 255, 0.25);
			}

				#banner input[type="submit"]:hover:active,
				#banner input[type="reset"]:hover:active,
				#banner input[type="button"]:hover:active,
				#banner button:hover:active,
				#banner .button:hover:active {
					background-color: rgba(145, 100, 234, 0.05);
				}

				#banner input[type="submit"]:hover:active,
				#banner input[type="reset"]:hover:active,
				#banner input[type="button"]:hover:active,
				#banner button:hover:active,
				#banner .button:hover:active {
					background-color: rgba(255, 255, 255, 0.075);
				}

			#banner input[type="submit"].primary,
			#banner input[type="reset"].primary,
			#banner input[type="button"].primary,
			#banner button.primary,
			#banner .button.primary {
				background-color: #9164ea;
				box-shadow: none;
				color: #ffffff !important;
			}

				#banner input[type="submit"].primary:hover,
				#banner input[type="reset"].primary:hover,
				#banner input[type="button"].primary:hover,
				#banner button.primary:hover,
				#banner .button.primary:hover {
					background-color: #a17aed;
					box-shadow: none;
				}

					#banner input[type="submit"].primary:hover:active,
					#banner input[type="reset"].primary:hover:active,
					#banner input[type="button"].primary:hover:active,
					#banner button.primary:hover:active,
					#banner .button.primary:hover:active {
						background-color: #814ee7;
					}

		#banner label {
			color: #ffffff;
		}

		#banner input[type="text"],
		#banner input[type="password"],
		#banner input[type="email"],
		#banner input[type="tel"],
		#banner input[type="search"],
		#banner input[type="url"],
		#banner select,
		#banner textarea {
			background-color: #ffffff;
			border-color: rgba(255, 255, 255, 0.25);
			color: rgba(255, 255, 255, 0.65);
			color: #0d0d0d;
		}

			#banner input[type="text"]:focus,
			#banner input[type="password"]:focus,
			#banner input[type="email"]:focus,
			#banner input[type="tel"]:focus,
			#banner input[type="search"]:focus,
			#banner input[type="url"]:focus,
			#banner select:focus,
			#banner textarea:focus {
				border-color: #9164ea;
				box-shadow: 0 0 0 1px #9164ea;
				color: #0d0d0d;
				border-color: rgba(255, 255, 255, 0.25);
			}

		#banner select {
			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='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
		}

			#banner select option {
				color: rgba(255, 255, 255, 0.65);
				background-color: #0d0d0d;
			}

		#banner input[type="checkbox"] + label,
		#banner input[type="radio"] + label {
			color: rgba(255, 255, 255, 0.65);
		}

			#banner input[type="checkbox"] + label:before,
			#banner input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.25);
				border-color: rgba(255, 255, 255, 0.25);
			}

		#banner input[type="checkbox"]:checked + label:before,
		#banner input[type="radio"]:checked + label:before {
			background-color: #9164ea;
			border-color: #9164ea;
			color: #ffffff;
		}

		#banner input[type="checkbox"]:focus + label:before,
		#banner input[type="radio"]:focus + label:before {
			border-color: #9164ea;
			box-shadow: 0 0 0 1px #9164ea;
		}

		#banner ::-webkit-input-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#banner :-moz-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#banner ::-moz-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#banner :-ms-input-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#banner ul.alt li {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#banner table tbody tr {
			border-color: rgba(255, 255, 255, 0.25);
		}

			#banner table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.25);
			}

		#banner table th {
			color: #ffffff;
		}

		#banner table thead {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#banner table tfoot {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#banner table.alt tbody tr td {
			border-color: rgba(255, 255, 255, 0.25);
		}

		#banner > article {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 8rem 4rem 5.5rem 4rem ;
			color: #000000;
			cursor: default;
			overflow: hidden;
			position: relative;
			text-align: center;
		}

			#banner > article:before {
				-moz-transition: opacity 2.25s ease;
				-webkit-transition: opacity 2.25s ease;
				-ms-transition: opacity 2.25s ease;
				transition: opacity 2.25s ease;
				background-color: #000000;
				content: '';
				height: 100%;
				left: 0;
				opacity: 0.25;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1;
			}

			#banner > article:nth-child(1):before {
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				background-color: black;
			}

			#banner > article:nth-child(2):before {
				-moz-transition-delay: 0.375s;
				-webkit-transition-delay: 0.375s;
				-ms-transition-delay: 0.375s;
				transition-delay: 0.375s;
				background-color: black;
			}

			#banner > article:nth-child(3):before {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
				background-color: black;
			}

			#banner > article:nth-child(4):before {
				-moz-transition-delay: 1.125s;
				-webkit-transition-delay: 1.125s;
				-ms-transition-delay: 1.125s;
				transition-delay: 1.125s;
				background-color: black;
			}

			#banner > article:nth-child(5):before {
				-moz-transition-delay: 1.5s;
				-webkit-transition-delay: 1.5s;
				-ms-transition-delay: 1.5s;
				transition-delay: 1.5s;
				background-color: black;
			}

			#banner > article:nth-child(6):before {
				-moz-transition-delay: 1.875s;
				-webkit-transition-delay: 1.875s;
				-ms-transition-delay: 1.875s;
				transition-delay: 1.875s;
				background-color: black;
			}

			#banner > article:nth-child(7):before {
				-moz-transition-delay: 2.25s;
				-webkit-transition-delay: 2.25s;
				-ms-transition-delay: 2.25s;
				transition-delay: 2.25s;
				background-color: black;
			}

			#banner > article:nth-child(8):before {
				-moz-transition-delay: 2.625s;
				-webkit-transition-delay: 2.625s;
				-ms-transition-delay: 2.625s;
				transition-delay: 2.625s;
				background-color: black;
			}

			#banner > article:nth-child(9):before {
				-moz-transition-delay: 3s;
				-webkit-transition-delay: 3s;
				-ms-transition-delay: 3s;
				transition-delay: 3s;
				background-color: black;
			}

			#banner > article:nth-child(10):before {
				-moz-transition-delay: 3.375s;
				-webkit-transition-delay: 3.375s;
				-ms-transition-delay: 3.375s;
				transition-delay: 3.375s;
				background-color: black;
			}

			#banner > article > .image {
				-moz-transition: -moz-transform 0.2s ease;
				-webkit-transition: -webkit-transform 0.2s ease;
				-ms-transition: -ms-transform 0.2s ease;
				transition: transform 0.2s ease;
				border-radius: 0;
				display: block;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
			}

			#banner > article.hover > .image {
				-moz-transform: scale(1.075);
				-webkit-transform: scale(1.075);
				-ms-transform: scale(1.075);
				transform: scale(1.075);
			}

			#banner > article .content {
				max-width: 80%;
				position: relative;
				text-align: center;
				z-index: 2;
			}

			#banner > article h1, #banner > article h2, #banner > article h3 {
				font-weight: 300;
			}

			#banner > article h1 {
				margin-bottom: 2rem;
			}

			#banner > article h2 {
				margin-bottom: 3rem;
			}

			#banner > article ul {
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
			}

			#banner > article.full {
				min-height: 65vh;
				width: 100%;
			}

				#banner > article.full .content {
					width: 50rem;
				}

				@media screen and (min-width: 1281px) and (max-width: 1680px) {

					#banner > article.full {
						min-height: 70vh;
					}

				}

			#banner > article.half {
				min-height: 50vh;
				width: 50%;
			}

				#banner > article.half .content {
					width: 25rem;
				}

		@media screen and (min-width: 737px) and (max-width: 980px) {

			#banner > article {
				padding: 6rem 2rem 3.5rem 2rem ;
			}

				#banner > article.full {
					min-height: 55vh;
				}

				#banner > article.half {
					min-height: 35vh;
				}

		}

		@media screen and (min-width: 481px) and (max-width: 736px) {

			#banner > article {
				padding: 4rem 1rem 1.5rem 1rem ;
			}

				#banner > article.full {
					min-height: 0;
				}

				#banner > article.half {
					min-height: 0;
				}

		}

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

			#banner {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				#banner > article {
					padding: 4rem 2rem 1.5rem 2rem ;
				}

					#banner > article.full {
						width: 100%;
					}

						#banner > article.full h2 {
							font-size: 1.75rem;
						}

						#banner > article.full .content {
							max-width: 100%;
							width: 100%;
						}

					#banner > article.half {
						width: 100%;
					}

						#banner > article.half .content {
							width: 100%;
							max-width: 100%;
						}

		}

		body.is-loading #banner > article:before {
			opacity: 1;
		}

/* Nav Panel */

	#wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}

	#navPanel {
		background-color: #0d0d0d;
		color: rgba(255, 255, 255, 0.65);
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background-color: #1a1a1a;
		box-shadow: none;
		color: rgba(255, 255, 255, 0.65);
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 20em;
		z-index: 10002;
	}

		#navPanel input, #navPanel select, #navPanel textarea {
			color: #ffffff;
		}

		#navPanel a {
			color: #9164ea;
			color: rgba(255, 255, 255, 0.65);
		}

			#navPanel a:hover {
				color: #ffffff;
			}

		#navPanel strong, #navPanel b {
			color: #ffffff;
		}

		#navPanel h1, #navPanel h2, #navPanel h3, #navPanel h4, #navPanel h5, #navPanel h6 {
			color: #ffffff;
		}

			#navPanel h1 a, #navPanel h2 a, #navPanel h3 a, #navPanel h4 a, #navPanel h5 a, #navPanel h6 a {
				color: #ffffff;
			}

		#navPanel blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel code {
			background: rgba(255, 255, 255, 0.25);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel .box {
			border-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel input[type="submit"],
		#navPanel input[type="reset"],
		#navPanel input[type="button"],
		#navPanel button,
		#navPanel .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #9164ea;
			color: #9164ea !important;
			box-shadow: inset 0 0 0 2px #ffffff;
			color: #ffffff !important;
		}

			#navPanel input[type="submit"]:hover,
			#navPanel input[type="reset"]:hover,
			#navPanel input[type="button"]:hover,
			#navPanel button:hover,
			#navPanel .button:hover {
				background-color: rgba(145, 100, 234, 0.1);
				background-color: rgba(255, 255, 255, 0.25);
			}

				#navPanel input[type="submit"]:hover:active,
				#navPanel input[type="reset"]:hover:active,
				#navPanel input[type="button"]:hover:active,
				#navPanel button:hover:active,
				#navPanel .button:hover:active {
					background-color: rgba(145, 100, 234, 0.05);
				}

				#navPanel input[type="submit"]:hover:active,
				#navPanel input[type="reset"]:hover:active,
				#navPanel input[type="button"]:hover:active,
				#navPanel button:hover:active,
				#navPanel .button:hover:active {
					background-color: rgba(255, 255, 255, 0.075);
				}

			#navPanel input[type="submit"].primary,
			#navPanel input[type="reset"].primary,
			#navPanel input[type="button"].primary,
			#navPanel button.primary,
			#navPanel .button.primary {
				background-color: #9164ea;
				box-shadow: none;
				color: #ffffff !important;
			}

				#navPanel input[type="submit"].primary:hover,
				#navPanel input[type="reset"].primary:hover,
				#navPanel input[type="button"].primary:hover,
				#navPanel button.primary:hover,
				#navPanel .button.primary:hover {
					background-color: #a17aed;
					box-shadow: none;
				}

					#navPanel input[type="submit"].primary:hover:active,
					#navPanel input[type="reset"].primary:hover:active,
					#navPanel input[type="button"].primary:hover:active,
					#navPanel button.primary:hover:active,
					#navPanel .button.primary:hover:active {
						background-color: #814ee7;
					}

		#navPanel label {
			color: #ffffff;
		}

		#navPanel input[type="text"],
		#navPanel input[type="password"],
		#navPanel input[type="email"],
		#navPanel input[type="tel"],
		#navPanel input[type="search"],
		#navPanel input[type="url"],
		#navPanel select,
		#navPanel textarea {
			background-color: #ffffff;
			border-color: rgba(255, 255, 255, 0.25);
			color: rgba(255, 255, 255, 0.65);
			color: #0d0d0d;
		}

			#navPanel input[type="text"]:focus,
			#navPanel input[type="password"]:focus,
			#navPanel input[type="email"]:focus,
			#navPanel input[type="tel"]:focus,
			#navPanel input[type="search"]:focus,
			#navPanel input[type="url"]:focus,
			#navPanel select:focus,
			#navPanel textarea:focus {
				border-color: #9164ea;
				box-shadow: 0 0 0 1px #9164ea;
				color: #0d0d0d;
				border-color: rgba(255, 255, 255, 0.25);
			}

		#navPanel select {
			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='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
		}

			#navPanel select option {
				color: rgba(255, 255, 255, 0.65);
				background-color: #0d0d0d;
			}

		#navPanel input[type="checkbox"] + label,
		#navPanel input[type="radio"] + label {
			color: rgba(255, 255, 255, 0.65);
		}

			#navPanel input[type="checkbox"] + label:before,
			#navPanel input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.25);
				border-color: rgba(255, 255, 255, 0.25);
			}

		#navPanel input[type="checkbox"]:checked + label:before,
		#navPanel input[type="radio"]:checked + label:before {
			background-color: #9164ea;
			border-color: #9164ea;
			color: #ffffff;
		}

		#navPanel input[type="checkbox"]:focus + label:before,
		#navPanel input[type="radio"]:focus + label:before {
			border-color: #9164ea;
			box-shadow: 0 0 0 1px #9164ea;
		}

		#navPanel ::-webkit-input-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#navPanel :-moz-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#navPanel ::-moz-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#navPanel :-ms-input-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#navPanel ul.alt li {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel table tbody tr {
			border-color: rgba(255, 255, 255, 0.25);
		}

			#navPanel table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.25);
			}

		#navPanel table th {
			color: #ffffff;
		}

		#navPanel table thead {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel table tfoot {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel table.alt tbody tr td {
			border-color: rgba(255, 255, 255, 0.25);
		}

		#navPanel nav {
			padding: 3em 2em;
		}

		#navPanel .link {
			-moz-transition: color 0.2s;
			-webkit-transition: color 0.2s;
			-ms-transition: color 0.2s;
			transition: color 0.2s;
			border-bottom: 0;
			border-top: solid 1px rgba(255, 255, 255, 0.25);
			color: inherit !important;
			display: block;
			padding: 0.75em 0;
			text-decoration: none;
		}

			#navPanel .link:first-child {
				border-top: 0;
			}

			#navPanel .link.depth-0 {
				color: #ffffff !important;
				font-weight: 400;
			}

			#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
				color: #ffffff !important;
			}

			#navPanel .link .indent-1 {
				display: inline-block;
				width: 1.25em;
			}

			#navPanel .link .indent-2 {
				display: inline-block;
				width: 2.5em;
			}

		#navPanel .close {
			text-decoration: none;
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			border: 0;
			color: rgba(255, 255, 255, 0.65);
			cursor: pointer;
			display: block;
			height: 3.25em;
			line-height: 3.25em;
			padding-right: 1.25em;
			position: absolute;
			right: 0;
			text-align: right;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}

			#navPanel .close:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			#navPanel .close:before {
				content: '\f00d';
				font-size: 1.25em;
			}

			#navPanel .close:hover {
				color: #ffffff !important;
			}

			@media screen and (min-width: 481px) and (max-width: 736px) {

				#navPanel .close {
					height: 4em;
					line-height: 4em;
				}

			}

		@media screen and (min-width: 481px) and (max-width: 736px) {

			#navPanel nav {
				padding: 2.5em 1.75em;
			}

		}

	body.is-navPanel-visible #wrapper {
		pointer-events: none;
		cursor: default;
		opacity: 0.25;
	}

	body.is-navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}

/* Footer */

	#footer {
		background-color: #0d0d0d;
		color: rgba(255, 255, 255, 0.65);
	}

		#footer input, #footer select, #footer textarea {
			color: #ffffff;
		}

		#footer a {
			color: #9164ea;
			color: rgba(255, 255, 255, 0.65);
		}

			#footer a:hover {
				color: #ffffff;
			}

		#footer strong, #footer b {
			color: #ffffff;
		}

		#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #ffffff;
		}

			#footer h1 a, #footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a {
				color: #ffffff;
			}

		#footer blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		#footer code {
			background: rgba(255, 255, 255, 0.25);
			border-color: rgba(255, 255, 255, 0.25);
		}

		#footer hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#footer .box {
			border-color: rgba(255, 255, 255, 0.25);
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer button,
		#footer .button {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #9164ea;
			color: #9164ea !important;
			box-shadow: inset 0 0 0 2px #ffffff;
			color: #ffffff !important;
		}

			#footer input[type="submit"]:hover,
			#footer input[type="reset"]:hover,
			#footer input[type="button"]:hover,
			#footer button:hover,
			#footer .button:hover {
				background-color: rgba(145, 100, 234, 0.1);
				background-color: rgba(255, 255, 255, 0.25);
			}

				#footer input[type="submit"]:hover:active,
				#footer input[type="reset"]:hover:active,
				#footer input[type="button"]:hover:active,
				#footer button:hover:active,
				#footer .button:hover:active {
					background-color: rgba(145, 100, 234, 0.05);
				}

				#footer input[type="submit"]:hover:active,
				#footer input[type="reset"]:hover:active,
				#footer input[type="button"]:hover:active,
				#footer button:hover:active,
				#footer .button:hover:active {
					background-color: rgba(255, 255, 255, 0.075);
				}

			#footer input[type="submit"].primary,
			#footer input[type="reset"].primary,
			#footer input[type="button"].primary,
			#footer button.primary,
			#footer .button.primary {
				background-color: #9164ea;
				box-shadow: none;
				color: #ffffff !important;
			}

				#footer input[type="submit"].primary:hover,
				#footer input[type="reset"].primary:hover,
				#footer input[type="button"].primary:hover,
				#footer button.primary:hover,
				#footer .button.primary:hover {
					background-color: #a17aed;
					box-shadow: none;
				}

					#footer input[type="submit"].primary:hover:active,
					#footer input[type="reset"].primary:hover:active,
					#footer input[type="button"].primary:hover:active,
					#footer button.primary:hover:active,
					#footer .button.primary:hover:active {
						background-color: #814ee7;
					}

		#footer label {
			color: #ffffff;
		}

		#footer input[type="text"],
		#footer input[type="password"],
		#footer input[type="email"],
		#footer input[type="tel"],
		#footer input[type="search"],
		#footer input[type="url"],
		#footer select,
		#footer textarea {
			background-color: #ffffff;
			border-color: rgba(255, 255, 255, 0.25);
			color: rgba(255, 255, 255, 0.65);
			color: #0d0d0d;
		}

			#footer input[type="text"]:focus,
			#footer input[type="password"]:focus,
			#footer input[type="email"]:focus,
			#footer input[type="tel"]:focus,
			#footer input[type="search"]:focus,
			#footer input[type="url"]:focus,
			#footer select:focus,
			#footer textarea:focus {
				border-color: #9164ea;
				box-shadow: 0 0 0 1px #9164ea;
				color: #0d0d0d;
				border-color: rgba(255, 255, 255, 0.25);
			}

		#footer select {
			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='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
		}

			#footer select option {
				color: rgba(255, 255, 255, 0.65);
				background-color: #0d0d0d;
			}

		#footer input[type="checkbox"] + label,
		#footer input[type="radio"] + label {
			color: rgba(255, 255, 255, 0.65);
		}

			#footer input[type="checkbox"] + label:before,
			#footer input[type="radio"] + label:before {
				background: rgba(255, 255, 255, 0.25);
				border-color: rgba(255, 255, 255, 0.25);
			}

		#footer input[type="checkbox"]:checked + label:before,
		#footer input[type="radio"]:checked + label:before {
			background-color: #9164ea;
			border-color: #9164ea;
			color: #ffffff;
		}

		#footer input[type="checkbox"]:focus + label:before,
		#footer input[type="radio"]:focus + label:before {
			border-color: #9164ea;
			box-shadow: 0 0 0 1px #9164ea;
		}

		#footer ::-webkit-input-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#footer :-moz-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#footer ::-moz-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#footer :-ms-input-placeholder {
			color: rgba(84, 84, 84, 0.5) !important;
		}

		#footer ul.alt li {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#footer table tbody tr {
			border-color: rgba(255, 255, 255, 0.25);
		}

			#footer table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.25);
			}

		#footer table th {
			color: #ffffff;
		}

		#footer table thead {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		#footer table tfoot {
			border-top-color: rgba(255, 255, 255, 0.25);
		}

		#footer table.alt tbody tr td {
			border-color: rgba(255, 255, 255, 0.25);
		}

		#footer .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-align-items: -moz-stretch;
			-webkit-align-items: -webkit-stretch;
			-ms-align-items: -ms-stretch;
			align-items: stretch;
		}

			#footer .inner > * {
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
			}

			#footer .inner > * {
				width: 50%;
			}

			#footer .inner > * {
				padding: 2.5rem;
				width: calc(50% + 2.5rem);
			}

			#footer .inner > :nth-child(-n + 2) {
				padding-top: 0;
			}

			#footer .inner > :nth-last-child(-n + 2) {
				padding-bottom: 0;
			}

			#footer .inner > :nth-child(2n + 1) {
				padding-left: 0;
			}

			#footer .inner > :nth-child(2n) {
				padding-right: 0;
			}

			#footer .inner > :nth-child(2n + 1),
			#footer .inner > :nth-child(2n) {
				width: calc(50% + 0rem);
			}

		#footer .copyright {
			color: #545454;
			text-align: center;
			margin: 5rem auto 2.5rem auto;
		}

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

				#footer .copyright {
					max-width: calc(100% - 6rem);
				}

			}

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

				#footer .copyright {
					max-width: calc(100% - 4rem);
				}

			}

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

			#footer .inner {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-moz-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				#footer .inner > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				#footer .inner > * {
					width: 50%;
				}

				#footer .inner > * {
					padding: 2rem;
					width: calc(50% + 2rem);
				}

				#footer .inner > :nth-child(-n + 2) {
					padding-top: 0;
				}

				#footer .inner > :nth-last-child(-n + 2) {
					padding-bottom: 0;
				}

				#footer .inner > :nth-child(2n + 1) {
					padding-left: 0;
				}

				#footer .inner > :nth-child(2n) {
					padding-right: 0;
				}

				#footer .inner > :nth-child(2n + 1),
				#footer .inner > :nth-child(2n) {
					width: calc(50% + 0rem);
				}

		}

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

			#footer .inner {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-moz-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
			}

				#footer .inner > * {
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
				}

				#footer .inner > * {
					width: 100%;
				}

				#footer .inner > * {
					padding: 2rem;
					width: calc(100% + 4rem);
				}

				#footer .inner > :nth-child(-n + 1) {
					padding-top: 0;
				}

				#footer .inner > :nth-last-child(-n + 1) {
					padding-bottom: 0;
				}

				#footer .inner > :nth-child(1n + 1) {
					padding-left: 0;
				}

				#footer .inner > :nth-child(1n) {
					padding-right: 0;
				}

				#footer .inner > :nth-child(1n + 1),
				#footer .inner > :nth-child(1n) {
					width: calc(100% + 2rem);
				}

		}

/* PACKAGES */

    .pricing-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
		margin: 30px;
    }

    .pricing-card {
        background: #fff;
        width: 380px;
        border-radius: 8px;
        padding: 30px 20px;
        border: 1px solid #ddd;
        text-align: center;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    }

    .pricing-card.featured {
        background: black;
        color: white;
        border: none;
    }

    .pricing-title {
        font-size: 24px;
        margin-bottom: 8px;
        font-weight: bold;
    }

    .pricing-price {
        font-size: 40px;
        font-weight: bold;
        color: #e9c400;
        margin: 20px 0;
    }

    .pricing-card.featured .pricing-price {
        color: white;
    }

    .features {
        list-style: none;
        padding: 0;
        margin-bottom: 50px;
        font-size: 15px;
        color: #555;
    }

    .features li {
        margin: 8px 0;
    }

    .pricing-card.featured .features li {
        color: white;
    }

    .pricing-card.featured .button {
        background: #ffe37a !important;
    	color: #000 !important;          /* black text */
    	box-shadow: none !important;     /* removes the purple border */
}

    .btn:hover {
        opacity: 0.85;
    }

	/* PACKAGES END */

	/* NAV LOGO  */
#header > nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30rem;
}

#header-logo {
    height: 45px; /* adjust as needed */
    width: auto;
}

.nav-logo {
    height: 70px;     /* adjust size as needed */
    width: auto;
	mix-blend-mode:screen;
}

/* Hide nav menu items on mobile - only show hamburger */
@media screen and (max-width: 980px) {
	#nav > ul {
		display: none !important;
	}
	
	#nav > a {
		display: none !important;
	}
}

	/* NAV LOGO END */

	/*CONTACT US TEXT*/
	
	.contact-us-text{
		color: white;
	}
	/*CONTACT US TEXT END*/

/*DATE FIELD */

/* Base date input styling */
.styled-date {
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    color: #545454;

    background: rgba(144, 144, 144, 0.075);
    border: 1px solid rgba(144, 144, 144, 0.25);
    border-radius: 0.4rem;

    transition: all 0.2s ease;
}

/* Focus state (matches your checkbox/radio focus) */
.styled-date:focus {
    outline: none;
    border-color: #9164ea;
    box-shadow: 0 0 0 1px #9164ea;
}

/* When filled, ensure text remains readable */
.styled-date::-webkit-datetime-edit {
    color: #545454;
}

/* Calendar dropdown icon color (varies by browser) */
.styled-date::-webkit-calendar-picker-indicator {
    filter: invert(40%) sepia(15%) saturate(200%) hue-rotate(220deg);
    opacity: 0.8;
    cursor: pointer;
}
/*DATE FIELD END*/

/* COMPANY TITLE IN HEADER */
.company-title {
	text-align: center;
	padding: 0 1rem 0 1rem;
	margin-top: -1rem;
}

.company-title h1 {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 4.5rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2;
}

.company-title .tagline {
	display: block;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.25rem;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 0.75rem;
}

@media screen and (max-width: 980px) {
	.company-title h1 {
		font-size: 3rem;
	}
	
	.company-title .tagline {
		font-size: 1rem;
	}
}

@media screen and (max-width: 736px) {
	.company-title {
		padding: 1.5rem 1rem 2rem 1rem;
	}
	
	.company-title h1 {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	
	.company-title .tagline {
		font-size: 0.85rem;
	}
}
/* COMPANY TITLE END */

/* BANNER TEXT ENHANCEMENT */
#banner > article > .image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.2) 0%,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(0, 0, 0, 0.5) 100%
	);
	pointer-events: none;
}

#banner > article h1.alt,
#banner > article h2.alt {
	text-shadow: 
		2px 2px 4px rgba(0, 0, 0, 0.9),
		0 0 30px rgba(0, 0, 0, 0.8),
		0 0 60px rgba(0, 0, 0, 0.6);
	font-weight: 600;
}

#banner > article h1.alt a,
#banner > article h2.alt a {
	color: #ffffff !important;
}
/* BANNER TEXT ENHANCEMENT END */

/* ABOUT US SECTION BACKGROUND */
.about-section-bg {
	position: relative;
	background-image: url('../../images/ozimages/Monarchs.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.about-section-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		135deg,
		rgba(13, 13, 13, 0.85) 0%,
		rgba(45, 25, 70, 0.8) 50%,
		rgba(13, 13, 13, 0.85) 100%
	);
	z-index: 1;
}

.about-section-bg > .wrapper {
	position: relative;
	z-index: 2;
}

/* Center the content and improve layout */
.about-section-bg .posts.inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-section-bg .posts.inner > div {
	max-width: 800px;
	width: 100%;
}

.about-section-bg article {
	text-align: center;
}

.about-section-bg h2 {
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 1.5rem;
}

.about-section-bg p {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	font-size: 1.1rem;
	line-height: 1.8;
}

/* Fix bold and italic text colors */
.about-section-bg b,
.about-section-bg strong {
	color: #ffffff;
	font-weight: 700;
}

.about-section-bg i,
.about-section-bg em {
	color: rgba(255, 255, 255, 0.9);
}

/* Center the button */
.about-section-bg .actions {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.about-section-bg .button {
	background-color: #9164ea;
	color: #ffffff !important;
	box-shadow: 0 4px 15px rgba(145, 100, 234, 0.4);
}

.about-section-bg .button:hover {
	background-color: #a17aed;
	box-shadow: 0 6px 20px rgba(145, 100, 234, 0.6);
}

/* Disable fixed background on mobile for better performance */
@media screen and (max-width: 980px) {
	.about-section-bg {
		background-attachment: scroll;
	}
	
	.about-section-bg p {
		font-size: 1rem;
	}
}
/* ABOUT US SECTION BACKGROUND END */

/* ABOUT PAGE STYLING */
.about-section-spacing {
	margin-bottom: 5rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid rgba(144, 144, 144, 0.2);
}

.about-row {
	display: flex;
	align-items: flex-start;
	gap: 4rem;
	margin-bottom: 4rem;
}

.about-row:last-child {
	margin-bottom: 0;
}

.about-row.reverse {
	flex-direction: row-reverse;
}

.about-row.reverse .about-image-col {
	margin-top: 4rem;
}

.about-row.reverse .about-image-col img {
	max-height: 500px;
}

.about-image-col {
	flex: 0 0 45%;
}

.about-image-col img {
	width: 100%;
	height: auto;
	max-height: 550px;
	object-fit: cover;
	object-position: center top;
	display: block;
	border-radius: 0.5rem;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.about-text-col {
	flex: 1;
}

.about-text-col header {
	margin-bottom: 1.5rem;
}

.about-text-col header h2 {
	margin: 0;
}

.about-text-col p:first-of-type {
	margin-top: 0;
}

.about-text-col p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
	.about-row {
		gap: 3rem;
	}
	
	.about-image-col {
		flex: 0 0 40%;
	}
}

@media screen and (max-width: 980px) {
	.about-row {
		flex-direction: column;
		gap: 2rem;
		margin-bottom: 3rem;
	}
	
	.about-row.reverse {
		flex-direction: column;
	}
	
	.about-image-col {
		flex: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.about-text-col {
		width: 100%;
	}
	
	.about-text-col header {
		text-align: center;
	}
}

@media screen and (max-width: 736px) {
	.about-row {
		margin-bottom: 2.5rem;
	}
	
	.about-image-col {
		max-width: 100%;
	}
}
/* ABOUT PAGE STYLING END */

/* SERVICES PAGE CONTENT STYLING */
#main > .wrapper > .inner p {
	line-height: 1.5;
}

#main > .wrapper > .inner ul {
	line-height: 1.5;
}

/* GALLERY STYLING */
.gallery-section {
	margin-top: -3rem;
	padding-top: 0;
}

.gallery-section .inner {
	padding-top: 0;
}

.gallery-section header {
	margin-bottom: 1.5rem;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto;
	gap: 1rem;
	margin-top: 2rem;
}

.gallery-item {
	overflow: hidden;
	border-radius: 0.5rem;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	position: relative;
}

.gallery-item.gallery-large {
	grid-column: span 2;
	grid-row: span 2;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-item:hover img {
	transform: scale(1.05);
	filter: brightness(1.1);
}

@media screen and (max-width: 980px) {
	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-item.gallery-large {
		grid-column: span 2;
		grid-row: span 1;
	}
}

@media screen and (max-width: 480px) {
	.gallery {
		grid-template-columns: 1fr;
	}
	
	.gallery-item.gallery-large {
		grid-column: span 1;
	}
}
/* GALLERY STYLING END */

/* PACKAGES PAGE STYLING */
.packages-section {
	padding: 4rem 2rem;
	max-width: 1400px;
	margin: 0 auto;
}

.packages-section header {
	text-align: center;
	margin-bottom: 3rem;
}

.packages-section header h2 {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.packages-section header p {
	color: #666;
	font-size: 1.1rem;
}

.ensemble-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(260px, 1fr));
	gap: 2.5rem;
}

.ensemble-grid.three-col {
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1100px) {
	.ensemble-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.ensemble-grid.three-col {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.ensemble-grid,
	.ensemble-grid.three-col {
		grid-template-columns: 1fr;
	}
}

.ensemble-card {
	background: #fff;
	border-radius: 1rem;
	padding: 2.5rem;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	min-width: 240px;
}

.ensemble-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.ensemble-card.featured {
	border: 2px solid #9164ea;
	position: relative;
}

.ensemble-card.featured::before {
	content: 'Popular';
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: #9164ea;
	color: white;
	padding: 0.25rem 1rem;
	border-radius: 2rem;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	white-space: nowrap;
	text-align: center;
}

.ensemble-name {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.25rem;
	color: #1a1a1a;
	line-height: 1.2;
	min-height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ensemble-musicians {
	text-align: center;
	color: #9164ea;
	font-weight: 500;
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	min-height: 3.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.ensemble-description {
	color: #555;
	text-align: center;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	min-height: 5rem;
}

.ensemble-ideal {
	background: #f8f8f8;
	border-radius: 0.5rem;
	padding: 1rem;
	margin-bottom: 1.5rem;
	margin-top: auto;
}

.ensemble-ideal-title {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #888;
	margin-bottom: 0.5rem;
}

.ensemble-ideal-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ensemble-ideal-list li {
	padding: 0.25rem 0;
	font-size: 0.9rem;
	color: #444;
	position: relative;
	padding-left: 1.25rem;
}

.ensemble-ideal-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #9164ea;
	font-weight: bold;
}

.ensemble-cta {
	text-align: center;
}

.ensemble-cta .button {
	display: inline-block;
	padding: 0.75rem 2rem;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #9164ea;
	color: #9164ea !important;
	text-decoration: none;
	border-radius: 2rem;
	font-weight: 500;
	transition: background-color 0.2s ease, color 0.2s ease;
	text-align: center;
	line-height: 1.5;
}

.ensemble-cta .button:hover {
	background-color: rgba(145, 100, 234, 0.15);
	color: #9164ea !important;
}

.section-divider {
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(0,0,0,0.1), transparent);
	margin: 4rem auto;
	max-width: 600px;
}

.time-options {
	max-width: 800px;
	margin: 0 auto 4rem auto;
	padding: 0 2rem;
}

.time-options header {
	text-align: center;
	margin-bottom: 2rem;
}

.time-options header h3 {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.75rem;
	font-weight: 400;
}

.time-table {
	width: 100%;
	border-collapse: collapse;
}

.time-table th,
.time-table td {
	padding: 1rem;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.time-table th {
	color: #9164ea;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
}

.time-table td {
	color: #444;
}

.time-table tr:hover {
	background: #fafafa;
}

@media screen and (max-width: 736px) {
	.packages-section {
		padding: 2rem 1rem;
	}
	
	.packages-section header h2 {
		font-size: 2rem;
	}
	
	.ensemble-card {
		padding: 1.5rem;
	}
}
/* PACKAGES PAGE STYLING END */

/* CONTACT FORM STYLING */
.package-group-label {
	margin: 1rem 0 0.5rem 0;
	font-weight: 600;
	font-size: 0.9rem;
}

.package-group-label.second {
	margin-top: 1.5rem;
}

.form-submit-container {
	text-align: center;
}

.form-submit-container .actions {
	justify-content: center;
}
/* CONTACT FORM STYLING END */

/* STICKY NAVBAR */
#nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body {
	padding-top: 4rem;
}

@media screen and (max-width: 980px) {
	body {
		padding-top: 3.5rem;
	}
}
/* STICKY NAVBAR END */