/*!
Theme Name: epasero
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epasero
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

epasero is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #27262B;
	font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	color: #27262B;
}

h1, .h1 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.18;
}

@media screen and (max-width: 600px) {
	h1, .h1 {
		font-size: 32px;
	}
}

h2, .h2 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 500;
}

h3, .h3 {
	font-size: 24px;
	line-height: 1.32;
}

h4, .h4, section.focus .focus-features h2, .contact-form legend {
	font-size: 18px;
	line-height: 1.35;
}

.body-text-s {
	font-size: 14px;
}

.quote-text, .quote-text-s {
	color: #909EB4;
	font-weight: 500;
}

.quote-text span, .quote-text-s span {
	color: #27262B;
}

.quote-text.theme-white, .quote-text-s.theme-white {
	color: #909EB4;
}

.quote-text.theme-white span, .quote-text-s.theme-white span {
	color: #fff;
}

.quote-text {
	font-size: 36px;
	line-height: 1.25;
}

.quote-text-s {
	font-size: 24px;
	line-height: 1.35;
}

small, .small {
	font-size: 12px;
}

p {
	margin-bottom: 0px;
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #F8F8FD;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	outline: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.primary-button {
	display: flex;
	gap: 8px;
	align-items: center;
	border-radius: 60px;
	background-color: #27262B;
	color: #fff;
	font-weight: 500;
	padding: 15px 24px;
	cursor: pointer;
	text-decoration: none;
	transition: background-color .25s ease;
}

.primary-button__ring {
	display: none;
}

.primary-button__ring::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: ring 1.2s linear infinite;
}

.primary-button.loading .primary-button__ring {
	display: block;
}

@media (hover: hover) {
	.primary-button:hover {
		background-color: #403e46;
		transition: background-color .25s ease;
	}
}

@keyframes ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
html, body {
	overflow-x: hidden;
}

html.lenis, html.lenis body {
	height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: unset;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

* {
	-webkit-tap-highlight-color: transparent;
}

a,
button,
[onclick],
[role="button"],
.clickable,
.tappable {
	-webkit-tap-highlight-color: transparent;
}

.sections-wrapper {
	position: relative;
	z-index: 10;
	background-color: #fff;
	min-height: 100vh;
	overflow-x: hidden;
}

.section-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 30px;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-bottom: 12px;
}

.section-badge.grey {
	background-color: #EEEEF5;
	color: #909EB4;
}

.section-badge.white {
	background-color: #fff;
	color: #27262B;
}

.container {
	width: 100%;
	max-width: 1312px;
	padding: 0 16px;
	margin: 0 auto;
}

body.page-real-estate .sticky-tag {
	background-color: #4000FF;
}

body.page-tech .sticky-tag {
	background-color: #EA5E12;
}

body.page-investment .sticky-tag {
	background-color: #0096F3;
}

.app-header {
	position: fixed;
	width: 100%;
	top: 24px;
	z-index: 201;
}

.app-header__logo {
	position: relative;
	display: flex;
	align-items: center;
}

.app-header__logo #bird {
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 1;
	pointer-events: none;
}

.app-header__logo-full {
	position: relative;
	z-index: 10;
	transition: all .35s ease;
}

.app-header__logo-small {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, transform .35s ease;
}

.app-header__logo-small svg {
	transition: all .25s ease;
}

@media (hover: hover) {
	.app-header__logo-small:hover svg {
		transform: scale(1.2);
		transition: all .25s ease;
	}
}

.app-header__logo .sticky-tag {
	position: absolute;
	left: 60px;
	width: max-content;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 30px;
	text-transform: uppercase;
	background-color: #fff;
	padding: 2px 8px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .45s 0.1s ease;
	top: 50%;
	transform: translateY(-52%);
}

.app-header__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.app-header .language-switcher {
	position: relative;
}

.app-header .language-switcher .active-language {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	color: #27262B;
	text-decoration: none;
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid transparent;
	text-transform: uppercase;
	transition: all .25s ease;
}

@media (hover: hover) {
	.app-header .language-switcher .active-language:hover {
		background-color: #EBEEFC;
		transition: all .25s ease;
	}
	.app-header .language-switcher .active-language:hover .language-switcher-wrapper {
		opacity: 1;
		visibility: visible;
		transition: all .25s ease;
		pointer-events: auto;
	}
}

.app-header .language-switcher .wpml-ls-legacy-dropdown {
	width: auto;
}

.app-header .language-switcher .wpml-ls-current-language {
	display: none;
}

.app-header .language-switcher .language-switcher-wrapper {
	position: absolute;
	right: 0;
	top: 50%;
	padding-top: 34px;
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease;
	pointer-events: none;
}

.app-header .language-switcher .language-switcher-wrapper ul {
	border: 1px solid #fff;
	border-radius: 12px;
	overflow: hidden;
}

.app-header .language-switcher .language-switcher-wrapper li {
	background-color: rgba(255, 255, 255, 0.8);
}

.app-header .language-switcher .language-switcher-wrapper li:not(.active) {
	backdrop-filter: blur(40px);
}

@media (hover: hover) {
	.app-header .language-switcher .language-switcher-wrapper li:not(.active) a:hover {
		color: #27262B;
		transition: all .25s ease;
	}
	.app-header .language-switcher .language-switcher-wrapper li:not(.active) a:hover .language-switcher-dropdown__flag {
		opacity: 1;
		transition: all .25s ease;
	}
}

.app-header .language-switcher .language-switcher-wrapper li:not(.active) a:active {
	background-color: #F0F2FC;
	color: #27262B;
}

.app-header .language-switcher .language-switcher-wrapper li:not(.active) a:active .language-switcher-dropdown__flag {
	opacity: 1;
	transition: all .25s ease;
}

.app-header .language-switcher .language-switcher-wrapper li.active {
	background-color: #fff;
}

.app-header .language-switcher .language-switcher-wrapper li.active .language-switcher-dropdown__flag {
	opacity: 1;
	transition: all .25s ease;
}

.app-header .language-switcher .language-switcher-wrapper li.active a {
	color: #27262B;
}

.app-header .language-switcher .language-switcher-wrapper .language-switcher-dropdown__flag {
	display: flex;
	align-items: center;
	opacity: 0.5;
	transition: all .25s ease;
}

.app-header .language-switcher .language-switcher-wrapper a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 12px 12px;
	gap: 8px;
	font-weight: 500;
	color: #909EB4;
	text-transform: none;
	transition: all .25s ease;
	font-size: 16px;
}

.app-header.fixed {
	/*   .app-header__logo-small {
      opacity: 1;
      visibility: visible;
      transition: opacity .25s ease, transform .35s ease;

      transform: translateY(-50%) scale(1);
    }
*/
}

.app-header.fixed .sticky-tag {
	opacity: 1;
	visibility: visible;
	transition: all .45s 1s ease;
}

@keyframes drawPath {
	to {
		stroke-dashoffset: 0;
	}
}

.hamburger-box {
	display: none;
}

body.lang-en .main-menu .menu-item-has-children .sub-menu, body.lang-es .main-menu .menu-item-has-children .sub-menu {
	min-width: 210px;
}

body.lang-es .main-menu .menu-item-has-children .sub-menu {
	min-width: 230px;
}

.main-menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	align-self: center;
	border-radius: 30px;
	background-color: #fff;
}

.main-menu__gradient {
	display: none;
}

.main-menu ul {
	display: flex;
}

.main-menu li {
	display: flex;
	align-items: center;
}

.main-menu li:first-child a {
	padding-left: 16px;
}

.main-menu li:last-child a {
	padding-right: 16px;
}

.main-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-decoration: none;
	padding: 11px 3px;
	color: #27262B;
}

@media (hover: hover) {
	.main-menu a:hover > .menu-title {
		background-color: #f0f2fc;
		transition: all .25s ease;
	}
}

.main-menu .menu-title {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: transparent;
	border-radius: 20px;
	padding: 4px 8px;
	transition: background-color .25s ease;
	white-space: nowrap;
}

.main-menu .menu-arrow {
	transition: all .25s ease;
}

.main-menu .menu-item.current_page_item .menu-title, .main-menu .menu-item.current_page_ancestor .menu-title {
	background-color: #f0f2fc;
}

@media screen and (max-width: 1100px) {
	.main-menu .menu-item.current_page_item .menu-title, .main-menu .menu-item.current_page_ancestor .menu-title {
		background-color: transparent;
	}
}

.main-menu .menu-item-has-children {
	position: relative;
}

.main-menu .menu-item-has-children .sub-menu-container {
	position: absolute;
	top: 100%;
	padding-top: 16px;
	opacity: 0;
	transform: translateY(10px);
	transition: all .25s ease;
	pointer-events: none;
}

.main-menu .menu-item-has-children .sub-menu {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 228px;
	background-color: #fff;
	border-radius: 12px;
}

.main-menu .menu-item-has-children .sub-menu li:first-child a {
	padding-top: 12px;
}

.main-menu .menu-item-has-children .sub-menu li:last-child a {
	padding-bottom: 12px;
}

.main-menu .menu-item-has-children .sub-menu a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	padding: 8px 8px 8px 6px;
	width: 100%;
}

.main-menu .menu-item-has-children .sub-menu a .sub-menu-title {
	border-radius: 8px;
	padding: 4px 8px 4px 4px;
	transition: all .25s ease;
}

.main-menu .menu-item-has-children .sub-menu a .sub-menu-title path {
	transition: all .25s ease;
}

.main-menu .menu-item-has-children .sub-menu a .menu-icon {
	display: flex;
	align-items: center;
	transition: all .25s ease;
}

@media (hover: hover) {
	.main-menu .menu-item-has-children .sub-menu .menu-item:nth-child(1) a:hover .sub-menu-title {
		background-color: rgba(64, 0, 255, 0.1);
		transition: background-color .25s ease;
	}
	.main-menu .menu-item-has-children .sub-menu .menu-item:nth-child(1) a:hover .sub-menu-title path:first-child {
		fill: #4000FF;
		transition: all .25s ease;
	}
}

@media (hover: hover) {
	.main-menu .menu-item-has-children .sub-menu .menu-item:nth-child(2) a:hover .sub-menu-title {
		background-color: rgba(234, 94, 18, 0.1);
		transition: all .25s ease;
	}
	.main-menu .menu-item-has-children .sub-menu .menu-item:nth-child(2) a:hover .sub-menu-title path:first-child {
		fill: #EA5E12;
		transition: all .25s ease;
	}
}

@media (hover: hover) {
	.main-menu .menu-item-has-children .sub-menu .menu-item:nth-child(3) a:hover .sub-menu-title {
		background-color: rgba(0, 150, 243, 0.1);
		transition: all .25s ease;
	}
	.main-menu .menu-item-has-children .sub-menu .menu-item:nth-child(3) a:hover .sub-menu-title path:first-child {
		fill: #0096F3;
		transition: all .25s ease;
	}
}

.main-menu .menu-item-has-children .sub-menu .sub-menu-label {
	color: #909EB4;
	margin-right: 6px;
	display: inline-block;
}

.main-menu .menu-item-has-children .sub-menu .sub-menu-title {
	display: flex;
	align-items: center;
	width: 100%;
}

.main-menu .menu-item-has-children .sub-menu .sub-menu__arrow {
	display: flex;
	margin-right: 8px;
	opacity: 0.4;
}

.main-menu .menu-item-has-children:hover .sub-menu-container {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.main-menu .menu-item-has-children:hover .sub-menu__icon {
	transform: rotate(180deg);
	transition: all 0.3s ease;
}

.main-menu .menu-item-has-children:hover .menu-arrow {
	transform: rotate(180deg);
	transition: all 0.3s ease;
}

.main-menu .menu-item-has-children:hover .menu-title {
	background-color: #f0f2fc;
	transition: all .25s ease;
}

.dg {
	z-index: 201 !important;
}

.dg input {
	margin-top: 0px !important;
}

canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	will-change: transform;
	border-radius: 100%;
}

canvas.fluid {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	pointer-events: none;
}

.glass-wrapper {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 30px;
	backdrop-filter: blur(20px);
}

.glass-wrapper.glass-wrapper--style-1 {
	background-color: rgba(255, 255, 255, 0.1);
}

body.home .intro .scroll-to-explore {
	position: absolute;
	bottom: 110px;
	z-index: 10;
}

@keyframes rotateCircle {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes drawBorder {
	from {
		height: 0;
	}
	to {
		height: 100%;
	}
}

@keyframes rotateYOrbit {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}

.intro {
	top: 0;
	z-index: 101;
	width: 100vw;
	display: flex;
	align-items: center;
	min-height: 100dvh;
	background-color: #f0f2fc;
}

.intro .round-circle-container {
	position: absolute;
	width: 50%;
	height: 100vh;
	border: none;
	border-left: 1px solid #fff;
	z-index: 10;
	border-radius: 100%;
	left: -100px;
	pointer-events: none;
}

@media screen and (max-width: 1200px) {
	.intro .round-circle-container {
		display: none;
	}
}

.intro .round-circle-container .round-circle {
	position: absolute;
	width: 100%;
	height: 100%;
}

.intro .round-circle-container .orbit-circle {
	position: absolute;
	left: -100px;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	top: 50%;
	z-index: 1;
	display: block;
}

.intro__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f0f2fc;
}

.intro .intro-footer {
	display: flex;
	position: absolute;
	bottom: 110px;
	width: 100%;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
}

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

.intro .intro-navigation ul {
	display: flex;
}

.intro .intro-navigation ul li:first-child a {
	padding-left: 24px;
}

.intro .intro-navigation ul li:last-child a {
	padding-right: 24px;
}

.intro .intro-navigation ul li.active a {
	color: #27262B;
}

.intro .intro-navigation ul a {
	display: block;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color: #909EB4;
	padding: 12px;
}

.intro-steps .h1 {
	font-size: 40px;
}

.intro-steps .step p {
	margin-top: 12px;
	font-weight: 500;
}

.intro-steps .step-1, .intro-steps .step-2, .intro-steps .step-3 {
	position: absolute;
	top: -40px;
	opacity: 0;
}

@media screen and (max-width: 992px) {
	.intro-steps .step-1, .intro-steps .step-2, .intro-steps .step-3 {
		top: 0;
	}
}

.intro-steps .step-1 {
	z-index: 3;
}

.intro-steps .step-2 {
	z-index: 2;
}

.intro-steps .step-3 {
	z-index: 1;
}

.intro-steps .step-0 .intro-header {
	color: #909EB4;
	font-weight: 400;
}

.intro-steps .step-0 .intro-header span {
	color: #27262B;
}

.intro-steps .step-1 .intro-badge {
	color: #4000FF;
}

.intro-steps .step-2 .intro-badge {
	color: #EA5E12;
}

.intro-steps .step-3 .intro-badge {
	color: #0096F3;
}

#globe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}

#globe .scene-container {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
}

#globe canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.intro-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 101;
}

.intro-description {
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	z-index: 10;
}

.intro-subheader {
	font-size: 14px;
	margin-bottom: 8px;
}

.intro-badge {
	display: inline-flex;
	align-self: flex-start;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #fff;
	letter-spacing: 1.2px;
	padding: 3px 12px;
	border-radius: 30px;
	margin-bottom: 12px;
}

.intro-badge.purple {
	background-color: #4000FF;
	color: #fff;
}

.intro-badge.orange {
	background-color: #EA5E12;
	color: #fff;
}

.intro-badge.blue {
	background-color: #0096F3;
	color: #fff;
}

.intro-text {
	max-width: 280px;
	font-size: 14px;
	color: #565461;
}

.intro-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #27262B;
	margin-top: 16px;
}

body.lang-en #svg-container .circle-text--second span {
	transform-origin: center 7.3333em !important;
}

body.lang-es #svg-container .circle-text--second span {
	transform-origin: center 13em !important;
}

#svg-container {
	position: relative;
	border-radius: 8px;
	width: 100%;
	max-width: 530px;
	max-height: 530px;
	aspect-ratio: 1 / 1;
	height: auto;
	z-index: 1;
}

#svg-container::after {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 40px solid #fff;
	content: '';
	border-radius: 100%;
	z-index: -1;
	display: none;
}

#svg-container .circle-text {
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #27262B;
	opacity: 0.5;
	will-change: opacity;
}

#svg-container .circle-text--first {
	left: 36px;
	top: 93px;
	transform: rotate(303deg);
}

#svg-container .circle-text--first span {
	transform-origin: center 22.6667em !important;
}

#svg-container .circle-text--second {
	right: 14px;
	transform: rotate(66deg);
	top: 120px;
}

#svg-container .circle-text--third {
	transform: rotate(0deg) translateX(-50%);
	bottom: -35px;
	left: 50%;
	letter-spacing: 4px;
}

#svg-container .curved-text span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 0 -130px;
	/* Distance from center - adjust as needed */
	transform: rotate(calc(var(--i) * 15deg)) rotate(90deg);
	/* second rotate makes letter upright */
	font-family: sans-serif;
	font-size: 18px;
	color: #333;
}

#svg-container .quarters {
	pointer-events: none;
}

#svg-container .quarters .quarter-top {
	position: absolute;
	left: 99px;
	top: -20px;
	z-index: 20;
}

#svg-container .quarters .quarter-bottom-left {
	position: absolute;
	left: -16px;
	bottom: -16px;
	z-index: 20;
	transform: rotate(-1deg);
}

#svg-container .quarters .quarter-bottom-right {
	position: absolute;
	right: -16px;
	bottom: -16px;
	z-index: 20;
}

#svg-container .circle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#svg-container .light {
	position: absolute;
	width: 99%;
	height: 99%;
	background: radial-gradient(53.79% 53.79% at 50% 50%, #FFFFFF 42.54%, rgba(255, 255, 255, 0.1) 100%);
	z-index: 101;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#svg-container .gradient-backdrop {
	display: none;
	position: absolute;
	width: 150%;
	height: 150%;
}

#svg-container .gradient-backdrop img {
	display: block;
	width: 100%;
	height: 100%;
}

#svg-container #circle {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 102;
	pointer-events: none;
}

#svg-container svg {
	position: relative;
	z-index: 1;
}

#svg-container svg path.path-bg {
	stroke-dasharray: 0;
	opacity: 0.4;
}

#svg-container svg path.path-segmented {
	stroke-dasharray: 4.5;
}

#svg-container svg path, #svg-container svg circle {
	fill: none;
}

#svg-container .ellipse {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 100%;
	filter: blur(120px);
	z-index: 10;
	cursor: pointer;
	transition: opacity .25s ease;
	opacity: 0.28;
	will-change: opacity;
}

@media (hover: hover) {
	#svg-container .ellipse:hover {
		opacity: 0.4 !important;
		transition: opacity .25s ease;
	}
}

#svg-container .ellipse-top-left {
	top: -10px;
	left: -120px;
	background: #0033FF;
}

#svg-container .ellipse-top-right {
	top: -10px;
	right: -120px;
	background: #FF8D4F;
}

#svg-container .ellipse-bottom {
	bottom: -160px;
	left: 50%;
	transform: translateX(-50%);
	background: #0096F3;
}

.step-0-background {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.step-1-background, .step-2-background, .step-3-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	will-change: opacity;
	top: 0;
}

.step-1-background img, .step-2-background img, .step-3-background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.step-3-background::after {
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0;
	height: 258px;
	background: linear-gradient(180deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
}

.globe-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1003;
	pointer-events: none;
}

.globe-steps .step {
	position: absolute;
	opacity: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
}

.globe-steps .step-0 {
	position: relative;
	opacity: 1;
}

.globe-steps .step-1 {
	color: #4000FF;
}

.globe-steps .step-2 {
	color: #EA5E12;
}

.globe-steps .step-3 {
	color: #0096F3;
}

.right-steps {
	position: relative;
}

.right-steps .step {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.right-steps .step.active {
	z-index: 1;
}

.right-steps .step-0 {
	position: relative;
	opacity: 1;
}

body.page-template-inner-page .scroll-to-explore {
	cursor: pointer;
}

@media (hover: hover) {
	body.page-template-inner-page .scroll-to-explore:hover {
		transform: scale(1.02);
		transition: all .25s ease;
	}
}

.scroll-to-explore {
	display: none;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	transition: all .25s ease;
}

.scroll-to-explore svg {
	animation: bounce 1200ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transform-origin: center;
	transition: all .25s ease;
}

@keyframes bounce {
	50% {
		transform: translateY(5px);
	}
}

section.about {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100dvh;
	overflow: hidden;
}

section.about .about-gradients img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

section.about .about-gradients .about-gradient {
	position: absolute;
	width: 820px;
	height: 820px;
	opacity: 0.32;
	z-index: 10;
	pointer-events: none;
	will-change: opacity;
}

section.about .about-gradients .about-gradient--cyan {
	background: #0033FF;
	right: 130px;
	top: -130px;
	filter: blur(400px);
}

section.about .about-gradients .about-gradient--orange {
	background: #FF8D4F;
	left: 85%;
	top: -25%;
	filter: blur(200px);
}

section.about .about-gradients .about-gradient--blue {
	background: #0096F3;
	left: 60%;
	bottom: -10%;
	filter: blur(250px);
	opacity: 0.4;
}

section.about .about__bird {
	position: absolute;
	z-index: 12;
	left: 55%;
	top: 48%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 500px;
}

.about-content {
	display: flex;
	gap: 180px;
	justify-content: space-between;
}

.about-text {
	flex: 1;
}

.about-text .quote-text {
	margin-bottom: 28px;
}

.about-features {
	max-width: 320px;
	flex: 1;
}

.about-features li {
	margin-bottom: 42px;
	border-left: 2px solid #fff;
	padding-left: 16px;
}

.about-features li h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

.about-features li:last-child {
	margin-bottom: 0;
}

.cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #090920;
	border-radius: 60px;
	text-decoration: none;
	transition: background-color .25s ease;
	padding: 4px 4px 4px 24px;
	height: 48px;
	z-index: 1;
}

.cta__text {
	color: #fff;
	font-weight: 500;
	margin-right: 18px;
	transition: all .25s ease;
}

.cta__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background-color: #fff;
	transition: all .25s ease;
}

.cta__arrow svg {
	transition: all .25s ease;
}

.cta__arrow path {
	transition: all .25s ease;
}

@media (hover: hover) {
	.cta:hover {
		background-color: #4000FF;
		transition: background-color .25s ease;
	}
}

.cta.cta--light {
	background-color: #fff;
}

.cta.cta--light .cta__text {
	color: #27262B;
	transition: all .25s ease;
}

.cta.cta--light .cta__arrow {
	background-color: #000;
}

.cta.cta--light .cta__arrow path {
	transition: all .25s ease;
	fill: #fff;
}

@media (hover: hover) {
	.cta.cta--light:hover {
		background-color: #4000FF;
		transition: all .25s ease;
	}
	.cta.cta--light:hover .cta__text {
		color: #fff;
		transition: all .25s ease;
	}
}

.stats {
	display: flex;
	align-items: center;
	height: 100dvh;
	background-color: #F8F8FD;
}

.stats-features {
	position: relative;
	margin-top: 52px;
	padding-bottom: 48px;
}

.stats-features ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.stats-features li {
	position: relative;
}

.stats-features li h3 {
	font-size: 56px;
	font-weight: 500;
}

.stats-features li::after {
	position: absolute;
	bottom: -50px;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #909EB4;
	border-radius: 100%;
}

.stats-content {
	position: relative;
}

.stats-line {
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 200%;
	background-color: #909EB4;
	transform-origin: left center;
	transform: scaleX(0);
}

.advantages {
	position: relative;
	display: flex;
	align-items: center;
	height: 100dvh;
}

.advantages-content {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 170px;
}

.advantages-text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	z-index: 1;
}

.advantages-text .svg-circle {
	position: absolute;
	left: -320px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.advantages-text .svg-circle img {
	display: block;
	width: 100%;
	height: 100%;
	transform: translateX(0px);
}

.advantages-text-inner {
	position: relative;
	z-index: 1;
}

.advantages-item {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
	padding-bottom: 18px;
	gap: 100px;
	margin-bottom: 12px;
	z-index: 1;
}

.advantages-item__text {
	min-width: 240px;
}

.advantages-item:last-child {
	margin-bottom: 0;
}

.benefits {
	position: relative;
	height: 100dvh;
	display: flex;
	flex-direction: column;
	padding-bottom: 88px;
	background-color: #F8F8FD;
}

.benefits .benefits-inner {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefits .benefits-intro {
	text-align: left;
}

.benefits .benefits-description {
	flex: 1;
	text-align: left;
	max-width: 770px;
}

.benefits .benefits-content {
	display: flex;
	gap: 120px;
}

.benefits .features {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	gap: 8px;
}

.benefits .features li {
	font-weight: 700;
	border-left: 2px solid transparent;
	padding-left: 20px;
}

.benefits .features li p {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.benefits .features li .h4, .benefits .features li section.focus .focus-features h2, section.focus .focus-features .benefits .features li h2, .benefits .features li .contact-form legend, .contact-form .benefits .features li legend {
	font-size: 16px;
	line-height: 24px;
}

.benefits .features li:nth-child(1) {
	border-left-color: #4000FF;
}

.benefits .features li:nth-child(1) p {
	color: #4000FF;
}

.benefits .features li:nth-child(2) {
	border-left-color: #EA5E12;
}

.benefits .features li:nth-child(2) p {
	color: #EA5E12;
}

.benefits .features li:nth-child(3) {
	border-left-color: #0096F3;
}

.benefits .features li:nth-child(3) p {
	color: #0096F3;
}

.our-partners__header {
	color: #909EB4;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	font-size: 12px;
}

.partners-slider {
	display: flex;
	align-items: center;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 18px;
	height: 82px;
	mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}

.partners-slider .swiper-wrapper {
	transition-timing-function: linear;
	align-items: center;
}

.partners-slider .swiper-slide {
	display: flex;
	align-items: center;
	width: 140px;
}

.section-mission-intro {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100dvh;
}

.section-mission-intro .page-intro__text {
	max-width: 800px;
}

.section-mission-intro .page-intro__text .h1 {
	margin-top: 0px;
}

.section-mission-intro .page-intro__text p {
	max-width: 530px;
	margin: 30px auto 0 auto;
}

.section-mission-intro::after {
	position: absolute;
	content: '';
	bottom: 10px;
	height: 80px;
	width: 100%;
	background-color: #f0f2fc;
	z-index: 101;
}

.mission-globe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: none;
}

.mission-intro__gradient {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 600px) {
	.mission-intro__gradient {
		width: 100%;
	}
	.mission-intro__gradient img {
		display: block;
		width: 100%;
	}
}

.our-mission-page #canvas3d {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 0;
	z-index: 101;
	display: block;
	will-change: transform;
	contain: layout paint style;
	transform: translateZ(0);
}

.our-mission-page .spline-particles {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
}

.our-mission-page .our-mission {
	position: relative;
}

.our-mission-page .our-mission__gradient {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	display: none;
}

.our-mission-page .mission-slide-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	height: 100%;
}

.our-mission-page .our-mission-content {
	position: relative;
	z-index: 1;
}

.our-mission-page .our-mission-text {
	max-width: 882px;
}

.our-mission-page .mission-slider-container .mission-slide {
	padding: 26px 32px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(5px);
}

.our-mission-page .mission-slider-container .mission-slide__image {
	margin-bottom: 0px;
}

.our-mission-page .mission-slider-container .mission-slide__text {
	display: flex;
	align-items: flex-end;
}

.our-mission-page .mission-slider-container .mission-slide__header {
	display: flex;
	align-items: flex-end;
	max-width: 80%;
}

.our-mission-page .mission-slider-container .mission-slide__content {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

section.our-mission {
	display: flex;
	align-items: center;
	height: 100dvh;
}

.our-mission-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-end;
	overflow: hidden;
}

.our-mission-controls {
	display: flex;
	background-color: #fff;
	border-radius: 30px;
	height: 48px;
}

.our-mission-controls .slide-control {
	display: flex;
	align-items: center;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0 12px;
}

.our-mission-controls .slide-control:first-child {
	padding-left: 24px;
}

.our-mission-controls .slide-control:last-child {
	padding-right: 24px;
}

.our-mission-controls .slide-control path {
	transition: all .25s ease;
}

.our-mission-controls .slide-control.swiper-button-disabled path {
	opacity: 0.2;
	transition: all .25s ease;
}

section.contacts {
	display: flex;
	align-items: center;
	height: 100dvh;
}

.contacts-content {
	display: grid;
	grid-template-columns: 440px 1fr;
}

.contacts-list {
	margin-top: 40px;
}

.contacts-list-item {
	display: flex;
	align-items: center;
	gap: 24px;
	border-bottom: 2px solid #D6D8E2;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

.contacts-list-item__title {
	font-size: 56px;
	font-weight: 500;
	min-width: 80px;
}

.contacts-list-item:last-child {
	margin-bottom: 0;
}

.contacts-map {
	position: relative;
	display: block;
}

.contacts-map:has(.map-marker:hover) .map-marker {
	opacity: 0.5 !important;
	transition: opacity 0.25s ease;
}

.contacts-map:has(.map-marker:hover) .map-marker:hover {
	opacity: 1 !important;
	transition: opacity 0.25s ease;
}

.contacts-map img {
	width: 100%;
}

.map-marker {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 1;
	transition: opacity 0.25s ease;
}

.map-marker__outer, .map-marker__inner, .map-marker__dot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transform-origin: right bottom;
}

.map-marker__outer {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(64, 0, 255, 0.1);
}

.map-marker__inner {
	width: 60%;
	height: 60%;
	background-color: rgba(64, 0, 255, 0.2);
	border-radius: 100%;
}

.map-marker__dot {
	width: 20%;
	height: 20%;
	border-radius: 100%;
	background-color: #4000ff;
	transition: all .25s ease;
}

.map-marker__title {
	position: absolute;
	width: max-content;
	border-radius: 16px;
	font-size: 12px;
	text-transform: uppercase;
	bottom: calc(100%);
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all .25s ease;
	z-index: 10;
	background-color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 4px 10px;
	pointer-events: none;
}

.map-marker--kiev {
	top: 25%;
	left: 53%;
}

.map-marker--mexico {
	top: 40%;
	left: 18%;
}

.map-marker--cyprus {
	left: 52%;
	top: 35%;
	transform: translateX(-50%);
}

.map-marker--tel-aviv {
	left: 57%;
	top: 40%;
	transform: translateX(-50%);
}

.map-marker--emirates {
	left: 62%;
	top: 45%;
	transform: translateX(-50%);
}

.map-marker:hover {
	z-index: 20;
}

.map-marker:hover .map-marker__dot {
	transform: scale(2);
	transition: all .25s ease;
}

.map-marker:hover .map-marker__title {
	opacity: 1;
	transition: all .25s ease;
	pointer-events: auto;
}

.extra-space {
	height: 0px;
}

@media screen and (max-width: 992px) {
	body.home .app-footer, body.page-our-mission .app-footer {
		position: relative;
		margin-top: unset;
		height: auto;
	}
}

.app-footer {
	position: relative;
	background-color: #161518;
	padding: 180px 0 70px 0;
	color: #fff;
	width: 100vw;
}

.app-footer .quote-text-s {
	max-width: 88%;
}

.app-footer-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.app-footer-content h2 {
	color: #fff;
}

.app-footer-content .cta {
	margin-top: 24px;
}

.footer-bottom {
	margin-top: 222px;
}

.footer-bottom__line {
	height: 2px;
	background-color: #D6D8E2;
	opacity: 0.1;
}

.footer-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding-top: 40px;
}

.footer-logo {
	display: inline-flex;
}

.footer-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 8px;
	padding-top: 40px;
}

.footer-links ul {
	display: flex;
	flex-direction: column;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-info {
	display: flex;
	flex-direction: column;
	align-self: center;
	height: 100%;
}

.footer-info p {
	margin-top: auto;
	font-size: 14px;
}

.preloader {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 1000;
	pointer-events: none;
	/* Hole masking */
	-webkit-mask-image: radial-gradient(circle 0px at 50% 50%, transparent 0px, black 0px);
	mask-image: radial-gradient(circle 0px at 50% 50%, transparent 0px, black 0px);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	transition: -webkit-mask-image 0.3s ease, mask-image 0.3s ease;
}

.preloader__content {
	padding: 0 24px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.preloader__percentage {
	font-size: 120px;
	color: #27262B;
}

.preloader__text {
	color: #27262B;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 16px;
	padding-right: 24px;
}

.preloader .content-behind {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.logo-dot {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

#earth-canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	will-change: transform;
	border-radius: 100%;
	z-index: 200;
}

#html2canvas {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
}

.css3d-wapper {
	pointer-events: none;
	color: #fff;
}

.css3d-wapper .fire-div {
	font-size: 20px;
	font-weight: 600;
	border-top: 3px solid #0cd1eb;
	padding: 6px 8px;
	min-width: 50px;
	background: rgba(40, 108, 181, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

#loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	background: #010826;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #409EFF;
	font-size: 15px;
	letter-spacing: 2px;
	overflow: hidden;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(1.3, 1.3, 1.3);
	}
	to {
		opacity: 0;
	}
}

#loading.out {
	animation: zoomOut 0.5s  linear forwards;
	pointer-events: none;
}

#loading.out .sk-chase-dot,
#loading.out .sk-chase {
	animation: null;
}

.sk-chase {
	margin-bottom: 20px;
	width: 40px;
	height: 40px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot::before {
	content: '';
	display: block;
	width: 20%;
	height: 20%;
	background-color: #409EFF;
	border-radius: 100%;
	animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
	animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
	animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
	animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
	animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
	animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
	animation-delay: -0.6s;
}

.sk-chase-dot .sk-chase-dot:nth-child(2) {
	animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
	animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
	animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
	animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
	animation-delay: -0.6s;
}

@keyframes sk-chase {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot {
	80%,
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot-before {
	50% {
		transform: scale(0.4);
	}
	100%,
	0% {
		transform: scale(1);
	}
}

section.with-grey-gradient {
	position: relative;
}

section.with-grey-gradient::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: var(--bg-gradient-fadeout);
	pointer-events: none;
	transition: opacity 0.3s ease-out;
	z-index: 1;
	background: linear-gradient(268.39deg, #F8F8FD -0.94%, #DBE2EE 96.55%);
}

section.with-grey-gradient > div {
	position: relative;
	z-index: 1;
}

section.without-initial-gradient {
	position: relative;
}

section.without-initial-gradient::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(268.39deg, #F8F8FD -0.94%, #DBE2EE 96.55%);
	opacity: var(--bg-gradient-fadein, 0);
	pointer-events: none;
	transition: opacity 0.3s ease-out;
	z-index: 1;
	will-change: opacity;
}

section.without-initial-gradient .container {
	position: relative;
	z-index: 15;
}

@media screen and (max-width: 992px) {
	section.without-initial-gradient::before {
		opacity: 1;
	}
}

.section {
	background-color: #f0f2fc;
}

.purple {
	background-color: #4000FF;
}

.orange {
	background-color: #EA5E12;
}

.blue {
	background-color: #0096F3;
}

.page-layout .globe-steps, .page-layout .quarters, .page-layout .circle-text, .page-layout path.path-full {
	display: none;
}

.page-layout .globe-badges li {
	position: absolute;
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 14px;
	max-height: 56px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.32);
	backdrop-filter: blur(50px);
	border-radius: 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	z-index: 1002;
}

.page-layout .globe-badges li:nth-child(1) {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.page-layout .globe-badges li:nth-child(2) {
	position: absolute;
	top: 50%;
	left: -18px;
	transform: translateY(-50%);
}

.page-layout .globe-badges li:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 80px;
}

.page-layout .globe-badges li img {
	margin-right: 12px;
	width: 24px;
	height: 24px;
}

.page-layout .intro-steps p {
	font-size: 12px;
	margin-top: 18px;
}

.page-layout #svg-container {
	left: initial;
	right: 0;
}

section.focus {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	height: 100dvh;
}

section.focus .focus__background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	bottom: 0;
}

@media screen and (max-width: 992px) {
	section.focus .focus__background {
		opacity: 1;
	}
}

section.focus .intro-badge {
	margin-bottom: 24px;
}

section.focus .focus__content {
	position: relative;
	display: grid;
	gap: 16px;
	justify-content: space-between;
	grid-template-columns: 420px 580px;
	color: inherit;
	z-index: 1;
}

section.focus .focus-features li {
	margin-bottom: 24px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	padding-left: 24px;
}

section.focus .focus-features li:last-child {
	margin-bottom: 0;
}

section.focus .focus-features h2 {
	color: inherit;
	font-weight: 700;
	margin-bottom: 12px;
}

section.focus .focus-description {
	position: relative;
	align-self: center;
}

section.focus .focus-description .world-globe {
	position: absolute;
	width: 380px;
	height: 380px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.24;
}

section.focus .focus-description p {
	position: relative;
	color: inherit;
	margin-bottom: 28px;
	z-index: 1;
}

section.focus .focus-description p span {
	color: rgba(255, 255, 255, 0.6);
}

section.focus.focus-purple .intro-badge {
	background-color: #5a33d3;
	color: #fff;
}

@media (hover: hover) {
	section.focus.focus-purple .cta:hover {
		background-color: #5a33d3;
	}
}

section.focus.focus-orange .intro-badge {
	background-color: #e17a43;
	color: #fff;
}

@media (hover: hover) {
	section.focus.focus-orange .cta:hover {
		background-color: #e17a43;
	}
}

section.focus.focus-blue .intro-badge {
	background-color: #2f92ce;
	color: #fff;
}

@media (hover: hover) {
	section.focus.focus-blue .cta:hover {
		background-color: #2f92ce;
	}
}

section.info {
	position: relative;
}

.info-real-estate {
	padding: 130px 0;
}

.info-real-estate .info-estate-content {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 85px;
	z-index: 10;
}

.info-real-estate .real-estate-box {
	padding: 110px 80px 110px 65px;
	background: linear-gradient(360deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.6) 100%);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(50px);
	border-radius: 16px;
}

.info-real-estate .real-estate-box__image {
	position: relative;
}

.info-real-estate .box-badge {
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	background-color: #e0e0f8;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(50px);
	border-radius: 16px;
	padding: 15px 20px 15px 14px;
	z-index: 10;
}

.info-real-estate .box-badge.box-badge--construction {
	top: 0;
	left: 0;
}

.info-real-estate .box-badge.box-badge--development {
	left: 60px;
	bottom: 30px;
}

.info-real-estate .box-badge.box-badge--properties {
	right: -40px;
	bottom: -50px;
}

.info-real-estate .box-badge.box-badge--white {
	background-color: #fff;
}

.info-real-estate .box-badge__icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
}

.info-real-estate .box-badge__icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.info-real-estate .box-badge__title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.info-real-estate .info-estate-right {
	align-self: center;
	padding-right: 48px;
}

.info-real-estate .info-estate-right .quote-text {
	font-size: 32px;
}

.info-real-estate .info-estate-tag {
	border-left: 1px solid #4000FF;
	padding-left: 20px;
	margin-top: 68px;
}

.info-real-estate .info-estate-tag__subheader {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #4000FF;
	margin-bottom: 6px;
	font-weight: 700;
}

.info-real-estate .info-estate-tag__header {
	font-weight: 700;
}

.info-real-estate-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(114deg, #EAE6F4 2.99%, #C6D1FF 92.64%);
}

.info-real-estate-bg::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 40%;
	position: absolute;
	background: linear-gradient(180deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
}

.info-tech {
	padding: 200px 0 50px 0;
}

.info-tech .quote-text {
	font-size: 32px;
}

.info-tech__bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(111.85deg, #FFECE2 3.2%, #FAEDDC 98.78%);
}

.info-tech__bg::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 40%;
	position: absolute;
	background: linear-gradient(180deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
}

.info-tech__right {
	position: relative;
}

.info-tech__globe {
	position: absolute;
	width: 100%;
	height: 100%;
	right: -40px;
	top: -40px;
}

.info-investment {
	padding: 200px 0 50px 0;
}

.info-investment__bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(112.26deg, #E8F6FF -10.59%, #C5DCFF 92.66%);
}

.info-investment__bg::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
}

.investment-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	z-index: 10;
}

.investment-content .box-badge {
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	padding: 15px 20px 15px 14px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(25px);
	white-space: nowrap;
}

.investment-content .box-badge.venture {
	top: 20%;
	left: 52%;
	transform: translateX(-50%);
}

.investment-content .box-badge.assets {
	top: 45%;
	right: 10%;
}

.investment-content .box-badge.partnership {
	bottom: 20%;
	left: 10%;
}

.investment-content .box-badge.box-badge--white {
	background-color: #fff;
}

.investment-content .box-badge__icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
}

.investment-content .box-badge__icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.investment-content .box-badge__title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.investment__right {
	position: relative;
}

.investment__right .investment__tree {
	position: absolute;
	top: -140px;
	right: 0;
}

.investment-tag {
	border-left: 1px solid #0096F3;
	padding-left: 20px;
	margin-top: 68px;
}

.investment-tag__subheader {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0096F3;
	margin-bottom: 6px;
	font-weight: 700;
}

.investment-tag__header {
	font-weight: 700;
}

.tech-features {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
	position: relative;
	margin-top: 80px;
	z-index: 10;
}

.tech-feature {
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 30px 24px 30px 24px;
	background: rgba(255, 148, 95, 0.1);
	backdrop-filter: blur(5px);
}

.tech-feature__top {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

.tech-feature__image {
	width: 24px;
	height: 24px;
}

.tech-feature__image img, .tech-feature__image svg {
	display: block;
	width: 100%;
	height: 100%;
}

.tech-feature__title {
	font-size: 18px;
	font-weight: 700;
}

.info-tech-content {
	position: relative;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	z-index: 10;
}

section.cases {
	padding-top: 120px;
	padding-bottom: 90px;
	background-color: #f0f2fc;
}

.cases-wrapper {
	margin-top: 50px;
}

.case-item {
	position: relative;
	display: grid;
	grid-template-columns: 240px 1fr 120px;
	align-items: flex-start;
	gap: 91px;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
	opacity: 0.5;
	padding-bottom: 32px;
	padding-top: 50px;
	transition: all .25s ease;
	min-height: 248px;
}

.case-item__logo {
	position: absolute;
	width: 100%;
	height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .25s ease;
}

.case-item__logo img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	transition: all .25s ease;
}

.case-item__images {
	position: relative;
	height: 100%;
}

.case-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.case-item__image img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: calc(100% - 40px);
	object-fit: cover;
	opacity: 0;
	transition: all .25s ease;
	border-radius: 16px;
}

.case-item__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.case-item__badge {
	background-color: #909EB4;
	border-radius: 60px;
	color: #fff;
	padding: 2px 14px;
}

.case-item__link a {
	display: inline-flex;
	position: relative;
	text-decoration: none;
	color: #27262B;
	font-size: 14px;
	font-weight: 700;
}

.case-item__link a::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #27262B;
}

.case-item__description p {
	margin-bottom: 16px;
}

.case-item__description p:last-child {
	margin-bottom: 0;
}

.case-item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	.case-item {
		opacity: 1;
	}
}

@media (hover: hover) {
	.case-item:hover {
		opacity: 1;
		transition: all .25s ease;
	}
	.case-item:hover .case-item__logo {
		top: 8%;
		transition: all .25s ease;
	}
	.case-item:hover .case-item__logo img {
		width: 157px;
		height: 40px;
		transition: all .25s ease;
	}
	.case-item:hover .case-item__image img {
		opacity: 1;
		transition: all .25s ease;
	}
}

@media screen and (max-width: 992px) {
	.case-item .case-item__image img {
		display: none;
	}
}

.page-real-estate #svg-container .ellipse-top-left {
	opacity: 0.5;
}

.page-tech #svg-container .ellipse-top-right {
	opacity: 0.5;
}

.page-investment #svg-container .ellipse-bottom {
	opacity: 0.5;
}

.our-mission-page .page-intro {
	position: relative;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 101;
}

.approach {
	position: relative;
	padding-top: 195px;
	padding-bottom: 195px;
	background-color: #f0f2fc;
}

.approach.real-estate .approach__gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(112.26deg, #EAE6F4 -10.59%, #C6D1FF 92.66%);
	z-index: 1;
	opacity: var(--bg-gradient-fadein);
}

.approach.tech .approach__gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(111.85deg, #FFECE2 3.2%, #FAEDDC 98.78%);
	z-index: 1;
	opacity: var(--bg-gradient-fadein);
}

.approach.investment .approach__gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(112.26deg, #E8F6FF -10.59%, #C5DCFF 92.66%);
	z-index: 1;
	opacity: var(--bg-gradient-fadein);
}

.approach::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 30%;
	background: linear-gradient(0deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
	z-index: 2;
	top: 0;
	pointer-events: none;
}

@media screen and (max-width: 992px) {
	.approach::before {
		height: 5%;
	}
}

.approach::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 30%;
	background: linear-gradient(180deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
	z-index: 1;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

@media screen and (max-width: 992px) {
	.approach::after {
		height: 5%;
	}
}

.approach .container {
	position: relative;
	z-index: 1;
}

.approach-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 56px;
}

.approach-item {
	gap: 70px;
	padding: 32px;
}

.approach-item__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.approach-item__wrapper .h3 {
	padding-top: 40px;
}

.page-layout .advantages-content {
	grid-template-columns: 380px 1fr;
}

.page-layout .advantages-item {
	grid-template-columns: 200px 1fr;
}

.contacts {
	position: relative;
	background-color: #f0f2fc;
	z-index: 10;
}

.contacts__content {
	display: grid;
	grid-template-columns: 434px minmax(0, 580px);
	gap: 240px;
}

.contacts__form {
	position: relative;
	z-index: 10;
}

.contacts__info {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.contacts__info .h2 {
	margin-bottom: 24px;
}

.contacts__image {
	position: absolute;
	right: -12px;
}

.contacts .bg-gradient-desktop {
	position: absolute;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	width: 1410px;
	pointer-events: none;
}

.page-intro {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 256px;
	padding-bottom: 200px;
}

.page-intro__gradient-desktop {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	pointer-events: none;
}

.page-intro__content {
	position: relative;
	width: 100%;
	max-width: 1060px;
	text-align: center;
	z-index: 1;
}

.page-intro__text {
	max-width: 530px;
	margin: auto;
}

.page-intro__text span {
	color: #909EB4;
}

.page-intro__text p {
	margin-top: 32px;
}

.filters-group {
	margin-top: 28px;
	margin-bottom: 72px;
}

@media screen and (max-width: 850px) {
	.filters-group {
		margin-bottom: 48px;
	}
}

.filters {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.filters .filter {
	position: relative;
	display: inline-flex;
}

.filters .filter__button {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 30px;
	padding: 15px 16px 15px 20px;
	border: none;
	cursor: pointer;
	transition: all .25s ease;
}

@media (hover: hover) {
	.filters .filter__button:hover {
		background-color: #f0f2fc;
		transition: all .25s ease;
	}
}

.filters .filter__text {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #27262B;
}

.filters .filter__icon {
	display: flex;
	align-items: center;
	transition: all .25s ease;
}

.filters .filter .dropdown {
	position: absolute;
	width: 100%;
	top: calc(100% + 12px);
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
	min-width: 220px;
}

.filters .filter input[type=checkbox] {
	display: none;
}

.filters .filter input[type=checkbox]:checked + span {
	background-color: #909EB4;
	transition: all .25s ease;
}

.filters .filter .custom-checkbox {
	display: block;
	height: 12px;
	margin-right: 10px;
	width: 12px;
	border: 1px solid #909EB4;
	background-color: transparent;
	transition: all .25s ease;
}

.filters .filter.active .dropdown {
	opacity: 1;
	transform: translateY(0px);
	transition: all .25s ease;
	pointer-events: auto;
}

.filters .filter.active .filter__icon {
	transform: rotate(180deg);
	transition: all .25s ease;
}

.filter-section {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 850px) {
	.filter-section {
		flex-direction: column;
		align-items: center;
		gap: 18px;
	}
}

.filter-tags ul {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.filter-tags li.active.all button {
	background-color: #fff;
	color: #27262B;
}

.filter-tags li.active .close-button {
	display: block;
}

.filter-tags li.active:nth-child(2) button {
	background-color: #4000FF;
	color: #fff;
}

.filter-tags li.active:nth-child(3) button {
	background-color: #EA5E12;
	color: #fff;
}

.filter-tags li.active:nth-child(4) button {
	background-color: #0096F3;
	color: #fff;
}

@media (hover: hover) {
	.filter-tags li:hover:not(.active):nth-child(2) button {
		color: #4000FF;
		transition: all .25s ease;
	}
	.filter-tags li:hover:not(.active):nth-child(3) button {
		color: #EA5E12;
		transition: all .25s ease;
	}
	.filter-tags li:hover:not(.active):nth-child(4) button {
		color: #0096F3;
		transition: all .25s ease;
	}
}

.filter-tags button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	background-color: rgba(255, 255, 255, 0.5);
	color: #909EB4;
	border-radius: 30px;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 6px 10px;
	height: 100%;
	max-height: 24px;
	cursor: pointer;
	transition: all .25s ease;
}

.filter-tags .close-button {
	display: none;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.dropdown {
	background-color: #fff;
	border-radius: 12px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: all .25s ease;
}

.dropdown .dropdown-item label {
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	padding: 8px 4px 8px 12px;
	border-bottom: 1px solid rgba(144, 158, 180, 0.12);
	transition: border-bottom-color .25s ease;
}

@media (hover: hover) {
	.dropdown .dropdown-item label:hover {
		border-bottom-color: rgba(144, 158, 180, 0.5);
		transition: border-bottom-color .25s ease;
	}
}

.filter-items {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 32px;
}

.filter-item {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	border-radius: 16px;
}

@keyframes skeleton-loading {
	0% {
		background-color: #e0e0e0;
	}
	50% {
		background-color: #f0f0f0;
	}
	100% {
		background-color: #e0e0e0;
	}
}

.filter-item .skeleton {
	animation: skeleton-loading 1.2s infinite ease-in-out;
	border-radius: 4px;
}

.filter-item .skeleton-text {
	width: 100%;
	height: 1em;
	margin-bottom: 0.5em;
}

.filter-item .skeleton-title {
	width: 60%;
	height: 1.2em;
	margin-bottom: 0.75em;
}

.filter-item .skeleton-box {
	height: 40px;
	width: 100%;
	margin-bottom: 1em;
}

.filter-item .skeleton-circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.filter-item__top {
	display: flex;
	justify-content: space-between;
}

.filter-item__header {
	font-weight: 500;
	margin-bottom: 4px;
}

.filter-item__description {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

.filter-item__text {
	color: #909EB4;
	font-weight: 500;
}

.filter-item.with-skeleton {
	pointer-events: none;
}

.filter-positions {
	margin: 56px 0 0 0;
}

.filter-position__link {
	display: grid;
	grid-template-columns: 320px 1fr 40px;
	text-decoration: none;
	justify-content: space-between;
	color: inherit;
	padding: 16px 0;
	border-bottom: 1px solid rgba(144, 158, 180, 0.1);
	transition: all .25s ease;
}

@media (hover: hover) {
	.filter-position__link:hover {
		border-bottom-color: #909eb4;
		transition: all .25s ease;
	}
}

.filter-position__icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.filter-position__header {
	text-align: left;
	font-size: 18px;
	font-weight: 700;
}

.contact-form {
	padding: 56px 64px 56px 56px;
}

.contact-form.glass-wrapper {
	background-color: rgba(255, 255, 255, 0.2);
}

.contact-form fieldset {
	border: none;
	padding: 0;
}

.contact-form legend {
	font-weight: 700;
	margin-bottom: 32px;
	max-width: 75%;
}

.contact-form .form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.contact-form .form-group.invalid input {
	border-bottom-color: #d87171;
}

.contact-form .form-group:last-child {
	margin-bottom: 0;
}

.contact-form__label {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 8px;
}

.contact-form__label-attachment {
	display: flex;
	align-items: center;
	gap: 2px;
	cursor: pointer;
}

.contact-form input, .contact-form textarea {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #909EB4;
	background-color: transparent;
	border-radius: 0;
	padding: 0 0 10px 0;
	transition: all .25s ease;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
	color: #909EB4;
	transition: all .25s ease;
}

.contact-form input:focus, .contact-form textarea:focus {
	border-bottom-color: #27262B;
	transition: all .25s ease;
}

.contact-form input:focus::placeholder, .contact-form textarea:focus::placeholder {
	color: #27262B;
	transition: all .25s ease;
}

.contact-form .filename-placeholder {
	display: none;
}

.contact-form .filename-placeholder__icon {
	display: flex;
	align-items: center;
	gap: 12px;
}

.contact-form .filename-placeholder.visible {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
}

.contact-form__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.contact-form input[type="file"] {
	display: none;
}

.contact-form .form-message {
	text-align: center;
	margin-top: 12px;
}

.contact-form .form-message.success {
	color: #109b10;
	font-weight: 500;
}

.contact-form.is-loading {
	opacity: 0.5;
	pointer-events: none;
}

.career-form .contact-form {
	padding: 0;
	border: none;
	border-top: 2px solid #fff;
	padding-top: 32px;
	max-width: 460px;
	background-color: transparent;
	backdrop-filter: none;
}

.career-form .contact-form .contact-form__footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 32px;
	gap: 24px;
}

.career-form .contact-form legend {
	font-size: 32px;
	font-weight: 500;
}

.page-careers {
	min-height: 100dvh;
}

.page-careers-single {
	position: relative;
	padding-top: 156px;
	background-color: #f0f2fc;
}

.page-careers-single .bg-gradient-desktop {
	position: fixed;
	right: 0;
	top: -200px;
	z-index: 0;
	pointer-events: none;
}

.back-to {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.back-to svg {
	margin-right: 10px;
}

.single-career {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(25px);
	border-radius: 16px;
	padding: 80px 60px 80px 100px;
	margin-top: 32px;
}

.single-career-wrapper {
	max-width: 1060px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.career-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.career-top__text {
	display: flex;
	flex-direction: column;
}

.career-top__text ul {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 12px;
}

.career-top__text li {
	position: relative;
	display: flex;
	align-items: center;
	color: #909EB4;
	font-weight: 700;
}

.career-top__text li svg {
	margin-right: 4px;
}

.career-top__text li::after {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #909EB4;
	left: -12px;
}

.career-top__text li:first-child::after {
	display: none;
}

.career-top__button {
	padding-bottom: 52px;
	flex: none;
}

.career-top__description {
	margin-top: 32px;
}

.career-texts {
	max-width: 725px;
	margin-top: 24px;
	padding-bottom: 32px;
}

.career-texts .wp-block-heading {
	margin-top: 32px;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

.career-texts ul {
	margin: 0;
	padding: 0;
}

.career-texts ul li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 4px;
}

.career-texts ul li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #27262B;
}

.career-texts ul li:last-child {
	margin-bottom: 0;
}

.career-description {
	margin-bottom: 28px;
}

.titled-list .h4, .titled-list section.focus .focus-features h2, section.focus .focus-features .titled-list h2, .titled-list .contact-form legend, .contact-form .titled-list legend {
	margin-bottom: 12px;
}

.page-contact {
	background-color: #f0f2fc;
}

.contact-container {
	display: grid;
	place-content: space-between;
	grid-template-columns: 1fr 1fr;
	gap: 150px;
	padding-bottom: 132px;
}

.contact-container .contacts-map {
	margin-top: 40px;
}

.contact-container .contacts-map .map-marker {
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 600px) {
	.contact-container .contacts-map .map-marker {
		width: 20px;
		height: 20px;
	}
	.contact-container .contacts-map .map-marker.map-marker--cyprus {
		left: 50%;
	}
	.contact-container .contacts-map .map-marker.map-marker--emirates {
		left: 64%;
	}
}

.contact-container .quote-text-s {
	border-bottom: 2px solid #fff;
	padding-bottom: 32px;
}

.contact-description {
	position: relative;
	z-index: 1;
}

.contact-email {
	position: relative;
	display: inline-block;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 32px;
	text-decoration: none;
	color: inherit;
}

.contact-email::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #27262B;
}

.global-offices {
	display: block;
	margin-top: 40px;
	font-weight: 500;
}

.global-offices p {
	float: left;
	margin-right: 6px;
}

.global-offices ul li {
	position: relative;
	float: left;
	margin-right: 12px;
}

.global-offices ul li::after {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background-color: #27262B;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: -8px;
}

.global-offices ul li:last-child::after {
	display: none;
}

.website-link {
	display: block;
	clear: both;
	text-decoration: underline;
	color: inherit;
	font-weight: 500;
	margin-top: 4px;
}

.your-path {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
	height: 100dvh;
}

.your-path__content {
	position: relative;
	display: grid;
	grid-template-columns: 365px 1fr;
	place-content: space-between;
	gap: 40px;
}

.your-path__description {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.your-path__description .h2 {
	margin-top: 12px;
	margin-bottom: 32px;
	color: #909EB4;
}

.your-path__description .h2 span {
	color: #27262B;
}

.your-path__globe {
	position: absolute;
	width: 600px;
	height: 600px;
	left: -340px;
	top: 50%;
	transform: translateY(-50%);
}

.your-path__features {
	max-width: 440px;
	margin-left: auto;
	margin-right: 60px;
}

.your-path__features .progress-bar {
	position: absolute;
	width: 2px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
}

.your-path__features .progress-bar__line {
	position: absolute;
	background-color: #909EB4;
	width: 100%;
	height: 100%;
	transform-origin: top;
	transform: scaleY(0);
}

.your-path__features ul {
	padding-right: 56px;
}

.your-path__features li {
	margin-bottom: 88px;
}

.your-path__features li .h4, .your-path__features li section.focus .focus-features h2, section.focus .focus-features .your-path__features li h2, .your-path__features li .contact-form legend, .contact-form .your-path__features li legend {
	margin-top: 12px;
	margin-bottom: 24px;
}

.your-path__features li:last-child {
	margin-bottom: 0;
}

.our-pillars {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0;
	min-height: 100dvh;
}

.our-pillars__text {
	position: relative;
	z-index: 21;
}

.our-pillars .h2 {
	max-width: 50%;
}

.pillars {
	position: relative;
	margin-top: 70px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	z-index: 20;
	backdrop-filter: blur(10px);
}

.pillars .pillar {
	padding: 28px 17px 28px 28px;
	border: 1px solid #fff;
	border-radius: 16px;
}

.pillars .pillar__top {
	display: flex;
	justify-content: space-between;
	gap: 140px;
	margin-bottom: 30px;
}

.pillars .pillar__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.pillars .pillar__text {
	padding-right: 40px;
}

.pillars .pillar:nth-child(1) {
	background-color: #D7DBFA33;
}

.pillars .pillar:nth-child(2) {
	background-color: #FCEDDF33;
}

.pillars .pillar:nth-child(3) {
	background-color: #D3E7FF33;
}

.js-split-header {
	display: block;
	overflow: hidden;
	opacity: 0;
}

@media screen and (max-width: 992px) {
	.js-split-header {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
}

@media screen and (max-width: 992px) {
	.fade-in {
		opacity: 1;
	}
}

body.page-about-us {
	background-color: #f0f2fc;
}

body.page-about-us .page-intro__text {
	max-width: 1000px;
}

.about-description {
	padding-top: 210px;
	padding-bottom: 210px;
	display: flex;
	align-items: center;
	position: relative;
}

.about-description__content {
	display: grid;
	grid-template-columns: 900px;
}

@media screen and (max-width: 900px) {
	.about-description__content {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1440px) {
	.about-description__text {
		max-width: 700px;
	}
}

@media screen and (max-width: 1170px) {
	.about-description__text {
		max-width: 400px;
	}
}

@media screen and (max-width: 992px) {
	.about-description__text .quote-text {
		font-size: 24px;
	}
}

@media screen and (max-width: 900px) {
	.about-description__text {
		max-width: 100%;
	}
}

.about-description__map {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1000px;
	height: 600px;
}

.about-description__map:has(.map-marker:hover) .map-marker {
	opacity: 0.5;
	transition: opacity 0.25s ease;
}

.about-description__map:has(.map-marker:hover) .map-marker:hover {
	opacity: 1 !important;
	transition: opacity 0.25s ease;
}

.about-description__map img {
	position: absolute;
	right: 0;
	height: 100%;
	object-fit: cover;
}

.about-description__map .map-marker--kiev {
	right: 15%;
	top: 25%;
	left: unset;
}

@media screen and (max-width: 900px) {
	.about-description__map .map-marker--kiev {
		top: 26%;
		left: 50%;
		right: unset;
	}
}

.about-description__map .map-marker--mexico {
	left: 50%;
}

@media screen and (max-width: 900px) {
	.about-description__map .map-marker--mexico {
		top: 60%;
		left: 35%;
	}
}

.about-description__map .map-marker--cyprus {
	right: 18%;
	left: unset;
	transform: none;
}

.about-description__map .map-marker--tel-aviv {
	right: 14%;
	top: 39%;
	left: unset;
	transform: none;
}

.about-description__map .map-marker--emirates {
	right: 5%;
	left: unset;
	transform: none;
}

@media screen and (max-width: 600px) {
	.about-description__map {
		margin-top: 16px;
	}
}

.about-description .cta {
	margin-top: 20px;
}

.top-gradient {
	position: absolute;
	width: 100%;
	height: 258px;
	background: linear-gradient(180deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
	transform: rotate(180deg);
	top: 0;
	z-index: 1;
}

.bottom-gradient {
	position: absolute;
	width: 100%;
	height: 258px;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(240, 242, 252, 0) 0%, #F0F2FC 100%);
}

.our-team {
	position: relative;
	background: linear-gradient(268.39deg, #F8F8FD -0.94%, #DBE2EE 96.55%);
	padding: 110px 0;
}

.our-team__wrapper {
	position: relative;
	z-index: 10;
	max-width: 590px;
}

.our-team__wrapper .section-header {
	max-width: 50%;
	margin-bottom: 14px;
}

.our-team__wrapper .section-description {
	font-size: 14px;
}

.team-slider-container {
	position: relative;
	z-index: 10;
	text-align: right;
}

.team-slider-container .our-mission-controls {
	margin-left: auto;
	display: inline-flex;
	margin-bottom: 40px;
}

.team-slider {
	position: relative;
}

.team-slider .team-slide {
	padding: 8px 8px 24px 8px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 16px;
	text-align: left;
	box-sizing: border-box;
	height: auto;
}

.team-slider .team-content {
	padding-left: 16px;
}

.team-slider .team-image {
	width: 100%;
	height: 276px;
	border-radius: 10px;
	background-color: #909EB4;
	overflow: hidden;
}

.team-slider .team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-slider .team-name {
	font-size: 24px;
	font-weight: 700;
	margin-top: 12px;
}

.mission-slider-container .swiper {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.mission-slider-container .mission-slide {
	display: flex;
	flex-direction: column;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 16px;
	padding: 40px 40px 32px 40px;
	backdrop-filter: blur(50px);
	background-color: rgba(255, 255, 255, 0.1);
	height: auto;
	margin-top: 88px;
}

.mission-slider-container .mission-slide__image {
	width: 32px;
	height: 32px;
	margin-bottom: 28px;
}

.mission-slider-container .mission-slide__title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #909EB4;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

.mission-slider-container .mission-slide__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}

.swiper .swiper-pagination {
	position: relative;
	bottom: unset !important;
	top: unset !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(1);
}

.swiper .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 2px 44px;
	background-color: #fff;
	bottom: 0;
	opacity: 1;
	transition: all .25s ease;
}

.swiper .swiper-pagination-bullet-active {
	background-color: #909EB4;
	transition: all .25s ease;
}

.our-principles {
	position: relative;
	padding-top: 180px;
	padding-bottom: 180px;
	background: linear-gradient(88.39deg, #F8F8FD 3.45%, #DBE2EE 100.94%);
}

.our-principles .bird {
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 10;
}

.principles-wrapper {
	position: relative;
	z-index: 10;
}

.principles-top {
	position: relative;
	max-width: 550px;
	z-index: 20;
}

.principles {
	position: relative;
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	z-index: 20;
}

.principle {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	border: 1px solid #fff;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 32px 18px 32px 32px;
	backdrop-filter: blur(10px);
}

.principle-top {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 28px;
}

.principle-top h3 {
	max-width: 60%;
}

.principle__description {
	margin-top: auto;
}

.mindset {
	background-color: #f0f2fc;
	padding-top: 120px;
	padding-bottom: 210px;
}

.mindset__content {
	position: relative;
	max-width: 630px;
	margin: 0 auto;
	text-align: center;
}

.mindset__content .gradient {
	position: absolute;
	width: 1000px;
	height: 700px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mindset .author {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.mindset .author__image {
	width: 54px;
	height: 54px;
	border: 4px solid #fff;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	overflow: hidden;
}

.mindset .author__name {
	font-size: 18px;
	font-weight: 700;
}

.mindset .author__position {
	font-size: 16px;
	font-weight: 500;
}

.mindset .author__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mindset-features {
	position: relative;
	margin-top: 206px;
	z-index: 10;
}

.mindset-features ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.mindset-features ul .mindset-feature {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 48px 32px;
	border-radius: 16px;
	min-height: 304px;
}

.mindset-features ul .mindset-feature .bird {
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	transition: all .25s ease;
	z-index: 10;
}

.mindset-features ul .mindset-feature__content {
	position: relative;
	z-index: 10;
	margin-bottom: 24px;
}

.mindset-features ul .mindset-feature h2 {
	margin-bottom: 8px;
	transition: color .25s ease;
}

.mindset-features ul .mindset-feature p {
	max-width: 50%;
	transition: color .25s ease;
}

.mindset-features ul .mindset-feature .cta {
	margin-top: auto;
	align-self: flex-start;
	z-index: 20;
}

.mindset-features ul .mindset-feature .mindset-part {
	overflow: hidden;
}

.mindset-features ul .mindset-feature .mindset-part__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #3600D6;
	opacity: 0;
	z-index: 1;
	top: 0;
	left: 0;
	transition: all .25s ease;
	border-radius: 16px;
}

.mindset-features ul .mindset-feature.mindset-invest {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all .25s ease;
}

.mindset-features ul .mindset-feature.mindset-part {
	background: linear-gradient(268.9deg, #F8F8FD -75.78%, #DBE2EE 96.84%);
	border: 1px solid rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
	transition: all .25s ease;
}

@media (hover: hover) {
	.mindset-features ul .mindset-feature:hover.mindset-invest {
		background-color: #27262B;
		color: #fff;
		transition: all .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-invest .bird {
		opacity: 1;
		transition: all .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-invest h2 {
		color: #fff;
		transition: color .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-invest p {
		color: #fff;
	}
	.mindset-features ul .mindset-feature:hover.mindset-invest .cta {
		background-color: #fff;
		transition: all .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-invest .cta__text {
		color: #27262B;
		transition: all .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-invest .cta__arrow {
		background-color: #27262B;
		transition: all .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-invest .cta__arrow path {
		fill: #fff;
		transition: all .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-part .bird {
		opacity: 1;
		transition: all .25s ease;
	}
	.mindset-features ul .mindset-feature:hover.mindset-part .mindset-part__bg {
		transition: all .25s ease;
		opacity: 1;
	}
	.mindset-features ul .mindset-feature:hover.mindset-part h2, .mindset-features ul .mindset-feature:hover.mindset-part p {
		color: #fff;
	}
}

@media (hover: hover) and (hover: hover) {
	.mindset-features ul .mindset-feature:hover.mindset-part .cta--light:hover {
		background-color: #fff;
	}
	.mindset-features ul .mindset-feature:hover.mindset-part .cta--light:hover .cta__text {
		color: #27262B;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Swiper
--------------------------------------------- */
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color:#007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s right;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform,opacity,height;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Responsive Media
--------------------------------------------- */
@media screen and (max-width: 992px) {
	.preloader {
		mask-image: unset !important;
		-webkit-mask-image: unset !important;
	}
}

@media screen and (max-width: 600px) {
	.preloader {
		display: none;
	}
	.preloader .preloader__content {
		flex-direction: column;
		align-items: center;
	}
	.preloader .preloader__percentage {
		font-size: 100px;
	}
}

@media screen and (max-width: 900px) {
	.app-header__logo {
		position: relative;
		z-index: 201;
	}
}

@media screen and (max-width: 850px) {
	canvas.fluid {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	body.home .intro .scroll-to-explore {
		position: relative;
		bottom: 0;
		padding-top: 80px;
	}
}

@media screen and (max-width: 600px) {
	body.home .intro .scroll-to-explore {
		margin-top: auto;
	}
}

@media screen and (max-width: 1170px) {
	.intro .intro-content {
		padding-right: 40px;
	}
	.intro .intro-content #svg-container {
		width: 480px;
		height: 480px;
	}
	.intro .intro-content #svg-container svg {
		width: 100%;
	}
	.intro .intro-content #svg-container .quarters .quarter-top {
		max-width: 75%;
		left: 80px;
		top: -20px;
	}
	.intro .intro-content #svg-container .quarters .quarter-bottom-left {
		max-width: 35%;
		left: -20px;
		bottom: -28px;
		transform: rotate(0deg);
	}
	.intro .intro-content #svg-container .quarters .quarter-bottom-right {
		max-width: 35%;
		right: -14px;
		bottom: -30px;
	}
	.intro .intro-content .right-steps {
		display: none;
	}
	.intro .intro-content #svg-container::after {
		border-width: 36px;
	}
	.intro .intro-content #svg-container .circle-text--first {
		left: 30px;
		top: 86px;
	}
	.intro .intro-content #svg-container .circle-text--second {
		top: 112px;
		right: 14px;
	}
	.intro .intro-content #svg-container .circle-text--third {
		bottom: -27px;
	}
}

@media screen and (max-width: 850px) {
	.intro {
		align-items: flex-start;
		padding-top: 120px;
		padding-bottom: 120px;
		height: auto;
		min-height: 100dvh;
	}
	.intro .h1 {
		font-size: 30px;
	}
	.intro .intro-content {
		width: 100%;
		flex-direction: column;
		gap: 0px;
		padding-right: 0;
		align-self: flex-start;
	}
	.intro .intro-content .intro-steps .step p {
		display: none;
	}
	.intro .intro-content #svg-container {
		width: 400px;
		height: 400px;
	}
	.intro .intro-content #svg-container .quarters .quarter-top {
		left: 66px;
		top: -24px;
	}
	.intro .intro-content #svg-container .quarters .quarter-bottom-left {
		left: -15px;
		bottom: -53px;
	}
	.intro .intro-content #svg-container .quarters .quarter-bottom-right {
		bottom: -53px;
	}
	.intro .intro-content #svg-container .circle-text.circle-text--first {
		top: 70px;
		left: 27px;
	}
	.intro .intro-content #svg-container .circle-text.circle-text--first span {
		transform-origin: center 18em !important;
	}
	.intro .intro-content #svg-container .circle-text.circle-text--second {
		right: 10px;
		top: 94px;
	}
	.intro .intro-content #svg-container .circle-text.circle-text--third {
		bottom: -23px;
	}
	.intro .intro-content #svg-container::after {
		border-width: 30px;
	}
	.intro .intro-description {
		align-self: flex-start;
		margin-top: 0;
		width: 100%;
		flex: 1;
		margin-bottom: 40px;
		overflow: hidden;
	}
	.intro .right-steps {
		display: flex !important;
		align-self: flex-start;
		z-index: 1;
		padding-top: 20px;
		padding-bottom: 100px;
		overflow: hidden;
		margin-top: 40px;
	}
}

@media screen and (max-width: 600px) {
	.intro .intro-description {
		align-self: flex-start;
	}
	.intro .container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

@media screen and (max-width: 480px) {
	.intro .intro-content #svg-container {
		width: 300px;
		height: 300px;
	}
	.intro .intro-content #svg-container .quarters .quarter-top {
		left: 43px;
		top: -34px;
		transform: rotate(-3deg);
	}
	.intro .intro-content #svg-container .quarters .quarter-bottom-left {
		bottom: -86px;
		left: -12px;
	}
	.intro .intro-content #svg-container .quarters .quarter-bottom-right {
		right: -14px;
		bottom: -92px;
	}
	.intro .intro-content #svg-container .circle-text {
		font-size: 10px;
	}
	.intro .intro-content #svg-container .circle-text.circle-text--first {
		top: 54px;
		left: 19px;
		transform: rotate(299deg);
	}
	.intro .intro-content #svg-container .circle-text.circle-text--first span {
		transform-origin: center 15em !important;
	}
	.intro .intro-content #svg-container .circle-text.circle-text--second {
		right: 7px;
		top: 65px;
	}
	.intro .intro-content #svg-container::after {
		border-width: 22px;
	}
}

@media screen and (max-width: 600px) {
	.globe-logo {
		width: 90px;
	}
}

@media screen and (max-width: 766px) {
	.benefits {
		height: initial;
		padding: 90px 0 40px 0;
	}
	.benefits .our-partners {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1280px) {
	.benefits .benefits-content {
		gap: 80px;
	}
}

@media screen and (max-width: 992px) {
	.benefits .benefits-content {
		flex-direction: column;
		gap: 38px;
	}
}

@media screen and (max-width: 992px) {
	.benefits .features {
		flex-direction: column;
		gap: 16px;
	}
	.benefits .features br {
		display: none;
	}
}

@media screen and (max-width: 1170px) {
	.mission-slider-container .mission-slide__title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.mission-slider-container .mission-slide__title {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 1280px) {
	.mission-slider-container .mission-slide__content {
		gap: 16px;
	}
}

@media screen and (max-width: 1170px) {
	.mission-slider-container .mission-slide__content {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 992px) {
	.mission-slider-container .swiper {
		margin-top: 24px;
	}
}

@media screen and (max-width: 600px) {
	.mission-slider-container .mission-slide {
		padding: 32px 24px;
		margin-top: 0;
	}
}

@media screen and (max-width: 766px) {
	section.our-mission {
		height: initial;
		padding: 80px 0;
	}
}

@media screen and (max-width: 992px) {
	.our-mission-text {
		width: 100%;
		flex: 1;
	}
}

@media screen and (max-width: 992px) {
	.our-mission-controls, .mission-slider .swiper-pagination {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.advantages-content {
		gap: 48px;
	}
}

@media screen and (max-width: 992px) {
	.advantages-content {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1200px) {
	.advantages-item {
		gap: 40px;
	}
}

@media screen and (max-width: 992px) {
	.advantages-item {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

@media screen and (max-width: 992px) {
	.advantages-text .svg-circle {
		left: -500px;
		transform: translateY(-70%);
	}
}

@media screen and (max-width: 600px) {
	.contact-form {
		padding: 32px 24px;
	}
	.contact-form legend {
		max-width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.map-marker {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 600px) {
	.contacts .contacts-text {
		padding: 0 16px;
	}
}

@media screen and (max-width: 600px) {
	.contacts .contacts-list {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1170px) {
	.contacts .contacts-content {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 992px) {
	.contacts .contacts-list-item {
		border-bottom: none;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

@media screen and (max-width: 600px) {
	.contacts .contacts-list-item__title {
		font-size: 36px;
	}
}

@media screen and (max-width: 992px) {
	.app-footer {
		margin-top: unset;
		height: unset;
	}
}

@media screen and (max-width: 766px) {
	.app-footer {
		padding-top: 96px;
	}
}

@media screen and (max-width: 600px) {
	.app-footer {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 992px) {
	.app-footer .quote-text-s {
		max-width: 100%;
	}
}

@media screen and (max-width: 766px) {
	.app-footer .app-footer-content {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media screen and (max-width: 766px) {
	.app-footer .footer-logo img {
		width: 300px;
	}
}

@media screen and (max-width: 600px) {
	.app-footer .footer-logo img {
		width: 245px;
	}
}

@media screen and (max-width: 992px) {
	.app-footer .footer-bottom {
		margin-top: 122px;
	}
}

@media screen and (max-width: 766px) {
	.app-footer .footer-bottom {
		margin-top: 68px;
	}
}

@media screen and (max-width: 992px) {
	.app-footer .footer-navigation {
		gap: 42px;
	}
}

@media screen and (max-width: 766px) {
	.app-footer .footer-navigation {
		grid-template-columns: 1fr;
		padding-top: 20px;
	}
}

@media screen and (max-width: 766px) {
	.app-footer .footer-links {
		padding-top: 0;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 600px) {
	.app-footer .footer-links {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

@media screen and (max-width: 1100px) {
	.hamburger-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		background-color: #fff;
		border-radius: 100%;
		cursor: pointer;
		z-index: 101;
	}
	.hamburger-box .toggle-menu {
		width: 20px;
		height: 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
	}
	.hamburger-box .toggle-menu.toggled .line1 {
		transform: rotateZ(-45deg) translate(-3px, 3px);
	}
	.hamburger-box .toggle-menu.toggled .line2 {
		display: none;
	}
	.hamburger-box .toggle-menu.toggled .line3 {
		transform: rotateZ(45deg) translate(-1px, -1px);
	}
	.hamburger-box .line {
		width: 100%;
		height: 2px;
		border-radius: 5px;
		background-color: #909EB4;
		transition: transform 0.2s ease-out;
		transform-origin: center;
	}
}

@media screen and (max-width: 1100px) {
	.language-switcher {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.app-header .main-menu {
		display: none;
	}
}

.mobile-menu {
	display: none;
}

@media screen and (max-width: 1100px) {
	.mobile-menu {
		display: block;
	}
}

@media screen and (max-width: 1100px) {
	.mobile-menu .main-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 201;
		transform: none;
		background-color: #fff;
		opacity: 0;
		pointer-events: none;
		transition: all .25s ease;
		border-radius: unset;
		flex-direction: column;
		justify-content: center;
	}
	.mobile-menu .main-menu ul {
		display: block;
		position: relative;
		width: 100%;
		flex-direction: column;
		z-index: 1;
	}
	.mobile-menu .main-menu ul li {
		width: 100%;
	}
	.mobile-menu .main-menu ul li:first-child a {
		padding-left: 0;
	}
	.mobile-menu .main-menu ul a {
		display: flex;
		justify-content: center;
		width: 100%;
		color: #909EB4;
		font-size: 32px;
		padding: 0;
		text-transform: initial;
		font-weight: 500;
	}
}

@media screen and (max-width: 1100px) and (hover: hover) {
	.mobile-menu .main-menu a:hover > .menu-title {
		background-color: transparent;
	}
}

@media screen and (max-width: 1100px) {
	.mobile-menu .main-menu .menu-title {
		position: relative;
		transition: unset;
	}
	.mobile-menu .main-menu .menu-title svg {
		display: none;
	}
	.mobile-menu .main-menu__gradient {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	.mobile-menu .main-menu__gradient img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mobile-menu .main-menu .menu-item-has-children {
		flex-direction: column;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu-container {
		position: relative;
		pointer-events: auto;
		width: 100%;
		transform: unset;
		padding-top: 0;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.5s ease, opacity 0.5s ease;
		will-change: max-height, opacity;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu-container.open {
		max-height: 500px;
		opacity: 1;
		transition: max-height 0.5s ease, opacity 0.5s ease;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu {
		width: 100%;
		background-color: transparent;
		justify-content: center;
		align-items: center;
		min-width: auto;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu .sub-menu__arrow, .mobile-menu .main-menu .menu-item-has-children .sub-menu .sub-menu-label {
		display: none;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu li {
		text-align: center;
		margin-bottom: 5px;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu li:first-child a {
		padding-top: 0;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu li:last-child a {
		padding-bottom: 0;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu li:last-child {
		margin-bottom: 0;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu a {
		font-size: 24px;
		color: #27262B;
		padding: 0;
		text-align: center;
	}
	.mobile-menu .main-menu .menu-item-has-children .sub-menu a .sub-menu-title {
		padding: 0;
		display: block;
	}
}

@media screen and (max-width: 1100px) and (hover: hover) {
	.mobile-menu .main-menu .menu-item-has-children .sub-menu a.real-estate:hover .sub-menu-title, .mobile-menu .main-menu .menu-item-has-children .sub-menu a.tech:hover .sub-menu-title, .mobile-menu .main-menu .menu-item-has-children .sub-menu a.investment:hover .sub-menu-title {
		background-color: transparent;
	}
}

@media screen and (max-width: 1100px) {
	.mobile-menu .main-menu .menu-item-has-children:hover .sub-menu-container {
		opacity: unset;
		transform: unset;
		pointer-events: unset;
	}
	.mobile-menu .main-menu .menu-item-has-children:hover .menu-title {
		background-color: transparent !important;
	}
	.mobile-menu .main-menu .menu-item-has-children > a > .menu-title {
		position: relative;
	}
	.mobile-menu .main-menu .menu-item-has-children > a > .menu-title::before, .mobile-menu .main-menu .menu-item-has-children > a > .menu-title::after {
		position: absolute;
		top: 55%;
		transform: translateY(-50%);
		content: '';
		width: 12px;
		height: 2px;
		z-index: 1;
		background-color: #27262B;
		right: -12px;
	}
	.mobile-menu .main-menu .menu-item-has-children > a > .menu-title::after {
		bottom: 0;
	}
	.mobile-menu .main-menu .menu-item-has-children > a > .menu-title::before {
		transform: rotate(90deg) translateY(-50%);
		transform-origin: top;
		transition: all .25s ease;
	}
	.mobile-menu .main-menu .menu-item-has-children.active .menu-title::before {
		opacity: 0;
		transition: all .25s ease;
	}
	.mobile-menu .main-menu .language-switcher {
		display: flex;
	}
	.mobile-menu .main-menu .language-switcher .wpml-ls-legacy-list-horizontal > ul {
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 24px;
		margin-top: 24px !important;
	}
	.mobile-menu .main-menu .language-switcher .wpml-ls-legacy-list-horizontal > ul a {
		font-size: 28px;
	}
	.mobile-menu .main-menu .language-switcher .wpml-ls-legacy-list-horizontal > ul .wpml-ls-current-language a {
		color: #27262B;
	}
	.mobile-menu .main-menu.visible {
		opacity: 1;
		pointer-events: auto;
		transition: all .25s ease;
	}
}

@media screen and (max-width: 1200px) {
	.quote-text {
		font-size: 28px;
	}
}

@media screen and (max-width: 600px) {
	.quote-text {
		font-size: 24px;
	}
	.quote-text br {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	section.about {
		height: auto;
		padding: 88px 0;
	}
}

@media screen and (max-width: 992px) {
	section.about .about-gradients, section.about .about__bird {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.about-content {
		gap: 80px;
	}
}

@media screen and (max-width: 850px) {
	.about-content {
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.about-content {
		gap: 48px;
	}
}

@media screen and (max-width: 600px) {
	.about-features li p {
		font-size: 14px;
	}
}

@media screen and (max-width: 766px) {
	.stats {
		height: auto;
		padding: 120px 0px;
	}
}

@media screen and (max-width: 766px) {
	.stats-line {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	.stats-features {
		margin-top: 32px;
		padding-bottom: 0;
	}
	.stats-features ul {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.stats-features li h3 {
		font-size: 36px;
	}
	.stats-features li::after, .stats-features::after {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.stats-features p br {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.page section.focus {
		height: initial;
		padding: 88px 0 100px 0;
	}
	.page section.focus .focus__content {
		grid-template-columns: 1fr;
		gap: 94px;
	}
	.page section.focus .focus-description .world-globe {
		width: 325px;
		height: 325px;
	}
	.page section.focus .focus-description p {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 1100px) {
	.page .info.info-real-estate .real-estate-box {
		padding: 90px 50px 90px 50px;
	}
	.page .info.info-real-estate .info-estate-content {
		gap: 40px;
	}
	.page .info.info-real-estate .info-estate-right {
		padding-right: 0;
	}
}

@media screen and (max-width: 992px) {
	.page .info.info-real-estate {
		padding: 88px 0;
	}
	.page .info.info-real-estate .info-estate-content {
		grid-template-columns: 1fr;
	}
	.page .info.info-real-estate .real-estate-box__image {
		display: flex;
		justify-content: center;
	}
	.page .info.info-real-estate .real-estate-box__image img {
		max-height: 400px;
		margin: auto;
	}
}

@media screen and (max-width: 600px) {
	.page .info.info-real-estate .real-estate-box {
		padding: 40px 20px 90px 20px;
	}
	.page .info.info-real-estate .box-badge.box-badge--properties {
		right: 0;
	}
	.page .info.info-real-estate .box-badge.box-badge--development {
		left: 20px;
	}
	.page .info.info-real-estate .info-estate-right .quote-text {
		font-size: 24px;
	}
	.page .info.info-real-estate .info-estate-tag {
		margin-top: 48px;
	}
}

@media screen and (max-width: 1100px) {
	.page .info.info-tech .tech-features {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 1100px) {
	.page .info.info-tech {
		padding-top: 80px;
	}
}

@media screen and (max-width: 992px) {
	.page .info.info-tech .info-tech__globe {
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 850px) {
	.page .info.info-tech .info-tech-content {
		grid-template-columns: 1fr;
	}
	.page .info.info-tech .info-tech__right {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.page .info.info-tech .info-tech__right img {
		height: 100%;
	}
	.page .info.info-tech .info-tech__globe {
		width: auto;
		top: 100%;
		right: 50%;
		transform: translateX(50%);
	}
	.page .info.info-tech .tech-features {
		margin-top: 60px;
	}
	.page .info.info-tech .quote-text {
		font-size: 24px;
	}
}

@media screen and (max-width: 600px) {
	.page .info.info-tech .tech-features {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}
	.page .info.info-tech .info-tech__globe {
		width: 100%;
		top: 50%;
	}
	.page .info.info-tech .info-tech__globe img {
		width: 100%;
		object-fit: contain;
	}
}

@media screen and (max-width: 992px) {
	.page .info.info-investment {
		padding: 100px 0 50px;
	}
	.page .info.info-investment .investment-content {
		grid-template-columns: 1fr;
	}
	.page .info.info-investment .investment__right .investment__tree {
		display: flex;
		justify-content: center;
		position: relative;
		top: 0;
	}
	.page .info.info-investment .investment__right .investment__tree img {
		max-height: 600px;
		margin: auto;
	}
	.page .info.info-investment .investment-tag {
		margin-top: 30px;
	}
}

@media screen and (max-width: 600px) {
	.page .info.info-investment .investment-content .box-badge.partnership {
		bottom: 2%;
	}
}

@media screen and (max-width: 1100px) {
	.page section.cases .case-item {
		gap: 18px;
	}
}

@media screen and (max-width: 992px) {
	.page section.cases {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page section.cases .cases-wrapper {
		margin-top: 32px;
	}
	.page section.cases .case-item {
		grid-template-columns: 1fr;
		padding-bottom: 24px;
	}
	.page section.cases .case-item__logo {
		position: relative;
		transform: unset;
		top: unset;
		left: unset;
	}
}

@media screen and (max-width: 1100px) {
	.page section.approach .approach-item__wrapper {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.page section.approach .approach-item__wrapper .h3 {
		padding-top: 8px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 766px) {
	.page section.approach {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page section.approach .approach-list {
		margin-top: 26px;
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1170px) {
	.page section.advantages .advantages-item {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media screen and (max-width: 1100px) {
	.page section.advantages {
		padding: 88px 0;
		height: initial;
	}
	.page section.advantages .advantages-content {
		grid-template-columns: 1fr;
	}
	.page section.advantages .advantages-content .svg-circle {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.page section.contacts .contacts__content {
		gap: 80px;
	}
}

@media screen and (max-width: 992px) {
	.page section.contacts {
		height: initial;
		padding: 88px 0;
	}
	.page section.contacts .contacts__content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media screen and (max-width: 600px) {
	.page section.contacts .contacts__image {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.page .page-intro {
		padding-top: 160px;
		padding-bottom: 120px;
	}
	.page .page-intro__text {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.page .page-intro__text .h1 {
		text-align: left;
	}
	.page .page-intro__text p {
		margin: 12px 0 0 0px;
		text-align: left;
	}
	.page .filters {
		flex-direction: column;
	}
	.page .filters .filter {
		width: 100%;
		flex: 1;
	}
	.page .filters .filter__button {
		display: flex;
		width: 100%;
		flex: 1;
	}
	.page .filter-positions {
		margin: 48px 0 0 0;
	}
	.page .filters-group {
		margin-top: 40px;
	}
	.page .filter-item__text {
		text-align: left;
	}
	.page .filter-position__link {
		gap: 8px;
		grid-template-rows: auto auto;
		grid-template-columns: auto auto;
	}
	.page .filter-position__icon {
		grid-column: 3;
	}
	.page .filter-position__location {
		margin-top: 8px;
		text-align: left;
		grid-row: 2;
	}
}

@media screen and (max-width: 992px) {
	.single-career {
		padding: 40px;
	}
}

@media screen and (max-width: 992px) {
	.page-careers-single .career-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.page-careers-single .career-top__button {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 600px) {
	.page-careers-single {
		padding-top: 120px;
	}
	.page-careers-single .single-career {
		padding: 24px;
	}
	.page-careers-single .single-career-wrapper {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 1170px) {
	.page-contact .contact-container {
		gap: 100px;
	}
}

@media screen and (max-width: 1100px) {
	.page-contact .page-intro {
		padding-bottom: 32px;
		padding-top: 140px;
	}
	.page-contact .contact-container {
		grid-template-columns: 1fr;
		gap: 40px;
		padding-bottom: 96px;
	}
	.page-contact .contact-email {
		font-size: 24px;
	}
}

@media screen and (max-width: 600px) {
	#earth-canvas {
		pointer-events: none;
	}
}

@media screen and (max-width: 1170px) {
	.page-layout .globe-badges li {
		letter-spacing: unset;
	}
}

@media screen and (max-width: 850px) {
	.page-layout .intro .intro-footer {
		position: relative;
		transform: none;
		left: initial;
		bottom: 0;
		margin-top: 44px;
	}
	.page-layout .intro-navigation {
		display: none;
	}
	.page-layout .globe-badges li {
		width: max-content;
	}
	.page-layout .globe-badges li:nth-child(1) {
		top: 7px;
	}
	.page-layout .globe-badges li:nth-child(2) {
		left: -35px;
	}
	.page-layout .globe-badges li:nth-child(3) {
		bottom: 16px;
	}
}

@media screen and (max-width: 480px) {
	.page-layout .globe-badges li {
		padding: 12px 14px 12px 14px;
	}
}

@media screen and (max-width: 600px) {
	.section-mission-intro {
		height: auto;
	}
	.section-mission-intro .mission-globe {
		display: none;
	}
}

@media screen and (max-width: 1440px) {
	.our-mission-page .mission-slider-container .mission-slide__content {
		gap: 14px;
	}
}

@media screen and (max-width: 1200px) {
	.our-mission-page .mission-slider-container .mission-slide__content {
		grid-template-columns: 1fr;
		margin-top: 12px;
	}
}

@media screen and (max-width: 992px) {
	.our-mission-page .mission-slide-wrapper {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.our-mission-page .mission-slider-container .mission-slide__content {
		flex-direction: row-reverse;
		align-items: center;
		justify-content: start;
	}
	.our-mission-page .mission-slider-container .mission-slide__text {
		align-items: flex-start;
	}
}

@media screen and (max-width: 600px) {
	.our-mission-page .mission-slider-container .mission-slide {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 992px) {
	.your-path {
		height: auto;
	}
	.your-path .your-path__globe {
		display: none;
	}
	.your-path .your-path__content {
		grid-template-columns: 1fr;
	}
	.your-path .your-path__features {
		position: relative;
		max-width: 100%;
		margin-right: 0;
		z-index: 1;
	}
	.your-path .your-path__features li {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 766px) {
	.our-pillars .h2 {
		max-width: 100%;
	}
}

@media screen and (max-width: 1280px) {
	.pillars .pillar__top {
		gap: 40px;
	}
}

@media screen and (max-width: 992px) {
	.pillars {
		grid-template-columns: 1fr 1fr;
		margin-top: 28px;
	}
}

@media screen and (max-width: 766px) {
	.pillars {
		grid-template-columns: 1fr;
	}
}

.page.about-us .page-intro {
	padding-bottom: 80px;
}

@media screen and (max-width: 1280px) {
	.about-description {
		padding-top: 100px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 900px) {
	.about-description .about-description__map {
		position: relative;
		width: 100%;
		transform: unset;
		top: unset;
		height: auto;
	}
	.about-description .about-description__map img {
		position: relative !important;
		height: unset !important;
		width: 100% !important;
	}
	.about-description .about-description__map .map-marker--mexico {
		top: 43%;
		left: 22%;
	}
	.about-description .about-description__map .map-marker--cyprus {
		left: 47%;
	}
	.about-description .about-description__map .map-marker--tel-aviv {
		left: 52%;
	}
	.about-description .about-description__map .map-marker--emirates {
		left: 60%;
	}
}

@media screen and (max-width: 600px) {
	.about-description {
		padding-top: 100px;
		padding-bottom: 0px;
	}
	.about-description .map-marker {
		width: 20px;
		height: 20px;
	}
}

@media screen and (min-width: 2100px) {
	.about-description__content {
		position: relative;
	}
	.about-description__content .about-description__map {
		right: -100px;
	}
}

@media screen and (max-width: 1280px) {
	.our-team {
		padding-top: 80px;
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 600px) {
	.our-team .our-team__wrapper .section-header {
		max-width: 70%;
	}
	.our-team .our-mission-controls, .our-team .swiper-pagination {
		display: none;
	}
	.our-team .team-slider {
		margin-top: 32px;
	}
}

@media screen and (max-width: 1280px) {
	.our-principles {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 991px) {
	.our-principles .bird {
		top: 0;
		right: -120px;
	}
	.our-principles .principles {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 600px) {
	.our-principles {
		padding-top: 110px;
	}
	.our-principles .principles {
		margin-top: 90px;
	}
	.our-principles .principle {
		padding: 24px;
	}
}

@media screen and (max-width: 1170px) {
	.mindset {
		padding-bottom: 112px;
	}
	.mindset .mindset-features {
		margin-top: 140px;
	}
}

@media screen and (max-width: 991px) {
	.mindset .mindset-features {
		margin-top: 100px;
	}
	.mindset .mindset-features ul {
		grid-template-columns: 1fr;
	}
	.mindset .mindset-features h2 {
		font-size: 24px;
	}
	.mindset .mindset-features p {
		max-width: 75%;
	}
}

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