*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Heebo', sans-serif;
}
html #wpadminbar {
	position: fixed;
	white-space: nowrap;
}
#wp-toolbar {
	display: flex;
	justify-content: space-between;
}
#wpadminbar .quicklinks > ul {
	display: flex;
}
@media all and (max-width: 782px) {
	#wp-admin-bar-wpseo-menu,
	#wp-admin-bar-my-account {
		overflow: hidden;
	}
	#wp-admin-bar-edit ~ li {
		display: none !important;
	}
}
picture {
	display: block;
	width: 100%;
	height: 100%;
}
body {
	background-color: #E4E4E1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Heebo', sans-serif;
}
.main-header {
	width: 100%;
	max-width: 1920px;
	height: clamp(64px, 5.2vw, 100px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: clamp(16px, 3.9vw, 75px);
	padding-right: clamp(16px, 3.9vw, 75px);
	background: #E4E4E1;
	opacity: 1;
	border-bottom: 1px solid #BABABA;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 1001;
}
.logo-container {
	display: inline-flex;
	align-items: center;
	width: 124px;
	height: 45.999576568603516px;
	opacity: 1;
	text-decoration: none;
}
.logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.nav-menu-open {
	overflow: hidden;
}
.main-header {
	transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-menu-open .main-header {
	background: transparent;
	border: 0;
	pointer-events: none;
}
.nav-menu-open .logo-img {
	filter: brightness(0) invert(1);
}
.nav-menu-open .menu-toggle {
	filter: brightness(0) invert(1);
	opacity: 0;
	visibility: hidden;
}
.hero-banner {
	width: 100%;
	max-width: 1920px;
	height: 626px;
	margin: 0 auto;
	opacity: 1;
	overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 0;
}
.hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	display: block;
}
.privacy-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 73px;
	padding-right: 73px;
	padding-top: 60px;
	padding-bottom: 100px;
	direction: rtl;
	text-align: right;
	position: relative;
	z-index: 1;
	background: #E4E4E1;
}
.privacy-header-box {
	width: 100%;
	max-width: 1314px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 40px auto;
	flex-flow: column;
}
.privacy-title {
	color: #212121;
	font-size: 50px;
	font-weight: 400;
	font-style: normal;
	line-height: 119%;
	letter-spacing: 0%;
	text-align: right;
}
.privacy-content {
	width: 100%;
	max-width: 1314px;
	margin: 0 auto;
}
.privacy-content a {
	color: #0056b3;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.privacy-content a:hover, .privacy-content a:focus-visible {
	color: #003d82;
}
.privacy-lead-text, .section-text {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	line-height: 195%;
	color: #212121;
	margin-bottom: 24px;
	text-justify: inter-word;
}
.privacy-section {
	margin-top: 40px;
	margin-bottom: 40px;
}
.privacy-section .section-title {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 195%;
	color: #212121;
	margin-bottom: 12px;
}
.privacy-list {
	list-style-position: inside;
	margin-bottom: 24px;
	padding-right: 15px;
}
.privacy-list li {
	font-size: 16px;
	font-weight: 300;
	line-height: 195%;
	color: #212121;
	margin-bottom: 8px;
}
.text-bold {
	font-weight: 700;
}
.text-medium {
	font-weight: 500;
}
.privacy-link {
	color: #212121;
	text-decoration: underline;
	transition: color 0.2s ease;
}
.privacy-link:hover {
	color: #555555;
}
.privacy-date {
	font-size: 16px;
	font-weight: 300;
	line-height: 195%;
	color: #212121;
	margin-top: 40px;
}
.verification-container {
	width: 100%;
	max-width: 1768px;
	min-height: 442px;
	margin: 0 auto;
	background-color: #212121;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	padding: 60px 76px;
	direction: rtl;
}
.verification-inner {
	width: 100%;
	max-width: 1461px;
	margin: 0 auto;
}
.verification-header {
	width: 100%;
	border-bottom: 1px solid #E4E4E1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px;
	padding-bottom: 35px;
	margin-bottom: 70px;
}
.verification-title {
	color: #E4E4E1;
	font-size: 26px;
	font-weight: 600;
	line-height: 100%;
	text-align: right;
}
.verification-subtitle {
	color: #E4E4E1;
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
	text-align: right;
}
.verification-form {
	width: 100%;
	margin-top: clamp(24px, 2.2vw, 42px);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
	gap: 20px;
}
.fields-group {
	display: flex;
	gap: clamp(16px, 1.8vw, 35px);
	flex-grow: 1;
}
.form-group {
	position: relative;
	width: 100%;
	max-width: clamp(260px, 20vw, 380px);
	height: clamp(54px, 4.2vw, 63px);
}
.form-group input {
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #E4E4E1;
	outline: none;
	color: #E4E4E1;
	font-size: clamp(16px, 1.05vw, 20px);
	font-weight: 600;
	line-height: 160%;
	text-align: right;
	padding-bottom: 4px;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}
.form-group label {
	position: absolute;
	top: 0;
	right: 0;
	color: #E4E4E1;
	font-size: clamp(12px, 0.73vw, 14px);
	font-weight: 300;
	line-height: 160%;
	pointer-events: none;
	transform: translateY(4px);
	transition: transform 0.22s cubic-bezier(0.25, 1, 0.5, 1), font-size 0.22s ease, opacity 0.22s ease;
	transform-origin: right top;
}
.form-group input:focus ~ label, .form-group input:not(:placeholder-shown) ~ label {
	transform: translateY(-20px) scale(0.85);
	opacity: 0.8;
}
.form-group input:focus ~ label, .form-group input:not(:placeholder-shown) ~ label {
	transform: translateY(-20px);
	font-size: 12px;
	opacity: 0.8;
}
.btn-submit {
	width: clamp(140px, 9.5vw, 183px);
	height: 62px;
	background-color: #E4E4E1;
	border: 1px solid #212121;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	clip-path: polygon(28px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 28px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, transform 0.2s ease;
}
.btn-submit span {
	color: #212121;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
}
.btn-submit:hover {
	background-color: #D5D5D1;
}
.form-group input:focus-visible {
	border-bottom-color: #A3A3A0 !important;
}
.btn-submit:focus-visible {
	outline: 3px solid #E4E4E1;
	outline-offset: 4px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.error-message {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	font-size: 11px;
	font-weight: 400;
	color: #FF4D4D;
	margin-top: 4px;
	opacity: 0;
	transform: translateY(-5px);
	transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: none;
}
.error-message.visible {
	opacity: 1;
	transform: translateY(0);
}
.form-group input[aria-invalid="true"] {
	border-bottom-color: #FF4D4D !important;
}
.main-footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #262626;
	padding: 60px 80px 30px 80px;
	direction: rtl;
	overflow: hidden;
	margin-top: 120px;
}
.footer-top-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 60px;
}
.footer-logo-box {
	width: 194.99948120117188px;
	height: 72.42523956298828px;
	display: flex;
	align-items: center;
	opacity: 1;
}
.footer-logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.footer-links-group {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	justify-content: flex-end;
	gap: clamp(25px, 5.4vw, 90px);
	height: clamp(50px, 3.75vw, 72px);
}
.footer-column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.column-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 160%;
	color: #E4E4E1;
	margin-bottom: 16px;
	text-align: right;
}
.column-content.list-layout {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.info-item, .info-link {
	font-size: 10px;
	font-weight: 400;
	line-height: 218%;
	color: #E4E4E1;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
}
.info-link:hover {
	text-decoration: underline;
}
.menu-links {
	display: flex;
	flex-direction: row;
	gap: 30px;
}
.nav-item {
	font-size: 10px;
	font-weight: 400;
	line-height: 218%;
	color: #E4E4E1;
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
}
.nav-item:hover {
	color: #FFFFFF;
}
.social-links-row {
	display: flex;
	flex-direction: row;
	gap: 18px;
	margin-top: 0;
	height: 100%;
	align-items: end;
	list-style: none;
	padding: 0;
	padding-bottom: 0;
}
.social-icon-link {
	color: #E4E4E1;
	width: 14px;
	height: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}
.social-icon-link:hover {
	color: #FFFFFF;
}
.social-svg {
	width: 100%;
	height: 100%;
}
.footer-bottom-bar {
	width: 100%;
	max-width: 1766px;
	border-top: 1px solid #3A3A3A;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	direction: rtl;
}
.legal-notice {
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-variant-numeric: lining-nums tabular-nums;
}
.legal-link {
	color: #FFFFFF;
	text-decoration: none;
	font-variant-numeric: lining-nums tabular-nums;
}
.legal-link:hover {
	text-decoration: underline;
}
.legal-link.underline {
	text-decoration: underline;
	text-decoration-style: solid;
}
.legal-notice .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	list-style: none;
}
.legal-notice .menu li {
	list-style: none;
}
.separator {
	color: #FFFFFF;
	opacity: 0.4;
	padding: 0 2px;
}
.legal-link-item:last-child .separator {
	display: none;
}
.credits .credit-text {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 176%;
	color: #FFFFFF;
	font-variant-numeric: lining-nums tabular-nums;
}
.skyline-section {
	width: 100%;
	max-width: 1920px;
	height: clamp(680px, 50.78vw, 975px);
	margin: 0 auto;
	background-color: #212121;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(32px, 5vw, 96px);
	direction: rtl;
	overflow: hidden;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 0;
}
.skyline-image-box {
	width: clamp(450px, 46vw, 884px);
	height: 100%;
	flex-shrink: 0;
}
.skyline-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.skyline-content-box {
	display: flex;
	flex-direction: column;
	padding-block-start: clamp(40px, 6.25vw, 120px);
	padding-inline-start: clamp(24px, 4.16vw, 80px);
	padding-inline-end: 24px;
	width: clamp(400px, 27vw, 520px);
	max-width: 100%;
	gap: clamp(24px, 2.08vw, 40px);
	box-sizing: border-box;
}
.skyline-heading {
	margin: 0;
	font-size: clamp(32px, 2.6vw, 50px);
	font-weight: 400;
	line-height: 119%;
	letter-spacing: 0%;
	color: #E4E4E1;
}
.skyline-body-text {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 1.8vw, 35px);
}
.skyline-body-text p {
	margin: 0;
	font-size: clamp(14px, 0.83vw, 16px);
	font-weight: 300;
	line-height: 164%;
	letter-spacing: 0%;
	color: #E4E4E1;
	text-align: right;
}
.team-section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: clamp(40px, 4.16vw, 80px) clamp(24px, 4.16vw, 80px);
	scroll-margin-top: clamp(64px, 5.2vw, 100px);
	direction: rtl;
	box-sizing: border-box;
	background: #E4E4E1;
	position: relative;
}
.team-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.team-row {
	width: 100%;
	max-width: 1761px;
	height: clamp(74px, 5.8vw, 112.90px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #BABABA;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}
.team-list .team-row:first-child {
	border-top: 0;
}
.member-meta {
	display: inline-flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 10;
}
.member-name {
	margin: 0;
	font-size: clamp(20px, 1.66vw, 32px);
	font-weight: 500;
	line-height: 100%;
	color: #3D3D3D;
	text-align: right;
	white-space: nowrap;
}
.vertical-pipe {
	display: inline-block;
	width: 0px;
	height: clamp(24px, 1.97vw, 38px);
	border-left: 1px solid #000000;
	margin-right: clamp(12px, 1.25vw, 24px);
	margin-left: clamp(12px, 1.25vw, 24px);
	opacity: 1;
	flex-shrink: 0;
}
.member-role {
	font-size: clamp(14px, 0.83vw, 16px);
	font-weight: 400;
	line-height: 160%;
	color: #000000;
	text-align: right;
	white-space: nowrap;
}
.member-hover-frame {
	position: absolute;
	width: clamp(180px, 13.8vw, 265px);
	height: clamp(200px, 15.31vw, 294px);
	top: 10px;
	left: 50px;
	right: auto;
	overflow: hidden;
	pointer-events: none;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.member-preview-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.team-row:hover .member-hover-frame {
	opacity: 1;
	transform: translateY(0) scale(1);
}
.investors-banner {
	width: 100%;
	max-width: 1920px;
	height: clamp(650px, 52.5vw, 1008px);
	margin: 0 auto;
	opacity: 1;
	position: relative;
	direction: rtl;
	overflow: hidden;
	max-height: calc(100vh - 100px);
}
.investors-banner picture {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.investors-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
	display: block;
}
.investors-inner-box {
	width: 100%;
	max-width: 1841px;
	height: 758px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-left: 76px;
	padding-right: 76px;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	max-height: calc(100vh - 200px);
}
.investors-title {
	font-size: 50px;
	font-weight: 400;
	line-height: 119%;
	letter-spacing: 0%;
	color: #212121;
	text-align: center;
	margin: 0 auto;
}
.financials-module {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 120px;
	direction: rtl;
}
.financials-tabs {
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #000000;
	position: sticky;
	top: 0;
	z-index: 10;
	background: #E4E4E1;
}
.financials-tabs-inner {
	width: 100%;
	max-width: 833px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 141px;
	margin-bottom: 50px;
	position: relative;
	padding-top: 130px;
}
.tab-trigger {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	color: #212121;
	padding: 0;
	transition: opacity 0.2s ease;
	position: relative;
}
.tab-trigger.active {
	font-weight: 700;
}
.tab-trigger.active::after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: -12px;
	height: 1px;
	background-color: currentColor;
}
.tab-panel {
	display: none;
	width: 100%;
}
.tab-panel.active {
	display: block;
}
.accordion-item {
	width: 100%;
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	background: transparent;
	transition: background-color 0.3s ease;
}
.accordion-trigger {
	width: 100%;
	min-height: clamp(90px, 9.5vw, 182px);
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0 clamp(24px, 7.8vw, 150px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	outline: none;
	box-sizing: border-box;
}
.year-title {
	font-size: clamp(18px, 1.35vw, 26px);
	font-weight: 700;
	line-height: 160%;
	color: #212121;
}
.toggle-icon {
	font-weight: 200;
	font-size: clamp(44px, 4.2vw, 100px);
	line-height: 100%;
	color: #3D3D3D;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	transform: translateY(-0.08em);
	will-change: transform;
}
.accordion-panel {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.panel-inner {
	padding: 0 clamp(24px, 7.8vw, 150px) clamp(20px, 2vw, 40px) clamp(24px, 7.8vw, 150px);
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 1.25vw, 24px);
	box-sizing: border-box;
}
.document-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.document-name {
	font-weight: 400;
	font-size: 16px;
	color: #212121;
}
.btn-action-doc {
	width: 263px;
	height: 62px;
	background: transparent;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #212121;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263' height='62' viewBox='0 0 263 62'%3E%3Cpath d='M24.5 0.5 H262.5 V61.5 H0.5 V24.5 Z' fill='none' stroke='%23212121' stroke-width='1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image 0.2s ease, color 0.2s ease;
}
.btn-action-doc:hover {
	color: #E4E4E1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263' height='62' viewBox='0 0 263 62'%3E%3Cpath d='M24.5 0.5 H262.5 V61.5 H0.5 V24.5 Z' fill='%23212121' stroke='%23212121' stroke-width='1'/%3E%3C/svg%3E");
}
.btn-action-doc span {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #212121;
}
.btn-action-doc:hover span {
	color: #EAEAEA;
}
.direct-view-container {
	width: 100%;
	max-width: 1461px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 100px 0;
	gap: 36px;
	text-align: center;
}
.direct-view-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 160%;
	color: #212121;
}
.btn-action-doc.long-action-btn {
	width: auto;
	min-width: 320px;
	padding: 0 32px;
}
.no-docs-message {
	font-size: 14px;
	font-weight: 300;
	color: #777777;
	padding: 10px 0;
}
.text-links-container {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	text-align: right;
	padding: 8px 0;
}
.text-link-row {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.accordion-text-link {
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s ease;
}
.accordion-text-link:hover {
	color: #666666;
}
.document-row.justify-end-side {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.media-updates-banner {
	width: 100%;
	max-width: 1920px;
	height: clamp(650px, 52.5vw, 1008px);
	margin: 0 auto;
	opacity: 1;
	position: sticky;
	top: 0;
	z-index: 0;
	direction: rtl;
	overflow: hidden;
}
.media-banner-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
	display: block;
}
.media-updates-banner picture {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.media-inner-box {
	width: 100%;
	max-width: 1843px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-left: 38px;
	padding-right: 38px;
}
.media-banner-title {
	margin: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 119%;
	letter-spacing: 0%;
	color: #212121;
	text-align: right;
	vertical-align: middle;
	position: relative;
	margin-top: 108px;
}
.news-list-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	border-top: 1px solid #212121;
	direction: rtl;
	margin-top: 70px;
	padding-top: 80px;
	position: relative;
	z-index: 1;
	background: #E4E4E1;
}
.news-items-group {
	display: flex;
	flex-direction: column;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-items-group li {
	width: 100%;
}
.news-list-item {
	width: 100%;
	max-width: 1920px;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 77px;
	border-bottom: 1px solid rgba(186, 186, 186, 0.5);
	box-sizing: border-box;
	transition: background 0.2s ease;
	cursor: pointer;
	text-decoration: none;
}
.news-list-item:hover {
	background: #f5f5f5;
}
.news-read-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 163px;
	height: 62px;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #212121;
	background-image: url("data:image/svg+xml,%3Csvg width='163' height='62' viewBox='0 0 163 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.4844 36V30.1484C65.4844 29.4401 65.3203 28.9245 64.9922 28.6016C64.6641 28.2786 64.1406 28.1172 63.4219 28.1172H59.9453V26.75H63.5234C64.7266 26.75 65.6406 27.0443 66.2656 27.6328C66.8958 28.2161 67.2109 29.0755 67.2109 30.2109V36H65.4844ZM59.9453 36V32.8359C59.9453 32.2734 59.9974 31.849 60.1016 31.5625C60.2057 31.276 60.3047 31.0469 60.3984 30.875H61.7891C61.7318 31.1042 61.6875 31.362 61.6562 31.6484C61.6302 31.9349 61.6172 32.2865 61.6172 32.7031V36H59.9453ZM68.8203 36V34.625H73.6875L75.4062 34.5703L76.5156 34.6953V36H68.8203ZM73.6875 35.6094V30.1484C73.6875 29.4401 73.5234 28.9245 73.1953 28.6016C72.8724 28.2786 72.349 28.1172 71.625 28.1172H69.3203V26.75H71.7344C72.9271 26.75 73.8359 27.0443 74.4609 27.6328C75.0911 28.2161 75.4062 29.0755 75.4062 30.2109V35.6094H73.6875ZM82.1562 26.75C83.375 26.75 84.2891 27.0443 84.8984 27.6328C85.5078 28.2161 85.8125 29.099 85.8125 30.2812V36H84.1016L84.0859 30.1641C84.0859 29.4505 83.9323 28.9323 83.625 28.6094C83.3229 28.2812 82.8359 28.1172 82.1641 28.1172H80.8906C80.7396 28.4036 80.6224 28.7526 80.5391 29.1641C80.4557 29.5755 80.4141 29.9922 80.4141 30.4141V33.4062C80.4141 34.2812 80.1979 34.9479 79.7656 35.4062C79.3333 35.8646 78.7188 36.0938 77.9219 36.0938C77.75 36.0938 77.5859 36.0859 77.4297 36.0703C77.2786 36.0547 77.1172 36.0365 76.9453 36.0156V34.6562C77.0391 34.6615 77.1302 34.6667 77.2188 34.6719C77.3073 34.6771 77.3932 34.6797 77.4766 34.6797C77.9141 34.6797 78.2318 34.5677 78.4297 34.3438C78.6328 34.1198 78.7344 33.7682 78.7344 33.2891V30.5547C78.7344 30.1328 78.7891 29.6953 78.8984 29.2422C79.013 28.7839 79.1771 28.4089 79.3906 28.1172H77.7344V26.75H82.1562ZM90.2031 36.1406C89.8073 36.1406 89.388 36.1042 88.9453 36.0312C88.5026 35.9635 88.0417 35.8646 87.5625 35.7344L87.8359 34.4609C88.6797 34.6797 89.4141 34.7865 90.0391 34.7812C90.8724 34.7656 91.4974 34.5599 91.9141 34.1641C92.3307 33.763 92.5391 33.1901 92.5391 32.4453V28.1172H87.8984V26.75H94.2578V32.1016C94.2578 33.0234 94.0911 33.7839 93.7578 34.3828C93.4245 34.9766 92.9531 35.4167 92.3438 35.7031C91.7396 35.9896 91.026 36.1354 90.2031 36.1406ZM96.25 28.1172V24H97.9688V26.75H102.797V28.1172H96.25ZM103.422 27.8438L100.125 36H98.2891L102.109 26.75H103.422V27.8438Z' fill='%23212121'/%3E%3Cpath d='M162.5 0.5L22.5088 0.500002L0.5 27.6025L0.5 61.4766L162.5 61.4766L162.5 0.5Z' stroke='%23212121'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 0;
	white-space: nowrap;
	flex-shrink: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
	position: relative;
}
.news-read-btn:hover {
	opacity: 0.6;
}
.news-read-btn:hover {
	opacity: 0.75;
}
.news-read-arrow {
	font-size: 26px;
	margin-inline-start: 4px;
	position: absolute;
	left: 40px;
}
.news-item-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
	color: #212121;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 40px;
}
.news-list-item:hover .news-item-title {
	color: #000000;
	font-weight: 700;
}
.news-item-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 60px;
	flex-shrink: 0;
}
.news-source {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #212121;
	text-align: right;
	white-space: nowrap;
}
.news-list-item:hover .news-source {
	color: #000000;
}
.news-date-block {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}
.date-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #212121;
	white-space: nowrap;
}
.date-slash {
	font-size: 16px;
	font-weight: 800;
	color: #212121;
	opacity: 0.6;
	user-select: none;
}
.news-list-item:hover .date-slash {
	opacity: 1;
}
.hero-projects-banner {
	width: 100%;
	max-width: 1920px;
	height: clamp(650px, 52.5vw, 1008px);
	margin: 0 auto;
	position: sticky;
	top: 0;
	z-index: 0;
	direction: rtl;
	overflow: hidden;
	box-sizing: border-box;
}
.hero-banner-img, .hero-banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
	display: block;
}
.hero-projects-banner picture {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.hero-inner-box {
	width: 100%;
	max-width: 1700px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-inline-start: clamp(24px, 4.5vw, 75px);
	padding-inline-end: clamp(24px, 4.5vw, 75px);
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-top: 100px;
}
.hero-main-title {
	margin: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.19;
	color: #212121;
	white-space: pre-line;
}
.projects-carousel-section {
	position: relative;
	z-index: 1;
	background: #E4E4E1;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	direction: rtl;
	box-sizing: border-box;
}
.projects-sticky-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.projects-slides {
	position: relative;
	width: 100%;
	height: 100%;
}
.projects-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	will-change: transform, opacity;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(60px, 7.8vw, 150px) 0;
	box-sizing: border-box;
	background: #E4E4E1;
}
.carousel-container-inner {
	width: 100%;
	max-width: clamp(320px, 92vw, 1766px);
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}
.slide-split-layout {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 10vw, 180px);
	box-sizing: border-box;
	justify-content: flex-end;
	/* gap: 180px; */
	padding-inline-start: clamp(80px, 10vw, 180px);
	padding-inline-end: clamp(80px, 10vw, 180px);
}
.project-content-col {
	/* width: clamp(240px, 25.8vw, 280px); */
	width: 21.4%;
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 1.3vw, 25px);
	box-sizing: border-box;
	flex-shrink: 0;
}
.project-title {
	margin: 0;
	font-weight: 400;
	font-size: clamp(20px, 1.35vw, 26px);
	line-height: 160%;
	color: #212121;
}
.project-subtitle {
	font-weight: 400;
	line-height: 160%;
	color: #212121;
	font-size: 14px;
}
.project-subtitle strong {
	font-weight: 600;
}
.project-desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 164%;
	color: #3D3D3D;
}
.project-desc p {
	margin: 0 0 clamp(8px, 0.73vw, 14px) 0;
}
.project-desc p:last-child {
	margin-bottom: 0;
}
.project-image-col {
	/* width: clamp(300px, 45.15vw, 867px); */
	width: 61.7%;
	height: clamp(380px, 42.23vw, 811px);
	flex-shrink: 0;
}
.project-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.carousel-counter-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	width: clamp(60px, 6.25vw, 120px);
	flex-shrink: 0;
	text-align: right;
	gap: 12px;
}
.counter-number {
	font-weight: 100;
	font-size: clamp(44px, 3.8vw, 73px);
	line-height: 100%;
	letter-spacing: 2%;
	color: #3D3D3D;
}
.counter-decorative-line {
	width: clamp(24px, 2.34vw, 45px);
	height: 1px;
	background-color: #3D3D3D;
	opacity: 0.4;
	margin-right: 6px;
}
.carousel-counter-fixed {
	position: absolute;
	top: 0;
	height: 100vh;
	z-index: 10;
	pointer-events: none;
	right: 0;
}
.carousel-counter-fixed .carousel-counter-block {
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(24px, 4.5vw, 75px);
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.counter-number {
	transition: opacity 0.2s ease, transform 0.2s ease;
	line-height: 1;
}
.counter-lines-track {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 5px;
}
.counter-line {
	height: 2px;
	width: 23px;
	background: rgba(33, 33, 33, 0.25);
	transition: width 0.3s ease, background 0.3s ease;
}
.counter-line.is-active {
	background: #212121;
}
.project-mobile-counter {
	display: none;
}
.portfolio-grid-wrapper {
	position: relative;
	z-index: 1;
	background: #E4E4E1;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: clamp(60px, 7.8vw, 150px) clamp(24px, 7.8vw, 150px);
	display: flex;
	flex-direction: column;
	gap: clamp(40px, 3.125vw, 60px);
	direction: rtl;
	box-sizing: border-box;
	padding-bottom: 0;
}
.projects-featured-grid {
	width: 100%;
	max-width: 1766px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(320px, 1fr));
	gap: clamp(32px, 7.8vw, 150px);
	box-sizing: border-box;
}
.projects-compact-grid {
	width: 100%;
	max-width: 1610px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(260px, 1fr));
	gap: clamp(24px, 0vw, 170px);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.portfolio-card {
	display: flex;
	flex-direction: column;
	background: transparent;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
}
.card-img-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: clamp(12px, 1.04vw, 20px);
	cursor: pointer;
}
.card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center center;
	transform: scale(1) translate(0, 0);
	transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}
.card-img-box:hover .card-img {
	transform: scale(1.1) translate(-2%, 1.5%);
}
@keyframes kenBurns {
	0% {
		transform: scale(1) translate(0, 0);
	}
	100% {
		transform: scale(1.1) translate(-2%, 1.5%);
	}
	0% {
		transform: scale(1) translate(0, 0);
	}
}
.card-size-large {
	height: auto;
	width: 100%;
}
.card-size-large .card-img-box {
	height: clamp(220px, 19.3vw, 371px);
}
.card-size-small {
	max-width: 414px;
}
.card-size-small .card-img-box {
	height: clamp(160px, 13.33vw, 256px);
}
.card-body-content {
	display: flex;
	flex-direction: column;
}
.card-main-title {
	margin: 0 0 clamp(6px, 1vw, 20px) 0;
	line-height: 160%;
}
.card-size-large .card-main-title {
	line-height: 120%;
}
.city-prefix {
	font-weight: 400;
	font-size: clamp(20px, 1.35vw, 26px);
	color: #212121;
}
.project-name-text {
	font-weight: 500;
	font-size: clamp(20px, 1.35vw, 26px);
	color: #212121;
	line-height: 1.5;
}
.card-sub-title {
	margin: 0 0 4px 0;
	font-weight: 600;
	font-size: clamp(12px, 0.73vw, 14px);
	line-height: 160%;
	color: #212121;
}
.card-spec-tags {
	margin: 0 0 clamp(8px, 0.625vw, 12px) 0;
	font-weight: 400;
	font-size: clamp(12px, 0.73vw, 14px);
	line-height: 160%;
	color: #212121;
}
.card-paragraph-desc {
	margin: 0;
	font-weight: 300;
	font-size: clamp(13px, 0.73vw, 14px);
	line-height: 160%;
	color: #212121;
	max-width: 400px;
}
.cookie-banner-wrapper {
	width: 100%;
	max-width: 1920px;
	min-height: 91px;
	background-color: #212121;
	box-shadow: 0px 0px 32px 0px rgba(16, 22, 37, 0.08);
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	padding: 20px;
	direction: rtl;
	box-sizing: border-box;
	display: none;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-banner-wrapper.is-visible {
	display: block;
	opacity: 1;
}
.cookie-banner-inner {
	width: 100%;
	max-width: 1809px;
	min-height: 51px;
	margin: 0 auto;
	padding: 14px 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.cookie-text-zone {
	flex-grow: 1;
	text-align: right;
	padding-right: 40px;
}
.cookie-notice-text {
	font-size: 14px;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0%;
	color: #FFFFFF;
	margin: 0;
	max-width: 800px;
}
.cookie-notice-text p {
	margin: 0;
}
.cookie-legal-link {
	color: #FFFFFF;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 400;
	transition: opacity 0.2s ease;
}
.cookie-legal-link:hover {
	opacity: 0.8;
}
.cookie-action-zone {
	flex-shrink: 0;
}
.btn-cookie-accept {
	width: 163px;
	height: 54px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='163' height='54' viewBox='0 0 163 54'%3E%3Cpath d='M24.5 0.5 H162.5 V53.5 H0.5 V24.5 Z' fill='none' stroke='%23E4E4E1' stroke-width='1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image 0.2s ease;
}
.btn-cookie-accept span {
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0%;
	color: #E4E4E1;
	text-align: right;
	transition: color 0.2s ease;
}
.btn-cookie-accept:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='163' height='54' viewBox='0 0 163 54'%3E%3Cpath d='M24.5 0.5 H162.5 V53.5 H0.5 V24.5 Z' fill='%23E4E4E1' stroke='%23E4E4E1' stroke-width='1'/%3E%3C/svg%3E");
}
.btn-cookie-accept:hover span {
	color: #212121;
}
.menu-toggle {
	width: 77px;
	height: 77px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	position: relative;
	z-index: 10001;
}
.hamburger-line {
	display: block;
	width: 77px;
	height: 1px;
	background-color: #505050;
	border-radius: 1px;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, width 0.3s ease;
}
.menu-toggle .hamburger-line:last-child {
}
.menu-toggle:focus-visible {
	outline: 2px solid #212121;
	outline-offset: 4px;
}
.btn-menu-close:focus-visible, .menu-link-item:focus-visible {
	outline: 2px solid #E4E4E1;
	outline-offset: 4px;
}
.menu-toggle[aria-expanded="true"] .hamburger-line {
	width: 50px;
}
.menu-toggle[aria-expanded="true"] .hamburger-line:first-child {
	transform: translateY(14px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .hamburger-line:last-child {
	transform: translateY(0px) rotate(-45deg);
}
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #111111;
	z-index: 1000;
	direction: rtl;
	box-sizing: border-box;
	transform: translateY(-100%);
	opacity: 0;
	transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
	will-change: transform, opacity;
	pointer-events: none;
}
.menu-overlay.is-open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}
.menu-overlay .menu-body-content {
	opacity: 0;
	transform: translateY(-15px);
	transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: 0.15s;
}
.menu-overlay.is-open .menu-body-content {
	opacity: 1;
	transform: translateY(0);
}
.menu-top-bar {
	width: 100%;
	max-width: 1920px;
	height: 100px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 0 75px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
}
.menu-top-logo {
	height: 46px;
	width: auto;
	display: block;
	filter: brightness(0) invert(1);
}
.btn-menu-close {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #E4E4E1;
	padding: 0;
}
.btn-menu-close {
	width: 46px;
	height: 48px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-menu-close:hover {
	transform: scale(1.08);
}
.menu-body-content {
	width: 100%;
	max-width: 1920px;
	height: calc(100% - 100px);
	margin: 0 auto;
	position: relative;
	direction: rtl;
	box-sizing: border-box;
}
.menu-navigation-matrix {
	position: absolute;
	top: clamp(60px, 21vw, 400px);
	right: clamp(24px, 7.8vw, 156px);
	left: clamp(24px, 7.8vw, 156px);
	display: grid;
	grid-template-columns: repeat(2, minmax(210px, 1fr));
	align-items: flex-start;
	column-gap: clamp(32px, 8.7vw, 167px);
	row-gap: 40px;
	z-index: 5;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(-30px);
	transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform, opacity;
}
.menu-overlay.is-active .menu-navigation-matrix, .menu-navigation-matrix.is-active {
	opacity: 1;
	transform: translateY(0);
}
.menu-overlay.is-active .menu-navigation-matrix .menu-nav-column:nth-child(2) {
	transition-delay: 0.1s;
}
.menu-nav-column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 210px;
}
.menu-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.menu-links-list.gap-28 {
	gap: clamp(16px, 1.45vw, 28px);
}
.menu-links-list.gap-12 {
	gap: clamp(12px, 1.25vw, 24px);
}
.menu-watermark-logo {
	position: absolute;
	left: clamp(16px, 4vw, 75px);
	width: clamp(260px, 46vw, 883.5px);
	height: clamp(96px, 17vw, 328.13px);
	opacity: 0.05;
	pointer-events: none;
	user-select: none;
	top: auto;
	bottom: clamp(24px, 2.5vw, 40px);
	z-index: 1;
}
.menu-watermark-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.menu-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.menu-links-list.gap-28 {
	gap: 15px;
}
.menu-links-list.gap-12 {
	gap: 15px;
}
.menu-nav-grid-1 {
	position: absolute;
	top: clamp(120px, 20.88vw, 401px);
	right: clamp(24px, 5.5vw, 106px);
	left: auto;
	width: clamp(180px, 11vw, 210px);
	height: auto;
	bottom: 0;
	top: 25%;
}
.menu-nav-grid-2 {
	position: absolute;
	top: clamp(120px, 20.83vw, 400px);
	right: clamp(24px, 25.1vw, 483px);
	left: auto;
	width: clamp(180px, 11vw, 210px);
	height: auto;
	bottom: 0;
	top: 25%;
}
.menu-link-item {
	font-size: clamp(18px, 1.15vw, 22px);
	line-height: 160%;
	color: #E4E4E1;
	text-decoration: none;
	display: inline-block;
	text-align: right;
	transition: color 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.2s ease;
}
.menu-link-item:hover, .menu-link-item:focus-visible {
	color: #FFFFFF;
	transform: translateX(-4px);
}
.menu-link-item:focus-visible {
	outline: 3px solid #3498db;
	outline-offset: 4px;
}
.link-bold {
	font-weight: 500;
}
.link-regular, .menu-info-text {
	font-weight: 300;
	font-size: clamp(13px, 0.73vw, 14px);
	color: #FFFFFF;
}
.menu-info-text {
	line-height: 160%;
	text-align: right;
	display: block;
}
.skyline-hero-section {
	height: 200vh;
	position: relative;
}
.skyline-media-wrapper {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.skyline-media-asset {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 120%;
	top: -10%;
	object-fit: cover;
	will-change: transform;
	transform: translateY(0px);
}
.skyline-playback-btn {
	position: absolute;
	bottom: clamp(20px, 2.6vw, 40px);
	left: clamp(20px, 2.6vw, 40px);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s;
}
.skyline-playback-btn:hover {
	background: rgba(0, 0, 0, 0.6);
}
.skyline-playback-btn.pause-state .icon-play {
	display: none !important;
}
.skyline-playback-btn.pause-state .icon-pause {
	display: block !important;
}
.skyline-playback-btn.play-state .icon-pause {
	display: none !important;
}
.skyline-playback-btn.play-state .icon-play {
	display: block !important;
}
.skyline-carousel-section {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.skyline-slider-container {
	width: 100%;
	max-width: 1870px;
	padding: 0;
	position: sticky;
	top: 0;
	height: clamp(280px, 33.64vw, 646px);
	box-sizing: border-box;
	padding: clamp(40px, 2vw, 100px) 0;
	margin: 0 auto;
}
.skyline-media-wrapper {
	width: clamp(100%, 97.4vw, 1870px);
	height: clamp(280px, 33.64vw, 646px);
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.skyline-slide-media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	inset: 0;
}
.skyline-top-bar {
	width: 100%;
	max-width: 1920px;
	height: auto;
	min-height: clamp(80px, 3.29vw, 100px);
	padding: clamp(40px, 3.9vw, 100px) clamp(24px, 3.9vw, 75px) 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}
.skyline-main-heading {
	margin: 0;
	font-size: clamp(32px, 2.6vw, 50px);
	font-weight: 400;
	line-height: 119%;
	letter-spacing: 0%;
	color: #252525;
	text-align: right;
}
.btn-slider-playback {
	position: absolute;
	bottom: 80px;
	right: 75px;
	width: 35px;
	height: 35px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
	background: #fff;
}
.btn-slider-playback:focus-visible {
	outline: 2px solid #252525;
	outline-offset: 4px;
}
.btn-slider-playback:hover {
	transform: scale(1.08);
}
.playback-icon-wrap {
	position: relative;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-slider-playback .icon-svg-play, .btn-slider-playback .icon-svg-pause {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: none;
}
.btn-slider-playback.pause-state .icon-svg-play {
	opacity: 0;
	transform: scale(0.8);
}
.btn-slider-playback.pause-state .icon-svg-pause {
	opacity: 1;
	transform: scale(1);
}
.btn-slider-playback.play-state .icon-svg-play {
	opacity: 1;
	transform: scale(1);
}
.btn-slider-playback.play-state .icon-svg-pause {
	opacity: 0;
	transform: scale(0.8);
}
.about-split-section {
	width: 100%;
	max-width: 1920px;
	height: clamp(683px, 49.53vw, 1200px);
	margin: 80px auto 0;
	padding: 80px 0 0;
	direction: rtl;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background: #e4e4e1;
}
.about-container-inner {
	width: clamp(320px, 91.6vw, 1760px);
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.about-media-column {
	position: absolute;
	top: 0;
	right: 0;
	width: clamp(320px, 28.95vw, 556px);
	height: clamp(500px, 48.8vw, 937px);
	overflow: hidden;
	box-sizing: border-box;
}
.about-feature-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.about-content-column {
	position: absolute;
	top: clamp(32px, 3.54vw, 68px);
	left: clamp(24px, 1.16vw, 80px);
	width: clamp(300px, 52.7vw, 1012px);
	height: auto;
	min-height: clamp(220px, 18.17vw, 349px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: right;
	box-sizing: border-box;
}
.about-tag-label {
	margin: 0;
	font-size: clamp(12px, 0.73vw, 14px);
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0%;
	color: #212121;
	margin-bottom: clamp(16px, 2.66vw, 50px);
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 20px;
}
.about-main-statement {
	font-size: clamp(20px, 1.56vw, 30px);
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0%;
	color: #212121;
	margin: 0 0 clamp(24px, 2.08vw, 40px) 0;
}
.about-action-row {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.btn-about-discover {
	width: 263px;
	height: 62px;
	background: transparent;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #212121;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263' height='62' viewBox='0 0 263 62'%3E%3Cpath d='M24.5 0.5 H262.5 V61.5 H0.5 V24.5 Z' fill='none' stroke='%23212121' stroke-width='1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image 0.2s ease, color 0.2s ease;
}
.btn-about-discover span {
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	pointer-events: none;
}
.btn-about-discover:hover {
	color: #EAEAEA;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263' height='62' viewBox='0 0 263 62'%3E%3Cpath d='M24.5 0.5 H262.5 V61.5 H0.5 V24.5 Z' fill='%23212121' stroke='%23212121' stroke-width='1'/%3E%3C/svg%3E");
}
.btn-about-discover:focus-visible {
	outline: 2px solid #212121;
	outline-offset: 4px;
}
.skyline-showcase-module {
	position: relative;
	overflow: visible;
}
.showcase-inner-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
.showcase-sticky-wrap {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
}
.showcase-slides {
	position: relative;
	width: 100%;
	height: 100vh;
}
.showcase-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	will-change: transform, opacity;
}
.showcase-slide:nth-child(1) {
	z-index: 1;
}
.showcase-slide:nth-child(2) {
	z-index: 2;
}
.showcase-slide:nth-child(3) {
	z-index: 3;
}
.showcase-slide:nth-child(4) {
	z-index: 4;
}
.showcase-slide:nth-child(5) {
	z-index: 5;
}
.showcase-slide-layout {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 100px;
	background: #e4e4e1;
}
.showcase-top-meta {
	width: 100%;
	padding: clamp(24px, 2.6vw, 50px) clamp(24px, 3.9vw, 75px);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
}
.showcase-content-group {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: clamp(320px, 74.3vw, 1427px);
	gap: clamp(24px, 2.08vw, 40px);
	text-align: right;
	flex-shrink: 0;
}
.showcase-titles-col {
	width: clamp(260px, 26.6vw, 512px);
	display: flex;
	flex-direction: column;
	text-align: right;
	flex-shrink: 0;
}
.showcase-hybrid-heading {
	margin: 0;
	line-height: 160%;
	margin-bottom: clamp(10px, 0.78vw, 10px);
}
.city-light {
	font-weight: 400;
	font-size: clamp(22px, 1.56vw, 30px);
	color: #212121;
}
.location-medium {
	font-weight: 500;
	font-size: clamp(22px, 1.56vw, 30px);
	color: #212121;
}
.showcase-tagline {
	margin: 0;
	font-weight: 600;
	font-size: clamp(12px, 0.73vw, 14px);
	line-height: 160%;
	color: #212121;
}
.showcase-spec-metrics {
	margin: 0;
	font-weight: 400;
	font-size: clamp(12px, 0.73vw, 14px);
	line-height: 160%;
	color: #212121;
}
.showcase-desc-col {
	width: clamp(300px, 40.1vw, 770px);
	height: auto;
	min-height: clamp(80px, 6vw, 115px);
	text-align: right;
	flex-shrink: 0;
	font-weight: 300;
}
.showcase-desc-text {
	margin: 0;
	font-weight: 300;
	font-size: clamp(13px, 0.73vw, 14px);
	line-height: 160%;
	color: #212121;
}
.showcase-index-col {
	text-align: left;
	flex-shrink: 0;
}
.showcase-index-num {
	font-weight: 100;
	font-size: clamp(44px, 3.8vw, 73px);
	line-height: 100%;
	color: #3D3D3D;
	letter-spacing: 0%;
}
.showcase-bottom-stage {
	width: 100%;
	max-width: 1920px;
	height: clamp(320px, 33.85vw, 650px);
	margin-top: auto;
	overflow: hidden;
}
.showcase-slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.animate-target-text {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	will-change: opacity;
}
.brand-architecture-section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	direction: rtl;
	position: relative;
	box-sizing: border-box;
}
.brand-fixed-heading {
	position: relative;
	z-index: 5;
	padding: clamp(16px, 2vw, 32px) clamp(24px, 4.5vw, 75px) 0;
	text-align: right;
}
.brand-architecture-label {
	margin: 0 0 8px;
	display: inline-block;
	position: relative;
	padding-bottom: clamp(8px, 0.625vw, 12px);
	font-weight: 700;
	font-size: clamp(12px, 0.73vw, 14px);
	line-height: 125%;
	color: #212121;
}
.brand-architecture-label::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #212121;
}
.brand-sticky-frame {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.brand-img-stack {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.brand-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transition: opacity 0.6s ease;
}
.brand-frame.is-active {
	opacity: 1;
}
.brand-inner-box {
	position: absolute;
	inset: 0;
	max-width: clamp(320px, 92vw, 1766px);
	margin: 0 auto;
	z-index: 2;
	display: flex;
	align-items: center;
}
.brand-title-column {
	position: absolute;
	right: clamp(24px, 10vw, 190px);
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	z-index: 3;
	width: clamp(200px, 20vw, 380px);
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition: transform 0.5s ease;
}
.brand-service-item {
	width: 100%;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease, visibility 0s 0.5s;
	pointer-events: none;
}
.brand-service-item.is-visible {
	opacity: 1;
	max-height: 200px;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
	transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease, visibility 0s 0s;
}
.brand-subhead-tag {
	margin: 0 0 8px;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
	font-weight: 700;
	font-size: clamp(12px, 0.73vw, 14px);
	line-height: 125%;
	color: #212121;
	font-size: 14px;
}
.brand-main-label {
	font-weight: 600;
	font-size: 22px;
}
.brand-main-label .first-word {
	display: block;
}
.brand-service-desc {
	margin: 0;
	font-size: clamp(12px, 0.83vw, 16px);
	line-height: 160%;
	color: #212121;
	font-size: 14px;
	font-weight: 300;
}
.team-showcase-section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	direction: rtl;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: clamp(60px, 6.25vw, 120px) 0;
}
.team-layout-container {
	width: clamp(320px, 91.7vw, 1762px);
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.team-media-stage {
	width: 100%;
	height: clamp(240px, 25.2vw, 484px);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: clamp(24px, 2.86vw, 55px);
}
.team-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	clip-path: inset(15% 30% round 0rem);
	transition: clip-path 1.2s ease;
}
.team-media-stage.is-revealed .team-hero-img {
	clip-path: inset(0% round 0rem);
}
.team-data-list {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 2.29vw, 44px);
	box-sizing: border-box;
}
.team-item-row {
	width: 100%;
	height: clamp(76px, 5.88vw, 112.90px);
	border-bottom: 1px solid #BABABA;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	transition: opacity 0.22s cubic-bezier(0.25, 1, 0.5, 1);
}
.team-item-row:hover {
	opacity: 0.75;
}
.team-meta-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	box-sizing: border-box;
}
.team-member-name {
	margin: 0;
	font-size: clamp(20px, 1.66vw, 32px);
	font-weight: 500;
	line-height: 100%;
	color: #3D3D3D;
	text-align: right;
	white-space: nowrap;
}
.team-vertical-pipe {
	width: 1px;
	height: clamp(24px, 1.97vw, 38px);
	background-color: #000000;
	opacity: 1;
	flex-shrink: 0;
	margin: 0 clamp(12px, 1.25vw, 24px);
}
.team-role-label {
	font-size: clamp(14px, 0.83vw, 16px);
	font-weight: 400;
	line-height: 160%;
	color: #000000;
	text-align: right;
	white-space: nowrap;
}
.legal-disclaimer-section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: clamp(48px, 5.2vw, 100px) clamp(24px, 3.9vw, 75px) clamp(16px, 1.3vw, 25px);
	direction: rtl;
	border-top: 1px solid rgba(33, 33, 33, 0.08);
	box-sizing: border-box;
	background: #e4e4e1;
	position: relative;
}
.legal-container-inner {
	width: 100%;
	max-width: clamp(320px, 91.7vw, 1762px);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.regulatory-notice-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	text-align: center;
}
.regulatory-item-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #212121;
	margin: 0;
	font-variant-numeric: lining-nums tabular-nums;
	-moz-font-feature-settings: "lnum" 1, "tnum" 1;
	-webkit-font-feature-settings: "lnum" 1, "tnum" 1;
}
.regulatory-item-text.warning-highlight {
	font-weight: 400;
	opacity: 0.95;
}
.regulatory-bullet-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	text-align: center;
}
.regulatory-bullet-item {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #212121;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-variant-numeric: lining-nums tabular-nums;
	-moz-font-feature-settings: "lnum" 1, "tnum" 1;
	-webkit-font-feature-settings: "lnum" 1, "tnum" 1;
}
.regulatory-bullet-item::before {
	content: "\2022";
	margin-left: 8px;
	color: #212121;
	opacity: 0.6;
	font-weight: 300;
}
body.home .main-footer {
	margin-top: 0;
}
.error-page-body {
	margin: 0;
	padding: 0;
	background-color: #E6E6E3;
	overflow: hidden;
}
.error-stage-container {
	width: 100vw;
	height: 100vh;
	max-width: 1920px;
	max-height: 1080px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.error-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	display: block;
	opacity: 0.85;
}
.error-content-box {
	position: relative;
	width: 100%;
	max-width: 1762px;
	padding: 0 clamp(24px, 4.25vw, 75px);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	direction: rtl;
	z-index: 2;
	box-sizing: border-box;
	gap: 30px;
}
.error-number-graphic {
}
.error-number-graphic span {
	font-size: 280px;
}
.error-text-pillar {
	width: 750px;
	display: flex;
	flex-direction: column;
	text-align: right;
	box-sizing: border-box;
}
.error-main-title {
	margin: 0 0 24px 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 120%;
	color: #212121;
}
.error-message-desc {
	margin: 0 0 48px 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	color: #3D3D3D;
}
.error-action-row {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.btn-error-home {
	width: 263px;
	height: 62px;
	background: transparent;
	text-decoration: }
 ::-webkit-scrollbar {
     width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #E6E6E3;
}
::-webkit-scrollbar-thumb {
	background-color: #212121;
	border-radius: 100px;
	border: 2px solid #E6E6E3;
	Inset padding trick to float thumb inside track gutter margins transition: background-color 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #3D3D3D;
}
@supports (scrollbar-width: thin) {
	html {
		scrollbar-width: thin;
		scrollbar-color: #212121 #E6E6E3;
	}
}
.contact-stage-section {
	width: 100%;
	max-width: 1920px;
	height: clamp(650px, 52.5vw, 1008px);
	margin: 0 auto;
	background-color: #E4E4E1;
	direction: rtl;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.contact-dark-card-wrap {
	width: 100%;
	height: 100%;
	background-color: #212121;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.contact-inner-box {
	width: 100%;
	max-width: clamp(320px, 92vw, 1768px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(18px, 1.45vw, 28px);
	box-sizing: border-box;
}
.contact-heading-row {
	width: 100%;
	text-align: right;
	padding-right: 4px;
}
.contact-main-title {
	margin: 0;
	display: inline-block;
	font-weight: 400;
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #E4E4E1;
}
.contact-media-frame {
	width: clamp(320px, 92vw, 1768px);
	height: clamp(280px, 40.1vw, 709px);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.contact-showcase-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}
.corporate-contact-ribbon {
	width: clamp(320px, 92vw, 1768px);
	height: clamp(64px, 4.4vw, 84px);
	margin: 0 auto;
	background-color: #212121;
	border: 1px solid #E4E4E1;
	direction: rtl;
	box-sizing: border-box;
}
.contact-ribbon-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding-right: clamp(32px, calc(20vw - 288px), 96px);
	padding-left: clamp(32px, calc(20vw - 288px), 96px);
	gap: clamp(20px, calc(18.75vw - 280px), 80px);
	box-sizing: border-box;
}
.contact-info-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(16px, calc(10vw - 144px), 48px);
	flex-grow: 0;
	min-width: 0;
	width: 100%;
	justify-content: space-between;
}
.contact-label-block {
	flex-shrink: 0;
}
.contact-section-label-heading {
	margin: 0;
	font-weight: 500;
	font-size: 26px;
	line-height: 100%;
	color: #E4E4E1;
	text-align: right;
	white-space: nowrap;
}
.contact-structural-pipe {
	width: 1px;
	height: 84px;
	background-color: #BABABA;
	opacity: 1;
	flex-shrink: 0;
}
.contact-links-cluster {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: clamp(24px, calc(17.5vw - 256px), 80px);
	max-width: 100%;
}
.contact-data-anchor, .contact-data-label {
	font-weight: 300;
	font-size: 14px;
	line-height: 218%;
	color: #E4E4E1;
	text-decoration: none;
	white-space: nowrap;
}
.contact-data-anchor {
	transition: opacity 0.22s ease;
}
.contact-data-anchor:hover {
	opacity: 0.75;
}
.text-numeric-tabular {
	font-variant-numeric: lining-nums tabular-nums;
	-webkit-font-feature-settings: "lnum" 1, "tnum" 1;
	font-feature-settings: "lnum" 1, "tnum" 1;
}
.contact-social-cluster {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	flex-shrink: 0;
	max-width: 100%;
}
.social-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
}
.social-icon-link svg {
	display: block;
}
.social-icon-link:hover {
	transform: scale(1.1);
}
.page-template-template-contact, .contact-page {
	background-color: #212121;
}
.contact-form-section {
	width: 100%;
	max-width: 1768px;
	padding: 50px;
	min-height: clamp(650px, 47.44vw, 911px);
	background-color: #E4E4E1;
	border-top: 1px solid #BABABA;
	direction: rtl;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: clamp(40px, 5.2vw, 100px) auto;
}
.contact-form-wrapper {
	width: clamp(320px, 82.5vw, 1461px);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.contact-form-header {
	width: 100%;
	height: clamp(60px, 4vw, 98px);
	border-bottom: 1px solid #212121;
	display: flex;
	align-items: self-start;
	justify-content: flex-start;
	box-sizing: border-box;
	margin-bottom: clamp(20px, 2vw, 40px);
	flex-wrap: wrap;
	flex-flow: column;
	gap: 10px;
}
.contact-form-heading {
	margin: 0;
	font-weight: 500;
	font-size: clamp(20px, 1.35vw, 26px);
	line-height: 100%;
	color: #212121;
}
.contact-form-note {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #212121;
	text-align: start;
}
.contact-form-body {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.form-inputs-matrix {
	display: grid;
	width: 100%;
	box-sizing: border-box;
	grid-template-columns: repeat(2, minmax(300px, 706px));
	column-gap: clamp(16px, 2.55vw, 49px);
	row-gap: clamp(30px, 1.66vw, 32px);
	align-items: start;
}
.form-field-group {
	position: relative;
	width: 100%;
	height: 63px;
	box-sizing: border-box;
	min-width: 0;
}
.form-input-control {
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #BABABA;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #212121;
	padding: 20px 0 4px 0;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.25s ease;
}
.form-input-control:focus {
	border-bottom-color: #212121;
}
.form-floating-label {
	position: absolute;
	top: 24px;
	right: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	color: #212121;
	pointer-events: none;
	transition: transform 0.22s cubic-bezier(0.25, 1, 0.5, 1), font-size 0.22s ease, opacity 0.22s ease;
	transform-origin: right top;
}
.form-input-control:focus ~ .form-floating-label, .form-input-control:not(:placeholder-shown) ~ .form-floating-label, .select-control:valid ~ .form-floating-label {
	transform: translateY(-22px) scale(0.85);
	opacity: 0.75;
}
.select-wrapper::after {
	content: '';
	position: absolute;
	top: 32px;
	left: 6px;
	width: 12px;
	height: 7px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23212121' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	pointer-events: none;
	display: none;
	d\: ;
     d\: inherit;
	d\: inherit;
	d\: n;
}
.select-control {
	appearance: none;
	cursor: pointer;
}
.textarea-block {
	width: 1461px;
	height: 144px;
	margin-top: 32px;
	max-width: 100%;
}
.textarea-control {
	height: 100%;
	resize: none;
}
.form-footer-actions-row {
	width: 1461px;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 56px;
	box-sizing: border-box;
}
.compliance-checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.compliance-checkbox-group {
	position: relative;
	display: flex;
	align-items: flex-start;
}
.custom-checkbox-container {
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
	position: relative;
	user-select: none;
}
.real-checkbox-input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	cursor: pointer;
}
.custom-checkbox-box {
	width: 16px;
	height: 16px;
	border: 1px solid #212121;
	box-sizing: border-box;
	display: inline-block;
	flex-shrink: 0;
	margin-left: 12px;
	margin-top: 2px;
	position: relative;
	background-color: transparent;
	transition: background-color 0.18s ease;
}
.real-checkbox-input:checked ~ .custom-checkbox-box::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 5px;
	width: 4px;
	height: 8px;
	border: solid #212121;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
}
.checkbox-label-text {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #212121;
}
.checkbox-label-text a {
	color: #212121;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.checkbox-label-text a:hover {
	opacity: 0.7;
}
.submit-action-container {
	flex-shrink: 0;
}
.btn-form-submit {
	width: 263px;
	height: 62px;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #E4E4E1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='263' height='62' viewBox='0 0 263 62'%3E%3Cpath d='M24.5 0.5 H262.5 V61.5 H0.5 V24.5 Z' fill='%23212121' stroke='%23212121' stroke-width='1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.btn-form-submit span {
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
}
.btn-form-submit:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}
.form-field-error {
	position: absolute;
	bottom: -28px;
	right: 0;
	font-size: 11px;
	font-weight: 400;
	color: #B71C1C;
	opacity: 0;
	transform: translateY(3px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}
.form-field-error.visible {
	opacity: 1;
	transform: translateY(0);
}
.checkbox-err-pos {
	bottom: -18px;
	right: 28px;
}
.real-checkbox-input:focus-visible ~ .custom-checkbox-box, .form-input-control:focus-visible {
	outline: 2px solid #212121;
	outline-offset: 4px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.custom-dropdown-container {
	position: relative;
	width: 100%;
	max-width: 1461px;
	margin: 0 auto;
	direction: rtl;
	box-sizing: border-box;
}
.dropdown-field-bar {
	width: 100%;
	height: 100%;
	background-color: #E4E4E1;
	border-bottom: 1px solid #BABABA;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0 clamp(16px, 2vw, 32px);
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.25s ease, background-color 0.25s ease;
	padding-inline: 0;
}
.dropdown-field-bar:focus-visible {
	outline: none;
	border-bottom-color: #212121;
	background-color: rgba(33, 33, 33, 0.02);
}
.dropdown-label {
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	font-size: clamp(16px, 1.04vw, 20px);
	line-height: 160%;
	color: #212121;
	margin-left: 12px;
	white-space: nowrap;
	flex-shrink: 0;
}
.dropdown-display-value {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	font-size: clamp(16px, 1.04vw, 20px);
	line-height: 160%;
	color: #212121;
	text-align: right;
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dropdown-chevron-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.dropdown-field-bar[aria-expanded="true"] .dropdown-chevron-arrow {
	transform: rotate(180deg);
}
.dropdown-options-listbox {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #E4E4E1;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(-8px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.dropdown-field-bar[aria-expanded="true"] + .dropdown-options-listbox, .dropdown-options-listbox.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.dropdown-option-item {
	width: 100%;
	height: clamp(48px, 3.5vw, 56px);
	display: flex;
	align-items: center;
	padding: 0 clamp(16px, 2vw, 32px);
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	font-size: clamp(16px, 1.04vw, 20px);
	line-height: 160%;
	color: #212121;
	text-align: right;
	cursor: pointer;
	box-sizing: border-box;
	transition: background-color 0.15s ease, font-weight 0.15s ease;
}
.dropdown-option-item:hover, .dropdown-option-item.is-highlighted {
	background-color: rgba(33, 33, 33, 0.04);
	outline: none;
}
.dropdown-option-item.is-selected {
	font-weight: 500;
	background-color: rgba(33, 33, 33, 0.02);
}
.dropdown-field-bar.field-has-error, .form-input-control.field-has-error {
	border-bottom-color: #B71C1C !important;
}
.form-field-error.visible {
	opacity: 1;
}
.form-success-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-success-modal[hidden] {
	display: none;
}
.form-success-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(33, 33, 33, 0.5);
}
.form-success-dialog {
	position: relative;
	background: #E4E4E1;
	padding: 56px 48px;
	max-width: 480px;
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
	direction: rtl;
	animation: modalFadeIn 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.form-success-icon {
	margin-bottom: 8px;
}
.form-success-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #212121;
}
.form-success-desc {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #212121;
}
.form-success-close {
	margin-top: 16px;
	width: 180px;
	height: 52px;
	background: #212121;
	color: #E4E4E1;
	border: none;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.form-success-close:hover {
	opacity: 0.85;
}
.form-success-close:focus-visible {
	outline: 2px solid #212121;
	outline-offset: 4px;
}
.page-template-template-content .main-footer {
	margin-top: 0;
}
.verification-result {
	display: flex;
	align-items: center;
	gap: 16px;
	direction: rtl;
	margin-top: 24px;
	padding: 20px 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 160%;
	color: #ffffff;
	border-right: 3px solid transparent;
	background: rgba(33, 33, 33, 0.04);
	animation: resultFadeIn 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.verification-result.is-success {
	border-right-color: #2e7d32;
}
.verification-result.is-error {
	border-right-color: #c62828;
}
.result-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1.5px solid currentColor;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
}
.is-success .result-icon {
	color: #2e7d32;
}
.is-error .result-icon {
	color: #c62828;
}
.result-text strong {
	font-weight: 600;
}
@keyframes resultFadeIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.verification-loader {
	display: none;
	align-items: center;
	gap: 12px;
	direction: rtl;
	margin-top: 24px;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
}
.verification-loader.is-visible {
	display: flex;
}
.loader-spinner {
	width: 20px;
	height: 20px;
	border: 1.5px solid rgba(33, 33, 33, 0.2);
	border-top-color: #212121;
	border-radius: 50%;
	animation: spinLoader 0.7s linear infinite;
	flex-shrink: 0;
}
@keyframes spinLoader {
	to {
		transform: rotate(360deg);
	}
}
.breadcrumb {
	display: flex;
	align-items: center;
	gap: 6px;
	direction: rtl;
	margin-bottom: 12px;
}
.breadcrumb-link, .breadcrumb-sep, .breadcrumb-current {
	font-weight: 400;
	font-size: 16px;
	line-height: 119%;
	color: #212121;
}
.breadcrumb-link {
	text-decoration: underline;
}
.breadcrumb-link:hover {
	opacity: 0.7;
}
.breadcrumb-sep {
	text-decoration: none;
}
.breadcrumb-current {
	text-decoration: none;
}
.tel-link {
	pointer-events: none;
	cursor: default;
}
.skip-to-content-link {
	position: absolute;
	top: -60px;
	right: 16px;
	z-index: 10000;
	background-color: #212121;
	color: #FFFFFF;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: top 0.2s ease;
}
.skip-to-content-link:focus {
	top: 16px;
	outline: 3px solid #3498db;
	outline-offset: 2px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible {
	outline: 3px solid #3498db;
	outline-offset: 2px;
}
.projects-carousel-section.is-static-mode {
	height: auto !important;
}
.projects-carousel-section.is-static-mode .projects-sticky-wrap {
	position: static;
	height: auto;
	overflow: visible;
	display: block;
}
.projects-carousel-section.is-static-mode .projects-slides {
	height: auto;
}
.projects-carousel-section.is-static-mode .projects-slide {
	position: static;
	width: 100%;
	height: auto;
	will-change: auto;
}
.projects-carousel-section.is-static-mode .projects-slide + .projects-slide {
	border-top: 1px solid rgba(33, 33, 33, 0.12);
}
.skyline-showcase-module.is-static-mode .showcase-sticky-wrap {
	position: static;
	height: auto;
	overflow: visible;
}
.skyline-showcase-module.is-static-mode .showcase-slides {
	height: auto;
}
.skyline-showcase-module.is-static-mode .showcase-slide {
	position: static;
	width: 100%;
	height: auto;
	z-index: auto;
	will-change: auto;
}
.skyline-showcase-module.is-static-mode .showcase-slide + .showcase-slide {
	border-top: 1px solid rgba(33, 33, 33, 0.12);
}
.brand-architecture-section.is-static-mode {
	height: auto !important;
}
.brand-architecture-section.is-static-mode .brand-frame, .brand-architecture-section.is-static-mode .brand-service-item {
	transition: none !important;
}