/*! eclat-theme-assets v1.0.0 | (c) 2026 Kirill Miniaev | MIT License */
/**
    __ __                                 
   / //_/____ _ _____ __  __ ____   ____ _
  / ,<  / __ `// ___// / / // __ \ / __ `/
 / /| |/ /_/ // /   / /_/ // / / // /_/ / 
/_/ |_|\__,_//_/    \__,_//_/ /_/ \__,_/  

**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

:root {
	--c-red: #ed1553;
	--c-orange: #ff6f00;
	--c-blue-d:	#051935;
	--c-blue:	#223065;
	--c-teal: #58bbca;
	--c-lavender:	#bdd6ff;
	--c-gray-xd:	#132230;
	--c-gray-d: #0d2747;
	--c-gray-m: #5f8096;
	--c-gray-l:	#cdd6e0;
	--font-b: area-variable, sans-serif;
	--font-h:	termina, sans-serif;
	--h1: 3rem;
	--h2: 2rem;
	--h3: 1.8rem;
	--h4: 1.7rem;
	--h5: 1.6rem;
	--h6: 1.5rem;
	--wrap-width: 1380px;
}

@media screen and (min-width: 768px) {
	:root {
		--h1: 5.6rem;
		--h2: 4rem;
		--h3: 3rem;
		--h4: 1.9rem;
		--h5: 1.7rem;
		--h6: 1.5rem;
	}
}
html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	box-sizing: border-box;
	font-family: var(--font-b);
	font-size: 1.4rem;
	color: #000;
	overflow-x: hidden;
	font-feature-settings: "salt";
	font-size: optical;
	overflow-x: clip;
}

@media screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}
*, *:before, *:after {
	box-sizing: inherit;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures contextual;
	font-variant-numeric: lining-nums;
	font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-h);
	font-weight: 700;
	color: var(--c-gray-xd);
}

h1 {
	font-size: var(--h1);
	line-height: 1.1;
	font-weight: 800;
}
h1 *, h1 a {
	line-height: 1.1;
}

.h1 {
	font-size: var(--h1) !important;
	line-height: 1.1 !important;
	font-weight: 800 !important;
}

h2 {
	font-size: var(--h2);
	line-height: 1.1;
	font-weight: 800;
}
h2 *, h2 a {
	line-height: 1.1;
}

.h2 {
	font-size: var(--h2) !important;
	line-height: 1.1 !important;
	font-weight: 800 !important;
}

h3 {
	font-size: var(--h3);
	line-height: 1.3;
}
h3 *, h3 a {
	line-height: 1.3;
}

.h3 {
	font-size: var(--h3) !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
}

h4 {
	font-size: var(--h4);
	line-height: 1.3;
}
h4 *, h4 a {
	line-height: 1.3;
}

.h4 {
	font-size: var(--h4) !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
}

h5 {
	font-size: var(--h5);
	line-height: 1.4;
}
h5 *, h5 a {
	line-height: 1.4;
}

.h5 {
	font-size: var(--h5) !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

h6 {
	font-size: var(--h6);
	line-height: 1.4;
}
h6 *, h6 a {
	line-height: 1.4;
}

.h6 {
	font-size: var(--h6) !important;
	line-height: 1.4 !important;
	font-weight: 700 !important;
}

div, span, p, a, ol, ul, li, dl, dd, dt, em, i, strong, b {
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: var(--c-teal);
	transition: color 250ms ease-in-out;
}
a:hover, a:focus {
	outline: none;
	border: 0;
	color: var(--c-teal-l);
}

input, textarea {
	outline: none;
	box-shadow: none;
	font-family: var(--font-b);
	padding: 8px 1rem;
}

input, textarea {
	-webkit-appearance: none;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

sup {
	font-size: 75%;
	position: relative;
	top: -4px;
}

sub {
	font-size: 75%;
	position: relative;
	bottom: -4px;
}

big {
	font-size: 130%;
}

small {
	font-size: 80%;
}

img {
	max-width: 100%;
	height: auto;
}

strong, b {
	font-weight: 700;
	font-weight: 700;
	font-variation-settings: "wght" 700;
	font-synthesis: none;
}

em, i {
	font-style: italic;
	font-style: italic;
	font-variation-settings: "ital" 1;
	font-variation-settings: "slnt" -10;
	font-synthesis: none;
}

strong em, strong i, b em, b i {
	font-weight: 700;
	font-style: italic;
	font-weight: 700;
	font-style: italic;
	font-variation-settings: "wght" 700, "ital" 1;
	font-variation-settings: "wght" 700, "slnt" -10;
	font-synthesis: none;
}

em strong, em b, i strong, i b {
	font-weight: 700;
	font-style: italic;
	font-weight: 700;
	font-style: italic;
	font-variation-settings: "wght" 700, "ital" 1;
	font-variation-settings: "wght" 700, "slnt" -10;
	font-synthesis: none;
}

.gform_validation_container {
	display: none !important;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.gform_ajax_spinner,
.spinner {
	display: inline-block;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-left-color: var(--c-teal);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	animation: spinner 1.2s linear infinite;
}

.gform_footer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

._wrapper {
	padding: 4rem 2rem;
}

@media screen and (min-width: 768px) {
	._wrapper {
		padding: 5rem 3rem;
	}
}
@media screen and (min-width: 1024px) {
	._wrapper {
		padding: 6rem 5rem;
	}
}
.-full {
	padding-left: 0;
	padding-right: 0;
}
.-full ._title {
	padding-left: 2rem;
	padding-right: 2rem;
}
.-full > ._wrapper {
	max-width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.-narrow > ._wrapper {
	width: 1000px;
}

._wrapper {
	display: flex;
	width: var(--wrap-width);
	max-width: 100%;
	margin: 0 auto;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	transition: padding 250ms ease-in-out;
}
._wrapper.-left {
	justify-content: flex-start;
}
._wrapper.-center {
	justify-content: center;
}
._wrapper.-right {
	justify-content: flex-end;
}
._wrapper.-space {
	justify-content: space-between;
}
._wrapper.-stretch-h {
	justify-content: stretch;
}
._wrapper.-top {
	align-items: flex-start;
}
._wrapper.-middle {
	align-items: center;
}
._wrapper.-bottom {
	align-items: flex-end;
}
._wrapper.-stretch-v {
	align-items: stretch;
}
._wrapper.-nopadding {
	padding: 0;
}
@media screen and (max-width: var(--wrap-width)40px) {
	._wrapper {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}

._row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
._row.-left {
	justify-content: flex-start;
}
._row.-center {
	justify-content: center;
}
._row.-right {
	justify-content: flex-end;
}
._row.-space {
	justify-content: space-between;
}
._row.-stretch-h {
	justify-content: stretch;
}
._row.-top {
	align-items: flex-start;
}
._row.-middle {
	align-items: center;
}
._row.-bottom {
	align-items: flex-end;
}
._row.-stretch-v {
	align-items: stretch;
}

._column {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	gap: 3rem;
}
._column.-left {
	justify-content: flex-start;
}
._column.-center {
	justify-content: center;
}
._column.-right {
	justify-content: flex-end;
}
._column.-space {
	justify-content: space-between;
}
._column.-stretch-h {
	justify-content: stretch;
}
._column.-top {
	align-items: flex-start;
}
._column.-middle {
	align-items: center;
}
._column.-bottom {
	align-items: flex-end;
}
._column.-stretch-v {
	align-items: stretch;
}
._column.-w-5 {
	width: calc(5% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-5 {
		width: 100%;
	}
}
._column.-w-10 {
	width: calc(10% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-10 {
		width: 100%;
	}
}
._column.-w-20 {
	width: calc(20% - 2rem);
}
@media screen and (max-width: 1024px) {
	._column.-w-20 {
		width: 25%;
	}
}
@media screen and (max-width: 840px) {
	._column.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	._column.-w-20 {
		width: 100%;
	}
}
._column.-w-25 {
	width: calc(25% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-25 {
		width: 100%;
	}
}
._column.-w-30 {
	width: calc(30% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-30 {
		width: 100%;
	}
}
._column.-w-33 {
	width: calc(33.333333% - 1rem);
}
@media screen and (max-width: 840px) {
	._column.-w-33 {
		width: 100%;
	}
}
._column.-w-40 {
	width: calc(40% - 2rem);
}
@media screen and (max-width: 1000px) {
	._column.-w-40 {
		width: 100%;
	}
}
._column.-w-45 {
	width: calc(45% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-45 {
		width: 100%;
	}
}
._column.-w-50 {
	width: calc(50% - 2rem);
}
._column.-w-50.-full {
	width: 50%;
}
@media screen and (max-width: 1000px) {
	._column.-w-50.-full {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	._column.-w-50 {
		width: 100%;
	}
}
._column.-w-55 {
	width: calc(55% - 2rem);
}
@media screen and (max-width: 1000px) {
	._column.-w-55 {
		width: 100%;
	}
}
._column.-w-60 {
	width: calc(60% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-60 {
		width: 100%;
	}
}
._column.-w-65 {
	width: calc(65% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-65 {
		width: 100%;
	}
}
._column.-w-70 {
	width: calc(70% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-70 {
		width: 100%;
	}
}
._column.-w-80 {
	width: calc(80% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-80 {
		width: 100%;
	}
}
._column.-w-100 {
	width: 100%;
}

._grid {
	display: grid;
	gap: 2rem;
}
._grid.-gap-md {
	gap: 5rem;
}
._grid.-col-2 {
	grid-template-columns: repeat(2, 1fr);
}
._grid.-col-3 {
	grid-template-columns: repeat(3, 1fr);
}
._grid.-col-4 {
	grid-template-columns: repeat(4, 1fr);
}

body {
	background-color: var(--c-blue-d);
}

/**
 * Header & Footer
 */
body > header {
	display: block;
	width: 100%;
	z-index: 999;
	position: relative;
}
body > header ._wrapper {
	padding-top: 3rem;
	padding-bottom: 0;
}
body > header ._preheader {
	background: linear-gradient(90deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14), rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
	position: relative;
	padding: 1rem 2rem;
	color: #fff;
	text-align: center;
	font-family: var(--font-h);
}
body > header ._preheader b,
body > header ._preheader strong {
	color: var(--c-orange);
	font-weight: 700;
}
body > header ._preheader::before {
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	position: absolute;
	content: "";
	display: block;
	background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
}

body > footer {
	background: var(--c-gray-d);
	border-radius: 5rem 0 0 0;
	position: relative;
	z-index: 5;
}
body > footer::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	mix-blend-mode: screen;
	background: url(/wp-content/themes/eclat/assets/images/circuit-footer.svg) right center/auto 110% no-repeat;
}
body > footer ._wrapper {
	padding-top: 5rem;
	max-width: 100rem;
	width: 95%;
	margin: 0 auto;
}
body > footer ._column.-w-40 {
	width: calc(40% - 6rem);
}
@media screen and (max-width: 840px) {
	body > footer ._column.-w-40 {
		width: 100%;
		justify-content: center !important;
		margin-bottom: 3rem;
	}
}
body > footer.-w-20 {
	width: calc(20% - 6rem);
}
@media screen and (max-width: 1024px) {
	body > footer.-w-20 {
		width: 25%;
	}
}
@media screen and (max-width: 840px) {
	body > footer.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	body > footer.-w-20 {
		width: 100%;
	}
}
body > footer address,
body > footer ._phone,
body > footer ._copy,
body > footer ._disclaimer {
	color: var(--c-gray-m);
	font-size: 1.4rem;
}
@media screen and (max-width: 540px) {
	body > footer address,
	body > footer ._phone,
	body > footer ._copy,
	body > footer ._disclaimer {
		display: block;
		width: 100%;
		text-align: center;
	}
}
body > footer ._disclaimer {
	font-style: italic;
	text-align: center;
}
body > footer ._phone {
	color: #fff;
	font-weight: 600;
	padding-right: 2rem;
	margin-right: 2rem;
}
@media screen and (max-width: 540px) {
	body > footer ._phone {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 1rem;
	}
}
body > footer ._button {
	white-space: nowrap;
}
body > footer ._brand {
	margin-bottom: 3rem;
}

._brand a, ._brand img {
	display: block;
}
._brand img {
	width: 18rem;
	height: auto;
}
@media screen and (max-width: 1210px) {
	._brand img {
		width: 16rem;
	}
}
@media screen and (max-width: 768px) {
	._brand img {
		width: 12rem;
	}
}
@media screen and (max-width: 440px) {
	._brand img {
		width: 11rem;
	}
}

._nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
._nav.-main {
	margin-left: auto;
}
._nav.-main .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}
._nav.-main .menu > li > a {
	padding: 2rem 0;
}
._nav.-main .menu li {
	margin: 0 2rem;
	list-style-type: none;
	position: relative;
}
@media screen and (max-width: 1280px) {
	._nav.-main .menu li {
		margin: 0 1.3rem;
	}
}
@media screen and (max-width: 1080px) {
	._nav.-main .menu li {
		margin: 0 1.1rem;
	}
}
@media screen and (max-width: 1060px) {
	._nav.-main .menu li:not(._button) {
		display: none;
	}
}
@media screen and (max-width: 630px) {
	._nav.-main .menu li._button {
		display: none;
	}
}
._nav.-main .menu li a {
	font-size: 1.7rem;
	text-decoration: none;
	transition: color 250ms ease-in-out;
	padding: 1rem 0;
	display: block;
	color: #fff;
	font-family: var(--font-h);
	font-weight: 400;
}
@media screen and (max-width: 1150px) {
	._nav.-main .menu li a {
		font-size: 1.5rem;
	}
}
._nav.-main .menu li a:hover {
	text-decoration: underline;
	color: #fff;
}
._nav.-main .menu li a:hover, ._nav.-main .menu li a:focus {
	color: var(--c-teal);
}
@media screen and (max-width: 1060px) {
	._nav.-main .menu li li {
		margin: 0 !important;
	}
}
@media screen and (max-width: 1060px) {
	._nav.-main .menu li li a {
		font-family: var(--font-b) !important;
		opacity: 0.7;
	}
}
@media screen and (min-width: 1061px) {
	._nav.-main .menu .sub-menu {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 2rem;
		left: -4rem;
		padding: 2rem;
	}
}
@media screen and (min-width: 1061px) {
	._nav.-main .menu .sub-menu a {
		white-space: nowrap;
	}
}
@media screen and (min-width: 1061px) {
	._nav.-main .menu li:hover > .sub-menu {
		opacity: 1;
		pointer-events: all;
	}
}
@media screen and (max-width: 1060px) {
	._nav.-main.-active {
		width: 100%;
		order: 1;
		margin-top: -2rem;
	}
	._nav.-main.-active ._nav, ._nav.-main.-active .menu-main-container, ._nav.-main.-active .menu {
		width: 100%;
	}
	._nav.-main.-active .menu li {
		display: block !important;
		width: 100%;
		text-align: center;
	}
}
._nav.-footer {
	display: block;
	width: 100%;
}
._nav.-footer > div {
	width: 100%;
	display: block;
}
._nav.-footer h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--c-green);
}
._nav.-footer .menu {
	width: 100%;
	display: block;
}
@media screen and (min-width: 768px) {
	._nav.-footer .menu {
		columns: 2;
	}
}
._nav.-footer .menu:has(li:nth-child(5)) {
	columns: 2;
}
._nav.-footer .menu li {
	display: block;
	padding: 0 0 2rem;
}
._nav.-footer .menu a {
	display: inline-block;
	color: #fff;
	transition: color 250ms ease-in-out;
	font-size: 1.8rem;
	font-family: var(--font-h);
}
._nav.-footer .menu a:hover, ._nav.-footer .menu a:focus {
	text-decoration: underline;
}

._burger {
	outline: none;
	width: 15px;
	aspect-ratio: 1/0.8;
	border: 0px;
	padding: 0px;
	background: transparent;
	transition: all 250ms ease-out;
	cursor: pointer;
	appearance: none;
	display: none !important;
	font-size: 0;
	position: relative;
	margin-left: 2rem;
}
@media screen and (max-width: 1060px) {
	._burger {
		display: flex !important;
	}
}
@media screen and (max-width: 410px) {
	._burger {
		margin-left: 0;
	}
}
._burger::before, ._burger::after {
	content: "";
	width: 19px;
	height: 2px;
	position: absolute;
	background: var(--c-orange);
	transition: transform 250ms ease-out;
	left: 50%;
}
._burger::before {
	top: 0;
	transform: translateX(-50%);
}
._burger::after {
	bottom: 0;
	transform: translateX(-50%);
}
._burger.-active::before {
	transform: translateX(-50%) translateY(260%) rotate(45deg);
}
._burger.-active::after {
	transform: translateX(-50%) translateY(-260%) rotate(-45deg);
}

/**
 * General
 */
section {
	position: relative;
}
section.-circuit-tab-top {
	background: linear-gradient(to bottom, #314c73, rgba(5, 25, 53, 0));
	margin-top: 18rem;
	position: relative;
}
@media screen and (max-width: 1000px) {
	section.-circuit-tab-top {
		margin-top: 0rem;
	}
}
section.-circuit-tab-top ._wrapper {
	padding-top: 0;
}
section.-circuit-tab-top::before {
	content: "";
	width: 100%;
	top: 2px;
	left: 0;
	transform: translate(0, -100%);
	position: absolute;
	aspect-ratio: 1728/147;
	display: block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='a' width='1728' height='147' viewBox='0 0 1728 147'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%234469aa%7D%3C/style%3E%3C/defs%3E%3Cpath d='m851.22 8.57-108.9 57.4c-10.68 5.63-22.57 8.57-34.64 8.57H98.9C37.66 74.54 0 88.27 0 145.4v1.59h1728V74.54c0-41.17-33.31-74.55-74.4-74.55H885.86c-12.07 0-23.95 2.94-34.64 8.57Z' style='fill:%23314c73'/%3E%3Cpath d='M1535.84 88.74v1.27h-135.48l-53.58-53.58h-186.4L1123.95 0h1.78l35.17 35.16h186.41l53.57 53.58z' class='c'/%3E%3Cpath d='M1705.92 21.56h-40.37l-34.59 34.59h-212.44c-.3 1.53-1.64 2.69-3.26 2.69-1.83 0-3.31-1.49-3.31-3.32s1.48-3.32 3.31-3.32c1.62 0 2.96 1.16 3.26 2.69h211.91l34.6-34.6h39.58c.44.41.88.84 1.31 1.27m-347.84 75.6c-2.76 0-5.01 2.08-5.33 4.76h-51.36l-38.77-38.77h-89.83c-.31-2.43-2.37-4.31-4.88-4.31-2.73 0-4.94 2.21-4.94 4.94s2.21 4.94 4.94 4.94c2.51 0 4.56-1.88 4.88-4.31h89.31l38.77 38.77h51.88c.32 2.68 2.57 4.76 5.33 4.76 2.98 0 5.39-2.41 5.39-5.39s-2.41-5.39-5.39-5.39m-240.77-60.28c-1.62 0-2.96 1.16-3.25 2.69h-116.7l-30.22 30.22H829.77c-.31-2.74-2.64-4.86-5.46-4.86-3.04 0-5.5 2.46-5.5 5.5s2.46 5.5 5.5 5.5c2.82 0 5.14-2.13 5.46-4.86h137.89l30.22-30.22h116.18c.3 1.53 1.64 2.69 3.25 2.69 1.83 0 3.32-1.49 3.32-3.32s-1.49-3.32-3.32-3.32Z' class='c'/%3E%3C/svg%3E") center/cover no-repeat;
}

/**
 * Components
 */
._buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	z-index: 20;
}
._buttons.-left {
	justify-content: flex-start;
}
._buttons.-center {
	justify-content: center;
}
._buttons.-right {
	justify-content: flex-end;
}
@media screen and (min-width: 501px) {
	._buttons ._button:first-of-type {
		margin-left: 0;
	}
	._buttons ._button:last-of-type {
		margin-right: 0;
	}
}

._button-link a:hover {
	color: #fff !important;
}

._button,
._button-link a {
	margin: 1rem 1.5rem;
	border-radius: 8rem;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	transition: box-shadow 250ms ease-in-out;
	padding: 1.2rem 2rem !important;
	font-weight: 700;
	border: 2px solid transparent;
	text-align: center;
	font-family: var(--font-h);
	display: inline-block;
}
@media screen and (min-width: 768px) {
	._button,
	._button-link a {
		padding: 1.5rem 2.5rem;
		font-size: 1.6rem;
	}
}
._button a,
._button-link a a {
	padding: 0 !important;
}
._button:focus, ._button:hover,
._button-link a:focus,
._button-link a:hover {
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
	border-width: 2px;
	border-style: solid;
	color: #fff;
}
._button.-slim,
._button-link a.-slim {
	font-size: 1.8rem;
	padding: 1rem 2rem 1.2rem;
	letter-spacing: 0;
}
._button.-primary,
._button-link a.-primary {
	color: #fff;
	background-color: var(--c-orange);
	border-color: transparent;
}
._button.-secondary,
._button-link a.-secondary {
	color: #fff;
	border-color: var(--c-orange);
	background-color: rgba(255, 255, 255, 0.1);
}

._button-link a {
	color: #fff;
	background-color: var(--c-orange);
	border-color: transparent;
	margin: 0;
	padding: 1rem 1.5rem;
}

._embed {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
._embed iframe,
._embed object,
._embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

defer-image {
	display: block;
	width: 100%;
	height: auto;
}
defer-image[type=background] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
	transition-delay: 350ms;
}
defer-image[type=background][loaded] {
	opacity: 1;
}

._title {
	font-family: var(--font-h);
	color: var(--c-orange);
	width: 100%;
	display: block;
}
._title.-center {
	text-align: center;
}

._title.-secondary {
	color: #fff;
	font-weight: 400 !important;
}

._title.-tertiary {
	color: #fff;
	padding: 0.5rem 0;
}

._contentblock {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	color: #fff;
}
._contentblock, ._contentblock * {
	line-height: 1.5;
}
._contentblock.-narrow {
	max-width: 60rem;
}
._contentblock p:not(:last-child) {
	margin-bottom: 1.5rem;
}
._contentblock strong, ._contentblock b {
	font-weight: 800;
}
._contentblock em, ._contentblock i {
	font-style: italic;
}

._content-boxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	counter-reset: cbox-counter;
	max-width: 1200px;
	margin: 4rem auto;
}

._video {
	max-width: 100rem;
	display: block;
	width: 100%;
	position: relative;
	margin: 2rem auto;
}
._video::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	border-radius: 4rem;
	pointer-events: none;
}
._video::after {
	content: "";
	display: block;
	width: 16rem;
	aspect-ratio: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
	background-image: url(../images/play.svg);
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}
._video.active::before, ._video.active::after {
	display: none;
}
._video defer-image[type=background] {
	border-radius: 4rem;
	z-index: 1;
}
._video ._embed {
	border-radius: 4rem;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
._video.active ._embed {
	border-radius: 1rem;
	opacity: 1;
}

/**
 * Gravity Forms 
 */
._form {
	margin: 4rem 0 6rem;
	width: 100%;
	max-width: 90rem;
}

body .gform_required_legend {
	display: none;
}

body .gform_wrapper .gfield {
	text-align: left !important;
}

body .gform_wrapper .gfield_label {
	font-size: 16px;
	margin-bottom: 4px;
	gap: 1px !important;
	color: #fff;
}

body .gform_wrapper .gfield_error [aria-invalid=true] {
	border-color: var(--c-red);
}

body .gform_wrapper .gfield_required {
	font-size: 17px !important;
	font-weight: 700 !important;
}

body .gform_wrapper .gform_fields {
	grid-row-gap: 20px !important;
}

@media screen and (min-width: 641px) {
	body .gform_wrapper .gform_fields {
		grid-column-gap: 12px !important;
	}
}
body .gform_wrapper input,
body .gform_wrapper select,
body .gform_wrapper textarea {
	border-radius: 3rem !important;
	padding: 1.4rem 2.2rem !important;
	width: 100%;
	color: #000;
	border: 1px solid #fff;
	font-size: 1.6rem !important;
	text-align: left;
	height: auto !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
	border: 1px solid transparent !important;
	color: #fff !important;
	background: linear-gradient(90deg, #09213c, #0f304a, #09213c, #0f304a) padding-box, linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4)) border-box;
}

body .gform_wrapper select {
	appearance: none !important;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.35 12.19"><path d="M.46,3.4l6.19,7.8c1.04,1.31,3.02,1.31,4.06,0l6.19-7.8c1.09-1.38.11-3.4-1.64-3.4H2.1C.35,0-.63,2.03.46,3.4Z" style="fill: %23fff;"/></svg>') calc(100% - 20px) center/14px auto no-repeat, linear-gradient(90deg, #09213c, #0f304a, #09213c, #0f304a) padding-box, linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4)) border-box;
	height: auto !important;
}

body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
	font-weigth: 700;
	color: #FFF;
}

body .gform_wrapper .ginput_container {
	position: relative;
}

body .gform_wrapper textarea,
body .gform_wrapper .gfield textarea.large {
	min-height: 150px !important;
}

body .gform_wrapper .gform_button {
	padding: 1.6rem 4rem !important;
	color: #fff !important;
	margin: 0 0 0 auto !important;
	font-weight: 700 !important;
	transition: all 0.3s ease-in-out !important;
	cursor: pointer !important;
	width: auto !important;
	text-align: center !important;
	transition: all 0.3s ease-in-out;
	margin: 0 auto !important;
	border-radius: 10rem !important;
	font-size: 2rem !important;
	background: var(--c-orange) !important;
	border: 0 !important;
	font-family: var(--font-h) !important;
}

body .gform_wrapper .gform_button:hover {
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.8) !important;
}

body .gform_wrapper .validation_message,
body .gform_wrapper .gform_validation_errors {
	background: var(--c-red);
	border-color: var(--c-red);
	border: 0;
	color: #fff !important;
	border-radius: 6px;
	padding: 5px 10px !important;
	display: inline-block !important;
	width: auto !important;
	font-size: 14px;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
	background: var(--c-red);
	border-color: var(--c-red);
	border: 0;
	color: #fff !important;
}

body .gform-icon--circle-error {
	display: none !important;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border-color: var(--c-red) !important;
}

body .gform_wrapper {
	display: flex;
	flex-direction: column;
}

body .gform_confirmation_message {
	background: var(--c-gray-xd);
	padding: 2rem 3rem;
	border-radius: 3rem;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
	background: var(--c-red) !important;
	color: #fff !important;
	border: 0 !important;
}

body .gform_wrapper .gform_validation_errors ol {
	text-align: left !important;
	color: #fff !important;
}

body .gform_wrapper .gform_validation_errors ol li a {
	color: #fff !important;
}

body .gform_wrapper .gform_validation_errors {
	width: 100% !important;
}

body .gform_wrapper .gform_validation_errors h2 {
	font-size: 14px !important;
	color: #fff !important;
	letter-spacing: 0 !important;
	font-family: var(--font-b) !important;
}

body .gform_wrapper .gform_validation_errors > h2 .gform-icon {
	color: #fff !important;
	border: 1px solid #fff;
}

body .gform_wrapper textarea {
	height: 140px !important;
}

body .gf_progressbar {
	border-radius: 5px !important;
	overflow: hidden !important;
}

body .gform_confirmation_message {
	position: relative !important;
	border-radius: 4.4rem !important;
	background: none !important;
	color: #fff !important;
	text-align: center !important;
}

body .gform_confirmation_message::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 0.1rem;
	background: -webkit-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

body .gform_confirmation_message::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	background: linear-gradient(90deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14), rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
	pointer-events: none;
	z-index: -1;
	border-radius: 4.4rem;
}

/*body .dark-form .gform_wrapper .gfield_label {
    color: #fff !important;
}
body .dark-form .gform-field-label--type-sub {
    color: #fff !important;
}
body .dark-form .gform_wrapper input, 
body .dark-form .gform_wrapper select, 
body .dark-form .gform_wrapper textarea {
    border-color: #fff !important;
    color:  #fff !important;
}
body .dark-form .gform_wrapper .gform_fields {
    grid-row-gap: 20px !important;
}
@media screen and (min-width: 641px) {
    body .gform_wrapper .gform_fields {
        grid-column-gap: 14px !important;
    }
}
body .dark-form .gform_wrapper input::placeholder {
    color: #fff !important;
}
body .dark-form .gform_confirmation_message {
    color: #fff !important;
    text-align: center !important;
}*/
body .-inline-form {
	width: 100%;
	position: relative;
}

body .-inline-form .gform_validation_errors {
	display: none;
}

body .-inline-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border-color: var(--c-red) !important;
}

body .-inline-form .gform_wrapper {
	display: flex;
	flex-direction: column;
}

body .-inline-form .gform_wrapper.gravity-theme .gform_validation_errors {
	background: var(--c-red) !important;
	color: #fff !important;
	border: 0 !important;
	order: 3;
	display: none !important;
}

body .-inline-form .gform_confirmation_message {
	background: var(--c-teal-l);
	padding: 2rem 3rem;
	border-radius: 3rem;
}

body .-inline-form .gform_wrapper input[type=email] {
	padding: 2rem !important;
	border-radius: 10rem !important;
	background: linear-gradient(90deg, #5e6c7a, #384858 25%, #5e6c7a 70%, #344454) padding-box, linear-gradient(90deg, white, rgba(255, 255, 255, 0.4) 25%, white 75%, rgba(255, 255, 255, 0.4)) border-box;
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form input[type=email]::placeholder {
	font-weight: 700;
	font-size: 1.6rem;
}

body .-inline-form .gform_wrapper .gform_footer input,
body .-inline-form .gform_wrapper .gform_button {
	padding: 1.2rem 2rem !important;
	height: 4.6rem;
	text-align: center !important;
	font-size: 2rem;
	letter-spacing: 0;
}

body .-inline-form .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	body .-inline-form .gform_wrapper input[type=email] {
		width: calc(100% - 200px);
		font-size: 2rem;
		padding: 1.9rem 17rem 1.9rem 3rem !important;
	}
	body .-inline-form input[type=email]::placeholder {
		font-size: 2rem;
	}
	body .-inline-form .gform_footer {
		position: absolute;
		right: 0;
		top: 0.8rem;
		width: 16rem;
	}
}
body .-inline-form .gform_footer input:hover {
	color: #000;
}

body .-inline-form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	color: #fff;
	background: var(--c-red);
	border: 0;
}

body .-inline-form .gform_footer .gform_ajax_spinner {
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
}

body .-inline-form .gform_confirmation_message_1 {
	padding: 12px 20px;
	color: #fff;
}

/**
BG Video
*/
.bg-video-container {
	position: absolute;
	width: 80%;
	height: 70%;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.bg-video-container::before {
	top: -5px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	position: absolute;
	content: "";
	display: block;
	background: radial-gradient(rgba(5, 25, 53, 0), rgb(5, 25, 53) 70%);
	z-index: 10;
}

.bg-video-container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%; /* 16:9 ratio */
	transform: translate(-50%, -50%);
	pointer-events: none;
	border: 0;
}

/**
 * Modules
 */
._hero {
	position: relative;
	margin-top: -16vw;
	margin-bottom: -33vw;
	width: 100%;
}
._hero.-alt {
	margin: 0;
	width: 100%;
	padding-left: 10%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
	._hero.-alt {
		padding-left: 3%;
	}
}
@media screen and (max-width: 1000px) {
	._hero.-alt {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media screen and (max-width: 600px) {
	._hero.-alt {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
._hero.-alt h1._title {
	font-size: 6.5rem;
}
@media screen and (max-width: 1500px) {
	._hero.-alt h1._title {
		font-size: 6rem;
	}
}
@media screen and (max-width: 420px) {
	._hero.-alt h1._title {
		font-size: 4rem;
	}
}
._hero.-alt h2._title {
	font-size: 4rem;
}
@media screen and (max-width: 1500px) {
	._hero.-alt h2._title {
		font-size: 3rem;
	}
}
@media screen and (max-width: 420px) {
	._hero.-alt h2._title {
		font-size: 2rem;
	}
}
._hero.-alt ._hero--bg-video {
	z-index: -1;
}
._hero.-alt .bg-video-container {
	position: relative;
	left: initial;
	top: initial;
	right: initial;
	bottom: initial;
	width: 100%;
	height: auto;
	transform: translateY(10%) scale(1.1);
}
@media screen and (max-width: 1000px) {
	._hero.-alt .bg-video-container {
		transform: translateY(20%) scale(1);
	}
}
._hero.-alt .bg-video-container iframe {
	position: relative;
	top: initial;
	left: initial;
	transform: none;
	width: 100%;
	aspect-ratio: 16/9;
}
._hero ._hoverCircles {
	position: relative;
	width: calc(100% - 4rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: 6rem;
	min-height: 12rem;
	height: 16vh;
}
@media screen and (max-width: 1000px) {
	._hero ._hoverCircles {
		min-height: 20rem;
	}
}
@media screen and (max-width: 560px) {
	._hero ._hoverCircles {
		min-height: 12rem;
	}
}
@media screen and (max-width: 420px) {
	._hero ._hoverCircles {
		min-height: 10rem;
	}
}
._hero ._hoverCircles::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
._hero ._hoverCircle ._tippy-container {
	width: 5vw;
}
@media screen and (max-width: 1000px) {
	._hero ._hoverCircle ._tippy-container {
		width: 9vw !important;
	}
}
@media screen and (max-width: 600px) {
	._hero ._hoverCircle ._tippy-container {
		width: 12vw !important;
	}
}
@media screen and (max-width: 400px) {
	._hero ._hoverCircle ._tippy-container {
		width: 14vw !important;
	}
}
._hero ._hoverCircle:nth-of-type(1) ._tippy-container,
._hero ._hoverCircle:nth-of-type(6) ._tippy-container {
	width: 5vw;
}
._hero ._hoverCircle:nth-of-type(3) ._tippy-container,
._hero ._hoverCircle:nth-of-type(5) ._tippy-container {
	width: 5vw;
}

._hero-image {
	pointer-events: none;
}

._hero._hero--bg-video {
	min-height: 70vw;
	width: 100%;
	margin-bottom: -28vw;
}

._hero-logo-cont {
	position: absolute;
}

._hero-logo-cont--eclat {
	left: 12%;
	top: 40%;
	width: 20%;
}

._hero-logo-cont--evaire {
	left: 66%;
	top: 39%;
	width: 20%;
}

._hero-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

._hoverCircles {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
._hoverCircles ._logo {
	display: block;
	position: absolute;
	transform: translateY(-50%);
}

._hoverCircle {
	position: absolute;
}

._hoverCircle ._tippy-container {
	width: 7vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

._hoverCircle:nth-of-type(1) ._tippy-container,
._hoverCircle:nth-of-type(6) ._tippy-container {
	width: 9.5vw;
}

._hoverCircle:nth-of-type(3) ._tippy-container,
._hoverCircle:nth-of-type(5) ._tippy-container {
	width: 6vw;
}

._tippy-content {
	opacity: 0;
	pointer-events: none;
	display: none;
}

[data-tippy-root] .tippy-box {
	background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	padding: 0.1rem;
	border-radius: 2.1rem !important;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

[data-tippy-root] .tippy-box[data-placement=left]::before,
[data-tippy-root] .tippy-box[data-placement=left]::after,
[data-tippy-root] .tippy-box[data-placement=right]::before,
[data-tippy-root] .tippy-box[data-placement=right]::after {
	position: absolute;
	content: "";
	display: block;
	background: var(--c-teal);
}

[data-tippy-root] .tippy-box::before {
	top: 50%;
	width: 2rem;
	height: 0.1rem;
	left: -2rem;
}

[data-tippy-root] .tippy-box::after {
	width: 0.7rem;
	height: 0.7rem;
	left: -2.3rem;
	top: calc(50% - 0.3rem);
	border-radius: 0.5rem;
}

[data-tippy-root] .tippy-box[data-placement=left]::before {
	left: auto;
	right: -2rem;
}

[data-tippy-root] .tippy-box[data-placement=left]::after {
	left: auto;
	right: -2.3rem;
}

[data-tippy-root] .tippy-content {
	background: linear-gradient(90deg, #4f7e9c, #141d4c, #051935);
	border-radius: 2rem;
	padding: 3rem;
}

[data-tippy-root] .tippy-content img {
	height: 2rem;
	margin-bottom: 1rem;
}

[data-tippy-root] ._tippy-title-text {
	font-family: var(--font-h);
	font-size: 2rem;
	margin-bottom: 1rem;
}

._contentBox {
	position: relative;
	border-radius: 3rem;
	background: linear-gradient(90deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14), rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
	padding: 3.4rem 3rem;
	color: #fff;
	margin-bottom: 3rem;
}

._contentBox::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: -webkit-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

._contentBox::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	background: linear-gradient(90deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14), rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
	pointer-events: none;
	z-index: -1;
	border-radius: 3rem;
}

._contentBox p {
	margin-bottom: 1.4rem;
	color: var(--c-gray-l);
}

._contentBox p strong,
._contentBox p b {
	color: #fff;
}

._contentBox-heading {
	color: var(--c-lavender);
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: var(--h6);
	font-family: var(--font-b);
	margin-bottom: 1.4rem;
}

@media screen and (min-width: 768px) {
	._contentBox {
		padding: 3.4rem 5rem;
		border-radius: 6rem;
	}
	._contentBox::after {
		border-radius: 6rem;
	}
}
._chart {
	display: flex;
	color: #fff;
	width: 100%;
	position: relative;
	padding: 4rem 6rem;
	border-radius: 10rem;
	max-width: 110rem;
	margin: 4rem auto 0 auto;
}

@media screen and (min-width: 768px) {
	._chart::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: inherit;
		padding: 0.1rem;
		background: -webkit-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
		background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
		-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
		-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		pointer-events: none;
		z-index: -1;
	}
	._chart::after {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		content: "";
		display: block;
		background: linear-gradient(90deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14), rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
		pointer-events: none;
		z-index: -1;
		border-radius: 10rem;
	}
}
._chart--cols-3 ._chart-column {
	width: 33.33%;
	gap: 0px;
	display: inline-flex;
	flex-direction: column;
}

._chart-column ._chart-cell {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 1rem 3rem;
	min-height: 5rem;
	flex-direction: column;
	position: relative;
}

._chart-column:not(:last-of-type) ._chart-cell {
	border-right: 1px solid #58baca;
}

._chart-column ._chart-cell:nth-of-type(1) {
	min-height: 7rem;
}

._chart-column ._chart-cell:nth-of-type(even)::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px 0;
	background: -webkit-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4));
	background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4));
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

._chart-column:first-of-type ._chart-cell::before {
	padding-left: 1px;
	border-radius: 100px 0 0 100px;
}

._chart-column:last-of-type ._chart-cell::before {
	padding-right: 1px;
	border-radius: 0 100px 100px 0;
}

._chart-column:nth-of-type(even) ._chart-cell:nth-of-type(even)::before {
	background: -webkit-gradient(90deg, rgba(89, 187, 203, 0.4), rgb(89, 187, 203));
	background: linear-gradient(90deg, rgba(89, 187, 203, 0.4), rgb(89, 187, 203));
}

._chart-column ._chart-cell:nth-of-type(even)::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	background: linear-gradient(90deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
	pointer-events: none;
	z-index: -1;
}

._chart-column:nth-of-type(even) ._chart-cell:nth-of-type(even)::after {
	background: linear-gradient(270deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
}

._chart-column:first-of-type ._chart-cell:nth-of-type(even)::after {
	border-radius: 100px 0 0 100px;
}

._chart-column:last-of-type ._chart-cell:nth-of-type(even)::after {
	border-radius: 0 100px 100px 0;
}

._chart-column:not(:nth-of-type(1)) ._chart-cell {
	text-align: center;
	align-items: center;
}

._chart-cell--heading {
	font-family: var(--font-h);
	font-weight: 700;
}

._chart-cell--heading ._chart-description {
	font-weight: 100;
	font-size: 1.2rem;
	font-family: var(--font-b);
}

._chart-checkmark {
	width: 2.4rem;
}

._chart-label {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	._chart {
		padding: 0;
	}
	._chart-label {
		font-size: 1.2rem;
	}
	._chart-column ._chart-cell {
		padding: 1rem 2rem;
		min-height: 8rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	._chart-column ._chart-cell {
		min-height: 8rem;
	}
}
@media screen and (max-width: 1200px) {
	._chart--cols-3 ._chart-column:first-of-type {
		width: 50%;
	}
	._chart--cols-3 ._chart-column {
		width: 25%;
	}
}
._imageGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem 0;
}

._imageGrid-item {
	width: calc(50% - 6px);
	background: #fff;
	background: #e9f5ff;
	border-radius: 3rem;
	margin: 0.3rem;
}

@media screen and (min-width: 480px) {
	._imageGrid-item {
		width: calc(33.3333333333% - 6px);
	}
}
@media screen and (min-width: 768px) {
	._imageGrid {
		margin: 5rem 0;
	}
	._imageGrid-item {
		width: calc(25% - 6px);
		background: #fff;
		background: #e9f5ff;
		border-radius: 3rem;
	}
}
@media screen and (min-width: 1024px) {
	._imageGrid-item {
		width: calc(14.2857142857% - 6px);
		background: #fff;
		background: #e9f5ff;
		border-radius: 3rem;
	}
}
._videoCardGrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: 1fr;
	gap: 3rem;
	row-gap: 2rem;
	margin: 4rem 0 0;
	backdrop-filter: blur(10px);
}

._videoCardGrid video {
	width: 100%;
	display: block;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

._videoCardGrid.ready video {
	opacity: 1;
}

._videoCardGrid.-col-4 {
	grid-template-columns: repeat(4, 1fr);
}

._videoCard {
	min-width: auto;
	min-height: auto;
	max-width: 100%;
	color: #fff;
	position: relative;
	border-radius: 4.4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.8s ease-in-out;
	transform: translateY(5px);
}

._videoCard::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 0.2rem;
	background: -webkit-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

._videoCard::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	background: iax;
	pointer-events: none;
	z-index: -1;
	border-radius: 4.4rem;
}

._videoCard defer-image img {
	height: 3rem;
	width: auto;
	margin: 0 0 1rem;
}

._videoCard ._videoCard-top {
	padding: 3rem;
}

._videoCard ._videoCard-bottom {
	padding: 0.2rem;
	margin: -3rem 0 0;
}

._videoCard video {
	width: 100%;
	/* Vendor-prefixed property for compatibility */
	-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
	/* Standard property */
	mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
	border-radius: 0 0 4.2rem 4.2rem;
	float: left;
}

._videoCard ._buttons {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
}

._videoCard ._buttons a {
	margin: 0;
}

@media screen and (min-width: 768px) {
	._videoCardGrid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem;
		row-gap: 4rem;
		padding: 0 4%;
		margin: 4rem 0 0;
	}
}
@media screen and (min-width: 1024px) {
	._videoCard:hover {
		transform: translateY(0px);
		box-shadow: 0 10px 20px rgba(89, 187, 203, 0.3);
	}
	._videoCardGrid {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 4rem;
		padding: 0 4%;
		margin: 4rem 0 0;
	}
	._videoCard ._buttons a {
		opacity: 0;
		transition: all 0.3s ease-in-out;
		transform: translateY(5px);
	}
	._videoCard:hover ._buttons a {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media screen and (min-width: 1300px) {
	._videoCardGrid {
		gap: 6rem;
	}
}
._serviceGrid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: 1fr;
	gap: 2.4rem;
	row-gap: 2.4rem;
	padding: 0;
	margin: 4rem 0 0;
}

._serviceGrid--item {
	min-width: auto;
	min-height: auto;
	max-width: 100%;
	color: #fff;
	position: relative;
	border-radius: 3.4rem;
	transition: all 0.8s ease-in-out;
	transform: translateY(5px);
	padding: 3rem 2rem 5rem 3rem;
}

._serviceGrid--item.active {
	z-index: 50;
}

._serviceGrid--item::after {
	border-radius: 3.4rem;
}

._serviceGrid--item--image {
	padding: 0;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

._serviceGrid--item--image defer-image {
	mask-image: url("/wp-content/themes/eclat/assets/images/mask-services.svg");
	width: 100%;
	margin-bottom: -100px;
}

._serviceGrid--title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 1rem;
}

._serviceGrid--plus {
	width: 3rem;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	transition: all 0.3s ease-in-out;
}

._serviceGrid--item.active ._serviceGrid--copy {
	opacity: 1;
}

._serviceGrid--item.active ._serviceGrid--plus {
	transform: rotate(45deg);
}

._serviceGrid--copy-container {
	position: relative;
}

._serviceGrid--popup-copy {
	position: absolute;
	/*background: rgba(5,24,53.9);*/
	padding: 10px 28px 50px;
	top: 0px;
	left: -30px;
	width: calc(100% + 50px);
	border-radius: 30px;
	opacity: 0;
	pointer-events: none;
	backdrop-filter: blur(30px);
	border: 1px solid #58baca;
}

._serviceGrid--item.active ._serviceGrid--popup-copy {
	opacity: 1;
	pointer-events: all;
	z-index: 10;
}

@media screen and (max-width: 599px) {
	._serviceGrid--item--image {
		order: 10;
	}
}
@media screen and (min-width: 600px) {
	._serviceGrid {
		grid-template-columns: repeat(2, 1fr);
	}
	._serviceGrid--item--image {
		display: grid; /* Helps contain the child element */
		grid-column: 1/2;
		grid-row: 2/4;
	}
	._serviceGrid--popup-copy {
		width: 300px;
	}
}
@media screen and (min-width: 1024px) {
	._serviceGrid {
		grid-template-columns: repeat(5, 1fr);
	}
	._serviceGrid--item:nth-of-type(2) {
		transform: translate(0, 2rem);
	}
	._serviceGrid--item:nth-of-type(3) {
		transform: translate(0, -14rem);
	}
	._serviceGrid--item:nth-of-type(4) {
		transform: translate(0, -3rem);
	}
	._serviceGrid--item:nth-of-type(5) {
		transform: translate(4rem, 0rem);
	}
	._serviceGrid--item:nth-of-type(6) {
		transform: translate(4rem, 2rem);
	}
	._serviceGrid--item:nth-of-type(7) {
		transform: translate(-4rem, -3rem);
	}
	._serviceGrid--item--image {
		display: grid; /* Helps contain the child element */
		grid-column: 3/5;
		grid-row: 1/3;
	}
}
@media screen and (min-width: 1400px) {
	._serviceGrid {
		padding: 0 0 0 4%;
	}
}
._teamGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 2rem;
	margin: 6rem 0 0;
}

._teamGrid ._member {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	margin: 0;
	width: 100%;
	width: calc(50% - 1rem);
}

._member--info {
	z-index: 10;
	text-align: center;
	color: #fff;
	padding: 0 1rem;
	font-size: 1.2rem;
}

._member--name {
	font-family: var(--font-h);
	font-weight: 700;
}

._member defer-image {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	._member defer-image {
		margin: 0;
	}
	._member defer-image::before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		content: "";
		display: block;
		background: linear-gradient(0deg, rgb(49, 110, 132), rgba(49, 110, 132, 0) 40%, rgba(89, 187, 203, 0));
		z-index: 1;
	}
	._member defer-image::after {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		content: "";
		display: block;
		background: linear-gradient(0deg, rgb(5, 25, 53), rgba(5, 25, 53, 0) 40%, rgba(89, 187, 203, 0));
	}
	._member--info {
		padding: 0 2rem;
		font-size: 1.6rem;
		position: absolute;
		bottom: 2rem;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	._teamGrid {
		justify-content: center;
		row-gap: 5rem;
	}
	._teamGrid ._member {
		margin: 0 2rem;
		border-radius: 4rem;
	}
	._teamGrid.-col-2 ._member {
		width: calc(50% - 4rem);
	}
	._teamGrid.-col-3 ._member,
	._teamGrid.-col-4 ._member,
	._teamGrid.-col-5 ._member {
		width: calc(33.33% - 4rem);
	}
}
@media screen and (min-width: 1024px) {
	._teamGrid.-col-3 ._member {
		width: calc(33.33% - 4rem);
	}
	._teamGrid.-col-4 ._member {
		width: calc(25% - 4rem);
	}
	._teamGrid.-col-5 ._member {
		width: calc(20% - 4rem);
	}
}
._map {
	display: block;
	position: relative;
}

._pins {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

._pin {
	position: absolute;
}
._pin ._label {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
._pin ._label strong {
	font-family: var(--font-h);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	._pin ._label strong {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 450px) {
	._pin ._label strong {
		display: none;
	}
}
._pin ._label.-left strong {
	transform: translate(1.5rem, -2.2rem);
}
._pin ._label.-right strong {
	transform: translate(calc(-100% - 1.5rem), -2.2rem);
}
._pin ._label:hover::before, ._pin ._label:hover::after, ._pin ._label:focus::before, ._pin ._label:focus::after {
	transform: translate(-50%, -115%) !important;
}
._pin ._label.-left::before, ._pin ._label.-right::before {
	content: "";
	display: block;
	width: 30px;
	aspect-ratio: 31.48/43.46;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.48' height='43.46' viewBox='0 0 31.48 43.46'%3E%3Cpath d='M15.74 0C7.06 0 0 7.06 0 15.74c0 10.77 14.09 26.59 14.69 27.25.56.63 1.55.63 2.11 0 .6-.67 14.69-16.48 14.69-27.25C31.49 7.06 24.43 0 15.75 0Zm0 23.66c-4.37 0-7.92-3.55-7.92-7.92s3.55-7.92 7.92-7.92 7.92 3.55 7.92 7.92-3.55 7.92-7.92 7.92' style='fill:%23e68922'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-50%, -100%);
	transition: transform 250ms ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	._pin ._label.-left::before, ._pin ._label.-right::before {
		width: 20px;
	}
}
@media screen and (max-width: 450px) {
	._pin ._label.-left::before, ._pin ._label.-right::before {
		width: 10px;
	}
}

._pintippy {
	font-family: var(--font-b);
	font-size: 1.3rem;
}
._pintippy strong {
	font-size: 1.5rem;
}
._pintippy p:not(:last-of-type) {
	margin-bottom: 1.5rem;
}

/**
* Articles
*/
.single-post article header {
	position: relative;
	padding-bottom: 10rem;
}
@media screen and (max-width: 620px) {
	.single-post article header {
		padding-bottom: 4rem;
	}
}
.single-post article header defer-image {
	width: 60%;
	left: initial;
	right: 0;
}
@media screen and (max-width: 620px) {
	.single-post article header defer-image {
		display: none;
	}
}
.single-post article header defer-image::before {
	content: "";
	display: block;
	width: 100%;
	height: 4rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to bottom, var(--c-blue-d) 0%, rgba(5, 25, 53, 0) 100%);
}
.single-post article header defer-image::after {
	content: "";
	display: block;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to right, var(--c-blue-d) 0%, rgba(5, 25, 53, 0) 100%);
}
.single-post article header h1 {
	font-size: 4.5rem;
	line-height: 120%;
}
@media screen and (max-width: 768px) {
	.single-post article header h1 {
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 400px) {
	.single-post article header h1 {
		font-size: 3.5rem;
	}
}
.single-post article header h2 {
	font-family: var(--font-b);
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	font-style: italic;
}
@media screen and (max-width: 768px) {
	.single-post article header h2 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 400px) {
	.single-post article header h2 {
		font-size: 1.7rem;
	}
}
.single-post article header span {
	display: block;
	font-size: 1.5rem;
	color: var(--c-gray-m);
	margin-bottom: 1rem;
	width: 100%;
	margin-top: 2rem;
}
.single-post article header h3 {
	font-family: var(--font-b);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	display: block;
	width: 100%;
}
.single-post article section:first-of-type {
	background-color: #fff;
}
.single-post article section:first-of-type::before {
	content: "";
	width: 100%;
	top: 2px;
	left: 0;
	transform: translate(0, -100%);
	position: absolute;
	aspect-ratio: 1728/147;
	display: block;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='a' width='1728' height='147' viewBox='0 0 1728 147'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23f2f2f6%7D%3C/style%3E%3C/defs%3E%3Cpath d='m851.22 8.57-108.9 57.4c-10.68 5.63-22.57 8.57-34.64 8.57H98.9C37.66 74.54 0 88.27 0 145.4v1.59h1728V74.54c0-41.17-33.31-74.55-74.4-74.55H885.86c-12.07 0-23.95 2.94-34.64 8.57Z' style='fill: %23fff;'/%3E%3Cpath d='M1535.84 88.74v1.27h-135.48l-53.58-53.58h-186.4L1123.95 0h1.78l35.17 35.16h186.41l53.57 53.58z' class='c'/%3E%3Cpath d='M1705.92 21.56h-40.37l-34.59 34.59h-212.44c-.3 1.53-1.64 2.69-3.26 2.69-1.83 0-3.31-1.49-3.31-3.32s1.48-3.32 3.31-3.32c1.62 0 2.96 1.16 3.26 2.69h211.91l34.6-34.6h39.58c.44.41.88.84 1.31 1.27m-347.84 75.6c-2.76 0-5.01 2.08-5.33 4.76h-51.36l-38.77-38.77h-89.83c-.31-2.43-2.37-4.31-4.88-4.31-2.73 0-4.94 2.21-4.94 4.94s2.21 4.94 4.94 4.94c2.51 0 4.56-1.88 4.88-4.31h89.31l38.77 38.77h51.88c.32 2.68 2.57 4.76 5.33 4.76 2.98 0 5.39-2.41 5.39-5.39s-2.41-5.39-5.39-5.39m-240.77-60.28c-1.62 0-2.96 1.16-3.25 2.69h-116.7l-30.22 30.22H829.77c-.31-2.74-2.64-4.86-5.46-4.86-3.04 0-5.5 2.46-5.5 5.5s2.46 5.5 5.5 5.5c2.82 0 5.14-2.13 5.46-4.86h137.89l30.22-30.22h116.18c.3 1.53 1.64 2.69 3.25 2.69 1.83 0 3.32-1.49 3.32-3.32s-1.49-3.32-3.32-3.32Z' class='c'/%3E%3C/svg%3E") center/cover no-repeat;
}
.single-post article section:first-of-type ._contentblock {
	color: var(--c-gray-xd);
}
.single-post article section:first-of-type ._contentblock p, .single-post article section:first-of-type ._contentblock ul, .single-post article section:first-of-type ._contentblock ol {
	color: inherit;
	font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
	.single-post article section:first-of-type ._contentblock p, .single-post article section:first-of-type ._contentblock ul, .single-post article section:first-of-type ._contentblock ol {
		font-size: 1.6rem;
	}
}
.single-post article section:first-of-type ._contentblock p, .single-post article section:first-of-type ._contentblock ul, .single-post article section:first-of-type ._contentblock ol {
	line-height: 180%;
	margin-bottom: 2rem;
}
.single-post article section:first-of-type ._contentblock ul, .single-post article section:first-of-type ._contentblock ol {
	margin-left: 2rem;
	padding-left: 3rem;
}
.single-post article section:first-of-type ._contentblock ul li:not(:last-of-type), .single-post article section:first-of-type ._contentblock ol li:not(:last-of-type) {
	margin-bottom: 1rem;
}
.single-post article section:first-of-type ._contentblock ul {
	list-style-type: disc;
}
.single-post article section:first-of-type ._contentblock ol {
	list-style-type: decimal;
}
.single-post article section:first-of-type ._contentblock b, .single-post article section:first-of-type ._contentblock strong {
	font-weight: 800;
}
.single-post article section:first-of-type ._contentblock i, .single-post article section:first-of-type ._contentblock em {
	font-style: italic;
	font-variation-settings: "ital" 1;
	font-variation-settings: "slnt" -10;
	font-synthesis: none;
}
.single-post article section:first-of-type ._contentblock b i, .single-post article section:first-of-type ._contentblock b em, .single-post article section:first-of-type ._contentblock strong i, .single-post article section:first-of-type ._contentblock strong em {
	font-weight: 800;
	font-style: italic;
	font-variation-settings: "wght" 800, "ital" 1;
	font-variation-settings: "wght" 800, "slnt" -10;
	font-synthesis: none;
}
.single-post article section:first-of-type ._contentblock i b, .single-post article section:first-of-type ._contentblock i strong, .single-post article section:first-of-type ._contentblock em b, .single-post article section:first-of-type ._contentblock em strong {
	font-weight: 800;
	font-style: italic;
	font-variation-settings: "wght" 800, "ital" 1;
	font-variation-settings: "wght" 800, "slnt" -10;
	font-synthesis: none;
}
.single-post article section:first-of-type ._contentblock a {
	color: var(--c-orange);
	text-decoration: underline;
}
.single-post article section:first-of-type ._contentblock h1, .single-post article section:first-of-type ._contentblock h2, .single-post article section:first-of-type ._contentblock h3, .single-post article section:first-of-type ._contentblock h4, .single-post article section:first-of-type ._contentblock h5, .single-post article section:first-of-type ._contentblock h6 {
	color: var(--c-blue);
}
.single-post article section:first-of-type ._contentblock h2 {
	font-size: 2.5rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.single-post article ._authorblock {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 3rem 4rem;
	border-radius: 3rem;
	background-color: #efeff4;
}
.single-post article ._authorblock img {
	border-radius: 2rem;
}
.single-post article ._authorblock h3 {
	font-size: 2.4rem;
	color: var(--c-blue);
	margin-bottom: 1rem;
}
.single-post article ._authorblock h4 {
	font-family: var(--font-b);
	font-weight: 600;
	font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
	.single-post article ._authorblock ._column.-w-80 {
		margin-top: 1rem;
	}
}

.-z-1 {
	position: relative;
	z-index: 1;
}
.-z-2 {
	position: relative;
	z-index: 2;
}
.-z-3 {
	position: relative;
	z-index: 3;
}
.-z-4 {
	position: relative;
	z-index: 4;
}
.-z-5 {
	position: relative;
	z-index: 5;
}
.-z-6 {
	position: relative;
	z-index: 6;
}
.-z-7 {
	position: relative;
	z-index: 7;
}
.-z-8 {
	position: relative;
	z-index: 8;
}
.-z-9 {
	position: relative;
	z-index: 9;
}
.-z-10 {
	position: relative;
	z-index: 10;
}

.-above {
	z-index: 20;
}

.-white {
	color: #fff;
}

.-f-body {
	font-family: var(--font-b);
}

.-p-top-xl {
	padding-top: 7rem;
}

.-circuits {
	overflow-x: clip;
}

.-circuits::before,
.-circuits::after {
	top: 180px;
	left: 0;
	bottom: 0;
	width: 50%;
	position: absolute;
	content: "";
	display: block;
	background: url(/wp-content/themes/eclat/assets/images/circuit-1.svg) left center/auto 110% no-repeat;
	z-index: 0;
}

.-circuits::after {
	right: 0;
	left: auto;
	background: url(/wp-content/themes/eclat/assets/images/circuit-2.svg) right center/auto 110% no-repeat;
}

.-circuits ._wrapper {
	z-index: 2;
	position: relative;
}

.-hotspots {
	overflow-x: clip;
}

.-hotspots::before, .-hotspots::after {
	pointer-events: none;
	position: absolute;
	content: "";
	width: 100rem;
	height: 100rem;
	display: block;
	z-index: -1;
}

.-hotspots::before {
	top: 50%;
	left: -40vw;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(rgba(254, 111, 0, 0.3), rgba(254, 111, 0, 0) 66%);
}

.-hotspots::after {
	top: 30%;
	right: -40vw;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: radial-gradient(rgb(17, 72, 110), rgba(17, 72, 110, 0) 66%);
}

.-hotspots.-hotspots--flip::before {
	background: radial-gradient(rgb(17, 72, 110), rgba(17, 72, 110, 0) 66%);
}

.-hotspots.-hotspots--flip::after {
	background: radial-gradient(rgba(254, 111, 0, 0.3), rgba(254, 111, 0, 0) 66%);
}

@media screen and (min-width: 1400px) {
	.-hotspots::before {
		left: calc(50vw - 120rem);
	}
	.-hotspots::after {
		right: calc(50vw - 120rem);
	}
}
.-gradient-box {
	position: relative;
	border-radius: 4.4rem;
}

.-gradient-box::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 0.1rem;
	background: -webkit-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	background: linear-gradient(90deg, rgb(89, 187, 203), rgba(89, 187, 203, 0.4) 40%, rgb(89, 187, 203) 80%, rgba(89, 187, 203, 0.4));
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.-gradient-box::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	display: block;
	background: linear-gradient(90deg, rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14), rgba(89, 187, 203, 0.03), rgba(89, 187, 203, 0.14));
	pointer-events: none;
	z-index: -1;
	border-radius: 4.4rem;
}

/*# sourceMappingURL=core.css.map */