/* ==========================================================================
   SECTION: HOME PAGE - BASE LAYOUT
   Scope: data-styles~="home"
   Purpose: Base layout and shared components for the home page.
   ========================================================================== */

body:where([data-styles~='home']) {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

body:where([data-styles~='home']) .hand {
	max-width: 200px;
}

body:where([data-styles~='home']) .preloader {
	background: #191b23;
	min-height: 100vh;
	min-width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1111111;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

body:where([data-styles~='home']) .preloader #preloader {
	max-width: 480px;
	padding-bottom: 180px;
	opacity: 0;
	overflow: visible;
}

body:where([data-styles~='home']) .preloader #preloader .preloader-1 {
	fill: #a46251;
}

body:where([data-styles~='home']) .preloader #preloader .preloader-3 {
	stroke: none;
	fill: none;
}

:where(body[data-styles~='home']) .swiper-slide.swiper-slide-video {
}

:where(body[data-styles~='home']) .hero {
	max-height: 706px;
}

body:where([data-styles~='home']) {
	background-color: #191b23;
}

:where(body[data-styles~='home']) .container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

:where(body[data-styles~='home']) .hero {
	position: relative;
}

:where(body[data-styles~='home']) .hero .swiper-slide:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.15);
}

:where(body[data-styles~='home']) .hero .swiper-wrapper {
	z-index: 111;
}

:where(body[data-styles~='home']) .hero .container {
	max-width: 700px;
	text-align: center;
	position: absolute;
	top: 396px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	z-index: 1111;
}

:where(body[data-styles~='home']) a {
	color: #fff;
	text-decoration: none;
}

:where(body[data-styles~='home']) .right {
	display: flex;
}

:where(body[data-styles~='home']) .upper-title {
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 1.15;
	position: relative;
	font-weight: 300;
	letter-spacing: 0.4em;
	margin: 0 0 20px 0;
}

:where(body[data-styles~='home']) .upper-title:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	display: block;
	background: #fff;
	opacity: 0.5;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

:where(body[data-styles~='home']) .hero {
	position: relative;
}

:where(body[data-styles~='home']) .hero .swiper-button-prev,
:where(body[data-styles~='home']) .hero .swiper-button-next {
	z-index: 111;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 36px;
	top: auto;
	left: auto;
	right: auto;
	transition: 0.4s;
}

:where(body[data-styles~='home']) .hero .swiper-button-prev:after,
:where(body[data-styles~='home']) .hero .swiper-button-next:after {
	display: none;
}

:where(body[data-styles~='home']) .hero .swiper-button-prev {
	position: absolute;
	left: 28px;
	background: url('images/arr-prev.svg');
	background-repeat: no-repeat;
	background-size: 4px 10px;
	background-position: center;
}

:where(body[data-styles~='home']) .hero .swiper-button-next {
	position: absolute;
	left: 70px;
	background: url('images/arr-next.svg');
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
}

:where(body[data-styles~='home']) .hero .title {
	font-weight: 200;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 30px 0;
}

:where(body[data-styles~='home']) .hero .button {
	background: rgba(17, 17, 17, 0.15);
	padding: 18px 42px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.4s;
	display: inline-block;
}

:where(body[data-styles~='home']) .hero .button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #111;
}

:where(body[data-styles~='home']) .hero .swiper-slide {
	position: relative;
	min-height: 100vh;
}

:where(body[data-styles~='home']) .hero .swiper-slide img {
	min-height: 100vh !important;
	min-width: 100vw;
	max-height: 100vh;
	object-fit: cover;
}

:where(body[data-styles~='home']) #preloader-2 {
	padding-bottom: 20px;
	max-height: 130px;
}

:where(body[data-styles~='home']) .hero .container {
	display: none;
}

body:where([data-styles~='home']) {
	overflow-y: scroll;
}

:where(body[data-styles~='home']) .preloader {
	z-index: 111111111100;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='home']) .preloader #preloader {
		max-width: 250px;
	}

	:where(body[data-styles~='home']) #preloader-new {
		margin-bottom: 100px;
	}

	:where(body[data-styles~='home']) * {
		outline: none;
	}

	:where(body[data-styles~='home']) .swiper-button-prev,
	:where(body[data-styles~='home']) .swiper-button-next {
		display: none;
	}

	:where(body[data-styles~='home']) #preloader-2 {
		max-height: 78px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	:where(body[data-styles~='home']) .preloader {
		padding-bottom: 120px;
	}

	:where(body[data-styles~='home']) .hero {
		max-height: 100vh;
	}

	:where(body[data-styles~='home']) .js-lang-switcher {
		font-size: 11px;
	}

	:where(body[data-styles~='home']) header .logo {
		top: 12px;
		max-width: 116px;
	}

	:where(body[data-styles~='home']) header .logo img {
		max-width: 100%;
	}

	:where(body[data-styles~='home']) .hero .container {
		top: 39vh;
	}

	:where(body[data-styles~='home']) .upper-title {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 11px;
		padding-bottom: 11px;
	}

	:where(body[data-styles~='home']) .hero .title {
		font-size: 32px;
		line-height: 44px;
	}
}

:where(body[data-styles~='home']) .opacity-0 {
	opacity: 0;
}

:where(body[data-styles~='home']) .opacity-0 g,
:where(body[data-styles~='home']) .opacity-0 rect,
:where(body[data-styles~='home']) .opacity-0 path {
	fill: #a46251 !important;
}

:where(body[data-styles~='home']) .st0,
:where(body[data-styles~='home']) .st1 {
	fill: #a46251 !important;
}

:where(body[data-styles~='home']) #preloader-new {
	max-width: 670px;
}

:where(body[data-styles~='home']) .logo-left-decor,
:where(body[data-styles~='home']) .logo-right-decor {
	fill: none !important;
}

:where(body[data-styles~='home']) header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 111;
	padding-top: 25px;
	display: flex;
	align-items: center;
}

:where(body[data-styles~='home']) header .container {
	max-width: calc(100% - 90px);
}

:where(body[data-styles~='home']) header .logo {
	position: absolute;
	max-width: 164px;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

:where(body[data-styles~='home']) header .logo img {
	max-width: 164px;
}

:where(body[data-styles~='home']) header .left {
	display: flex;
}

:where(body[data-styles~='home']) header .left .location {
	margin-left: 52px;
}

:where(body[data-styles~='home']) header .container {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-weight: 200;
}

:where(body[data-styles~='home']) header {
	padding-top: 30px;
}

:where(body[data-styles~='home']) header .container {
	max-width: calc(100% - 50px);
}

:where(body[data-styles~='home']) header .menu-toggler-wrapper {
	margin-top: -8px;
}

:where(body[data-styles~='home']) header {
	background: #191b23;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	z-index: 1111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

:where(body[data-styles~='home']) header .logo {
	position: static;
	height: auto;
	min-height: auto;
	max-height: 52px;
}

:where(body[data-styles~='home']) header .logo img {
	height: 52px;
}

:where(body[data-styles~='home']) header .menu-toggler {
	display: block;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title {
	padding-right: 74px;
	right: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title span {
	transition: 0.4s;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title:hover:before {
	width: 50px;
	right: 0;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #c5c5c5;
	top: 5px;
	right: 0;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title:before {
	content: '';
	transition: 0.4s;
	width: 32px;
	height: 1px;
	background: #c5c5c5;
	bottom: 3px;
	right: 9px;
	margin: auto;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='home']) header .left,
:where(body[data-styles~='home']) header .right {
	width: 120px;
}

:where(body[data-styles~='home']) .video_slide {
	display: block;
	/* min-height: 100vh !important; */
	min-width: 100vw;
	max-height: 100vh;
	object-fit: cover;
	position: relative;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	top: 50vh;
}

:where(body[data-styles~='home']) video::-webkit-progress-value,
:where(body[data-styles~='home']) video::-webkit-progress-value {
	background: #c0392b;
}

:where(body[data-styles~="home"]) /*video::-webkit-media-controls-timeline {display:none;}*/
video::-webkit-media-controls-fullscreen-button {
	display: none;
}

:where(body[data-styles~='home']) video::-webkit-media-controls-play-button {
	display: none;
}

:where(body[data-styles~='home']) video::-webkit-media-controls-timeline {
}

:where(body[data-styles~='home']) video::-webkit-media-controls-current-time-display {
	display: none;
}

:where(body[data-styles~='home']) video::-webkit-media-controls-time-remaining-display {
	display: none;
}

:where(body[data-styles~='home']) video::-webkit-media-controls-mute-button {
}

:where(body[data-styles~='home']) video::-webkit-media-controls-toggle-closed-captions-button {
	display: none;
}

:where(body[data-styles~='home']) video::-webkit-media-controls-volume-slider {
}

:where(body[data-styles~='home']) .sound_block {
	display: block;
	position: absolute;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	z-index: 9999999999;
	line-height: 0;
	background-color: unset;
	border: none;
}

:where(body[data-styles~='home']) .sound_block svg {
	height: 20px;
	fill: #fff;
}

:where(body[data-styles~='home']) .sound_block svg#sound {
	display: none;
}

:where(body[data-styles~='home']) .sound_block.sound svg#sound {
	display: block;
}

:where(body[data-styles~='home']) .sound_block.sound svg#mute {
	display: none;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='home']) header {
		padding: 12px 0;
	}

	:where(body[data-styles~='home']) header .js-lang-switcher a {
		font-size: 10px;
	}

	:where(body[data-styles~='home']) header .js-lang-switcher a:after {
		width: 8px;
	}

	:where(body[data-styles~='home']) header .js-lang-switcher a:first-of-type {
		margin-right: 23px;
	}

	:where(body[data-styles~='home']) header .menu-toggler-wrapper {
		margin-left: auto;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title {
		padding-right: 40px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:focus:after,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:hover:after,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:active:after {
		width: 32px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:focus:before,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:hover:before,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:active:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:after {
		width: 32px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title span {
		opacity: 0 !important;
	}

	:where(body[data-styles~='home']) header .logo img {
		height: 29px;
	}

	:where(body[data-styles~='home']) header .logo {
		top: 12px;
		max-width: 116px;
	}

	:where(body[data-styles~='home']) header .logo img {
		max-width: 100%;
	}
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-title {
	position: absolute;
	top: calc(100% + 19px);
	right: 4px;
	color: rgba(255, 255, 255, 0.7);
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler {
	display: flex;
	flex-direction: column;
	align-items: center;
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-3,
:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-1 {
	width: 35px;
	height: 1px;
	background: #fff;
	display: block;
	margin-right: 4px;
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-2 {
	width: 21px;
	height: 1px;
	background: #fff;
	margin-left: 16px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

body:where([data-styles~='home']) {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}

body:where([data-styles~='home']) .single-page {
	margin-top: 113px;
	padding-top: 65px;
}

body:where([data-styles~='home']) .single-page .cta {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 117px;
	padding-bottom: 83px;
}

body:where([data-styles~='home']) .single-page .cta .cta-logo {
	max-width: 444px;
}

body:where([data-styles~='home']) .single-page .first-block {
	padding-bottom: 378px;
}

body:where([data-styles~='home']) .single-page .image-inner-wrap {
	position: relative;
	line-height: 0.99;
}

body:where([data-styles~='home']) .single-page .image-inner-wrap img {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body:where([data-styles~='home']) .single-page .image-inner-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #a46251;
	transform: translate(25px, 25px);
}

body:where([data-styles~='home']) .single-page .shadow-text {
	color: rgba(31, 33, 44, 0.7);
	font-size: 200px;
	line-height: 160px;
	position: absolute;
	bottom: -268px;
	left: -186px;
	font-weight: 200;
	text-transform: uppercase;
}

body:where([data-styles~='home']) .single-page .shadow-text strong {
	font-weight: 500;
}

body:where([data-styles~='home']) .single-page .container {
	display: flex;
	position: relative;
}

body:where([data-styles~='home']) .single-page .content-column,
body:where([data-styles~='home']) .single-page .image-column {
	padding: 0 24px;
}

body:where([data-styles~='home']) .single-page .subtitle {
	margin-top: 0;
	margin-bottom: 60px;
	font-weight: 300;
	color: #e8e8e8;
	font-size: 24px;
	line-height: 1.5;
}

body:where([data-styles~='home']) .single-page p {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 1.8;
}

body:where([data-styles~='home']) .single-page p:last-of-type {
	margin-bottom: 0;
}

body:where([data-styles~='home']) .single-page p strong {
	font-weight: 400;
	color: #fff;
}

body:where([data-styles~='home']) .single-page p:first-of-type {
	position: relative;
}

body:where([data-styles~='home']) .single-page p:first-of-type:after {
	content: '';
	width: 100px;
	left: -32px;
	top: -30px;
	height: 1px;
	background: #a46251;
	position: absolute;
}

body:where([data-styles~='home']) .single-page .title-big {
	margin-top: 27px;
	color: rgba(197, 197, 197, 0.5);
	font-weight: 300;
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 30px;
}

body:where([data-styles~='home']) .single-page .title-big strong {
	color: #c5c5c5;
	font-weight: 300;
}

body:where([data-styles~='home']) .single-page .second-block {
	padding-top: 123px;
	padding-bottom: 190px;
}

body:where([data-styles~='home']) .single-page .second-block .shadow-text {
	text-align: right;
	right: 0;
	left: auto;
	bottom: -188px;
}

body:where([data-styles~='home']) .single-page .second-block .image-inner-wrap {
	max-width: 570px;
}

body:where([data-styles~='home']) .single-page .second-block .image-inner-wrap:after {
	transform: translate(-25px, -25px);
}

body:where([data-styles~='home']) .single-page .second-block .image-inner-wrap img {
	width: 570px;
}

body:where([data-styles~='home']) .single-page .second-block .content-column {
	display: flex;
	align-items: center;
	padding-left: 78px !important;
}

body:where([data-styles~='home']) .single-page .cta-with-quote {
	padding: 157px 15px;
}

body:where([data-styles~='home']) .single-page .cta-with-quote .quote {
	margin: 0;
	font-size: 30px;
	text-align: center;
	max-width: 600px;
	font-weight: 300;
	color: #fff;
}

body:where([data-styles~='home']) .single-page .cta-with-quote .quote:after {
	display: none;
}

body:where([data-styles~='home']) .single-page .third-block {
	padding-top: 120px;
	padding-bottom: 255px;
}

body:where([data-styles~='home']) .single-page .third-block .image-inner-wrap img {
	width: 630px;
}

body:where([data-styles~='home']) .single-page .third-block .content-column {
	display: flex;
	align-items: center;
}

body:where([data-styles~='home']) .single-page .third-block .shadow-text {
	left: -86px;
	bottom: -230px;
}

@media screen and (max-width: 768px) {
	body:where([data-styles~='home']) .single-page {
		padding-top: 0;
		margin-top: 0;
	}

	body:where([data-styles~='home']) .single-page .hide-for-mobile {
		display: none;
	}

	body:where([data-styles~='home']) .single-page .second-block .image-inner-wrap:after {
		transform: translate(-5px, -15px);
	}

	body:where([data-styles~='home']) .single-page .third-block {
		padding-top: 85px;
		padding-bottom: 90px;
	}

	body:where([data-styles~='home']) .single-page .third-block .shadow-text {
		display: none;
	}

	body:where([data-styles~='home']) .single-page .third-block .content-column {
		margin-bottom: 30px;
	}

	body:where([data-styles~='home']) .single-page .cta-with-quote {
		padding: 105px 0;
	}

	body:where([data-styles~='home']) .single-page .cta-with-quote .quote {
		font-size: 16px;
		max-width: 260px;
	}

	body:where([data-styles~='home']) .single-page .second-block {
		padding-top: 100px;
		padding-bottom: 143px;
	}

	body:where([data-styles~='home']) .single-page .second-block .shadow-text {
		right: 26px;
		bottom: -110px;
	}

	body:where([data-styles~='home']) .single-page .second-block .content-column {
		padding-left: 26px !important;
	}

	body:where([data-styles~='home']) .single-page .cta {
		background-position: center !important;
		padding: 55px 0;
	}

	body:where([data-styles~='home']) .single-page .cta-logo {
		height: 102px;
	}

	body:where([data-styles~='home']) .single-page p {
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 20px;
	}

	body:where([data-styles~='home']) .single-page .shadow-text {
		font-size: 55px;
		line-height: 45px;
		left: 26px;
		bottom: -126px;
	}

	body:where([data-styles~='home']) .single-page .container {
		flex-direction: column;
	}

	body:where([data-styles~='home']) .single-page .first-block {
		padding-bottom: 173px;
	}

	body:where([data-styles~='home']) .single-page .first-block .container {
		flex-direction: column-reverse;
	}

	body:where([data-styles~='home']) .single-page .title-big {
		margin-top: 56px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}

	body:where([data-styles~='home']) .single-page .subtitle {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}

	body:where([data-styles~='home']) .single-page .content-column,
	body:where([data-styles~='home']) .single-page .image-column {
		padding: 0 13px;
	}

	body:where([data-styles~='home']) .single-page p:first-of-type:after {
		width: 80px;
		left: -20px;
		top: -20px;
	}

	body:where([data-styles~='home']) .single-page .image-inner-wrap {
		padding: 0 10px;
		margin-bottom: 80px;
	}

	body:where([data-styles~='home']) .single-page .image-inner-wrap:after {
		transform: translate(24px, 14px);
		width: calc(100% - 20px);
	}

	body:where([data-styles~='home']) .single-page .image-inner-wrap img {
		max-width: 100%;
	}
}

@media screen and (min-width: 768px) {
	body:where([data-styles~='home']) .single-page .hide-for-desktop {
		display: none;
	}
}

@media screen and (max-width: 1660px) and (min-width: 980px) {
	body:where([data-styles~='home']) .single-page .shadow-text {
		left: 0;
	}

	body:where([data-styles~='home']) .single-page .first-block .shadow-text {
		left: 0;
		font-size: 180px;
		line-height: 150px;
	}

	body:where([data-styles~='home']) .single-page .third-block .shadow-text {
		left: 0;
	}
}

body:where([data-styles~='home']) .hand {
	max-width: 200px;
}

body:where([data-styles~='home']) body .preloader {
	background: #191b23;
	min-height: 100vh;
	min-width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11111111;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

body:where([data-styles~='home']) body .preloader #preloader {
	max-width: 480px;
	padding-bottom: 180px;
	opacity: 0;
	overflow: visible;
}

body:where([data-styles~='home']) body .preloader #preloader .preloader-1 {
	fill: #a46251;
}

body:where([data-styles~='home']) body .preloader #preloader .preloader-3 {
	stroke: none;
	fill: none;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='home']) .gallery-slide:hover .image-wrapper {
		transform: scale(0.875) !important;
	}

	:where(body[data-styles~='home']) .gallery-slide:hover .image-wrapper-inner {
		transform: scale(1.125);
		height: 600px;
		width: 970px;
	}
}

:where(body[data-styles~='home']) .image-wrapper {
	transition: 0.75s linear;
	height: 600px;
	will-change: transform;
	overflow: hidden;
	position: relative;
}

:where(body[data-styles~='home']) .image-wrapper .image-wrapper-inner {
	width: 970px;
	transition: 1.75s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	will-change: transform;
	background-position: center !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

:where(body[data-styles~='home']) .gallery-list {
	margin-top: 170px;
}

:where(body[data-styles~='home']) .gallery-list .container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

:where(body[data-styles~='home']) .gallery-list .gallery-slide {
	margin-bottom: 315px;
	position: relative;
	position: relative;
}

:where(body[data-styles~='home']) .gallery-list .gallery-slide:after {
	content: '';
	width: 968px;
	height: 598px;
	border: 1px solid #a46251;
	top: 25px;
	right: -25px;
	display: block;
	z-index: 11;
	position: absolute;
}

:where(body[data-styles~='home']) .gallery-list .gallery-slide .title {
	position: absolute;
	top: 280px;
	margin: 0;
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 100;
	color: #e9e9e9;
	z-index: 111;
}

:where(body[data-styles~='home']) .gallery-list .gallery-slide .title:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #a46251;
	position: absolute;
	left: -50px;
	bottom: -30px;
}

:where(body[data-styles~='home']) .gallery-list .shadow-title {
	position: absolute;
	bottom: -180px;
	text-transform: uppercase;
	left: -157px;
	top: auto;
	font-weight: 200;
	font-size: 180px;
	line-height: 0.75;
	color: rgba(31, 33, 44, 0.7);
}

:where(body[data-styles~='home']) .gallery-list .image-wrapper {
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	width: 975px;
	margin-left: auto;
	margin-right: 0;
}

:where(body[data-styles~='home']) .gallery-list .image-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(25, 27, 35, 0.4);
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	position: absolute;
}

:where(body[data-styles~='home']) .gallery-list img {
	max-width: 100%;
}

:where(body[data-styles~='home']) .hero {
	max-height: 706px;
}

body:where([data-styles~='home']) {
	background-color: #191b23;
}

:where(body[data-styles~='home']) header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 111;
	padding-top: 25px;
	display: flex;
	align-items: center;
}

:where(body[data-styles~='home']) header .container {
	max-width: calc(100% - 90px);
}

:where(body[data-styles~='home']) header .logo {
	position: absolute;
	max-width: 164px;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

:where(body[data-styles~='home']) header .logo img {
	max-width: 164px;
}

:where(body[data-styles~='home']) header .left {
	display: flex;
}

:where(body[data-styles~='home']) header .left .location {
	margin-left: 52px;
}

:where(body[data-styles~='home']) header .container {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-weight: 200;
}

:where(body[data-styles~='home']) .container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

:where(body[data-styles~='home']) .hero {
	position: relative;
}

:where(body[data-styles~='home']) .hero .swiper-slide:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.15);
}

:where(body[data-styles~='home']) .hero .swiper-wrapper {
	z-index: 111;
}

:where(body[data-styles~='home']) .hero .container {
	max-width: 700px;
	text-align: center;
	position: absolute;
	top: 396px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	z-index: 1111;
}

:where(body[data-styles~='home']) a {
	color: #fff;
	text-decoration: none;
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-title {
	position: absolute;
	top: calc(100% + 19px);
	right: 4px;
	color: #fff !important;
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler {
	display: flex;
	flex-direction: column;
	align-items: center;
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-3,
:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-1 {
	width: 35px;
	height: 1px;
	background: #fff;
	display: block;
	margin-right: 4px;
}

:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-2 {
	width: 21px;
	height: 1px;
	background: #fff;
	margin-left: 16px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

:where(body[data-styles~='home']) .right {
	display: flex;
}

:where(body[data-styles~='home']) .upper-title {
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 1.15;
	position: relative;
	font-weight: 300;
	letter-spacing: 0.4em;
	margin: 0 0 20px 0;
}

:where(body[data-styles~='home']) .upper-title:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	display: block;
	background: #fff;
	opacity: 0.5;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

:where(body[data-styles~='home']) .hero {
	position: relative;
}

:where(body[data-styles~='home']) .hero .swiper-button-prev,
:where(body[data-styles~='home']) .hero .swiper-button-next {
	z-index: 111;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 36px;
	top: auto;
	left: auto;
	right: auto;
	transition: 0.4s;
}

:where(body[data-styles~='home']) .hero .swiper-button-prev:after,
:where(body[data-styles~='home']) .hero .swiper-button-next:after {
	display: none;
}

:where(body[data-styles~='home']) .hero .swiper-button-prev {
	position: absolute;
	left: 28px;
	background: url('images/arr-prev.svg');
	background-repeat: no-repeat;
	background-size: 4px 10px;
	background-position: center;
}

:where(body[data-styles~='home']) .hero .swiper-button-next {
	position: absolute;
	left: 70px;
	background: url('images/arr-next.svg');
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
}

:where(body[data-styles~='home']) .hero .title {
	font-weight: 200;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 30px 0;
}

:where(body[data-styles~='home']) .hero .button {
	background: rgba(17, 17, 17, 0.15);
	padding: 18px 42px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.4s;
	display: inline-block;
}

:where(body[data-styles~='home']) .hero .button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #111;
}

:where(body[data-styles~='home']) .hero .swiper-slide {
	position: relative;
	min-height: 100vh;
}

:where(body[data-styles~='home']) .hero .swiper-slide img {
	min-height: 100vh !important;
	min-width: 100vw;
	max-height: 100vh;
	object-fit: cover;
}

:where(body[data-styles~='home']) #preloader-2 {
	padding-bottom: 20px;
	max-height: 130px;
}

:where(body[data-styles~='home']) .hero .container {
	display: none;
}

body:where([data-styles~='home']) {
	overflow-y: scroll;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='home']) .preloader #preloader {
		max-width: 250px;
	}

	:where(body[data-styles~='home']) #preloader-new {
		margin-bottom: 100px;
	}

	:where(body[data-styles~='home']) * {
		outline: none;
	}

	:where(body[data-styles~='home']) .swiper-button-prev,
	:where(body[data-styles~='home']) .swiper-button-next {
		display: none;
	}

	:where(body[data-styles~='home']) #preloader-2 {
		max-height: 78px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	:where(body[data-styles~='home']) .preloader {
		padding-bottom: 120px;
	}

	:where(body[data-styles~='home']) .hero {
		max-height: 100vh;
	}

	:where(body[data-styles~='home']) .js-lang-switcher {
		font-size: 11px;
	}

	:where(body[data-styles~='home']) header {
		padding-top: 30px;
	}

	:where(body[data-styles~='home']) header .container {
		max-width: calc(100% - 50px);
	}

	:where(body[data-styles~='home']) header .menu-toggler-wrapper {
		margin-top: -8px;
	}

	:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-3,
	:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-toggler .line-1 {
		width: 33px;
		margin-right: 3px;
	}

	:where(body[data-styles~='home']) .menu-toggler-wrapper .menu-title {
		top: calc(100% + 10px);
		font-size: 10px;
	}

	:where(body[data-styles~='home']) header .logo {
		top: 12px;
		max-width: 116px;
	}

	:where(body[data-styles~='home']) header .logo img {
		max-width: 100%;
	}

	:where(body[data-styles~='home']) .hero .container {
		top: 39vh;
	}

	:where(body[data-styles~='home']) .upper-title {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 11px;
		padding-bottom: 11px;
	}

	:where(body[data-styles~='home']) .hero .title {
		font-size: 32px;
		line-height: 44px;
	}
}

:where(body[data-styles~='home']) .opacity-0 {
	opacity: 0;
}

:where(body[data-styles~='home']) .opacity-0 g,
:where(body[data-styles~='home']) .opacity-0 rect,
:where(body[data-styles~='home']) .opacity-0 path {
	fill: #a46251 !important;
}

:where(body[data-styles~='home']) .st0,
:where(body[data-styles~='home']) .st1 {
	fill: #a46251 !important;
}

:where(body[data-styles~='home']) #preloader-new {
	max-width: 670px;
}

:where(body[data-styles~='home']) .logo-left-decor,
:where(body[data-styles~='home']) .logo-right-decor {
	fill: none !important;
}

body:where([data-styles~='home']) {
	transition: 0.75s;
}

body:where([data-styles~='home']) .preloader {
	z-index: 1111111;
}

:where(body[data-styles~='home']) header {
	background: #191b23;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	z-index: 1111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

:where(body[data-styles~='home']) header .logo {
	position: static;
	height: auto;
	min-height: auto;
	max-height: 52px;
}

:where(body[data-styles~='home']) header .logo img {
	height: 52px;
}

:where(body[data-styles~='home']) header .menu-toggler {
	display: block;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title {
	padding-right: 74px;
	right: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title span {
	transition: 0.4s;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title:hover:before {
	width: 50px;
	right: 0;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #c5c5c5;
	top: 5px;
	right: 0;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='home']) header .menu-toggler .menu-title:before {
	content: '';
	transition: 0.4s;
	width: 32px;
	height: 1px;
	background: #c5c5c5;
	bottom: 3px;
	right: 9px;
	margin: auto;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='home']) header .left,
:where(body[data-styles~='home']) header .right {
	width: 120px;
}

:where(body[data-styles~='home']) .js-lang-switcher a {
	color: rgba(197, 197, 197, 0.3);
	position: relative;
	line-height: 1;
}

:where(body[data-styles~='home']) .js-lang-switcher a:first-of-type {
	margin-right: 36px;
}

:where(body[data-styles~='home']) .js-lang-switcher a:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 1px;
	background: #c5c5c5;
	top: 0;
	bottom: 0;
	margin: auto;
}

:where(body[data-styles~='home']) .js-lang-switcher a:nth-child(2):after {
	right: calc(100% + 4px);
	background: rgba(197, 197, 197, 0.3);
}

:where(body[data-styles~='home']) .js-lang-switcher a.active {
	color: #c5c5c5;
}

body:where([data-styles~='home']) .menu-block {
	transition: 0.75s;
	background: #191b23;
	position: fixed;
	top: 113px;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - 113px);
	padding-top: 66px;
	z-index: 1111;
	transform: translateY(100%);
	will-change: transform;
}

body:where([data-styles~='home']) .menu-item {
	margin-bottom: 24px;
	text-align: center;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
	transform: translateY(100%);
	opacity: 0;
	will-change: transform;
	transition: 0.5s;
}

body:where([data-styles~='home']) .menu-item.active:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 1px;
	background: #a46251;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

body:where([data-styles~='home']) .menu-item.active a {
	color: #a46251;
}

body:where([data-styles~='home']) .menu-item a {
	color: #c5c5c5;
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
}

body:where([data-styles~='home']) .menu-item a:hover {
	color: #a46251;
}

body:where([data-styles~='home']) .menu-title span {
	transition: 0.4s;
}

body:where([data-styles~='home']) .menu-title span:last-of-type {
	opacity: 0;
	position: absolute;
	left: 0;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-block {
	transition-delay: 0.75s;
	transform: translateY(100%);
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item {
	transform: translateY(100%);
	opacity: 0;
	transition-delay: 0.58s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(2) {
	transition-delay: 0.5s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(3) {
	transition-delay: 0.42s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(4) {
	transition-delay: 0.34s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(5) {
	transition-delay: 0.26s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(6) {
	transition-delay: 0.18s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(7) {
	transition-delay: 0.1s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(8) {
	transition-delay: 0.02s;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-title:after {
	width: 50px;
	top: 5px;
	right: 0;
	transition: 0.4s;
	transform: none;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-title:before {
	transition: 0.4s;
	width: 32px;
	bottom: 3px;
	right: 9px;
	transform: none;
	margin: auto;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-title span:last-of-type {
	opacity: 0;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-title span:first-of-type {
	opacity: 1;
}

body:where([data-styles~='home']).menu-open .menu-title span:last-of-type {
	opacity: 1;
}

body:where([data-styles~='home']).menu-open .menu-title span:first-of-type {
	opacity: 0;
}

body:where([data-styles~='home']).menu-open .menu-title:after {
	width: 34px;
	top: -5px;
	right: 17px;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='home']).menu-open .menu-title:before {
	width: 34px !important;
	top: 19px;
	right: 17px !important;
	left: auto !important;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(-45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='home']).menu-open .menu-block {
	transform: translateY(0);
}

body:where([data-styles~='home']).menu-open .menu-item {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.6s;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(2) {
	transition-delay: 0.7s;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(3) {
	transition-delay: 0.78s;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(4) {
	transition-delay: 0.86s;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(5) {
	transition-delay: 0.94s;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(6) {
	transition-delay: 1.02s;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(7) {
	transition-delay: 1.1s;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(8) {
	transition-delay: 1.18s;
}

:where(body[data-styles~='home']) a {
	transition: 0.4s;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='home']) .gallery-list .shadow-title {
		display: none;
	}

	:where(body[data-styles~='home']) .gallery-slide {
		position: fixed !important;
		width: 100vw;
		top: auto !important;
		bottom: 50px !important;
	}

	:where(body[data-styles~='home']) .gallery-slide .image-wrapper-inner {
		transition: 0.8s;
		transform: translateY(-20%);
	}

	:where(body[data-styles~='home']) .gallery-slide .image-wrapper {
		height: 0;
	}

	:where(body[data-styles~='home']) .gallery-slide.current-slide .image-wrapper-inner {
		transform: translateY(0);
	}

	:where(body[data-styles~='home']) .gallery-slide.current-slide.current-slide-new {
		z-index: 1111;
	}

	:where(body[data-styles~='home']) .gallery-slide.current-slide .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home']) .gallery-slide.current-slide .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home']) .gallery-slide.current-slide-new .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home']) .gallery-slide.current-slide-new .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home']) .image-wrapper {
		height: calc(100vh - 102px);
	}

	:where(body[data-styles~='home']) .slide-up,
	:where(body[data-styles~='home']) .slide-down {
		position: fixed;
		top: calc(100vh - 112px);
		z-index: 11111;
	}

	:where(body[data-styles~='home']) .slide-down {
		left: 50px;
	}

	:where(body[data-styles~='home']) .slide-up {
		left: 94px;
	}

	:where(body[data-styles~='home']) .gallery-list {
		margin-top: 0;
		position: fixed;
		top: 52px;
		bottom: 50px;
		left: 0;
		right: 0;
		max-height: calc(100vh - 102px);
	}

	:where(body[data-styles~='home']) .gallery-list .container {
		padding: 0;
	}

	:where(body[data-styles~='home']) .gallery-list .gallery-slide {
		margin: auto;
	}

	:where(body[data-styles~='home']) .gallery-list .gallery-slide .image-wrapper-inner {
		width: 100%;
		height: calc(100vh - 102px);
		background-size: cover;
		margin: 0;
	}

	:where(body[data-styles~='home']) .gallery-list .gallery-slide .title {
		font-size: 36px;
		line-height: 50px;
		font-weight: 400;
		left: 50px;
		top: calc(100vh - 230px);
	}

	:where(body[data-styles~='home']) .gallery-list .gallery-slide .title:after {
		display: none;
	}

	:where(body[data-styles~='home']) .gallery-list .gallery-slide:after {
		width: calc(100% - 46px);
		height: calc(100vh - 124px);
		top: 11px;
		left: 0;
		right: 0;
		margin: auto !important;
	}

	:where(body[data-styles~='home']) header {
		padding: 12px 0;
	}

	:where(body[data-styles~='home']) header .js-lang-switcher a {
		font-size: 10px;
	}

	:where(body[data-styles~='home']) header .js-lang-switcher a:after {
		width: 8px;
	}

	:where(body[data-styles~='home']) header .js-lang-switcher a:first-of-type {
		margin-right: 23px;
	}

	:where(body[data-styles~='home']) header .menu-toggler-wrapper {
		margin-left: auto;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title {
		padding-right: 40px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:focus:after,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:hover:after,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:active:after {
		width: 32px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:focus:before,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:hover:before,
	:where(body[data-styles~='home']) header .menu-toggler .menu-title:active:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:after {
		width: 32px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='home']) header .menu-toggler .menu-title span {
		opacity: 0 !important;
	}

	:where(body[data-styles~='home']) header .logo img {
		height: 29px;
	}

	body:where([data-styles~='home']) .menu-item {
		margin-bottom: 10px;
	}

	body:where([data-styles~='home']) .menu-item.active:after {
		bottom: 2px;
	}

	body:where([data-styles~='home']) .menu-item a {
		font-size: 20px;
	}

	body:where([data-styles~='home']) .menu-block {
		top: 52px;
	}

	:where(body[data-styles~='home']) header {
		background: transparent;
	}
}

body:where([data-styles~='home']) .menu-block {
	z-index: 11111 !important;
}

:where(body[data-styles~='home']) header {
	transition: 0.4s;
}

body:where([data-styles~='home']).menu-open header {
	background: #191b23;
}

body:where([data-styles~='home']) header {
	background: transparent;
}

body:where([data-styles~='home']) .preloader {
	z-index: 1111111 !important;
}

body:where([data-styles~='home']).menu-open .menu-block {
	z-index: 11111;
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='home']) .hero .swiper-button-prev,
	:where(body[data-styles~='home']) .hero .swiper-button-next {
		bottom: 50px !important;
		display: block;
	}
}

body:where([data-styles~='home']) .js-lang-switcher a:after {
	background: rgba(197, 197, 197, 0.3) !important;
}

body:where([data-styles~='home']) .js-lang-switcher a.active:after {
	background: #c5c5c5 !important;
}

body:where([data-styles~='home']).menu-open .menu-item:nth-child(9) {
	transition-delay: 1.26s !important;
}

body:where([data-styles~='home']).menu-open.menu-close .menu-item:nth-child(9) {
	transition-delay: 0s !important;
}

:where(body[data-styles~='home']) .hero .title {
	margin: 0 0 15px !important;
}

:where(body[data-styles~='home']) .hero .subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.41;
	font-weight: 400;
	margin: 0 0 30px;
}

:where(body[data-styles~='home']).front-page .swiper-container .swiper-slide,
:where(body[data-styles~='home']).front-page .swiper-container .swiper-slide img {
	-webkit-backface-visibility: hidden !important;
}

:where(body[data-styles~='home']) .hero .swiper-slide img {
	width: 100vw;
	height: 100vh;
	will-change: transform;
	object-position: center center;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='home']) .hero {
		overflow: hidden;
	}

	:where(body[data-styles~='home']) .hero .subtitle {
		font-size: 18px;
		margin: 0 0 15px;
	}
}

/* ==========================================================================
   SECTION: HOME PAGE - HEADER
   Scope: data-styles~="home-header"
   Purpose: Header and navigation presentation used only on the home page.
   ========================================================================== */

body:where([data-styles~='home-header']) {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}

body:where([data-styles~='home-header']) .single-page {
	margin-top: 113px;
	padding-top: 65px;
}

body:where([data-styles~='home-header']) .single-page .cta {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 117px;
	padding-bottom: 83px;
}

body:where([data-styles~='home-header']) .single-page .cta .cta-logo {
	max-width: 444px;
}

body:where([data-styles~='home-header']) .single-page .first-block {
	padding-bottom: 378px;
}

body:where([data-styles~='home-header']) .single-page .image-inner-wrap {
	position: relative;
	line-height: 0.99;
}

body:where([data-styles~='home-header']) .single-page .image-inner-wrap img {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body:where([data-styles~='home-header']) .single-page .image-inner-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #a46251;
	transform: translate(25px, 25px);
}

body:where([data-styles~='home-header']) .single-page .shadow-text {
	color: rgba(31, 33, 44, 0.7);
	font-size: 200px;
	line-height: 160px;
	position: absolute;
	bottom: -268px;
	left: -186px;
	font-weight: 200;
	text-transform: uppercase;
}

body:where([data-styles~='home-header']) .single-page .shadow-text strong {
	font-weight: 500;
}

body:where([data-styles~='home-header']) .single-page .container {
	display: flex;
	position: relative;
}

body:where([data-styles~='home-header']) .single-page .content-column,
body:where([data-styles~='home-header']) .single-page .image-column {
	padding: 0 24px;
}

body:where([data-styles~='home-header']) .single-page .subtitle {
	margin-top: 0;
	margin-bottom: 60px;
	font-weight: 300;
	color: #e8e8e8;
	font-size: 24px;
	line-height: 1.5;
}

body:where([data-styles~='home-header']) .single-page p {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 1.8;
}

body:where([data-styles~='home-header']) .single-page p:last-of-type {
	margin-bottom: 0;
}

body:where([data-styles~='home-header']) .single-page p strong {
	font-weight: 400;
	color: #fff;
}

body:where([data-styles~='home-header']) .single-page p:first-of-type {
	position: relative;
}

body:where([data-styles~='home-header']) .single-page p:first-of-type:after {
	content: '';
	width: 100px;
	left: -32px;
	top: -30px;
	height: 1px;
	background: #a46251;
	position: absolute;
}

body:where([data-styles~='home-header']) .single-page .title-big {
	margin-top: 27px;
	color: rgba(197, 197, 197, 0.5);
	font-weight: 300;
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 30px;
}

body:where([data-styles~='home-header']) .single-page .title-big strong {
	color: #c5c5c5;
	font-weight: 300;
}

body:where([data-styles~='home-header']) .single-page .second-block {
	padding-top: 123px;
	padding-bottom: 190px;
}

body:where([data-styles~='home-header']) .single-page .second-block .shadow-text {
	text-align: right;
	right: 0;
	left: auto;
	bottom: -188px;
}

body:where([data-styles~='home-header']) .single-page .second-block .image-inner-wrap {
	max-width: 570px;
}

body:where([data-styles~='home-header']) .single-page .second-block .image-inner-wrap:after {
	transform: translate(-25px, -25px);
}

body:where([data-styles~='home-header']) .single-page .second-block .image-inner-wrap img {
	width: 570px;
}

body:where([data-styles~='home-header']) .single-page .second-block .content-column {
	display: flex;
	align-items: center;
	padding-left: 78px !important;
}

body:where([data-styles~='home-header']) .single-page .cta-with-quote {
	padding: 157px 15px;
}

body:where([data-styles~='home-header']) .single-page .cta-with-quote .quote {
	margin: 0;
	font-size: 30px;
	text-align: center;
	max-width: 600px;
	font-weight: 300;
	color: #fff;
}

body:where([data-styles~='home-header']) .single-page .cta-with-quote .quote:after {
	display: none;
}

body:where([data-styles~='home-header']) .single-page .third-block {
	padding-top: 120px;
	padding-bottom: 255px;
}

body:where([data-styles~='home-header']) .single-page .third-block .image-inner-wrap img {
	width: 630px;
}

body:where([data-styles~='home-header']) .single-page .third-block .content-column {
	display: flex;
	align-items: center;
}

body:where([data-styles~='home-header']) .single-page .third-block .shadow-text {
	left: -86px;
	bottom: -230px;
}

@media screen and (max-width: 768px) {
	body:where([data-styles~='home-header']) .single-page {
		padding-top: 0;
		margin-top: 0;
	}

	body:where([data-styles~='home-header']) .single-page .hide-for-mobile {
		display: none;
	}

	body:where([data-styles~='home-header']) .single-page .second-block .image-inner-wrap:after {
		transform: translate(-5px, -15px);
	}

	body:where([data-styles~='home-header']) .single-page .third-block {
		padding-top: 85px;
		padding-bottom: 90px;
	}

	body:where([data-styles~='home-header']) .single-page .third-block .shadow-text {
		display: none;
	}

	body:where([data-styles~='home-header']) .single-page .third-block .content-column {
		margin-bottom: 30px;
	}

	body:where([data-styles~='home-header']) .single-page .cta-with-quote {
		padding: 105px 0;
	}

	body:where([data-styles~='home-header']) .single-page .cta-with-quote .quote {
		font-size: 16px;
		max-width: 260px;
	}

	body:where([data-styles~='home-header']) .single-page .second-block {
		padding-top: 100px;
		padding-bottom: 143px;
	}

	body:where([data-styles~='home-header']) .single-page .second-block .shadow-text {
		right: 26px;
		bottom: -110px;
	}

	body:where([data-styles~='home-header']) .single-page .second-block .content-column {
		padding-left: 26px !important;
	}

	body:where([data-styles~='home-header']) .single-page .cta {
		background-position: center !important;
		padding: 55px 0;
	}

	body:where([data-styles~='home-header']) .single-page .cta-logo {
		height: 102px;
	}

	body:where([data-styles~='home-header']) .single-page p {
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 20px;
	}

	body:where([data-styles~='home-header']) .single-page .shadow-text {
		font-size: 55px;
		line-height: 45px;
		left: 26px;
		bottom: -126px;
	}

	body:where([data-styles~='home-header']) .single-page .container {
		flex-direction: column;
	}

	body:where([data-styles~='home-header']) .single-page .first-block {
		padding-bottom: 173px;
	}

	body:where([data-styles~='home-header']) .single-page .first-block .container {
		flex-direction: column-reverse;
	}

	body:where([data-styles~='home-header']) .single-page .title-big {
		margin-top: 56px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}

	body:where([data-styles~='home-header']) .single-page .subtitle {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}

	body:where([data-styles~='home-header']) .single-page .content-column,
	body:where([data-styles~='home-header']) .single-page .image-column {
		padding: 0 13px;
	}

	body:where([data-styles~='home-header']) .single-page p:first-of-type:after {
		width: 80px;
		left: -20px;
		top: -20px;
	}

	body:where([data-styles~='home-header']) .single-page .image-inner-wrap {
		padding: 0 10px;
		margin-bottom: 80px;
	}

	body:where([data-styles~='home-header']) .single-page .image-inner-wrap:after {
		transform: translate(24px, 14px);
		width: calc(100% - 20px);
	}

	body:where([data-styles~='home-header']) .single-page .image-inner-wrap img {
		max-width: 100%;
	}
}

@media screen and (min-width: 768px) {
	body:where([data-styles~='home-header']) .single-page .hide-for-desktop {
		display: none;
	}
}

@media screen and (max-width: 1660px) and (min-width: 980px) {
	body:where([data-styles~='home-header']) .single-page .shadow-text {
		left: 0;
	}

	body:where([data-styles~='home-header']) .single-page .first-block .shadow-text {
		left: 0;
		font-size: 180px;
		line-height: 150px;
	}

	body:where([data-styles~='home-header']) .single-page .third-block .shadow-text {
		left: 0;
	}
}

body:where([data-styles~='home-header']) .hand {
	max-width: 200px;
}

body:where([data-styles~='home-header']) body .preloader {
	background: #191b23;
	min-height: 100vh;
	min-width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11111111;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

body:where([data-styles~='home-header']) body .preloader #preloader {
	max-width: 480px;
	padding-bottom: 180px;
	opacity: 0;
	overflow: visible;
}

body:where([data-styles~='home-header']) body .preloader #preloader .preloader-1 {
	fill: #a46251;
}

body:where([data-styles~='home-header']) body .preloader #preloader .preloader-3 {
	stroke: none;
	fill: none;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='home-header']) .gallery-slide:hover .image-wrapper {
		transform: scale(0.875) !important;
	}

	:where(body[data-styles~='home-header']) .gallery-slide:hover .image-wrapper-inner {
		transform: scale(1.125);
		height: 600px;
		width: 970px;
	}
}

:where(body[data-styles~='home-header']) .image-wrapper {
	transition: 0.75s linear;
	height: 600px;
	will-change: transform;
	overflow: hidden;
	position: relative;
}

:where(body[data-styles~='home-header']) .image-wrapper .image-wrapper-inner {
	width: 970px;
	transition: 1.75s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	will-change: transform;
	background-position: center !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

:where(body[data-styles~='home-header']) .gallery-list {
	margin-top: 170px;
}

:where(body[data-styles~='home-header']) .gallery-list .container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

:where(body[data-styles~='home-header']) .gallery-list .gallery-slide {
	margin-bottom: 315px;
	position: relative;
	position: relative;
}

:where(body[data-styles~='home-header']) .gallery-list .gallery-slide:after {
	content: '';
	width: 968px;
	height: 598px;
	border: 1px solid #a46251;
	top: 25px;
	right: -25px;
	display: block;
	z-index: 11;
	position: absolute;
}

:where(body[data-styles~='home-header']) .gallery-list .gallery-slide .title {
	position: absolute;
	top: 280px;
	margin: 0;
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 100;
	color: #e9e9e9;
	z-index: 111;
}

:where(body[data-styles~='home-header']) .gallery-list .gallery-slide .title:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #a46251;
	position: absolute;
	left: -50px;
	bottom: -30px;
}

:where(body[data-styles~='home-header']) .gallery-list .shadow-title {
	position: absolute;
	bottom: -180px;
	text-transform: uppercase;
	left: -157px;
	top: auto;
	font-weight: 200;
	font-size: 180px;
	line-height: 0.75;
	color: rgba(31, 33, 44, 0.7);
}

:where(body[data-styles~='home-header']) .gallery-list .image-wrapper {
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	width: 975px;
	margin-left: auto;
	margin-right: 0;
}

:where(body[data-styles~='home-header']) .gallery-list .image-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(25, 27, 35, 0.4);
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	position: absolute;
}

:where(body[data-styles~='home-header']) .gallery-list img {
	max-width: 100%;
}

:where(body[data-styles~='home-header']) .hero {
	max-height: 706px;
}

body:where([data-styles~='home-header']) {
	background-color: #191b23;
}

:where(body[data-styles~='home-header']) header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 111;
	padding-top: 25px;
	display: flex;
	align-items: center;
}

:where(body[data-styles~='home-header']) header .container {
	max-width: calc(100% - 90px);
}

:where(body[data-styles~='home-header']) header .logo {
	position: absolute;
	max-width: 164px;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

:where(body[data-styles~='home-header']) header .logo img {
	max-width: 164px;
}

:where(body[data-styles~='home-header']) header .left {
	display: flex;
}

:where(body[data-styles~='home-header']) header .left .location {
	margin-left: 52px;
}

:where(body[data-styles~='home-header']) header .container {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-weight: 200;
}

:where(body[data-styles~='home-header']) .container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

:where(body[data-styles~='home-header']) .hero {
	position: relative;
}

:where(body[data-styles~='home-header']) .hero .swiper-slide:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.15);
}

:where(body[data-styles~='home-header']) .swiper-container {
	height: 100vh;
	overflow: hidden;
}

:where(body[data-styles~='home-header']) .hero .swiper-wrapper {
	z-index: 111;
}

:where(body[data-styles~='home-header']) .hero .container {
	max-width: 700px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	z-index: 1111;
	bottom: 0;
	height: fit-content;
	display: block;
	padding-top: 12%;
}

:where(body[data-styles~='home-header']) .main-container-btns-wrapper {
}

:where(body[data-styles~='home-header']) a {
	color: #fff;
	text-decoration: none;
}

:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-title {
	position: absolute;
	top: calc(100% + 19px);
	right: 4px;
	color: #fff !important;
}

:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-toggler {
	display: flex;
	flex-direction: column;
	align-items: center;
}

:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-toggler .line-3,
:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-toggler .line-1 {
	width: 35px;
	height: 1px;
	background: #fff;
	display: block;
	margin-right: 4px;
}

:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-toggler .line-2 {
	width: 21px;
	height: 1px;
	background: #fff;
	margin-left: 16px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

:where(body[data-styles~='home-header']) .right {
	display: flex;
}

:where(body[data-styles~='home-header']) .upper-title {
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 1.15;
	position: relative;
	font-weight: 300;
	letter-spacing: 0.4em;
	margin: 0 0 20px 0;
}

:where(body[data-styles~='home-header']) .upper-title:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	display: block;
	background: #fff;
	opacity: 0.5;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

:where(body[data-styles~='home-header']) .hero {
	position: relative;
}

:where(body[data-styles~='home-header']) .hero .swiper-button-prev,
:where(body[data-styles~='home-header']) .hero .swiper-button-next {
	z-index: 111;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 36px;
	top: auto;
	left: auto;
	right: auto;
	transition: 0.4s;
}

:where(body[data-styles~='home-header']) .hero .swiper-button-prev:after,
:where(body[data-styles~='home-header']) .hero .swiper-button-next:after {
	display: none;
}

:where(body[data-styles~='home-header']) .hero .swiper-button-prev {
	position: absolute;
	left: 28px;
	background: url('images/arr-prev.svg');
	background-repeat: no-repeat;
	background-size: 4px 10px;
	background-position: center;
}

:where(body[data-styles~='home-header']) .hero .swiper-button-next {
	position: absolute;
	left: 70px;
	background: url('images/arr-next.svg');
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
}

:where(body[data-styles~='home-header']) .hero .title {
	font-weight: 200;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 30px 0;
}

:where(body[data-styles~='home-header']) .hero .button-hero {
	background: rgba(17, 17, 17, 0.15);
	padding: 18px 42px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.4s;
	display: inline-block;
}

:where(body[data-styles~='home-header']) .hero .button-hero:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #111;
}

:where(body[data-styles~='home-header']) .hero .swiper-slide {
	position: relative;
	min-height: 100vh;
}

:where(body[data-styles~='home-header']) .hero .swiper-slide img {
	min-height: 100vh !important;
	min-width: 100vw;
	max-height: 100vh;
	object-fit: cover;
}

:where(body[data-styles~='home-header']) #preloader-2 {
	padding-bottom: 20px;
	max-height: 130px;
}

body:where([data-styles~='home-header']) {
	overflow-y: scroll;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='home-header']) .preloader #preloader {
		max-width: 250px;
	}

	:where(body[data-styles~='home-header']) #preloader-new {
		margin-bottom: 100px;
	}

	:where(body[data-styles~='home-header']) * {
		outline: none;
	}

	:where(body[data-styles~='home-header']) .swiper-button-prev,
	:where(body[data-styles~='home-header']) .swiper-button-next {
		display: none;
	}

	:where(body[data-styles~='home-header']) #preloader-2 {
		max-height: 78px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	:where(body[data-styles~='home-header']) .preloader {
		padding-bottom: 120px;
	}

	:where(body[data-styles~='home-header']) .hero {
		max-height: 100vh;
	}

	:where(body[data-styles~='home-header']) .js-lang-switcher {
		font-size: 11px;
	}

	:where(body[data-styles~='home-header']) header {
		padding-top: 30px;
	}

	:where(body[data-styles~='home-header']) header .container {
		max-width: calc(100% - 50px);
	}

	:where(body[data-styles~='home-header']) header .menu-toggler-wrapper {
		margin-top: -8px;
	}

	:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-toggler .line-3,
	:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-toggler .line-1 {
		width: 33px;
		margin-right: 3px;
	}

	:where(body[data-styles~='home-header']) .menu-toggler-wrapper .menu-title {
		top: calc(100% + 10px);
		font-size: 10px;
	}

	:where(body[data-styles~='home-header']) header .logo {
		top: 12px;
		max-width: 116px;
	}

	:where(body[data-styles~='home-header']) header .logo img {
		max-width: 100%;
	}

	:where(body[data-styles~='home-header']) .hero .container {
		top: 39vh;
	}

	:where(body[data-styles~='home-header']) .upper-title {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 11px;
		padding-bottom: 11px;
	}

	:where(body[data-styles~='home-header']) .hero .title {
		font-size: 32px;
		line-height: 44px;
	}
}

:where(body[data-styles~='home-header']) .opacity-0 {
	opacity: 0;
}

:where(body[data-styles~='home-header']) .opacity-0 g,
:where(body[data-styles~='home-header']) .opacity-0 rect,
:where(body[data-styles~='home-header']) .opacity-0 path {
	fill: #a46251 !important;
}

:where(body[data-styles~='home-header']) .st0,
:where(body[data-styles~='home-header']) .st1 {
	fill: #a46251 !important;
}

:where(body[data-styles~='home-header']) #preloader-new {
	max-width: 670px;
}

:where(body[data-styles~='home-header']) .logo-left-decor,
:where(body[data-styles~='home-header']) .logo-right-decor {
	fill: none !important;
}

body:where([data-styles~='home-header']) {
	transition: 0.75s;
}

body:where([data-styles~='home-header']) .preloader {
	z-index: 1111111;
}

:where(body[data-styles~='home-header']) header {
	background: #191b23;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	z-index: 1111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

:where(body[data-styles~='home-header']) header .logo {
	position: static;
	height: auto;
	min-height: auto;
	max-height: 52px;
}

:where(body[data-styles~='home-header']) header .logo img {
	height: 52px;
}

:where(body[data-styles~='home-header']) header .menu-toggler {
	display: block;
}

:where(body[data-styles~='home-header']) header .menu-toggler .menu-title {
	padding-right: 74px;
	right: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

:where(body[data-styles~='home-header']) header .menu-toggler .menu-title span {
	transition: 0.4s;
}

:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:hover:before {
	width: 50px;
	right: 0;
}

:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #c5c5c5;
	top: 5px;
	right: 0;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:before {
	content: '';
	transition: 0.4s;
	width: 32px;
	height: 1px;
	background: #c5c5c5;
	bottom: 3px;
	right: 9px;
	margin: auto;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='home-header']) header .left,
:where(body[data-styles~='home-header']) header .right {
	width: 120px;
}

:where(body[data-styles~='home-header']) .js-lang-switcher a {
	color: rgba(197, 197, 197, 0.3);
	position: relative;
	line-height: 1;
}

:where(body[data-styles~='home-header']) .js-lang-switcher a:first-of-type {
	margin-right: 36px;
}

:where(body[data-styles~='home-header']) .js-lang-switcher a:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 1px;
	background: #c5c5c5;
	top: 0;
	bottom: 0;
	margin: auto;
}

:where(body[data-styles~='home-header']) .js-lang-switcher a:nth-child(2):after {
	right: calc(100% + 4px);
	background: rgba(197, 197, 197, 0.3);
}

:where(body[data-styles~='home-header']) .js-lang-switcher a.active {
	color: #c5c5c5;
}

body:where([data-styles~='home-header']) .menu-block {
	transition: 0.75s;
	background: #191b23;
	position: fixed;
	top: 113px;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - 113px);
	padding-top: 66px;
	z-index: 1111;
	transform: translateY(100%);
	will-change: transform;
}

body:where([data-styles~='home-header']) .menu-item {
	margin-bottom: 24px;
	text-align: center;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
	transform: translateY(100%);
	opacity: 0;
	will-change: transform;
	transition: 0.5s;
}

body:where([data-styles~='home-header']) .menu-item.active:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 1px;
	background: #a46251;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

body:where([data-styles~='home-header']) .menu-item.active a {
	color: #a46251;
}

body:where([data-styles~='home-header']) .menu-item a {
	color: #c5c5c5;
	font-size: 26px;
	line-height: 38px;
	font-weight: 300;
}

body:where([data-styles~='home-header']) .menu-item a:hover {
	color: #a46251;
}

body:where([data-styles~='home-header']) .menu-title span {
	transition: 0.4s;
}

body:where([data-styles~='home-header']) .menu-title span:last-of-type {
	opacity: 0;
	position: absolute;
	left: 0;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-block {
	transition-delay: 0.75s;
	transform: translateY(100%);
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-item {
	transform: translateY(100%);
	opacity: 0;
	transition-delay: 0.58s;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-item:nth-child(2) {
	transition-delay: 0.5s;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-item:nth-child(3) {
	transition-delay: 0.42s;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-item:nth-child(4) {
	transition-delay: 0.34s;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-item:nth-child(5) {
	transition-delay: 0.26s;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-item:nth-child(6) {
	transition-delay: 0.18s;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-item:nth-child(7) {
	transition-delay: 0.1s;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-title:after {
	width: 50px;
	top: 5px;
	right: 0;
	transition: 0.4s;
	transform: none;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-title:before {
	transition: 0.4s;
	width: 32px;
	bottom: 3px;
	right: 9px;
	transform: none;
	margin: auto;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-title span:last-of-type {
	opacity: 0;
}

body:where([data-styles~='home-header']).menu-open.menu-close .menu-title span:first-of-type {
	opacity: 1;
}

body:where([data-styles~='home-header']).menu-open .menu-title span:last-of-type {
	opacity: 1;
}

body:where([data-styles~='home-header']).menu-open .menu-title span:first-of-type {
	opacity: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-title:after {
	width: 34px;
	top: -5px;
	right: 17px;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='home-header']).menu-open .menu-title:before {
	width: 34px !important;
	top: 19px;
	right: 17px !important;
	left: auto !important;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(-45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='home-header']).menu-open .menu-block {
	transform: translateY(0);
	overflow-y: auto;
}

body:where([data-styles~='home-header']).menu-open .menu-block::-webkit-scrollbar {
	width: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-block::-webkit-scrollbar-button {
	width: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-block::-webkit-scrollbar-thumb {
	width: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-block::-webkit-scrollbar-track {
	width: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-block::-webkit-scrollbar-track-piece {
	width: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-block::-webkit-scrollbar-corner {
	width: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-block::-webkit-resizer {
	width: 0;
}

body:where([data-styles~='home-header']).menu-open .menu-item {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.6s;
}

body:where([data-styles~='home-header']).menu-open .menu-item:nth-child(2) {
	transition-delay: 0.7s;
}

body:where([data-styles~='home-header']).menu-open .menu-item:nth-child(3) {
	transition-delay: 0.78s;
}

body:where([data-styles~='home-header']).menu-open .menu-item:nth-child(4) {
	transition-delay: 0.86s;
}

body:where([data-styles~='home-header']).menu-open .menu-item:nth-child(5) {
	transition-delay: 0.94s;
}

body:where([data-styles~='home-header']).menu-open .menu-item:nth-child(6) {
	transition-delay: 1.02s;
}

body:where([data-styles~='home-header']).menu-open .menu-item:nth-child(7) {
	transition-delay: 1.1s;
}

:where(body[data-styles~='home-header']) a {
	transition: 0.4s;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='home-header']) .swiper-container {
		height: auto;
		overflow: unset;
	}

	:where(body[data-styles~='home-header']) .gallery-list .shadow-title {
		display: none;
	}

	:where(body[data-styles~='home-header']) .gallery-slide {
		position: fixed !important;
		width: 100vw;
		top: auto !important;
		bottom: 50px !important;
	}

	:where(body[data-styles~='home-header']) .gallery-slide .image-wrapper-inner {
		transition: 0.8s;
		transform: translateY(-20%);
	}

	:where(body[data-styles~='home-header']) .gallery-slide .image-wrapper {
		height: 0;
	}

	:where(body[data-styles~='home-header']) .gallery-slide.current-slide .image-wrapper-inner {
		transform: translateY(0);
	}

	:where(body[data-styles~='home-header']) .gallery-slide.current-slide.current-slide-new {
		z-index: 1111;
	}

	:where(body[data-styles~='home-header']) .gallery-slide.current-slide .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home-header']) .gallery-slide.current-slide .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home-header']) .gallery-slide.current-slide-new .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home-header']) .gallery-slide.current-slide-new .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='home-header']) .image-wrapper {
		height: calc(100vh - 102px);
	}

	:where(body[data-styles~='home-header']) .slide-up,
	:where(body[data-styles~='home-header']) .slide-down {
		position: fixed;
		top: calc(100vh - 112px);
		z-index: 11111;
	}

	:where(body[data-styles~='home-header']) .slide-down {
		left: 50px;
	}

	:where(body[data-styles~='home-header']) .slide-up {
		left: 94px;
	}

	:where(body[data-styles~='home-header']) .gallery-list {
		margin-top: 0;
		position: fixed;
		top: 52px;
		bottom: 50px;
		left: 0;
		right: 0;
		max-height: calc(100vh - 102px);
	}

	:where(body[data-styles~='home-header']) .gallery-list .container {
		padding: 0;
	}

	:where(body[data-styles~='home-header']) .gallery-list .gallery-slide {
		margin: auto;
	}

	:where(body[data-styles~='home-header']) .gallery-list .gallery-slide .image-wrapper-inner {
		width: 100%;
		height: calc(100vh - 102px);
		background-size: cover;
		margin: 0;
	}

	:where(body[data-styles~='home-header']) .gallery-list .gallery-slide .title {
		font-size: 36px;
		line-height: 50px;
		font-weight: 400;
		left: 50px;
		top: calc(100vh - 230px);
	}

	:where(body[data-styles~='home-header']) .gallery-list .gallery-slide .title:after {
		display: none;
	}

	:where(body[data-styles~='home-header']) .gallery-list .gallery-slide:after {
		width: calc(100% - 46px);
		height: calc(100vh - 124px);
		top: 11px;
		left: 0;
		right: 0;
		margin: auto !important;
	}

	:where(body[data-styles~='home-header']) header {
		padding: 12px 0;
	}

	:where(body[data-styles~='home-header']) header .js-lang-switcher a {
		font-size: 10px;
	}

	:where(body[data-styles~='home-header']) header .js-lang-switcher a:after {
		width: 8px;
	}

	:where(body[data-styles~='home-header']) header .js-lang-switcher a:first-of-type {
		margin-right: 23px;
	}

	:where(body[data-styles~='home-header']) header .menu-toggler-wrapper {
		margin-left: auto;
	}

	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title {
		padding-right: 40px;
	}

	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:focus:after,
	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:hover:after,
	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:active:after {
		width: 32px;
	}

	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:focus:before,
	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:hover:before,
	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:active:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:after {
		width: 32px;
	}

	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title span {
		opacity: 0 !important;
	}

	:where(body[data-styles~='home-header']) header .logo img {
		height: 29px;
	}

	body:where([data-styles~='home-header']) .menu-item {
		margin-bottom: 10px;
	}

	body:where([data-styles~='home-header']) .menu-item.active:after {
		bottom: 2px;
	}

	body:where([data-styles~='home-header']) .menu-item a {
		font-size: 18px;
	}

	body:where([data-styles~='home-header']) .menu-block {
		top: 52px;
	}

	:where(body[data-styles~='home-header']) header {
		background: transparent;
	}
}

body:where([data-styles~='home-header']) .menu-block {
	z-index: 11111 !important;
}

:where(body[data-styles~='home-header']) header {
	transition: 0.4s;
}

body:where([data-styles~='home-header']).menu-open header {
	background: #191b23;
}

body:where([data-styles~='home-header']) header {
	background: transparent;
}

body:where([data-styles~='home-header']) .preloader {
	z-index: 1111111 !important;
}

body:where([data-styles~='home-header']).menu-open .menu-block {
	z-index: 11111;
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='home-header']) .hero .swiper-button-prev,
	:where(body[data-styles~='home-header']) .hero .swiper-button-next {
		bottom: 140px !important;
		display: block;
	}
}

body:where([data-styles~='home-header']) .js-lang-switcher a:after {
	background: rgba(197, 197, 197, 0.3) !important;
}

body:where([data-styles~='home-header']) .js-lang-switcher a.active:after {
	background: #c5c5c5 !important;
}

:where(body[data-styles~='home-header']) .popup-form-wrapper {
	display: none;
	position: fixed;
	background: rgba(37, 34, 34, 0.89);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1111;
}

:where(body[data-styles~='home-header']) .popup-form-wrapper:after {
	position: absolute;
	width: 1066px;
	height: 460px;
	border: 1px solid #a46251;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: translateY(30px);
	margin: auto;
	z-index: -111;
}

:where(body[data-styles~='home-header']) .popup-form {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
	background: #171921;
	height: 455px;
	margin: auto;
	max-width: 1000px;
	padding: 115px 90px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	z-index: 11;
}

:where(body[data-styles~='home-header']) .popup-form form {
	display: flex;
	align-items: flex-end;
}

:where(body[data-styles~='home-header']) .popup-form .popup-form-title {
	color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
	line-height: 32px;
}

:where(body[data-styles~='home-header']) .popup-form .popup-form-title strong {
	color: #fff;
	font-weight: 400;
}

:where(body[data-styles~='home-header']) .popup-form .close {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

:where(body[data-styles~='home-header']) .popup-form input {
	width: 240px;
	margin-right: 17px;
	margin-left: 17px;
	height: 60px;
	font-size: 16px;
	background: transparent;
	border: 1px solid #171921;
	box-sizing: border-box;
	outline: none;
	padding: 23px 0;
	line-height: 16px;
}

:where(body[data-styles~='home-header']) .popup-form input[type='text'] {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
}

:where(body[data-styles~='home-header']) .popup-form input[type='text']::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

:where(body[data-styles~='home-header']) .popup-form input[type='submit'] {
	color: #a46251;
	border: 1px solid #a46251;
	text-align: center;
}

:where(body[data-styles~='home-header']) .popup-form input:last-child {
	margin-right: 0;
}

:where(body[data-styles~='home-header']) .popup-form input:first-child {
	margin-left: 0;
}

:where(body[data-styles~='home-header']) .no-scroll {
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	:where(body[data-styles~='home-header']) .popup-form {
		padding: 60px 25px;
		height: 520px;
	}

	:where(body[data-styles~='home-header']) .popup-form-wrapper:after {
		display: none;
	}

	:where(body[data-styles~='home-header']) .popup-form form {
		flex-direction: column;
		align-items: center;
	}

	:where(body[data-styles~='home-header']) .popup-form form input {
		margin: 0 0 30px;
		padding: 12px 0;
		height: auto;
	}

	:where(body[data-styles~='home-header']) .popup-form form input[type='text'] {
		padding-top: 0;
	}

	:where(body[data-styles~='home-header']) .popup-form form input[type='submit'] {
		padding: 20px;
	}

	:where(body[data-styles~='home-header']) .popup-form .popup-form-title {
		font-size: 17px;
		line-height: 27px;
	}

	:where(body[data-styles~='home-header']) .popup-form .close {
		width: 24px;
		height: 24px;
	}

	:where(body[data-styles~='home-header']) .popup-form .close svg {
		width: 100%;
		height: 100%;
	}
}

:where(body[data-styles~='home-header']) .red {
	color: #de4545;
}

:where(body[data-styles~='home-header']) .thank-you-title {
	font-weight: 300 !important;
}

:where(body[data-styles~='home-header']) .shadow-title {
	transition: 0.4s;
}

body:where([data-styles~='home-header']) .menu-block .menu-item:not(.active) a {
	transition: 0.4s;
}

body:where([data-styles~='home-header']) .menu-block .menu-item:not(.active) a:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 1px;
	background: #a46251;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: 0.4s;
	will-change: transform;
}

body:where([data-styles~='home-header']) .menu-block .menu-item:not(.active) a:hover {
	color: #a46251;
}

body:where([data-styles~='home-header']) .menu-block .menu-item:not(.active) a:hover:after {
	opacity: 1;
	bottom: -10px;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='home-header']) .menu-block .menu-item:not(.active) a:hover:after {
		bottom: 0px;
	}
}

body:where([data-styles~='home-header']) .menu-item a {
	position: relative;
}

body:where([data-styles~='home-header']).menu-open .menu-title span:last-of-type {
	top: 0;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='home-header']) header .menu-toggler .menu-title {
		min-width: 46px;
	}
}

body:where([data-styles~='home-header']) .menu-block {
	z-index: 111111;
}

:where(body[data-styles~='home-header']) header {
	z-index: 111111;
}

:where(body[data-styles~='home-header']) .socials-item svg {
	max-width: 99%;
}

@media (orientation: landscape) and (max-width: 1200px) {
	body:where([data-styles~='home-header']) .menu-block {
		overflow: scroll;
	}

	:where(body[data-styles~='home-header']) header {
		position: static;
	}
}

body:where([data-styles~='home-header']).front-page header {
	position: fixed !important;
}

@media screen and (max-width: 1250px) {
	:where(body[data-styles~='home-header']) .hero .container {
		top: 50% !important;
		will-change: transform !important;
		transform: translateY(-50%) !important;
	}
}

@media screen and (max-width: 420px) {
	:where(body[data-styles~='home-header']) .main-container-btns-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	:where(body[data-styles~='home-header']) .main-container-btns-wrapper .button-hero {
		margin-top: 20px;
	}

	:where(body[data-styles~='home-header']) .hero .swiper-button-prev,
	:where(body[data-styles~='home-header']) .hero .swiper-button-next {
		bottom: 40px !important;
		display: block;
	}
}

/* ==========================================================================
   SECTION: GALLERY
   Scope: data-styles~="gallery"
   Purpose: Gallery layout, controls, and responsive behavior.
   ========================================================================== */

body:where([data-styles~='gallery']) {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

body:where([data-styles~='gallery']) .hand {
	max-width: 200px;
}

body:where([data-styles~='gallery']) .preloader {
	background: #191b23;
	min-height: 100vh;
	min-width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1111;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

body:where([data-styles~='gallery']) .preloader #preloader {
	max-width: 480px;
	padding-bottom: 180px;
	opacity: 0;
	overflow: visible;
}

body:where([data-styles~='gallery']) .preloader #preloader .preloader-1 {
	fill: #a46251;
}

body:where([data-styles~='gallery']) .preloader #preloader .preloader-3 {
	stroke: none;
	fill: none;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='gallery']) .gallery-slide:hover .image-wrapper {
		transform: scale(0.875) !important;
	}

	:where(body[data-styles~='gallery']) .gallery-slide:hover .image-wrapper-inner {
		transform: scale(1.125);
		height: 600px;
		width: 970px;
	}
}

:where(body[data-styles~='gallery']) .image-wrapper {
	transition: 0.75s linear;
	height: 600px;
	will-change: transform;
	overflow: hidden;
	position: relative;
}

:where(body[data-styles~='gallery']) .image-wrapper .image-wrapper-inner {
	width: 970px;
	transition: 1.75s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	will-change: transform;
	background-position: center !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

:where(body[data-styles~='gallery']) .gallery-list {
	margin-top: 170px;
}

:where(body[data-styles~='gallery']) .gallery-list .container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

:where(body[data-styles~='gallery']) .gallery-list .gallery-slide {
	margin-bottom: 315px;
	position: relative;
	position: relative;
}

:where(body[data-styles~='gallery']) .gallery-list .gallery-slide:after {
	content: '';
	width: 968px;
	height: 598px;
	border: 1px solid #a46251;
	top: 25px;
	right: -25px;
	display: block;
	z-index: 11111;
	position: absolute;
	pointer-events: none;
}

:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title {
	position: absolute;
	top: 280px;
	margin: 0;
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 100;
	color: #e9e9e9;
	z-index: 111;
}

:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #a46251;
	position: absolute;
	left: -50px;
	bottom: -30px;
}

:where(body[data-styles~='gallery']) .gallery-list .shadow-title {
	position: absolute;
	bottom: -180px;
	text-transform: uppercase;
	left: -157px;
	top: auto;
	font-weight: 200;
	font-size: 180px;
	line-height: 0.75;
	color: rgba(31, 33, 44, 0.7);
}

:where(body[data-styles~='gallery']) .gallery-list .image-wrapper {
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	width: 975px;
	margin-left: auto;
	margin-right: 0;
}

:where(body[data-styles~='gallery']) .gallery-list .image-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(25, 27, 35, 0.4);
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	position: absolute;
}

:where(body[data-styles~='gallery']) .gallery-list img {
	max-width: 100%;
}

:where(body[data-styles~='gallery']) .hero {
	max-height: 706px;
}

body:where([data-styles~='gallery']) {
	background-color: #191b23;
}

:where(body[data-styles~='gallery']) header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 111;
	padding-top: 25px;
	display: flex;
	align-items: center;
}

:where(body[data-styles~='gallery']) header .container {
	max-width: calc(100% - 90px);
}

:where(body[data-styles~='gallery']) header .logo {
	position: absolute;
	max-width: 164px;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

:where(body[data-styles~='gallery']) header .logo img {
	max-width: 164px;
}

:where(body[data-styles~='gallery']) header .left {
	display: flex;
}

:where(body[data-styles~='gallery']) header .left .location {
	margin-left: 52px;
}

:where(body[data-styles~='gallery']) header .container {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-weight: 200;
}

:where(body[data-styles~='gallery']) .container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

:where(body[data-styles~='gallery']) .hero {
	position: relative;
}

:where(body[data-styles~='gallery']) .hero .swiper-slide:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.15);
}

:where(body[data-styles~='gallery']) .hero .swiper-wrapper {
	z-index: 111;
}

:where(body[data-styles~='gallery']) .hero .container {
	max-width: 700px;
	text-align: center;
	position: absolute;
	top: 396px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	z-index: 1111;
}

:where(body[data-styles~='gallery']) a {
	color: #fff;
	text-decoration: none;
}

:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-title {
	position: absolute;
	top: calc(100% + 19px);
	right: 4px;
	color: rgba(255, 255, 255, 0.7);
}

:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-toggler {
	display: flex;
	flex-direction: column;
	align-items: center;
}

:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-toggler .line-3,
:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-toggler .line-1 {
	width: 35px;
	height: 1px;
	background: #fff;
	display: block;
	margin-right: 4px;
}

:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-toggler .line-2 {
	width: 21px;
	height: 1px;
	background: #fff;
	margin-left: 16px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

:where(body[data-styles~='gallery']) .right {
	display: flex;
}

:where(body[data-styles~='gallery']) .upper-title {
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 1.15;
	position: relative;
	font-weight: 300;
	letter-spacing: 0.4em;
	margin: 0 0 20px 0;
}

:where(body[data-styles~='gallery']) .upper-title:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	display: block;
	background: #fff;
	opacity: 0.5;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

:where(body[data-styles~='gallery']) .hero {
	position: relative;
}

:where(body[data-styles~='gallery']) .hero .swiper-button-prev,
:where(body[data-styles~='gallery']) .hero .swiper-button-next {
	z-index: 111;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 36px;
	top: auto;
	left: auto;
	right: auto;
	transition: 0.4s;
}

:where(body[data-styles~='gallery']) .hero .swiper-button-prev:after,
:where(body[data-styles~='gallery']) .hero .swiper-button-next:after {
	display: none;
}

:where(body[data-styles~='gallery']) .hero .swiper-button-prev {
	position: absolute;
	left: 28px;
	background: url('images/arr-prev.svg');
	background-repeat: no-repeat;
	background-size: 4px 10px;
	background-position: center;
}

:where(body[data-styles~='gallery']) .hero .swiper-button-next {
	position: absolute;
	left: 70px;
	background: url('images/arr-next.svg');
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
}

:where(body[data-styles~='gallery']) .hero .title {
	font-weight: 200;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 30px 0;
}

:where(body[data-styles~='gallery']) .hero .button {
	background: rgba(17, 17, 17, 0.15);
	padding: 18px 42px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.4s;
	display: inline-block;
}

:where(body[data-styles~='gallery']) .hero .button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #111;
}

:where(body[data-styles~='gallery']) .hero .swiper-slide {
	position: relative;
	min-height: 100vh;
}

:where(body[data-styles~='gallery']) .hero .swiper-slide img {
	min-height: 100vh !important;
	min-width: 100vw;
	max-height: 100vh;
	object-fit: cover;
}

:where(body[data-styles~='gallery']) #preloader-2 {
	padding-bottom: 20px;
	max-height: 130px;
}

:where(body[data-styles~='gallery']) .hero .container {
	display: none;
}

body:where([data-styles~='gallery']) {
	overflow-y: scroll;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='gallery']) .gallery-list .slick-disabled {
		opacity: 0.5;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title {
		margin-top: 12px;
	}

	:where(body[data-styles~='gallery']) .gallery-list .slick-arrow {
		transition: 0.4s;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title {
		bottom: 290px !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide:after,
	:where(body[data-styles~='gallery']) .gallery-list .image-wrapper:before {
		display: none !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .image-wrapper-inner {
		position: relative !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .image-wrapper-inner:before {
		content: '' !important;
		width: 100% !important;
		height: 100% !important;
		background: rgba(25, 27, 35, 0.4) !important;
		top: 0 !important;
		left: 0 !important;
		display: block !important;
		z-index: 1 !important;
		position: absolute !important;
	}

	body:where([data-styles~='gallery']) .preloader #preloader {
		max-width: 250px;
	}

	:where(body[data-styles~='gallery']) #preloader-new {
		margin-bottom: 100px;
	}

	:where(body[data-styles~='gallery']) * {
		outline: none;
	}

	:where(body[data-styles~='gallery']) .swiper-button-prev,
	:where(body[data-styles~='gallery']) .swiper-button-next {
		display: none;
	}

	:where(body[data-styles~='gallery']) #preloader-2 {
		max-height: 78px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	:where(body[data-styles~='gallery']) .preloader {
		padding-bottom: 120px;
	}

	:where(body[data-styles~='gallery']) .hero {
		max-height: 100vh;
	}

	:where(body[data-styles~='gallery']) .js-lang-switcher {
		font-size: 11px;
	}

	:where(body[data-styles~='gallery']) header {
		padding-top: 30px;
	}

	:where(body[data-styles~='gallery']) header .container {
		max-width: calc(100% - 50px);
	}

	:where(body[data-styles~='gallery']) header .menu-toggler-wrapper {
		margin-top: -8px;
	}

	:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-toggler .line-3,
	:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-toggler .line-1 {
		width: 33px;
		margin-right: 3px;
	}

	:where(body[data-styles~='gallery']) .menu-toggler-wrapper .menu-title {
		top: calc(100% + 10px);
		font-size: 10px;
	}

	:where(body[data-styles~='gallery']) header .logo {
		top: 12px;
		max-width: 116px;
	}

	:where(body[data-styles~='gallery']) header .logo img {
		max-width: 100%;
	}

	:where(body[data-styles~='gallery']) .hero .container {
		top: 39vh;
	}

	:where(body[data-styles~='gallery']) .upper-title {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 11px;
		padding-bottom: 11px;
	}

	:where(body[data-styles~='gallery']) .hero .title {
		font-size: 32px;
		line-height: 44px;
	}
}

:where(body[data-styles~='gallery']) .opacity-0 {
	opacity: 0;
}

:where(body[data-styles~='gallery']) .opacity-0 g,
:where(body[data-styles~='gallery']) .opacity-0 rect,
:where(body[data-styles~='gallery']) .opacity-0 path {
	fill: #a46251 !important;
}

:where(body[data-styles~='gallery']) .st0,
:where(body[data-styles~='gallery']) .st1 {
	fill: #a46251 !important;
}

:where(body[data-styles~='gallery']) #preloader-new {
	max-width: 670px;
}

:where(body[data-styles~='gallery']) .logo-left-decor,
:where(body[data-styles~='gallery']) .logo-right-decor {
	fill: none !important;
}

body:where([data-styles~='gallery']) {
	transition: 0.75s;
}

:where(body[data-styles~='gallery']) header {
	background: #191b23;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	z-index: 1111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

:where(body[data-styles~='gallery']) header .logo {
	position: static;
	height: auto;
	min-height: auto;
	max-height: 52px;
}

:where(body[data-styles~='gallery']) header .logo img {
	height: 52px;
}

:where(body[data-styles~='gallery']) header .menu-toggler {
	display: block;
}

:where(body[data-styles~='gallery']) header .menu-toggler .menu-title {
	padding-right: 74px;
	right: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

:where(body[data-styles~='gallery']) header .menu-toggler .menu-title span {
	transition: 0.4s;
}

:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:hover:before {
	width: 50px;
	right: 0;
}

:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #c5c5c5;
	top: 5px;
	right: 0;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:before {
	content: '';
	transition: 0.4s;
	width: 32px;
	height: 1px;
	background: #c5c5c5;
	bottom: 3px;
	right: 9px;
	margin: auto;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='gallery']) header .left,
:where(body[data-styles~='gallery']) header .right {
	width: 120px;
}

:where(body[data-styles~='gallery']) .js-lang-switcher a {
	color: rgba(197, 197, 197, 0.3);
	position: relative;
	line-height: 1;
}

:where(body[data-styles~='gallery']) .js-lang-switcher a:first-of-type {
	margin-right: 36px;
}

:where(body[data-styles~='gallery']) .js-lang-switcher a:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 1px;
	background: #c5c5c5;
	top: 0;
	bottom: 0;
	margin: auto;
}

:where(body[data-styles~='gallery']) .js-lang-switcher a:nth-child(2):after {
	right: calc(100% + 4px);
	background: rgba(197, 197, 197, 0.3);
}

:where(body[data-styles~='gallery']) .js-lang-switcher a.active {
	color: #c5c5c5;
}

:where(body[data-styles~='gallery']) footer {
	background: #171921;
	padding-top: 130px;
}

:where(body[data-styles~='gallery']) footer a:hover {
	color: #a46251;
}

:where(body[data-styles~='gallery']) footer .footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(164, 98, 81, 0.4);
}

:where(body[data-styles~='gallery']) footer .footer-bottom p,
:where(body[data-styles~='gallery']) footer .footer-bottom a {
	font-size: 14px;
	color: rgba(231, 231, 231, 0.4);
}

:where(body[data-styles~='gallery']) footer .footer-bottom .right p > :nth-child(1) {
	margin-right: 60px;
}

:where(body[data-styles~='gallery']) footer .footer-upper {
	padding-bottom: 58px;
}

:where(body[data-styles~='gallery']) footer .footer-upper .right-inner-wrapper {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}

:where(body[data-styles~='gallery']) footer .footer-upper .socials {
	display: flex;
	justify-content: center;
}

:where(body[data-styles~='gallery']) footer .footer-upper .socials-item {
	margin-left: 18px;
	margin-right: 18px;
}

:where(body[data-styles~='gallery']) footer .footer-upper .button {
	padding: 20px 35px;
	border: 1px solid #a46251;
	color: #a46251;
	font-weight: 500;
	margin-bottom: 36px;
}

:where(body[data-styles~='gallery']) footer .footer-upper .left {
	padding-top: 60px;
	display: flex;
	flex-direction: column;
}

:where(body[data-styles~='gallery']) footer .footer-upper .left a {
	position: relative;
	padding-left: 28px;
}

:where(body[data-styles~='gallery']) footer .footer-upper .left a svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

:where(body[data-styles~='gallery']) footer .footer-upper .left a span {
	color: rgba(231, 231, 231, 0.7);
	font-size: 14px;
	line-height: 1;
}

:where(body[data-styles~='gallery']) footer .footer-upper .left a:first-of-type {
	margin-bottom: 38px;
}

:where(body[data-styles~='gallery']) footer .container {
	display: flex;
	justify-content: space-between;
}

:where(body[data-styles~='gallery']) footer .socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

body:where([data-styles~='gallery']) .menu-block {
	transition: 0.75s;
	background: #191b23;
	position: fixed;
	top: 113px;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - 113px);
	padding-top: 66px;
	z-index: 1111;
	transform: translateY(100%);
	will-change: transform;
}

body:where([data-styles~='gallery']) .menu-item {
	margin-bottom: 24px;
	text-align: center;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
	transform: translateY(100%);
	opacity: 0;
	will-change: transform;
	transition: 0.5s;
}

body:where([data-styles~='gallery']) .menu-item.active:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 1px;
	background: #a46251;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

body:where([data-styles~='gallery']) .menu-item.active a {
	color: #a46251;
}

body:where([data-styles~='gallery']) .menu-item a {
	color: #c5c5c5;
	font-size: 26px;
	line-height: 38px;
	font-weight: 300;
}

body:where([data-styles~='gallery']) .menu-item a:hover {
	color: #a46251;
}

body:where([data-styles~='gallery']) .menu-title span {
	transition: 0.4s;
}

body:where([data-styles~='gallery']) .menu-title span:last-of-type {
	opacity: 0;
	position: absolute;
	left: 0;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-block {
	transition-delay: 0.75s;
	transform: translateY(100%);
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-item {
	transform: translateY(100%);
	opacity: 0;
	transition-delay: 0.58s;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-item:nth-child(2) {
	transition-delay: 0.5s;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-item:nth-child(3) {
	transition-delay: 0.42s;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-item:nth-child(4) {
	transition-delay: 0.34s;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-item:nth-child(5) {
	transition-delay: 0.26s;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-item:nth-child(6) {
	transition-delay: 0.18s;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-item:nth-child(7) {
	transition-delay: 0.1s;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-title:after {
	width: 50px;
	top: 5px;
	right: 0;
	transition: 0.4s;
	transform: none;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-title:before {
	transition: 0.4s;
	width: 32px;
	bottom: 3px;
	right: 9px;
	transform: none;
	margin: auto;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-title span:last-of-type {
	opacity: 0;
}

body:where([data-styles~='gallery']).menu-open.menu-close .menu-title span:first-of-type {
	opacity: 1;
}

body:where([data-styles~='gallery']).menu-open .menu-title span:last-of-type {
	opacity: 1;
}

body:where([data-styles~='gallery']).menu-open .menu-title span:first-of-type {
	opacity: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-title:after {
	width: 34px;
	top: -5px;
	right: 17px;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='gallery']).menu-open .menu-title:before {
	width: 34px !important;
	top: 19px;
	right: 17px !important;
	left: auto !important;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(-45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='gallery']).menu-open .menu-block {
	transform: translateY(0);
	overflow-y: auto;
}

body:where([data-styles~='gallery']).menu-open .menu-block::-webkit-scrollbar {
	width: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-block::-webkit-scrollbar-button {
	width: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-block::-webkit-scrollbar-thumb {
	width: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-block::-webkit-scrollbar-track {
	width: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-block::-webkit-scrollbar-track-piece {
	width: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-block::-webkit-scrollbar-corner {
	width: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-block::-webkit-resizer {
	width: 0;
}

body:where([data-styles~='gallery']).menu-open .menu-item {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.6s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(2) {
	transition-delay: 0.7s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(3) {
	transition-delay: 0.78s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(4) {
	transition-delay: 0.86s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(5) {
	transition-delay: 0.94s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(6) {
	transition-delay: 1.02s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(7) {
	transition-delay: 1.1s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(8) {
	transition-delay: 1.18s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(9) {
	transition-delay: 1.26s;
}

body:where([data-styles~='gallery']).menu-open .menu-item:nth-child(10) {
	transition-delay: 1.34s;
}

:where(body[data-styles~='gallery']) a {
	transition: 0.4s;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='gallery']) .mobile-footer {
		display: none;
	}

	:where(body[data-styles~='gallery']) .slide-up,
	:where(body[data-styles~='gallery']) .slide-down {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='gallery']) footer .footer-bottom .right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	:where(body[data-styles~='gallery']) footer .footer-bottom .right p {
		width: 100%;
		text-align: center;
	}

	:where(body[data-styles~='gallery']) footer .footer-bottom .right p > :nth-child(1) {
		margin-right: 0;
	}

	:where(body[data-styles~='gallery']) .gallery-list .shadow-title {
		display: none !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title:after {
		content: '';
		width: 76px;
		display: block !important;
		height: 1px;
		background: #a46251;
		position: absolute;
		left: -14px;
		bottom: -16px;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title p {
		position: absolute !important;
		left: 0;
		bottom: -50px;
		font-size: 20px !important;
		white-space: nowrap;
	}

	:where(body[data-styles~='gallery']) .slick-arrow {
		border: none;
		box-shadow: none;
		font-size: 0;
	}

	:where(body[data-styles~='gallery']) .slick-next.slick-arrow {
		width: 26px;
		height: 26px;
		position: fixed;
		bottom: 112px;
		background: url('images/down-arrow.svg') !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		z-index: 99999;
		left: 36px;
	}

	:where(body[data-styles~='gallery']) .slick-prev.slick-arrow {
		left: 79px;
		width: 26px;
		height: 26px;
		position: fixed;
		bottom: 112px;
		background: url('images/top-arrow.svg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		z-index: 99999;
	}

	:where(body[data-styles~='gallery']) .gallery-slide .title {
		transition: 0.4s;
	}

	:where(body[data-styles~='gallery']) .gallery-slide .title {
		opacity: 0;
		transform: translateY(-30px);
	}

	:where(body[data-styles~='gallery']) .gallery-slide.slick-active[tabindex='0'] .title {
		opacity: 1;
		transform: translateY(0);
	}

	:where(body[data-styles~='gallery']) .fancybox-infobar {
		right: 0 !important;
		left: 0 !important;
		margin: auto !important;
		width: 100px;
		text-align: center;
	}

	:where(body[data-styles~='gallery']) footer {
		display: none;
	}

	:where(body[data-styles~='gallery']) .image-wrapper {
		height: calc(100vh - 50px);
	}

	:where(body[data-styles~='gallery']) .slide-up,
	:where(body[data-styles~='gallery']) .slide-down {
		position: fixed;
		top: calc(100vh - 112px);
		z-index: 11111;
	}

	:where(body[data-styles~='gallery']) .slide-down {
		left: 50px;
	}

	:where(body[data-styles~='gallery']) .slide-up {
		left: 94px;
	}

	:where(body[data-styles~='gallery']) .gallery-list {
		margin-top: 0;
		position: fixed;
		top: 0;
		bottom: 50px;
		left: 0;
		right: 0;
		max-height: calc(100vh - 50px);
	}

	:where(body[data-styles~='gallery']) .gallery-list .container {
		padding: 0;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide {
		margin: auto;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .image-wrapper-inner {
		width: 100%;
		height: calc(100vh - 50px);
		background-size: cover;
		margin: 0;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title {
		font-size: 36px;
		line-height: 50px;
		font-weight: 400;
		left: 50px;
		top: calc(100vh - 230px);
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title:after {
		display: none;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide:after {
		width: calc(100% - 46px);
		height: calc(100vh - 124px);
		top: 11px;
		left: 0;
		right: 0;
		margin: auto !important;
	}

	:where(body[data-styles~='gallery']) header {
		padding: 12px 0;
	}

	:where(body[data-styles~='gallery']) header .js-lang-switcher a {
		font-size: 10px;
	}

	:where(body[data-styles~='gallery']) header .js-lang-switcher a:after {
		width: 8px;
	}

	:where(body[data-styles~='gallery']) header .js-lang-switcher a:first-of-type {
		margin-right: 23px;
	}

	:where(body[data-styles~='gallery']) header .menu-toggler-wrapper {
		margin-left: auto;
	}

	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title {
		padding-right: 40px;
	}

	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:focus:after,
	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:hover:after,
	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:active:after {
		width: 32px;
	}

	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:focus:before,
	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:hover:before,
	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:active:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:after {
		width: 32px;
	}

	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='gallery']) header .menu-toggler .menu-title span {
		opacity: 0 !important;
	}

	:where(body[data-styles~='gallery']) header .logo img {
		height: 29px;
	}

	:where(body[data-styles~='gallery']) .mobile-footer {
		display: flex;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #191b23;
		z-index: 111;
	}

	:where(body[data-styles~='gallery']) .mobile-footer a {
		height: 50px;
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	body:where([data-styles~='gallery']) {
		padding-top: 52px;
		padding-bottom: 50px;
	}

	body:where([data-styles~='gallery']) .menu-item {
		margin-bottom: 10px;
	}

	body:where([data-styles~='gallery']) .menu-item.active:after {
		bottom: 2px;
	}

	body:where([data-styles~='gallery']) .menu-item a {
		font-size: 18px;
	}

	body:where([data-styles~='gallery']) .menu-block {
		top: 52px;
	}
}

:where(body[data-styles~='gallery']) .disabled {
	opacity: 0.4;
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='gallery']) .slide-up,
	:where(body[data-styles~='gallery']) .slide-down {
		position: fixed;
		top: auto;
		bottom: 82px !important;
		z-index: 11111;
	}

	:where(body[data-styles~='gallery']) .reverted-scroll .gallery-slide {
		position: fixed !important;
		width: 100vw;
		top: 52px !important;
		bottom: 50px !important;
		z-index: 11 !important;
	}

	:where(body[data-styles~='gallery']) .reverted-scroll .gallery-slide.current-slide-new {
		z-index: 111111;
	}

	:where(body[data-styles~='gallery']) .reverted-scroll .gallery-slide .slide-up,
	:where(body[data-styles~='gallery']) .reverted-scroll .gallery-slide .slide-down {
		z-index: 11111;
	}

	:where(body[data-styles~='gallery']) .reverted-scroll .gallery-slide.current-slide,
	:where(body[data-styles~='gallery']) .reverted-scroll .gallery-slide.current-slide-new {
		position: fixed !important;
		width: 100vw;
		top: 52px !important;
		bottom: 50px !important;
	}
}

:where(body[data-styles~='gallery']) .gallery-slide:nth-child(4) .shadow-title {
	left: auto;
	right: -180px;
}

:where(body[data-styles~='gallery']) .gallery-slide:nth-child(5) .shadow-title {
	display: none;
}

:where(body[data-styles~='gallery']) .gallery-slide:nth-child(6) .shadow-title {
	left: -200px;
}

:where(body[data-styles~='gallery']) header {
	background: transparent !important;
}

:where(body[data-styles~='gallery']) .gallery-list .image-wrapper:before {
	transition: 0.4s;
}

:where(body[data-styles~='gallery']) .gallery-list .image-wrapper:before {
	z-index: 111;
}

:where(body[data-styles~='gallery']) .fancybox-image {
	width: calc(100vh - 80px);
	object-fit: cover;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

body:where([data-styles~='gallery']) .fancybox-navigation .fancybox-button--arrow_right,
body:where([data-styles~='gallery']) .fancybox-navigation .fancybox-button--arrow_left {
	opacity: 0.6 !important;
}

body:where([data-styles~='gallery']) .fancybox-navigation .fancybox-button--arrow_right:hover,
body:where([data-styles~='gallery']) .fancybox-navigation .fancybox-button--arrow_left:hover {
	opacity: 1 !important;
}

:where(body[data-styles~='gallery']) .gallery-list .gallery-slide {
	position: relative;
}

:where(body[data-styles~='gallery']) .fancybox-container {
	z-index: 999999992;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title {
		position: static;
		display: block !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list {
		position: static !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .image-wrapper-inner {
		height: 57vw;
		max-width: calc(100vw - 50px);
		margin-bottom: 12px;
	}

	:where(body[data-styles~='gallery']) .gallery-slide .title {
		opacity: 1;
		transform: none;
		position: static !important;
		font-size: 30px !important;
		line-height: 1.33 !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .image-wrapper {
		width: calc(100vw - 50px);
		margin-left: 15px;
		margin-right: auto;
		max-width: calc(100vw - 50px);
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title span {
		position: relative;
		margin-bottom: 26px;
		display: block;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title:after {
		display: none !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title span:after {
		margin-bottom: -14px;
		margin-left: 22px;
		content: '';
		width: 76px;
		display: block !important;
		height: 1px;
		background: #a46251;
		position: absolute;
		bottom: 0;
		left: -40px;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title {
		margin-left: 34px;
	}

	:where(body[data-styles~='gallery']) .image-wrapper {
		height: auto;
	}

	:where(body[data-styles~='gallery']) .gallery-slide {
		margin-top: 120px !important;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide > .fancybox:first-child:after {
		content: '';
		border: 1px solid #a46251;
		top: 9px;
		left: 24px;
		display: block !important;
		z-index: 11;
		height: 57vw;
		width: calc(100vw - 50px);
		position: absolute;
	}

	:where(body[data-styles~='gallery']) .fancybox-slide--image .fancybox-content {
		object-fit: contain !important;
		max-width: 100%;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide .title p {
		position: static !important;
	}

	:where(body[data-styles~='gallery']) .fancybox-image {
		width: 100%;
		object-fit: contain;
	}

	:where(body[data-styles~='gallery']) .gallery-list {
		max-height: inherit !important;
		margin-bottom: 160px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 620px) {
	:where(body[data-styles~='gallery']) .gallery-list .shadow-title {
		left: 0;
		font-size: 145px;
	}

	:where(body[data-styles~='gallery']) .gallery-list .gallery-slide:after {
		z-index: 1111;
		pointer-events: none;
	}

	:where(body[data-styles~='gallery']) .fancybox-image {
		width: calc(100% - 120px);
	}

	:where(body[data-styles~='gallery']) .fancybox-slide:after {
		left: 20px;
		right: 20px;
	}

	:where(body[data-styles~='gallery']) .fancybox-infobar {
		left: 80px !important;
	}

	:where(body[data-styles~='gallery']) .fancybox-infobar,
	:where(body[data-styles~='gallery']) .fancybox-button--arrow_right,
	:where(body[data-styles~='gallery']) .fancybox-button--arrow_left {
		top: calc(100% - 100px) !important;
	}
}

:where(body[data-styles~='gallery']) .gallery-list {
	overflow: hidden;
}

:where(body[data-styles~='gallery']) .fancybox-container .fancybox-image {
	left: 50%;
	transform: translateX(-50%);
}

/* ==========================================================================
   SECTION: CONTENT PAGES - SHARED FOUNDATION
   Scope: data-styles~="content-pages"
   Purpose: Shared layout and components for internal content pages.
   ========================================================================== */

body:where([data-styles~='content-pages']) {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden;
}

:where(body[data-styles~='content-pages']) .doc-column h1 {
	font-size: 36px;
	color: #fff;
}

:where(body[data-styles~='content-pages']) .doc-column h2 {
	font-size: 26px;
	color: #fff;
}

:where(body[data-styles~='content-pages']) .doc-column h3 {
	font-size: 28px;
	color: #fff;
}

:where(body[data-styles~='content-pages']) .doc-column p {
	color: #fff !important;
	font-size: 16px;
}

:where(body[data-styles~='content-pages']) .doc-column p::after {
	display: none;
}

:where(body[data-styles~='content-pages']) .doc-column a {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

:where(body[data-styles~='content-pages']) footer .footer-bottom .right p > :nth-child(1) {
	margin-right: 60px;
}

body:where([data-styles~='content-pages']) .single-page {
	margin-top: 113px;
	padding-top: 65px;
}

body:where([data-styles~='content-pages']) .single-page .cta {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 117px;
	padding-bottom: 83px;
}

body:where([data-styles~='content-pages']) .single-page .cta .cta-logo {
	max-width: 444px;
}

body:where([data-styles~='content-pages']) .single-page .first-block {
	padding-bottom: 378px;
}

body:where([data-styles~='content-pages']) .single-page .image-inner-wrap {
	position: relative;
	line-height: 0.99;
}

body:where([data-styles~='content-pages']) .single-page .image-inner-wrap img {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body:where([data-styles~='content-pages']) .single-page .image-inner-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #a46251;
	transform: translate(25px, 25px);
}

body:where([data-styles~='content-pages']) .single-page .shadow-text {
	color: rgba(31, 33, 44, 0.7);
	font-size: 200px;
	line-height: 160px;
	position: absolute;
	bottom: -268px;
	left: -186px;
	font-weight: 200;
	text-transform: uppercase;
}

body:where([data-styles~='content-pages']) .single-page .shadow-text strong {
	font-weight: 500;
}

body:where([data-styles~='content-pages']) .single-page .container {
	display: flex;
	position: relative;
}

body:where([data-styles~='content-pages']) .single-page .content-column,
body:where([data-styles~='content-pages']) .single-page .image-column {
	padding: 0 24px;
}

body:where([data-styles~='content-pages']) .single-page .subtitle {
	margin-top: 0;
	margin-bottom: 60px;
	font-weight: 300;
	color: #e8e8e8;
	font-size: 24px;
	line-height: 1.5;
}

body:where([data-styles~='content-pages']) .single-page p {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 1.8;
}

body:where([data-styles~='content-pages']) .single-page p:last-of-type {
	margin-bottom: 0;
}

body:where([data-styles~='content-pages']) .single-page p strong {
	font-weight: 400;
	color: #fff;
}

body:where([data-styles~='content-pages']) .single-page p:first-of-type {
	position: relative;
}

body:where([data-styles~='content-pages']) .single-page p:first-of-type:after {
	content: '';
	width: 100px;
	left: -32px;
	top: -30px;
	height: 1px;
	background: #a46251;
	position: absolute;
}

body:where([data-styles~='content-pages']) .single-page .title-big {
	margin-top: 27px;
	color: rgba(197, 197, 197, 0.5);
	font-weight: 300;
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 30px;
}

body:where([data-styles~='content-pages']) .single-page .title-big strong {
	color: #c5c5c5;
	font-weight: 300;
}

body:where([data-styles~='content-pages']) .single-page .second-block {
	padding-top: 123px;
	padding-bottom: 190px;
}

body:where([data-styles~='content-pages']) .single-page .second-block .shadow-text {
	text-align: right;
	right: 0;
	left: auto;
	bottom: -188px;
}

body:where([data-styles~='content-pages']) .single-page .second-block .image-inner-wrap {
	max-width: 570px;
}

body:where([data-styles~='content-pages']) .single-page .second-block .image-inner-wrap:after {
	transform: translate(-25px, -25px);
}

body:where([data-styles~='content-pages']) .single-page .second-block .image-inner-wrap img {
	width: 570px;
}

body:where([data-styles~='content-pages']) .single-page .second-block .content-column {
	display: flex;
	align-items: center;
	padding-left: 78px !important;
}

body:where([data-styles~='content-pages']) .single-page .cta-with-quote {
	padding: 157px 15px;
}

body:where([data-styles~='content-pages']) .single-page .cta-with-quote .quote {
	margin: 0;
	font-size: 30px;
	text-align: center;
	max-width: 600px;
	font-weight: 300;
	color: #fff;
}

body:where([data-styles~='content-pages']) .single-page .cta-with-quote .quote:after {
	display: none;
}

body:where([data-styles~='content-pages']) .single-page .third-block {
	padding-top: 120px;
	padding-bottom: 255px;
}

body:where([data-styles~='content-pages']) .single-page .third-block .image-inner-wrap img {
	width: 630px;
}

body:where([data-styles~='content-pages']) .single-page .third-block .content-column {
	display: flex;
	align-items: center;
}

body:where([data-styles~='content-pages']) .single-page .third-block .shadow-text {
	left: -86px;
	bottom: -230px;
}

@media screen and (max-width: 766px) {
	:where(body[data-styles~='content-pages']) footer .footer-bottom .right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	:where(body[data-styles~='content-pages']) footer .footer-bottom .right p {
		width: 100%;
		text-align: center;
	}

	:where(body[data-styles~='content-pages']) footer .footer-bottom .right p > :nth-child(1) {
		margin-right: 0;
	}

	body:where([data-styles~='content-pages']) .single-page {
		padding-top: 0;
		margin-top: 0;
	}

	body:where([data-styles~='content-pages']) .single-page .hide-for-mobile {
		display: none;
	}

	body:where([data-styles~='content-pages']) .single-page .second-block .image-inner-wrap:after {
		transform: translate(-5px, -15px);
	}

	body:where([data-styles~='content-pages']) .single-page .third-block {
		padding-top: 85px;
		padding-bottom: 90px;
	}

	body:where([data-styles~='content-pages']) .single-page .third-block .shadow-text {
		display: none;
	}

	body:where([data-styles~='content-pages']) .single-page .third-block .content-column {
		margin-bottom: 30px;
	}

	body:where([data-styles~='content-pages']) .single-page .cta-with-quote {
		padding: 105px 0;
	}

	body:where([data-styles~='content-pages']) .single-page .cta-with-quote .quote {
		font-size: 16px;
		max-width: 260px;
	}

	body:where([data-styles~='content-pages']) .single-page .second-block {
		padding-top: 100px;
		padding-bottom: 143px;
	}

	body:where([data-styles~='content-pages']) .single-page .second-block .shadow-text {
		right: 26px;
		bottom: -110px;
	}

	body:where([data-styles~='content-pages']) .single-page .second-block .content-column {
		padding-left: 26px !important;
	}

	body:where([data-styles~='content-pages']) .single-page .cta {
		background-position: center !important;
		padding: 55px 0;
	}

	body:where([data-styles~='content-pages']) .single-page .cta-logo {
		height: 102px;
	}

	body:where([data-styles~='content-pages']) .single-page p {
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 20px;
	}

	body:where([data-styles~='content-pages']) .single-page .shadow-text {
		font-size: 55px;
		line-height: 45px;
		left: 26px;
		bottom: -126px;
	}

	body:where([data-styles~='content-pages']) .single-page .container {
		flex-direction: column;
	}

	body:where([data-styles~='content-pages']) .single-page .first-block {
		padding-bottom: 173px;
	}

	body:where([data-styles~='content-pages']) .single-page .first-block .container {
		flex-direction: column-reverse;
	}

	body:where([data-styles~='content-pages']) .single-page .title-big {
		margin-top: 56px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}

	body:where([data-styles~='content-pages']) .single-page .subtitle {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}

	body:where([data-styles~='content-pages']) .single-page .content-column,
	body:where([data-styles~='content-pages']) .single-page .image-column {
		padding: 0 13px;
	}

	body:where([data-styles~='content-pages']) .single-page p:first-of-type:after {
		width: 80px;
		left: -20px;
		top: -20px;
	}

	body:where([data-styles~='content-pages']) .single-page .image-inner-wrap {
		padding: 0 10px;
		margin-bottom: 80px;
	}

	body:where([data-styles~='content-pages']) .single-page .image-inner-wrap:after {
		transform: translate(24px, 14px);
		width: calc(100% - 20px);
	}

	body:where([data-styles~='content-pages']) .single-page .image-inner-wrap img {
		max-width: 100%;
	}
}

@media screen and (min-width: 767px) {
	body:where([data-styles~='content-pages']) .single-page .hide-for-desktop {
		display: none;
	}
}

@media screen and (max-width: 1660px) and (min-width: 980px) {
	body:where([data-styles~='content-pages']) .single-page .shadow-text {
		left: 0;
	}

	body:where([data-styles~='content-pages']) .single-page .first-block .shadow-text {
		left: 0;
		font-size: 180px;
		line-height: 150px;
	}

	body:where([data-styles~='content-pages']) .single-page .third-block .shadow-text {
		left: 0;
	}
}

body:where([data-styles~='content-pages']) .hand {
	max-width: 200px;
}

body:where([data-styles~='content-pages']) .preloader {
	background: #191b23;
	min-height: 100vh;
	min-width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1111;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

body:where([data-styles~='content-pages']) .preloader #preloader {
	max-width: 480px;
	padding-bottom: 180px;
	opacity: 0;
	overflow: visible;
}

body:where([data-styles~='content-pages']) .preloader #preloader .preloader-1 {
	fill: #a46251;
}

body:where([data-styles~='content-pages']) .preloader #preloader .preloader-3 {
	stroke: none;
	fill: none;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='content-pages']) .gallery-slide:hover .image-wrapper {
		transform: scale(0.875) !important;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide:hover .image-wrapper-inner {
		transform: scale(1.125);
		height: 600px;
		width: 970px;
	}
}

:where(body[data-styles~='content-pages']) .image-wrapper {
	transition: 0.75s linear;
	height: 600px;
	will-change: transform;
	overflow: hidden;
	position: relative;
}

:where(body[data-styles~='content-pages']) .image-wrapper .image-wrapper-inner {
	width: 970px;
	transition: 1.75s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	will-change: transform;
	background-position: center !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

:where(body[data-styles~='content-pages']) .gallery-list {
	margin-top: 170px;
}

:where(body[data-styles~='content-pages']) .gallery-list .container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide {
	margin-bottom: 315px;
	position: relative;
	position: relative;
}

:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide:after {
	content: '';
	width: 968px;
	height: 598px;
	border: 1px solid #a46251;
	top: 25px;
	right: -25px;
	display: block;
	z-index: 11;
	position: absolute;
}

:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide .title {
	position: absolute;
	top: 280px;
	margin: 0;
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 100;
	color: #e9e9e9;
	z-index: 111;
}

:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide .title:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #a46251;
	position: absolute;
	left: -50px;
	bottom: -30px;
}

:where(body[data-styles~='content-pages']) .gallery-list .shadow-title {
	position: absolute;
	bottom: -180px;
	text-transform: uppercase;
	left: -157px;
	top: auto;
	font-weight: 200;
	font-size: 180px;
	line-height: 0.75;
	color: rgba(31, 33, 44, 0.7);
}

:where(body[data-styles~='content-pages']) .gallery-list .image-wrapper {
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	width: 975px;
	margin-left: auto;
	margin-right: 0;
}

:where(body[data-styles~='content-pages']) .gallery-list .image-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(25, 27, 35, 0.4);
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	position: absolute;
}

:where(body[data-styles~='content-pages']) .gallery-list img {
	max-width: 100%;
}

:where(body[data-styles~='content-pages']) .hero {
	max-height: 706px;
}

body:where([data-styles~='content-pages']) {
	background-color: #191b23;
}

:where(body[data-styles~='content-pages']) header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 111;
	padding-top: 25px;
	display: flex;
	align-items: center;
}

:where(body[data-styles~='content-pages']) header .container {
	max-width: calc(100% - 90px);
}

:where(body[data-styles~='content-pages']) header .logo {
	position: absolute;
	max-width: 164px;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

:where(body[data-styles~='content-pages']) header .logo img {
	max-width: 164px;
}

:where(body[data-styles~='content-pages']) header .left {
	display: flex;
}

:where(body[data-styles~='content-pages']) header .left .location {
	margin-left: 52px;
}

:where(body[data-styles~='content-pages']) header .container {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-weight: 200;
}

:where(body[data-styles~='content-pages']) .container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

:where(body[data-styles~='content-pages']) .hero {
	position: relative;
}

:where(body[data-styles~='content-pages']) .hero .swiper-slide:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.15);
}

:where(body[data-styles~='content-pages']) .hero .swiper-wrapper {
	z-index: 111;
}

:where(body[data-styles~='content-pages']) .hero .container {
	max-width: 700px;
	text-align: center;
	position: absolute;
	top: 396px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	z-index: 1111;
}

:where(body[data-styles~='content-pages']) a {
	color: #fff;
	text-decoration: none;
}

:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-title {
	position: absolute;
	top: calc(100% + 19px);
	right: 4px;
	color: rgba(255, 255, 255, 0.7);
}

:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-toggler {
	display: flex;
	flex-direction: column;
	align-items: center;
}

:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-toggler .line-3,
:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-toggler .line-1 {
	width: 35px;
	height: 1px;
	background: #fff;
	display: block;
	margin-right: 4px;
}

:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-toggler .line-2 {
	width: 21px;
	height: 1px;
	background: #fff;
	margin-left: 16px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

:where(body[data-styles~='content-pages']) .right {
	display: flex;
}

:where(body[data-styles~='content-pages']) .upper-title {
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 1.15;
	position: relative;
	font-weight: 300;
	letter-spacing: 0.4em;
	margin: 0 0 20px 0;
}

:where(body[data-styles~='content-pages']) .upper-title:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	display: block;
	background: #fff;
	opacity: 0.5;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

:where(body[data-styles~='content-pages']) .hero {
	position: relative;
}

:where(body[data-styles~='content-pages']) .hero .swiper-button-prev,
:where(body[data-styles~='content-pages']) .hero .swiper-button-next {
	z-index: 111;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 36px;
	top: auto;
	left: auto;
	right: auto;
	transition: 0.4s;
}

:where(body[data-styles~='content-pages']) .hero .swiper-button-prev:after,
:where(body[data-styles~='content-pages']) .hero .swiper-button-next:after {
	display: none;
}

:where(body[data-styles~='content-pages']) .hero .swiper-button-prev {
	position: absolute;
	left: 28px;
	background: url('images/arr-prev.svg');
	background-repeat: no-repeat;
	background-size: 4px 10px;
	background-position: center;
}

:where(body[data-styles~='content-pages']) .hero .swiper-button-next {
	position: absolute;
	left: 70px;
	background: url('images/arr-next.svg');
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
}

:where(body[data-styles~='content-pages']) .hero .title {
	font-weight: 200;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 30px 0;
}

:where(body[data-styles~='content-pages']) .hero .button {
	background: rgba(17, 17, 17, 0.15);
	padding: 18px 42px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.4s;
	display: inline-block;
}

:where(body[data-styles~='content-pages']) .hero .button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #111;
}

:where(body[data-styles~='content-pages']) .hero .swiper-slide {
	position: relative;
	min-height: 100vh;
}

:where(body[data-styles~='content-pages']) .hero .swiper-slide img {
	min-height: 100vh !important;
	min-width: 100vw;
	max-height: 100vh;
	object-fit: cover;
}

:where(body[data-styles~='content-pages']) #preloader-2 {
	padding-bottom: 20px;
	max-height: 130px;
}

:where(body[data-styles~='content-pages']) .hero .container {
	display: none;
}

body:where([data-styles~='content-pages']) {
	overflow-y: scroll;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='content-pages']) .preloader #preloader {
		max-width: 250px;
	}

	:where(body[data-styles~='content-pages']) #preloader-new {
		margin-bottom: 100px;
	}

	:where(body[data-styles~='content-pages']) * {
		outline: none;
	}

	:where(body[data-styles~='content-pages']) .swiper-button-prev,
	:where(body[data-styles~='content-pages']) .swiper-button-next {
		display: none;
	}

	:where(body[data-styles~='content-pages']) #preloader-2 {
		max-height: 78px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	:where(body[data-styles~='content-pages']) .preloader {
		padding-bottom: 120px;
	}

	:where(body[data-styles~='content-pages']) .hero {
		max-height: 100vh;
	}

	:where(body[data-styles~='content-pages']) .js-lang-switcher {
		font-size: 11px;
	}

	:where(body[data-styles~='content-pages']) header {
		padding-top: 30px;
	}

	:where(body[data-styles~='content-pages']) header .container {
		max-width: calc(100% - 50px);
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler-wrapper {
		margin-top: -8px;
	}

	:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-toggler .line-3,
	:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-toggler .line-1 {
		width: 33px;
		margin-right: 3px;
	}

	:where(body[data-styles~='content-pages']) .menu-toggler-wrapper .menu-title {
		top: calc(100% + 10px);
		font-size: 10px;
	}

	:where(body[data-styles~='content-pages']) header .logo {
		top: 12px;
		max-width: 116px;
	}

	:where(body[data-styles~='content-pages']) header .logo img {
		max-width: 100%;
	}

	:where(body[data-styles~='content-pages']) .hero .container {
		top: 39vh;
	}

	:where(body[data-styles~='content-pages']) .upper-title {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 11px;
		padding-bottom: 11px;
	}

	:where(body[data-styles~='content-pages']) .hero .title {
		font-size: 32px;
		line-height: 44px;
	}
}

:where(body[data-styles~='content-pages']) .opacity-0 {
	opacity: 0;
}

:where(body[data-styles~='content-pages']) .opacity-0 g,
:where(body[data-styles~='content-pages']) .opacity-0 rect,
:where(body[data-styles~='content-pages']) .opacity-0 path {
	fill: #a46251 !important;
}

:where(body[data-styles~='content-pages']) .st0,
:where(body[data-styles~='content-pages']) .st1 {
	fill: #a46251 !important;
}

:where(body[data-styles~='content-pages']) #preloader-new {
	max-width: 670px;
}

:where(body[data-styles~='content-pages']) .logo-left-decor,
:where(body[data-styles~='content-pages']) .logo-right-decor {
	fill: none !important;
}

body:where([data-styles~='content-pages']) {
	transition: 0.75s;
}

:where(body[data-styles~='content-pages']) header {
	background: #191b23;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	z-index: 1111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

:where(body[data-styles~='content-pages']) header .logo {
	position: static;
	height: auto;
	min-height: auto;
	max-height: 52px;
}

:where(body[data-styles~='content-pages']) header .logo img {
	height: 52px;
}

:where(body[data-styles~='content-pages']) header .menu-toggler {
	display: block;
}

:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title {
	padding-right: 74px;
	right: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title span {
	transition: 0.4s;
}

:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:hover:before {
	width: 50px;
	right: 0;
}

:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #c5c5c5;
	top: 5px;
	right: 0;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:before {
	content: '';
	transition: 0.4s;
	width: 32px;
	height: 1px;
	background: #c5c5c5;
	bottom: 3px;
	right: 9px;
	margin: auto;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='content-pages']) header .left,
:where(body[data-styles~='content-pages']) header .right {
	width: 120px;
}

:where(body[data-styles~='content-pages']) .js-lang-switcher a {
	color: rgba(197, 197, 197, 0.3);
	position: relative;
	line-height: 1;
}

:where(body[data-styles~='content-pages']) .js-lang-switcher a:first-of-type {
	margin-right: 36px;
}

:where(body[data-styles~='content-pages']) .js-lang-switcher a:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 1px;
	background: #c5c5c5;
	top: 0;
	bottom: 0;
	margin: auto;
}

:where(body[data-styles~='content-pages']) .js-lang-switcher a:nth-child(2):after {
	right: calc(100% + 4px);
	background: rgba(197, 197, 197, 0.3);
}

:where(body[data-styles~='content-pages']) .js-lang-switcher a.active {
	color: #c5c5c5;
}

:where(body[data-styles~='content-pages']) footer {
	background: #171921;
	padding-top: 130px;
}

:where(body[data-styles~='content-pages']) footer a:hover {
	color: #a46251;
}

:where(body[data-styles~='content-pages']) footer .footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(164, 98, 81, 0.4);
}

:where(body[data-styles~='content-pages']) footer .footer-bottom p,
:where(body[data-styles~='content-pages']) footer .footer-bottom a {
	font-size: 14px;
	color: rgba(231, 231, 231, 0.4);
}

:where(body[data-styles~='content-pages']) footer .footer-upper {
	padding-bottom: 58px;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .right-inner-wrapper {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .socials {
	display: flex;
	justify-content: center;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .socials-item {
	margin-left: 18px;
	margin-right: 18px;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .button {
	padding: 20px 35px;
	border: 1px solid #a46251;
	color: #a46251;
	font-weight: 500;
	margin-bottom: 36px;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .left {
	padding-top: 60px;
	display: flex;
	flex-direction: column;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .left a {
	position: relative;
	padding-left: 28px;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .left a svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .left a span {
	color: rgba(231, 231, 231, 0.7);
	font-size: 14px;
	line-height: 1;
}

:where(body[data-styles~='content-pages']) footer .footer-upper .left a:first-of-type {
	margin-bottom: 38px;
}

:where(body[data-styles~='content-pages']) footer .container {
	display: flex;
	justify-content: space-between;
}

:where(body[data-styles~='content-pages']) footer .socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

body:where([data-styles~='content-pages']) .menu-block {
	transition: 0.75s;
	background: #191b23;
	position: fixed;
	top: 113px;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - 113px);
	padding-top: 66px;
	z-index: 1111;
	transform: translateY(100%);
	will-change: transform;
}

body:where([data-styles~='content-pages']) .menu-item {
	margin-bottom: 24px;
	text-align: center;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
	transform: translateY(100%);
	opacity: 0;
	will-change: transform;
	transition: 0.5s;
}

body:where([data-styles~='content-pages']) .menu-item.active:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 1px;
	background: #a46251;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

body:where([data-styles~='content-pages']) .menu-item.active a {
	color: #a46251;
}

body:where([data-styles~='content-pages']) .menu-item a {
	color: #c5c5c5;
	font-size: 26px;
	line-height: 38px;
	font-weight: 300;
}

body:where([data-styles~='content-pages']) .menu-item a:hover {
	color: #a46251;
}

body:where([data-styles~='content-pages']) .menu-title span {
	transition: 0.4s;
}

body:where([data-styles~='content-pages']) .menu-title span:last-of-type {
	opacity: 0;
	position: absolute;
	left: 0;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-block {
	transition-delay: 0.75s;
	transform: translateY(100%);
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item {
	transform: translateY(100%);
	opacity: 0;
	transition-delay: 0.58s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(2) {
	transition-delay: 0.5s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(3) {
	transition-delay: 0.42s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(4) {
	transition-delay: 0.34s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(5) {
	transition-delay: 0.26s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(6) {
	transition-delay: 0.18s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(7) {
	transition-delay: 0.1s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-title:after {
	width: 50px;
	top: 5px;
	right: 0;
	transition: 0.4s;
	transform: none;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-title:before {
	transition: 0.4s;
	width: 32px;
	bottom: 3px;
	right: 9px;
	transform: none;
	margin: auto;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-title span:last-of-type {
	opacity: 0;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-title span:first-of-type {
	opacity: 1;
}

body:where([data-styles~='content-pages']).menu-open .menu-title span:last-of-type {
	opacity: 1;
}

body:where([data-styles~='content-pages']).menu-open .menu-title span:first-of-type {
	opacity: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-title:after {
	width: 34px;
	top: -5px;
	right: 17px;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='content-pages']).menu-open .menu-title:before {
	width: 34px !important;
	top: 19px;
	right: 17px !important;
	left: auto !important;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(-45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='content-pages']).menu-open .menu-block {
	transform: translateY(0);
	overflow-y: auto;
}

body:where([data-styles~='content-pages']).menu-open .menu-block::-webkit-scrollbar {
	width: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-block::-webkit-scrollbar-button {
	width: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-block::-webkit-scrollbar-thumb {
	width: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-block::-webkit-scrollbar-track {
	width: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-block::-webkit-scrollbar-track-piece {
	width: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-block::-webkit-scrollbar-corner {
	width: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-block::-webkit-resizer {
	width: 0;
}

body:where([data-styles~='content-pages']).menu-open .menu-item {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.6s;
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(2) {
	transition-delay: 0.7s;
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(3) {
	transition-delay: 0.78s;
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(4) {
	transition-delay: 0.86s;
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(5) {
	transition-delay: 0.94s;
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(6) {
	transition-delay: 1.02s;
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(7) {
	transition-delay: 1.1s;
}

:where(body[data-styles~='content-pages']) a {
	transition: 0.4s;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='content-pages']) .mobile-footer {
		display: none;
	}

	:where(body[data-styles~='content-pages']) .slide-up,
	:where(body[data-styles~='content-pages']) .slide-down {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='content-pages']) footer {
		padding-top: 55px;
	}

	:where(body[data-styles~='content-pages']) footer .footer-bottom {
		padding: 10px 0 18px 0;
		text-align: center;
	}

	:where(body[data-styles~='content-pages']) footer .footer-bottom .left {
		padding: 0;
	}

	:where(body[data-styles~='content-pages']) footer .footer-bottom p {
		margin: 0;
		font-size: 12px;
		line-height: 2;
		margin-left: auto;
		margin-right: auto;
	}

	:where(body[data-styles~='content-pages']) footer .container {
		flex-direction: column;
	}

	:where(body[data-styles~='content-pages']) footer .footer-upper {
		padding-bottom: 0;
	}

	:where(body[data-styles~='content-pages']) footer .left {
		order: 2;
		padding-top: 50px;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		flex-direction: row !important;
		width: 100%;
		justify-content: space-around;
	}

	:where(body[data-styles~='content-pages']) footer .left a {
		width: fit-content;
		margin-bottom: 36px;
	}

	:where(body[data-styles~='content-pages']) footer .right-inner-wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	:where(body[data-styles~='content-pages']) footer .button {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	:where(body[data-styles~='content-pages']) footer .logo svg {
		max-width: 134px;
		margin-left: auto;
		margin-right: auto;
		height: 73px;
		display: block;
	}

	:where(body[data-styles~='content-pages']) footer .right,
	:where(body[data-styles~='content-pages']) footer .logo {
		order: 1;
	}

	:where(body[data-styles~='content-pages']) .gallery-list .shadow-title {
		display: none;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide {
		position: fixed !important;
		width: 100vw;
		top: auto !important;
		bottom: 50px !important;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide .image-wrapper-inner {
		transition: 0.8s;
		transform: translateY(-20%);
	}

	:where(body[data-styles~='content-pages']) .gallery-slide .image-wrapper {
		height: 0;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide.current-slide .image-wrapper-inner {
		transform: translateY(0);
	}

	:where(body[data-styles~='content-pages']) .gallery-slide.current-slide.current-slide-new {
		z-index: 1111;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide.current-slide .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide.current-slide .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide.current-slide-new .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='content-pages']) .gallery-slide.current-slide-new .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='content-pages']) .image-wrapper {
		height: calc(100vh - 102px);
	}

	:where(body[data-styles~='content-pages']) .slide-up,
	:where(body[data-styles~='content-pages']) .slide-down {
		position: fixed;
		top: calc(100vh - 112px);
		z-index: 11111;
	}

	:where(body[data-styles~='content-pages']) .slide-down {
		left: 50px;
	}

	:where(body[data-styles~='content-pages']) .slide-up {
		left: 94px;
	}

	:where(body[data-styles~='content-pages']) .gallery-list {
		margin-top: 0;
		position: fixed;
		top: 52px;
		bottom: 50px;
		left: 0;
		right: 0;
		max-height: calc(100vh - 102px);
	}

	:where(body[data-styles~='content-pages']) .gallery-list .container {
		padding: 0;
	}

	:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide {
		margin: auto;
	}

	:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide .image-wrapper-inner {
		width: 100%;
		height: calc(100vh - 102px);
		background-size: cover;
		margin: 0;
	}

	:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide .title {
		font-size: 36px;
		line-height: 50px;
		font-weight: 400;
		left: 50px;
		top: calc(100vh - 230px);
	}

	:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide .title:after {
		display: none;
	}

	:where(body[data-styles~='content-pages']) .gallery-list .gallery-slide:after {
		width: calc(100% - 46px);
		height: calc(100vh - 124px);
		top: 11px;
		left: 0;
		right: 0;
		margin: auto !important;
	}

	:where(body[data-styles~='content-pages']) header {
		padding: 12px 0;
	}

	:where(body[data-styles~='content-pages']) header .js-lang-switcher a {
		font-size: 10px;
	}

	:where(body[data-styles~='content-pages']) header .js-lang-switcher a:after {
		width: 8px;
	}

	:where(body[data-styles~='content-pages']) header .js-lang-switcher a:first-of-type {
		margin-right: 23px;
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler-wrapper {
		margin-left: auto;
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title {
		padding-right: 40px;
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:focus:after,
	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:hover:after,
	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:active:after {
		width: 32px;
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:focus:before,
	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:hover:before,
	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:active:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:after {
		width: 32px;
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='content-pages']) header .menu-toggler .menu-title span {
		opacity: 0 !important;
	}

	:where(body[data-styles~='content-pages']) header .logo img {
		height: 29px;
	}

	:where(body[data-styles~='content-pages']) .mobile-footer {
		display: flex;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #191b23;
		z-index: 111;
	}

	:where(body[data-styles~='content-pages']) .mobile-footer a {
		height: 50px;
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	body:where([data-styles~='content-pages']) {
		padding-top: 52px;
		padding-bottom: 50px;
	}

	body:where([data-styles~='content-pages']) .menu-item {
		margin-bottom: 10px;
	}

	body:where([data-styles~='content-pages']) .menu-item.active:after {
		bottom: 2px;
	}

	body:where([data-styles~='content-pages']) .menu-item a {
		font-size: 18px;
	}

	body:where([data-styles~='content-pages']) .menu-block {
		top: 52px;
	}
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='content-pages']).valeurs .single-page .third-block {
		padding-bottom: 45px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 640px) {
	:where(body[data-styles~='content-pages']).valeurs .single-page {
		margin-top: 80px;
	}

	body:where([data-styles~='content-pages']) .single-page .cta-with-quote {
		padding: 12vw 15px;
	}

	body:where([data-styles~='content-pages']) .single-page .first-block {
		padding-bottom: 50vw;
	}

	body:where([data-styles~='content-pages']) .single-page .shadow-text {
		font-size: 20vw;
		left: 0 !important;
		bottom: -40vw;
		line-height: 0.8;
	}

	body:where([data-styles~='content-pages']) .single-page .container {
		flex-direction: column;
	}

	body:where([data-styles~='content-pages']) .single-page .container .image-inner-wrap {
		margin-top: 30px;
	}

	body:where([data-styles~='content-pages']).valeurs .single-page .image-inner-wrap {
		margin-left: auto;
		margin-right: auto;
	}

	body:where([data-styles~='content-pages']).valeurs .single-page .image-inner-wrap img {
		max-width: 76vw !important;
		max-height: 76vw !important;
		margin-left: auto;
		margin-right: auto;
	}

	body:where([data-styles~='content-pages']) .single-page .cta .cta-logo {
		max-width: 30vw;
	}

	body:where([data-styles~='content-pages']) .single-page .cta {
		padding: 8vw 15px;
	}
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(8) {
	transition-delay: 1.18s;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(8) {
	transition-delay: 0.2s !important;
}

body:where([data-styles~='content-pages']).menu-open .menu-item:nth-child(9) {
	transition-delay: 1.26s !important;
}

body:where([data-styles~='content-pages']).menu-open.menu-close .menu-item:nth-child(9) {
	transition-delay: 0s !important;
}

/* ==========================================================================
   SECTION: COMME UNE
   Scope: data-styles~="comme-une"
   Purpose: Page-specific presentation for Comme Une.
   ========================================================================== */

:where(body[data-styles~='comme-une']).comme-une .single-page .first-block img {
	width: 640px;
}

@media screen and (min-width: 980px) {
	:where(body[data-styles~='comme-une']).comme-une .single-page .first-block .subtitle {
		margin-top: 110px;
	}
}

:where(body[data-styles~='comme-une']).comme-une .single-page .cta-with-logo {
	padding: 114px 0;
}

:where(body[data-styles~='comme-une']).comme-une .single-page .cta-with-quote .quote {
	max-width: 1054px;
}

@media screen and (min-width: 980px) {
	:where(body[data-styles~='comme-une']).comme-une .single-page .second-block {
		padding-top: 0;
	}

	:where(body[data-styles~='comme-une']).comme-une .single-page .second-block .image-column {
		transform: translateY(-50px);
	}
}

:where(body[data-styles~='comme-une']).comme-une .single-page .second-block .image-inner-wrap:after {
	transform: translate(25px, 25px);
}

body:where([data-styles~='comme-une']) .single-page .cta-with-quote .quote {
	color: #c5c5c5;
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='comme-une']) .first-block {
		padding-top: 65px;
	}

	body:where([data-styles~='comme-une']) .single-page .third-block .shadow-text {
		display: block;
		bottom: -60px;
		left: auto;
		right: 26px;
		text-align: right;
	}

	body:where([data-styles~='comme-une']) .single-page .second-block {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	:where(body[data-styles~='comme-une']).comme-une .single-page .cta-with-logo {
		padding: 80px 0;
	}
}

@media screen and (min-width: 640px) and (max-width: 1100px) {
	body:where([data-styles~='comme-une']) .single-page .image-inner-wrap {
		width: fit-content;
	}
}

/* ==========================================================================
   SECTION: CONTACTS
   Scope: data-styles~="contacts"
   Purpose: Contact page layout and form presentation.
   ========================================================================== */

:where(body[data-styles~='contacts']).contacts .single-page {
	padding-top: 100px;
}

:where(body[data-styles~='contacts']).contacts .single-page .container {
	justify-content: space-around;
}

:where(body[data-styles~='contacts']).contacts .single-page p {
	max-width: 400px;
}

:where(body[data-styles~='contacts']).contacts .single-page .shadow-text {
	bottom: auto;
	top: -60px;
}

:where(body[data-styles~='contacts']).contacts .single-page .zero-block {
	padding-bottom: 120px;
}

:where(body[data-styles~='contacts']).contacts .single-page .zero-block .image-inner-wrap img {
	width: 570px;
}

:where(body[data-styles~='contacts']).contacts .single-page .zero-block .image-inner-wrap:after {
	transform: translate(25px, 25px);
}

:where(body[data-styles~='contacts']).contacts .single-page .title-big {
	text-transform: initial;
	margin-bottom: 60px;
}

:where(body[data-styles~='contacts']).contacts .contact-form-wrapper {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 175px;
}

:where(body[data-styles~='contacts']).contacts .contact-form-wrapper input,
:where(body[data-styles~='contacts']).contacts .contact-form-wrapper textarea {
	width: 100%;
	color: rgba(233, 233, 233, 0.5);
	background: transparent;
	outline: none;
	box-shadow: none;
	border: 1px solid rgba(197, 197, 197, 0.5);
	padding-left: 45px;
	font-family: Montserrat;
	resize: none;
	font-size: 16px;
	box-sizing: border-box;
}

:where(body[data-styles~='contacts']).contacts .contact-form-wrapper input::placeholder,
:where(body[data-styles~='contacts']).contacts .contact-form-wrapper textarea::placeholder {
	color: rgba(233, 233, 233, 0.5);
	font-family: Montserrat;
	font-size: 16px;
}

:where(body[data-styles~='contacts']).contacts .contact-form-wrapper input {
	height: 56px;
	margin-bottom: 16px;
}

:where(body[data-styles~='contacts']).contacts .contact-form-wrapper input[type='submit'] {
	box-sizing: content-box;
	border-color: #a46251;
	line-height: 60px;
	color: #a46251;
	padding: 0;
	min-width: 100%;
}

:where(body[data-styles~='contacts']).contacts .contact-form-wrapper textarea {
	height: 130px;
	padding-top: 20px;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	:where(body[data-styles~='contacts']).contacts .contact-form-wrapper textarea {
		height: 294px;
	}
}

:where(body[data-styles~='contacts']).contacts .single-page .second-block p {
	max-width: 470px;
}

:where(body[data-styles~='contacts']).contacts .single-page .cta-with-logo {
	margin-top: 30px;
}

:where(body[data-styles~='contacts']).contacts .single-page .third-block p {
	max-width: 340px;
}

:where(body[data-styles~='contacts']).contacts .single-page .third-block .container {
	justify-content: space-around;
}

:where(body[data-styles~='contacts']).contacts .single-page .cta-with-quote .quote {
	color: rgba(197, 197, 197, 0.5);
	font-weight: 300;
}

:where(body[data-styles~='contacts']).contacts .single-page .cta-with-quote .quote strong {
	color: #fff;
	font-weight: 300;
}

:where(body[data-styles~='contacts']).contacts .single-page .first-block {
	padding-bottom: 0;
}

:where(body[data-styles~='contacts']).contacts .single-page .first-block .container {
	justify-content: space-between;
}

:where(body[data-styles~='contacts']).contacts .single-page .first-block .image-inner-wrap:after {
	transform: translate(-25px, 25px) !important;
}

:where(body[data-styles~='contacts']).contacts .single-page .first-block .content-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

:where(body[data-styles~='contacts']).contacts .single-page .first-block .content-column p,
:where(body[data-styles~='contacts']).contacts .single-page .first-block .content-column .subtitle {
	max-width: 520px;
}

:where(body[data-styles~='contacts']).contacts .single-page .first-block .image-inner-wrap {
	margin-left: auto;
	transform: translateY(50px);
}

:where(body[data-styles~='contacts']).contacts .single-page .first-block .image-inner-wrap img {
	width: 570px;
}

@media screen and (min-width: 768px) {
	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .content-column {
		display: flex;
		align-items: center;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .shadow-text {
		bottom: -220px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .title-big {
		margin-left: 10px;
		font-weight: 200;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .title-big strong {
		font-weight: 200;
	}
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='contacts']).contacts .single-page {
		padding-top: 15px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .cta-with-quote {
		margin-top: 80px;
		min-height: 260px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .third-block {
		padding-bottom: 30px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .third-block .shadow-text {
		display: none;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .second-block {
		padding-bottom: 80px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .second-block .shadow-text {
		bottom: -70px !important;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .first-block .image-inner-wrap:after {
		transform: translate(-15px, 15px) !important;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .first-block .container {
		flex-direction: column !important;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .first-block .subtitle {
		text-align: left;
		margin-bottom: 40px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block {
		padding-top: 65px;
		padding-bottom: 60px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .shadow-text {
		bottom: auto !important;
		top: -50px !important;
		left: 8px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block p:first-of-type:after {
		top: -30px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .bordered-image {
		margin-top: 70px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .title-big {
		margin-bottom: 60px;
		margin-top: 0;
		text-align: left !important;
		font-size: 30px !important;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .image-inner-wrap {
		margin-bottom: 35px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .image-inner-wrap:after {
		transform: translate(-14px, 14px);
	}

	:where(body[data-styles~='contacts']).contacts .single-page .contact-form-wrapper {
		margin-bottom: 38px;
	}

	:where(body[data-styles~='contacts']).contacts .single-page .contact-form-wrapper input:not([type='submit']),
	:where(body[data-styles~='contacts']).contacts .single-page .contact-form-wrapper textarea:not([type='submit']) {
		padding-left: 33px !important;
	}
}

@media screen and (max-width: 768px) and (min-width: 640px) {
	:where(body[data-styles~='contacts']).contacts .single-page .zero-block {
		margin-top: 40px;
	}

	body:where([data-styles~='contacts']) .single-page .container {
		flex-direction: row;
	}
}

@media screen and (max-width: 1100px) and (min-width: 767px) {
	:where(body[data-styles~='contacts']).contacts .single-page .zero-block .shadow-text {
		left: 8px;
		font-size: 148px;
	}

	body:where([data-styles~='contacts']) .single-page {
		margin-top: 20px;
	}
}

/* ==========================================================================
   SECTION: RESSENTIR
   Scope: data-styles~="ressentir"
   Purpose: Page-specific presentation for Ressentir and related legal pages.
   ========================================================================== */

:where(body[data-styles~='ressentir']).ressentir .single-page .second-block p {
	max-width: 470px;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .cta-with-logo {
	margin-top: 30px;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .third-block p {
	max-width: 340px;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .third-block .container {
	justify-content: space-around;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .cta-with-quote .quote {
	color: rgba(197, 197, 197, 0.5);
	font-weight: 300;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .cta-with-quote .quote strong {
	color: #fff;
	font-weight: 300;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .first-block {
	padding-bottom: 0;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .container {
	justify-content: space-between;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .image-inner-wrap:after {
	transform: translate(-25px, 25px) !important;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .content-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .content-column p,
:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .content-column .subtitle {
	max-width: 520px;
}

:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .image-inner-wrap {
	margin-left: auto;
	transform: translateY(50px);
}

:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .image-inner-wrap img {
	width: 570px;
}

@media screen and (min-width: 768px) {
	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block {
		padding-bottom: 272px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .content-column {
		display: flex;
		align-items: center;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .shadow-text {
		bottom: -220px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .title-big {
		margin-left: 10px;
		font-weight: 200;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .title-big strong {
		font-weight: 200;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .image-inner-wrap:after {
		transform: translate(-25px, 25px);
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .image-inner-wrap img {
		width: 670px;
	}
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='ressentir']).ressentir .single-page .cta-with-quote {
		margin-top: 80px;
		min-height: 212px;
		padding: 0;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .third-block {
		padding-bottom: 30px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .third-block .shadow-text {
		display: none;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .second-block {
		padding-bottom: 80px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .second-block .shadow-text {
		bottom: -70px !important;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .image-inner-wrap:after {
		transform: translate(-15px, 15px) !important;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .container {
		flex-direction: column !important;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .subtitle {
		text-align: left;
		margin-bottom: 40px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block {
		padding-top: 65px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .shadow-text {
		bottom: auto !important;
		top: -52px !important;
		left: 0;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .title-big {
		margin-bottom: 45px;
		margin-top: 0;
		text-align: left !important;
		font-size: 30px !important;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .image-inner-wrap {
		margin-bottom: 35px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .image-inner-wrap:after {
		transform: translate(-14px, 14px);
	}
}

:where(body[data-styles~='ressentir']) .subtitle {
	color: #e8e8e8;
}

:where(body[data-styles~='ressentir']) .subtitle strong {
	font-weight: 400;
	color: #fff;
}

@media screen and (min-width: 990px) {
	:where(body[data-styles~='ressentir']) .title-big {
		position: relative;
	}

	:where(body[data-styles~='ressentir']) .title-big:after {
		position: absolute;
		width: 120px;
		height: 1px;
		background: #a46251;
		bottom: -12px;
		left: -20px;
		content: '';
	}
}

:where(body[data-styles~='ressentir']) .zero-block video {
	max-width: 100%;
	height: 660px;
	max-height: calc(100vw - 76px);
	object-fit: cover;
}

@media screen and (min-width: 1000px) {
	:where(body[data-styles~='ressentir']) .zero-block video {
		width: 660px;
	}

	:where(body[data-styles~='ressentir']) .zero-block .image-column {
		min-width: 708px;
	}

	:where(body[data-styles~='ressentir']) .zero-block .image-column .image-inner-wrap {
		width: fit-content;
	}
}

@media screen and (min-width: 640px) and (max-width: 1100px) {
	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .title-big {
		margin-bottom: 28px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block {
		padding-bottom: 20px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block {
		padding-bottom: 170px;
	}

	body:where([data-styles~='ressentir']) .single-page .title-big {
		font-size: 46px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .shadow-text {
		font-size: 140px;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .bordered-image {
		max-width: 42vw;
		min-width: 42vw;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .bordered-image video {
		max-height: 42vw;
	}
}

body:where([data-styles~='ressentir']) .single-page .image-inner-wrap:after {
	pointer-events: none;
}

@media screen and (min-width: 640px) and (max-width: 1246px) {
	body:where([data-styles~='ressentir']) .single-page {
		margin-top: 79px !important;
	}
}

@media screen and (min-width: 640px) and (max-width: 769px) {
	body:where([data-styles~='ressentir']) .single-page {
		margin-top: 12vw;
		padding-top: 4vw;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block {
		padding-bottom: 6vw;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .container {
		align-items: center;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .zero-block .shadow-text {
		font-size: 13vw;
		top: -13vw !important;
		line-height: 1;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .container {
		flex-direction: row !important;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .image-inner-wrap {
		margin-left: auto;
		margin-right: auto;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .first-block .image-inner-wrap img {
		max-width: 64vw !important;
		max-height: 64vw !important;
	}

	:where(body[data-styles~='ressentir']).ressentir .single-page .second-block .shadow-text {
		bottom: -13vw !important;
		line-height: 0.8;
		font-size: 16vw;
	}
}

/* ==========================================================================
   SECTION: SAVOIR
   Scope: data-styles~="savoir"
   Purpose: Page-specific presentation for Savoir.
   ========================================================================== */

:where(body[data-styles~='savoir']).savoir .single-page {
	padding-top: 0;
}

:where(body[data-styles~='savoir']).savoir .single-page .third-block {
	padding-top: 140px;
	padding-bottom: 210px;
}

:where(body[data-styles~='savoir']).savoir .single-page .third-block .image-inner-wrap:after {
	transform: translate(25px, -25px);
}

:where(body[data-styles~='savoir']).savoir .single-page .third-block .shadow-text {
	white-space: nowrap;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -190px;
}

:where(body[data-styles~='savoir']).savoir .single-page .hero-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 135px;
}

:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-title {
	color: rgba(197, 197, 197, 0.5);
	font-weight: 200;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 15px;
}

:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-title strong {
	font-weight: 200;
	color: #c5c5c5;
}

:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-subtitle {
	color: rgba(255, 255, 255, 0.5);
	font-size: 25px;
	line-height: 2;
	font-weight: 400;
}

:where(body[data-styles~='savoir']).savoir .single-page .hero-block .container {
	flex-direction: column;
	align-items: center;
	height: 648px;
	justify-content: center;
}

:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-bg {
	position: absolute;
	width: 100%;
	height: 648px;
	object-fit: cover;
	object-position: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

:where(body[data-styles~='savoir']).savoir .single-page .first-block {
	padding-bottom: 170px;
}

:where(body[data-styles~='savoir']).savoir .single-page .first-block img {
	width: 640px;
}

@media screen and (min-width: 980px) {
	:where(body[data-styles~='savoir']).savoir .single-page .first-block .subtitle {
		margin-top: 110px;
	}
}

:where(body[data-styles~='savoir']).savoir .single-page .cta-with-logo {
	padding: 114px 0;
}

:where(body[data-styles~='savoir']).savoir .single-page .cta-with-quote .quote {
	max-width: 1000px;
}

:where(body[data-styles~='savoir']).savoir .single-page .cta-with-quote {
	padding: 145px 15px;
}

:where(body[data-styles~='savoir']).savoir .single-page .second-block {
	padding-bottom: 240px;
}

:where(body[data-styles~='savoir']).savoir .single-page .second-block .shadow-text {
	position: absolute;
	bottom: -200px;
}

@media screen and (min-width: 1400px) {
	:where(body[data-styles~='savoir']).savoir .single-page .second-block .shadow-text {
		right: -170px !important;
	}
}

:where(body[data-styles~='savoir']).savoir .single-page .second-block .container {
	position: relative;
}

@media screen and (min-width: 980px) {
	:where(body[data-styles~='savoir']).savoir .single-page .second-block {
		padding-top: 0;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .second-block .image-column {
		transform: translateY(-50px);
	}
}

:where(body[data-styles~='savoir']).savoir .single-page .second-block .image-inner-wrap:after {
	transform: translate(25px, 25px);
}

body:where([data-styles~='savoir']) .single-page .cta-with-quote .quote {
	color: #c5c5c5;
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='savoir']) .first-block {
		padding-top: 65px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .third-block {
		padding-top: 90px;
		padding-bottom: 95px;
	}

	body:where([data-styles~='savoir']) .single-page .third-block .image-inner-wrap {
		margin-bottom: 115px;
	}

	body:where([data-styles~='savoir']) .single-page .third-block .container {
		flex-direction: column-reverse;
	}

	body:where([data-styles~='savoir']) .single-page .third-block .shadow-text {
		display: none;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .second-block {
		padding-bottom: 100px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .cta-with-quote {
		padding: 80px 15px;
		background-position: left top !important;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .second-block .shadow-text {
		bottom: -94px;
		right: 0;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .second-block .shadow-text strong {
		padding-right: 30px;
	}

	body:where([data-styles~='savoir']) .single-page .second-block .image-inner-wrap {
		margin-bottom: 110px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .first-block {
		padding-top: 90px;
		padding-bottom: 80px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .first-block .subtitle {
		text-align: left;
		margin-bottom: 40px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .first-block .image-inner-wrap {
		padding: 0;
		margin-top: 75px;
		margin-bottom: 0;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .first-block .content-column {
		padding-right: 0;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-bg,
	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .container {
		height: 390px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block {
		margin-bottom: 0;
	}

	body:where([data-styles~='savoir']) .single-page .first-block .container {
		flex-direction: column;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-subtitle {
		font-size: 18px;
		line-height: 26px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-title {
		margin-bottom: 19px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		font-size: 30px;
		line-height: 1.3;
		text-align: center;
	}

	body:where([data-styles~='savoir']) .single-page .third-block .shadow-text {
		display: block;
		bottom: -60px;
		left: auto;
		right: 26px;
		text-align: right;
	}

	body:where([data-styles~='savoir']) .single-page .second-block {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .cta-with-logo {
		padding: 80px 0;
	}
}

@media screen and (max-width: 1025px) {
	:where(body[data-styles~='savoir']).savoir .single-page .first-block .image-inner-wrap {
		width: fit-content;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .first-block .image-inner-wrap:after {
		width: 100%;
	}

	body:where([data-styles~='savoir']) .single-page .third-block .image-inner-wrap {
		width: fit-content;
	}

	body:where([data-styles~='savoir']) .single-page .third-block .image-inner-wrap:after {
		width: calc(100% - 20px);
	}
}

@media (orientation: landscape) and (max-width: 1200px) {
	body:where([data-styles~='savoir']) .single-page {
		margin-top: 0;
	}
}

@media screen and (max-width: 1100px) and (min-width: 640px) {
	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .container {
		height: 420px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-title {
		font-size: 42px;
		padding-left: 15px;
		padding-right: 15px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-subtitle {
		line-height: 1;
		font-size: 20px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block {
		margin-bottom: 10vw;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .cta-with-logo {
		padding: 10vw 0;
	}

	body:where([data-styles~='savoir']) .single-page .cta .cta-logo {
		max-width: 34vw;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .second-block .shadow-text {
		bottom: -17vw;
		font-size: 14vw;
		line-height: 0.9;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .second-block {
		padding-bottom: 20vw;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .cta-with-quote {
		padding: 10vw 15px;
	}

	body:where([data-styles~='savoir']) .single-page .cta-with-quote .quote {
		font-size: 22px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .cta-with-quote .quote {
		max-width: 700px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .third-block {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .third-block .shadow-text {
		bottom: -10vw;
		font-size: 12vw;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1100px) {
	:where(body[data-styles~='savoir']).savoir .single-page .third-block .shadow-text {
		font-size: 13vw;
		bottom: -14vw;
	}
}

@media screen and (max-width: 890px) and (min-width: 640px) {
	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-title {
		text-align: center;
		font-size: 36px;
	}
}

body:where([data-styles~='savoir']) .single-page .image-inner-wrap:after {
	border: 1px solid #a46251 !important;
}

@media screen and (max-width: 768px) and (min-width: 640px) {
	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-bg,
	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .container {
		height: 370px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .hero-block .hero-title {
		max-width: 600px;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .first-block {
		padding-top: 0;
		padding-bottom: 8vw;
	}

	body:where([data-styles~='savoir']) .single-page .third-block .container,
	body:where([data-styles~='savoir']) .single-page .container,
	body:where([data-styles~='savoir']) .single-page .first-block .container {
		flex-direction: row;
	}
}

@media screen and (min-width: 640px) and (max-width: 1246px) {
	body:where([data-styles~='savoir']) .single-page {
		margin-top: 79px !important;
	}
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='savoir']).savoir .single-page .third-block .shadow-text {
		bottom: -14vw;
		font-size: 13vw;
	}

	:where(body[data-styles~='savoir']).savoir .single-page .third-block {
		padding-bottom: 14vw;
	}
}

/* ==========================================================================
   SECTION: VISUALISATION
   Scope: data-styles~="visualisation"
   Purpose: Visualisation page layout, diagrams, and responsive behavior.
   ========================================================================== */

html:has(> :where(body[data-styles~='visualisation'])) {
	max-width: 100%;
	overflow-x: hidden;
}

body:where([data-styles~='visualisation']) {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	max-width: 100%;
}

body:where([data-styles~='visualisation']) .single-page section.third-block {
	padding-top: 0;
	padding-bottom: 130px;
}

body:where([data-styles~='visualisation']) .fourth-block .container {
	position: relative;
}

body:where([data-styles~='visualisation']) .fourth-block .container .shadow-decor-2 {
	position: absolute;
	width: 966px;
	height: 740px;
	right: -360px;
	background: url('images/visualisation/bg-visual.svg');
	background-size: contain;
}

body:where([data-styles~='visualisation']) .single-page .image-inner-wrap:after {
	transform: translate(25px, -25px) !important;
}

body:where([data-styles~='visualisation']) .fourth-block {
	margin-bottom: 80px;
	padding-bottom: 98px;
	border-bottom: 1px solid rgba(164, 98, 81, 0.4);
}

body:where([data-styles~='visualisation']) .fourth-block img {
	width: 640px;
}

body:where([data-styles~='visualisation']) .single-page {
	margin-top: 113px;
	padding-top: 65px;
	overflow: hidden;
}

body:where([data-styles~='visualisation']) .single-page .first-block {
	padding-bottom: 190px;
	position: relative;
	overflow-x: visible;
}

body:where([data-styles~='visualisation']) .single-page .first-block video {
	max-width: 100%;
	max-height: 100%;
}

body:where([data-styles~='visualisation']) .single-page .first-block .image-inner-wrap {
	max-width: 640px;
}

@media screen and (min-width: 640px) {
	body:where([data-styles~='visualisation']) .single-page .first-block .image-inner-wrap {
		width: 640px;
	}
}

body:where([data-styles~='visualisation']) .single-page .first-block .image-inner-wrap img {
	max-width: 100%;
	width: 100%;
}

body:where([data-styles~='visualisation']) .single-page .first-block .shadow-decor-1 {
	content: '';
	width: 1200px;
	height: 1200px;
	display: block;
	background: url('images/visualisation/bg-tables.svg');
	right: calc(50% - 200px);
	background-size: contain;
	left: auto;
	top: auto;
	bottom: -550px;
	position: absolute;
}

body:where([data-styles~='visualisation']) .single-page .first-block .title-big {
	text-transform: inherit !important;
	font-size: 59px;
	margin-top: 60px;
	margin-bottom: 40px;
}

body:where([data-styles~='visualisation']) .single-page .first-block p {
	max-width: 490px;
}

body:where([data-styles~='visualisation']) .single-page .second-block {
	padding-top: 150px;
}

@media screen and (min-width: 640px) {
	body:where([data-styles~='visualisation']) .single-page .second-block .title {
		line-height: 65px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .title strong {
		font-size: 45px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .title strong span {
		font-size: 35px;
	}
}

body:where([data-styles~='visualisation']) .single-page .cta {
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 117px;
	padding-bottom: 83px;
}

body:where([data-styles~='visualisation']) .single-page .cta .cta-logo {
	max-width: 444px;
}

body:where([data-styles~='visualisation']) .single-page .image-inner-wrap {
	position: relative;
	line-height: 0.99;
}

body:where([data-styles~='visualisation']) .single-page .image-inner-wrap img {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body:where([data-styles~='visualisation']) .single-page .image-inner-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #a46251;
	transform: translate(25px, 25px);
}

body:where([data-styles~='visualisation']) .single-page .shadow-text {
	color: rgba(31, 33, 44, 0.7);
	font-size: 200px;
	line-height: 160px;
	position: absolute;
	bottom: -268px;
	left: -186px;
	font-weight: 200;
	text-transform: uppercase;
}

body:where([data-styles~='visualisation']) .single-page .shadow-text strong {
	font-weight: 500;
}

body:where([data-styles~='visualisation']) .single-page .container {
	display: flex;
	position: relative;
}

body:where([data-styles~='visualisation']) .single-page .content-column,
body:where([data-styles~='visualisation']) .single-page .image-column {
	padding: 0 24px;
}

body:where([data-styles~='visualisation']) .single-page .subtitle {
	margin-top: 0;
	margin-bottom: 60px;
	font-weight: 300;
	color: #e8e8e8;
	font-size: 24px;
	line-height: 1.5;
}

body:where([data-styles~='visualisation']) .single-page p {
	margin-top: 0;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 1.8;
}

body:where([data-styles~='visualisation']) .single-page p:last-of-type {
	margin-bottom: 0;
}

body:where([data-styles~='visualisation']) .single-page p strong {
	font-weight: 400;
	color: #fff;
}

body:where([data-styles~='visualisation']) .single-page p:first-of-type {
	position: relative;
}

body:where([data-styles~='visualisation']) .single-page p:first-of-type:after {
	content: '';
	width: 100px;
	left: -32px;
	top: -30px;
	height: 1px;
	background: #a46251;
	position: absolute;
}

body:where([data-styles~='visualisation']) .single-page .title-big {
	margin-top: 27px;
	color: rgba(197, 197, 197, 0.5);
	font-weight: 300;
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 30px;
}

body:where([data-styles~='visualisation']) .single-page .title-big strong {
	color: #c5c5c5;
	font-weight: 300;
}

body:where([data-styles~='visualisation']) .single-page .second-block {
	padding-top: 150px;
	padding-bottom: 400px;
}

body:where([data-styles~='visualisation']) .single-page .second-block .shadow-text {
	position: absolute;
	bottom: auto !important;
	font-size: 150px;
	top: auto !important;
	right: 0;
	white-space: nowrap;
	left: calc(50% - 780px);
	transform: translateY(40px);
}

body:where([data-styles~='visualisation']) .single-page .second-block .button {
	padding: 20px 40px;
	border: 1px solid #a46251;
	color: #a46251;
	font-weight: 500;
	margin-bottom: 36px;
	display: inline-block;
}

body:where([data-styles~='visualisation']) .single-page .second-block .button-wrapper {
	text-align: center;
}

body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets {
	display: flex;
	justify-content: space-between;
}

body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets .icon {
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 34px;
}

body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets .bullet-item {
	margin-bottom: 50px;
}

body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets .bullet-title {
	margin-bottom: 20px;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	color: #c5c5c5;
	max-width: 276px;
	margin-left: auto;
	margin-right: auto;
}

body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets p {
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}

body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets p:after {
	display: none;
}

body:where([data-styles~='visualisation']) .single-page .second-block .title {
	font-size: 40px;
	font-weight: 200;
	color: rgba(197, 197, 197, 0.5);
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}

body:where([data-styles~='visualisation']) .single-page .second-block .title:after {
	position: absolute;
	height: 1px;
	display: block;
	width: 100px;
	bottom: -18px;
	background: #a46251;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
}

body:where([data-styles~='visualisation']) .single-page .second-block .title strong {
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}

body:where([data-styles~='visualisation']) .single-page .second-block .container {
	display: block;
}

body:where([data-styles~='visualisation']) .single-page .second-block .image-inner-wrap {
	max-width: 570px;
}

body:where([data-styles~='visualisation']) .single-page .second-block .image-inner-wrap:after {
	transform: translate(-25px, -25px);
}

body:where([data-styles~='visualisation']) .single-page .second-block .image-inner-wrap img {
	width: 570px;
}

body:where([data-styles~='visualisation']) .single-page .second-block .content-column {
	display: flex;
	align-items: center;
	padding-left: 78px !important;
}

body:where([data-styles~='visualisation']) .single-page .cta-with-quote {
	padding: 157px 15px;
}

body:where([data-styles~='visualisation']) .single-page .cta-with-quote .quote {
	margin: 0;
	font-size: 30px;
	text-align: center;
	max-width: 600px;
	font-weight: 300;
	color: #fff;
}

body:where([data-styles~='visualisation']) .single-page .cta-with-quote .quote:after {
	display: none;
}

body:where([data-styles~='visualisation']) .single-page .third-block {
	padding-top: 120px;
	padding-bottom: 255px;
}

body:where([data-styles~='visualisation']) .single-page .third-block .image-inner-wrap img {
	width: 630px;
}

body:where([data-styles~='visualisation']) .single-page .third-block .content-column {
	display: flex;
	align-items: center;
}

body:where([data-styles~='visualisation']) .single-page .third-block .shadow-text {
	left: -86px;
	bottom: -230px;
}

@media screen and (max-width: 768px) {
	:where(body[data-styles~='visualisation']) footer .footer-bottom .right {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	:where(body[data-styles~='visualisation']) footer .footer-bottom .right p {
		width: 100%;
		text-align: center;
	}

	:where(body[data-styles~='visualisation']) footer .footer-bottom .right p > :nth-child(1) {
		margin-right: 0;
	}

	body:where([data-styles~='visualisation']) .single-page {
		padding-top: 0;
		margin-top: 0;
	}

	body:where([data-styles~='visualisation']) .single-page .hide-for-mobile {
		display: none;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .container {
		flex-direction: column;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .image-inner-wrap:after {
		transform: translate(-5px, -15px);
	}

	body:where([data-styles~='visualisation']) .single-page .third-block {
		padding-top: 85px;
		padding-bottom: 90px;
	}

	body:where([data-styles~='visualisation']) .single-page .third-block .shadow-text {
		display: none;
	}

	body:where([data-styles~='visualisation']) .single-page .third-block .content-column {
		margin-bottom: 30px;
	}

	body:where([data-styles~='visualisation']) .single-page .cta-with-quote {
		padding: 105px 0;
	}

	body:where([data-styles~='visualisation']) .single-page .cta-with-quote .quote {
		font-size: 16px;
		max-width: 260px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block {
		padding-top: 100px;
		padding-bottom: 143px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .shadow-text {
		right: 26px;
		bottom: -110px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .content-column {
		padding-left: 26px !important;
	}

	body:where([data-styles~='visualisation']) .single-page .cta {
		background-position: center !important;
		padding: 55px 0;
	}

	body:where([data-styles~='visualisation']) .single-page .cta-logo {
		height: 102px;
	}

	body:where([data-styles~='visualisation']) .single-page p {
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 20px;
	}

	body:where([data-styles~='visualisation']) .single-page .shadow-text {
		font-size: 55px;
		line-height: 45px;
		left: 26px;
		bottom: -126px;
	}

	body:where([data-styles~='visualisation']) .single-page .container {
		flex-direction: column;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .shadow-text {
		font-size: 35px;
		left: 0;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets {
		flex-wrap: wrap;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets .bullet-title {
		font-size: 18px;
		margin-top: 0;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets p {
		font-size: 12px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets .icon {
		height: 52px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets .icon svg {
		max-width: 100%;
		max-height: 100%;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .bullet-item {
		width: calc(50% - 20px);
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .title {
		margin-top: 0;
		font-size: 22px;
		margin-left: auto;
		margin-right: auto;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .title:after {
		width: 80px;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block {
		padding-bottom: 20px;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .title-big {
		margin-top: 50px;
		margin-bottom: 40px;
		font-size: 30px;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .subtitle {
		margin-bottom: 48px;
		color: #c5c5c5;
		text-align: left;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .bordered-image {
		margin-top: 140px;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .shadow-decor-1 {
		width: 670px;
		height: 650px;
		right: 0 !important;
		bottom: 200px;
		top: auto;
		left: 0 !important;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .container {
		flex-direction: column !important;
	}

	body:where([data-styles~='visualisation']) .single-page .title-big {
		margin-top: 56px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
	}

	body:where([data-styles~='visualisation']) .single-page .subtitle {
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
	}

	body:where([data-styles~='visualisation']) .single-page .content-column,
	body:where([data-styles~='visualisation']) .single-page .image-column {
		padding: 0 13px;
	}

	body:where([data-styles~='visualisation']) .single-page p:first-of-type:after {
		width: 80px;
		left: -20px;
		top: -20px;
	}

	body:where([data-styles~='visualisation']) .single-page .image-inner-wrap {
		padding: 0 10px;
		margin-bottom: 80px;
	}

	body:where([data-styles~='visualisation']) .single-page .image-inner-wrap:after {
		transform: translate(24px, 14px);
		width: calc(100% - 20px);
	}

	body:where([data-styles~='visualisation']) .single-page .image-inner-wrap img {
		max-width: 100%;
	}
}

@media screen and (min-width: 768px) {
	body:where([data-styles~='visualisation']) .single-page .hide-for-desktop {
		display: none;
	}
}

@media screen and (max-width: 1660px) and (min-width: 980px) {
	body:where([data-styles~='visualisation']) .single-page .shadow-text {
		left: 0;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .shadow-text {
		left: 0;
		font-size: 180px;
		line-height: 150px;
	}

	body:where([data-styles~='visualisation']) .single-page .third-block .shadow-text {
		left: 0;
	}
}

body:where([data-styles~='visualisation']) .hand {
	max-width: 200px;
}

body:where([data-styles~='visualisation']) .preloader {
	background: #191b23;
	min-height: 100vh;
	min-width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1111;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

body:where([data-styles~='visualisation']) .preloader #preloader {
	max-width: 480px;
	padding-bottom: 180px;
	opacity: 0;
	overflow: visible;
}

body:where([data-styles~='visualisation']) .preloader #preloader .preloader-1 {
	fill: #a46251;
}

body:where([data-styles~='visualisation']) .preloader #preloader .preloader-3 {
	stroke: none;
	fill: none;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='visualisation']) .gallery-slide:hover .image-wrapper {
		transform: scale(0.875) !important;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide:hover .image-wrapper-inner {
		transform: scale(1.125);
		height: 600px;
		width: 970px;
	}
}

:where(body[data-styles~='visualisation']) .image-wrapper {
	transition: 0.75s linear;
	height: 600px;
	will-change: transform;
	overflow: hidden;
	position: relative;
}

:where(body[data-styles~='visualisation']) .image-wrapper .image-wrapper-inner {
	width: 970px;
	transition: 1.75s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	will-change: transform;
	background-position: center !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

:where(body[data-styles~='visualisation']) .gallery-list {
	margin-top: 170px;
}

:where(body[data-styles~='visualisation']) .gallery-list .container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide {
	margin-bottom: 315px;
	position: relative;
	position: relative;
}

:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide:after {
	content: '';
	width: 968px;
	height: 598px;
	border: 1px solid #a46251;
	top: 25px;
	right: -25px;
	display: block;
	z-index: 11;
	position: absolute;
}

:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide .title {
	position: absolute;
	top: 280px;
	margin: 0;
	font-family: Montserrat;
	font-size: 60px;
	font-weight: 100;
	color: #e9e9e9;
	z-index: 111;
}

:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide .title:after {
	content: '';
	width: 100px;
	height: 1px;
	background: #a46251;
	position: absolute;
	left: -50px;
	bottom: -30px;
}

:where(body[data-styles~='visualisation']) .gallery-list .shadow-title {
	position: absolute;
	bottom: -180px;
	text-transform: uppercase;
	left: -157px;
	top: auto;
	font-weight: 200;
	font-size: 180px;
	line-height: 0.75;
	color: rgba(31, 33, 44, 0.7);
}

:where(body[data-styles~='visualisation']) .gallery-list .image-wrapper {
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	width: 975px;
	margin-left: auto;
	margin-right: 0;
}

:where(body[data-styles~='visualisation']) .gallery-list .image-wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(25, 27, 35, 0.4);
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	position: absolute;
}

:where(body[data-styles~='visualisation']) .gallery-list img {
	max-width: 100%;
}

:where(body[data-styles~='visualisation']) .hero {
	max-height: 706px;
}

body:where([data-styles~='visualisation']) {
	background-color: #191b23;
}

:where(body[data-styles~='visualisation']) header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 111;
	padding-top: 25px;
	display: flex;
	align-items: center;
}

:where(body[data-styles~='visualisation']) header .container {
	max-width: calc(100% - 90px);
}

:where(body[data-styles~='visualisation']) header .logo {
	position: absolute;
	max-width: 164px;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

:where(body[data-styles~='visualisation']) header .logo img {
	max-width: 164px;
}

:where(body[data-styles~='visualisation']) header .left {
	display: flex;
}

:where(body[data-styles~='visualisation']) header .left .location {
	margin-left: 52px;
}

:where(body[data-styles~='visualisation']) header .container {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-weight: 200;
}

:where(body[data-styles~='visualisation']) .container {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

:where(body[data-styles~='visualisation']) .hero {
	position: relative;
}

:where(body[data-styles~='visualisation']) .hero .swiper-slide:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.15);
}

:where(body[data-styles~='visualisation']) .hero .swiper-wrapper {
	z-index: 111;
}

:where(body[data-styles~='visualisation']) .hero .container {
	max-width: 700px;
	text-align: center;
	position: absolute;
	top: 396px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	z-index: 1111;
}

:where(body[data-styles~='visualisation']) a {
	color: #fff;
	text-decoration: none;
}

:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-title {
	position: absolute;
	top: calc(100% + 19px);
	right: 4px;
	color: rgba(255, 255, 255, 0.7);
}

:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-toggler {
	display: flex;
	flex-direction: column;
	align-items: center;
}

:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-toggler .line-3,
:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-toggler .line-1 {
	width: 35px;
	height: 1px;
	background: #fff;
	display: block;
	margin-right: 4px;
}

:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-toggler .line-2 {
	width: 21px;
	height: 1px;
	background: #fff;
	margin-left: 16px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

:where(body[data-styles~='visualisation']) .right {
	display: flex;
}

:where(body[data-styles~='visualisation']) .upper-title {
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 1.15;
	position: relative;
	font-weight: 300;
	letter-spacing: 0.4em;
	margin: 0 0 20px 0;
}

:where(body[data-styles~='visualisation']) .upper-title:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	display: block;
	background: #fff;
	opacity: 0.5;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

:where(body[data-styles~='visualisation']) .hero {
	position: relative;
}

:where(body[data-styles~='visualisation']) .hero .swiper-button-prev,
:where(body[data-styles~='visualisation']) .hero .swiper-button-next {
	z-index: 111;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	bottom: 36px;
	top: auto;
	left: auto;
	right: auto;
	transition: 0.4s;
}

:where(body[data-styles~='visualisation']) .hero .swiper-button-prev:after,
:where(body[data-styles~='visualisation']) .hero .swiper-button-next:after {
	display: none;
}

:where(body[data-styles~='visualisation']) .hero .swiper-button-prev {
	position: absolute;
	left: 28px;
	background: url('images/arr-prev.svg');
	background-repeat: no-repeat;
	background-size: 4px 10px;
	background-position: center;
}

:where(body[data-styles~='visualisation']) .hero .swiper-button-next {
	position: absolute;
	left: 70px;
	background: url('images/arr-next.svg');
	background-repeat: no-repeat;
	background-size: 6px 12px;
	background-position: center;
}

:where(body[data-styles~='visualisation']) .hero .title {
	font-weight: 200;
	font-size: 48px;
	line-height: 60px;
	margin: 0 0 30px 0;
}

:where(body[data-styles~='visualisation']) .hero .button {
	background: rgba(17, 17, 17, 0.15);
	padding: 18px 42px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.4s;
	display: inline-block;
}

:where(body[data-styles~='visualisation']) .hero .button:hover {
	background: rgba(255, 255, 255, 0.9);
	color: #111;
}

:where(body[data-styles~='visualisation']) .hero .swiper-slide {
	position: relative;
	min-height: 100vh;
}

:where(body[data-styles~='visualisation']) .hero .swiper-slide img {
	min-height: 100vh !important;
	min-width: 100vw;
	max-height: 100vh;
	object-fit: cover;
}

:where(body[data-styles~='visualisation']) #preloader-2 {
	padding-bottom: 20px;
	max-height: 130px;
}

:where(body[data-styles~='visualisation']) .hero .container {
	display: none;
}

html:has(> :where(body[data-styles~='visualisation'])) {
	overflow-x: hidden;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='visualisation']) .video-slider-status {
		right: 0;
		left: 0;
		margin: auto;
		width: 200px;
		text-align: center;
	}

	body:where([data-styles~='visualisation']) .preloader #preloader {
		max-width: 250px;
	}

	:where(body[data-styles~='visualisation']) #preloader-new {
		margin-bottom: 100px;
	}

	:where(body[data-styles~='visualisation']) * {
		outline: none;
	}

	:where(body[data-styles~='visualisation']) .swiper-button-prev,
	:where(body[data-styles~='visualisation']) .swiper-button-next {
		display: none;
	}

	:where(body[data-styles~='visualisation']) #preloader-2 {
		max-height: 78px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 20px;
	}

	:where(body[data-styles~='visualisation']) .preloader {
		padding-bottom: 120px;
	}

	:where(body[data-styles~='visualisation']) .hero {
		max-height: 100vh;
	}

	:where(body[data-styles~='visualisation']) .js-lang-switcher {
		font-size: 11px;
	}

	:where(body[data-styles~='visualisation']) header {
		padding-top: 30px;
	}

	:where(body[data-styles~='visualisation']) header .container {
		max-width: calc(100% - 50px);
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler-wrapper {
		margin-top: -8px;
	}

	:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-toggler .line-3,
	:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-toggler .line-1 {
		width: 33px;
		margin-right: 3px;
	}

	:where(body[data-styles~='visualisation']) .menu-toggler-wrapper .menu-title {
		top: calc(100% + 10px);
		font-size: 10px;
	}

	:where(body[data-styles~='visualisation']) header .logo {
		top: 12px;
		max-width: 116px;
	}

	:where(body[data-styles~='visualisation']) header .logo img {
		max-width: 100%;
	}

	:where(body[data-styles~='visualisation']) .hero .container {
		top: 39vh;
	}

	:where(body[data-styles~='visualisation']) .upper-title {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 11px;
		padding-bottom: 11px;
	}

	:where(body[data-styles~='visualisation']) .hero .title {
		font-size: 32px;
		line-height: 44px;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .bordered-image {
		margin-top: 50vw;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .shadow-decor-1 {
		max-width: 100vw;
		bottom: 69vw;
	}
}

:where(body[data-styles~='visualisation']) .opacity-0 {
	opacity: 0;
}

:where(body[data-styles~='visualisation']) .opacity-0 g,
:where(body[data-styles~='visualisation']) .opacity-0 rect,
:where(body[data-styles~='visualisation']) .opacity-0 path {
	fill: #a46251 !important;
}

:where(body[data-styles~='visualisation']) .st0,
:where(body[data-styles~='visualisation']) .st1 {
	fill: #a46251 !important;
}

:where(body[data-styles~='visualisation']) #preloader-new {
	max-width: 670px;
}

:where(body[data-styles~='visualisation']) .logo-left-decor,
:where(body[data-styles~='visualisation']) .logo-right-decor {
	fill: none !important;
}

body:where([data-styles~='visualisation']) {
	transition: 0.75s;
}

:where(body[data-styles~='visualisation']) header {
	background: #191b23;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 0;
	z-index: 1111;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

:where(body[data-styles~='visualisation']) header .logo {
	position: static;
	height: auto;
	min-height: auto;
	max-height: 52px;
}

:where(body[data-styles~='visualisation']) header .logo img {
	height: 52px;
}

:where(body[data-styles~='visualisation']) header .menu-toggler {
	display: block;
}

:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title {
	padding-right: 74px;
	right: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	cursor: pointer;
}

:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title span {
	transition: 0.4s;
}

:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:hover:before {
	width: 50px;
	right: 0;
}

:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:after {
	content: '';
	width: 50px;
	height: 1px;
	background: #c5c5c5;
	top: 5px;
	right: 0;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:before {
	content: '';
	transition: 0.4s;
	width: 32px;
	height: 1px;
	background: #c5c5c5;
	bottom: 3px;
	right: 9px;
	margin: auto;
	display: block;
	position: absolute;
	transition: 0.4s;
}

:where(body[data-styles~='visualisation']) header .left,
:where(body[data-styles~='visualisation']) header .right {
	width: 120px;
}

:where(body[data-styles~='visualisation']) .js-lang-switcher a {
	color: rgba(197, 197, 197, 0.3);
	position: relative;
	line-height: 1;
}

:where(body[data-styles~='visualisation']) .js-lang-switcher a:first-of-type {
	margin-right: 36px;
}

:where(body[data-styles~='visualisation']) .js-lang-switcher a:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 1px;
	background: #c5c5c5;
	top: 0;
	bottom: 0;
	margin: auto;
}

:where(body[data-styles~='visualisation']) .js-lang-switcher a:nth-child(2):after {
	right: calc(100% + 4px);
	background: rgba(197, 197, 197, 0.3);
}

:where(body[data-styles~='visualisation']) .js-lang-switcher a.active {
	color: #c5c5c5;
}

:where(body[data-styles~='visualisation']) footer {
	background: #171921;
	padding-top: 130px;
}

:where(body[data-styles~='visualisation']) footer a:hover {
	color: #a46251;
}

:where(body[data-styles~='visualisation']) footer .footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(164, 98, 81, 0.4);
}

:where(body[data-styles~='visualisation']) footer .footer-bottom p,
:where(body[data-styles~='visualisation']) footer .footer-bottom a {
	font-size: 14px;
	color: rgba(231, 231, 231, 0.4);
}

:where(body[data-styles~='visualisation']) footer .footer-bottom .right p > :nth-child(1) footer .footer-upper {
	padding-bottom: 58px;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .right-inner-wrapper {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .socials {
	display: flex;
	justify-content: center;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .socials-item {
	margin-left: 18px;
	margin-right: 18px;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .button {
	padding: 20px 35px;
	border: 1px solid #a46251;
	color: #a46251;
	font-weight: 500;
	margin-bottom: 36px;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .left {
	padding-top: 60px;
	display: flex;
	flex-direction: column;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .left a {
	position: relative;
	padding-left: 28px;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .left a svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .left a span {
	color: rgba(231, 231, 231, 0.7);
	font-size: 14px;
	line-height: 1;
}

:where(body[data-styles~='visualisation']) footer .footer-upper .left a:first-of-type {
	margin-bottom: 38px;
}

:where(body[data-styles~='visualisation']) footer .container {
	display: flex;
	justify-content: space-between;
}

:where(body[data-styles~='visualisation']) footer .socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

body:where([data-styles~='visualisation']) .menu-block {
	transition: 0.75s;
	background: #191b23;
	position: fixed;
	top: 113px;
	left: 0;
	right: 0;
	bottom: 0;
	height: calc(100% - 113px);
	padding-top: 66px;
	z-index: 1111;
	transform: translateY(100%);
	will-change: transform;
}

body:where([data-styles~='visualisation']) .menu-item {
	margin-bottom: 24px;
	text-align: center;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
	transform: translateY(100%);
	opacity: 0;
	will-change: transform;
	transition: 0.5s;
}

body:where([data-styles~='visualisation']) .menu-item.active:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 1px;
	background: #a46251;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

body:where([data-styles~='visualisation']) .menu-item.active a {
	color: #a46251;
}

body:where([data-styles~='visualisation']) .menu-item a {
	color: #c5c5c5;
	font-size: 26px;
	line-height: 38px;
	font-weight: 300;
}

body:where([data-styles~='visualisation']) .menu-item a:hover {
	color: #a46251;
}

body:where([data-styles~='visualisation']) .menu-title span {
	transition: 0.4s;
}

body:where([data-styles~='visualisation']) .menu-title span:last-of-type {
	opacity: 0;
	position: absolute;
	left: 0;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-block {
	transition-delay: 0.75s;
	transform: translateY(100%);
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-item {
	transform: translateY(100%);
	opacity: 0;
	transition-delay: 0.58s;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-item:nth-child(2) {
	transition-delay: 0.5s;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-item:nth-child(3) {
	transition-delay: 0.42s;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-item:nth-child(4) {
	transition-delay: 0.34s;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-item:nth-child(5) {
	transition-delay: 0.26s;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-item:nth-child(6) {
	transition-delay: 0.18s;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-item:nth-child(7) {
	transition-delay: 0.1s;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-title:after {
	width: 50px;
	top: 5px;
	right: 0;
	transition: 0.4s;
	transform: none;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-title:before {
	transition: 0.4s;
	width: 32px;
	bottom: 3px;
	right: 9px;
	transform: none;
	margin: auto;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-title span:last-of-type {
	opacity: 0;
}

body:where([data-styles~='visualisation']).menu-open.menu-close .menu-title span:first-of-type {
	opacity: 1;
}

body:where([data-styles~='visualisation']).menu-open .menu-title span:last-of-type {
	opacity: 1;
}

body:where([data-styles~='visualisation']).menu-open .menu-title span:first-of-type {
	opacity: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-title:after {
	width: 34px;
	top: -5px;
	right: 17px;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='visualisation']).menu-open .menu-title:before {
	width: 34px !important;
	top: 19px;
	right: 17px !important;
	left: auto !important;
	bottom: auto;
	margin: auto;
	display: block;
	transform: rotate(-45deg) translate(50%, 50%);
	position: absolute;
}

body:where([data-styles~='visualisation']).menu-open .menu-block {
	transform: translateY(0);
	overflow-y: auto;
}

body:where([data-styles~='visualisation']).menu-open .menu-block::-webkit-scrollbar {
	width: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-block::-webkit-scrollbar-button {
	width: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-block::-webkit-scrollbar-thumb {
	width: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-block::-webkit-scrollbar-track {
	width: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-block::-webkit-scrollbar-track-piece {
	width: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-block::-webkit-scrollbar-corner {
	width: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-block::-webkit-resizer {
	width: 0;
}

body:where([data-styles~='visualisation']).menu-open .menu-item {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.6s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(2) {
	transition-delay: 0.7s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(3) {
	transition-delay: 0.78s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(4) {
	transition-delay: 0.86s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(5) {
	transition-delay: 0.94s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(6) {
	transition-delay: 1.02s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(7) {
	transition-delay: 1.1s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(8) {
	transition-delay: 1.18s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(9) {
	transition-delay: 1.26s;
}

body:where([data-styles~='visualisation']).menu-open .menu-item:nth-child(10) {
	transition-delay: 1.34s;
}

:where(body[data-styles~='visualisation']) a {
	transition: 0.4s;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='visualisation']) .mobile-footer {
		display: none;
	}

	:where(body[data-styles~='visualisation']) .slide-up,
	:where(body[data-styles~='visualisation']) .slide-down {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='visualisation']) footer {
		padding-top: 55px;
	}

	:where(body[data-styles~='visualisation']) footer .footer-bottom {
		padding: 10px 0 18px 0;
		text-align: center;
	}

	:where(body[data-styles~='visualisation']) footer .footer-bottom .left {
		padding: 0;
	}

	:where(body[data-styles~='visualisation']) footer .footer-bottom p {
		margin: 0;
		font-size: 12px;
		line-height: 2;
		margin-left: auto;
		margin-right: auto;
	}

	:where(body[data-styles~='visualisation']) footer .container {
		flex-direction: column;
	}

	:where(body[data-styles~='visualisation']) footer .footer-upper {
		padding-bottom: 0;
	}

	:where(body[data-styles~='visualisation']) footer .left {
		order: 2;
		padding-top: 50px;
		display: flex;
		margin-left: auto;
		margin-right: auto;
		flex-direction: row !important;
		width: 100%;
		justify-content: space-around;
	}

	:where(body[data-styles~='visualisation']) footer .left a {
		width: fit-content;
		margin-bottom: 36px;
	}

	:where(body[data-styles~='visualisation']) footer .right-inner-wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	:where(body[data-styles~='visualisation']) footer .button {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	:where(body[data-styles~='visualisation']) footer .logo svg {
		max-width: 134px;
		margin-left: auto;
		margin-right: auto;
		height: 73px;
		display: block;
	}

	:where(body[data-styles~='visualisation']) footer .right,
	:where(body[data-styles~='visualisation']) footer .logo {
		order: 1;
	}

	:where(body[data-styles~='visualisation']) .gallery-list .shadow-title {
		display: none;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide {
		position: fixed !important;
		width: 100vw;
		top: auto !important;
		bottom: 50px !important;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide .image-wrapper-inner {
		transition: 0.8s;
		transform: translateY(-20%);
	}

	:where(body[data-styles~='visualisation']) .gallery-slide .image-wrapper {
		height: 0;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide.current-slide .image-wrapper-inner {
		transform: translateY(0);
	}

	:where(body[data-styles~='visualisation']) .gallery-slide.current-slide.current-slide-new {
		z-index: 1111;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide.current-slide .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide.current-slide .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide.current-slide-new .image-wrapper {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='visualisation']) .gallery-slide.current-slide-new .image-wrapper-inner {
		height: calc(100vh - 102px) !important;
	}

	:where(body[data-styles~='visualisation']) .image-wrapper {
		height: calc(100vh - 102px);
	}

	:where(body[data-styles~='visualisation']) .slide-up,
	:where(body[data-styles~='visualisation']) .slide-down {
		position: fixed;
		top: calc(100vh - 112px);
		z-index: 11111;
	}

	:where(body[data-styles~='visualisation']) .slide-down {
		left: 50px;
	}

	:where(body[data-styles~='visualisation']) .slide-up {
		left: 94px;
	}

	:where(body[data-styles~='visualisation']) .gallery-list {
		margin-top: 0;
		position: fixed;
		top: 52px;
		bottom: 50px;
		left: 0;
		right: 0;
		max-height: calc(100vh - 102px);
	}

	:where(body[data-styles~='visualisation']) .gallery-list .container {
		padding: 0;
	}

	:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide {
		margin: auto;
	}

	:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide .image-wrapper-inner {
		width: 100%;
		height: calc(100vh - 102px);
		background-size: cover;
		margin: 0;
	}

	:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide .title {
		font-size: 36px;
		line-height: 50px;
		font-weight: 400;
		left: 50px;
		top: calc(100vh - 230px);
	}

	:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide .title:after {
		display: none;
	}

	:where(body[data-styles~='visualisation']) .gallery-list .gallery-slide:after {
		width: calc(100% - 46px);
		height: calc(100vh - 124px);
		top: 11px;
		left: 0;
		right: 0;
		margin: auto !important;
	}

	:where(body[data-styles~='visualisation']) header {
		padding: 12px 0;
	}

	:where(body[data-styles~='visualisation']) header .js-lang-switcher a {
		font-size: 10px;
	}

	:where(body[data-styles~='visualisation']) header .js-lang-switcher a:after {
		width: 8px;
	}

	:where(body[data-styles~='visualisation']) header .js-lang-switcher a:first-of-type {
		margin-right: 23px;
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler-wrapper {
		margin-left: auto;
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title {
		padding-right: 40px;
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:focus:after,
	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:hover:after,
	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:active:after {
		width: 32px;
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:focus:before,
	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:hover:before,
	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:active:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:after {
		width: 32px;
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title:before {
		width: 20px;
		right: 6px;
	}

	:where(body[data-styles~='visualisation']) header .menu-toggler .menu-title span {
		opacity: 0 !important;
	}

	:where(body[data-styles~='visualisation']) header .logo img {
		height: 29px;
	}

	:where(body[data-styles~='visualisation']) .mobile-footer {
		display: flex;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #191b23;
		z-index: 111;
	}

	:where(body[data-styles~='visualisation']) .mobile-footer a {
		height: 50px;
		width: 25%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	body:where([data-styles~='visualisation']) {
		padding-top: 52px;
		padding-bottom: 50px;
	}

	body:where([data-styles~='visualisation']) .menu-item {
		margin-bottom: 10px;
	}

	body:where([data-styles~='visualisation']) .menu-item.active:after {
		bottom: 2px;
	}

	body:where([data-styles~='visualisation']) .menu-item a {
		font-size: 18px;
	}

	body:where([data-styles~='visualisation']) .menu-block {
		top: 52px;
	}
}

:where(body[data-styles~='visualisation']) .fiveth-block {
	margin-bottom: 160px;
	margin-top: 30px;
}

:where(body[data-styles~='visualisation']) .fiveth-block .container {
	border: 1px solid #a46251;
	padding: 30px 0;
	position: relative;
}

:where(body[data-styles~='visualisation']) .h-between-title {
	margin: 0;
	text-align: center;
	color: rgba(197, 197, 197, 0.5);
	font-weight: 200;
	font-size: 40px;
	width: 100%;
}

:where(body[data-styles~='visualisation']) .video-slider {
	height: 582px;
	max-width: 100%;
}

:where(body[data-styles~='visualisation']) .video-slider-item {
	text-align: center;
}

:where(body[data-styles~='visualisation']) .video-slider video,
:where(body[data-styles~='visualisation']) .video-slider img {
	max-width: 100%;
	max-height: 100%;
	width: 662px;
	height: 582px;
	margin-left: auto;
	margin-right: auto;
}

:where(body[data-styles~='visualisation']) .video-slider .slick-arrow {
	width: 50px;
	height: 50px;
	transition: 0.4s;
	font-size: 0;
	box-shadow: none;
	border: none;
	position: absolute;
	z-index: 11111;
	cursor: pointer;
}

:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-prev {
	background: url('images/fancy-left.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 300px;
	right: 157px;
}

:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-prev:hover {
	background: url('images/fancy-left-focus.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-next {
	background: url('images/fancy-right.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 370px;
	right: 157px;
}

:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-next:hover {
	background: url('images/fancy-right-focus.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

:where(body[data-styles~='visualisation']) .video-slider-status {
	position: absolute;
	bottom: 45px;
	right: 160px;
	font-weight: 200;
	font-size: 30px;
	color: rgba(233, 233, 233, 0.5);
}

:where(body[data-styles~='visualisation']) .video-slider-status span {
	color: #e9e9e9;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='visualisation']) .fourth-block {
		border-bottom: none;
		margin-bottom: 30vw;
	}

	body:where([data-styles~='visualisation']) .fourth-block .container .shadow-decor-2 {
		width: 100vw;
		right: 0;
		height: 100vw;
		bottom: -69vw;
	}

	:where(body[data-styles~='visualisation']) .h-between-title {
		font-size: 26px;
	}

	:where(body[data-styles~='visualisation']) .fiveth-block {
		margin-top: 0;
	}

	:where(body[data-styles~='visualisation']) .fiveth-block {
		margin-bottom: 40px;
	}

	:where(body[data-styles~='visualisation']) .fiveth-block .container {
		border: none;
	}

	:where(body[data-styles~='visualisation']) .fiveth-block video,
	:where(body[data-styles~='visualisation']) .fiveth-block img {
		height: calc(100vw - 30px);
	}

	:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-next {
		top: auto;
		bottom: 0;
		right: 15px;
		left: auto;
	}

	:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-prev {
		top: auto;
		bottom: 0;
		left: 15px;
		right: auto;
	}

	:where(body[data-styles~='visualisation']) .video-slider {
		height: calc(100vw + 70px);
	}
}

@media screen and (min-width: 640px) and (max-width: 1100px) {
	body:where([data-styles~='visualisation']) .single-page .first-block video {
		max-width: 42vw;
		min-width: 42vw;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .image-inner-wrap {
		width: fit-content;
		margin-top: 80px;
	}

	body:where([data-styles~='visualisation']) .single-page {
		margin-top: 120px;
		padding-top: 0;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .title-big {
		font-size: 36px;
		margin-top: 2vw;
		margin-bottom: 20px;
		white-space: nowrap;
	}

	body:where([data-styles~='visualisation']) .single-page .subtitle {
		margin-bottom: 40px;
	}

	:where(body[data-styles~='visualisation']) .fiveth-block {
		margin-bottom: 40px;
	}

	body:where([data-styles~='visualisation']) .fourth-block .container .shadow-decor-2 {
		width: 90vw;
		height: 67vw;
		right: -35vw;
		object-fit: contain;
		background-size: contain;
	}

	body:where([data-styles~='visualisation']) .single-page p:first-of-type:after {
		top: -20px;
	}

	:where(body[data-styles~='visualisation']) .first-block .content-column {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	body:where([data-styles~='visualisation']) .single-page .subtitle {
		font-size: 20px;
	}

	body:where([data-styles~='visualisation']) .fourth-block {
		border-bottom: none;
	}

	body:where([data-styles~='visualisation']) .single-page .cta {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}

	body:where([data-styles~='visualisation']) .single-page .cta img {
		max-width: 30vw !important;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block {
		padding-bottom: 15vw;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block {
		padding-top: 10vw;
		padding-bottom: 22vw;
		position: relative;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .shadow-text {
		font-size: 10vw;
		line-height: 11vw;
		left: 0;
		transform: translateY(-3vw) !important;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .title {
		font-size: 22px;
		max-width: 100%;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .grid-bullets .bullet-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-next,
	:where(body[data-styles~='visualisation']) .video-slider .slick-arrow.slick-prev {
		right: 20px;
	}

	:where(body[data-styles~='visualisation']) .video-slider-status {
		right: 20px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .title strong {
		font-size: 24px;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .title strong span {
		font-size: 20px;
	}

	body:where([data-styles~='visualisation']) .single-page section.third-block {
		padding-bottom: 8vw;
	}

	body:where([data-styles~='visualisation']) .fourth-block {
		padding-bottom: 4vw;
		margin-bottom: 0;
	}

	body:where([data-styles~='visualisation']) .single-page .second-block .button {
		padding: 16px 30px;
	}
}

@media screen and (min-width: 640px) and (max-width: 768px) {
	:where(body[data-styles~='visualisation']) .first-block .content-column {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .title-big {
		text-align: left !important;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block video {
		max-width: 76vw !important;
		max-height: 76vw !important;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .bordered-image {
		margin-top: 50vw;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .shadow-decor-1 {
		max-width: 100vw;
		max-height: 100vw;
		bottom: 49vw;
		background-position: center;
	}

	body:where([data-styles~='visualisation']) .single-page .first-block .image-inner-wrap {
		margin: auto !important;
	}

	:where(body[data-styles~='visualisation']) .third-block {
		padding-bottom: 70px;
	}

	:where(body[data-styles~='visualisation']) .third-block .container {
		flex-direction: row !important;
	}

	:where(body[data-styles~='visualisation']) .third-block .image-inner-wrap {
		margin-left: auto;
		margin-right: 0;
		margin-bottom: 0;
	}
}

/* ==========================================================================
   SECTION: SITE NAVIGATION
   Scope: data-styles~="site-navigation"
   Purpose: Shared navigation and menu behavior for internal pages.
   ========================================================================== */

body:where([data-styles~='site-navigation']) .menu-block .menu-item.active:after {
	display: none !important;
}

body:where([data-styles~='site-navigation']) .menu-block .menu-item.active a {
	color: #c5c5c5;
	opacity: 0.5;
}

body:where([data-styles~='site-navigation']) .menu-block .menu-item:not(.active) a {
	transition: 0.4s;
}

body:where([data-styles~='site-navigation']) .menu-block .menu-item:not(.active) a:after {
	position: absolute;
	content: '';
	width: 75%;
	height: 1px;
	background: #a46251;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: 0.4s;
	will-change: transform;
}

body:where([data-styles~='site-navigation']) .menu-block .menu-item:not(.active) a:hover {
	color: #a46251;
}

body:where([data-styles~='site-navigation']) .menu-block .menu-item:not(.active) a:hover:after {
	opacity: 1;
	bottom: -10px;
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='site-navigation']) .menu-block .menu-item:not(.active) a:hover:after {
		bottom: 0px;
	}
}

body:where([data-styles~='site-navigation']) .js-lang-switcher a:after {
	background: rgba(197, 197, 197, 0.3) !important;
}

body:where([data-styles~='site-navigation']) .js-lang-switcher a.active:after {
	background: #c5c5c5 !important;
}

:where(body[data-styles~='site-navigation']) .popup-form-wrapper {
	display: none;
	position: fixed;
	background: rgba(37, 34, 34, 0.89);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1111;
}

:where(body[data-styles~='site-navigation']) .popup-form-wrapper:after {
	position: absolute;
	width: 1066px;
	height: 460px;
	border: 1px solid #a46251;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: translateY(30px);
	margin: auto;
	z-index: -111;
}

:where(body[data-styles~='site-navigation']) .popup-form {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
	background: #171921;
	height: 455px;
	margin: auto;
	max-width: 1000px;
	padding: 115px 90px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	z-index: 11;
}

:where(body[data-styles~='site-navigation']) .popup-form form {
	display: flex;
	align-items: flex-end;
}

:where(body[data-styles~='site-navigation']) .popup-form .popup-form-title {
	color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
	line-height: 32px;
}

:where(body[data-styles~='site-navigation']) .popup-form .popup-form-title strong {
	color: #fff;
	font-weight: 400;
}

:where(body[data-styles~='site-navigation']) .popup-form .close {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

:where(body[data-styles~='site-navigation']) .popup-form input {
	width: 240px;
	margin-right: 17px;
	margin-left: 17px;
	height: 60px;
	font-size: 16px;
	background: transparent;
	border: 1px solid #171921;
	box-sizing: border-box;
	outline: none;
	padding: 23px 0;
	line-height: 16px;
}

:where(body[data-styles~='site-navigation']) .popup-form input[type='text'] {
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
}

:where(body[data-styles~='site-navigation']) .popup-form input[type='text']::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

:where(body[data-styles~='site-navigation']) .popup-form input[type='submit'] {
	color: #a46251;
	border: 1px solid #a46251;
	text-align: center;
}

:where(body[data-styles~='site-navigation']) .popup-form input:last-child {
	margin-right: 0;
}

:where(body[data-styles~='site-navigation']) .popup-form input:first-child {
	margin-left: 0;
}

:where(body[data-styles~='site-navigation']) .no-scroll {
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
	body:where([data-styles~='site-navigation']) .menu-block .menu-item:not(.active) a:after {
		bottom: -5px !important;
	}

	:where(body[data-styles~='site-navigation']) .popup-form {
		padding: 60px 25px;
		height: 520px;
	}

	:where(body[data-styles~='site-navigation']) .popup-form-wrapper:after {
		display: none;
	}

	:where(body[data-styles~='site-navigation']) .popup-form form {
		flex-direction: column;
		align-items: center;
	}

	:where(body[data-styles~='site-navigation']) .popup-form form input {
		margin: 0 0 30px;
		padding: 12px 0;
		height: auto;
	}

	:where(body[data-styles~='site-navigation']) .popup-form form input[type='text'] {
		padding-top: 0;
	}

	:where(body[data-styles~='site-navigation']) .popup-form form input[type='submit'] {
		padding: 20px;
	}

	:where(body[data-styles~='site-navigation']) .popup-form .popup-form-title {
		font-size: 17px;
		line-height: 27px;
	}

	:where(body[data-styles~='site-navigation']) .popup-form .close {
		width: 24px;
		height: 24px;
	}

	:where(body[data-styles~='site-navigation']) .popup-form .close svg {
		width: 100%;
		height: 100%;
	}
}

:where(body[data-styles~='site-navigation']) .red {
	color: #de4545;
}

:where(body[data-styles~='site-navigation']) .thank-you-title {
	font-weight: 300 !important;
}

:where(body[data-styles~='site-navigation']) .shadow-title {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) footer .logo svg {
	max-height: 146px;
}

@media screen and (min-width: 641px) {
	:where(body[data-styles~='site-navigation']) .footer-upper .left,
	:where(body[data-styles~='site-navigation']) .footer-upper .right {
		min-width: 250px;
	}

	:where(body[data-styles~='site-navigation']) .footer-upper .right {
		justify-content: flex-end;
	}

	:where(body[data-styles~='site-navigation']) footer {
		padding-top: 100px;
	}
}

body:where([data-styles~='site-navigation']) .single-page section .container .button {
	transition: 0.4s;
}

body:where([data-styles~='site-navigation']) .single-page section .container .button:hover {
	background: #a46251;
	color: #fff;
}

:where(body[data-styles~='site-navigation']) footer .button {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) footer .button:hover {
	background: #a46251;
	color: #fff;
}

:where(body[data-styles~='site-navigation']) footer .socials-item:first-child a:hover path {
	fill: transparent;
	stroke: #a46251;
}

:where(body[data-styles~='site-navigation']) footer a {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) footer a span {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) footer a svg path,
:where(body[data-styles~='site-navigation']) footer a svg circle {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) footer a:not(.button):hover {
	color: #a46251;
}

:where(body[data-styles~='site-navigation']) footer a:not(.button):hover svg path,
:where(body[data-styles~='site-navigation']) footer a:not(.button):hover svg circle {
	fill: #a46251;
}

:where(body[data-styles~='site-navigation']) footer a:not(.button):hover span {
	color: #a46251;
}

@media screen and (max-width: 1000px) {
	:where(body[data-styles~='site-navigation']) footer .footer-upper .left {
		flex-wrap: wrap;
		padding-top: 27px;
		flex-direction: column !important;
		justify-content: center;
		align-items: center;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a {
		margin-bottom: 25px;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a:nth-child(2) {
		order: 2;
	}
}

@media screen and (min-width: 1000px) {
	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a {
		margin-bottom: 40px;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a:nth-child(2) svg {
		transform: translateY(-3px);
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a:last-of-type {
		margin-bottom: 0;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .right-inner-wrapper {
		padding-top: 60px;
	}
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='site-navigation']) p strong {
		white-space: nowrap;
	}

	:where(body[data-styles~='site-navigation']) p strong span {
		font-size: 0.8em;
	}

	:where(body[data-styles~='site-navigation']).contacts .content-column p {
		max-width: 440px;
	}
}

:where(body[data-styles~='site-navigation']) input[type='submit'] {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) input[type='submit']:hover {
	background: #a46251;
	color: #fff !important;
	cursor: pointer;
}

:where(body[data-styles~='site-navigation']) header {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) .menu-open header {
	background: #191b23 !important;
}

:where(body[data-styles~='site-navigation']) .scroll-to-page-top {
	position: fixed;
	display: none;
	right: calc(50vw - 700px);
	width: 50px;
	height: 50px;
	border: 1px solid #a46251;
	bottom: 100px;
	z-index: 1111;
	cursor: pointer;
}

:where(body[data-styles~='site-navigation']) .scroll-to-page-top .scroll-top-inner {
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
}

:where(body[data-styles~='site-navigation']) .gallery-slide .fancybox {
	position: relative;
	z-index: 111;
	display: block;
}

:where(body[data-styles~='site-navigation']) .gallery-list .gallery-slide .title {
	top: 198px;
	line-height: 1.15;
	color: rgba(233, 233, 233, 0.5);
	font-weight: 100 !important;
}

:where(body[data-styles~='site-navigation']) .gallery-list .gallery-slide .title span {
	color: #e9e9e9;
}

:where(body[data-styles~='site-navigation']) .gallery-list .gallery-slide .title p {
	position: absolute;
	margin: 0;
	top: calc(100% + 40px);
	font-size: 30px;
}

:where(body[data-styles~='site-navigation']) .gallery-list .gallery-slide .title:after {
	bottom: -20px;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='site-navigation']) .gallery-list .gallery-slide .title p {
		position: static;
	}

	:where(body[data-styles~='site-navigation']) .gallery-list .gallery-slide .title {
		top: auto;
		bottom: 120px;
		left: 30px;
	}

	:where(body[data-styles~='site-navigation']) .gallery-slide.current-slide {
		z-index: 111;
	}
}

:where(body[data-styles~='site-navigation']) .fancybox-button svg {
	display: none;
}

:where(body[data-styles~='site-navigation']) .fancybox-button {
	transition: 0.4s;
}

:where(body[data-styles~='site-navigation']) .fancybox-button--arrow_left {
	height: 50px !important;
	width: 50px !important;
	padding: 0 !important;
	background: url('images/fancy-left.svg') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	left: auto !important;
	right: 140px !important;
}

:where(body[data-styles~='site-navigation']) .fancybox-button--arrow_left:hover {
	background: url('images/fancy-left-focus.svg') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

:where(body[data-styles~='site-navigation']) .fancybox-button--arrow_right {
	height: 50px !important;
	width: 50px !important;
	padding: 0 !important;
	background: url('images/fancy-right.svg') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	left: auto;
	right: 80px !important;
}

:where(body[data-styles~='site-navigation']) .fancybox-button--arrow_right:hover {
	background: url('images/fancy-right-focus.svg') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

:where(body[data-styles~='site-navigation']) .fancybox-slide:after {
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 50px;
	left: 50px;
	border: 1px solid #a46251;
	content: '';
	z-index: 1111;
}

:where(body[data-styles~='site-navigation']) .fancybox-toolbar {
	right: 80px;
	top: 50px;
}

:where(body[data-styles~='site-navigation']) .fancybox-toolbar .fancybox-button {
	display: none;
}

:where(body[data-styles~='site-navigation']) .fancybox-toolbar .fancybox-button.fancybox-button--close {
	display: block;
	background: url('images/fancy-close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}

:where(body[data-styles~='site-navigation']) .fancybox-infobar {
	top: 80vh;
	left: auto;
	z-index: 1111;
	position: fixed;
	right: 100px;
	bottom: auto;
	font-size: 30px;
	font-family: Montserrat;
	font-weight: 100;
	color: rgba(233, 233, 233, 0.5);
}

:where(body[data-styles~='site-navigation']) .fancybox-infobar span:first-child {
	color: #e9e9e9;
}

:where(body[data-styles~='site-navigation']) .fancybox-button {
	background: transparent;
}

@media screen and (max-width: 640px) {
	:where(body[data-styles~='site-navigation']) .fancybox-slide:after {
		display: none;
	}

	:where(body[data-styles~='site-navigation']) .fancybox-button--arrow_right {
		top: auto;
		bottom: 10px !important;
		top: auto !important;
		right: 10px !important;
	}

	:where(body[data-styles~='site-navigation']) .fancybox-button--arrow_left {
		top: auto;
		top: auto !important;
		bottom: 10px !important;
		left: 10px !important;
		right: auto !important;
	}

	:where(body[data-styles~='site-navigation']) .fancybox-infobar {
		top: auto !important;
		bottom: 10px !important;
	}

	:where(body[data-styles~='site-navigation']) .fancybox-toolbar {
		display: flex;
		top: 20px !important;
		right: 20px !important;
		z-index: 11111;
		flex-direction: column-reverse;
	}
}

:where(body[data-styles~='site-navigation']) .fancybox-toolbar,
:where(body[data-styles~='site-navigation']) .fancybox-infobar,
:where(body[data-styles~='site-navigation']) .fancybox-navigation .fancybox-button {
	opacity: 1 !important;
	visibility: visible;
}

:where(body[data-styles~='site-navigation']) .fancybox-toolbar {
	z-index: 111199991;
}

body:where([data-styles~='site-navigation']) .menu-item a {
	position: relative;
}

body:where([data-styles~='site-navigation']).menu-open .menu-title span:last-of-type {
	top: 0;
}

@media screen and (min-width: 640px) {
	:where(body[data-styles~='site-navigation']) header .menu-toggler .menu-title {
		min-width: 46px;
	}
}

body:where([data-styles~='site-navigation']) .menu-block {
	z-index: 111111;
}

:where(body[data-styles~='site-navigation']) header {
	z-index: 111111;
}

:where(body[data-styles~='site-navigation']) .socials-item svg {
	max-width: 99%;
}

@media (orientation: landscape) and (max-width: 1200px) {
	body:where([data-styles~='site-navigation']) .menu-block {
		overflow: scroll;
	}

	:where(body[data-styles~='site-navigation']) header {
		position: static;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left,
	:where(body[data-styles~='site-navigation']) footer .footer-upper .right,
	:where(body[data-styles~='site-navigation']) footer .footer-upper .logo {
		justify-content: center;
		max-width: 340px;
	}

	html:has(> :where(body[data-styles~='site-navigation'])),
	body:where([data-styles~='site-navigation']) {
		max-width: 100vw !important;
	}

	:where(body[data-styles~='site-navigation']) footer svg {
		max-width: 90% !important;
		overflow: visible !important;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .socials-item {
		overflow: visible !important;
	}

	:where(body[data-styles~='site-navigation']) img {
		max-width: 100vw;
		max-height: 100vh;
	}
}

@media screen and (max-width: 1100px) and (min-width: 640px) {
	:where(body[data-styles~='site-navigation']) footer .footer-upper .left {
		max-width: 220px;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a {
		font-size: 16px;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a svg {
		max-height: 18px;
	}

	:where(body[data-styles~='site-navigation']) .footer-upper .left,
	:where(body[data-styles~='site-navigation']) .footer-upper .right {
		min-width: 33%;
	}

	:where(body[data-styles~='site-navigation']) footer {
		padding-top: 40px;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left a {
		margin-bottom: 14px !important;
	}

	:where(body[data-styles~='site-navigation']) footer .container {
		align-items: flex-start;
	}

	:where(body[data-styles~='site-navigation']) .footer-upper .logo {
		min-width: 30% !important;
	}

	:where(body[data-styles~='site-navigation']) .footer-upper .logo a {
		display: block;
	}

	:where(body[data-styles~='site-navigation']) .footer-upper .logo svg {
		max-width: 75% !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	:where(body[data-styles~='site-navigation']) footer .container {
		align-items: center;
	}

	:where(body[data-styles~='site-navigation']) footer svg {
		max-width: 90% !important;
		overflow: visible !important;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .socials-item {
		overflow: visible !important;
	}

	:where(body[data-styles~='site-navigation']) footer .footer-upper .left {
		margin-bottom: 20px;
	}

	:where(body[data-styles~='site-navigation']) .image-inner-wrap {
		width: fit-content;
	}

	:where(body[data-styles~='site-navigation']) .image-inner-wrap img,
	:where(body[data-styles~='site-navigation']) .image-inner-wrap video {
		max-width: 42vw;
		max-height: 42vw;
	}
}

:where(body[data-styles~='site-navigation']) .fancybox-is-open .fancybox-bg {
	opacity: 1;
}

@media screen and (max-width: 1450px) and (min-width: 950px) {
	:where(body[data-styles~='site-navigation']) .scroll-to-page-top {
		right: 50px;
	}
}

@media screen and (max-width: 949px) {
	:where(body[data-styles~='site-navigation']) .scroll-to-page-top {
		right: 15px;
		width: 32px;
		height: 32px;
	}

	:where(body[data-styles~='site-navigation']) .scroll-to-page-top .scroll-top-inner {
		width: 32px;
		height: 32px;
	}

	:where(body[data-styles~='site-navigation']) .scroll-to-page-top .scroll-top-inner svg {
		max-width: 20px;
	}
}

@media screen and (min-width: 640px) and (max-width: 1246px) {
	body:where([data-styles~='site-navigation']) .image-inner-wrap {
		width: fit-content !important;
	}

	:where(body[data-styles~='site-navigation']) header {
		padding: 18px 0;
	}

	:where(body[data-styles~='site-navigation']) header .logo img {
		height: 38px;
	}

	body:where([data-styles~='site-navigation']) .menu-block {
		top: 79px;
	}

	:where(body[data-styles~='site-navigation']) .image-column img,
	:where(body[data-styles~='site-navigation']) .image-column video {
		max-width: 42vw !important;
		max-height: 42vw !important;
	}
}

@media screen and (max-width: 920px) {
	:where(body[data-styles~='site-navigation']) footer .footer-upper .button {
		padding: 14px 20px;
		font-size: 14px;
	}
}

body:where([data-styles~='site-navigation']) .image-inner-wrap:after {
	will-change: transform;
}

:where(body[data-styles~='site-navigation']) .gallery-list .image-wrapper:before {
	display: none !important;
}

:where(body[data-styles~='site-navigation']) .fancybox-bg {
	background: #191b23 !important;
}

/* ========================================================================== 
   SECTION: 404 PAGE
   Scope: data-styles~="error-page"
   Purpose: Figma-matched bilingual error page layout.
   ========================================================================== */

body:where([data-styles~='error-page']) {
	height: 100vh;
	height: 100svh;
	min-height: 100vh;
	margin: 0;
	background: #191b23;
	color: #bebebe;
	overflow: hidden;
}

:where(body[data-styles~='error-page']) .error-page-main {
	box-sizing: border-box;
	height: 100vh;
	height: 100svh;
	min-height: 0;
	padding-top: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
}

:where(body[data-styles~='error-page']) .error-page-layout {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	width: min(1218px, calc(100% - 60px));
}

:where(body[data-styles~='error-page']) .error-code {
	margin: 0;
	font-size: clamp(180px, 18.06vw, 260px);
	font-weight: 400;
	line-height: 0.73;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	color: #bebebe;
}

:where(body[data-styles~='error-page']) .error-content {
	padding-top: 88px;
	padding-left: 10px;
}

:where(body[data-styles~='error-page']) .error-content h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.225;
	text-transform: uppercase;
	color: #bebebe;
}

:where(body[data-styles~='error-page']) .error-word-initial {
	font-size: 1.25em;
}

:where(body[data-styles~='error-page']) .error-content > p {
	max-width: 467px;
	margin: 25px 0 26px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	color: #bebebe;
}

:where(body[data-styles~='error-page']) .error-copy-initial {
	font-size: 1.222222em;
}

:where(body[data-styles~='error-page']) .error-home-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 266px;
	height: 72px;
	border: 1px solid #a46251;
	background: #a46251;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.4s, color 0.4s;
}

:where(body[data-styles~='error-page']) .error-home-button:hover,
:where(body[data-styles~='error-page']) .error-home-button:focus-visible {
	background: transparent;
	color: #c5c5c5;
}

@media screen and (max-width: 900px) {
	:where(body[data-styles~='error-page']) .error-page-main {
		padding-top: 79px;
	}

	:where(body[data-styles~='error-page']) .error-page-layout {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 32px;
		width: min(620px, calc(100% - 64px));
		text-align: center;
	}

	:where(body[data-styles~='error-page']) .error-code {
		font-size: clamp(150px, 30vw, 220px);
		text-align: center;
	}

	:where(body[data-styles~='error-page']) .error-content {
		display: flex;
		width: 100%;
		padding: 0;
		flex-direction: column;
		align-items: center;
	}

	:where(body[data-styles~='error-page']) .error-content > p {
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='error-page']) {
		padding-top: 0;
		padding-bottom: 0;
	}

	:where(body[data-styles~='error-page']) .error-page-main {
		padding-top: 52px;
	}

	:where(body[data-styles~='error-page']) .error-page-layout {
		gap: 22px;
		width: min(420px, calc(100% - 40px));
	}

	:where(body[data-styles~='error-page']) .error-code {
		font-size: clamp(104px, 36vw, 148px);
	}

	:where(body[data-styles~='error-page']) .error-content h1 {
		font-size: 28px;
		line-height: 1.25;
	}

	:where(body[data-styles~='error-page']) .error-content > p {
		max-width: 330px;
		margin: 20px 0 22px;
		font-size: 16px;
		line-height: 1.4;
	}

	:where(body[data-styles~='error-page']) .error-home-button {
		width: min(266px, 100%);
		height: 56px;
	}
}

/* ========================================================================== 
   SECTION: THANK YOU PAGE
   Scope: data-styles~="thank-you-page"
   Purpose: Figma-matched bilingual form confirmation page.
   ========================================================================== */

body:where([data-styles~='thank-you-page']) {
	height: 100vh;
	height: 100svh;
	min-height: 100vh;
	margin: 0;
	background: #191b23;
	color: #bebebe;
	overflow: hidden;
}

:where(body[data-styles~='thank-you-page']) .thank-you-page-main {
	box-sizing: border-box;
	display: flex;
	height: 100vh;
	height: 100svh;
	min-height: 0;
	padding: 113px 32px 0;
	align-items: center;
	justify-content: center;
}

:where(body[data-styles~='thank-you-page']) .thank-you-content {
	display: flex;
	width: min(797px, 100%);
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

:where(body[data-styles~='thank-you-page']) .thank-you-content h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.225;
	text-transform: uppercase;
	color: #bebebe;
}

:where(body[data-styles~='thank-you-page']) .thank-you-word-initial {
	font-size: 1.25em;
}

:where(body[data-styles~='thank-you-page']) .thank-you-content p {
	margin: 25px 0 54px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	color: #bebebe;
}

:where(body[data-styles~='thank-you-page']) .thank-you-copy-initial {
	font-size: 1.222222em;
}

:where(body[data-styles~='thank-you-page']) .thank-you-home-button {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 266px;
	height: 72px;
	border: 1px solid #a46251;
	background: #a46251;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.4s, color 0.4s;
}

:where(body[data-styles~='thank-you-page']) .thank-you-home-button:hover,
:where(body[data-styles~='thank-you-page']) .thank-you-home-button:focus-visible {
	background: transparent;
	color: #c5c5c5;
}

@media screen and (max-width: 900px) {
	:where(body[data-styles~='thank-you-page']) .thank-you-page-main {
		padding-top: 79px;
	}
}

@media screen and (max-width: 640px) {
	body:where([data-styles~='thank-you-page']) {
		padding-top: 0;
		padding-bottom: 0;
	}

	:where(body[data-styles~='thank-you-page']) .thank-you-page-main {
		padding: 52px 20px 0;
	}

	:where(body[data-styles~='thank-you-page']) .thank-you-content h1 {
		font-size: 28px;
	}

	:where(body[data-styles~='thank-you-page']) .thank-you-content p {
		margin: 20px 0 22px;
		font-size: 16px;
		line-height: 1.4;
	}

	:where(body[data-styles~='thank-you-page']) .thank-you-home-button {
		width: min(266px, 100%);
		height: 56px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

.form-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
