@charset "utf-8";
/* CSS Document */
/**
 * @package WordPress
 * @subpackage HLX
 * @since HLX 0.1.0.2111
 */
/*
Theme Name: HLX 2024 - Select Partners Europe
Theme URI: https://selectpartnerseurope.ro
Author: Hadnagy Laszlo
Author URI: https://hadnagylaszlo.com
Description: Custom WordPress theme by Hadnagy Laszlo for the Select Partners Europe website.
Version: 1.7.0.2411
*/
html {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: var(--hlx-fs-rem);
	height: 100%;
}
body {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	caret-color: transparent;
}
body * {
	text-rendering: geometricPrecision;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	color: var(--bs-highlight-color);
	background: var(--bs-highlight-bg);
}
::-moz-selection {
	color: var(--bs-highlight-color);
	background: var(--bs-highlight-bg);
}

h1:not(.fas),
h2:not(.fas),
h3:not(.fas),
h4:not(.fas),
h5:not(.fas),
h6:not(.fas),
.h1:not(.fas),
.h2:not(.fas),
.h3:not(.fas),
.h4:not(.fas),
.h5:not(.fas),
.h6:not(.fas),
.display-1:not(.fas),
.display-2:not(.fas),
.display-3:not(.fas),
.display-4:not(.fas) {
	font-family: var(--hlx-ff-head);
}

.et {
	display: inline-flex;
	color: rgba(from var(--bs-link-color) r g b / var(--bs-link-opacity, 1));
	text-decoration: var(--bs-link-decoration);
	cursor: pointer;
}
.et:hover,
.et:active,
.et:focus {
	--bs-link-color: var(--bs-link-hover-color);
	text-decoration: var(--bs-link-hover-decoration);
}
.et.disabled,
.et:disabled {
	cursor: default;
}
.et > * {
	display: inline;
	position: static;
}
.et > :first-child {
	order: 1;
}
.et > :last-child {
	order: 3;
}
.et:after {
	content: '@';
	display: inline;
	order: 2;
}

img,
img.alignnone,
picture.alignnone,
figure.alignnone,
canvas.alignnone,
iframe.alignnone,
.wp-caption.alignnone {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
picture.alignleft,
figure.alignleft,
canvas.alignleft,
iframe.alignleft,
.wp-caption.alignleft {
	/* width: calc(1 / 2 * (100% - var(--hlx-sp-6))); */
	height: auto;
	float: left;
	margin-right: var(--hlx-sp-6);
}
img.alignright,
picture.alignright,
figure.alignright,
canvas.alignright,
iframe.alignright,
.wp-caption.alignright {
	/* width: calc(1 / 2 * (100% - var(--hlx-sp-6))); */
	height: auto;
	float: right;
	margin-left: var(--hlx-sp-6);
}
img.aligncenter,
picture.aligncenter,
figure.aligncenter,
canvas.aligncenter,
iframe.aligncenter,
.wp-caption.aligncenter {
	/* width: 60%; */
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
img.alignjustify,
picture.alignjustify,
figure.alignjustify,
canvas.alignjustify,
iframe.alignjustify,
.wp-caption.alignjustify {
	/* width: 100%; */
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignleft + *,
.wp-caption.alignright + * {
	max-width: none;
}
.wp-caption.alignleft + * + *,
.wp-caption.alignright + * + * {
	clear: both;
}

.wp-caption {
	padding: var(--hlx-sp-4);
	background-color: var(--hlx-white);
	border: var(--bs-border-width) solid var(--bs-border-color-translucent);
	border-radius: var(--bs-border-radius-sm);
	line-height: var(--hlx-lh-xs);
}
.wp-caption img,
.wp-caption picture,
.wp-caption figure,
.wp-caption canvas
.wp-caption iframe {
	width: 100%;
	height: auto;
	margin-bottom: var(--hlx-sp-4);
	line-height: var(--hlx-lh-xs);
}

.wp-caption > img,
.wp-caption > a {
	display: block;
	margin-bottom: var(--hlx-sp-2);
}
.wp-caption > *:last-child {
	margin-bottom: 0;
}

.wp-caption .wp-caption-text {
	font-size: var(--hlx-fs-sm);
	color: var(--bs-secondary-color);
}

#app {
	min-height: 100vh;
}

#app #app-header {
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
}
#app #app-header-navbar {
	/* -webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem); */
	position: relative;
	scrollbar-gutter: stable;
	background-color: #ffff;
	border-bottom: 1px solid var(--hlx-light);
	flex-direction: column;
	flex-wrap: nowrap;
	max-height: 100vh;
}
#app #app-header-navbar:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: var(--hlx-white);
	opacity: var(--hlx-op-2);
}
#app #app-header-navbar.navbar-dark:before {
	background: var(--hlx-black);
}

#app #app-header-navbar #btn-home {
	width: 17rem;
	height: 3rem;
	position: relative;
	padding: 0;
}
#app #app-header-navbar #app-header-navbar-collapse {
	flex-basis: 100%;
	flex-shrink: 1;
	flex-grow: 1;
	overflow-y: scroll;
	align-items: start;
}
#app #app-header-navbar #btn-home > * {
	max-width: 100%;
	max-height: 100%;
}
#app #app-header-navbar #btn-home .logo {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	object-fit: contain;
	object-position: center center;
	transition: all var(--hlx-tf-1);
}
#app #app-header-navbar:not(.navbar-dark) #btn-home .logo-dk,
#app #app-header-navbar.navbar-dark #btn-home .logo-lt {
	opacity: 0;
	z-index: 1;
	position: absolute;
}
#app #app-header-navbar .navbar-toggler {
	--bs-navbar-toggler-font-size: var(--hlx-fs-xl);
	--bs-navbar-color: rgba(from var(--hlx-black) r g b / var(--hlx-op-3));
	--bs-navbar-hover-color: rgba(from var(--hlx-black) r g b / var(--hlx-op-4));
	--bs-navbar-disabled-color: rgba(from var(--hlx-black) r g b / var(--hlx-op-2));
	--bs-navbar-active-color: rgba(from var(--hlx-black) r g b / var(--hlx-op-5));
	--bs-navbar-toggler-border-color: rgba(from var(--hlx-black) r g b / var(--hlx-op-1));
	padding: var(--bs-navbar-toggler-padding-y);
}
#app #app-header-navbar.navbar-dark .navbar-toggler {
	--bs-navbar-color: rgba(from var(--hlx-primary) r g b / var(--hlx-op-3));
	--bs-navbar-hover-color: rgba(from var(--hlx-primary) r g b / var(--hlx-op-4));
	--bs-navbar-disabled-color: rgba(from var(--hlx-primary) r g b / var(--hlx-op-2));
	--bs-navbar-active-color: rgba(from var(--hlx-primary) r g b / var(--hlx-op-5));
	--bs-navbar-toggler-border-color: rgba(from var(--hlx-primary) r g b / var(--hlx-op-1));
}

#app #app-header-navbar:not(.navbar-dark) #nav-home,
#app #app-header-navbar:not(.navbar-dark) .nav-link {
	--bs-nav-link-color: var(--hlx-black);
}
#app #app-header-navbar:not(.navbar-dark) .nav-link.active {
	--bs-btn-active-color: var(--hlx-primary);
	--bs-nav-link-color: var(--hlx-primary);
}
#app #app-header-navbar.navbar-dark #nav-home,
#app #app-header-navbar.navbar-dark .nav-link {
	--bs-nav-link-color: var(--hlx-primary);
}
#app #app-header-navbar.navbar-dark .nav-link {
	--bs-nav-link-color: var(--hlx-white);
}
#app #app-header-navbar #nav-mobile .nav-item {
	/* padding: var(--hlx-sp-1) 0; */
}

#app #app-footer {
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	color: var(--hlx-grey-100);
	background-color: var(--hlx-dark);
}
#app #app-footer #btn-footer {
	width: 11rem;
	height: 2rem;
	position: relative;
	padding: 0;
}

#app .btn-group .btn-block {
	flex-basis: 100%;
}
#app .btn-group .btn-block + .btn-block {
	margin-top: 0;
}
#app .btn-group.btn-group-toggle .btn > label {
	margin-bottom: 0;
}
#app .btn-group-xs>.btn.text-xs,
#app .btn-xs.text-xs {
	line-height: 1;
}
#app .btn.btn-square {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

#app .btn > .fa:not(.d-inline),
#app .btn > .fas:not(.d-inline),
#app .btn > .far:not(.d-inline),
#app .btn > .fab:not(.d-inline) {
	vertical-align: middle;
}
#app .btn.fas {
	font-weight: 900;
}

#app i.fa:not(.d-inline),
#app i.fas:not(.d-inline),
#app i.far:not(.d-inline),
#app i.fab:not(.d-inline) {
	min-width: 1em;
	min-height: 1em;
	text-align: center;
}

#app form {
	display: flex;
	flex-direction: column;
}
#app form legend {
	font-family: var(--hlx-ff-head);
	color: var(--hlx-secondary);
}
#app form legend.d-inline {
	width: auto;
}
/* #app form input[type="password"] {
	-webkit-text-security: square;
	font-size: var(--hlx-fs-lg);
	height: unset;
	line-height: 1;
} */
#app form input[type="number"].spinner {
	-moz-appearance: textfield;
	text-align: center;
}
#app form input::-webkit-outer-spin-button,
#app form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#app form option {
	font-weight: var(--bs-body-font-weight);
}
#app form .disabled,
#app form :disabled {
	cursor: not-allowed;
}
#app form option.disabled,
#app form option:disabled {
	color: var(--hlx-grey-500);
}
#app form .dropdown-item.disabled,
#app form .dropdown-item:disabled {
	color: var(--hlx-grey-500);
}
#app form [readonly] {
	color: var(--hlx-grey);
}
#app form .form-group {
	margin-bottom: 0;
	width: 100%;
}
#app form .form-group.d-inline,
#app form .form-group.d-inline-block {
	width: auto;
}
#app form .form-group .form-group-label {
	margin-bottom: 0;
}
#app form .form-group > .form-group-before + .form-label-pad {
	display: none;
}
#app form .form-group .btn-group {
	width: 100%;
}
#app form .form-group .input-group {
	width: 100%;
}
#app form .form-group ~ .form-group {
	/* margin-top: var(--hlx-sp-6); */
}
#app form .form-control-file {
	min-height: calc(1.5 * 1rem + 2 * 0.375rem + 2px);
	padding: 0;
}
#app form .form-control-file::file-selector-button {
	height: 100%;
	border-style: solid;
	border-color: transparent var(--bs-border-color) transparent transparent;
	outline: none;
	box-shadow: none;
	border-width: 0 1px 0 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: .5em;
	min-width: calc(2px + 2.25rem);
	padding: .375em .5em;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	color: var(--hlx-grey-700);
}
#app form .form-control[type="color"] {
	min-height: calc(1.5 * 1rem + 2 * 0.375rem + 2px);
}

#app form .input-set {
	position: relative;
}
#app form .input-set:before {
	content: '';
	display: block;
	position: absolute;
	right: -3%;
	width: 2px;
	top: 0.4rem;
	bottom: 1rem;
	background: var(--hlx-grey-500);
}
#app form .input-set .input-set-prefix {
	display: block;
	width: 2rem;
	height: 2rem;

	position: absolute;
	left: 104%;
	top: 50%;
	color: var(--hlx-grey-500);
	text-align: left;
	line-height: 2rem;
	margin-top: -1.7rem;
}
#app form .input-set:focus-within:before {
	background: var(--hlx-primary);
}
#app form .input-set:focus-within .input-set-prefix {
	color: var(--hlx-primary);
}

#app form .input-group {
}
#app form .input-group.row {
	width: auto;
}
#app form .input-group-sm > .custom-select,
#app form .input-group-sm > .form-control:not(textarea) {
	height: calc(1.5rem + .5rem + 2px);
}

#app .service-wrap {
	position: relative;
}
#app .service {
	position: relative;
}
#app .service.loading {
	filter: blur(1rem);
	opacity: 0.5;
	pointer-events: none;
}
#app .service-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: calc(-1/2 * var(--bs-spinner-width)) 0 0 calc(-1/2 * var(--bs-spinner-width));
	opacity: 0;
	pointer-events: none;
}
#app .service.loading + .service-loader {
	opacity: 1;
}
#app .service-alerts {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#app .service-alerts .btn-link {
	border-top-width: 0;
	border-bottom-width: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#app .service-steps {
}
#app .service-steps .service-step {
	display: flex;
	flex-basis: 25%;
	flex-shrink: 1;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}
#app .service-steps .service-step:before {
	content: '';
	height: 4px;
	position: absolute;
	top: 2.5rem;
	left: 0;
	right: 0;
	margin-top: -2px;
	z-index: 1;
	background-color: var(--hlx-grey-300);
}
#app .service-steps .service-step.active:before {
	background-color: var(--hlx-primary);
}
#app .service-steps .service-step:first-child:before {
	left: 50%;
}
#app .service-steps .service-step:last-child:before {
	right: 50%;
}
#app .service-steps .service-step .service-step-icon {
	width: 5rem;
	height: 5rem;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	color: var(--hlx-white);
	background-color: var(--hlx-grey-300);
}
#app .service-steps .service-step.active .service-step-icon {
	color: var(--hlx-white);
	background-color: var(--hlx-primary);
}
#app .service-steps .service-step .service-step-icon > i {
	font-size: 2rem;
	text-align: center;
}
#app .service-steps .service-step .service-step-label {
	position: relative;
	z-index: 3;
	flex-basis: 100%;
	flex-shrink: 0;
	font-weight: bold;
	text-align: center;
	color: var(--hlx-grey-300);
}
#app .service-steps .service-step.active .service-step-label {
	color: var(--hlx-primary);
}

#app .main-item .hlx-title-gradient {
	background: -webkit-linear-gradient(var(--bs-primary-text-emphasis), var(--hlx-primary));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#app #app-main .type-page .main-item-content h1:not([class]),
#app #app-main .type-post .main-item-content h1:not([class]),
#app #app-main .type-case-study .main-item-content h1:not([class]),
#app #app-main .type-page .main-item-content h2:not([class]),
#app #app-main .type-post .main-item-content h2:not([class]),
#app #app-main .type-case-study .main-item-content h2:not([class]),
#app #app-main .type-page .main-item-content h3:not([class]),
#app #app-main .type-post .main-item-content h3:not([class]),
#app #app-main .type-case-study .main-item-content h3:not([class]),
#app #app-main .type-page .main-item-content h4:not([class]),
#app #app-main .type-post .main-item-content h4:not([class]),
#app #app-main .type-case-study .main-item-content h4:not([class]),
#app #app-main .type-page .main-item-content h5:not([class]),
#app #app-main .type-post .main-item-content h5:not([class]),
#app #app-main .type-case-study .main-item-content h5:not([class]),
#app #app-main .type-page .main-item-content h6:not([class]),
#app #app-main .type-post .main-item-content h6:not([class]),
#app #app-main .type-case-study .main-item-content h6:not([class]) {
	color: var(--bs-heading-color);
}



#app #contact-map {
	height: 30rem !important;
}
#app #contact-map,
#app #contact-map * {
	transition: none !important;
}

#app #wp-link-wrap #link-selector #wplink-link-existing-content,
#app #wp-link-wrap #link-selector #search-panel {
	display: none !important;
	pointer-events: none !important;
}
#app #sm-links-navigation .menu {
	display: flex;
	flex-flow: row nowrap;
}
#app #sm-links-navigation .menu:before,
#app #sm-links-navigation .menu:after {
	content: none;
}
#app #sm-links-navigation .menu-item {
	flex-grow: 1;
	margin-left: var(--bs-border-width);
	margin-right: var(--bs-border-width);
}
#app #sm-links-navigation .menu-item:first-child a {
	border-radius: var(--bs-border-radius-sm) 0 0 var(--bs-border-radius-sm);
}
#app #sm-links-navigation .menu-item:last-child a {
	border-radius: 0 var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0;
}
#app #sm-links-navigation .menu-item a,
#app #sm-links-navigation .menu-item a:visited {
	display: block;
	text-align: center;
	color: var(--bs-primary-text-emphasis);
	background-color: var(--hlx-grey-100);
	box-shadow: inset 0 -2px 0 #00000033;
}
#app #sm-links-navigation .menu-item a > span {
	width: var(--hlx-fs-lg);
	height: var(--hlx-fs-lg);
	color: var(--bs-primary-text-emphasis);
}
#app #sm-links-navigation .menu-item a:hover,
#app #sm-links-navigation .menu-item a:focus,
#app #sm-links-navigation .menu-item a:active {
	color: var(--bs-primary-text-emphasis);
	background-color: var(--hlx-dark);
}

#app a.wp-caption {
	color: var(--hlx-secondary);
}

#app a.wp-caption:focus,
#app a.wp-caption:hover,
#app a.wp-caption:active {
	color: var(--hlx-secondary);
	text-decoration: none !important;
}

#app .service-row {

}
#app .service-row .col-6 {
	padding-top: var(--bs-gutter-x);
}

#app .service-card {
	transition: var(--hlx-tf-1);
	/* cursor: pointer; */
	overflow: hidden;
}
#app .service-card > .row {
	align-items: stretch;
}
#app .service-card .card-body {
	/* padding-left: 0; */
}
#app .service-card .card-img-wrap {
	padding: var(--hlx-sp-6) var(--hlx-sp-6);
	/* padding-right: 0; */
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
	display: flex;
	align-items: center;
}
#app .service-card .card-img {
}
#app .service-card .card-img-overlay {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	mix-blend-mode: screen;
	border-radius: var(--bs-border-radius);
}
#app .service-card.service-group-1 .card-img-overlay {
	/* background: linear-gradient(to bottom, var(--bs-red), var(--bs-orange)); */
	background: linear-gradient(to bottom, var(--bs-red), var(--bs-orange));
}
#app .service-card.service-group-2 .card-img-overlay {
	/* background: linear-gradient(to bottom, var(--bs-green), var(--bs-yellow)); */
	background: linear-gradient(to bottom, var(--bs-green), var(--bs-teal));
}
#app .service-card.service-group-3 .card-img-overlay {
	/* background: linear-gradient(to bottom, var(--bs-pink), var(--bs-cyan)); */
	background: linear-gradient(to bottom, var(--bs-purple), var(--bs-blue));
}
#app .service-card .card-title {
	font-family: var(--hlx-ff-body);
	line-height: var(--hlx-lh-sm);
}
#app .service-card .card-text {
	font-size: var(--hlx-fs-sm);
	line-height: var(--hlx-lh-md);
}

#app .feature-card {
	border: 0;
}
#app .feature-card .card-img-wrap {
	text-align: center;
	padding: 0;
}
#app .feature-card .card-header,
#app .feature-card .card-footer {
	border: 0 !important;
	background: unset !important;
}
#app .feature-card .card-img-wrap.card-header {
	padding-bottom: var(--bs-card-spacer-x);
}
#app .feature-card .card-img-wrap.card-footer {
	padding-top: var(--bs-card-spacer-x);
}
#app .feature-card > .row {
	flex-wrap: nowrap;
}
#app .feature-card > .row .card-img-wrap:first-child {
	padding-right: var(--bs-card-spacer-x);
}
#app .feature-card > .row .card-img-wrap:last-child {
	padding-left: var(--bs-card-spacer-x);
}
#app .feature-card .card-img {
	position: relative;
	width: 3.5rem;
	max-width: none;
}
@media (min-width: 992px) {
	#app .feature-card .card-img {
		width: 5rem;
	}
}
#app .feature-card .card-body {
	padding: 0;
}

#app :nth-child(1) > .feature-card { --x: 1; }
#app :nth-child(2) > .feature-card { --x: 2; }
#app :nth-child(3) > .feature-card { --x: 3; }
#app :nth-child(4) > .feature-card { --x: 4; }
#app :nth-child(5) > .feature-card { --x: 5; }
#app :nth-child(6) > .feature-card { --x: 6; }

#app .feature-card .card-body strong,
#app .feature-card .card-body h1,
#app .feature-card .card-body h2,
#app .feature-card .card-body h3,
#app .feature-card .card-body h4,
#app .feature-card .card-body h5,
#app .feature-card .card-body h6 {
	background: linear-gradient(to right, var(--bs-red) 0%, var(--bs-red) 70%, var(--bs-yellow) 79%, var(--bs-red) 80%, var(--bs-red) 100%) 0 0 / 1000% 100%;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
#app .section.active .feature-card .card-body strong,
#app .section.active .feature-card .card-body h1,
#app .section.active .feature-card .card-body h2,
#app .section.active .feature-card .card-body h3,
#app .section.active .feature-card .card-body h4,
#app .section.active .feature-card .card-body h5,
#app .section.active .feature-card .card-body h6 {
	animation-name: move-bg;
	animation-duration: 10s;
	animation-delay: calc(var(--x) * 2s);
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
}

#app .btn-team-modal {
	background: none;
	border: 0;
	color: var(--hlx-primary);
	padding: 0 !important;
	position: relative;
}
#app .btn-team-modal > * {
	/* padding: var(--hlx-sp-3) var(--hlx-sp-6); */
	margin: 0;
}
#app .btn-team-modal > *:has(img:first-child:last-child) {
	/* padding: 0; */
}
#app .btn-team-modal img {
	/* border-radius: var(--bs-border-radius); */
	border-radius: 50%;
	border-width: var(--hlx-sp-3);
	border-color: var(--hlx-white);
	border-style: solid;
	transition: var(--hlx-tf-2);
	transition-timing-function: cubic-bezier(1.00, 0.00, 0.50, 1.00);
}
#app .btn-team-modal:hover img,
#app .btn-team-modal:active img {
	border-color: var(--hlx-primary);
	border-width: var(--hlx-sp-6);
	transform: scale(1.2, 1.2);
}

#app .btn-hint {
	--hlx-btn-hint-border-size: 0.75rem;
	--hlx-btn-hint-border-color: rgba(from var(--hlx-grey) r g b / 0.5);
	--hlx-btn-hint-dot-size: 0.75rem;
	--hlx-btn-hint-dot-color: var(--hlx-white);
	position: relative;
	margin: 0;
	border: var(--hlx-btn-hint-border-size) solid var(--hlx-btn-hint-border-color);
	border-radius: var(--hlx-btn-hint-border-size);
	padding: 0;
}
#app .btn-hint:hover,
#app .btn-hint:active,
#app .btn-hint:focus {
	border: var(--hlx-btn-hint-border-size) solid var(--hlx-btn-hint-border-color);
}
#app .btn-hint:before,
#app .btn-hint:after,
#app .btn-hint > span {
	content: '';
	display: block;
	width: var(--hlx-btn-hint-dot-size);
	height: var(--hlx-btn-hint-dot-size);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: var(--hlx-btn-hint-dot-size);
	background-color: var(--hlx-btn-hint-dot-color);
	margin: calc(-1/2 * var(--hlx-btn-hint-dot-size)) 0 0 calc(-1/2 * var(--hlx-btn-hint-dot-size));
}
#app .btn-hint-scroll {
	height: 4rem;
}
#app .btn-hint-scroll:before {
	display: none;
}
#app .btn-hint-scroll:after {
	display: none;
}
#app .btn-hint-scroll > span {
	top: 100%;
	animation: btn-hint-slide 2s infinite ease-in-out;
}

#app .btn-hint-click {
	width: 4rem;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 -0.5rem -2rem;
}
#app .btn-hint-click:before {
	left: 0%;
	animation: btn-hint-pop 1s infinite ease-out 0s;
}
#app .btn-hint-click:after {
	left: 100%;
	animation: btn-hint-pop 1s infinite ease-out 0.5s;
}
#app .btn-hint-click > span {
	left: 50%;
	animation: btn-hint-pop 1s infinite ease-out 0.25s;
}

#app .btn-team-modal .btn-hint-click {
	opacity: 0;
	pointer-events: none;
	animation: btn-team-modal-hint 50s infinite linear;
}

#app .section .item:nth-child(1) .btn-team-modal .btn-hint-click {
	animation-delay: 7.5s;
}
#app .section .item:nth-child(2) .btn-team-modal .btn-hint-click {
	animation-delay: 15s;
}
#app .section .item:nth-child(3) .btn-team-modal .btn-hint-click {
	animation-delay: 22.5s;
}
#app .section .item:nth-child(4) .btn-team-modal .btn-hint-click {
	animation-delay: 30s;
}
#app .section .item:nth-child(5) .btn-team-modal .btn-hint-click {
	animation-delay: 37.5s;
}
#app .section .item:nth-child(6) .btn-team-modal .btn-hint-click {
	animation-delay: 45s;
}
#app .section .item:nth-child(7) .btn-team-modal .btn-hint-click {
	animation-delay: 52.5s;
}
#app .section .item:nth-child(8) .btn-team-modal .btn-hint-click {
	animation-delay: 60s;
}
#app .section .item:nth-child(9) .btn-team-modal .btn-hint-click {
	animation-delay: 67.5s;
}

@keyframes move-bg {
	to {
		background-position: -100% 0;
	}
}
@keyframes btn-hint-slide {
	0% {
		top: 100%;
		opacity: 0.5;
	}
	25% {
		top: 0%;
		opacity: 1;
	}
	50% {
		top: 0%;
		opacity: 1;
	}
	75% {
		top: 0%;
		opacity: 0;
	}
	100% {
		top: 0%;
		opacity: 0;
	}
}
@keyframes btn-hint-pop {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0.5;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes btn-team-modal-hint {
	0% {
		opacity: 1;
	}
	6% {
		opacity: 1;
	}
	8% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.grecaptcha-badge {
	z-index: 99991 !important;
}

#qlwapp.qlwapp-middle-left,
#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
	z-index: 99992 !important;
}

.fancybox-container {
	overflow-y: scroll;
}
.fancybox-bg {
	background-color: var(--bs-secondary-text-emphasis);
}
.fancybox-is-open .fancybox-bg {
	opacity: var(--hlx-op-4);
}
.fancybox-container.hlx-loader .fancybox-content {
	display: none !important;
}
.fancybox-loading {
	border: 0 none transparent;
	background: conic-gradient(var(--hlx-primary), var(--hlx-white));
	-webkit-mask: radial-gradient(transparent 49%, #fff 50%);
	mask: radial-gradient(transparent 49%, #fff 50%);
	opacity: 1 !important;
}
.fancybox-container #app {
	width: calc(100% - 2 * var(--hlx-sp-4));
	padding: 0;
}
.fancybox-container .app>.block {
	margin: var(--hlx-sp-6);
}
.fancybox-container .app>.block.content {
	margin: 0;
}

#copyright a {
	white-space: nowrap;
}

.features {
}
.features.row {
	align-items: center;
	justify-content: center;
	margin-top: 0;
}
.features.row [class~="col"],
.features.row [class$=" col"],
.features.row [class^="col "],
.features.row [class^="col-"],
.features.row [class*=" col "],
.features.row [class*=" col-"] {
	margin: 0;
}

.features .features-content.accordion {
	--bs-accordion-btn-color: var(--hlx-secondary);
	--bs-accordion-bg: transparent;
	--bs-accordion-active-color: var(--hlx-secondary);
	--bs-accordion-active-bg: transparent;
	/* margin-bottom: var(--hlx-sp-6); */
}
.features .features-content.accordion .accordion-item {
	border-bottom-color: rgba(from var(--hlx-grey) r g b / var(--hlx-op-2));
	border-width: 0 0 1px 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.features .features-content.accordion .accordion-item:last-child {
	border-width: 0;
}
.features .features-content.accordion .accordion-button {
	font-size: var(--hlx-fs-md);
	text-transform: uppercase;
	font-weight: var(--hlx-fw-medium);
	justify-content: space-between;
}
.features .features-content.accordion .accordion-button::after {
	margin-left: 1ch;
	border-color: var(--hlx-secondary);
	opacity: var(--hlx-op-4);
}
.features .features-content.accordion .accordion-button:not(.collapsed) {
	box-shadow: none;
}
.features .features-content.accordion .accordion-body {
	font-weight: var(--hlx-fw-regular);
	font-size: 0.8rem;
}

.features .features-content.color-white.accordion {
	--bs-accordion-color: var(--hlx-white);
	--bs-accordion-btn-color: var(--hlx-white);
	--bs-accordion-active-color: var(--hlx-white);
}
.features .features-content.color-white.accordion .accordion-item {
	border-bottom-color: rgba(from var(--hlx-white) r g b / var(--hlx-op-3));
}
.features .features-content.color-white.accordion .accordion-button::after {
	filter: invert(100%);
	opacity: 1;
}


.features .features-images {
	position: relative;
}
.features .features-images .feature-images {
	position: absolute;
	z-index: 1;
	top: 0;
}
.features .features-images .feature-images.active {
	position: relative;
	z-index: 2;
}
.features .features-images .feature-images br {
	display: none !important;
}
.features .features-images .feature-images a,
.features .features-images .feature-images img,
.features .features-images .feature-images picture {
	display: block;
}
.features .features-images .feature-images a {
	pointer-events: none;
}
.features .features-images .feature-images.active a {
	pointer-events: all;
}
.features .features-images .feature-images a img {
	width: 100%;
	height: auto;
	opacity: 0;
	transform: scale(0.5, 0.5);
	transition: all var(--hlx-tf-2);
}
.features .features-images .feature-images.active a img {
	opacity: 1;
	transform: scale(1, 1);
}
.features .features-images .feature-images img[src$=".svg" i] {
	width: 100%;
	height: auto;
	opacity: 0;
	transform: translate(0, 5rem);
	transition: all var(--hlx-tf-2);
	transition-delay: 0s;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	pointer-events: none;
}
.features .features-images .feature-images.active img[src$=".svg" i] {
	transform: translate(0, 0);
	opacity: 1;
	transition-delay: 0.75s;
}

.features .feature-map.pt-1,
.features .feature-map.pt-2,
.features .feature-map.pb-1,
.features .feature-map.pb-2 {
	padding: 0 !important;
}
.features .feature-map .feature-person .feature-person-title {
	display: none;
}
.features .feature-map .feature-person > p {
	margin: 0;
}
.features .feature-map .feature-person > img,
.features .feature-map .feature-person > p > img {
	display: none;
}
.features .feature-map .feature-person .feature-point {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 var(--hlx-sp-4);
}
.features .feature-map .feature-person .feature-point img {
	width: var(--hlx-sp-9);
	height: auto;
	border-radius: var(--bs-border-radius-sm);
	vertical-align: top;
	margin-right: var(--hlx-sp-4);
}
.features .feature-map .feature-person .feature-point .feature-point-title {
	font-size: var(--hlx-fs-lg);
	flex-basis: 100%;
	text-align: left;
}
@media (min-width: 992px) {
	.features .feature-map {
		display: flex;
		position: relative;
		justify-content: space-around;
		align-items: center;
		--fm-sp: 3rem;
		--fm-si: 1.2rem;
		--fm-px: 0rem;
		--fm-py: 0rem;
		--fm-td: 0.1s;
		padding-left: calc(1 * var(--fm-sp));
		padding-right: calc(1 * var(--fm-sp));
	}
	.features .feature-map.pt-1 {
		padding-top: calc(2.75 * var(--fm-sp)) !important;
	}
	.features .feature-map.pt-2 {
		padding-top: calc(4.5 * var(--fm-sp)) !important;
	}
	.features .feature-map.pb-1 {
		padding-bottom: calc(2.75 * var(--fm-sp)) !important;
	}
	.features .feature-map.pb-2 {
		padding-bottom: calc(4.5 * var(--fm-sp)) !important;
	}

	.features .feature-map:after {
		content: '';
		width: 0;
		height: 0;
		opacity: 0;
		position: absolute;
		top: calc(2 * var(--fm-si));
		left: 0;
		border-bottom: 1px dashed var(--hlx-secondary);
		transition: all 1s ease-out;
	}
	.features .feature-map.pt-1:after {
		top: calc(2.75 * var(--fm-sp) + 2 * var(--fm-si));
	}
	.features .feature-map.pt-2:after {
		top: calc(4.5 * var(--fm-sp) + 2 * var(--fm-si));
	}
	.section.show.active .features .feature-map:after {
		width: 100%;
		opacity: 1;
	}
	.features .feature-map .feature-person {
		position: relative;
		z-index: 2;
		padding: 0 calc(var(--fm-sp) / 2);
	}
	.features .feature-map .feature-person .feature-person-title {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		font-size: var(--hlx-fs-xs);
		color: var(--hlx-grey);
		text-align: center;
		padding: var(--hlx-sp-4) 0;
		opacity: 0;
		transition: all 0.25s ease-out;
		transition-delay: calc(var(--fm-td) + 0.5s);
	}
	.section.show.active .features .feature-map .feature-person .feature-person-title {
		opacity: 1;
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-person-title {
		top: 100%;
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-person-title {
		bottom: 100%;
	}
	.features .feature-map .feature-person:nth-child(1) {
		--fm-td: 0.10s;
	}
	.features .feature-map .feature-person:nth-child(2) {
		--fm-td: 0.21s;
	}
	.features .feature-map .feature-person:nth-child(3) {
		--fm-td: 0.33s;
	}
	.features .feature-map .feature-person:nth-child(4) {
		--fm-td: 0.46s;
	}
	.features .feature-map .feature-person:nth-child(5) {
		--fm-td: 0.60s;
	}
	.features .feature-map .feature-person:nth-child(6) {
		--fm-td: 0.75s;
	}
	.features .feature-map .feature-person:nth-child(7) {
		--fm-td: 0.91s;
	}
	.features .feature-map .feature-person:nth-child(8) {
		--fm-td: 1.08s;
	}
	.features .feature-map .feature-person:nth-child(9) {
		--fm-td: 1.26s;
	}
	.features .feature-map .feature-person > img,
	.features .feature-map .feature-person > p > img {
		display: block;
		position: relative;
		width: 0;
		height: 0;
		opacity: 0;
		border-radius: 50%;
		z-index: 10;
		transition: all 0.25s ease-out var(--fm-td);
	}
	.section.show.active .feature-map .feature-person > img,
	.section.show.active .feature-map .feature-person > p > img {
		width: calc(4 * var(--fm-si));
		height: auto;
		opacity: 1;
	}
	.features .feature-map.color-red .feature-person > img,
	.features .feature-map.color-red .feature-person > p > img {
		background-image: linear-gradient(to bottom left, var(--hlx-orange), var(--hlx-danger));
	}
	.features .feature-map.color-green .feature-person > img,
	.features .feature-map.color-green .feature-person > p > img {
		background-image: linear-gradient(to bottom left, var(--hlx-green), var(--hlx-success));
	}
	.features .feature-map.color-blue .feature-person > img,
	.features .feature-map.color-blue .feature-person > p > img {
		background-image: linear-gradient(to bottom left, var(--hlx-blue), var(--hlx-info));
	}
	.features .feature-map .feature-person .feature-joint {
		--fm-tdx: calc(var(--fm-td) + 0.5s);
		position: absolute;
		left: 50%;
		transform: translate(calc(-50% + var(--fm-px)), var(--fm-py));
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-joint {
		bottom: 100%;
		--fm-py: calc(-1 * var(--fm-sp) - var(--fm-si));
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-joint {
		top: 100%;
		--fm-py: calc(1 * var(--fm-sp) + var(--fm-si));
	}
	.features .feature-map .feature-person .feature-joint:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0;
		border-radius: 50%;
		border: 1px dashed var(--hlx-secondary);
		z-index: 2;
		background: var(--hlx-white);
		transform: translate(-50%, -50%);
		transition: all 0.25s ease-out;
		transition-delay: calc(var(--fm-tdx) + 0.75s);
	}
	.section.show.active .features .feature-map .feature-person .feature-joint:before {
		width: 1rem;
		height: 1rem;
		opacity: 1;
	}
	.features .feature-map .feature-person .feature-joint:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		opacity: 0;
		position: absolute;
		left: 50%;
		right: 50%;
		border-style: dashed;
		border-color: var(--hlx-secondary);
		border-width: 0 0 0 1px;
		z-index: 1;
		transition: all 0.25s ease-out;
		transition-delay: calc(var(--fm-tdx) + 0.5s);
	}
	.section.show.active .features .feature-map .feature-person .feature-joint:after {
		height: calc(var(--fm-sp) + var(--fm-si));
		opacity: 1;
	}
	.features .feature-map .feature-person .feature-point + .feature-joint:before,
	.features .feature-map .feature-person .feature-point + .feature-joint:after {
		content: none;
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-joint:after {
		bottom: calc(-1 * var(--fm-sp) - var(--fm-si));
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-joint:after {
		top: calc(-1 * var(--fm-sp) - var(--fm-si));
	}

	.features .feature-map .feature-person .feature-point {
		--fm-tdx: calc(var(--fm-td) + 0.5s);
		display: flex;
		flex-direction: column;
		position: absolute;
		color: var(--hlx-secondary);
		cursor: pointer;
		white-space: nowrap;
		text-align: center;
		left: 50%;
		transform: translate(calc(-50% + var(--fm-px)), var(--fm-py));
		z-index: 1;
		margin: 0;
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-point {
		bottom: 100%;
		--fm-py: calc(-1 * var(--fm-sp));
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-point {
		top: 100%;
		--fm-py: calc(1 * var(--fm-sp));
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-joint .feature-point {
		--fm-py: calc(-1 * var(--fm-sp) - var(--fm-si));
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-joint .feature-point {
		--fm-py: calc(1 * var(--fm-sp) + var(--fm-si));
	}
	.features .feature-map .feature-person .feature-joint .feature-point:first-child:not(:last-child) {
		--fm-px: calc(-2.4 * var(--fm-sp));
	}
	.features .feature-map .feature-person .feature-joint .feature-point:last-child:not(:first-child) {
		--fm-px: calc(2.4 * var(--fm-sp));
	}
	.features .feature-map .feature-person .feature-point:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		opacity: 0;
		position: absolute;
		left: 50%;
		right: 50%;
		border-style: dashed;
		border-color: var(--hlx-secondary);
		border-width: 0 0 0 1px;
		z-index: 1;
		transition: all 0.25s ease-out calc(var(--fm-tdx) + 0.5s);
	}
	.section.show.active .features .feature-map .feature-person .feature-point:after {
		height: calc(var(--fm-sp) + var(--fm-si));
		opacity: 1;
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-point:after {
		bottom: calc(-1 * var(--fm-sp) - var(--fm-si));
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-point:after {
		top: calc(-1 * var(--fm-sp) - var(--fm-si));
	}
	.features .feature-map .feature-person .feature-joint .feature-point {
		--fm-tdx: calc(var(--fm-td) + 1s);
	}
	.features .feature-map .feature-person .feature-joint .feature-point:first-child:not(:last-child):after,
	.features .feature-map .feature-person .feature-joint .feature-point:last-child:not(:first-child):after {
		transition: opacity 0.25s ease-in-out calc(var(--fm-tdx) + 0.5s), width 0.125s ease-in calc(var(--fm-tdx) + 0.5s), height 0.125s ease-out calc(var(--fm-tdx) + 0.625s);
	}
	.section.show.active .features .feature-map .feature-person .feature-joint .feature-point:first-child:not(:last-child):after,
	.section.show.active .features .feature-map .feature-person .feature-joint .feature-point:last-child:not(:first-child):after {
		width: abs(var(--fm-px));
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-joint .feature-point:first-child:not(:last-child):after {
		left: unset;
		right: calc(50% - abs(var(--fm-px)));
		border-width: 0 0 1px 1px;
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-joint .feature-point:last-child:not(:first-child):after {
		left: calc(50% - abs(var(--fm-px)));
		right: unset;
		border-width: 0 1px 1px 0;
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-joint .feature-point:first-child:not(:last-child):after {
		left: unset;
		right: calc(50% - abs(var(--fm-px)));
		border-width: 1px 0 0 1px;
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-joint .feature-point:last-child:not(:first-child):after {
		left: calc(50% - abs(var(--fm-px)));
		right: unset;
		border-width: 1px 1px 0 0;
	}
	.features .feature-map .feature-person .feature-point img {
		display: block;
		position: relative;
		z-index: 10;
		border-radius: var(--hlx-sp-3);
		width: calc(2 * var(--fm-si));
		height: calc(2 * var(--fm-si));
		margin: 0 auto;
		opacity: 0;
		transition: all 0.25s ease-out calc(var(--fm-tdx) + 0.75s);
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-point img {
		order: 2;
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-point img {
		order: 1;
	}
	.section.show.active .features .feature-map .feature-person .feature-point img {
		width: calc(2 * var(--fm-si));
		height: calc(2 * var(--fm-si));
		opacity: 1;
	}
	.features .feature-map .feature-person .feature-point .feature-point-title {
		display: block;
		opacity: 0;
		transition: all 0.25s ease-out calc(var(--fm-tdx) + 1s);
		padding: 0;
		font-size: var(--hlx-fs-md);
	}
	.section.show.active .features .feature-map .feature-person .feature-point .feature-point-title {
		opacity: 1;
	}
	.features .feature-map .feature-person:nth-child(2n) .feature-point .feature-point-title {
		order: 1;
	}
	.features .feature-map .feature-person:nth-child(2n+1) .feature-point .feature-point-title {
		order: 2;
	}
}

@property --c {
	syntax: '<integer>';
	initial-value: 0;
	inherits: false;
}
@keyframes counterAnimate {
	from { --c: var(--c-from); }
	to { --c: var(--c-to); }
}

.counter {
	position: relative;
	--c: var(--c-from);
	transition: --c var(--c-t) ease-out var(--c-d);
	counter-reset: num var(--c);
}
/* .section:not(.collapse).active .counter,
.section.collapse.show .counter { */
#app-main.sectioned .section.active .counter {
	--c: var(--c-to);
}
#app-main:not(.sectioned) .counter {
	animation-name: counterAnimate;
	animation-duration: var(--c-t);
	animation-timing-function: ease-out;
	animation-delay: var(--c-d);
	animation-fill-mode: forwards;
}
.counter > span {
	opacity: 0;
	position: absolute;
}
.counter:after {
	content: counter(num);
}

.gradient-red {
	background-image: linear-gradient(to bottom, var(--hlx-orange), var(--hlx-primary));
}
.gradient-green {
	background-image: linear-gradient(to bottom, var(--hlx-green), var(--hlx-success));
}
.gradient-blue {
	background-image: linear-gradient(to bottom, var(--hlx-blue), var(--hlx-info));
}
.rounded-tl {
	border-top-left-radius: var(--sec-radius);
}
.rounded-tr {
	border-top-right-radius: var(--sec-radius);
}
.rounded-br {
	border-bottom-right-radius: var(--sec-radius);
}
.rounded-bl {
	border-bottom-left-radius: var(--sec-radius);
}

.owl-carousel .owl-nav {
	margin-top: var(--hlx-sp-10);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: white;
	background: #0006;
	margin: 0 0.5rem 0 0;
}
.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.owl-carousel button.owl-dot {

}

.section-nav .btn:not(.collapsed) {
	pointer-events: none;
	color: var(--hlx-white);
	background: var(--hlx-secondary);
}

.links-white * {
	--bs-link-color: var(--hlx-white);
	--bs-link-hover-color: var(--hlx-light);
}


/* #app #app-main.sectioned .section.collapse {
	display: block !important;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
 */

.text-fancy-1,
.text-fancy-2,
.text-fancy-3 {
	display: inline-block;
	background-size: cover;
	background-clip: text;
	color: transparent;
}
.text-fancy-1 {
	background-image: var(--hlx-text-fancy-1-image);
	background-position: var(--hlx-text-fancy-1-position);
}
.text-fancy-2 {
	background-image: var(--hlx-text-fancy-2-image);
	background-position: var(--hlx-text-fancy-2-position);
}
.text-fancy-3 {
	background-image: var(--hlx-text-fancy-3-image);
	background-position: var(--hlx-text-fancy-3-position);
}
.bg-fancy-1 {
	background-image: var(--hlx-bg-fancy-1-image);
	background-size: var(--hlx-bg-fancy-1-size);
	background-position: var(--hlx-bg-fancy-1-position);
	background-repeat: var(--hlx-bg-fancy-1-repeat);
}

.mh-100 {
	min-height: 100%;
}
.mw-100 {
	min-width: 100%;
}

:root {
	--hlx-fs-rem: 16px !important;
}
@media (min-width: 768px) {
	:root {
		--hlx-fs-rem: 18px !important;
	}
}
@media (min-width: 992px) {
	:root {
		--hlx-fs-rem: 20px !important;
	}
	#app #app-header-navbar {
		background: #fffc;
	}
}

#app #form-contact .form-check-label a {
	--bs-link-decoration: underline;
}