@keyframes pulse_scale {
	0% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.10);
	}

	100% {
		transform: scale(0.95);
	}
}

*::before {
	box-sizing: border-box;
}

*::after {
	box-sizing: border-box;
}

a {
	color: var(--secondary_font_color);
	text-decoration: underline;
}

html {
	overflow-x: hidden;
	min-height: 100vh;
}

html:has(> body > n\:window:not([id^="template»"])) {
	overflow-y: hidden;
}

body {
	background-color: rgba(248, 248, 248, 1.000);
	background-image: url(/images/background.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font: 400 16px / 1rem "Lexend", sans-serif;
	min-height: 100vh;
	width: 100vw;
	overflow-x: hidden;

	> a\:layout {
		margin: 0rem auto;
		padding: 4rem 0rem;
		min-height: 100%;

		> a\:section {
			justify-content: center;
			align-items: flex-start;
			gap: 2rem;

			> a\:row {
				justify-content: center;
				align-items: flex-start;
				gap: 2rem;
			}
		}
	}
}

body:has(> header) {
	padding-top: 5rem;
}

body:not(:has(> header)) {
	> a\:layout {
		justify-content: center;
	}
}

@media only screen and (max-width: 799px) {
	body > * {
		max-width: 100%;
	}
}

@media only screen and (min-width: 800px) {
	body > * {
		max-width: min(80rem, calc(100% - 4rem));
	}
}

h2 {
	color: rgb(161,175,88);
}

h2:empty {
	display: none !important;
}

h3 {
	color: rgb(161,175,88);
	font-size: 1rem;
}

label {
	display: block;
	color: rgb(128, 128, 128);
	font: 400 0.75rem / 0.75rem "Lexend";
	user-select: none;
}


p.subtext {
	opacity: 0.75;
	font-size: 0.75rem;
	line-height: 1.25em;
}

progress + label {
	color: rgb(256, 256, 256);
	font: 400 1.00rem / 1.00rem "Lexend";
	text-align: center;
	vertical-align: middle;
	width: 100%;
	position: absolute;
	left: 0rem;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
}

/*************/
/* a:desktop */
/*************/

@media only screen and (max-width: 799px) {
	a\:desktop {
		display: none;
	}
}

@media only screen and (min-width: 800px) {
	a\:desktop {
		display: block;
	}
}

/************/
/* a:mobile */
/************/

@media only screen and (max-width: 799px) {
	a\:mobile {
		display: block;
	}
}

@media only screen and (min-width: 800px) {
	a\:mobile {
		display: none;
	}
}

/*****************/
/* body > header */
/*****************/

body > header {
	display: block;
	margin: 0rem;
	width: 100%;
	max-width: none;
	position: fixed;
	left: 0rem;
	top: 0rem;
	z-index: 1000;
}

body > header > a\:desktop > a\:bar {
	display: block;
	background-color: rgb(32,32,32);
	background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(48,48,48,1) 100%);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
	height: 2rem;
	position: relative;
	z-index: 2;
}

body > header > a\:desktop > a\:bar::before {
	content: '';
	display: block;
	margin: 2px 0px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 1px 0px;
	width: 50%;
	height: calc(100% - 4px);
	box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: 0px;
	top: 0px;
}

body > header > a\:desktop > a\:bar::after {
	content: '';
	display: block;
	margin: 2px 0px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 1px 0px;
	width: 50%;
	height: calc(100% - 4px);
	box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	right: 0px;
	top: 0px;
}

body > header > a\:desktop > a\:bar > a\:content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0px auto;
	padding-left: calc(80px + 8px);
	padding-right: 0rem;
	max-width: 80rem;
	position: relative;
	z-index: 1;
}

body > header > a\:desktop > a\:bar a\:logotype {
	display: block;
	background-color: rgb(32,32,32);
	background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(48,48,48,1) 100%);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
	padding: 8px 8px 12px 8px;
	position: absolute;
	left: 0rem;
	top: 0rem;
	user-select: none;
}

body > header > a\:desktop > a\:bar a\:logotype::before {
	content: '';
	display: block;
	margin: 0px 2px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 0px 1px;
	width: calc(100% - 4px);
	height: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: 0px;
	top: 0px;
}

body > header > a\:desktop > a\:bar a\:logotype::after {
	content: '';
	display: block;
	margin: 0px 2px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 0px 1px;
	width: calc(100% - 4px);
	height: 50%;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

body > header > a\:desktop > a\:bar a\:logotype img {
	width: 64px;
	height: 64px;
	position: relative;
	z-index: 1;
}

body > header > a\:desktop > a\:bar a\:social_media {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;

	> a {
		display: block;
		color: rgb(192, 192, 192);
		font-size: 1rem;
		line-height: 2rem;
		text-align: center;
		text-decoration: none;
		width: 2rem;
		transition: color 0.2s;
	}

	> a:hover {
		color: rgb(256, 256, 256);
	}
}

body > header > a\:desktop > a\:bar a\:contact_information {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
}

body > header > a\:desktop > a\:bar a\:contact_information > a {
	display: block;
	padding: 0rem 1rem;
	color: rgb(192, 192, 192);
	font-size: 0.75rem;
	line-height: 2rem;
	text-decoration: none;
	transition: color 0.2s;
}

body > header > a\:desktop > a\:bar a\:contact_information > a > i {
	font-size: 1rem;
}

body > header > a\:desktop > a\:bar a\:contact_information > a:hover {
	color: rgb(256, 256, 256);
}

body > header > a\:desktop > a\:main_menu {
	display: block;
	background-color: rgb(0, 24, 48);
	background: linear-gradient(0deg, rgba(0, 16, 32, 1) 0%, rgba(0, 32, 64, 1) 4px, rgba(0, 16, 32, 1) 100%);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 1);
	position: relative;
	user-select: none;
}

body > header > a\:desktop > a\:main_menu > a\:content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: stretch;
	margin: 0px auto;
	padding-left: 5rem;
	max-width: 80rem;
	height: 3rem;

	> a\:menu {
		flex: 1 1 0;
		display: block;
		border-color: rgba(256, 256, 256, 0.125) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(256, 256, 256, 0.125);
		border-style: solid;
		border-width: 0px 1px 0px 1px;
		background-color: rgba(0, 64, 128, 0.0);
		position: relative;
		transition: background 0.4s;

		> a {
			display: block;
			color: rgba(256, 256, 256, 0.75);
			font: 900 1rem / 3rem "Lexend";
			line-height: 3rem;
			text-align: center;
			text-decoration: none;
			text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
			transition: color 0.2s, transform 0.2s;
		}

		> a:hover {
			color: rgba(256, 256, 256, 1.00);
			transform: scale(1.1);
		}

		> a.highlight {
			animation: pulse_scale 2.0s ease-in-out infinite;
		}

		> a.highlight:hover {
			animation: none;
		}
	}

	> a\:menu:has(> a.highlight) {
		background: linear-gradient(0deg, rgb(120, 90, 20) 0%, rgb(210, 170, 60) 4px, rgb(120, 90, 20) 100%);
	}
}

body > header > a\:desktop > a\:main_menu > a\:content > a\:border:first-child {
	display: block;
	background-color: rgba(0, 0, 0, 0.25);
	width: 1px;
}

body > header > a\:desktop > a\:main_menu > a\:content > a\:menu:hover {
	background-color: rgba(0, 64, 128, 0.25);
}

body > header > a\:desktop > a\:main_menu > a\:content > a\:border:last-child {
	display: block;
	background-color: rgba(256, 256, 256, 0.125);
	width: 1px;
}

body > header > a\:desktop > a\:main_menu a\:menu > a\:menu {
	display: block;
	background-color: rgba(0, 0, 0, 0.75);
}

body > header > a\:desktop > a\:main_menu a\:menu > a\:menu > a {
	display: block;
	color: rgba(256, 256, 256, 0.75);
	font: 900 1rem / 3rem "Lexend";
	line-height: 3rem;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	transition: background 0.4s, color 0.2s, transform 0.2s;
}

body > header > a\:desktop > a\:main_menu a\:menu > a\:menu > a:hover {
	color: rgba(256, 256, 256, 1.00);
	transform: scale(1.1);
}

body > header > a\:desktop > a\:main_menu a\:menu > a\:menu > a\:menu {
	background-color: rgba(0, 0, 0, 0.25);
}

body > header > a\:mobile > a\:bar {
	display: block;
	background-color: rgb(32,32,32);
	background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(48,48,48,1) 100%);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	position: relative;
}

body > header > a\:mobile > a\:bar::before {
	content: '';
	display: block;
	margin: 2px 0px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 1px 0px;
	width: 50%;
	height: calc(100% - 4px);
	box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: 0px;
	top: 0px;
}

body > header > a\:mobile > a\:bar::after {
	content: '';
	display: block;
	margin: 2px 0px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 1px 0px;
	width: 50%;
	height: calc(100% - 4px);
	box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	right: 0px;
	top: 0px;
}

body > header > a\:mobile > a\:bar > div {
	position: relative;
	left: 0rem;
	top: 0rem;
}

body > header > a\:mobile > a\:bar div.button {
	width: 4rem;
}

body > header > a\:mobile > a\:bar div.button > a {
	display: block;
	color: rgba(256, 256, 256, 0.750);
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
	text-decoration: none;
}

body > header > a\:mobile > a\:bar div.button > a:hover {
	color: rgba(256, 256, 256, 1.000);
}

body > header > a\:mobile > a\:bar div.button > a:active {
	color: rgba(256, 256, 256, 0.500);
}

body > header > a\:mobile > a\:bar div.logotype {
	text-align: center;
}

body > header > a\:mobile > a\:bar div.logotype > img {
	height: 48px;
}

body > header > a\:mobile > menu {
	background-color: rgba(0, 0, 0, 0.75);
}

body > header > a\:mobile > menu > div {
	transition: background-color 0.2s;
}

body > header > a\:mobile > menu > div:hover {
	background-color: rgba(256, 256, 256, 0.125);
}

body > header > a\:mobile > menu a {
	display: block;
	padding: 1rem;
	color: rgba(256, 256, 256, 1.000);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
	transition: color 0.2s;
}

body > header > a\:mobile > menu a:hover {
	color: rgba(256, 256, 256, 1.000);
	text-decoration: none;
}

body > header > a\:mobile > menu a\:menu {
	display: block;
	background-color: rgba(64, 64, 64, 1.0);
}

body > header > a\:mobile > menu a\:menu > a\:menu {
	display: block;
	background-color: rgba(0, 0, 0, 0.75);
}

/***********/
/* f:input */
/***********/

/* f:input */

n\:input > n\:messages {
	display: block;
	padding: 0.25rem 1.50rem 0.25rem 0.50rem;
	background-color: rgb(248, 216, 216);
	background: linear-gradient(0deg, rgb(248, 216, 216) 0%, rgb(240, 208, 208) 100%);
	border-radius: 4px;
	border: 1px solid rgb(232, 200, 200);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: rgba(32, 0, 0, 0.75);
	width: calc(100% - 1.00rem);
	position: absolute;
	left: 0.50rem;
	top: calc(100% - 0.50rem);
	z-index: 500;
	transition: color 0.2s;
}

n\:input > n\:messages > button {
	cursor: pointer;
	background: transparent;
	color: rgba(32, 0, 0, 0.50);
	font-family: "Lexend";
	font-size: 1.00rem;
	font-weight: 400;
	line-height: 1.00rem;
	width: 1.00rem;
	height: 1.00rem;
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
}

n\:input > n\:messages > button:hover {
	color: rgba(32, 0, 0, 0.75);
}

n\:input > n\:messages > p {
	padding: 0.125rem 0.00rem;
	font-family: "Lexend";
	font-size: 0.80rem;
	font-weight: 400;
}

*:not(n\:input) > n\:messages {
	display: block;
	margin: 0.50rem;
	padding: calc(0.25rem - 1px) 0.50rem;
	background-color: rgb(216, 248, 216);
	background: linear-gradient(0deg, rgb(216, 248, 216) 0%, rgb(208, 240, 208) 100%);
	border-radius: 4px;
	border: 1px solid rgb(200, 232, 200);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: rgba(0, 32, 0, 0.75);
	transition: color 0.2s;
}

*:not(n\:input) > n\:messages > p {
	padding: 0.125rem 0.00rem;
	font-family: "Lexend";
	font-size: 0.80rem;
	font-weight: 400;
}

*:not(n\:input) > n\:messages[n\:invalid] {
	background-color: rgb(248, 216, 216);
	background: linear-gradient(0deg, rgb(248, 216, 216) 0%, rgb(240, 208, 208) 100%);
	border: 1px solid rgb(232, 200, 200);
	color: rgba(32, 0, 0, 0.75);
}

/* n:input, button */

n\:input[type="button"] {
	display: block;
	min-width: 3rem;
	position: relative;
}

n\:input[type="button"] a {
	display: block;
	background-color: rgb(0, 40, 80);
	background: linear-gradient(0deg, rgba(0, 32, 64, 1) 0%, rgba(0, 48, 96, 1) 100%);
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
	color: rgba(256, 256, 256, 0.75);
	font: 900 1.0rem "Lexend";
	line-height: 3rem;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	overflow: hidden;
	width: 100%;
	height: 3rem;
	position: relative;
	z-index: 1;
	transition: color 0.2s, font 0.2s;
}

n\:input[type="button"] a:hover {
	color: rgba(256, 256, 256, 1.00);
}

n\:input[type="button"] a[disabled] {
	cursor: default;
	background-color: rgb(112,112,112) !important;
	background: linear-gradient(0deg,rgba(96,96,96,1) 0%, rgba(128,128,128,1) 100%) !important;
	color: rgba(256, 256, 256, 0.75) !important;
	font: 400 1.00rem / 3.00rem "Lexend" !important;
}

n\:input[type="button"] button {
	cursor: pointer;
	display: block;
	background-color: rgb(0, 40, 80);
	background: linear-gradient(0deg, rgba(0, 32, 64, 1) 0%, rgba(0, 48, 96, 1) 100%);
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
	color: rgba(256, 256, 256, 0.75);
	font: 900 1.0rem "Lexend";
	line-height: 3rem;
	text-align: center;
	text-overflow: ellipsis;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	overflow: hidden;
	width: 100%;
	height: 3rem;
	position: relative;
	z-index: 1;
	transition: background 0.2s, color 0.2s, font 0.2s;
}

n\:input[type="button"] button:hover {
	color: rgba(256, 256, 256, 1.00);
}

n\:input[type="button"] button:disabled {
	cursor: default;
	background-color: rgb(112,112,112) !important;
	background: linear-gradient(0deg,rgba(96,96,96,1) 0%, rgba(128,128,128,1) 100%) !important;
	color: rgba(256, 256, 256, 0.75) !important;
	font: 400 1.00rem / 3.00rem "Lexend" !important;
}

n\:input[type="button"].green a {
	background-color: rgb(0, 96, 0);
	background: linear-gradient(0deg, rgba(0, 96, 0, 1) 0%, rgba(0, 160, 0, 1) 100%);
}

n\:input[type="button"].red a {
	background-color: rgb(96, 0, 0);
	background: linear-gradient(0deg, rgba(96, 0, 0, 1) 0%, rgba(160, 0, 0, 1) 100%);
}

n\:input[type="button"].red button {
	background-color: rgb(96, 0, 0);
	background: linear-gradient(0deg, rgba(96, 0, 0, 1) 0%, rgba(160, 0, 0, 1) 100%);
}

/*********************/
/* f:input, checkbox */
/*********************/

n\:input[type="checkbox"]:not(:has(label:empty)) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}

n\:input[type="checkbox"] input {
	display: block;
	flex: none;
	opacity: 0.00;
	width: 3rem;
	height: 3rem;
	position: absolute;
}

n\:input[type="checkbox"]:not(:has(label:empty)) label {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	padding-left: 3.50rem;
	font: 400 1.00rem / 1.00rem "Lexend";
	vertical-align: middle;
	width: 100%;
	min-height: 3.00rem;
	flex: none;
	user-select: none;
}

n\:input[type="checkbox"]:not(:has(label:empty)) label > span {
	display: block;
	margin-top: 4px;
	font: 400 0.75rem / 0.75rem "Lexend";
}

n\:input[type="checkbox"]:not(:has(label:empty)) label:before {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.0375);
	background: linear-gradient(0deg, rgba(0,0,0,0.025) 0%, rgba(0,0,0,0.050) 100%);
	border: 1px solid rgb(248, 248, 248);
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
	font: 900 2rem / calc(3.00rem - 2px) "Font Awesome 7 Free";
	text-align: center;
	width: 3.00rem;
	height: 3.00rem;
	position: absolute;
	left: 0rem;
	top: 0rem;
}

n\:input[type="checkbox"]:not(:has(label:empty)) input:checked + label:before {
	content: "";
}

n\:input[type="checkbox"]:has(label:empty) {
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	position: relative;
}

n\:input[type="checkbox"]:has(label:empty) label {
	cursor: pointer;
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.0375);
	background: linear-gradient(0deg, rgba(0,0,0,0.025) 0%, rgba(0,0,0,0.050) 100%);
	border: 1px solid rgb(248, 248, 248);
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
	text-align: center;
	width: 3.00rem;
	height: 3.00rem;
}

n\:input[type="checkbox"]:has(label:empty) input:checked + label:before {
	content: "";
	font: 900 2rem / calc(3.00rem - 2px) "Font Awesome 7 Free";
}

/*****************/
/* f:input, date */
/*****************/

n\:input[type="date"] {
	display: flex;
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-wrap: wrap;
	position: relative;
}

n\:input[type="date"] a {
	line-height: 2.5rem;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	right: 0rem;
	top: 1.25rem;
	user-select: none;
}

n\:input[type="date"] label {
	display: block;
	margin-bottom: 0.25rem;
	flex: none;
}

n\:input[type="date"] input {
	display: block;
	flex: none;
	padding: 0rem 0.5rem;
	background-color: rgba(0,0,0,0.0375);
	background: linear-gradient(0deg, rgba(0,0,0,0.025) 0%, rgba(0,0,0,0.050) 100%);
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border: 1px solid rgb(248, 248, 248);
	color: rgba(0, 0, 0, 0.75);
	font: 400 1.00rem / calc(3.00rem - 2px) "Lexend";
	width: 100%;
	transition: color 0.2s;
}

n\:input[type="date"] input:focus {
	color: rgba(0, 0, 0, 1.00);
}

n\:input[type="date"] input::placeholder {
	color: rgb(192, 192, 192);
}

n\:input[type="date"] input[readonly] ~ a {
	display: none;
}

/***************************/
/* f:input, drop_down_list */
/***************************/

n\:input[type="drop_down_list"] {
	display: flex;
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-wrap: wrap;
	position: relative;
}

n\:input[type="drop_down_list"] label {
	display: block;
	margin-bottom: 0.25rem;
	flex: none;
}

n\:input[type="drop_down_list"] select {
	padding: 0.0rem 0.5rem;
	background-color: rgb(248, 248, 248);
	background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(248, 248, 248) 100%);
	border-radius: 4px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
	color: rgba(0, 0, 0, 0.50);
	font: 400 1.00rem / calc(3.00rem - 2px) "Lexend";
	width: 100%;
	height: 3rem;
	transition: color 0.2s;
}

n\:input[type="drop_down_list"] select:focus {
	color: rgba(0, 0, 0, 0.75);
}

/*****************/
/* f:input, text */
/*****************/

n\:input[type="text"] {
	display: flex;
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-wrap: wrap;
	position: relative;
}

n\:input[type="text"] label {
	display: block;
	margin-bottom: 0.25rem;
	flex: none;
}

n\:input[type="text"] input {
	display: block;
	flex: none;
	padding: calc(0.75rem - 1px) 0.50rem;
	background-color: rgba(244, 244, 244);
	background: linear-gradient(0deg, rgba(248, 248, 248) 0%, rgba(240, 240, 240) 100%);
	border: 1px solid rgb(224, 224, 224);
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
	color: rgb(64, 64, 64);
	font: 400 1.00rem / 1.50rem "Lexend";
	width: 100%;
	transition: color 0.2s;
}

n\:input[type="text"] input:focus {
	color: rgb(0, 0, 0);
}

n\:input[type="text"] input::placeholder {
	color: rgb(192, 192, 192);
}

n\:input[type="text"] textarea {
	display: block;
	flex: none;
	padding: calc(0.75rem - 1px) 0.50rem;
	background-color: rgba(244, 244, 244);
	background: linear-gradient(0deg, rgba(248, 248, 248) 0%, rgba(240, 240, 240) 100%);
	border: 1px solid rgb(224, 224, 224);
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
	color: rgb(64, 64, 64);
	font: 400 1.00rem / 1.50rem "Lexend";
	width: 100%;
	transition: color 0.2s;
	resize: none;
}

n\:input[type="text"] textarea:focus {
	color: rgb(0, 0, 0);
}

n\:input[type="text"] textarea::placeholder {
	color: rgb(192, 192, 192);
}

/******************/
/* f:input, email */
/******************/

n\:input[type="email"] {
	display: flex;
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-wrap: wrap;
	position: relative;
}

n\:input[type="email"] label {
	display: block;
	margin-bottom: 0.25rem;
	flex: none;
}

n\:input[type="email"] input {
	display: block;
	flex: none;
	padding: calc(0.75rem - 1px) 0.50rem;
	background-color: rgba(244, 244, 244);
	background: linear-gradient(0deg, rgba(248, 248, 248) 0%, rgba(240, 240, 240) 100%);
	border: 1px solid rgb(224, 224, 224);
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
	color: rgb(64, 64, 64);
	font: 400 1.00rem / 1.50rem "Lexend";
	width: 100%;
	transition: color 0.2s;
}

n\:input[type="email"] input:focus {
	color: rgb(0, 0, 0);
}

n\:input[type="email"] input::placeholder {
	color: rgb(192, 192, 192);
}

/*****************/
/* f:input, file */
/*****************/

n\:input[type="file"] {
	display: flex;
	flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-wrap: wrap;
	position: relative;
}

n\:input[type="file"] label {
	display: block;
	margin-bottom: 0.25rem;
	flex: none;
}

n\:input[type="file"] input {
	display: block;
	flex: none;
	padding: calc(0.75rem - 1px) 0.50rem;
	background-color: rgba(244, 244, 244);
	background: linear-gradient(0deg, rgba(248, 248, 248) 0%, rgba(240, 240, 240) 100%);
	border: 1px solid rgb(224, 224, 224);
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
	color: rgb(64, 64, 64);
	font: 400 1.00rem / 1.50rem "Lexend";
	width: 100%;
	transition: color 0.2s;
}

n\:input[type="file"] input:focus {
	color: rgb(0, 0, 0);
}

n\:input[type="file"] input::placeholder {
	color: rgb(192, 192, 192);
}

n\:input[type="file"] input::file-selector-button {
	display: none;
}

/**********/
/* a:card */
/**********/

a\:card {
	display: block;
	background-color: rgb(256, 256, 256);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
	width: 100%;
	position: relative;
}

a\:card > a\:header {
	display: flex;
	flex-flow: row nowrap;
	padding: 0.0rem 0.5rem;
	background-color: rgb(32,32,32);
	background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(48,48,48,1) 100%);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
	width: calc(4px + 100% + 4px);
	height: 64px;
	position: relative;
	left: -4px;
	z-index: 500;
}

a\:card > a\:header::before {
	content: '';
	display: block;
	margin: 2px 0px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 1px 0px;
	width: 50%;
	height: calc(100% - 4px);
	box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: 0px;
	top: 0px;
}

a\:card > a\:header::after {
	content: '';
	display: block;
	margin: 2px 0px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 1px 0px;
	width: 50%;
	height: calc(100% - 4px);
	box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	right: 0px;
	top: 0px;
}

a\:card > a\:header > a\:icon {
	display: block;
	flex: none;
	background-color: rgb(32,32,32);
	background: linear-gradient(0deg, rgba(32,32,32,1) 0%, rgba(48,48,48,1) 100%);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
	color: rgba(256, 256, 256);
	font: 400 32px / 72px "Font Awesome 7 Free";
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	width: 64px;
	height: 72px;
	position: relative;
	left: 0px;
	top: -4px;
	user-select: none;
}

a\:card > a\:header > a\:icon::before {
	content: '';
	display: block;
	margin: 0px 2px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 0px 1px;
	width: calc(100% - 4px);
	height: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: 0px;
	top: 0px;
}

a\:card > a\:header > a\:icon::after {
	content: '';
	display: block;
	margin: 0px 2px;
	border-color: rgb(128, 128, 128);
	border-style: dashed;
	border-width: 0px 1px;
	width: calc(100% - 4px);
	height: 50%;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

a\:card > a\:header > a\:title {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 16px;
	overflow: hidden;
	z-index: 1;
	user-select: none;
}

a\:card > a\:header > a\:title > h1 {
	color: rgb(256, 256, 256);
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	text-overflow: ellipsis;
	white-space: nowrap;

	> span {
		display: block;
		margin-top: 0.25rem;
		opacity: 0.75;
		font-weight: 300;
	}
}

a\:card > a\:header n\:input[type="button"] {
	margin: 0.5rem 0.0rem 0.5rem 0.5rem;
}

@media only screen and (max-width: 799px) {
	a\:card > a\:header > a\:title > h1 {
		font: 900 1rem / 1em "Lexend";

		> span {
			font-size: 0.75rem;
			line-height: 1em;
		}
	}
}

@media only screen and (min-width: 800px) {
	a\:card > a\:header {
		width: calc(4px + 100% + 4px);
		left: -4px;
	}

	a\:card > a\:header > a\:title > h1 {
		font: 900 1.5rem / 1em "Lexend";

		> span {
			font-size: 1rem;
			line-height: 1em;
		}
	}
}

a\:card > a\:body {
	display: block;
	padding: 2rem;

	> a\:layout {
		gap: 1rem;

		> a\:section {
			gap: 0.5rem;

			> a\:row {
				gap: 0.5rem;

				> a\:cell {
					gap: 0.5rem;

					a {
						color: rgb(180,140,40);
					}
				}
			}
		}
	}
}

a\:card > a\:body[type="text"] {
	> a\:layout {
		gap: 2rem;

		> a\:section {
			gap: 1rem;

			> a\:row {
				gap: 1rem;

				> a\:cell {
					gap: 1rem;
				}
			}
		}
	}
}

/**************/
/* a:messages */
/**************/

a\:messages {
	> a\:error {
		display: block;
		padding: 0.5rem;
		background-color: rgb(248, 216, 216);
		border: 1px solid rgb(232, 200, 200);
		color: rgb(64, 0, 0);
	}

	> a\:success {
		display: block;
		padding: 0.5rem;
		background-color: rgb(216, 248, 216);
		border: 1px solid rgb(200, 232, 200);
		color: rgb(0, 64, 0);
	}
}

/**************/
/* a:flex-col */
/**************/

a\:flex-col {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-start;
	width: 100%;
}

a\:flex-col > a\:flex-cell {
	display: block;
}

/*********/
/* a:row */
/*********/

a\:flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

a\:flex-row > a\:flex-cell {
	display: block;
}

/********/
/* a:ol */
/********/

a\:ol {
	> h2, > h3, > p {
		margin-bottom: 0.5rem;
	}

	> ol {
		> li:not(:first-child) {
			margin-top: 4px;
		}
	}
}

/********/
/* a:ul */
/********/

a\:ul {
	> h2, > h3, > p {
		margin-bottom: 0.5rem;
	}

	> ul {
		> li:not(:first-child) {
			margin-top: 4px;
		}
	}
}

/************/
/* a:table */
/************/

a\:table {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-start;
	width: 100%;

	> a\:head {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: flex-start;
		background-color: rgb(248,248,248);
		border-bottom: 1px solid rgb(192,192,192);
		width: 100%;

		> a\:row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: flex-start;
			align-content: flex-start;
			align-items: flex-start;
			width: 100%;

			> a\:cell {
				display: flex;
				flex-direction: column;
				flex-wrap: nowrap;
				justify-content: flex-start;
				align-content: flex-end;
				align-items: stretch;
				padding: 0.5rem;
				width: 100%;
			}
		}
	}

	> a\:body {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: flex-start;
		width: 100%;

		> a\:row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: flex-start;
			align-content: flex-start;
			align-items: flex-start;
			width: 100%;

			> a\:cell {
				display: flex;
				flex-direction: column;
				flex-wrap: nowrap;
				justify-content: flex-start;
				align-content: flex-end;
				align-items: stretch;
				padding: 0.5rem;
				width: 100%;
				gap: 0.25rem;

				p {
					line-height: 1em !important;
				}
			}
		}

		> *:nth-child(odd) {
			background-color: rgb(240,240,240);
		}

		> *:nth-child(even) {
			background-color: rgb(248,248,248);
		}

		> * {
			border-top: 1px dashed rgb(192,192,192);
			border-bottom: 1px dashed rgb(192,192,192);
		}
	}
}

/************/
/* a:layout */
/************/

a\:layout {
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-start;
	width: 100%;

	> a\:section {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: flex-start;
		width: 100%;

		> a\:row {
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: flex-start;
			align-content: flex-start;
			align-items: flex-start;
			width: 100%;

			> a\:cell {
				display: flex;
				flex-direction: column;
				flex-wrap: nowrap;
				justify-content: flex-start;
				align-content: flex-end;
				align-items: stretch;
				width: 100%;
			}
		}
	}
}

@media only screen and (min-width:    0px) and (max-width:  359px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"]):is(:not([a\:max]), [a\:max=""], [a\:max="xxxs"], [a\:max="xxs"], [a\:max="xs"], [a\:max="s"], [a\:max="m"], [a\:max="l"], [a\:max="xl"], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width:  360px) and (max-width:  479px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"]):is(:not([a\:max]), [a\:max=""], [a\:max="xxs"], [a\:max="xs"], [a\:max="s"], [a\:max="m"], [a\:max="l"], [a\:max="xl"], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width:  480px) and (max-width:  799px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"], [a\:min="xs"]):is(:not([a\:max]), [a\:max=""], [a\:max="xs"], [a\:max="s"], [a\:max="m"], [a\:max="l"], [a\:max="xl"], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width:  800px) and (max-width: 1024px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"], [a\:min="xs"], [a\:min="s"]):is(:not([a\:max]), [a\:max=""], [a\:max="s"], [a\:max="m"], [a\:max="l"], [a\:max="xl"], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"], [a\:min="xs"], [a\:min="s"], [a\:min="m"]):is(:not([a\:max]), [a\:max=""], [a\:max="m"], [a\:max="l"], [a\:max="xl"], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"], [a\:min="xs"], [a\:min="s"], [a\:min="m"], [a\:min="l"]):is(:not([a\:max]), [a\:max=""], [a\:max="l"], [a\:max="xl"], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"], [a\:min="xs"], [a\:min="s"], [a\:min="m"], [a\:min="l"], [a\:min="xl"]):is(:not([a\:max]), [a\:max=""], [a\:max="xl"], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"], [a\:min="xs"], [a\:min="s"], [a\:min="m"], [a\:min="l"], [a\:min="xl"], [a\:min="xxl"]):is(:not([a\:max]), [a\:max=""], [a\:max="xxl"], [a\:max="xxxl"]) {
		display: flex;
	}
}

@media only screen and (min-width: 1920px) {
	a\:layout:is(:not([a\:min]), [a\:min=""], [a\:min="xxxs"], [a\:min="xxs"], [a\:min="xs"], [a\:min="s"], [a\:min="m"], [a\:min="l"], [a\:min="xl"], [a\:min="xxl"], [a\:min="xxxl"]):is(:not([a\:max]), [a\:max=""], [a\:max="xxxl"]) {
		display: flex;
	}
}

/************/
/* n:window */
/************/

n\:window {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0rem;
	background-color: rgba(0, 0, 0, 0.675);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.50) 100%);
	width: 100%;
	max-width: none;
	height: 100%;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 1000;
}

n\:window[id^="template»"] {
	display: none;
}

n\:window > a\:card {
	flex: none;
	margin: 2rem auto;
}

@media only screen and (max-width: 799px) {
	n\:window > a\:card {
		max-width: 100%;
	}
}

@media only screen and (min-width: 800px) {
	n\:window > a\:card {
		max-width: min(80rem, calc(100% - 4rem));
	}
}

/****************/
/* font awesome */
/****************/

.fa, .fa-regular, .fa-solid, .fa-brands, .fab, .fad, .fal, .far, .fas {
	line-height: inherit;
}
