:root {
	--_typography---font-size--h1: clamp(2.49rem, 1.896rem + 2.97vw, 4.57rem);
	--_typography---font-size--h2: clamp(2.07rem, 1.87rem + 1vw, 2.77rem);
	--_typography---font-size--h3: clamp(1.73rem, 1.61rem + 0.6vw, 2.15rem);
	--_typography---font-size--h4: clamp(1.44rem, 1.378rem + 0.31vw, 1.66rem);
	--_typography---font-size--h5: clamp(1.2rem, 1.174rem + 0.13vw, 1.29rem);
	--_typography---font-size--h6: clamp(1rem, 1rem + 0vw, 1rem);
	--_spacing---section-space--large: clamp(4rem, 2.858rem + 5.71vw, 8rem);
	--_spacing---section-space--main: clamp(3.28rem, 2.694rem + 2.93vw, 5.33rem);
	--_spacing---section-space--small: clamp(2.69rem, 2.442rem + 1.24vw, 3.56rem);
	--_spacing---space--10: clamp(4.19rem, 3.41rem + 3.9vw, 6.92rem);
	--_spacing---space--9: clamp(3.44rem, 2.888rem + 2.76vw, 5.37rem);
	--_spacing---space--8: clamp(2.82rem, 2.438rem + 1.91vw, 4.16rem);
	--_spacing---space--7: clamp(2.31rem, 2.048rem + 1.31vw, 3.23rem);
	--_spacing---space--6: clamp(1.89rem, 1.716rem + 0.87vw, 2.5rem);
	--_spacing---space--5: clamp(1.55rem, 1.438rem + 0.56vw, 1.94rem);
	--_spacing---space--4: clamp(1.27rem, 1.204rem + 0.33vw, 1.5rem);
	--_spacing---space--3: clamp(1.04rem, 1.006rem + 0.17vw, 1.16rem);
	--_spacing---space--2: clamp(0.85rem, 0.836rem + 0.07vw, 0.9rem);
	--_spacing---space--1: clamp(0.7rem, 0.7rem + 0vw, 0.7rem);
	--site--padding: clamp(1.5rem, 0.928rem + 2.86vw, 3.5rem);
}
button {
	background-color: unset;
	padding: unset;
	cursor: pointer;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
}
.faqs-toogle {
	white-space: normal;
}
.w-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
}
ol {
	list-style-type: none;
	position: relative;
	padding-left: var(--_spacing---space--5);
	margin-left: 0;
	counter-increment: step-counter;
}
ol li::before {
	content: counter(step-counter);
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	font-size: 11px;
	color: white;
	font-weight: 500;
	background-color: var(--_theme---misc--accent);
	border-radius: 99px;
	text-align: center;
	line-height: 18px;
	margin-top: 6px;
}
ul {
	list-style: none;
	padding-left: 0;
}
ul li {
	position: relative;
	padding-left: var(--_spacing---space--5);
}
ul li::before {
	content: '•';
	color: var(--_theme---misc--accent);
	font-size: 2.2rem;
	position: absolute;
	left: 0;
	top: -12px;
}
.footer-links-wrap li::before {
	content: none;
	display: none;
}
.footer-links-wrap li {
	padding-left: 0 !important;
	}
*:focus {
	outline: none;
}
.u-divider-bottom-1:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.u-divider-right:last-child {
	padding-right: 0;
	border-right: 0;
}
.filter-item-wrap:last-child {
	border-bottom: 0;
}
.tab-link:last-child {
	border-bottom: 0;
}
/* slider height fix */
.slider [aria-hidden="true"] {height: 0px;}
.link:hover .link-arrow {
	transform: scale(1.2);
}
.link-arrow {
	transition: transform 0.2s ease-in-out;
}
@media (min-width: 1440px) {
	.slide-item-wrap:first-of-type {
		border-left: 1px solid var(--swatch--dividers-light);
	}
}
@media (min-width: 1440px) {
	.footer-col:first-of-type {
		border-left: 1px solid var(--swatch--dividers-dark);
	}
}
.text-wrap h1:not(:first-child),
.text-wrap h2:not(:first-child),
.text-wrap h3:not(:first-child),
.text-wrap h4:not(:first-child),
.text-wrap h5:not(:first-child),
.text-wrap h6:not(:first-child) {
	padding-top: 1rem;
}



.gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.gradient-sphere {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
}
.sphere-1 {
	width: 40vw;
	height: 40vw;
	background: linear-gradient(40deg, rgba(255, 0, 128, 0.8), rgba(255, 102, 0, 0.4));
	top: -10%;
	left: -10%;
	animation: float-1 15s ease-in-out infinite alternate;
}
.sphere-2 {
	width: 45vw;
	height: 45vw;
	background: linear-gradient(240deg, rgba(72, 0, 255, 0.8), rgba(0, 183, 255, 0.4));
	bottom: -20%;
	right: -10%;
	animation: float-2 18s ease-in-out infinite alternate;
}
.sphere-3 {
	width: 30vw;
	height: 30vw;
	background: linear-gradient(120deg, rgba(133, 89, 255, 0.5), rgba(98, 216, 249, 0.3));
	top: 60%;
	left: 20%;
	animation: float-3 20s ease-in-out infinite alternate;
}
@keyframes float-1 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(10%, 10%) scale(1.1);
	}
}
@keyframes float-2 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(-10%, -5%) scale(1.15);
	}
}
@keyframes float-3 {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.3;
	}
	100% {
		transform: translate(-5%, 10%) scale(1.05);
		opacity: 0.6;
	}
}
.glow {
	position: absolute;
	width: 40vw;
	height: 40vh;
	background: radial-gradient(circle, rgba(72, 0, 255, 0.15), transparent 70%);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	animation: pulse 8s infinite alternate;
	filter: blur(30px);
}
@keyframes pulse {
	0% {
		opacity: 0.3;
		transform: translate(-50%, -50%) scale(0.9);
	}
	100% {
		opacity: 0.7;
		transform: translate(-50%, -50%) scale(1.1);
	}
}
.particles-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1111;
	pointer-events: none;
}
.particle {
	position: absolute;
	background: white;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	filter: blur(1px);
}



img {
	height: auto;
}

input[type=submit] {
	cursor: pointer;
}



.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}



.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.aligncenter {
	display: block;
	margin: 24px auto;
}

@media (max-width: 767px) {
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin: 24px 0;
	}
}



.wpcf7 form .wpcf7-not-valid-tip {
	margin: 6px 0 0 0;
	padding: 0 3px;
	font-size: 14px;
	text-align: left;
}

.wpcf7 form .wpcf7-response-output {
	margin: 24px 0 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
}



.pagination {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
}
.page-no {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: 600;
	font-size: .9rem;
	letter-spacing: .5px;
	line-height: 1.6rem;
	color: #173863;
	transition: all .2s;
}
.page-no:hover {
	color: #e75b27;
	text-decoration: none;
}
.page-no.current {
	padding: 3px 12px;
	color: #fff;
	background-color: #0f233e;
	border-radius: 40px;
}

@media screen and (max-width: 479px) {
	.pagination {
		grid-column-gap: 18px;
		grid-row-gap: 18px;
	}
}



h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	font-style: normal;
	color: #2baae2;
}



a.anchor {
	position: absolute;
	top: -48px;
}

.section.pt-none a.anchor {
	top: -96px;
}



.map-wrap svg {
	width: 100%;
	height: auto;
}

.map-wrap svg path {
    fill: #2835351f;
    stroke: #ffffff;
    stroke-width: 0.5;
    transition: fill 0.125s ease;
}

.map-wrap.countries svg path.active,
.map-wrap.countries svg g.active path,
.map-wrap.regions svg path.active,
.map-wrap.regions svg g.active path {
	fill: #2baae2;
}

.map-wrap.countries svg path.active:hover,
.map-wrap.countries svg g.active:hover path,
.map-wrap.regions svg path.active:hover,
.map-wrap.regions svg g.active:hover path {
	fill: #fa632a;
	cursor: pointer;
}

.map-tooltip {
	position: absolute;
	z-index: 1000;
	display: none;
	/*max-width: 240px;*/
	padding: 12px 24px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1;
	color: #91949c;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	pointer-events: none;
}

.map-tooltip .country {
	color: #173863;
}

.map-tooltip .active-projects {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	margin: 12px 0;
	padding: 4px 0;
	color: #173863;
	text-transform: uppercase;
	border-top: 1px solid #2835351f;
	border-bottom: 1px solid #2835351f;
}

.map-tooltip .active-projects .number {
	font-size: 3.5rem;
}

.map-tooltip .active-projects .label {
	font-size: 1.25rem;
}



/* :NOTE: For a fixed .nav-bar in the page header. */
body.admin-bar .nav-bar {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar .nav-bar {
		top: 0;
	}
}
