@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

/*
	Landed 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 */

	html {
		box-sizing: border-box;
	}

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

	html, body {
		background: #1c1d26;
	}

	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: rgba(255, 255, 255, 0.75);
		font-family: "Roboto", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 100;
		line-height: 1.75em;
	}

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

		a:hover {
			color: #e44c65 !important;
			border-bottom-color: transparent;
		}

	strong, b {
		color: #ffffff;
		font-weight: 300;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border: 0;
		}

	h2 {
		font-size: 2em;
		line-height: 1.5em;
		letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
	}

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

	h5 {
		font-size: 0.9em;
		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 1px rgba(255, 255, 255, 0.3);
		margin: 3em 0;
	}

		hr.major {
			margin: 4em 0;
		}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		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;
	}

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@keyframes spinner-hide {
		0% {
			color: rgba(255, 255, 255, 0.15);
			z-index: 100001;
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		99% {
			color: #1c1d26;
			z-index: 100001;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}

		100% {
			color: #1c1d26;
			z-index: -1;
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
		}
	}

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body.landing {
		text-decoration: none;
	}

		body.landing: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;
		}

		body.landing:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			color: rgba(255, 255, 255, 0.15);
			content: '\f1ce';
			cursor: default;
			display: block;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body.landing:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #1c1d26;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.landing.is-preload:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.landing.is-preload:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body.landing:before {
			line-height: 2.025em;
		}

	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: calc(100% - 4em);
		width: 70em;
	}

		.container.xsmall {
			width: 17.5em;
		}

		.container.small {
			width: 35em;
		}

		.container.medium {
			width: 52.5em;
		}

		.container.large {
			width: 87.5em;
		}

		.container.xlarge {
			width: 105em;
		}

		.container.max {
			width: 100%;
		}

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

			.container {
				width: 90%;
				max-width: 100%;
			}

		}

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

			.container {
				width: 100% !important;
			}

		}

/* 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.625em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		@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.625em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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.625em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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.625em;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

/* Section/Article */

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

	header p {
		color: #1c1d26;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.75em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.8em;
		line-height: 1.75em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 4em 0;
		position: relative;
		text-align: center;
	}

		header.major:after {
			background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
			content: '';
			display: inline-block;
			height: 0.2em;
			max-width: 20em;
			width: 75%;
		}

	footer.major {
		margin: 4em 0 0 0;
	}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form.cta {
			max-width: 35em;
			margin-left: auto;
			margin-right: auto;
		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		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;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: transparent;
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		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 {
			border-color: #e44c65;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.3)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 3em;
		padding-right: 3em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #1c1d26;
		}

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

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

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

	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: rgba(255, 255, 255, 0.75);
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 100;
			padding-left: 2.55em;
			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 {
				border-radius: 4px;
				border: solid 1px rgba(255, 255, 255, 0.3);
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.25em;
				left: 0;
				line-height: 2.25em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.25em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: rgba(255, 255, 255, 0.25);
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #e44c65;
		}

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

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

	::-webkit-input-placeholder {
		color: #4b5563 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #4b5563 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #4b5563 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #4b5563 !important;
		opacity: 1.0;
	}

	::placeholder {
		color: #4b5563 !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px rgba(255, 255, 255, 0.3);
		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;
		}

/* 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 !important;
		}

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

		.icon.alt {
			text-decoration: none;
		}

			.icon.alt: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.alt:before {
				color: #1c1d26 !important;
				text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
			}

		.icon.major {
			background: #272833;
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 6em;
			line-height: 5.65em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 6em;
		}

			.icon.major:before {
				font-size: 2.25em;
			}

			.icon.major.alt {
				text-decoration: none;
			}

				.icon.major.alt: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.major.alt:before {
					color: #272833 !important;
					text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
				}

/* Image */

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

		.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			background-image: url("images/overlay.png");
			width: 100%;
			height: 100%;
			z-index: 1;
		}

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

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

		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			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.main img {
              opacity: 0.7;
              transition: opacity 0.3s ease;
            }

/* 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 rgba(255, 255, 255, 0.3);
				padding: 0.5em 0;
			}

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

	dl {
		margin: 0 0 2em 0;
	}

/* Icons */

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

		ul.icons li {
			display: inline-block;
			height: 2.5em;
			line-height: 2.5em;
			padding: 0 0.5em;
		}

			ul.icons li .icon {
				font-size: 0.8em;
			}

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

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

		}

/* Table */

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

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

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.3);
			border-left: 0;
			border-right: 0;
		}

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

		table td {
			padding: 0.75em 0.75em;
		}

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

		table thead {
			border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		}

		table tfoot {
			border-top: solid 1px rgba(255, 255, 255, 0.3);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.3);
				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 */

/* ---------- Base (idle) - text forced to white ---------- */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff !important;                   /* force white text */
  -webkit-text-fill-color: #ffffff !important;/* Safari / Chrome safeguard */
  background-image: linear-gradient(135deg, rgba(178,102,228,0.95) 0%, rgba(154,127,240,0.95) 100%); /* soft/dim gradient */
  transition: background-image 180ms ease, transform 120ms ease, box-shadow 180ms ease;
  box-shadow: none;
  text-decoration: none;
}

/* ---------- Hover (still white text) ---------- */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-image: linear-gradient(135deg, rgba(192,90,240,0.98) 0%, rgba(160,106,248,0.98) 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(59, 10, 80, 0.08);
}

/* ---------- Active / pressed (still white text) ---------- */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-image: linear-gradient(135deg, rgba(217,70,239,1) 0%, rgba(139,92,246,1) 100%);
  transform: scale(0.98);
  box-shadow: none;
}

/* ---------- Focus-visible (for keyboard accessibility) ---------- */
input[type="submit"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="button"]:focus-visible,
.button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ---------- Disabled (text still white; less contrast via background) ---------- */
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled,
.button[disabled] {
  cursor: not-allowed;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background-image: linear-gradient(135deg, rgba(217,217,235,0.95) 0%, rgba(231,226,251,0.95) 100%);
  transform: none;
  box-shadow: none;
}

/* Goto Next */

	.goto-next {
		border: 0;
		bottom: 0;
		display: block;
		height: 3em;
		left: 50%;
		margin: 0 0 0 -5em;
		overflow: hidden;
		position: absolute;
		text-indent: 10em;
		white-space: nowrap;
		width: 10em;
		z-index: 1;
	}

		.goto-next:before {
			background-image: url("images/arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
			content: '';
			display: block;
			height: 2.5em;
			left: 50%;
			margin: -0.75em 0 0 -1em;
			position: absolute;
			top: 50%;
			width: 2em;
			z-index: 1;
		}

/* Spotlight */

	.spotlight {
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
		height: 100vh;
		overflow: hidden;
		position: relative;
	}

		.spotlight:nth-last-of-type(1) {
			z-index: 1;
		}

		.spotlight:nth-last-of-type(2) {
			z-index: 2;
		}

		.spotlight:nth-last-of-type(3) {
			z-index: 3;
		}

		.spotlight:nth-last-of-type(4) {
			z-index: 4;
		}

		.spotlight:nth-last-of-type(5) {
			z-index: 5;
		}

		.spotlight:nth-last-of-type(6) {
			z-index: 6;
		}

		.spotlight:nth-last-of-type(7) {
			z-index: 7;
		}

		.spotlight:nth-last-of-type(8) {
			z-index: 8;
		}

		.spotlight:nth-last-of-type(9) {
			z-index: 9;
		}

		.spotlight:nth-last-of-type(10) {
			z-index: 10;
		}

		.spotlight:nth-last-of-type(11) {
			z-index: 11;
		}

		.spotlight:nth-last-of-type(12) {
			z-index: 12;
		}

		.spotlight:nth-last-of-type(13) {
			z-index: 13;
		}

		.spotlight:nth-last-of-type(14) {
			z-index: 14;
		}

		.spotlight:nth-last-of-type(15) {
			z-index: 15;
		}

		.spotlight:nth-last-of-type(16) {
			z-index: 16;
		}

		.spotlight:nth-last-of-type(17) {
			z-index: 17;
		}

		.spotlight:nth-last-of-type(18) {
			z-index: 18;
		}

		.spotlight:nth-last-of-type(19) {
			z-index: 19;
		}

		.spotlight:nth-last-of-type(20) {
			z-index: 20;
		}

		.spotlight:before {
			background-image: url("images/overlay.png");
			content: '';
			display: block;
			height: 100%;
			left: 0;
			top: 0;
			width: 100%;
		}

		.spotlight .image.main {
			display: none;
		}

			.spotlight .image.main img {
				position: relative;
			}

		.spotlight .content {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			background: rgba(23, 24, 32, 0.95);
			border-style: solid;
			opacity: 1;
			position: absolute;
		}

		.spotlight .goto-next {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
			-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
			transition: transform 0.75s ease, opacity 1s ease-in;
			-moz-transition-delay: 0.5s;
			-webkit-transition-delay: 0.5s;
			-ms-transition-delay: 0.5s;
			transition-delay: 0.5s;
			opacity: 1;
		}

		.spotlight.top .content,
        .spotlight.bottom .content {
            left: 0;
            /* Scales based on viewport width: ~5% top/bottom at 1025px */
            padding: 5vw 0 3vw 0;
            width: 100%;
        }

		.spotlight.top .content {
            /* Keeps the border relative to the section size */
            border-bottom-width: 0.35vw;
            top: 0;
        }

        @media screen and (min-width: 1920px) {
            .spotlight.top .content,
            .spotlight.bottom .content {
                padding: 100px 0 60px 0;
            }
        }

        @media screen and (min-width: 1201px) {
            .spotlight.top .content,
            .spotlight.bottom .content {
                /* Boosted to 7vw top / 5vw bottom for better breathing room */
                padding: 3vw 0 5vw 0;
            }
        }

        @media screen and (max-width: 1199px) {
            .spotlight.top .content,
            .spotlight.bottom .content {
                /* Top: Min 3rem, scales a bit. Bottom: Min 2rem.
                   Sides: 5vw (adds gutters so text isn't edge-to-edge). */
                padding: clamp(3rem, 8vw, 5rem) 5vw clamp(2rem, 5vw, 4rem) 5vw;

                /* Ensure dynamic borders don't vanish */
                border-bottom-width: 2px;
            }
        }

        @media screen and (max-width: 480px) {
            .spotlight.top .content,
            .spotlight.bottom .content {
                /* Tighter vertical padding for small screens */
                padding: 2.5rem 1.5rem 2rem 1.5rem;
            }
        }

		.spotlight.bottom .content {
			border-top-width: 0.35em;
			bottom: 55px;
		}

		.spotlight.left .content, .spotlight.right .content {
			height: 101%;
			padding: 6em 3em;
			top: 0;
			width: 28em;
		}

		.spotlight.left .content {
			border-right-width: 0.35em;
			left: 0;
		}

		.spotlight.right .content {
			border-left-width: 0.35em;
			right: 0;
		}

		.spotlight.style1 .content {
			background: linear-gradient(to right,
            rgba(139, 92, 246, 0.45) 0%,   /* deeper purple at start */
              rgba(139, 92, 246, 0.25) 40%,  /* visible mid fade */
              rgba(139, 92, 246, 0.05) 80%
              );
		}

		.spotlight.style2 .content {
			background: linear-gradient(to right,
            rgba(139, 92, 246, 0.45) 0%,   /* deeper purple at start */
              rgba(139, 92, 246, 0.25) 40%,  /* visible mid fade */
              rgba(139, 92, 246, 0.05) 80%
              );
		}

		.spotlight.style3 .content {
			background: linear-gradient(to right,
            rgba(139, 92, 246, 0.45) 0%,   /* deeper purple at start */
              rgba(139, 92, 246, 0.25) 40%,  /* visible mid fade */
              rgba(139, 92, 246, 0.05) 80%
              );
		}

		.spotlight.inactive .content {
			opacity: 0;
		}

		.spotlight.inactive .goto-next {
			-moz-transform: translate(0,1.5em);
			-webkit-transform: translate(0,1.5em);
			-ms-transform: translate(0,1.5em);
			transform: translate(0,1.5em);
			opacity: 0;
		}

		.spotlight.inactive.top .content {
			-moz-transform: translate(0,-5em);
			-webkit-transform: translate(0,-5em);
			-ms-transform: translate(0,-5em);
			transform: translate(0,-5em);
		}

		.spotlight.inactive.bottom .content {
			-moz-transform: translate(0,5em);
			-webkit-transform: translate(0,5em);
			-ms-transform: translate(0,5em);
			transform: translate(0,5em);
		}

		.spotlight.inactive.left .content {
			-moz-transform: translate(-5em,0);
			-webkit-transform: translate(-5em,0);
			-ms-transform: translate(-5em,0);
			transform: translate(-5em,0);
		}

		.spotlight.inactive.right .content {
			-moz-transform: translate(5em,0);
			-webkit-transform: translate(5em,0);
			-ms-transform: translate(5em,0);
			transform: translate(5em,0);
		}

	body.is-touch .spotlight {
		background-attachment: scroll;
	}

/* Wrapper */

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

		.wrapper.style2 {
			background: #e44c65;
		}

			.wrapper.style2 input[type="text"]:focus,
			.wrapper.style2 input[type="password"]:focus,
			.wrapper.style2 input[type="email"]:focus,
			.wrapper.style2 select:focus,
			.wrapper.style2 textarea:focus {
				border-color: rgba(255, 255, 255, 0.5);
			}

			.wrapper.style2 input[type="submit"]:hover, .wrapper.style2 input[type="submit"]:active,
			.wrapper.style2 input[type="reset"]:hover,
			.wrapper.style2 input[type="reset"]:active,
			.wrapper.style2 input[type="button"]:hover,
			.wrapper.style2 input[type="button"]:active,
			.wrapper.style2 .button:hover,
			.wrapper.style2 .button:active {
				background-color: rgba(255, 255, 255, 0.075) !important;
				box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
				color: #ffffff !important;
			}

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

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

				.wrapper.style2 input[type="submit"].primary:hover, .wrapper.style2 input[type="submit"].primary:active,
				.wrapper.style2 input[type="reset"].primary:hover,
				.wrapper.style2 input[type="reset"].primary:active,
				.wrapper.style2 input[type="button"].primary:hover,
				.wrapper.style2 input[type="button"].primary:active,
				.wrapper.style2 .button.primary:hover,
				.wrapper.style2 .button.primary:active {
					background-color: rgba(255, 255, 255, 0.075) !important;
					box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
					color: #ffffff !important;
				}

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

		.wrapper.fade-down > .container {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-down.inactive > .container {
			-moz-transform: translate(0,-1em);
			-webkit-transform: translate(0,-1em);
			-ms-transform: translate(0,-1em);
			transform: translate(0,-1em);
			opacity: 0;
		}

		.wrapper.fade-up > .container {
			-moz-transform: translate(0,0);
			-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
			transform: translate(0,0);
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade-up.inactive > .container {
			-moz-transform: translate(0,1em);
			-webkit-transform: translate(0,1em);
			-ms-transform: translate(0,1em);
			transform: translate(0,1em);
			opacity: 0;
		}

		.wrapper.fade > .container {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			opacity: 1;
		}

		.wrapper.fade.inactive > .container {
			opacity: 0;
		}

/* Header */

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


#header {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
              url("../images/pic02.png") center center / cover no-repeat;
  /* No solid background color here */
  box-shadow: 2px -2px 14px rgba(0,0,0,0.09);
  backdrop-filter: blur(10px);
  cursor: default;
  height: 3.5em;
  left: 0;
  line-height: 3.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/*Language text color*/
#nav a {
  color: #fff !important;
}
#nav ul li ul li a {
  color: #fff !important;
}

/*	#header {
  background: linear-gradient(to right, rgba(139, 92, 246, 0.45) 0%, rgba(139, 92, 246, 0.25) 40%, rgba(139, 92, 246, 0.05) 80%);
  box-shadow: 2px -2px 14px rgba(0,0,0,0.09);
  backdrop-filter: blur(10px);
		cursor: default;
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
*/
		#header h1 {
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			position: absolute;
			top: 0;
		}

		#header nav {
			position: absolute;
			right: 1em;
			top: 0;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 1em;
				}

					#header nav ul li a, #header nav ul li span {
						border: 0;
						color: inherit;
						display: inline-block;
						height: inherit;
						line-height: inherit;
						outline: 0;
					}

						#header nav ul li a.button, #header nav ul li span.button {
							height: 2em;
							line-height: 2em;
							padding: 0 1.25em;
						}

						#header nav ul li a:not(.button):before, #header nav ul li span:not(.button):before {
							margin-right: 0.5em;
						}

					#header nav ul li.active > a, #header nav ul li.active > span {
						color: #e44c65;
					}

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


	body.landing #page-wrapper {
		padding-top: 0;
	}

	body.landing #header {
		background: transparent;
		box-shadow: none;
		position: absolute;
	}

/* Banner */
#banner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  z-index: 21;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
background: linear-gradient(to right,
rgba(139, 92, 246, 0.45) 0%,   /* deeper purple at start */
  rgba(255, 255, 255, 0.5) 40%,  /* visible mid fade */
  rgba(255, 255, 255, 0.9) 80%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bkgImage.png") center center / cover no-repeat;
  opacity: 1;
  z-index: 1;
}

/* ==========================================================================
   CARD-BOX – FINAL VERSION (MOBILE TALL + DESKTOP/TABLET PERFECT SIZE)
   ========================================================================== */

.card-box {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;

    /* DEFAULT = MOBILE: tall & almost full height */
    width: 90% !important;
    max-width: 480px !important;
    height: 92vh !important;                     /* ← Mobile: super tall */
    max-height: 94vh !important;

    padding: clamp(2.5rem, 8vh, 5rem) !important;

    background: rgba(255, 255, 255, 0.35) !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 56px rgba(139, 92, 246, 0.2) !important;

    text-align: center;
    box-sizing: border-box !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/* ==========================================================================
   SPOTLIGHT STYLE1 – MAKE MAIN IMAGE COVER WHOLE BLOCK
   ========================================================================== */
/* Reset base – prevent unwanted scaling everywhere */
.spotlight.style1 .image.main {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.spotlight.style1 .image.main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Large screens – restore original correct look (most likely full section coverage) */
@media screen and (min-width: 980px) {
  .spotlight.style1.bottom {
    min-height: 80vh;                /* or whatever height felt correct before */
    position: relative;
  }

  .spotlight.style1 .image.main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
  }

  .spotlight.style1 .image.main img {
    object-fit: cover;               /* keeps original proportions */
  }

  /* Small images stay in their original positions/sizes */
  .spotlight.style1 .pic-content {
    position: absolute;
    z-index: -1;
  }
}

/* Tablet – medium height, still covers under the four images */
@media screen and (min-width: 768px) and (max-width: 1199px){
  .spotlight.style1 {
    min-height: 96vh;                /* taller than desktop if content stacks */
    position: relative;
  }

  .spotlight.style1 .image.main {
    height: 100%;                    /* follows section height */
    top: 0;
    bottom: 0;
  }

  .spotlight.style1 .pic-content {
    position: relative;              /* or absolute if you keep 2×2 layout */
    z-index: -1;
  }


/* FIX: SECTION 3 IMAGE ADJUSTMENTS (Tablet Ratio) */
    #three .image.main {
        display: block !important;
        position: absolute !important;

        /* 2. Fix Height: Adds 10px to fill the gap */
        /* (Change + to - if you meant you want it smaller) */
        height: calc(100% + 10px) !important;

        /* Ensure it still covers the area */
        width: 100% !important;
        margin: 0 !important;
        max-height: none !important;
        z-index: 0 !important;
    }

    #three .image.main img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

        /* FIX: SECTION 3 LAYOUT (Disable Flexbox to fix positions) */

            /* 1. Disable Flexbox so items don't sit side-by-side */
            #three {
                display: block !important;       /* This moves Content from Right to Top-Left */
                position: relative !important;
                height: auto !important;
                min-height: 500px !important;
            }

            /* 2. Position the Background Image (Left 24px as requested) */
            #three .image.main {
                position: absolute !important;
                top: 0 !important;
                width: calc(100% - 24px) !important; /* Fills the rest of the width */
                height: 100% !important;
                width: 100% !important;
                z-index: 0 !important;           /* Behind the text */
                object-fit: cover !important;
            }

            /* 3. Position the Content (Top-Left, Over the Image) */
            #three .content {
                position: relative !important;
                z-index: 1 !important;           /* On top of the image */

                /* Reset Positions */
                top: 0 !important;
                left: 0 !important;
                right: auto !important;
                bottom: auto !important;
                margin: 0 !important;

                /* Align text to the start (Left 24px + padding) */
                padding-left: calc(24px + 1.5rem) !important;
                padding-right: 2rem !important;  /* Standard right padding */
                padding-top: 4rem !important;

                width: 100% !important;
                text-align: left !important;

                /* Optional: Transparent background so you see the image?
                   If the text is hard to read, change 'transparent' to 'rgba(28, 29, 38, 0.85)' */
                background: transparent !important;
            }

/* FIX: CAROUSEL VISIBILITY (Tablet Ratio) */

    .carousel-container {
        position: relative !important;

        /* 1. RESET DESKTOP POSITIONING (The Fix) */
        left: 0 !important;
        right: auto !important;
        top: auto !important;

        /* 2. LAYOUT & SIZE */
        width: 100% !important;
        height: 300px !important;
        margin: 2rem auto !important; /* Centers the block vertically/horizontally */

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        transform: none !important;
        z-index: 5 !important;
    }

    /* 3. CENTER THE IMAGES */
    /* (Otherwise they stay at 'left: 80%' from desktop and look invisible) */
    .carousel-img {
        left: 50% !important;
        top: 50% !important;
        max-width: 130px !important; /* Keep your preferred size */
    }

    /* 4. ADJUST SCALING FOR TABLET (Optional polish) */
    .carousel-img.center { transform: translate(-50%, -50%) scale(1.5) !important; z-index: 10 !important; opacity: 1 !important; }
    .carousel-img.left   { transform: translate(-175%, -50%) scale(1.2) !important; z-index: 5 !important; opacity: 0.7 !important; }
    .carousel-img.right  { transform: translate(75%, -50%) scale(1.2) !important; z-index: 5 !important; opacity: 0.7 !important; }
    .carousel-img.back   { transform: translate(-50%, -50%) scale(0.8) !important; opacity: 0 !important; }
}

/* Mobile – needs to be noticeably taller to cover stacked/2-column images */
@media screen and (max-width: 767px) {
  .spotlight.style1 {
    min-height: 110vh;               /* ← key change: taller so background fills under stacked images */
    padding-bottom: 2rem;            /* breathing room at bottom */
    position: relative;
  }

  .spotlight.style1 .image.main {
    height: 100%;
    min-height: 110vh;               /* force it to be at least as tall as section */
    top: 0;
    bottom: 0;
  }

  .spotlight.style1 .pic-content {
    position: relative;
    z-index: -1;
    margin: 0.5rem 0;
  }

  /* Optional: if images are in grid or column, make sure wrapper doesn't collapse */
  .spotlight.style1 .content {
    position: relative;
    z-index: -1;
    min-height: 70vh;
  }
}

/* MOBILE – SMALLER THAN BEFORE (perfect now) */
@media screen and (max-width: 767px) {
.logotext-img {
        width: clamp(240px, 68vw, 340px) !important;
        max-width: 380px !important;
        margin: 0 auto !important;
        margin-left: auto !important;           /* centered on mobile (was negative offset) */
        top: 5vh !important;                    /* ← pushes grape logo down */
    }

    .google-play-btn {
        margin-top: auto;                   /* ← pushes it to the bottom of flex container */
        margin-bottom: 1.5rem;
        align-self: center;
        width: fit-content;
        top: auto !important;               /* ← let bottom:100px from base rule control vertical */
      }

      .google-play-btn img {
        width: clamp(150px, 42vw, 195px);
        height: auto;
        display: block;
      }

/* FIX: CAROUSEL SPACING (Mobile) */

    .carousel-container {
        max-width: 92% !important;
        width: 100% !important;
        margin: 1.8rem auto 1.5rem !important;
        aspect-ratio: 1.85 / 1 !important;
    }

    /* CENTER: Stays in the middle */
    .carousel-img.center {
        /* translate(-50%, -50%) centers it. scale(1.03) makes it slightly larger */
        transform: translate(-50%, -50%) scale(1.03) !important;
        z-index: 10 !important;
        opacity: 1 !important;
    }

    /* LEFT: Moves left by 155% relative to its size */
    .carousel-img.left {
        transform: translate(-155%, -50%) scale(0.84) !important;
        z-index: 5 !important;
        opacity: 0.8 !important; /* Slightly visible */
    }

    /* RIGHT: Moves right by 55% relative to its size (50% is dead center edge) */
    .carousel-img.right {
        transform: translate(55%, -50%) scale(0.84) !important;
        z-index: 5 !important;
        opacity: 0.8 !important;
    }

    /* BACK: Hidden */
    .carousel-img.back {
        transform: translate(-50%, -50%) scale(0.68) !important;
        opacity: 0 !important;
        z-index: 1 !important;
    }

    /* Optional: Shadow */
    .carousel-img {
        box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    }
}


/* TABLETS – already perfect, just a little extra room */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .card-box {
        width: clamp(600px, 92vw, 1100px) !important;
        max-width: 94vw !important;
        height: clamp(680px, 85vh, 1000px) !important;
        max-height: 92vh !important;
    }

.logotext-img {
        width: clamp(280px, 46vw, 460px) !important;
        max-width: 500px !important;
        margin: 0 !important;
        margin-left: clamp(1rem, 3vw, 6rem) !important;
    }

.google-play-btn {
        bottom: clamp(3.5rem, 7vh, 6rem) !important;
        left: 50% !important;
    }
}

.logotext-img {
    display: block !important;
    height: auto !important;
    position: relative !important;
    z-index: 11 !important;
}

.google-play-btn,
.google-play-btn img {
    position: absolute;
    bottom: 100px;                    /* keep your vertical position */
    left: 50% !important;
    transform: translateX(-50%) !important;

    /* force it on top of card-box and everything */
    z-index: 99999 !important;                /* extremely high */
    pointer-events: auto !important;          /* make sure it's clickable */

    display: block !important;
    border: none !important;
    text-decoration: none !important;
}

.app-store-btn {
  position: absolute;
  top: 300px;
  right: -250%;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  border: none;
  text-decoration: none;
}

.app-store-btn img {
  width: 280px;
  height: auto;
  display: block;
}

#banner > .content {
  position: relative;
  z-index: 2;
}

			#banner .content header {
				display: inline-block;
				vertical-align: middle;
			}

				#banner .content header h2 {
					font-size: 2.5em;
					margin: 0;
				}

				#banner .content header p {
					margin: 0.5em 0 0 0;
					top: 0;
				}

			#banner .content .image {
				border-radius: 100%;
				display: inline-block;
				height: 18em;
				margin-left: 3em;
				vertical-align: middle;
				width: 18em;
			}

				#banner .content .image img {
					border-radius: 100%;
					display: block;
					width: 100%;
				}

	body.is-touch #banner {
		background-attachment: scroll;
	}

.banner-flex {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  margin-top: -200px;
}

.banner-flex .image {
  flex-shrink: 0;
}

.banner-flex header {
  text-align: left;
}

/* NOTE: Two legacy @media blocks targeting `.welcome-text, #banner .content p,
   #banner .content h2, #banner .content h1` were removed here.
   They were written for the old landing-page hero layout, which has since
   been refactored to `.hero__card` / `.hero__tagline` (see index.html).
   The selectors no longer match anything on the home page, but DID match
   the privacy/terms pages (which still wrap content in
   `<section id="banner"><div class="content banner-flex">`), forcing
   `font-size: clamp(...)`, `text-align: center`, `transform: translateX(-50%)`,
   and `max-width: 96vw/90%` on legal-page text — the source of the
   oversized / inconsistent text issue. Removing them lets the
   `.card-box-privacy-policy` rules apply cleanly across all viewport
   widths. */


/*carousel*/
#three {
  display: flex;
  align-items: stretch;
}

#three .content {
  flex: 1;
}

.carousel-container {
  position: absolute;
  right: -125%; /* Keeps center image in current position */
  top: 10%;
  width: 600px;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.carousel-img {
  position: absolute;
  top: 50%;
  left: 80%;
  max-width: 800px;
  max-height: 600px;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: transform 1.2s cubic-bezier(0.4,0,0.2,1), opacity 1.2s, z-index 0s;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0.5;
  z-index: 1;
}

.carousel-img.left {
  transform: translate(-120%, -50%) scale(0.7);
  opacity: 0.8;
  z-index: 2;
}

.carousel-img.center {
  transform: translate(-35%, -50%) scale(1);
  opacity: 1;
  z-index: 3;
}

.carousel-img.right {
  transform: translate(50%, -50%) scale(0.7);
  opacity: 0.8;
  z-index: 2;
}

.carousel-img.back {
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  z-index: 1;
  max-width: 165px;
  max-height: 120px;
}

.carousel-img.fading-in {
  opacity: 0.3; /* appears while moving left → back */
}

.carousel-img.hidden {
  transform: translate(-50%, -50%) scale(0.1); /* stays behind center */
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}


/* Logo styles for banner */
.logo.animated-logo {
  width: 160px;
  height: 160px;
  top: 50px;
  left: -400px;
  margin-right: 32px;
  background: linear-gradient(135deg, #d946ef, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(139, 92, 246, 0.3);
  position: relative;
  animation: logoFloat 6s ease-in-out infinite;
  z-index: 9998;
}
.logo.animated-logo::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
  background: linear-gradient(135deg, rgba(255,255,255,0.3), transparent);
  border-radius: 50%;
    z-index: 9999;
}
.checkmark {
  color: white;
  font-size: 52px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  z-index: 9999;
  position: relative;
  letter-spacing: 0;
}

.checkmark::before {
  content: "✓";
}

/* POSITION ONLY – per device (size never changes) */
@media screen and (max-width: 767px) {
    .logo.animated-logo {
        position: absolute !important;
        margin-top: 10vh !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .logotext-img {
            margin-top: 0.5vh !important;     /* pulls it up toward the checkmark */
        }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .logo.animated-logo {
        position: absolute !important;
        top: 30% !important;
        left: 18% !important;
        transform: translate(-30%, -30%) !important;
    }

    .logotext-img {
            margin-top: 0 !important;       /* no upward shift on big screens */
        }

}

@media screen and (min-width: 1200px) {
    .logo.animated-logo {
        position: absolute !important;
        top: 20% !important;
        left:30% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/*Image bkg*/
.image.fit.main img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#five {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
              url("../images/bkgImage.png") center center / cover no-repeat;
  background-blend-mode: overlay;
}


/*Privacy and Terms of Service */

#footer .box.alt header.major {
  text-align: center;
}

#footer .box.alt header.major:after {
  display: block;
  margin: 0 auto;
}

#four {
  height: 3vh;
  min-height: unset;
  padding-top: 0;
  padding-bottom: 0;
}

/* Force center when only ONE link exists (privacy OR terms page) */
#footer .box.alt:has(.col-4:only-child) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    gap: clamp(1rem, 5vw, 3rem); /* Dynamic space between buttons */
    padding: clamp(1rem, 3vh, 2rem) 0;}

#footer .box.alt:has(.col-4:only-child) .row.gtr-uniform {
    width: 100%;
    justify-content: center;
}

#footer .box.alt:has(.col-4:only-child) .col-4 {
    flex: 0 0 100%;
    max-width: 360px;
    text-align: center;
    padding: 0;
}

#footer .box.alt:has(.col-4:only-child) .icon {
    display: block;
    margin: 0 auto 1em;
}

/* Optional hover effect */
#footer .box.alt:has(.col-4:only-child) section:hover {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
}

/*END OF PRIVACY/TERMS adjust*/

#footer .box.alt .icon.major {
  width: 0em;
  height: 3.5em;
  line-height: 5.2em;
  font-size: 0.85em;
  margin-bottom: 0.2em !important; /* reduce space below icon */

}
#footer .box.alt section h3 {
  margin-top: 0 !important;        /* remove extra space above text */
  margin-bottom: 0 !important;
  font-size: 0.85em;
 margin-left: clamp(4px, 5.8vw, 20px) !important;
}

#footer .box.alt .row.gtr-uniform {
    margin-top: clamp(0px, 1.5vw, 12px) !important; /* Moved inside the bracket */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0 !important;
    width: auto !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 clamp(2rem, 6vw, 4rem) !important;
}

#footer .box.alt .row.gtr-uniform > section {
  flex: 1 1 auto !important;
  min-width: unset !important;
  max-width: unset !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 2em !important; /* Slight side padding for breathing room */
}

/* Center the text and icon inside each section */
#footer .box.alt section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1em;
}

.icon.major {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section > .icon.major + h3 {
  margin-top: clamp(0px, 1.5vw, 12px) !important;
  padding-top: 0 !important;
}

/* --------------------------------------------------------------
   2-BUTTON FOOTER – MOVE PRIVACY & TERMS CLOSER TO CENTER
   -------------------------------------------------------------- */

/* Apply only when exactly 2 buttons exist (index.html) */
#footer .box.alt:has(section:nth-child(1):nth-last-child(2)) .row.gtr-uniform {
    /* Keep flex but reduce the distance to the centre */
    justify-content: center !important;          /* centre the group */
    gap: clamp(1rem, 4vw, 2.5rem) !important;   /* space between the two buttons */
    max-width: 720px !important;                /* limit total width so they stay close */
    margin: 0 auto !important;                  /* keep the group centred on the page */
    padding: 0 clamp(1rem, 3vw, 2rem) !important;
}

/* Each button stays centred inside its own half */
#footer .box.alt:has(section:nth-child(1):nth-last-child(2)) .row.gtr-uniform > section {
    flex: 0 1 auto !important;
    max-width: 340px !important;
    margin: 0 !important;
    padding: 0 clamp(0.5rem, 2vw, 1rem) !important;
}


/*Grape logo Footer*/

.logo-btn {
    background: none;
    border: none;
    padding: 0;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
}
.logo-img {
    height: 52px;
    width: 32px;
    vertical-align: middle;
}


/* Animation */
@keyframes logoFloat {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* Footer */

	#footer {
		background: #272833;
		padding: 6em 0;
		text-align: center;
	}

		#footer .icons .icon.alt {
			text-decoration: none;
		}

			#footer .icons .icon.alt: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;
			}

			#footer .icons .icon.alt:before {
				color: #272833 !important;
				text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
			}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			line-height: 1em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.3);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

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

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

/* XLarge */

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

		/* Basic */

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

/* Large */

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

		/* Basic */

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

		/* Spotlight */

			.spotlight.top .content {
				padding: 3.825em 0 1.825em 0;
			}

			.spotlight.bottom .content {
				padding: 2.825em 0 2.95em 0;
			}

			.spotlight.left .content, .spotlight.right .content {
				padding: 4.5em 2.5em;
				width: 25em;
			}

		/* Wrapper */

			.wrapper {
				padding: 4.5em 0 2.5em 0;
			}

		/* Banner */

			#banner .content {
				padding: 4.5em;
			}

#banner .content .image {
  width: 8em;
  height: 8em;
  margin-left: 1em;
}

#banner .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}
@media screen and (max-width: 1280px) {

 .google-play-btn img {
     margin: 0 auto;
     top: -100px;
    z-index: 2;
  }


		/* Footer */

			#footer {
				padding: 4.5em 0;
			}
	}


	@media screen  and (min-width: 1200px){
	.google-play-btn img {
         margin: 0 auto;
         top: 0px;
        z-index: 2;
      }
	}

/* Medium */

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

		/* Basic */

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

		/* Spotlight */

			.spotlight {
				background-attachment: scroll;
				height: auto;
			}

				.spotlight .image.main {
					display: block;
					margin: 0;
					max-height: 112vh;
					overflow: hidden;
				}

				.spotlight .content {
					background-color: #1c1d26;
					border-width: 0 !important;
					border-top-width: 0.35em !important;
					bottom: auto !important;
					left: auto !important;
					padding: 4.5em 2.5em 2.5em 2.5em !important;
					position: relative;
					right: auto !important;
					text-align: center;
					top: 220px !important;
					width: 100% !important;
				}

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

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

				.spotlight .goto-next {
					display: none;
				}


		/* Wrapper */

			.wrapper {
				padding: 4.5em 2.5em 2.5em 2.5em;
			}

		/* Banner */

			#banner {
				background-attachment: scroll;
			}

				#banner .goto-next {
					height: 7em;
				}

				#banner .content {
					padding: 9em 0;
					text-align: center;
				}

					#banner .content header {
						display: block;
						margin: 0 0 2em 0;
						text-align: center;
					}

					#banner .content .image {
						margin: 0;
					}

		/* Footer */

			#footer {
				padding: 4.5em 0;
			}

	}

/* Small */

	#navPanel, #titleBar {
		display: none;
	}

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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

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

			h2 {
				font-size: 1.5em;
			}

			h3 {
				font-size: 1.2em;
			}

			h4 {
				font-size: 1em;
			}

		/* Section/Article */

			header p br {
				display: none;
			}

			header h2 + p {
				font-size: 1em;
			}

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

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

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

		/* Goto Next */

			.goto-next:before {
				height: 0.8em;
				margin: -0.4em 0 0 -0.6em;
				width: 1.2em;
			}

		/* Spotlight */

			.spotlight {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
			}

				.spotlight .image.main {
					max-height: 60vh;
				}

				.spotlight .content {
					border-top-width: 0.2em !important;
					padding: 3.25em 1.5em 1.25em 1.5em !important;
				}

		/* Wrapper */

			.wrapper {
				padding: 3.25em 1.5em 1.25em 1.5em;
			}

		/* Header */

			#header {
				display: none;
			}

		/* Banner */

			#banner {
				box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
				min-height: calc(100vh - 44px);
			}

				#banner .content {
					padding: 4.0625em 1.5em 4.875em 1.5em;
				}

					#banner .content header h2 {
						font-size: 1.5em;
					}

					#banner .content .image {
						height: 9em;
						width: 9em;
					}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-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;
				padding-bottom: 1px;
				padding-top: 44px !important;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-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;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: #272833;
				box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
			}

				#titleBar .title {
					color: #ffffff;
					display: block;
					font-weight: 300;
					height: 44px;
					line-height: 44px;
					text-align: center;
				}

					#titleBar .title a {
						color: inherit;
						border: 0;
					}

				#titleBar .toggle {
					text-decoration: none;
					height: 60px;
					left: 0;
					position: absolute;
					top: 0;
					width: 90px;
					outline: 0;
					border: 0;
				}

					#titleBar .toggle: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;
					}

					#titleBar .toggle:before {
						background: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 100%);
						color: rgba(255, 255, 255, 0.5);
						content: '\f0c9';
						display: block;
						font-size: 18px;
						height: 44px;
						left: 0;
						line-height: 44px;
						position: absolute;
						text-align: center;
						top: 0;
						width: 54px;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-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;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #181920;
				padding: 0.75em 1.25em;
			}

				#navPanel .link {
					border: 0;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					color: rgba(255, 255, 255, 0.75);
					display: block;
					height: 3em;
					line-height: 3em;
					text-decoration: none;
				}

					#navPanel .link:hover {
						color: inherit !important;
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						color: #ffffff;
						font-weight: 300;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1.25em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2.5em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3.75em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 5em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 6.25em;
					}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

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

		/* Footer */

			#footer {
				padding: 3.25em 1.5em;
			}

	}

/* XSmall */

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

		/* Basic */

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

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

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				padding: 0;
			}

		/* Spotlight */

			.spotlight .image.main {
				max-height: 50vh;
			}

			.spotlight .content {
				padding: 3em 1.25em 1em 1.25em !important;
			}

		/* Wrapper */

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

		/* Banner */

			#banner .content {
				padding: 3em 1.5625em 5.25em 1.5625em;
			}

		/* Footer */

			#footer {
				padding: 3em 1.25em;
			}

				#footer .copyright {
					line-height: inherit;
				}

					#footer .copyright li {
						border-left: 0;
						display: block;
						margin: 0;
						padding: 0;
					}

	}

 @media screen and (min-width: 768px) and (max-width: 1199px) {

#one .col-12-medium {
        width: 33.33333% !important;
        float: left; /* Ensures they align horizontally if flex isn't active */
    }
    #one .col-12-medium:nth-child(3) {
            position: relative !important;

            /* ADJUST THIS VALUE: */
            /* If Lot 3 is too HIGH -> use a positive number (e.g., 25px) to push it down. */
            /* If Lot 3 is too LOW  -> use a negative number (e.g., -25px) to pull it up. */
            top: 70px !important;
        }
    }


	/* ==========================================================================
       FINAL MASTER LAYOUT FIX (Strict Ratio + Safe Positions)
       Paste this at the VERY END of main.css
       ========================================================================== */

    /* --------------------------------------------------------------------------
       1. DESKTOP (1201px+) - STRICT RATIO & SYNCED OBJECTS
       -------------------------------------------------------------------------- */
    @media screen and (min-width: 1200px) {
        .card-box {
            /* ABSOLUTE CENTERING */
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;

            /* STRICT RATIO: 85% Width, 75% Height */
            width: 85vw !important;
            height: 75vh !important;

            /* SAFETY LIMITS */
            max-width: 2500px !important;
            max-height: none !important;

            /* LAYOUT: Keep objects clean and side-by-side */
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 4vw !important;

            padding: 0 4rem !important;
            box-sizing: border-box !important;
            z-index: 10 !important;
        }

        /* LOGO: Scales with viewport */
        .logotext-img {
            position: relative !important;
            margin: 0 !important;
            left: auto !important;
            top: auto !important;
            transform: none !important;
            flex: 0 0 auto !important;
            width: 25vw !important;
            max-width: 600px !important;
            height: auto !important;
        }

        /* TEXT: Scales with viewport */
        .card-box .welcome-text {
            all: unset !important;
            position: relative !important;
            flex: 1 1 auto !important;
            text-align: left !important;
            font-family: "Roboto", Helvetica, sans-serif !important;
            color: #000 !important;
            font-size: 3vw !important;
            line-height: 1.3 !important;
            font-weight: 300 !important;
        }

        /* GOOGLE BUTTON: SAFE POSITIONING
           Calculation:
           Card Center = 50%
           Card Bottom Edge = 50% + 37.5vh
           Button Position = 50% + 26vh (This keeps it safely INSIDE the bottom edge)
        */
        .google-play-btn {
            position: absolute !important;
            left: 50% !important;
            transform: translateX(-50%) !important;

            /* Pinned relative to CENTER so it moves with the card */
            top: calc(50% + 26vh) !important;
            bottom: auto !important;
            margin: 0 !important;

            z-index: 20 !important;
        }

        /* CHECKMARK LOGO: LOWERED
           Moved from 20% down to 35% to align better with text
        */
        .logo.animated-logo {
            position: absolute !important;
            top: 30% !important;  /* Lowered significantly */
            left: 22% !important;
            transform: translate(-50%, -50%) !important;
            z-index: 20 !important;
        }
    }

    /* --------------------------------------------------------------------------
       2. MOBILE & TABLET (Keep existing fixes)
       -------------------------------------------------------------------------- */
    @media screen and (max-width: 1199px) {

        /* ALIGN BULLETS */
        .star-bullets {
            display: inline-block;
            text-align: left;
            margin-top: 10px;
        }

            .star-bullets li {
                margin-bottom: 6px;
            }

            .star-bullets li:last-child {
                margin-bottom: 0;
            }
    }

/* ONLY #ONE – PHONE IMAGES FIT PERFECTLY IN WHITE CARDS (all ratios) */

#one .pic-content {
    position: absolute !important;
    width: 21% !important;             /* Desktop: 21% width */
    max-width: 330px !important;
    top: 13% !important;
    border-radius: 32px !important;
    overflow: hidden !important;
}

#one .pic-content img {
    width: 100% !important;
    height: auto !important;
    max-height: 420px !important;
    border-radius: 32px !important;
}

/* Horizontal positions – DESKTOP (Calculated for Perfect Center) */
/* Width: 21% | Gap: 4% | Margins: 2% */
#one span.pic-content:nth-of-type(2) { left: 2% !important; }
#one span.pic-content:nth-of-type(3) { left: 27% !important; }
#one span.pic-content:nth-of-type(4) { left: 52% !important; }
#one span.pic-content:nth-of-type(5) { left: 77% !important; }

/* Tablet (Max 980px) */
@media (max-width: 1199px) {
    /* Slightly wider phones for tablet to fill space */
    #one .pic-content { width: 23.5% !important; top: 11.5% !important; }

    /* Horizontal positions – TABLET (Calculated for Perfect Center) */
    /* Width: 23.5% | Gap: 1% | Margins: 1.5% */
    #one span.pic-content:nth-of-type(2) { left: 1.5% !important; }
    #one span.pic-content:nth-of-type(3) { left: 26% !important; }
    #one span.pic-content:nth-of-type(4) { left: 50.5% !important; }
    #one span.pic-content:nth-of-type(5) { left: 75% !important; }
}

/* Mobile – stack vertically (No changes needed here, just ensuring safety) */
@media (max-width: 767px) {
    #one .pic-content {
        position: relative !important;
        width: 70% !important;
        max-width: none !important;
        margin: 26px auto !important;
        top: auto !important;
        left: auto !important;
        display: block !important;
    }
    #one span.pic-content:nth-of-type(3),
    #one span.pic-content:nth-of-type(5) {
        margin-top: -12px !important;
    }
}

/* 3. MOBILE RANGE (0px - 767px) */
/* Includes 767px to fix the waterfall issue */
@media (max-width: 767px) {

 .google-play-btn img {
     margin: 0 auto;
     top: -30px;
    z-index: 2;
  }

  #banner .goto-next {
          opacity: 0.0;
      }
   /* 1. IMAGE WATERFALL RESET */
       #one span.pic-content:nth-of-type(n) {
           left: auto !important;
           right: auto !important;
           margin-left: auto !important;
           margin-right: auto !important;
       }

#one .pic-content {
           position: relative !important;
           display: block !important;
           width: 45% !important;
           max-width: 280px !important;
           margin: 20px auto !important;
           top: auto !important;
       }

       /* --- FIX: TARGET THE ACTUAL IMAGE (IMG) --- */
       /* We target the 'img' tag inside the 2nd span (which is the 1st phone) */
       /* This bypasses the container issues and pushes the picture itself down */
       #one span.pic-content:nth-of-type(2) img {
           margin-top: 3rem !important;
       }

       /* 3. BACKGROUND IMAGE HEIGHT (The Fix) */
       /* Increased to 230vh to ensure it stretches past the last text block */
      .spotlight.style1 .image.main {
                 height: 100% !important;
                 min-height: 182.05vh !important;
                 position: absolute !important;

                 /* GAP FIX: Pulls image up slightly to seal the gap */
                 top: -2px !important;
                 margin-top: -1.25em !important;

                 left: 0 !important;
                 width: 100% !important;
                 z-index: -1 !important;
             }

             .spotlight.style1 .image.main img {
                 height: 100% !important;
                 min-height: 182.05vh !important;
                 object-fit: cover !important;
             }

       /* 4. SECTION CONTAINER (Growing) */
       #one {
           height: auto !important;
           min-height: 100vh !important;
           overflow: visible !important;
           padding-bottom: 8rem !important;
       }

       /* Secondary Background Selector (Safety Sync) */
       #one .image.fit.main {
           height: 100% !important;
           min-height: 182.05vh !important; /* Sync with above */
           position: absolute !important;
           top: 0 !important;
           bottom: 0 !important;
           left: 0 !important;
           right: 0 !important;
       }

       #one .image.fit.main img {
           height: 100% !important;
           min-height: 182.05vh !important;
           object-fit: cover !important;
       }

       /* 5. TEXT STACKING (Lots) */
       #one .row > div {
           width: 100% !important;
           max-width: 100% !important;
           flex: 0 0 100% !important;
           display: block !important;
           margin-bottom: -3rem !important;
           text-align: center !important;
       }

#one .row > div:first-child {
        margin-bottom: 2rem !important;
    }
/* --- FIX: REDUCE GAP BETWEEN LAST IMAGE AND WHITE LINE --- */
    /* Pulls the white line (and all text below it) UP towards the images */
    #one .content {
        margin-top: -10rem !important; /* Adjust this number (-5rem, -8rem) to taste */
        padding-top: 2rem !important; /* ensures the white line isn't touching the text */
    }

       /* Remove margin from Lot 3 */
       #one .row > div:last-child {
           margin-bottom: 0 !important;
       }

       /* ALIGNMENT FIX: FORCE SAME WIDTH FOR LOT 2 & LOT 3 */
           #one .star-bullets {
               display: block !important;       /* Changed from inline-block */
               width: 85% !important;           /* Forces both lists to be the same width */
               max-width: 340px !important;     /* Ensures they don't get too wide */
               margin: 0 auto !important;       /* Centers the list block */
               text-align: left !important;     /* Keeps the text aligned to the left */
               padding-left: 1rem !important;   /* Space for the bullets */
           }



/* FIX: PUSH NEXT SECTION DOWN (Stop Overlap) */
    /* Target the section immediately after #one */
    #one + section,
    #one + .wrapper,
    #three {
        margin-top: 5rem !important;   /* Pushes the section down physically */
        padding-top: -6rem !important;  /* Adds internal breathing room */
        position: relative !important;
        z-index: 5 !important;         /* Ensures it stacks properly */
        background-color: #1c1d26 !important; /* solid background prevents see-through overlap */
    }

           /* ==========================================================================
              SECTION 3 BACKGROUND FIX
              Forces the image to cover the entire section area.
              ========================================================================== */

           /* Target the span wrapping the image */
           .image.fit.main.bottom {
               position: absolute !important;
               top: 0 !important;
               left: 0 !important;
               width: 100% !important;
               height: 100% !important;
               margin: 0 !important;
               z-index: -1 !important; /* Sends it to the back */
               pointer-events: none;   /* Allows clicking text on top of it */
           }

           /* Target the actual image tag inside it */
           .image.fit.main.bottom img {
               width: 100% !important;
               height: 100% !important;
               object-fit: cover !important; /* Ensures it fills without stretching */
               object-position: center bottom !important; /* Keeps the "bottom" alignment */
               display: block !important;
           }

           /* Ensure Section 3 container allows the absolute image to fit */
           /* Assuming Section 3 is #three or has class .style2/3 */
           #three, .spotlight.style2, .spotlight.style3 {
               position: relative !important;
               overflow: hidden !important;
           }

           /* FIX: SECTION 3 CONTENT POSITION (Top + Left Aligned) */
               #three .content {
                   /* Vertical Fix (Keep this) */
                   top: 0 !important;
                   margin-top: 0 !important;
                   padding-top: 4rem !important;
                   transform: none !important;

                   /* Horizontal Fix (Move to Left) */
                   left: 0 !important;
                   margin-left: 0 !important;
                   padding-left: 1.5rem !important; /* Small safe buffer so text isn't cut off */
                   padding-right: 12rem !important;
                   text-align: left !important;     /* Forces text to start from the left */
                   width: 100% !important;
               }

               	.spotlight .image.main {
               				max-height: 100vh;
               			}

/* =======================================================
       CAROUSEL MOBILE FIX (Center Aligned & 130px Size)
       ======================================================= */

    .carousel-container {
        position: relative !important;

        /* Force container to be exactly the width of the SCREEN */
        width: 100vw !important;
        max-width: none !important;

        /* Pull back exactly 1.5rem to hit the left screen edge */
        /* (This compensates for the #three .content padding-left) */
        margin-left: -1.5rem !important;
        margin-right: 0 !important;

        height: 280px !important;
        margin-top: 3rem !important;
        margin-bottom: 1rem !important;

        display: block !important;
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }

    /* Base Image - Size 130px */
    .carousel-img {
        position: absolute !important;

        /* Anchor to the CENTER of the 100vw container */
        left: 50% !important;
        top: 50% !important;

        max-width: 130px !important;
        width: 100% !important;
        height: auto !important;

        transform-origin: center center !important;
        transition: transform 0.5s ease, opacity 0.5s ease !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Positions (Balanced around the center) */
    .carousel-img.center {
        transform: translate(-50%, -50%) scale(1.1) !important;
        z-index: 10 !important;
        opacity: 1 !important;
    }

    .carousel-img.left {
        transform: translate(-140%, -50%) scale(0.9) !important;
        z-index: 5 !important;
        opacity: 0.7 !important;
    }

    .carousel-img.right {
        transform: translate(40%, -50%) scale(0.9) !important;
        z-index: 5 !important;
        opacity: 0.7 !important;
    }

    .carousel-img.back {
        transform: translate(-50%, -50%) scale(0.5) !important;
        opacity: 0 !important;
        z-index: 1 !important;
    }
}


	/*PRIVACY POLICY PAGE*/

#privacy-policy-link,
#terms-of-service-link,
#square-website-link {
    transition: all 0.3s ease;
}
#privacy-policy-link:hover,
#terms-of-service-link:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.card-box-privacy-policy {
  margin-left: 5%;
  margin-right: auto;
  text-align: left;
}

/* NAVBAR START */

#nav > ul > li {
    position: relative;
}

#nav > ul > li > ul {
    display: none;
    position: absolute;
    left: -20px;
    background: #272833;
    border-radius: 4px;
    box-shadow: 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
    padding: 0.5em 0;
    min-width: 150px;
    z-index: 1000;
}

#nav > ul > li:hover > ul {
    display: block;
}

#nav > ul > li > ul.hidden {
    display: none;
}

#nav > ul > li > ul > li > a {
    display: block;
    padding: 0.1em 0.5em;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

#nav > ul > li > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
}

/* NAVBAR END */


.star-bullets {
    list-style: none;
    padding-left: 1.5em;
}

.star-bullets li {
    position: relative;
    margin-bottom: 0.5em;
}

.star-bullets li:before {
    content: '★';
    position: absolute;
    left: -1.5em;
    color: #3d318f;
}
/* ==========================================================================
   PRIVACY & TERMS — FINAL FIX (0.4 Opacity + Header Clearance)
   ========================================================================== */

/* 1. OUTER CARD (The Background Box) */
.card-box-privacy-policy {
    display: block !important;
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;

    /* BACKGROUND: 40% Opaque White (As requested) */
    background: rgba(255, 255, 255, 0.4) !important;

    /* SPACING:
       Top padding is increased to 11rem (~176px).
       This guarantees the text starts BELOW the header on big screens.
    */
    padding: 11rem 2rem 4rem 2rem !important;

    border-radius: 4px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
    position: relative !important;
    z-index: 10 !important;
}

/* 2. INNER CONTENT RESET (Prevents Double Backgrounds) */
#privacy-content-placeholder,
#tos-content-placeholder {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* 3. GENERAL TEXT RESET */
#privacy-content-placeholder *,
#tos-content-placeholder *,
.card-box-privacy-policy * {
    font-family: "Roboto", Helvetica, sans-serif !important;
    text-transform: none !important;
    box-sizing: border-box !important;
    text-align: left !important;
    float: none !important;
    color: #333333 !important; /* Forces visible Dark Grey text */
}

/* 4. HEADINGS (H2, H3) - Dark Purple */
#privacy-content-placeholder h2,
#tos-content-placeholder h2,
.card-box-privacy-policy h2 {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    color: #260e6b !important; /* Dark Purple */
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    font-weight: 700 !important;
    border: none !important;
    background: transparent !important;
}

/* Remove margin from the very first heading so it aligns with the padding */
#privacy-content-placeholder > h2:first-child,
#tos-content-placeholder > h2:first-child,
.card-box-privacy-policy > #privacy-content-placeholder > h2:first-child,
.card-box-privacy-policy > #tos-content-placeholder > h2:first-child {
    margin-top: 30px !important;
}

#privacy-content-placeholder h3,
#tos-content-placeholder h3,
.card-box-privacy-policy h3 {
    font-size: 1.3rem !important;
    color: #000000 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 700 !important;
}

/* 5. BOLD TEXT FIX (Forces Dark Purple so it's readable) */
#privacy-content-placeholder strong,
#tos-content-placeholder strong,
.card-box-privacy-policy strong,
#privacy-content-placeholder b,
#tos-content-placeholder b,
.card-box-privacy-policy b {
    color: #260e6b !important;
    font-weight: 700 !important;
}

/* 6. PARAGRAPHS & LISTS */
#privacy-content-placeholder p, #tos-content-placeholder p, .card-box-privacy-policy p,
#privacy-content-placeholder li, #tos-content-placeholder li, .card-box-privacy-policy li {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    color: #333333 !important; /* Dark Grey */
    margin-bottom: 1rem !important;
}

#privacy-content-placeholder ul, #tos-content-placeholder ul, .card-box-privacy-policy ul {
    list-style-type: disc !important;
    margin-left: 1.5rem !important;
}

/* 7. LINKS */
#privacy-content-placeholder a, #tos-content-placeholder a, .card-box-privacy-policy a {
    color: #260e6b !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    display: inline !important;
}

/* ==========================================================================
   MOBILE / TABLET PADDING (Screens up to 1199px)
   The default `.card-box-privacy-policy` padding (11rem 2rem 4rem 2rem)
   leaves an oversized empty band above the title on smaller screens —
   tighten it here. Font sizes are inherited from the default
   `.card-box-privacy-policy h2/h3/p/li` rules above and stay consistent
   across all viewport widths now that the legacy `#banner .content`
   clamp() rules have been removed.
   ========================================================================== */
@media screen and (max-width: 1199px) {
    .card-box-privacy-policy {
        padding: 5rem 1.5rem 2rem 1.5rem !important;
    }
}

/* PRIVACY & TERMS — FORCE LEFT ALIGN (FINAL & WORKING) */
#privacy-content-placeholder,
#privacy-content-placeholder *,
#tos-content-placeholder,
#tos-content-placeholder * {
    text-align: left !important;
}

/* PRIVACY & TERMS — FIX LINKS <a> — LOOK LIKE REAL LINKS + STAY INLINE */
#privacy-content-placeholder a,
#tos-content-placeholder a {
    all: unset !important;                          /* kill the old white dotted style */
    color: #260e6b !important;                      /* Grape purple */
    text-decoration: underline !important;
    cursor: pointer !important;
    font-weight: 500 !important;
}

#privacy-content-placeholder a:hover,
#tos-content-placeholder a:hover {
    color: #a30eba !important;                      /* lighter purple on hover */
    text-decoration: none !important;
}

/* Force links to stay inline (no line break) */
#privacy-content-placeholder a,
#tos-content-placeholder a {
    display: inline !important;
}