/* =========== © 2025 Centroarts.com - https://smartecho.com =========== */

:root {
	color-scheme: light;

	--fmono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--f: Plus Jakarta Sans, system-ui, -apple-system, "Segoe UI", Montserrat, "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--fs: 16px;
	--lh: 1.6;
	--fw: 400;

	--m-btn-group: 24px;

	--fs-title: 22px;
	--lh-title: 1.25em;
	--m-title: 4px;

	--fs-desc: 16px;
	--rd-block: 100px;

	--m-fgroup: 16px;
	--m-form: 28px;
	--p-form: 40px 24px;

	--ch-p: 239;

	--c-body: var(--ch-p), 20%, 97%;
	--c-text: var(--ch-p), 12%, 15%;
	--c-text-on-blue: var(--ch-p), 22%, 93%;
	--c-header: var(--ch-p), 22%, 93%;

	--c-primary: var(--ch-p), 32%, 44%;
	--c-primary-h: var(--ch-p), 33%, 48%;

	--h-btn: 48px;
	--lh-btn: 24px;
	--c-btn-fill-text: hsl(var(--c-text-on-blue));
	--c-btn-fill-bg: hsl(var(--ch-p), 32%, 44%);
	--c-btn-fill-bg-h: hsl(var(--ch-p), 32%, 48%);

	--h-field: 48px;
	--lh-field: 24px;
	--field-radius: 16px;
	--field-bg: var(--ch-p), 24%, 94%;
	--field-border: hsla(var(--c-primary),0.1);
	--field-border-f: hsla(var(--c-primary),0.5);
}
@media (min-width: 768px) and (min-height: 768px) {
	:root {
		--fs-title: 26px;
		--m-title: 8px;
		--m-fgroup: 20px;
		--m-form: 32px;

		--h-field: 56px;
		--h-btn: 56px;
	}
}
@media (min-width: 860px) {
	:root {
		--p-form: 112px 24px;
	}
}
@media (min-width: 1024px) {
	:root {
		--p-form: 112px 32px;
	}
}
@media (min-height: 768px) and (min-width: 1024px) and (orientation: landscape) {
	:root {
		--fs-title: 32px;
		--m-title: 12px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	:root { scroll-behavior: smooth; }
}

html.load * { transition: none !important; }
*, *::before, *::after { box-sizing: border-box; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
[tabindex="-1"]:focus { outline: 0 !important; }
hr { margin: 20px 0; color: inherit; border: 0; border-top: 1px solid; opacity: 0.1; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; margin-top: 0; margin-bottom: 8px; }
h1 { font-size: var(--fs-hero-heading); }
h2 { font-size: var(--fs-heading); }
h3 { font-size: var(--fs-title); }
h4 { font-size: var(--fs-title); }
h5 { font-size: var(--fs-subtitle); }
h6 { font-size: var(--fs-subtitle); }
p { margin-top: 0; margin-bottom: 0; }
p:not(:last-child) { margin-bottom: 1.25em; }
abbr[title] {
	-webkit-text-decoration: underline dotted; text-decoration: underline dotted;
	cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none;
}

address { margin-bottom: 16px; font-style: normal; line-height: inherit; }
ol, ul, dl { list-style: none; padding: 0; margin: 0; }
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }
dt { font-weight: 700; }
dd { margin-bottom: 8px; margin-left: 0; }
blockquote { margin: 0 0 16px; }
b, strong { font-weight: bold; }
small, .small { font-size: 13px; }

sub, sup { position: relative; font-size: 13px; line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }

a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }

pre, code, kbd, samp { font-family: var(--ft-mono); font-size: 16px; }
pre { margin-top: 0; margin-bottom: 16px; overflow: auto; }
a > code { color: inherit; }

figure { margin: 0 0 16px; }
img { vertical-align: middle; border-style: none; }
svg { vertical-align: middle; }

table { border-collapse: collapse; }
th { text-align: inherit; }
caption { padding-top: 12px; padding-bottom: 12px; color: #99999e; text-align: left; caption-side: bottom; }

legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal;}
progress { vertical-align: baseline; }

[type="search"] { outline-offset: -2px; -webkit-appearance: textfield; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
::-webkit-color-swatch-wrapper { padding: 0; }
::file-selector-button { font: inherit; -webkit-appearance: button; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field { padding: 0; }
::-webkit-inner-spin-button { height: auto; }

output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }

.small, small { font-size: 12px; }
.muted { opacity: .7; }
.c-muted { color: hsla(var(--c-text), .7); }
.c-primary { color: hsl(var(--c-primary)); }
.c-text { color: hsl(var(--c-text)); }

.ic { display: block; fill: currentColor; }

.circle { border-radius: 50%; }
.clr { clear: both; }

.truncate { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.text-wrap { white-space: normal !important; }
.text-nowrap { white-space: nowrap !important; }
.fw-b { font-weight: bold; }
.fw-n { font-weight: normal; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Styles */
body, html { height: 100%; }
body {
	font: normal var(--fs)/var(--lh) var(--f);
	background-color: hsl(var(--c-body));
	color: hsl(var(--c-text)); text-rendering: optimizeLegibility;
	min-width: 320px; margin: 0;
}

a { color: hsl(var(--c-primary)); outline: none !important; text-decoration: none; }
a:hover { color: hsl(var(--c-primary-h)); text-decoration: underline; }

.se-logo {
	display: inline-flex; vertical-align: top;
	color: hsl(var(--c-primary)) !important;
	width: 182px; height: 44px; transition: color .2s ease;
}
.se-logo svg { fill: currentColor; width: inherit; height: inherit; }

.se-content { display: flex; }
.se-form { display: flex; flex: 0 0 100%; }
.se-formcol {
	display: flex; flex: 1 1 auto; padding: var(--p-form);
	align-items: center; justify-content: center; text-align: center;
}
.se-formcont { flex: 1 1 auto; max-width: 440px; opacity: 0; transition: transform .5s ease, opacity .4s ease; }
.se-formcombo, .se-formcont { flex: 1 1 auto; max-width: 440px; }

@media (max-width: 859px) {
	.se-header {
		display: flex; justify-content: center; position: relative; pointer-events: none;
		background-color: hsl(var(--c-header)); height: 126px; overflow: hidden;
	}
	.se-header .se-logo { margin: 26px 0; pointer-events: all; }
	.se-header::after {
		content: ""; position: absolute; left: 0; right: 0;
		top: 96px; height: 56px; background-color: hsl(var(--c-body));
		border-radius: 28px; pointer-events: none; user-select: none;
	}
	.se-header + .se-content { margin-top: -30px; }
	.se-content { min-height: calc(100% - 96px); }

	html:not(.rec-open) .se-formcombo .form-rec,
	html.rec-open .se-formcombo .form-sign { position: absolute; height: 0; pointer-events: none; }

	.se-formcont.form-sign { transform: translateY(40px); }
	.se-formcont.form-rec { transform: translateY(-40px); }

	html:not(.rec-open) .form-sign.se-formcont,
	html.rec-open .form-rec.se-formcont { transform: translateY(0); opacity: 1; }
	.se-pic { display: none !important; }
}
@media (min-width: 860px) {
	.se-header { position: absolute; left: 28px; top: 26px; z-index: 1; }

	.se-content { min-height: 100%; }

	.rec-open .se-header { position: fixed; }
	.rec-open .se-logo { color: hsl(var(--c-text-on-blue)) !important; }

	.se-form::after, .se-form::before {
		content: ""; flex: 0 0 45%; max-width: 960px; pointer-events: none;
		transition: flex .4s ease;
	}
	.se-pic {
		position: fixed; top: 0; bottom: 0; right: 0; width: 45%;
		display: flex !important; max-width: 960px; overflow: hidden;
	}

	.se-formcombo { display: flex; justify-content: center; align-items: center; position: relative; }
	html:not(.rec-open) .se-formcombo .form-rec,
	html.rec-open .se-formcombo .form-sign { position: absolute; height: 0; pointer-events: none; }

	html:not(.rec-open) .se-form::before { flex: 0 0 0%; }
	html.rec-open .se-form::after { flex: 0 0 0%; }
	.se-pic-rec.se-pic { right: auto; left: 0; }

	html:not(.rec-open) .se-pic-rec.se-pic,
	html.rec-open .se-pic-sign.se-pic { visibility: hidden; transition: visibility .3s ease; }

	.se-pic-in {
		position: absolute; inset: 0; display: flex; border-radius: var(--rd-block);
		overflow: hidden; flex-direction: column; flex-grow: 1; margin: 0;
		transition: transform .4s ease, opacity .3s ease; opacity: 0;
	}
	.se-pic-in img {
		position: absolute; top: 0; left: 50%; display: block; pointer-events: none; user-select: none;
		min-width: calc(100% + 1px); width: auto; height: 100%; transform: translateX(-50%);
		object-fit: cover; object-position: center center;
		-o-object-position: center center; -o-object-fit: cover;
	}

	html.rec-open .form-sign.se-formcont { opacity: 0; }
	html:not(.rec-open) .form-rec.se-formcont { opacity: 0; }

	.se-pic-sign .se-pic-in {
		transform: translateX(100%);
		border-bottom-right-radius: 0; border-top-right-radius: 0;
	}
	.se-pic-rec .se-pic-in {
		transform: translateX(-100%);
		border-bottom-left-radius: 0; border-top-left-radius: 0;
	}
	html:not(.rec-open) .se-pic-sign .se-pic-in,
	html.rec-open .se-pic-rec .se-pic-in,
	html:not(.rec-open) .form-sign.se-formcont,
	html.rec-open .form-rec.se-formcont { transform: translateX(0); opacity: 1; }
}
/* Title */
.title {
	font-size: var(--fs-title); text-wrap: balance;
	line-height: var(--lh-title); margin-bottom: var(--m-title);
	font-weight: normal;
}
.desc {
	font-size: var(--fs-desc); opacity: .9;
	text-wrap: balance;
}
.desc + .btn-group { margin-top: var(--m-btn-group); }

/* --- FORMS --- */
.form-group { text-align: left; }
.form-group + .form-group { margin-top: var(--m-fgroup); }
.form-group > label, .label-group { font-size: 14px; line-height: 20px; margin-bottom: 8px; display: block; }
.form-group > label { position: absolute; opacity: 0; visibility: hidden; }

.form-list, .form-desc { margin-top: var(--m-form); }
.form-desc { font-size: 14px; text-align: center; text-wrap: balance; }

@media (min-width: 992px) {
	.form-group-combo { display: flex; flex-wrap: wrap; }
	.form-group-combo .form-group { flex: 1; }
	.form-group-combo .form-group + .form-group { margin-left: 16px; margin-top: 0; }
}

.label-group { display: flex; }
.label-group-title { margin-bottom: 0; }
.label-group-info { margin-left: auto; padding-left: 8px; font-weight: bold; }

select, textarea, input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(.dpm-search) {
	display: block; width: 100%; height: var(--h-field); font: inherit; line-height: var(--lh-field); background-clip: padding-box;
	padding: calc((var(--h-field) - var(--lh-field))/2) calc(4px + (var(--h-field) - var(--lh-field))/2);
	background-color: hsl(var(--field-bg)) !important;
	box-shadow: inset 0 0 0 1.5px var(--field-border); border: 0 none !important; border-radius: var(--field-radius);
	outline: none !important; transition: background-color .2s ease, box-shadow .2s ease; color: inherit;
}

select:focus, textarea:focus,
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):focus {
	box-shadow: inset 0 0 0 1.5px var(--field-border-f);
}
textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
input[type="radio"], input[type="checkbox"] { line-height: normal; vertical-align: middle; }
input[type="file"], input[type="image"],
input[type="submit"], input[type="reset"],
input[type="button"], input[type="radio"],
input[type="checkbox"] { width: auto; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
select[multiple], select { -webkit-appearance: none; appearance: none; }
select[multiple], select[size], textarea { height: auto; }

::placeholder { opacity: 0.5; color: inherit; }

input:focus { outline: none;  }
input[type="file"], input[type="image"] { padding: 0; border-width: 0; background: none; box-shadow: none; }

/* --- BUTTONS --- */
button { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { font: inherit; -webkit-appearance: button; outline: none !important; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }

.btn-group .btn-block + .btn-block { margin-top: 12px; }
.btn-group .btn-block { width: 100%; }

.btn-reset { padding: 0; margin: 0; background: none; border: 0 none; cursor: pointer; }
.btn {
	--fs-btn: inherit;
	--c-btn-text: inherit;

	position: relative; z-index: 1;
	height: var(--h-btn); line-height: var(--lh-btn); border-radius: calc(var(--h-btn) / 2);
	padding: calc((var(--h-btn) - var(--lh-btn))/2); color: var(--c-btn-text) !important; font-size: var(--fs-btn);
	white-space: nowrap; text-align: center; border: 0 none; font-weight: bold;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer; outline: none; text-decoration: none !important;
	background: none; user-select: none;
}

.btn-cont { padding: 0 6px; }
.btn-icon { width: var(--h-btn); }

.btn-decor { color: inherit; z-index: -1; }
.btn-decor, .btn-decor::after, .btn-decor::before {
	position: absolute; inset: 0; border-radius: inherit;
	transition: background-color .2s ease, transform .3s ease, opacity .2s ease;
	pointer-events: none;
}
.btn-decor::after, .btn-decor::before { content: ""; }

.btn:hover .btn-decor { transform: scale(1.02); }
.btn:active .btn-decor { transform: scale(0.98); }

.btn-fill {
	--c-btn-text: var(--c-btn-fill-text);
	--c-btn-fill: var(--c-btn-fill-bg);
}
.btn-fill .btn-decor { background-color: var(--c-btn-fill); }
.btn-fill:hover { --c-btn-fill: var(--c-btn-fill-bg-h); }
.btn-fill:active { --c-btn-fill: var(--c-btn-fill-bg); }

.btn-link { --c-btn-text: hsl(var(--c-primary)); }
.btn-link:hover { --c-btn-text: hsl(var(--c-primary-h)); }
.btn-link:active { --c-btn-text: hsl(var(--c-primary)); }

/* Social */
.form-social { margin-top: 32px; border-top: 1px solid hsla(var(--c-primary), .1); }
.form-social::before {
	content: attr(title); display: block; opacity: .5; padding: 24px; font-weight: bold;
}
.form-social-btns { display: flex; gap: var(--m-fgroup); }

.social-btn {
	display: block; flex: 1; padding: 16px; font-weight: bold;
	background-color: hsl(var(--field-bg)); color: inherit !important;
	border-radius: var(--field-radius); box-shadow: inset 0 0 0 1.5px var(--field-border);
	text-decoration: none !important; text-align: center;
	transition: box-shadow .2s ease;
}
.social-btn:hover { box-shadow: inset 0 0 0 1.5px var(--field-border-f); }
.social-btn * { display: block; }
.social-btn svg { width: 24px; height: 24px; margin: 0 auto; }
.social-btn-text { margin-top: 4px; font-size: 15px; }

@media (min-width: 768px) and (min-height: 768px) {
	.social-btn { padding: 20px; }
	.social-btn svg { width: 32px; height: 32px; }
	.social-btn-text { margin-top: 8px; }
}

.feedback { margin-top: 20px; }
.feedback .alert { margin: 0; padding: 20px; border-radius: var(--field-radius); }
.feedback .alert.alert-danger { color: #dc2626; background-color: #fee2e2; border: 1px solid #fca5a5; }
.feedback .alert.alert-success { color: #328029; background-color: #f0fdf4; border: 1px solid #d9e8d7; }

.h-captcha { width: fit-content; margin: 20px auto 0 auto; }
