/*
 * Stylesheet purpose: Main public-site stylesheet, originally based on the Spectral template and then extended for this project.
 * Shared marketing-page layout, typography, header, footer, and public components are defined here.
 */
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --cs-font-body: "Plus Jakarta Sans", "Open Sans", Arial, sans-serif;
  --cs-font-display: "Space Grotesk", "Plus Jakarta Sans", Arial, sans-serif;
  --cs-font-mono: "Courier New", monospace;
}
/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #2e3842;
	}

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

	body, input, select, textarea {
		color: #fff;
		font-family: var(--cs-font-body);
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

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

			body, input, select, textarea {
				font-size: 13pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

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

			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #fff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #fff;
		font-family: var(--cs-font-display);
		font-weight: 700;
		letter-spacing: 0.16em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

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

	h2 {
		font-size: 1.35em;
		line-height: 1.75em;
	}

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

			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}

		}

	h3 {
		font-size: 1.15em;
		line-height: 1.75em;
	}

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

			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}

		}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.8em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

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

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

	hr {
		border: 0;
		border-bottom: solid 2px #fff;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

	blockquote {
		border-left: solid 4px #fff;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: var(--cs-font-mono);
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: var(--cs-font-mono);
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

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

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* 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: 0em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		@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: 0em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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: 0em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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: 0em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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: 0em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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: 0em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}

	header h3 + p {
		font-size: 1.1em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: 1em;
			position: relative;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			color: #fff;
			top: 0;
			display: flex;
			align-items: center;
		}

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

			header.major {
				margin: 0 0 2em 0;
			}

		}

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

		header br {
			display: none;
		}

	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

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

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #21b2a6;
		}

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

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

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

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

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

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			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 {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

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

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

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

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

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

/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		margin-bottom: 2em;
		padding: 1.5em;
	}

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

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

.order-status-results-title {
	margin-bottom: 1rem;
}

.order-status-node-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 1rem;
}

.order-status-node {
	padding: 1rem 1.1rem;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.order-status-node-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.9rem;
}

.order-status-node-type {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	background: rgba(33, 178, 166, 0.12);
	color: #1c6b64;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.order-status-node-id {
	color: #2e3842;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.order-status-node-body {
	display: grid;
	gap: 0.7rem;
}

.order-status-node-row {
	display: grid;
	gap: 0.2rem;
}

.order-status-node-label {
	color: rgba(46, 56, 66, 0.68);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.order-status-node-value {
	color: #2e3842;
	font-size: 0.95rem;
	line-height: 1.45;
	word-break: break-word;
}

/* 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 > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

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

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

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

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

				.icon.major {
					font-size: 1em;
				}

			}

		.icon.style1 {
			color: #00ffcc;
		}

		.icon.style2 {
			color: #00f0ff;
		}

		.icon.style3 {
			color: #76ddff;
		}

/* Image */

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

		.image img {
			border-radius: 3px;
			display: block;
		}

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

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

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

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

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

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

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

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

			ul.alt li {
				border-top: solid 1px #fff;
				padding: 0.5em 0;
			}

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

	dl {
		margin: 0 0 2em 0;
	}

/* Actions */

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

		ul.actions li {
			padding: 0 0 0 1em;
			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: 1em 0 0 0;
			}

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

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			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: 1em 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.5em;
						}

		}

/* Icons */

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

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

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

		ul.icons.major {
			padding: 1em 0;
		}

			ul.icons.major li {
				padding-right: 3.5em;
			}

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

					ul.icons.major li {
						padding: 0 1em !important;
					}

				}

/* Table */

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

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

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

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

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #fff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

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

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

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #fff;
				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;
			}

/* 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, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		max-width: 30em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.25);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.5);
		}

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

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

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			color: white !important;
			font-size: 0.8em;
			background-color: #2e3842;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.35em;
		}

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

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #ef5e4a !important;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #eb341c !important;
			}

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

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

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}

/* Features */

	.features {
		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-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
	}

		.features li {
			padding: 4em 4em 2em 6em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.features li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.features li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.features li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.features li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.features li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.features li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.features li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.features li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.features li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.features li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.features li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.features li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.features li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.features li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.features li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

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

				.features li {
					padding: 3em 2em 1em 2em ;
					text-align: center;
				}

					.features li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}

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

				.features li {
					padding: 3em 0 1em 0 ;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

					.features li:first-child {
						border-top: 0;
					}

			}

/* Spotlight */

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 1em 4em 1em 4em ;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 60%;
		}

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:nth-child(1) {
			background-color: rgba(0, 0, 0, 0.075);
		}

		.spotlight:nth-child(2) {
			background-color: rgba(0, 0, 0, 0.15);
		}

		.spotlight:nth-child(3) {
			background-color: rgba(0, 0, 0, 0.225);
		}

		.spotlight:nth-child(4) {
			background-color: rgba(0, 0, 0, 0.3);
		}

		.spotlight:nth-child(5) {
			background-color: rgba(0, 0, 0, 0.375);
		}

		.spotlight:nth-child(6) {
			background-color: rgba(0, 0, 0, 0.45);
		}

		.spotlight:nth-child(7) {
			background-color: rgba(0, 0, 0, 0.525);
		}

		.spotlight:nth-child(8) {
			background-color: rgba(0, 0, 0, 0.6);
		}

		.spotlight:nth-child(9) {
			background-color: rgba(0, 0, 0, 0.675);
		}

		.spotlight:nth-child(10) {
			background-color: rgba(0, 0, 0, 0.75);
		}

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

			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}

		}

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

			.spotlight {
				display: block;
			}

				.spotlight br {
					display: none;
				}

				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					padding: 4em 3em 2em 3em ;
					max-width: none;
					text-align: center;
					width: 100%;
				}

		}

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

			.spotlight .content {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0 ;
	}

		.wrapper > .inner {
			width: 60em;
			margin: 0 auto;
		}

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

				.wrapper > .inner {
					width: 90%;
				}

			}

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

				.wrapper > .inner {
					width: 100%;
				}

			}

		.wrapper.alt {
			padding: 0;
		}

		.wrapper.style1 {
			background-color: #21b2a6;
			color: #c8ece9;
		}

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

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

			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 header p {
				color: #a6e0db;
			}

			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 header.major p {
				color: #c8ece9;
			}

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

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 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(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #ffffff;
					background: #21b2a6;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c8ece9;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #21b2a6;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

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

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

			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

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

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

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

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style2 {
			background-color: #2e3842;
		}

		.wrapper.style3 {
			background-color: #505393;
			color: #d3d4e4;
		}

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

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

			.wrapper.style3 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 header p {
				color: #b9bad4;
			}

			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 header.major p {
				color: #d3d4e4;
			}

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

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.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(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style3 select option {
					color: #ffffff;
					background: #505393;
				}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #d3d4e4;
			}

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

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

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

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

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

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

			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

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

			.wrapper.style3 input[type="submit"],
			.wrapper.style3 input[type="reset"],
			.wrapper.style3 input[type="button"],
			.wrapper.style3 button,
			.wrapper.style3 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.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(255, 255, 255, 0.075);
				}

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

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

				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style4 {
			background-color: transparent;
		}

		.wrapper.style5 {
			background-color: #ffffff;
			color: #4E4852;
		}

			.wrapper.style5 strong, .wrapper.style5 b {
				color: #2E3842;
			}

			.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
				color: #2E3842;
			}

			.wrapper.style5 hr {
				border-color: #dfdfdf;
			}

			.wrapper.style5 blockquote {
				border-color: #dfdfdf;
			}

			.wrapper.style5 code {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 header p {
				color: #8E8892;
			}

			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}

			.wrapper.style5 header.major p {
				color: #4E4852;
			}

			.wrapper.style5 label {
				color: #2E3842;
			}

			.wrapper.style5 input[type="text"],
			.wrapper.style5 input[type="password"],
			.wrapper.style5 input[type="email"],
			.wrapper.style5 select,
			.wrapper.style5 textarea {
				background-color: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 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='%23dfdfdf' /%3E%3C/svg%3E");
			}

				.wrapper.style5 select option {
					color: #2E3842;
					background: #ffffff;
				}

			.wrapper.style5 input[type="checkbox"] + label,
			.wrapper.style5 input[type="radio"] + label {
				color: #4E4852;
			}

				.wrapper.style5 input[type="checkbox"] + label:before,
				.wrapper.style5 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 input[type="checkbox"]:checked + label:before,
			.wrapper.style5 input[type="radio"]:checked + label:before {
				background: #2E3842;
				color: #ffffff;
			}

			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}

			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}

				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 table th {
				color: #2E3842;
			}

			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.wrapper.style5 input[type="submit"],
			.wrapper.style5 input[type="reset"],
			.wrapper.style5 input[type="button"],
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}

				.wrapper.style5 input[type="submit"]:hover,
				.wrapper.style5 input[type="reset"]:hover,
				.wrapper.style5 input[type="button"]:hover,
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}

				.wrapper.style5 input[type="submit"]:active,
				.wrapper.style5 input[type="reset"]:active,
				.wrapper.style5 input[type="button"]:active,
				.wrapper.style5 button:active,
				.wrapper.style5 .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

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

				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}

			}

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

			.wrapper {
				padding: 4em 3em 2em 3em ;
			}

		}

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

			.wrapper {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 1;
		padding-top: 3em;
	}

		#page-wrapper:before {
			background: rgba(0, 0, 0, 0);
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

	#menu {
		-moz-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		-ms-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		-webkit-overflow-scrolling: touch;
		background: #21b2a6;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		width: 20em;
		z-index: 10002;
	}

		#menu ul {
			list-style: none;
			padding: 0;
		}

			#menu ul > li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				margin: 0.5em 0 0 0;
				padding: 0.5em 0 0 0;
			}

				#menu ul > li:first-child {
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}

				#menu ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					font-size: 0.8em;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}

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

						#menu ul > li > a {
							line-height: 3em;
						}

					}

		#menu .close {
			background-image: url("images/close.svg");
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			vertical-align: middle;
			width: 7em;
		}

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

			#menu {
				padding: 3em 1.5em;
			}

		}

	body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

		body.is-menu-visible #page-wrapper:before {
			display: block;
		}

	body.is-menu-visible #menu {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

/* Header */

	#header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: #2e3842;
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			-moz-transition: opacity 0.2s ease;
			-webkit-transition: opacity 0.2s ease;
			-ms-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			position: absolute;
			top: 0;
		}

			#header h1 a {
				border: 0;
				display: block;
				height: inherit;
				line-height: inherit;
			}

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

					#header h1 a {
						font-size: 0.8em;
					}

				}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 0;
			top: 0;
		}

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

				#header nav > ul > li {
					display: inline-block;
					padding: 0;
				}

					#header nav > ul > li > a {
						border: 0;
						color: #fff;
						display: block;
						font-size: 0.8em;
						letter-spacing: 0.225em;
						padding: 0 1.5em;
						text-transform: uppercase;
					}

						#header nav > ul > li > a.menuToggle {
							outline: 0;
							position: relative;
						}

							#header nav > ul > li > a.menuToggle:after {
								background-image: url("images/bars.svg");
								background-position: right center;
								background-repeat: no-repeat;
								content: '';
								display: inline-block;
								height: 3.75em;
								vertical-align: top;
								width: 2em;
							}

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

								#header nav > ul > li > a.menuToggle {
									padding: 0 1.5em;
								}

									#header nav > ul > li > a.menuToggle span {
										display: none;
									}

							}

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

							#header nav > ul > li > a {
								padding: 0 0 0 1.5em;
							}

						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

		#header.alt {
			background: transparent;
		}

			#header.alt h1 {
				pointer-events: none;
				opacity: 0;
			}

/* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
		
	}

		#banner h2 {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			font-size: 1.75em;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			z-index: 1;
		}

			#banner h2:before, #banner h2:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#banner h2:before {
				top: 0;
				left: 0;
			}

			#banner h2:after {
				bottom: 0;
				right: 0;
			}

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}

			#banner p a {
				color: inherit;
			}

		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 3.5s;
			-webkit-transition-delay: 3.5s;
			-ms-transition-delay: 3.5s;
			transition-delay: 3.5s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 1;
		}

			#banner .more:after {
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}

		#banner:after {
			pointer-events: none;
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			background: #2e3842;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

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

			#banner {
				padding: 7em 3em 5em 3em ;
				height: auto;
				min-height: 0;
			}

				#banner h2 {
					font-size: 1.25em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}

	body.is-preload #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-preload #banner h2:before, body.is-preload #banner h2:after {
			width: 0;
		}

	body.is-preload #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-preload #banner:after {
		opacity: 1;
	}

/* CTA */

	#cta .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		max-width: 45em;
	}

		#cta .inner header {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			padding-right: 3em;
			width: 70%;
		}

			#cta .inner header p {
				color: inherit;
			}

		#cta .inner .actions {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 30%;
		}

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

			#cta .inner {
				display: block;
				text-align: center;
			}

				#cta .inner header {
					padding-right: 0;
					width: 100%;
				}

				#cta .inner .actions {
					margin-left: auto;
					margin-right: auto;
					max-width: 20em;
					width: 100%;
				}

		}

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

			#cta .inner .actions {
				max-width: none;
			}

		}

/* Main */

	#main > header {
		padding: 12em 0 10em 0 ;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}

		#main > header h2 {
			font-size: 1.75em;
			margin: 0 0 0.5em 0;
		}

		#main > header p {
			color: inherit;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}

			#main > header p a {
				color: inherit;
			}

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

			#main > header {
				padding: 10em 0 8em 0 ;
			}

		}


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

			#main > header {
				padding: 8em 3em 6em 3em ;
			}

		}

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

			#main > header {
				padding: 10em 3em 8em 3em ;
			}

		}

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

			#main > header {
				padding: 5em 3em 3em 3em ;
			}

				#main > header h2 {
					font-size: 1.25em;
					margin: 0 0 1em 0;
				}

		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}

/* Footer */

	#footer {
		padding: 6em 0 4em 0 ;
		background-color: #1d242a;
		text-align: center;
	}

		#footer .icons {
			font-size: 1.25em;
		}

			#footer .icons a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .icons a:hover {
					color: #fff;
				}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

					#footer .copyright li a:hover {
						color: #fff;
					}

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

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

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

			#footer {
				padding: 4em 3em 2em 3em ;
			}

		}

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

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Landing */

	body.landing #page-wrapper {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}

	body.landing #footer {
		background-color: rgba(29, 36, 42, 0.9);
	}

	body.is-mobile.landing #page-wrapper {
		background: none;
	}

	body.is-mobile.landing #banner,
	body.is-mobile.landing .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body.is-mobile.landing #footer {
		background-color: #1d242a;
	}

#main > header .banner-box{
  		border: 2px solid rgba(255,255,255,0.65);
  		padding: 24px 28px;
  		border-radius: 14px;
  		background: rgba(0,0,0,0.25);
  		box-sizing: border-box;
  		display: inline-block;
}

/* Glass title box (grey transparent “glass”) */
.glass-title {
  display: inline-block;
  padding: 2rem 3rem;
  border-radius: 20px;
  background: rgba(120, 120, 120, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Make sure the header text stays readable */
.glass-title h2,
.glass-title p {
  margin: 0;
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.glass-title p {
  margin-top: 0.6rem;
}

#quoteMsg.box {
  margin-top: 1rem;
}

/* ---- CS Modal (glass) ---- */
.cs-modal { display:none; position:fixed; inset:0; z-index:9999; }
.cs-modal.is-open { display:block; }

.cs-modal__backdrop {
  position:absolute; inset:0;
  background: rgba(4, 10, 18, 0.82);
  backdrop-filter: blur(8px);
}

.cs-modal__panel {
  position:relative;
  width: min(520px, calc(100% - 2rem));
  margin: 8vh auto 0 auto;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
  border-radius: 22px;

  /* glass */
  background:
    linear-gradient(180deg, rgba(26, 33, 42, 0.82), rgba(16, 22, 30, 0.78)),
    rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.cs-modal__panel h3 {
  margin: 0 0 1rem 0;
  color: #f8f6f1;
  font-size: 1.45rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.cs-modal__panel input {
  height: 3.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: #f8f6f1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cs-modal__panel input::placeholder {
  color: rgba(248, 246, 241, 0.58);
}

.cs-modal__panel input:focus {
  border-color: rgba(74, 222, 200, 0.65);
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.cs-modal__panel #signupMsg.box {
  margin-top: 0.15rem !important;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f8f6f1;
}

.cs-modal__panel .actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.68fr);
  gap: 0.75rem;
  margin: 0.25rem 0 0 0;
}

.cs-modal__panel .actions li {
  width: 100%;
  margin: 0;
}

.cs-modal__panel .actions .button,
.cs-modal__panel .actions button {
  width: 100%;
  margin: 0;
  border-radius: 16px;
  min-height: 3rem;
  line-height: 3rem;
  letter-spacing: 0.16em;
}

.cs-modal__panel .actions .primary {
  background: linear-gradient(135deg, #ef5a4c, #ff7a4f);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(239, 90, 76, 0.22);
}

.cs-modal__panel .actions .button:not(.primary),
.cs-modal__panel .actions button:not(.primary) {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.22);
  color: #f8f6f1;
}

@media screen and (max-width: 736px) {
  .cs-modal {
    padding: 0.75rem;
  }

  .cs-modal__panel {
    width: min(100%, 26rem);
    margin: 4.5rem auto 0 auto;
    padding: 1rem 0.95rem 0.9rem 0.95rem;
    border-radius: 20px;
  }

  .cs-modal__panel h3 {
    margin-bottom: 0.85rem;
    font-size: 1.1rem;
    letter-spacing: 0.14em;
  }

  .cs-modal__panel input {
    height: 2.95rem;
    border-radius: 16px;
    font-size: 0.95rem;
  }

  .cs-modal__panel .actions {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .cs-modal__panel .actions .button,
  .cs-modal__panel .actions button {
    min-height: 2.9rem;
    line-height: 2.9rem;
    font-size: 0.8rem;
    letter-spacing: 0.13em;
  }
}

@media screen and (max-width: 480px) {
  .cs-modal {
    padding: 0.55rem;
  }

  .cs-modal__panel {
    width: min(100%, 24rem);
    margin-top: 4.1rem;
    padding: 0.95rem 0.85rem 0.85rem 0.85rem;
    border-radius: 18px;
  }

  .cs-modal__panel h3 {
    font-size: 0.98rem;
    letter-spacing: 0.12em;
  }

  .cs-modal__panel input {
    height: 2.8rem;
    font-size: 0.9rem;
  }

  .cs-modal__panel .actions .button,
  .cs-modal__panel .actions button {
    min-height: 2.8rem;
    line-height: 2.8rem;
    font-size: 0.74rem;
  }
}

/* Header drop down sign in modal */

#nav > ul {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.profile-item {
  position: relative;
  display: flex;
  align-items: center;
}

#accountDropdownLink {
  text-decoration: none;
  border: solid 2px rgba(255, 255, 255, 0.125);
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  font-weight: 600;
  height: 3em;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 0 1.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.profile-dropdown {
  position: absolute;
  top: calc(100% + 0.35em);
  right: 0;
  width: 360px;
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0 0.75em 2em rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 10000;
  text-transform: none;
}

.profile-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 18px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  transform: rotate(45deg);
}

.profile-dropdown-inner {
  padding: 1rem;
}

.profile-item:hover .profile-dropdown,
.profile-item:focus-within .profile-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.profile-row {
  margin-bottom: 0.9rem;
}

.profile-mini-label {
  display: block;
  font-size: 0.68em;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #777;
  margin-bottom: 0.3rem;
}

.profile-mini-value {
  color: #2e3842;
  font-size: 0.95em;
  font-weight: 600;
  line-height: 1.45;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.profile-actions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1rem;
}

.profile-actions-row .button {
  margin: 0;
  width: 100%;
  min-width: 0;
  height: 2.85em;
  line-height: 2.85em;
  font-size: 0.72em;
  letter-spacing: 0.14em;
  padding: 0 0.75em;
}

@media screen and (max-width: 736px) {
  .profile-dropdown {
    width: 300px;
  }

  .profile-actions-row {
    grid-template-columns: 1fr;
  }

  #accountDropdownLink {
    padding: 0 0.9em;
    letter-spacing: 0.12em;
  }
}

.header-login-form {
  margin: 0;
}

.header-field {
  margin-bottom: 0.85rem;
}

.header-field input {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #2e3842;
  height: 2.75em;
  padding: 0 0.85em;
  box-sizing: border-box;
}

.header-field input:focus {
  border-color: #21b2a6;
  box-shadow: 0 0 0 1px #21b2a6;
}

.header-login-msg {
  margin: 0.25rem 0 0.9rem;
  padding: 0.7rem 0.8rem;
  border-radius: 6px;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.4;
}

.header-login-msg.error {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.2);
  color: #8a1f2d;
}

.profile-actions-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.profile-actions-stack .button {
  margin: 0;
  width: 100%;
  height: 2.85em;
  line-height: 2.85em;
  font-size: 0.72em;
  letter-spacing: 0.14em;
  padding: 0 0.75em;
}

#accountDropdownLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  padding: 0 1.1em;
}

#accountDropdownDisplay {
  display: flex;
  align-items: center;
  height: 100%;
}

#nav .menuToggle {
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 3em;
  padding: 0;
  text-decoration: none;
  border: 0;
  outline: 0;
}

#nav .menuToggle .label {
  display: none;
}

#nav .menuToggle:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  margin: 0;
  font-size: 1.25em;
  line-height: 1;
}

#menuWrap {
  position: relative;
  display: flex;
  align-items: center;
}

.menu-dropdown {
  position: absolute;
  top: calc(100% + 0.35em);
  right: 0;
  min-width: 220px;
  background: #2e3842;
  border-radius: 0.35em;
  box-shadow: 0 0.75em 2em rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 10000;
}

#menuWrap:hover .menu-dropdown,
#menuWrap.open .menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-dropdown ul {
  margin: 0;
  padding: 0.75em 0;
  list-style: none;
}

.menu-dropdown ul li {
  margin: 0;
  padding: 0;
}

.menu-dropdown ul li a {
  display: block;
  padding: 0.8em 1.25em;
  color: #fff;
  text-decoration: none;
  border: 0;
}

.menu-dropdown ul li a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.header-search-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.header-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

#headerSearchInput {
  width: 100%;
  max-width: 420px;
  height: 2.6em;
  margin: .4em;
  padding: 1em 1em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  box-sizing: border-box;
  font-size: 0.9em;
  outline: none;
}

#headerSearchInput::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

#headerSearchInput:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  background: #f7f7f7;
  border: solid 1px #dfdfdf;
  border-radius: 4px;
  box-shadow: none;
  color: #2e3842;
  display: block;
  font-size: 1em;
  height: 2.75em;
  line-height: 2.75em;
  outline: 0;
  padding: 0 1em;
  width: 100%;
  box-sizing: border-box;
}

input[type="date"]:focus {
  border-color: #21b2a6;
  box-shadow: 0 0 0 1px #21b2a6;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.55;
  margin: 0;
}

input[type="date"]::-webkit-datetime-edit {
  color: #2e3842;
  padding: 0;
}

input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #2e3842;
}

.order-status-card {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	padding: 1.5rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	margin-top: 1.5rem;
}

.order-status-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.order-status-card__eyebrow {
	margin: 0 0 0.25rem 0;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #777;
}

.order-status-card__title {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.status-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 700;
	background: #eef2ff;
	color: #2c3e50;
	white-space: nowrap;
}

.order-status-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.order-status-item {
	background: #f8f9fb;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 0.95rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.order-status-item--full {
	grid-column: 1 / -1;
}

.order-status-label {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #777;
}

.order-status-text {
	font-size: 1rem;
	font-weight: 500;
	color: #1f2937;
	word-break: break-word;
}

@media screen and (max-width: 736px) {
	.order-status-card__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.order-status-grid {
		grid-template-columns: 1fr;
	}
}
:root {
  --cs-ink: #122233;
  --cs-ink-soft: #2b3b4d;
  --cs-accent: #ef5a4c;
  --cs-accent-deep: #d94a3f;
  --cs-paper: #f6f2ee;
  --cs-panel: #fffaf5;
  --cs-line: rgba(18, 34, 51, 0.12);
  --cs-shadow: 0 20px 50px rgba(10, 18, 28, 0.12);
}

body {
  background:
    radial-gradient(circle at top, rgba(239, 90, 76, 0.12), transparent 30%),
    linear-gradient(180deg, #243241 0%, #182330 30%, #121a24 100%);
}

body, input, select, textarea {
  color: var(--cs-ink-soft);
}

strong, b,
h1, h2, h3, h4, h5, h6 {
  color: white;
}

.wrapper.style5 {
  background: linear-gradient(180deg, var(--cs-paper) 0%, #f3ede8 100%);
}

#header {
  background: rgba(18, 34, 51, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#header h1 a,
#header nav > ul > li > a,
#header nav > ul > li > span {
  color: #f8f6f1;
}

#accountDropdownLink {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.menu-dropdown,
.profile-dropdown {
  background: rgba(20, 31, 44, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.profile-mini-label,
.profile-mini-value,
.menu-dropdown a {
  color: #f8f6f1;
}

.glass-title {
  background: linear-gradient(135deg, rgba(30, 42, 56, 0.68), rgba(74, 86, 100, 0.4));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.quote-hero {
  position: relative;
}

.quote-hero-card {
  max-width: 42rem;
}

.quote-kicker,
.quote-eyebrow {
  margin-bottom: 0.9rem;
  color: var(--cs-accent) !important;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.quote-section {
  padding-top: 4.5rem;
}

.quote-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(18rem, 0.9fr);
  gap: 2rem;
  align-items: start;
}

.quote-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 241, 0.98));
  border: 1px solid var(--cs-line);
  border-radius: 24px;
  box-shadow: var(--cs-shadow);
  padding: 2rem;
}

.quote-panel-form {
  position: relative;
  overflow: hidden;
}

.quote-panel-form::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--cs-accent), #f8a36a, #f0c47b);
}

.quote-section-head h3,
.quote-panel h4 {
  margin-bottom: 0.55rem;
}

.quote-section-head p:last-child,
.quote-panel p:last-child {
  margin-bottom: 0;
}

.quote-field-label {
  display: block;
  margin: 0 0 0.55rem 0;
  color: var(--cs-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.quote-form-shell input,
.quote-form-shell select,
.quote-form-shell textarea {
  border-color: rgba(18, 34, 51, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--cs-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.quote-form-shell input:focus,
.quote-form-shell select:focus,
.quote-form-shell textarea:focus {
  border-color: rgba(239, 90, 76, 0.5);
  box-shadow: 0 0 0 3px rgba(239, 90, 76, 0.12);
}

.quote-upload-panel {
  background: linear-gradient(180deg, rgba(245, 239, 233, 0.9), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(18, 34, 51, 0.08);
  border-radius: 20px;
  padding: 1.35rem;
}

.quote-upload-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1rem;
}

.quote-upload-help,
.quote-upload-caption,
.quote-steps li,
.quote-callout p,
.quote-section-head p,
.quote-panel-form p {
  color: #4f5d6b;
}

.quote-upload-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.quote-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.quote-upload-trigger {
  margin: 0;
}

.quote-upload-trigger.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(18, 34, 51, 0.14);
  color: var(--cs-ink) !important;
}

.quote-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1rem;
}

.quote-upload-empty {
  display: grid;
  place-items: center;
  min-height: 12rem;
  padding: 1.5rem;
  border: 1px dashed rgba(18, 34, 51, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.quote-upload-empty .icon {
  font-size: 1.6rem;
  color: var(--cs-accent);
  margin-bottom: 0.7rem;
}

.quote-upload-empty p {
  margin: 0;
}

.quote-photo-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.85rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(18, 34, 51, 0.08);
  box-shadow: 0 8px 18px rgba(18, 34, 51, 0.07);
}

.quote-photo-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
}

.quote-photo-name {
  display: block;
  color: var(--cs-ink);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}

.quote-remove-button {
  margin: 0;
  width: 100%;
}

.quote-actions {
  margin-top: 0.25rem;
}

.quote-callout {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 34, 51, 0.09);
}

.quote-callout-accent {
  background: linear-gradient(135deg, rgba(239, 90, 76, 0.1), rgba(248, 163, 106, 0.12));
}

.quote-steps {
  counter-reset: quote-step;
  display: grid;
  gap: 0.9rem;
}

.quote-steps li {
  position: relative;
  padding-left: 3rem;
  min-height: 2.2rem;
}

.quote-steps li::before {
  counter-increment: quote-step;
  content: counter(quote-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--cs-accent), #f08f61);
  font-size: 0.82rem;
  font-weight: 800;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.quote-wizard-shell {
  max-width: 70rem;
  margin: 0 auto;
}

.quote-wizard-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-start;
}

.quote-wizard-progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.quote-wizard-progress span {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: rgba(18, 34, 51, 0.08);
  color: #5f6975;
  font-size: 0.82rem;
  font-weight: 800;
}

.quote-wizard-progress span.is-active,
.quote-wizard-progress span.is-complete {
  color: #fff;
  background: linear-gradient(135deg, var(--cs-accent), #f08f61);
}

.quote-wizard-form {
  display: grid;
  gap: 1.5rem;
}

.quote-step {
  display: grid;
  gap: 1.4rem;
}

.quote-step-copy {
  max-width: 40rem;
}

.quote-step-copy h3 {
  margin-bottom: 0.5rem;
}

.quote-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.quote-service-card {
  display: grid;
  gap: 0.55rem;
  min-height: 10rem;
  padding: 1.25rem;
  border: 1px solid rgba(18, 34, 51, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 238, 0.94));
  color: var(--cs-ink);
  text-align: left;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.quote-service-card strong {
  color: var(--cs-ink);
  font-size: 1.05rem;
}

.quote-service-card span {
  color: #5c6774;
  font-size: 0.92rem;
  line-height: 1.55;
}

.quote-service-card:hover,
.quote-service-card.is-selected {
  transform: translateY(-2px);
  border-color: rgba(239, 90, 76, 0.32);
  box-shadow: 0 16px 32px rgba(18, 34, 51, 0.08);
}

.quote-service-card.is-selected {
  background: linear-gradient(145deg, rgba(239, 90, 76, 0.14), rgba(248, 163, 106, 0.18));
}

.quote-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.quote-field {
  display: grid;
  gap: 0.45rem;
}

.quote-field-full {
  grid-column: 1 / -1;
}

.quote-details-field {
  margin-top: 0.25rem;
}

.quote-schedule-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1.15rem;
}

.quote-schedule-calendar-card,
.quote-open-times-card {
  padding: 1.15rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 238, 0.92));
  border: 1px solid rgba(18, 34, 51, 0.08);
}

.quote-schedule-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.quote-schedule-toolbar .button {
  margin: 0;
}

.quote-schedule-month-wrap select {
  margin: 0;
}

.quote-month-weekdays,
.quote-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.55rem;
}

.quote-month-weekdays {
  margin-bottom: 0.8rem;
}

.quote-month-weekdays span {
  color: #7b8591;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.quote-day-button,
.quote-day-filler {
  aspect-ratio: 1 / 1;
}

.quote-day-button {
  display: grid;
  place-items: center;
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(18, 34, 51, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: var(--cs-ink);
  font-size: 1rem;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.quote-day-button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(239, 90, 76, 0.32);
}

.quote-day-button.is-selected {
  background: linear-gradient(135deg, rgba(239, 90, 76, 0.16), rgba(248, 163, 106, 0.24));
  border-color: rgba(239, 90, 76, 0.38);
}

.quote-day-button.is-today {
  box-shadow: inset 0 0 0 2px rgba(239, 90, 76, 0.32);
}

.quote-day-button.is-unavailable,
.quote-day-button:disabled {
  background: rgba(18, 34, 51, 0.08);
  color: #9aa3ad;
}

.quote-day-filler {
  border-radius: 22px;
  background: rgba(18, 34, 51, 0.03);
}

.quote-open-times-head {
  margin-bottom: 1rem;
}

.quote-open-times-list {
  display: grid;
  gap: 0.75rem;
}

.quote-time-slot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(18, 34, 51, 0.08);
  background: rgba(255, 255, 255, 0.85);
  color: var(--cs-ink);
  text-align: left;
}

.quote-time-slot strong {
  display: block;
  color: var(--cs-ink);
}

.quote-time-slot span,
.quote-time-slot p {
  margin: 0;
  color: #61707c;
  font-size: 0.8rem;
}

.quote-time-slot.is-selected {
  background: linear-gradient(135deg, rgba(17, 29, 40, 0.92), rgba(27, 46, 60, 0.9));
  border-color: rgba(17, 29, 40, 0.9);
}

.quote-time-slot.is-selected strong,
.quote-time-slot.is-selected span,
.quote-time-slot.is-selected p {
  color: #fff;
}

.quote-time-slot.is-unavailable,
.quote-time-slot:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.quote-time-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.8rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(57, 155, 100, 0.14);
  color: #28724a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-time-status.is-unavailable {
  background: rgba(18, 34, 51, 0.12);
  color: #4f5d6b;
}

.quote-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.quote-review-item {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 34, 51, 0.08);
}

.quote-review-item.quote-review-item-full {
  grid-column: 1 / -1;
}

.quote-review-item small {
  display: block;
  margin-bottom: 0.35rem;
  color: #76818e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-review-item strong,
.quote-review-item span {
  color: var(--cs-ink);
}

.quote-review-note {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(239, 90, 76, 0.08), rgba(248, 163, 106, 0.14));
  border: 1px solid rgba(239, 90, 76, 0.12);
  color: #4c5a67;
}

.quote-wizard-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
}

.quote-wizard-footer .button {
  margin: 0;
}

.quote-success-modal[hidden] {
  display: none;
}

.quote-success-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
}

.quote-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 20, 0.62);
  backdrop-filter: blur(6px);
}

.quote-success-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 34rem);
  margin: 12vh auto 0;
  padding: 1.6rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 235, 0.98));
  border: 1px solid rgba(18, 34, 51, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.quote-success-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 2.3rem;
  height: 2.3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(18, 34, 51, 0.08);
  color: var(--cs-ink);
  font-size: 1rem;
  font-weight: 800;
}

.quote-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

#quoteMsg.box {
  margin-top: 0.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 34, 51, 0.1);
  color: var(--cs-ink);
}

#quoteMsg.box strong {
  color: var(--cs-ink);
}

@media screen and (max-width: 980px) {
  .quote-page-grid {
    grid-template-columns: 1fr;
  }

  .quote-service-grid,
  .quote-review-grid,
  .quote-form-grid,
  .quote-schedule-shell {
    grid-template-columns: 1fr;
  }

  .quote-wizard-head {
    flex-direction: column;
  }

  .quote-wizard-progress {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 736px) {
  .glass-title {
    padding: 1.5rem 1.35rem;
    border-radius: 18px;
  }

  .quote-section {
    padding-top: 3rem;
  }

  .quote-panel {
    padding: 1.25rem;
    border-radius: 20px;
  }

  .quote-wizard-progress {
    gap: 0.45rem;
  }

  .quote-wizard-progress span {
    width: 2rem;
    height: 2rem;
  }

  .quote-service-grid {
    grid-template-columns: 1fr;
  }

  .quote-month-weekdays,
  .quote-month-grid {
    gap: 0.4rem;
  }

  .quote-day-button {
    border-radius: 18px;
    font-size: 0.92rem;
  }

  .quote-wizard-footer {
    grid-template-columns: 1fr 1fr;
  }

  .quote-wizard-footer #quoteNextBtn,
  .quote-wizard-footer #quoteSubmitBtn {
    grid-column: 1 / -1;
  }

  .quote-upload-header {
    flex-direction: column;
  }

  .quote-photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quote-actions .button,
  .quote-upload-trigger {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .quote-photo-grid {
    grid-template-columns: 1fr;
  }

  .quote-open-times-card,
  .quote-schedule-calendar-card {
    padding: 0.95rem;
  }

  .quote-time-slot {
    padding: 0.85rem 0.9rem;
  }

  .quote-review-grid {
    grid-template-columns: 1fr;
  }

  #header h1 a {
    letter-spacing: 0.16em;
  }

  #accountDropdownLink {
    min-width: 7.75em;
    font-size: 0.72em;
  }
}

.wrapper.style1,
.wrapper.style2,
.wrapper.style4,
.wrapper.style5 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.wrapper.style1 p,
.wrapper.style1 li,
.wrapper.style1 ul,
.wrapper.style1 ol,
.wrapper.style1 table,
.wrapper.style1 td,
.wrapper.style1 th,
.wrapper.style1 .content,
.wrapper.style1 .content p,
.wrapper.style1 .content li {
  color: #eaf8f6;
}

.wrapper.style1 a:not(.button) {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.wrapper.style2,
.wrapper.style2 p,
.wrapper.style2 li,
.wrapper.style2 .content,
.wrapper.style2 .content p,
.wrapper.style2 .content li,
.wrapper.style2 .spotlight .content {
  color: #f2f5f7;
}

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

.wrapper.style4,
.wrapper.style4 p,
.wrapper.style4 li,
.wrapper.style4 header p {
  color: #f8eee8;
}

.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 strong,
.wrapper.style4 b {
  color: #ffffff;
}

.wrapper.style5 p,
.wrapper.style5 li,
.wrapper.style5 ol,
.wrapper.style5 ul,
.wrapper.style5 td,
.wrapper.style5 th,
.wrapper.style5 .table-wrapper,
.wrapper.style5 .table-wrapper table,
.wrapper.style5 .table-wrapper tbody,
.wrapper.style5 .table-wrapper tr,
.wrapper.style5 .inner > p,
.wrapper.style5 .inner > ul,
.wrapper.style5 .inner > ol {
  color: #445261;
}

.wrapper.style5 a:not(.button) {
  color: #1f4e7a;
  border-bottom-color: rgba(31, 78, 122, 0.35);
}

.wrapper.style5 .small,
.wrapper.style5 small,
.wrapper.style5 header p {
  color: #5f6f7f;
}

#main > header {
  position: relative;
}

#main > header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 23, 35, 0.34), rgba(13, 23, 35, 0.58));
}

#main > header > * {
  position: relative;
  z-index: 1;
}

#main > header h2,
#main > header p {
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

#main > header p {
  color: rgba(255, 250, 246, 0.92);
}

#main > header > h2,
#main > header > p {
  display: table;
  width: auto;
  max-width: min(92vw, 46rem);
  margin-left: auto;
  margin-right: auto;
  padding: 0.9rem 1.35rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(17, 29, 40, 0.76), rgba(34, 46, 58, 0.44));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 42px rgba(7, 14, 22, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#main > header > h2 {
  margin-bottom: 0.8rem;
}

#main > header > p {
  margin-top: 0;
  letter-spacing: 0.16em;
  line-height: 1.6;
}

#header nav > ul > li > a,
#accountDropdownDisplay,
#header h1 a {
  text-rendering: geometricPrecision;
}

@media screen and (max-width: 736px) {
  html {
    scroll-behavior: auto;
  }

  #page-wrapper {
    padding-top: 3.4em;
  }

  #header {
    height: 3.4em;
    line-height: 3.4em;
  }

  #header h1 {
    left: 0.9em;
  }

  #header h1 a {
    font-size: 0.72em;
    letter-spacing: 0.14em;
    max-width: 10.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #header nav > ul {
    gap: 0.2em;
  }

  #header nav > ul > li > a {
    font-size: 0.72em;
    letter-spacing: 0.14em;
    padding: 0 0.9em;
  }

  #accountDropdownLink {
    min-width: 6.8em;
    padding: 0 0.9em;
  }

  .wrapper {
    padding: 2.6em 1.2em 0.8em 1.2em;
  }

  #main > header {
    padding: 4.5em 1.5em 3.2em 1.5em;
  }

  #main > header h2 {
    font-size: 1.05em;
    line-height: 1.45em;
  }

  #main > header > h2,
  #main > header > p {
    max-width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 18px;
  }

  #main > header p,
  .wrapper.style5 p,
  .wrapper.style5 li,
  .wrapper.style2 p,
  .wrapper.style2 li,
  .wrapper.style1 p,
  .wrapper.style1 li {
    font-size: 0.98em;
    line-height: 1.72em;
  }

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

  .glass-title,
  .profile-dropdown,
  .menu-dropdown,
  .quote-panel,
  .quote-upload-panel,
  #main > header > h2,
  #main > header > p {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 10px 24px rgba(10, 18, 28, 0.14);
  }
}

@media screen and (max-width: 480px) {
  body,
  input,
  select,
  textarea {
    font-size: 10.5pt;
  }

  #header nav > ul > li > a.menuToggle {
    padding-right: 0.8em;
  }

  #header nav > ul > li > a.menuToggle:after {
    width: 1.4em;
  }

  .wrapper.style5 .actions,
  .wrapper.style4 .actions,
  .wrapper.style1 .actions {
    width: 100%;
  }

  .wrapper.style5 .actions li,
  .wrapper.style4 .actions li,
  .wrapper.style1 .actions li {
    width: 100%;
  }

  .wrapper.style5 .actions .button,
  .wrapper.style4 .actions .button,
  .wrapper.style1 .actions .button,
  .wrapper.style5 .actions input,
  .wrapper.style4 .actions input,
  .wrapper.style1 .actions input {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* --- Home/Header Professional Refresh --- */
#header {
  height: 4.1em;
  line-height: 4.1em;
  background: linear-gradient(180deg, rgba(10, 19, 28, 0.92) 0%, rgba(16, 29, 41, 0.84) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 38px rgba(6, 14, 24, 0.24);
}

#header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(239, 90, 76, 0), rgba(239, 90, 76, 0.9) 46%, rgba(239, 90, 76, 0));
  pointer-events: none;
}

#header h1 {
  display: flex;
  align-items: center;
}

#header h1 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  min-height: 4.1em;
  line-height: 1.1;

}

#header h1 a.header-phone-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  min-height: auto;
  line-height: 1;
}

.header-brand-block {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
}

.header-brand-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
  min-height: auto;
  line-height: 1 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-site-logo {
  display: block;
  width: auto;
  height: 2.35rem;
}

.header-phone-link {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1;
  color: #f8f6f1;
  font-family: var(--cs-font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  font-size: 1.55em;
  font-weight: 800;
}

.header-phone-text {
  display: block;
}

.brand-wordmark {
  display: block;
  color: #f8f6f1;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.header-brand-sub {
  display: block;
  color: rgba(248, 246, 241, 0.64);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#header nav > ul {
  gap: 0.5rem;
}

#header nav > ul > li#menuWrap {
  display: flex;
  align-items: center;
  min-height: 4.1em;
}

#header nav > ul > li > a,
#accountDropdownLink {
  border-radius: 999px;
}

#header nav > ul > li > a {
  position: relative;
  padding: 0 1.2em;
  color: #f8f6f1;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
}

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

#accountDropdownLink {
  min-width: 8.9em;
  min-height: 2.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.15em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

#accountDropdownLink:hover,
#accountDropdownLink:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

#nav .menuToggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8em;
  height: 4.1em;
}

#nav .menuToggle:before {
  right: 0.95em;
}

.menu-dropdown,
.profile-dropdown {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
}

.profile-dropdown-inner,
.menu-dropdown ul {
  background: linear-gradient(180deg, rgba(16, 29, 41, 0.98) 0%, rgba(12, 21, 30, 0.98) 100%);
}

.profile-dropdown-inner {
  padding: 0.9rem;
}

.profile-dropdown::before {
  background: rgba(16, 29, 41, 0.98);
  border-top-color: rgba(255, 255, 255, 0.08);
  border-left-color: rgba(255, 255, 255, 0.08);
}

.profile-row {
  margin-bottom: 0.7rem;
}

.profile-mini-label {
  letter-spacing: 0.16em;
}

.profile-mini-value {
  line-height: 1.45;
}

.profile-dropdown {
  width: min(330px, calc(100vw - 1.25rem));
  top: calc(100% + 0.3rem);
  max-height: min(76svh, 42rem);
  overflow: auto;
}

.profile-item.open .profile-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-login-form {
  display: grid;
  gap: 0.15rem;
}

.header-field {
  margin-bottom: 0.7rem;
}

.header-field input {
  background: rgba(240, 244, 250, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #16212d;
  height: 2.95em;
  padding: 0 0.9em;
  font-size: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.header-field input::placeholder {
  color: #7f8a98;
}

.header-field input:focus {
  border-color: rgba(74, 222, 200, 0.55);
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.12);
}

.menu-dropdown ul {
  padding: 0.5rem;
}

.menu-dropdown ul li + li {
  margin-top: 0.2rem;
}

.menu-dropdown ul li a {
  border-radius: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8em;
  transition: background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.menu-dropdown ul li a:hover,
.menu-dropdown ul li a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(2px);
}

.profile-actions-row,
.profile-actions-stack {
  gap: 0.55rem;
}

.profile-actions-row {
  grid-template-columns: 1fr;
  margin-top: 0.9rem;
}

.profile-actions-row .button,
.profile-actions-stack .button {
  border-radius: 14px;
  justify-content: center;
}

#banner {
  position: relative;
  min-height: 44em;
}

#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(239, 90, 76, 0.22), transparent 20%),
    linear-gradient(180deg, rgba(6, 12, 18, 0.32) 0%, rgba(6, 12, 18, 0.56) 100%);
  pointer-events: none;
}

#banner .inner {
  position: relative;
  z-index: 1;
  width: min(100% - 3rem, 74rem);
  margin: 0 auto;
}

.home-hero-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.home-hero-logo-image {
  display: block;
  width: min(100%, 17rem);
  height: auto;
}

.home-hero-logo-mark {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef5a4c, #f7b46b);
  color: #fffaf4;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.home-hero-logo-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  padding: inherit;  
}

.home-hero-logo-title {
  color: #fffaf4;
  font-family: var(--cs-font-display);
  font-size: 1.75em;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  /*text-transform: uppercase;*/
}

.home-hero-logo-sub {
  color: rgba(255, 247, 242, 0.78);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.glass-title.home-hero-card {
  max-width: 44rem;
  padding: 2.25rem 2.35rem;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(17, 29, 40, 0.76), rgba(34, 46, 58, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
}

.home-kicker {
  margin: 0 0 1rem 0 !important;
  color: #efb39f !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
}

.glass-title.home-hero-card h2 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: clamp(2rem, 1.5rem + 1.6vw, 3.25rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0.06em !important;
  text-transform: none;
}

.glass-title.home-hero-card h2::before,
.glass-title.home-hero-card h2::after {
  display: none !important;
}

.home-hero-copy {
  max-width: 42rem;
  margin: 0 0 1.4rem 0 !important;
  color: rgba(255, 250, 246, 0.92) !important;
  font-size: 1rem;
  line-height: 1.85em;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
}

.home-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1.55rem 0;
  padding: 0;
}

.home-hero-copy:empty,
.home-trust-list:empty {
  display: none;
}

.home-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff7f3;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-trust-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef5a4c, #ffb28e);
  box-shadow: 0 0 0 4px rgba(239, 90, 76, 0.14);
}

.home-hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.35rem;
  width: min(100%, 52rem);
  margin-top: 0.65rem;
  justify-items: stretch;
}

.home-hero-node {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 6.4rem;
  margin: 0 auto;
  padding: 1.6rem 1.9rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: center !important;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-node-text {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
}

.home-hero-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 245, 239, 0.9);
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-hero-node:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 30px rgba(8, 12, 18, 0.16);
}

.home-hero-node-primary {
  background: linear-gradient(135deg, rgba(239, 90, 76, 0.92), rgba(255, 159, 112, 0.9));
  border-color: rgba(255, 198, 178, 0.45);
  box-shadow: 0 18px 36px rgba(239, 90, 76, 0.26);
}

.home-hero-node-primary .home-quote-node-label,
.home-hero-node-primary strong {
  color: #ffffff;
}

.home-quote-links {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 1rem;
  margin-top: 1.35rem;
}

.home-quote-node {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff7f3 !important;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-quote-node:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}

.home-quote-node-label {
  color: #efb39f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home-quote-node strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
}

.contact-popup-cta {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 13.5rem;
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #ef5a4c, #ff9f70);
  box-shadow: 0 18px 34px rgba(17, 29, 40, 0.28);
  color: #ffffff !important;
  text-decoration: none;
}

.contact-popup-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(17, 29, 40, 0.32);
}

.contact-popup-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-popup-copy {
  font-size: 0.88rem;
  line-height: 1.35;
  text-transform: none;
}

#one.wrapper.style1.special {
  position: relative;
}

#one.wrapper.style1.special::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

@media screen and (max-width: 736px) {
  #header {
    height: 5em;
    line-height: 5em;
  }

  #header h1 {
    left: 0.85em;
    height: 100%;
    max-width: calc(100% - 10.3em);
  }

  #header nav > ul > li#menuWrap {
    min-height: 5em;
  }

  #header h1 a.header-phone-link {
    min-height: 100%;
    line-height: 1;
    font-size: 0.93rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }

  .header-brand-block {
    gap: 0.38rem;
  }

  .header-brand-link {
    padding: 0;
  }

  .header-site-logo {
    height: 1.35rem;
  }

  .header-phone-link {
    display: inline-flex;
    min-height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: none;
    white-space: nowrap;
  }

  #header nav > ul {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 0.15rem;
  }

  #accountDropdownLink {
    min-width: auto;
    padding: 0 0.75em;
    font-size: 0.68em;
  }

  .profile-dropdown {
    width: min(270px, calc(100vw - 1rem));
    top: calc(100% + 0.25rem);
  }

  .menu-dropdown {
    min-width: 190px;
    max-width: calc(100vw - 1rem);
    top: calc(100% + 0.25rem);
  }

  .profile-dropdown-inner {
    padding: 0.75rem;
  }

  .profile-row {
    margin-bottom: 0.55rem;
  }

  .profile-mini-label {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
  }

  .profile-mini-value {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .header-field input {
    height: 2.75em;
    border-radius: 12px;
    font-size: 0.84rem;
  }

  .profile-actions-row .button,
  .profile-actions-stack .button {
    height: 2.65em;
    line-height: 2.65em;
    font-size: 0.66em;
    letter-spacing: 0.12em;
  }

  .menu-dropdown ul {
    padding: 0.42rem;
  }

  .menu-dropdown ul li a {
    padding: 0.7em 0.95em;
    border-radius: 12px;
    font-size: 0.72em;
    letter-spacing: 0.1em;
  }

  #banner {
    min-height: 100svh;
    padding-top: 6.8em;
    padding-bottom: 7.5rem;
  }

  #banner .inner {
    width: min(100% - 1.4rem, 74rem);
  }

  .home-hero-logo {
    display: inline-flex;
    width: min(100%, 15rem);
    margin-bottom: 0.7rem;
    padding: 0;
  }

  .home-hero-logo-image {
    width: 100%;
  }

  .glass-title.home-hero-card {
    padding: 1.2rem 1.05rem;
    border-radius: 22px;
  }

  .home-kicker {
    margin-bottom: 0.7rem !important;
    font-size: 0.54rem;
    letter-spacing: 0.16em !important;
    line-height: 1.45;
  }

  .glass-title.home-hero-card h2 {
    margin-bottom: 0.85rem;
    font-size: clamp(1.7rem, 1.25rem + 3vw, 2.45rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0.03em !important;
  }

  .home-hero-copy {
    margin-bottom: 0.9rem !important;
    font-size: 0.9rem;
    line-height: 1.5em;
  }

  .home-trust-list {
    gap: 0.45rem;
    margin-bottom: 0.9rem;
  }

  .home-trust-list li {
    width: 100%;
    justify-content: center;
    padding: 0.52rem 0.75rem;
    font-size: 0.64rem;
  }

  .home-hero-actions {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.8rem;
    margin-top: 0.4rem;
  }

  .home-hero-divider {
    justify-self: center;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }

  .home-hero-node {
    min-height: 4.25rem;
    padding: 1.05rem 1rem;
    border-radius: 22px;
    font-size: 1rem;
  }

  .home-quote-links {
    grid-template-columns: 1fr;
  }

  .contact-popup-cta {
    right: 0.9rem;
    bottom: max(0.9rem, env(safe-area-inset-bottom));
    left: auto;
    min-width: 0;
    max-width: min(11.5rem, calc(100vw - 1.8rem));
    padding: 0.78rem 0.9rem;
    border-radius: 16px;
    gap: 0.14rem;
  }

  .contact-popup-label {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .contact-popup-copy {
    font-size: 0.78rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 480px) {
  #header h1 {
    max-width: calc(100% - 9.6em);
  }

  #header h1 a.header-phone-link {
    max-width: none;
    min-height: 100%;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .header-brand-block {
    gap: 0.32rem;
  }

  .header-site-logo {
    height: 1.12rem;
  }

  .header-phone-link {
    min-height: auto;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
  }

  #banner {
    padding-top: 6.45em;
    padding-bottom: 6.8rem;
  }

  .home-hero-logo {
    width: min(100%, 12.5rem);
    max-width: 12.5rem;
    justify-content: center;
    margin-bottom: 0.6rem;
  }

  .glass-title.home-hero-card {
    padding: 1.05rem 0.95rem;
  }

  .glass-title.home-hero-card h2 {
    font-size: clamp(1.55rem, 1.1rem + 3.2vw, 2.15rem) !important;
  }

  .home-hero-node {
    min-height: 3.95rem;
    font-size: 0.92rem;
  }

  .brand-wordmark {
    font-size: 0.7rem;
  }

  .header-brand-sub {
    font-size: 0.42rem;
  }

  #header nav > ul > li > a.menuToggle {
    padding-right: 0.55em;
  }

  #nav .menuToggle:before {
    right: 0.55em;
  }

  .profile-dropdown {
    width: min(244px, calc(100vw - 0.85rem));
  }

  .menu-dropdown {
    min-width: 176px;
    max-width: calc(100vw - 0.85rem);
  }

  .profile-dropdown-inner {
    padding: 0.68rem;
  }

  .profile-mini-value {
    font-size: 0.76rem;
  }

  .header-field input {
    height: 2.6em;
    font-size: 0.8rem;
    padding: 0 0.75em;
  }

  .menu-dropdown ul li a {
    padding: 0.64em 0.82em;
    font-size: 0.68em;
  }

  .contact-popup-cta {
    right: 0.75rem;
    max-width: min(10.5rem, calc(100vw - 1.5rem));
    padding: 0.72rem 0.85rem;
  }
}

/* --- Profile Dashboard Overhaul --- */
.profile-shell {
  background: linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.profile-hero {
  position: relative;
}

.profile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 29, 41, 0.22), rgba(239, 90, 76, 0.1));
}

.profile-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 54rem;
  margin: 0 auto;
}

.profile-hero h2 {
  margin: 0 0 1rem 0;
  line-height: 1.08;
  letter-spacing: 0.08em;
}

.profile-hero p:last-child {
  margin: 0;
}

.profile-hero-kicker,
.profile-eyebrow {
  margin: 0 0 0.85rem 0;
  color: #ef7f69 !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.profile-dashboard {
  display: grid;
  gap: 1.25rem;
}

.profile-overview-card,
.profile-sidebar-card,
.profile-edit-card,
.profile-orders-section,
.profile-order-card,
.profile-empty-state {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 30, 44, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(10, 18, 28, 0.1);
}

.profile-overview-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.99), rgba(247,250,252,0.98));
}

.profile-overview-main h3 {
  margin-bottom: 0.5rem;
  color: #16212d;
  font-size: clamp(1.7rem, 1.3rem + 1vw, 2.35rem);
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.08;
}

.profile-overview-copy {
  margin: 0;
  color: #566575;
}

.profile-overview-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.profile-stat-card,
.profile-info-item {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
  border: 1px solid rgba(17, 30, 44, 0.05);
}

.profile-layout-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 1.25rem;
}

.profile-sidebar-card,
.profile-edit-card,
.profile-orders-section {
  padding: 1.35rem;
}

.profile-main-column {
  display: grid;
  gap: 1.25rem;
}

.profile-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
}

.profile-section-head-tight {
  align-items: start;
}

.profile-section-head h3,
.profile-orders-section h3,
.profile-edit-card h3 {
  margin: 0;
  color: #16212d;
  text-transform: none;
  letter-spacing: 0.04em;
}

.profile-info-list,
.profile-quick-actions,
.profile-orders-grid {
  display: grid;
  gap: 0.85rem;
}

.profile-quick-actions .button {
  width: 100%;
}

.profile-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.profile-form-field label,
.profile-label {
  display: block;
  margin-bottom: 0.55rem;
  color: #637485;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profile-form-field input {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(17, 30, 44, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #16212d;
}

.profile-form-field input:focus {
  border-color: rgba(239, 90, 76, 0.4);
  box-shadow: 0 0 0 4px rgba(239, 90, 76, 0.1);
}

.profile-form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.profile-form-actions .button {
  min-width: 11rem;
}

.profile-value {
  color: #16212d;
  font-weight: 700;
  word-break: break-word;
}

.profile-msg {
  margin-bottom: 0;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  font-weight: 700;
}

.profile-msg.error {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.22);
  color: #8a1f2d;
}

.profile-msg.success {
  background: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.2);
  color: #1f6f35;
}

.profile-order-card {
  padding: 1.1rem 1.15rem;
}

.profile-order-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.9rem;
}

.profile-order-top h4 {
  margin: 0.2rem 0 0;
  color: #16212d;
  text-transform: none;
  letter-spacing: 0.04em;
}

.profile-order-kicker {
  margin: 0;
  color: #7d8b98;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profile-order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.profile-status-active {
  background: #eef3ff;
  color: #35507d;
}

.profile-status-pending {
  background: #fff4df;
  color: #a96a04;
}

.profile-status-completed {
  background: #e7f7ee;
  color: #1f8a57;
}

.profile-status-canceled {
  background: #fdecea;
  color: #bc4439;
}

.profile-order-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.order-meta {
  margin: 0;
  color: #4f5f70;
}

.profile-empty-state {
  padding: 1.15rem 1.2rem;
  color: #5d6d7d;
}

@media screen and (max-width: 980px) {
  .profile-overview-card,
  .profile-layout-grid {
    grid-template-columns: 1fr;
  }

  .profile-overview-meta {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  .profile-hero {
    padding: 7rem 0 3.2rem;
    background-position: center top !important;
  }

  .profile-hero::before {
    background: linear-gradient(180deg, rgba(8, 14, 20, 0.72), rgba(8, 14, 20, 0.54));
  }

  .profile-hero-inner {
    width: min(100% - 1.4rem, 34rem);
    text-align: center;
  }

  .profile-hero-kicker {
    margin-bottom: 0.65rem;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .profile-hero h2 {
    margin-bottom: 0.8rem;
    font-size: clamp(1.5rem, 1.1rem + 3vw, 2.15rem);
    letter-spacing: 0.06em;
  }

  .profile-hero p:last-child {
    font-size: 0.92rem;
    line-height: 1.62;
    letter-spacing: 0.08em;
  }

  .profile-shell.wrapper {
    padding-top: 2.6rem;
  }

  .profile-overview-card,
  .profile-sidebar-card,
  .profile-edit-card,
  .profile-orders-section,
  .profile-order-card,
  .profile-empty-state {
    border-radius: 20px;
  }

  .profile-overview-card,
  .profile-sidebar-card,
  .profile-edit-card,
  .profile-orders-section {
    padding: 1.15rem;
  }

  .profile-overview-main h3 {
    font-size: 1.3rem;
    line-height: 1.1;
    letter-spacing: 0.03em;
  }

  .profile-overview-copy {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .profile-overview-meta {
    gap: 0.7rem;
  }

  .profile-stat-card,
  .profile-info-item {
    padding: 0.9rem;
    border-radius: 16px;
  }

  .profile-label {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .profile-value {
    font-size: 0.98rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .profile-section-head {
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .profile-section-head .button.small,
  .profile-section-head .button {
    width: 100%;
    justify-content: center;
  }

  .profile-form-grid,
  .profile-order-grid {
    grid-template-columns: 1fr;
  }

  .profile-form-actions .button {
    width: 100%;
  }

  .profile-order-top {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .profile-hero {
    padding: 6.45rem 0 2.7rem;
  }

  .profile-hero-inner {
    width: min(100% - 1rem, 34rem);
  }

  .profile-hero-kicker {
    font-size: 0.56rem;
    letter-spacing: 0.16em;
  }

  .profile-hero h2 {
    font-size: clamp(1.3rem, 1rem + 3.4vw, 1.85rem);
    letter-spacing: 0.05em;
  }

  .profile-hero p:last-child {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .profile-shell.wrapper {
    padding-top: 2rem;
  }

  .profile-overview-card,
  .profile-sidebar-card,
  .profile-edit-card,
  .profile-orders-section {
    padding: 1rem;
  }

  .profile-overview-main h3 {
    font-size: 1.12rem;
  }

  .profile-overview-copy,
  .profile-empty-state,
  .profile-order-card p,
  .order-meta {
    font-size: 0.88rem;
  }

  .profile-value {
    font-size: 0.92rem;
  }

  .profile-order-status {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }
}




/* --- Footer Link Group --- */
.footer-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.2rem;
  margin: 0 0 1.1rem 0;
  padding: 0;
}

.footer-quick-links,
.footer-quick-links li,
#footer .icons,
#footer .icons li,
#footer .copyright,
#footer .copyright li,
ul.actions,
ul.actions li {
  list-style: none;
  padding-left: 0;
}

.footer-quick-links li {
  margin: 0;
}

.footer-quick-links a {
  border: 0;
  color: rgba(248, 246, 241, 0.78);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-quick-links a:hover {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .footer-quick-links {
    gap: 0.65rem 0.9rem;
  }

  .footer-quick-links a {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
}

/* --- Minimal Smart Header Search --- */
#header {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header h1,
#header nav {
  position: absolute;
}

.header-search-wrap {
  position: relative;
  z-index: 2;
  width: min(26rem, calc(100vw - 25rem));
  min-width: 16rem;
  margin: 0 auto;
  pointer-events: none;
}

.header-search-form {
  max-width: none;
  pointer-events: auto;
}

#headerSearchInput {
  max-width: none;
  height: 2.7em;
  margin: 0;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-size: 0.78em;
  letter-spacing: 0.08em;
}

#headerSearchInput:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

@media screen and (max-width: 980px) {
  .header-search-wrap {
    width: min(20rem, calc(100vw - 21rem));
    min-width: 11rem;
  }

  #headerSearchInput {
    font-size: 0.72em;
  }
}

@media screen and (max-width: 736px) {
  .header-search-wrap {
    display: none;
  }
}







.contact-page-shell .inner {
  max-width: 70rem;
}

.contact-company-card,
.contact-person-card {
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(22, 33, 45, 0.08);
  box-shadow: 0 20px 42px rgba(16, 24, 32, 0.08);
}

.contact-company-card {
  padding: 2rem 2.1rem;
  margin-bottom: 2rem;
}

.contact-kicker {
  margin: 0 0 0.55rem 0;
  color: #ef5a4c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-company-card h3,
.contact-section-heading h3,
.contact-person-card h4 {
  color: #16212d;
  text-transform: none;
  letter-spacing: 0.02em;
}

.contact-company-card h3 {
  margin: 0 0 0.75rem 0;
  font-size: 2rem;
}

.contact-company-copy {
  margin: 0 0 1.4rem 0;
  color: #556577;
}

.contact-company-grid,
.contact-person-grid {
  display: grid;
  gap: 1rem;
}

.contact-company-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-label {
  display: block;
  margin-bottom: 0.4rem;
  color: #7a8796;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-company-grid p,
.contact-person-card p {
  margin: 0;
  color: #233241;
}

.contact-personal-section {
  margin-bottom: 2rem;
}

.contact-section-heading {
  margin-bottom: 1rem;
}

.contact-section-heading h3 {
  margin: 0;
}

.contact-person-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-person-card {
  padding: 1.4rem 1.35rem;
}

.contact-person-card h4 {
  margin: 0 0 0.35rem 0;
  font-size: 1.1rem;
}

.contact-role {
  margin: 0 0 1rem 0 !important;
  color: #ef5a4c !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-person-card p + p {
  margin-top: 0.7rem;
}

@media screen and (max-width: 980px) {
  .contact-company-grid,
  .contact-person-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 736px) {
  .contact-company-card,
  .contact-person-card {
    border-radius: 20px;
  }

  .contact-company-card {
    padding: 1.35rem;
  }

  .contact-person-card {
    padding: 1.15rem;
  }

  .contact-company-card h3 {
    font-size: 1.65rem;
  }
}

.contact-hero .contact-hero-kicker {
  margin-bottom: 0.8rem;
  color: #ffb9a0 !important;
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
}

.contact-hero h2 {
  font-size: clamp(2.3rem, 1.8rem + 1.8vw, 3.7rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0.04em !important;
  text-transform: none;
}

.contact-hero > p:last-child {
  max-width: min(92vw, 40rem) !important;
  color: rgba(255, 247, 242, 0.94) !important;
  font-size: 0.96rem;
  letter-spacing: 0.08em !important;
  text-transform: none !important;
}

/* --- Sitewide Cleanup Pass --- */
a:focus-visible,
button:focus-visible,
.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(33, 178, 166, 0.35);
  outline-offset: 2px;
}

.wrapper.style5 .inner,
.wrapper.style4 .inner,
.wrapper.style1 .inner {
  max-width: 72rem;
}

.wrapper.style5 .box,
.wrapper.style4 .box,
.wrapper.style1 .box {
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(16, 24, 32, 0.08);
}

.wrapper.style5 form label,
.wrapper.style4 form label,
.wrapper.style1 form label {
  display: block;
  margin-bottom: 0.55rem;
  color: #425062;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="email"],
.wrapper.style5 input[type="tel"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="date"],
.wrapper.style5 select,
.wrapper.style5 textarea,
.wrapper.style4 input[type="text"],
.wrapper.style4 input[type="email"],
.wrapper.style4 input[type="tel"],
.wrapper.style4 input[type="password"],
.wrapper.style4 input[type="date"],
.wrapper.style4 select,
.wrapper.style4 textarea,
.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="email"],
.wrapper.style1 input[type="tel"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="date"],
.wrapper.style1 select,
.wrapper.style1 textarea {
  border-radius: 16px;
}

.form-message {
  margin: 0 0 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  line-height: 1.5;
}

.form-message.success {
  background: rgba(39, 174, 96, 0.12);
  border-color: rgba(39, 174, 96, 0.28);
  color: #1f7a45;
}

.form-message.error {
  background: rgba(231, 76, 60, 0.12);
  border-color: rgba(231, 76, 60, 0.28);
  color: #b03a2e;
}

#footer .icons a {
  border-bottom: 0;
}

@media screen and (max-width: 980px) {
  .header-search-wrap {
    width: min(18rem, calc(100vw - 18rem));
  }
}

@media screen and (max-width: 736px) {
  #page-wrapper {
    padding-top: 5em;
    background-color: #2e3842;
  }

  body.is-mobile.landing #page-wrapper {
    background-color: #2e3842;
  }

  #main > header {
    background-position: center;
  }

  .profile-dropdown,
  .menu-dropdown {
    max-width: calc(100vw - 1.25rem);
  }

  .wrapper.style5 .inner,
  .wrapper.style4 .inner,
  .wrapper.style1 .inner {
    width: 100%;
  }
}

.profile-dropdown {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 48px rgba(8, 16, 24, 0.28);
  backdrop-filter: blur(18px);
}

.profile-dropdown-inner {
  gap: 0.85rem;
}

.header-login-form {
  display: grid;
  gap: 0.9rem;
}

.header-field input {
  border-radius: 14px;
}

.contact-popup-cta-circle {
  display: grid;
  place-items: center;
  width: 4.1rem;
  min-width: 4.1rem;
  height: 4.1rem;
  min-height: 4.1rem;
  padding: 0;
  min-width: 0;
  border-radius: 999px;
  gap: 0;
  line-height: 1;
  text-align: center;
  font-size: 0;
  flex: none;
}

.contact-popup-cta-circle .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}

.contact-popup-cta-circle .icon:before {
  margin: 0;
  line-height: 1;
}

.order-status-tabs {
  display: flex;
  width: fit-content;
  gap: 0.7rem;
  margin: 1rem auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.order-status-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(22, 33, 45, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #16212d;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.order-status-tab.is-active {
  background: linear-gradient(135deg, #ef5a4c, #f7b46b);
  color: #fff;
  border-color: transparent;
}

.order-status-empty {
  padding: 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #556577;
}

.profile-section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.profile-list-footnote {
  color: #6a7887;
  font-size: 0.88rem;
}

.profile-form-field-full {
  grid-column: 1 / -1;
}

.profile-modal[hidden] {
  display: none;
}

.profile-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.profile-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 20, 0.58);
  backdrop-filter: blur(6px);
}

.profile-modal-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 44rem);
  margin: 10vh auto 0;
  padding: 1.4rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 54px rgba(8, 16, 24, 0.24);
}

@media screen and (max-width: 736px) {
  #banner {
    padding-top: 5.95em;
  }

  .profile-section-actions {
    width: 100%;
  }

  .contact-popup-cta-circle {
    width: 3.6rem;
    min-width: 3.6rem;
    height: 3.6rem;
    min-height: 3.6rem;
  }

  .profile-modal-card {
    width: min(94vw, 44rem);
    margin-top: 7vh;
    padding: 1.1rem;
    border-radius: 20px;
  }
}
