.lora-familia {
	font-family: "Lora", serif !important
}
 

#hero {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 20
}

#hero.has-image {
	z-index: 2;
	overflow: hidden
}

#hero-styles {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	z-index: 2
}

#hero.has-image #hero-styles {
	position: relative;
	height: auto
}

#hero-caption {
	display: flex;
	align-items: start;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	pointer-events: initial
}

#hero-caption.text-align-center {
	justify-content: center
}

#hero-caption.height-title {
	padding-top: 80px;
	padding-bottom: 80px
}

#hero.has-image #hero-caption {
	align-items: center;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 80px
}

#hero.has-image #hero-caption.align-start {
	align-items: flex-end;
	justify-content: flex-start
}

#hero #hero-caption .inner {
	display: block;
	width: auto;
	height: auto
}

#hero-caption.text-align-center .inner {
	text-align: center
}

#hero.has-image #hero-caption .inner {
	-webkit-transform: scale(1);
	transform: scale(1);
	transform-origin: bottom left
}

#hero.has-image #hero-caption.align-start .inner {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

#hero-image-wrapper {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	margin: 0 auto;
	left: 0;
	top: 0;
	right: 0
}

#hero-background-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden
}

#hero-bg-image {
	background-size: cover;
	position: absolute;
	background-position: top center;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	overflow: visible;
	image-rendering: pixelated
}


.load-project-thumb-with-title #hero-bg-image {
	opacity: 1 !important;
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.hero-title {
	font-size: calc(0.6rem + 11vw);
	line-height: calc(0.6rem + 12.5vw);
	font-weight: 500;
	position: relative;
	display: block;
	width: auto;
	overflow: hidden;
	padding: 0;
	margin-bottom: 0;
	margin-left: -.6vw;
	color: #000;
	letter-spacing: -.2rem
}

@media screen and (min-width:1600px) {
	.hero-title {
		font-size: 200px
	}
}

.text-align-center .hero-title {
	margin-left: 0
}

.height-title .hero-title {
	position: relative;
	overflow: visible;
	white-space: nowrap;
	z-index: 3
}

.height-title .hero-title div {
	display: inline-block
}

.height-title .hero-title div:first-child {
	margin-inline-end: 50px
}

.hero-title span {
	opacity: 0;
	display: block;
	margin-top: 0;
	transform: translateY(160px);
	-webkit-transform: translateY(160px)
}

.height-title .hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: bottom center
}

.light-content .hero-title {
	color: #161952
}

.change-header .hero-title {
	color: #000
}

.hero-subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
	width: 100%;
	z-index: 10;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	overflow: hidden;
	margin-left: 0;
	color: #000
}

.hero-subtitle span {
	color: #2f337b;
	padding-bottom: 20px;
	display: flex;
	align-items: end;
	justify-content: center
}

.hero-subtitle span {
	position: relative;
	opacity: 0;
	transform: translateY(60px);
	-webkit-transform: translateY(60px)
}

.light-content .hero-subtitle {
	color: #fff
}

.change-header .hero-subtitle {
	color: #000 !important
}

.hero-arrow {
	width: 36px;
	height: 50px;
	position: absolute;
	bottom: 50px;
	left: 80px;
	right: auto;
	margin: 0;
	display: flex;
	background: #fff0;
	justify-content: center;
	align-items: center
}

.text-align-center .hero-arrow {
	left: 0;
	right: 0;
	margin: auto
}

.hero-arrow span {
	position: relative;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: flex;
	box-sizing: border-box;
	background: #fff0;
	justify-content: center;
	align-items: center;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	border-radius: 50px;
	border: 2px solid rgb(0 0 0 / .4);
	cursor: pointer;
	-webkit-transition: border 0.2s ease-in-out 0s;
	transition: border 0.2s ease-in-out 0s
}

.hero-arrow:hover span {
	border: 2px solid #000
}

.light-content .hero-arrow span {
	border: 2px solid rgb(255 255 255 / .5)
}

.light-content .hero-arrow:hover span {
	border: 2px solid #fff
}

#hero-footer {
	position: absolute;
	width: 100%;
	padding: 28px 80px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 60px;
	color: #222
}

#hero-footer.has-border::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background-color: rgb(0 0 0 / .15);
	transform: scaleX(0);
	transform-origin: center;
	transition: all 0.3s ease-out 0s
}

.light-content #hero-footer.has-border::after {
	background-color: rgb(255 255 255 / .15)
}

#hero-footer.has-border.visible::after {
	opacity: 1;
	transform: scaleX(1)
}

.light-content #hero-footer {
	color: #fff
}

#hero-footer:after {
	content: "";
	clear: both;
	display: table
}

.hero-footer-left {
	float: left;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px)
}

.hero-footer-right {
	margin-left: auto;
	opacity: 0;
	width: fit-content;
	transform: translateY(10px);
	-webkit-transform: translateY(10px)
}

#hero-description {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 200px;
	margin: 0 auto;
	box-sizing: border-box;
	pointer-events: initial;
	background-image: linear-gradient(to right, #ebf7fc 55%, transparent 45%)
}

#hero-description .inner {
	padding-right: 55%
}

#hero-description p {
	color: #000
}

.light-content #hero-description p {
	color: #fff
}

#share {
	top: -3px;
	right: -10px;
	position: relative;
	font-size: 14px
}

#share::before {
	position: absolute;
	top: 0;
	left: -140px;
	content: attr(data-text);
	width: 120px;
	text-align: right
}

#share .parallax-wrap {
	width: 50px;
	height: 60px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left
}

.jssocials-share-link i {
	opacity: 0
}

#main {
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}


.load-next-page #main {
	opacity: 1
}

#main-content {
	position: relative;
	opacity: 1;
	z-index: 10;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
}

#main-page-content {
	position: relative;
	box-sizing: border-box;
	opacity: 0;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
	max-width: none
}

#main-page-content::after {
	clear: both;
	content: " ";
	display: table
}

#main-page-content.project-page {
	margin-bottom: calc(200vh - 120px)
}

.hero-below-caption #main-page-content.project-page {
	margin-bottom: calc(200vh - 120px)
}

#main-content.portfolio-page {
	overflow: hidden
}

#main-content.portfolio-page #main-page-content {
	overflow: visible;
	width: 100%;
	max-width: none;
	padding: 0
}

#page-nav {
	height: auto;
	width: 100%;
	color: #000;
	position: relative;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden
}

.light-content #page-nav {
	color: #fff
}

.page-nav-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 130px;
	margin: 0 auto;
	height: 100%;
	top: 0;
	opacity: 0;
	position: relative;
	box-sizing: border-box
}

.page-nav-caption.height-title {
	height: calc(100vh - 120px);
	padding-top: 80px;
	padding-bottom: 0
}

#page-nav .inner {
	display: block;
	width: auto;
	height: auto;
	text-align: left
}

#page-nav .text-align-center .inner {
	text-align: center
}

.page-title {
	margin: 0;
	width: auto;
	z-index: 10;
	color: #000;
	position: relative;
	display: table;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.text-align-center .page-title {
	margin: 0 auto
}

.light-content .page-title {
	color: #fff
}

.next-hero-title {
	font-size: calc(1rem + 7vw);
	line-height: calc(1rem + 6.5vw);
	font-weight: 500;
	position: relative;
	display: block;
	width: auto;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	margin-left: -.6vw;
	color: #000
}

.height-title .next-hero-title {
	position: relative;
	overflow: visible;
	white-space: nowrap
}

.text-align-center .next-hero-title,
.text-align-center .next-hero-subtitle {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.height-title .next-hero-title div {
	display: inline-block
}

.height-title:not(.text-align-center) .next-hero-title div:first-child {
	display: none
}

.next-hero-title span {
	display: block;
	min-width: 3vw;
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.height-title .next-hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: top center
}

.light-content .next-hero-title {
	color: #fff
}

.change-header .next-hero-title {
	color: #000
}

.next-hero-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	z-index: 10;
	position: relative;
	display: block;
	overflow: hidden;
	margin-left: 0;
	color: #000;
	opacity: .4
}

#page-nav .next-hero-subtitle {
	margin-top: 0;
	margin-bottom: 50px
}

.next-hero-subtitle span {
	position: relative;
	display: block
}

.light-content .next-hero-subtitle {
	color: #fff
}

.change-header .next-hero-subtitle {
	color: #000
}

#project-nav {
	height: 200vh;
	width: 100%;
	color: #fff;
	position: absolute;
	margin-bottom: 0;
	bottom: -200vh;
	overflow: hidden
}

#project-nav.change-header {
	color: #000;
	background-color: #fff
}

.dark-content #project-nav.change-header {
	color: #fff;
	background-color: #000
}

.next-project-image-wrapper {
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1
}

.next-project-image-wrapper.temporary {
	position: fixed
}

.next-project-image-wrapper.active {
	opacity: 1
}

.next-project-image {
	position: absolute;
	top: 0;
	opacity: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	clip-path: inset(100% 0% 0% 0%);
	-webkit-transform: scale(1.25) rotate(-5deg);
	transform: scale(1.25) rotate(-5deg)
}

.load-project-thumb-with-title .next-project-image {
	z-index: 10
}

.next-project-image.temporary {
	top: 0px !important
}

.next-project-image.visible {
	opacity: 1 !important;
	clip-path: inset(0 0%) !important;
	-webkit-transform: scale(1.02) rotate(0) !important;
	transform: scale(1.02) rotate(0) !important
}

.all-works {
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	margin: 0 auto;
	margin-top: 25px;
	display: table;
	z-index: 100
}

.all-works::after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 30px;
	opacity: 1;
	-webkit-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	width: 100%;
	border: 2px solid #fff;
	border-radius: 30px;
	box-sizing: border-box;
	clip-path: inset(50% 0%);
	pointer-events: none
}

.change-header .all-works::after {
	border: 2px solid #000
}

.dark-content .change-header .all-works::after {
	border: 2px solid #fff
}

.all-works:hover::after {
	clip-path: inset(0% 0%)
}

.all-works span,
.all-works span::before {
	padding: 0 16px
}

.next-project-caption {
	position: absolute;
	display: table;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px
}

#project-nav .next-ajax-link-project {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0
}

.next-ajax-link-project.auto-trigger {
	pointer-events: none
}

.disable-ajaxload .next-ajax-link-project.auto-trigger {
	pointer-events: initial
}

.next-hero-counter {
	position: absolute;
	height: 20px;
	width: 30px;
	text-align: right;
	top: 6px;
	right: -45px;
	overflow: hidden;
	opacity: 0
}

.next-hero-counter span {
	position: absolute;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000
}

.change-header .next-hero-counter span {
	color: #000
}

.light-content .next-hero-counter span {
	color: #fff
}

.light-content .change-header .next-hero-counter span {
	color: #000
}

.dark-content .change-header .next-hero-counter span {
	color: #fff
}

.next-hero-progress {
	position: absolute;
	top: 0;
	right: 0;
	height: 6px;
	width: 100%;
	z-index: 100
}

.next-hero-progress span {
	position: absolute;
	left: 0;
	height: 6px;
	width: 0;
	background-color: #000
}

.change-header .next-hero-progress span {
	background-color: #000
}

.light-content .next-hero-progress span {
	background-color: #fff
}

.light-content .change-header .next-hero-progress span {
	background-color: #000
}

.dark-content .change-header .next-hero-progress span {
	background-color: #fff
}

#project-nav .next-hero-title,
#project-nav .next-hero-subtitle {
	color: #000
}

#project-nav.change-header .next-hero-title,
#project-nav.change-header .next-hero-subtitle {
	color: #000
}

.light-content #project-nav .next-hero-title,
.light-content #project-nav .next-hero-subtitle {
	color: #fff
}

.light-content #project-nav.change-header .next-hero-title,
.light-content #project-nav.change-header .next-hero-subtitle {
	color: #000
}

.dark-content #project-nav.change-header .next-hero-title,
.dark-content #project-nav.change-header .next-hero-subtitle {
	color: #fff
}

#project-nav.change-header .all-works,
#project-nav.change-header .all-works .link-text {
	color: #000
}

.light-content #project-nav .all-works,
.light-content #project-nav .all-works .link-text {
	color: #fff
}

.light-content #project-nav.change-header .all-works,
.light-content #project-nav.change-header .all-works .link-text {
	color: #000
}

.dark-content #project-nav.change-header .all-works,
.dark-content #project-nav.change-header .all-works .link-text {
	color: #fff
}

.temporary-hero {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	pointer-events: none;
	z-index: 10
}

.temporary-hero .outer {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 160px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 10
}

.temporary-hero .outer.middle {
	padding-top: 160px;
	padding-bottom: 160px
}

.hero-below-caption .temporary-hero .outer {
	padding-top: 315px
}

.temporary-hero .inner {
	vertical-align: top
}

.temporary-hero .middle .inner {
	vertical-align: middle
}

.hero-below-caption .temporary-hero .inner {
	vertical-align: top;
	text-align: left
}

.temporary-hero .next-hero-progress {
	background-color: rgb(0 0 0 / .3)
}

.temporary-hero .next-hero-progress span {
	background-color: #000
}

.temporary-hero.light-content .next-hero-progress {
	background-color: rgb(255 255 255 / .3)
}

.temporary-hero.light-content .next-hero-progress span {
	background-color: #fff
}

.temporary-hero .next-hero-counter span {
	color: #000
}

.temporary-hero.light-content .next-hero-counter span {
	color: #fff
}

.content-max-width {
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 80px;
	max-width: 1320px
}

.content-full-width {
	box-sizing: border-box;
	padding-left: 80px;
	padding-right: 80px;
	max-width: 100%
}

@media only screen and (max-width:1537px) {

	#page-nav .next-hero-subtitle {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:1466px) {

	#hero.has-image #hero-caption,
	.temporary-hero .outer {
		padding-bottom: 60px
	}

	.temporary-hero .outer.middle {
		padding-top: 140px;
		padding-bottom: 140px
	}

	#hero-description {
		padding-bottom: 220px;
		background-image: linear-gradient(to right, #ebf7fc 55%, transparent 45%)
	}

	#hero-description .inner {
		padding-right: 45%
	}

	#hero-footer {
		padding: 25px 60px
	}

	.page-nav-caption {
		padding-top: 160px;
		padding-bottom: 120px
	}

	.content-max-width,
	.content-full-width {
		padding-left: 60px;
		padding-right: 60px
	}

	.height-title .hero-title div:first-child {
		margin-inline-end: 40px
	}
}

@media only screen and (max-width:1024px) {

	#hero.has-image #hero-caption,
	.temporary-hero .outer {
		padding-bottom: 40px
	}

	.hero-subtitle {
		font-size: 18px
	}

	#hero-description {
		padding-bottom: 200px;
		background-image: linear-gradient(to right, #ebf7fc 65%, transparent 35%)
	}

	#hero-description .inner {
		padding-right: 35%
	}

	#hero-footer {
		padding: 10px 40px
	}

	.page-nav-caption {
		padding-top: 140px;
		padding-bottom: 100px
	}

	#page-nav .next-hero-subtitle {
		margin-top: 20px
	}

	.next-hero-subtitle {
		font-size: 18px
	}

	.next-hero-counter {
		top: 0
	}

	.content-max-width,
	.content-full-width {
		padding-left: 40px;
		padding-right: 40px
	}

	.height-title .hero-title div:first-child {
		margin-inline-end: 30px
	}
}

@media only screen and (max-width:767px) {

	#hero.has-image #hero-caption,
	.temporary-hero .outer {
		padding-bottom: 30px
	}

	.temporary-hero .outer.middle {
		padding-top: 120px;
		padding-bottom: 120px
	}

	.hero-subtitle {
		font-size: 18px
	}

	.hero-arrow {
		width: 30px;
		height: 45px;
		left: 30px;
		bottom: 38px
	}

	#hero-description {
		padding-bottom: 180px;
		background-image: linear-gradient(to right, #ebf7fc 85%, transparent 15%)
	}

	#hero-description .inner {
		padding-right: 15%
	}

	#hero-footer {
		padding: 10px 30px
	}

	.page-nav-caption {
		padding-top: 120px;
		padding-bottom: 120px
	}

	#page-nav .next-hero-subtitle {
		margin-top: 10px;
		font-size: 16px
	}

	.next-hero-counter {
		top: -2px
	}

	.content-max-width,
	.content-full-width {
		padding-left: 30px;
		padding-right: 30px
	}

	.height-title .hero-title div:first-child {
		margin-inline-end: 20px
	}

	#hero #hero-caption .inner {
		margin-top: 0
	}

	.hero-title,
	.next-hero-title {
		font-size: calc(0.6rem + 13.8vw);
		line-height: calc(0.6rem + 15.3vw)
	}
}

@media only screen and (max-width:479px) {

	#hero.has-image #hero-caption,
	.temporary-hero .outer {
		padding-bottom: 20px
	}

	#hero-description {
		padding-bottom: 160px;
		background-image: linear-gradient(to right, #ebf7fc 100%, transparent 0%)
	}

	#hero-description .inner {
		padding-right: 0
	}

	#hero-footer {
		padding: 10px 20px
	}

	.page-nav-caption {
		padding-top: 100px;
		padding-bottom: 100px
	}

	.all-works {
		top: 0
	}

	.next-hero-counter {
		top: -4px;
		right: -38px
	}

	.content-max-width,
	.content-full-width {
		padding-left: 20px;
		padding-right: 20px
	}
}

#app {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out 0.3s;
	transition: all 0.1s ease-in-out 0.3s
}

.load-project-thumb #app,
.load-project-thumb-with-title #app {
	opacity: 1
}

.clapat-slide a {
	height: 0
}

.clapat-slider-wrapper {
	width: 100%;
	height: 100vh;
	position: relative
}

.clapat-slider {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 42vw 0 42vw;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	user-select: none;
	cursor: grab;
	z-index: 2;
	overflow: hidden;
	box-sizing: border-box
}

.clapat-state-dragging .clapat-slider {
	cursor: grabbing
}

.clapat-state-dragging .cp-button-prev,
.clapat-state-dragging .cp-button-next {
	pointer-events: none
}

.clapat-slider-viewport {
	display: flex;
	position: relative
}

.clapat-slide {
	overflow: hidden;
	width: 16vw;
	box-sizing: border-box
}

.clapat-slide:first-child {
	position: relative
}

.clapat-slide:not(:first-child) {
	position: absolute;
	height: 100%
}

.slide-inner {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.clapat-state-dragging .clapat-slider .slide-inner {
	cursor: grabbing;
	pointer-events: none
}

.disable-ajaxload .slide-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000
}

.img-mask {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 0;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: border-radius 0.4s ease-in-out 0s;
	transition: border-radius 0.4s ease-in-out 0s
}

.rounded-borders .above .img-mask {
	border-radius: 0
}

.section-image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px
}

.clapat-slider img {
	pointer-events: none
}

.clapat-pagination {
	width: 100%;
	max-width: 900px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	margin: auto;
	z-index: 20;
	text-align: center;
	opacity: 0
}

.clapat-pagination-bullet {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-flex;
	margin: 0;
	cursor: pointer
}

.clapat-pagination {
	width: 100%;
	max-width: 900px;
	height: 40px;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	margin: auto;
	z-index: 20;
	text-align: center;
	opacity: 0;
	overflow: hidden
}

.carousel-nav-wrapper {
	position: absolute;
	height: 60px;
	width: 100%;
	max-width: calc(84% + 60px);
	top: calc(50% - 30px);
	left: 0;
	right: 0;
	z-index: 300;
	pointer-events: none;
	margin: 0 auto
}

.cp-button-prev,
.cp-button-next {
	float: left;
	pointer-events: initial;
	background-color: #000;
	height: 44px;
	line-height: 44px;
	border-radius: 44px;
	box-sizing: border-box;
	bottom: 18px;
	position: relative;
	cursor: pointer;
	z-index: 11
}

.light-content .cp-button-prev,
.light-content .cp-button-next {
	background-color: #fff
}

.clapat-button.cp-button-prev,
.clapat-button.cp-button-next {
	opacity: 0
}

.cp-button-next {
	float: right
}

.cp-button-prev .icon-wrap,
.cp-button-next .icon-wrap {
	width: 36px;
	height: 36px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	top: 4px;
	left: 4px
}

.cp-button-prev .button-icon,
.cp-button-next .button-icon {
	height: 36px;
	width: 36px;
	color: #000;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 36px
}

.light-content .cp-button-prev .button-icon,
.light-content .cp-button-next .button-icon {
	color: #fff;
	background-color: #000
}

.cp-button-prev .button-icon i,
.cp-button-next .button-icon i {
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center
}

.cp-button-prev .button-text,
.cp-button-next .button-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 44px;
	margin: 0;
	overflow: hidden;
	width: auto;
	padding: 0 36px 0 36px;
	color: #fff;
	-webkit-transition: padding 0.3s ease-out;
	transition: padding 0.3s ease-out
}

.light-content .cp-button-prev .button-text,
.light-content .cp-button-next .button-text {
	color: #000
}

.cp-button-prev:hover .button-text {
	padding: 0 36px 0 60px
}

.cp-button-next:hover .button-text {
	padding: 0 60px 0 36px
}

.disable-scroll .cp-button-prev,
.disable-scroll .cp-button-next {
	pointer-events: none
}

.grid-open.disable-scroll .cp-button-prev,
.grid-open.disable-scroll .cp-button-next {
	pointer-events: initial
}

.progress-info {
	position: absolute;
	display: flex;
	justify-content: center;
	width: auto;
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 0
}

.progress-info>.progress-info-fill,
.progress-info>.progress-info-fill-2 {
	position: relative;
	width: auto;
	-webkit-text-fill-color: rgb(0 0 0 / .1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
	background-size: 0% 100%
}

.progress-info>.progress-info-fill-2 {
	position: absolute;
	top: 0;
	left: auto;
	background-size: 100% 100%;
	background-position: right;
	right: auto;
	margin: auto;
	width: auto;
	display: block
}

.light-content .progress-info>.progress-info-fill {
	-webkit-text-fill-color: rgb(255 255 255 / .1);
	background-image: linear-gradient(#fff, #fff)
}

.light-content .progress-info>.progress-info-fill-2 {
	-webkit-text-fill-color: rgb(255 255 255 / .1);
	background-image: linear-gradient(#fff, #fff)
}

.disable-scroll .clapat-slider {
	pointer-events: none
}

.overlapping-image {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center
}

.overlapping-image-inner {
	width: 100%;
	height: 50%;
	position: relative;
	cursor: pointer
}

.overlapping-image:first-child .overlapping-image-inner {
	align-self: flex-start
}

.overlapping-image:last-child {
	z-index: 10
}

.rounded-borders .overlapping-image img {
	border-radius: 0
}

.overlapping-image .slide-caption {
	position: absolute;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	right: 0;
	bottom: 0
}

.overlapping-image .change-header .slide-caption {
	color: #000
}

.overlapping-image .slide-caption .slide-title {
	font-size: calc(1rem + 4vw);
	line-height: calc(1rem + 3.5vw);
	font-weight: 500;
	overflow: hidden
}

.overlapping-image .slide-caption span {
	display: inline;
	margin-top: 0
}

.overlapping-image .slide-caption .slide-cat {
	position: absolute;
	bottom: 20px;
	right: 30px;
	padding: 2px 16px;
	background: rgb(255 255 255 / .2);
	border-radius: 35px;
	font-size: 14px
}

.overlapping-image .change-header .slide-caption .slide-cat {
	color: #fff;
	background: rgb(0 0 0 / .4)
}

.curtains {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200
}

.curtains .curtain-row {
	overflow: hidden;
	background-color: #232323;
	transform-origin: center bottom;
	width: 100%;
	position: absolute
}

.filters-options-wrapper {
	position: relative;
	right: -14px;
	height: auto;
	min-height: 60px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end
}

.filter-option {
	position: relative;
	opacity: .4;
	pointer-events: initial;
	margin-left: 12px;
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: opacity 0.15s ease-out 0s;
	transition: opacity 0.15s ease-out 0s
}

.filter-option:first-child {
	margin-left: 0
}

.filter-option.is_active,
.filter-option.is_active span,
.filter-option:hover {
	opacity: 1;
	pointer-events: none
}

.filter-option::after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 30px;
	opacity: 1;
	-webkit-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	width: 100%;
	border: 2px solid #000;
	border-radius: 30px;
	box-sizing: border-box;
	clip-path: inset(50% 0%)
}

.filter-option:hover::after {
	clip-path: inset(0% 0%)
}

.filter-option.is_active::after {
	clip-path: inset(0% 0%);
	opacity: 1
}

.filter-option span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%;
	pointer-events: initial;
	cursor: pointer;
	padding: 0 16px
}

.filter-option span::before {
	position: absolute;
	width: auto;
	top: 100%;
	left: 0;
	content: attr(data-hover);
	padding: 0 16px
}

.filter-option:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%
}

.showcase-portfolio {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 80px);
	margin: 0 auto;
	margin-top: 20px
}

.showcase-portfolio .clapat-item {
	position: relative;
	width: calc(33.3333% - 80px);
	height: 18vw;
	margin: 60px 40px 120px 40px;
	box-sizing: border-box;
	padding: 0;
	z-index: 10;
	display: block
}

.showcase-portfolio .clapat-item:nth-of-type(6n+1) {
	width: calc(40% - 80px);
	height: 44vw
}

.showcase-portfolio .clapat-item:nth-of-type(6n+2) {
	width: calc(40% - 80px);
	height: 22vw;
	margin-left: calc(20% + 40px)
}

.showcase-portfolio .clapat-item:nth-of-type(6n+3) {
	width: calc(60% - 80px);
	height: 33vw;
	margin-left: calc(20% + 40px)
}

.showcase-portfolio .clapat-item:nth-of-type(6n+4) {
	width: calc(40% - 80px);
	height: 22vw
}

.showcase-portfolio .clapat-item:nth-of-type(6n+5) {
	width: calc(40% - 80px);
	height: 44vw;
	margin-left: calc(20% + 40px)
}

.showcase-portfolio .clapat-item:nth-of-type(6n+6) {
	width: calc(60% - 80px);
	height: 33vw;
	margin-left: calc(20% + 40px)
}

.showcase-portfolio .slide-inner {
	padding-top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: visible
}

.showcase-portfolio .slide-inner::after {
	display: block;
	content: "";
	clear: both
}

.showcase-portfolio.items-filtered .slide-inner {
	transform: none !important
}

.showcase-portfolio.ease-transform .slide-inner {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.showcase-portfolio .slide-inner.disabled {
	pointer-events: none
}

.showcase-portfolio .section-image {
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / .1) 0 1px 3px 0, rgb(0 0 0 / .06) 0 1px 2px 0
}

.showcase-portfolio .section-image img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: transform 0.3s ease-out 0s;
	transition: transform 0.3s ease-out 0s
}

.showcase-portfolio .slide-inner:hover .section-image img,
.showcase-portfolio .above .section-image img {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.showcase-portfolio .slide-caption {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% + 50px);
	width: 100%;
	cursor: default;
	pointer-events: none;
	text-align: left;
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.showcase-portfolio .slide-caption .slide-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #000;
	overflow: hidden
}

.light-content .showcase-portfolio .slide-caption .slide-title {
	color: #fff
}

.showcase-portfolio .slide-caption .slide-title span {
	display: block
}

.showcase-portfolio .slide-caption .slide-cat {
	font-size: 14px;
	line-height: 32px;
	font-weight: 500;
	color: #000;
	z-index: 10;
	overflow: hidden;
	opacity: .4
}

.light-content .showcase-portfolio .slide-caption .slide-cat {
	color: #fff
}

.showcase-portfolio .slide-caption .slide-cat span {
	display: block
}

.gallery-close-thumbs {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	z-index: 50;
	pointer-events: none
}

.grid-open .gallery-close-thumbs {
	pointer-events: initial
}

.gallery-thumbs-wrapper {
	width: 100%;
	height: auto;
	min-height: 50%;
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 100;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
	flex-wrap: wrap
}

.gallery-thumbs-wrapper .trigger-item::before {
	float: left;
	padding-top: 62.5%;
	content: ""
}

.gallery-thumbs-wrapper .trigger-item {
	position: relative;
	width: calc(100% / 18 - 30px);
	height: auto;
	margin: 15px;
	aspect-ratio: 16/10
}

.gallery-thumbs-wrapper .trigger-item::after {
	display: block;
	content: "";
	clear: both
}

.gallery-zoom-wrapper {
	width: 55%;
	position: absolute;
	top: 130px;
	height: calc(100% - 340px);
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	z-index: 200;
	pointer-events: none
}

.gallery-zoom-wrapper .trigger-item::before {
	float: left;
	padding-top: 140%;
	content: ""
}

.gallery-zoom-wrapper .trigger-item {
	width: 100%;
	height: 100%;
	aspect-ratio: unset;
	position: relative;
	align-self: center
}

.gallery-zoom-wrapper .trigger-item::after {
	display: block;
	content: "";
	clear: both
}

.enable-trigger .gallery-zoom-wrapper .trigger-item {
	pointer-events: initial;
	cursor: pointer
}

.show-loader .showcase-gallery .clapat-slider {
	pointer-events: none
}

.disable-scroll .showcase-gallery .cp-button-prev,
.disable-scroll .showcase-gallery .cp-button-next {
	pointer-events: initial
}

.showcase-gallery .clapat-slider {
	padding: 0 35vw 0 35vw
}

.showcase-gallery .clapat-slider-viewport {
	z-index: 10;
	height: 100%
}

.showcase-gallery .clapat-slide {
	width: 30vw;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	z-index: 10;
	overflow: visible
}

.showcase-gallery .clapat-slide:hover {
	z-index: 10
}

.clapat-state-dragging .clapat-slider .clapat-slide {
	cursor: grabbing;
	pointer-events: none
}

.showcase-gallery .trigger-item {
	pointer-events: none
}

.showcase-gallery:not(.preview-mode-enabled) .trigger-item {
	pointer-events: initial
}

.showcase-gallery .clapat-slide .slide-moving,
.showcase-gallery .clapat-slide .trigger-item {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 0
}

.showcase-gallery .slide-inner::before {
	float: left;
	padding-top: 65%;
	content: ""
}

.showcase-gallery .slide-inner {
	padding-top: 0;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: visible
}

.showcase-gallery .slide-inner::after {
	display: block;
	content: "";
	clear: both
}

.slide-events {
	transform: translateY(0%);
	position: relative;
	display: flex;
	align-items: flex-start;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 60px 0 80px 0
}

.showcase-gallery .slide-inner.disabled {
	pointer-events: none
}

.showcase-gallery .slide-inner .trigger-item {
	width: 100%;
	height: 100%;
	position: relative
}

.showcase-gallery a.slide-link {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	webkit-transform: scale(.8);
	transform: scale(.8)
}

.showcase-gallery a.slide-link .parallax-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center
}

.showcase-gallery a.slide-link .parallax-element {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px
}

.showcase-gallery a.slide-link>i {
	font-size: 18px
}

.showcase-gallery .img-mask {
	overflow: visible
}

.showcase-gallery .section-image {
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	z-index: 0
}

.showcase-gallery.preview-mode-enabled .has-scale-small .section-image {
	-webkit-transform: scale(.6);
	transform: scale(.6)
}

.showcase-gallery.preview-mode-enabled .has-scale-medium .section-image {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.showcase-gallery:not(.preview-mode-enabled) .has-scale-small .img-mask {
	-webkit-transform: scale(.6);
	transform: scale(.6)
}

.showcase-gallery:not(.preview-mode-enabled) .has-scale-medium .img-mask {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.showcase-gallery .slide-caption::before {
	float: left;
	padding-top: calc(140% - 30px);
	content: ""
}

.showcase-gallery .slide-caption {
	position: absolute;
	left: auto;
	bottom: auto;
	height: 100%;
	aspect-ratio: unset;
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 100%;
	pointer-events: none;
	transform: translateY(50px);
	-webkit-transform: translateY(50px)
}

.showcase-gallery .slide-caption::after {
	display: block;
	content: "";
	clear: both
}

.showcase-gallery .clapat-slide .slide-caption {
	opacity: 0 !important
}

.showcase-gallery .slide-caption .slide-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	z-index: 10;
	overflow: hidden;
	position: absolute
}

.light-content .showcase-gallery .slide-caption .slide-title {
	color: #fff
}

.showcase-gallery .slide-caption .slide-title span {
	display: block
}

.showcase-gallery .slide-caption .slide-title span em {
	font-family: inherit
}

.showcase-gallery .slide-caption .slide-cat {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	overflow: hidden;
	opacity: .4
}

.light-content .showcase-gallery .slide-caption .slide-cat {
	color: #fff
}

.showcase-gallery .slide-caption .slide-cat span {
	display: block;
	opacity: 0
}

.slider-fixed-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 0;
	pointer-events: none;
	overflow: hidden
}

.grid-open .slider-fixed-content {
	opacity: 0.4 !important
}

#slide-inner-caption {
	display: table;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	box-sizing: border-box
}

.slide-hero-title {
	font-size: calc(0.6rem + 10.8vw);
	line-height: calc(0.6rem + 8.4vw);
	font-weight: 500;
	color: #000;
	position: relative;
	display: table;
	width: auto
}

.light-content .slide-hero-title {
	color: #fff
}

.text-align-center .slide-hero-title,
.text-align-center .slide-hero-title span,
.text-align-center .slide-hero-subtitle {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.slide-hero-title div {
	overflow: hidden
}

.height-title .slide-hero-title div {
	display: inline-block
}

.slide-hero-title span {
	opacity: 0;
	display: block;
	margin-top: 0;
	min-width: 3vw;
	transform: translateY(160px);
	-webkit-transform: translateY(160px)
}

.height-title .slide-hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: bottom center
}

.grid-open .height-title .slide-hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: top center
}

.slide-hero-subtitle {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	position: relative;
	margin-top: 50px;
	opacity: .4
}

.light-content .slide-hero-subtitle {
	color: #fff
}

.slide-hero-subtitle div {
	overflow: hidden
}

.slide-hero-subtitle span {
	opacity: 0;
	display: block;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	margin-top: 0
}

.snap-slider-holder {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important
}

.snap-slider-container {
	position: relative;
	margin: 0 auto
}

.snap-slide {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

.snap-slide .img-mask {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	top: 0;
	left: 0
}

.rounded-borders .snap-slide .img-mask {
	border-radius: 0
}

.snap-slide .section-image img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 100;
	object-position: center;
	object-fit: cover
}

.snap-slider-captions {
	position: absolute;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	pointer-events: none
}

.snap-slide-caption {
	position: relative;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: auto;
	height: auto;
	box-sizing: border-box;
	padding: 10px 0;
	opacity: .1;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.in-view.snap-slide-caption {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.snap-slider-captions .inner {
	vertical-align: middle;
	position: relative
}

.snap-slider-captions .slide-title-wrapper {
	margin: 0 auto;
	cursor: pointer;
	pointer-events: none
}

.in-view.snap-slide-caption .slide-title-wrapper {
	pointer-events: initial
}

.snap-slider-captions .slide-title {
	font-size: calc(1rem + 8vw);
	line-height: calc(1rem + 7.5vw);
	font-weight: 500;
	color: #fff;
	overflow: hidden;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out
}

.in-view.snap-slide-caption.change-header .slide-title {
	color: #000
}

.snap-slider-captions .slide-title span {
	display: block;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.snap-slider-captions .slide-subtitle {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	color: #fff
}

.snap-slider-captions .change-header .slide-subtitle {
	color: #000
}

.snap-slider-captions .slide-subtitle span {
	display: block;
	opacity: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.in-view.snap-slide-caption .slide-subtitle span {
	opacity: 0
}

@media only screen and (max-width:1537px) {
	.gallery-zoom-wrapper {
		width: 40%;
		top: 100px;
		height: calc(100% - 280px)
	}

	.gallery-thumbs-wrapper {
		bottom: 30px
	}

	.slide-hero-title {
		font-size: calc(0.6rem + 10.8vw);
		line-height: calc(0.6rem + 8.4vw)
	}

	.slide-hero-subtitle {
		margin-top: 30px
	}
}

@media only screen and (max-width:1466px) {
	.clapat-pagination {
		bottom: 30px
	}

	.overlapping-image .slide-caption .slide-cat {
		bottom: 60px;
		right: 60px
	}

	.showcase-portfolio {
		width: calc(100% - 60px)
	}

	.showcase-portfolio .clapat-item {
		width: calc(33.3333% - 60px);
		margin: 60px 30px 120px 30px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+1) {
		width: calc(40% - 60px);
		height: 44vw
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+2) {
		width: calc(40% - 60px);
		height: 22vw;
		margin-left: calc(20% + 30px)
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+3) {
		width: calc(60% - 60px);
		height: 33vw;
		margin-left: calc(20% + 30px)
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+4) {
		width: calc(40% - 60px);
		height: 22vw
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+5) {
		width: calc(40% - 60px);
		height: 44vw;
		margin-left: calc(20% + 30px)
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+6) {
		width: calc(60% - 60px);
		height: 33vw;
		margin-left: calc(20% + 30px)
	}

	.showcase-portfolio .slide-caption .slide-title {
		font-size: 20px;
		line-height: 28px
	}

	.showcase-portfolio .slide-caption .slide-cat {
		line-height: 28px
	}

	.gallery-thumbs-wrapper {
		bottom: 25px
	}

	.gallery-thumbs-wrapper .trigger-item {
		width: calc(100% / 16 - 20px);
		margin: 10px
	}
}

@media only screen and (max-width:1024px) {
	.progress-info {
		margin-top: 30px
	}

	.clapat-pagination {
		bottom: 30px
	}

	.overlapping-image .slide-caption .slide-cat {
		bottom: 40px;
		right: 40px
	}

	.showcase-portfolio {
		width: calc(100% - 40px)
	}

	.showcase-portfolio .clapat-item {
		width: calc(33.3333% - 40px);
		margin: 40px 20px 120px 20px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+1) {
		width: calc(45% - 40px);
		height: 48vw
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+2) {
		width: calc(45% - 40px);
		height: 25vw;
		margin-left: calc(10% + 20px)
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+3) {
		width: calc(60% - 40px);
		height: 33vw;
		margin-left: calc(20% + 20px)
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+4) {
		width: calc(45% - 40px);
		height: 25vw
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+5) {
		width: calc(45% - 40px);
		height: 48vw;
		margin-left: calc(10% + 20px)
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+6) {
		width: calc(60% - 40px);
		height: 33vw;
		margin-left: calc(20% + 20px)
	}

	.showcase-portfolio .section-image {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	.showcase-portfolio .slide-caption .slide-title {
		font-size: 18px
	}

	.showcase-gallery .clapat-slider {
		padding: 0 25vw 0 25vw
	}

	.showcase-gallery .clapat-slide {
		width: 50vw
	}

	.gallery-thumbs-wrapper {
		width: 100%;
		height: 100%;
		min-height: 100%;
		bottom: 12%
	}

	.gallery-thumbs-wrapper .trigger-item {
		width: calc(100% / 10 - 20px);
		margin: 10px;
		top: 120px
	}

	.gallery-zoom-wrapper {
		width: 80%;
		top: 20%;
		height: calc(60% - 50px)
	}
}

@media only screen and (max-width:767px) {
	.showcase-portfolio .slide-caption .slide-title {
		font-size: 14px
	}

	.progress-info {
		margin-top: 30px
	}

	.clapat-pagination {
		height: 20px;
		bottom: 30px
	}

	.clapat-pagination-bullet {
		width: 20px;
		height: 20px
	}

	.clapat-pagination-bullet .parallax-wrap {
		width: 20px;
		height: 20px
	}

	.overlapping-image .slide-caption .slide-cat {
		top: 30px;
		bottom: auto;
		right: 30px
	}

	.showcase-portfolio {
		width: calc(100% - 30px)
	}

	.showcase-portfolio .clapat-item {
		width: calc(33.3333% - 30px);
		margin: 30px 15px 60px 15px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+1) {
		width: calc(100% - 30px);
		height: 55vw;
		margin-left: 15px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+2) {
		width: calc(100% - 30px);
		height: 55vw;
		margin-left: 15px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+3) {
		width: calc(100% - 30px);
		height: 55vw;
		margin-left: 15px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+4) {
		width: calc(100% - 30px);
		height: 55vw;
		margin-left: 15px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+5) {
		width: calc(100% - 30px);
		height: 55vw;
		margin-left: 15px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+6) {
		width: calc(100% - 30px);
		height: 55vw;
		margin-left: 15px
	}

	.showcase-gallery .clapat-slider {
		padding: 0 20vw 0 20vw
	}

	.showcase-gallery .clapat-slide {
		width: 60vw
	}

	.gallery-thumbs-wrapper {
		bottom: 25%
	}
}

@media only screen and (max-width:479px) {

	.cp-button-prev .button-icon,
	.cp-button-next .button-icon {
		color: #fff;
		background-color: #000
	}

	.light-content .cp-button-prev .button-icon,
	.light-content .cp-button-next .button-icon {
		color: #000;
		background-color: #fff
	}

	.slide-hero-subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
		max-width: 100%
	}

	.overlapping-image .slide-caption .slide-cat {
		top: 20px;
		bottom: auto;
		right: 20px
	}

	.showcase-portfolio {
		width: calc(100% - 20px)
	}

	.showcase-portfolio .clapat-item {
		width: calc(33.3333% - 20px);
		margin: 20px 10px 60px 10px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+1) {
		width: calc(100% - 20px);
		height: 55vw;
		margin-left: 10px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+2) {
		width: calc(100% - 20px);
		height: 55vw;
		margin-left: 10px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+3) {
		width: calc(100% - 20px);
		height: 55vw;
		margin-left: 10px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+4) {
		width: calc(100% - 20px);
		height: 55vw;
		margin-left: 10px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+5) {
		width: calc(100% - 20px);
		height: 55vw;
		margin-left: 10px
	}

	.showcase-portfolio .clapat-item:nth-of-type(6n+6) {
		width: calc(100% - 20px);
		height: 55vw;
		margin-left: 10px
	}

	.showcase-gallery .clapat-slider {
		padding: 0 15vw 0 15vw
	}

	.showcase-gallery .clapat-slide {
		width: 70vw
	}
}

.pinned-section {
	position: relative;
	display: table !important;
	width: 100%;
	margin: 0 auto;
	max-width: 1160px
}

.full .pinned-section {
	max-width: 100%
}

.pinned-section .pin-spacer {
	width: 50% !important
}

.pinned-element {
	position: relative;
	display: block;
	height: auto;
	float: left;
	width: 50%;
	margin: 0;
	box-sizing: border-box
}

.pinned-element.left {
	padding-right: 30px
}

.pinned-element.right {
	padding-left: 30px
}

.scrolling-element {
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	box-sizing: border-box
}

.scrolling-element.left {
	padding-right: 30px
}

.scrolling-element.right {
	padding-left: 30px
}

.scrolling-element img {
	display: block;
	height: auto;
	width: 100%
}

.title-moving-forward,
.title-moving-backward {
	clear: both;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 6vw;
	box-sizing: border-box
}

.marquee-text-wrapper {
	white-space: nowrap;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important
}

.marquee-text {
	font-weight: 500;
	display: inline-block;
	color: #000
}

.marquee-text:before {
	content: ".";
	color: #fff0
}

.light-content .marquee-text {
	color: #fff
}

.light-content .light-section .marquee-text {
	color: #000
}

.hover-reveal {
	position: fixed;
	width: 20vw;
	height: 30vw;
	pointer-events: none;
	opacity: 0;
	left: auto;
	right: auto;
	margin: auto
}

.content-row>.hover-reveal {
	z-index: -1
}

.rounded-borders .hover-reveal {
	border-radius: 8px;
	overflow: hidden
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: absolute
}

.hover-reveal__img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	display: block
}

.clapat-slider-wrapper.content-slider {
	width: 100%;
	height: auto;
	position: relative
}

.content-slider .clapat-slider-viewport {
	display: flex;
	position: relative;
	margin: 0 auto
}

.content-slider.looped-carousel .clapat-slider-viewport {
	max-width: 1280px
}

.content-slider.small-looped-carousel .clapat-slider-viewport {
	max-width: 600px
}

.content-slider .clapat-slider {
	padding: 0 0 0 0;
	height: auto;
	position: relative
}

.content-slider .clapat-slide {
	width: 100%
}

.content-slider.looped-carousel .clapat-slide {
	padding: 0 60px
}

.content-slider.small-looped-carousel .clapat-slide {
	padding: 0 20px
}

.rounded-borders .content-slider {
	border-radius: 8px;
	overflow: hidden
}

.rounded-borders .content-slider.looped-carousel img,
.rounded-borders .content-slider.small-looped-carousel img {
	border-radius: 8px
}

.content-slider.looped-carousel .clapat-button-prev,
.content-slider.looped-carousel .clapat-button-next {
	display: none
}

.disable-cursor .content-slider.looped-carousel .clapat-button-prev,
.disable-cursor .content-slider.looped-carousel .clapat-button-next {
	display: block
}

.content-slider.small-looped-carousel .clapat-button-prev,
.content-slider.small-looped-carousel .clapat-button-next {
	display: none
}

.disable-cursor .content-slider.small-looped-carousel .clapat-button-prev,
.disable-cursor .content-slider.small-looped-carousel .clapat-button-next {
	display: block
}

.content-slider .clapat-pagination {
	bottom: 20px
}

.content-slider .slider-button-prev {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
	cursor: pointer
}

.content-slider .slider-button-next {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 50%;
	height: 100%;
	z-index: 10;
	cursor: pointer
}

.content-slider .clapat-pagination {
	opacity: 1
}

.content-slider .clapat-pagination-bullet .parallax-wrap {
	width: 40px;
	height: 40px;
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
	pointer-events: initial
}

.content-slider .clapat-pagination-bullet .parallax-element {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 50px
}

.clapat-pagination-bullet-active .path {
	display: inline-block !important;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: dash ease-in 3s;
	animation-iteration-count: unset
}

.clapat-pagination-bullet .path {
	stroke: #000
}

.clapat-pagination-bullet .solid-fill {
	fill: #000
}

.light-content .clapat-pagination-bullet .path,
.dark-section .clapat-pagination-bullet .path {
	stroke: #fff
}

.light-content .light-section .clapat-pagination-bullet .path {
	stroke: #000
}

.light-content .clapat-pagination-bullet .solid-fill,
.dark-section .clapat-pagination-bullet .solid-fill {
	fill: #fff
}

.light-content .light-section .clapat-pagination-bullet .solid-fill,
.light-content .dark-section .dark-cursor .clapat-pagination-bullet .solid-fill {
	fill: #000
}

.light-cursor .clapat-pagination-bullet .path {
	stroke: #fff !important
}

.dark-cursor .clapat-pagination-bullet .path {
	stroke: #000 !important
}

.light-cursor .clapat-pagination-bullet .solid-fill {
	fill: #fff !important
}

.dark-cursor .clapat-pagination-bullet .solid-fill {
	fill: #000 !important
}

.path {
	display: none
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000
	}

	to {
		stroke-dashoffset: 0
	}
}

.disable-cursor .full .looped-carousel .clapat-controls {
	position: absolute;
	width: calc(100% - 60px);
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.disable-cursor .full .small-looped-carousel .clapat-controls {
	position: absolute;
	width: calc(100% - 60px);
	max-width: 540px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}

.disable-cursor .slider-button-prev {
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out
}

.disable-cursor .slider-button-prev:hover {
	opacity: 1
}

.disable-cursor .slider-button-prev::after {
	font: var(--fa-font-solid);
	content: "\f104";
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff
}

.disable-cursor .light-cursor .slider-button-prev::after,
.disable-cursor .light-cursor .slider-button-next::after {
	color: #090909
}

.disable-cursor .dark-cursor .slider-button-prev::after,
.disable-cursor .dark-cursor .slider-button-next::after {
	color: #000
}

.disable-cursor .slider-button-next {
	position: absolute;
	top: calc(50% - 30px);
	left: auto;
	right: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: opacity 0.15s ease-out;
	transition: opacity 0.15s ease-out
}

.disable-cursor .slider-button-next:hover {
	opacity: 1
}

.disable-cursor .slider-button-next::after {
	font: var(--fa-font-solid);
	content: "\f105";
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff
}

.hero-video-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden !important;
	opacity: 0
}

.item .hero-video-wrapper,
.clapat-item .hero-video-wrapper,
.hover-reveal__img .hero-video-wrapper,
.clapat-slider .hero-video-wrapper,
.gallery-zoom-wrapper .hero-video-wrapper,
.gallery-thumbs-wrapper .hero-video-wrapper,
.overlapping-image .hero-video-wrapper,
.snap-slide .hero-video-wrapper {
	position: absolute;
	box-sizing: border-box;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	background-size: cover;
	padding: 0;
	overflow: hidden !important;
	opacity: 1;
	top: 0;
	z-index: 120;
	pointer-events: none
}

.content-video-wrapper {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	overflow: hidden !important;
	z-index: 1
}

.video-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s;
	transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s
}

.video-cover.hidden {
	opacity: 0;
	height: calc(100% - 50px);
	-webkit-transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
	transition: opacity 0.3s ease-out, height 0s ease-out 0.3s
}

.control {
	bottom: 25px;
	color: #ccc;
	display: none;
	left: 0;
	position: absolute;
	width: calc(100% - 40px);
	z-index: 5;
	background-color: #eee;
	padding: 0;
	box-sizing: border-box;
	right: 0;
	margin: 0 auto
}

.full .control {
	bottom: 10px;
	width: calc(100% - 160px)
}

.control .sound {
	width: 30px;
	height: 50px;
	float: left;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	color: #fff;
	opacity: .4;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.control .sound:hover {
	opacity: 1
}

.control .sound i {
	line-height: 50px
}

.control .sound i:last-child {
	display: none
}

.progress span {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block
}

.button-box {
	line-height: 16px;
	cursor: pointer;
	border: none;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	position: relative
}

.text-align-center .button-box,
.text-align-center.button-box {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center
}

.text-align-center.button-box {
	display: flex;
	margin: auto
}

.clapat-button-wrap {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	min-width: 100px;
	height: 60px
}

.clapat-button-wrap.circle {
	min-width: 104px;
	height: 104px
}

.text-align-center .clapat-button-wrap {
	margin: 0 auto
}

.clapat-button {
	opacity: 1
}

.button-border {
	height: 50px;
	width: auto;
	border: solid 2px #000;
	background-color: #000;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	overflow: hidden;
	color: #000;
	text-align: center;
	-webkit-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
	box-sizing: initial !important
}

.light-content .button-border,
.dark-section .button-border {
	border: solid 2px #fff;
	background-color: #fff
}

.light-content .light-section .button-border {
	border: solid 2px #000;
	background-color: #000
}

.light-content .button-border a,
.dark-section .button-border a {
	color: #000
}

.light-content .light-section .button-border a {
	color: #fff
}

.button-border.rounded {
	border-radius: 30px
}

.button-border.outline {
	border: solid 2px #000;
	color: #000;
	background-color: #fff0
}

.light-content .light-section .button-border.outline {
	border: solid 2px #000;
	background-color: #fff0
}

.clapat-button a {
	position: relative;
	display: block;
	height: 100%
}

.light-content .button-border.outline a,
.dark-section .button-border.outline a {
	color: #fff
}

.light-content .light-section .button-border.outline a {
	color: #000
}

.dark-content .light-section .button-border a {
	color: #fff
}

.dark-content .light-section .button-border.outline a {
	color: #000
}

.circle .button-border {
	border-radius: 100px;
	height: 100px;
	width: 100px
}

.button-border span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%;
	padding: 0 40px
}

.button-border span::before {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	content: attr(data-hover);
	text-align: center
}

.clapat-button:hover .button-border span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%
}

.clapat-button-wrap.circle:hover .button-border {
	border: solid 2px #fff0
}

.clapat-button-wrap.circle .button-border input,
.clapat-button-wrap.circle .button-border a {
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	padding: 0;
	font-size: 12px;
	cursor: pointer
}

.has-animation {
	opacity: 0;
	-webkit-transition: translateY(30px);
	transform: translateY(30px)
}

.has-animation.has-cover {
	opacity: 1;
	-webkit-transition: translateY(0);
	transform: translateY(0);
	overflow: hidden
}

.has-animation.has-cover::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	-webkit-transition: all 0.6s cubic-bezier(.54, .49, .2, 1.01);
	-o-transition: all 0.6s cubic-bezier(.54, .49, .2, 1.01);
	transition: all 0.6s cubic-bezier(.54, .49, .2, 1.01)
}

.has-animation.has-cover.animated::after {
	width: 0
}

.has-animation.has-cover img {
	opacity: 1;
	-webkit-transition: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.6s cubic-bezier(.54, .49, .2, 1.01);
	-o-transition: all 0.6s cubic-bezier(.54, .49, .2, 1.01);
	transition: all 0.6s cubic-bezier(.54, .49, .2, 1.01)
}

.has-animation.has-cover.animated img {
	opacity: 1;
	-webkit-transition: scale(1);
	transform: scale(1)
}

.has-mask {
	margin-bottom: 10px
}

.has-mask span {
	display: inline-table;
	overflow: hidden
}

.has-mask span>span {
	display: inline-table;
	margin: 0 !important;
	line-height: inherit;
	height: inherit;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}

h1.big-title.has-mask span,
h1.big-title.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 12px
}

h1.has-mask span,
h1.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 12px
}

h2.has-mask span,
h2.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 10px
}

h3.has-mask span,
h3.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 8px
}

h4.has-mask span,
h4.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 7px
}

h5.has-mask span,
h5.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 6px
}

h6.has-mask span,
h6.has-mask span>span {
	line-height: inherit;
	height: inherit;
	margin-right: 5px
}

.has-mask-fill>span {
	position: relative;
	display: inline;
	-webkit-text-fill-color: rgb(0 0 0 / .1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
	background-size: 0% 100%
}

.has-mask-fill.block-title>span {
	display: block
}

.light-content .has-mask-fill>span,
.dark-section .has-mask-fill>span {
	-webkit-text-fill-color: rgb(255 255 255 / .1);
	background-image: linear-gradient(#fff, #fff)
}

.light-content .light-section .has-mask-fill>span {
	-webkit-background-clip: text;
	background-repeat: no-repeat
}

.has-hover-image {
	cursor: pointer;
	display: inline-block;
	position: relative
}

span.has-hover-image::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	transform: scaleX(1);
	transform-origin: left;
	transition: transform 0.2s ease-out
}

.light-content span.has-hover-image::before,
.dark-section span.has-hover-image::before {
	background: #fff
}

.light-content .light-section span.has-hover-image::before {
	background: #000
}

span.has-hover-image:hover::before {
	transform: scaleX(0);
	transform-origin: right
}

span.has-hover-image .hover-reveal {
	left: 0;
	width: 400px;
	height: 250px;
	overflow: hidden
}

span.has-hover-image.vertical .hover-reveal {
	width: 300px;
	height: 400px
}

.has-opacity span {
	opacity: .2
}

.number-counter {
	position: relative;
	display: table
}

.number-counter::after {
	content: attr(data-symbol);
	line-height: inherit;
	top: 0;
	position: absolute;
	left: calc(100% + 5px)
}

a.link {
	display: inline-block;
	position: relative
}

.light-content a.link {
	color: #fff
}

.light-content .light-section a.link {
	color: #000
}

a.link::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.2s ease-out
}

h1 a.link::before {
	bottom: 0;
	height: 3px
}

.light-content a.link::before,
.dark-section a.link::before {
	background: #fff
}

.light-content .light-section a.link::before {
	background: #000
}

a.link:hover::before {
	transform: scaleX(1);
	transform-origin: left
}

.box-icon-wrapper {
	display: table;
	position: relative;
	box-sizing: border-box;
	height: auto;
	width: 100%
}

.box-icon {
	color: #000;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px
}

.text-align-center .box-icon {
	margin: auto
}

.box-icon i {
	position: relative;
	margin-bottom: 0;
	font-size: 24px
}

.light-content .box-icon {
	color: #fff
}

.light-content .light-section .box-icon {
	color: #000
}

.box-icon:after {
	content: "";
	clear: both;
	display: table
}

.box-icon-content {
	position: relative;
	width: 100%;
	box-sizing: border-box
}

.box-icon h5 {
	margin-bottom: 5px
}

.parallax-image-content {
	position: relative;
	margin: 0 auto;
	z-index: 10;
	height: 100%;
	width: 100%;
	box-sizing: border-box
}

.parallax-image-content .outer {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box
}

.parallax-image-content img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block
}

.rounded-borders .parallax-image-content img { 
	border-radius: 8px
}

.clients-table {
	position: relative;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-middle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.light-content .clients-table,
.dark-section .clients-table {
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-middle-white.png)
}

.light-content .light-section .clients-table {
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-middle.png)
}

.clients-table::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.light-content .clients-table::before,
.dark-section .clients-table::before {
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-top-white.png)
}

.light-content .light-section .clients-table::before {
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-top.png)
}

.clients-table::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-bottom.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.light-content .clients-table::after,
.dark-section .clients-table::after {
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-bottom-white.png)
}

.light-content .light-section .clients-table::after {
	background-image: url(ultra-luxury-4bhk-flats-for-sale-in-rajendranagar-hyderabad/images/clients-bottom.png)
}

.clients-table li {
	position: relative;
	display: block;
	width: calc(100% / 4 - 40px);
	height: auto;
	box-sizing: border-box;
	text-align: center;
	margin: 20px;
	overflow: hidden;
	padding: 30px
}

.clients-table li img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: .6;
	position: relative;
	display: block;
	object-position: center;
	object-fit: cover;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s
}

.clients-table li:hover img {
	opacity: 1
}

.accordion {
	padding: 20px 0;
	padding-top: 0;
	margin: 0
}

.accordion.bigger-acc,
.light-content .accordion.bigger-acc,
.dark-section .accordion.bigger-acc,
.light-content .light-section .accordion.bigger-acc {
	border-top: none;
	border-bottom: none;
	padding: 0 0
}

.accordion dt {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	z-index: 10;
	border-top: 1px solid rgb(0 0 0 / .1)
}

.accordion.bigger-acc dt {
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 1.5vw);
	margin-top: 40px;
	padding-top: 40px
}

.light-content .accordion dt,
.dark-section .accordion dt {
	border-top: 1px solid rgb(255 255 255 / .2)
}

.light-content .light-section .accordion dt {
	border-top: 1px solid rgb(0 0 0 / .1)
}

.accordion dt:first-child {
	margin-top: 0;
	border-top: none
}

.accordion dt span {
	width: calc(100% - 30px);
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0;
	color: #000;
	font-family: inherit
}

.accordion:not(.bigger-acc) dt span em {
	font-family: inherit
}

.accordion.bigger-acc dt span {
	font-family: inherit
}

.accordion.bigger-acc dt span>div {
	position: relative;
	display: table;
	float: left;
	width: auto;
	-webkit-text-fill-color: rgb(0 0 0 / .1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000);
	background-size: 100% 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s
}

.accordion.bigger-acc:hover dt span>div {
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	background-size: 0% 100%
}

.accordion.bigger-acc:hover dt:hover span>div,
.accordion.bigger-acc:hover dt.accordion-active span>div {
	background-size: 100% 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s
}

.light-content .accordion.bigger-acc dt span>div,
.dark-section .accordion.bigger-acc dt span>div {
	-webkit-text-fill-color: rgb(255 255 255 / .1);
	background-image: linear-gradient(#fff, #fff)
}

.light-content .light-section .accordion.bigger-acc dt span>div {
	-webkit-text-fill-color: rgb(0 0 0 / .1);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(#000, #000)
}

.light-content .accordion dt span,
.dark-section .accordion dt span {
	color: #fff
}

.accordion .accordion-content {
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 28px;
	padding-left: 0;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 5px;
	z-index: 0;
	position: relative
}

.accordion.bigger-acc .accordion-content {
	font-size: 18px;
	line-height: 30px
}

.light-content .accordion .accordion-content,
.dark-section .accordion .accordion-content {
	color: #ccc
}

.light-content .light-section .accordion .accordion-content {
	color: #444
}

.acc-icon-wrap {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: none;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s
}

.accordion.bigger-acc .acc-icon-wrap {
	height: 50px;
	width: 50px
}

.accordion dt:hover .acc-icon-wrap,
.accordion dt.accordion-active .acc-icon-wrap {
	opacity: 1
}

.acc-button-icon {
	height: 30px;
	width: 30px;
	color: #000;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background: rgb(0 0 0 / .1);
	border-radius: 50px;
	-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
	transition: background 0.2s ease 0s, color 0.2s ease 0s
}

.accordion.bigger-acc .acc-button-icon {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 16px;
	background: rgb(0 0 0 / .1);
	border-radius: 50px
}

.accordion dt:hover .acc-button-icon,
.accordion dt.accordion-active .acc-button-icon {
	background: #000;
	color: #fff
}

.light-content accordion .acc-button-icon,
.dark-section .accordion .acc-button-icon {
	background: rgb(255 255 255 / .1)
}

.light-content .accordion dt:hover .acc-button-icon,
.dark-section .accordion dt.accordion-active .acc-button-icon {
	background: #fff;
	color: #000
}

.light-content .light-section accordion .acc-button-icon {
	background: rgb(0 0 0 / .1)
}

.light-content .light-section dt:hover .acc-button-icon,
.light-content .light-section .accordion dt.accordion-active .acc-button-icon {
	background: #000;
	color: #fff
}

.light-content .accordion .acc-button-icon,
.dark-section .accordion .acc-button-icon {
	color: #fff
}

.light-content .light-section .accordion .acc-button-icon {
	color: #000
}

.acc-button-icon i {
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	-webkit-transition: transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s
}

dt.accordion-active .acc-button-icon i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.justified-gallery {
	box-sizing: border-box;
	padding: 0 0;
	width: calc(100% + 20px) !important;
	margin-left: -10px
}

.text-align-center #contact-formular {
	margin: 0 auto;
	max-width: 800px
}

#contact-formular::after {
	clear: both;
	content: " ";
	display: table
}

#contactform {
	position: relative
}


.message-box {
	position: relative;
	display: block
}

.message-box {
	float: left;
	width: 100%;
	margin-top: 60px
}

.verify-box {
	float: left;
	width: 100%;
	margin-bottom: 60px
}

.text-align-center .verify-box {
	float: none;
	width: auto;
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-bottom: 60px
}

.verify-sum {
	margin: 0;
	padding: 0;
	float: left
}

.verify-sum li {
	list-style: none;
	display: block;
	float: left;
	color: #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 3px;
	background-color: #000;
	margin-bottom: 0
}

.light-content .verify-sum li,
.dark-section .verify-sum li {
	color: #000;
	background-color: #fff
}

.light-content .light-section .verify-sum li {
	color: #fff;
	background-color: #000
}

.verify-sum li:nth-child(2),
.verify-sum li:nth-child(4) {
	width: 30px;
	color: #444;
	background-color: #fff0
}

.light-content .verify-sum li:nth-child(2),
.light-content .verify-sum li:nth-child(4),
.dark-section .verify-sum li:nth-child(2),
.dark-section .verify-sum li:nth-child(4) {
	color: #fff;
	background-color: #fff0
}

.light-content .light-section .verify-sum li:nth-child(2),
.light-content .light-section .verify-sum li:nth-child(4) {
	color: #444;
	background-color: #fff0
}

input#verify {
	float: left;
	width: 34px;
	padding: 0;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: none;
	border-radius: 3px;
	background-color: #000;
	color: #fff
}

.light-content input#verify,
.dark-section input#verify {
	background-color: #fff;
	color: #000
}

.light-content .light-section input#verify {
	background-color: #000;
	color: #fff
}

#contact-formular .required {
	float: left;
	width: auto;
	font-size: 14px;
	line-height: 34px;
	margin-left: 20px;
	margin-bottom: 0
}

#contact-formular .text-align-center .required {
	float: left;
	margin-left: 0;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	padding-top: 10px
}

input,
textarea {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	padding: 12px 20px 12px 20px;
	padding-left: 0;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-sizing: border-box;
	background-color: #fff0;
	outline: none;
	border-bottom: 1px solid rgb(0 0 0 / .3)
}

input[type="search"] {
	padding-left: 0
}

.light-content input,
.light-content textarea,
.dark-section input,
.dark-section textarea {
	color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / .3)
}

.light-content .light-section input,
.light-content .light-section textarea {
	color: #000;
	border-bottom: 1px solid rgb(0 0 0 / .3)
}

::placeholder,
.light-content .light-section ::placeholder {
	color: #000;
	opacity: 1
}

.light-content ::placeholder,
.dark-section ::placeholder {
	color: #fff;
	opacity: 1
}

.light-content :-ms-input-placeholder,
.dark-section :-ms-input-placeholder {
	color: #fff
}

.light-content .light-section :-ms-input-placeholder {
	color: #000;
	opacity: 1
}

.light-content ::-ms-input-placeholder {
	color: #fff
}

.input_label {
	background-color: #000;
	height: 2px;
	left: 0;
	position: absolute;
	top: 49px;
	width: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.light-content .input_label,
.dark-section .input_label {
	background-color: #fff
}

.light-content .light-section .input_label {
	background-color: #000
}

.input_label.slow {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

input:focus+.input_label,
textarea:focus+.input_label,
select:focus+.input_label {
	width: 100%
}

textarea {
	resize: none;
	margin-bottom: 0;
	height: 50px;
	box-sizing: border-box;
	padding: 14px 20px 6px 20px;
	padding-left: 0;
	margin-bottom: 40px
}

textarea:after {
	background-color: #000;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 20px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

input[type="submit"] {
	margin: 0;
	background: #fff0;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 50px;
	padding-right: 50px;
	height: 100%
}

.light-content input[type="submit"],
.dark-section input[type="submit"] {
	color: #000
}

.light-content .light-section input[type="submit"] {
	color: #fff
}

.outline input[type="submit"] {
	color: #000
}

.light-content .outline input[type="submit"],
.dark-section .outline input[type="submit"] {
	color: #fff
}

.light-content .light-section .outline input[type="submit"] {
	color: #000
}

#message fieldset {
	border: none
}

#map_canvas {
	display: block;
	height: 100vh;
	position: relative;
	width: 100%
}

.rounded-borders #map_canvas {
	border-radius: 8px;
	overflow: hidden
}

.moving-gallery li {
	position: relative;
	width: 25vw;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin: 10px 0;
	list-style: none
}

.moving-gallery li img {
	height: auto;
	margin: 0
}

.moving-gallery li img {
	border: 1px solid rgb(255 255 255 / .15)
}

.rounded-borders .moving-gallery li img {
	border-radius: 12px
}

.zoom-gallery {
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: calc(100vw);
	height: auto;
	pointer-events: none
}

.zoom-wrapper-gallery {
	position: relative;
	border-right: 0 solid red;
	box-sizing: border-box;
	margin: 0;
	padding: 0 70px;
	clear: both;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center
}

.zoom-wrapper-gallery li {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	list-style: none;
	z-index: 0;
	width: 50%;
	max-width: 50%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center
}

.zoom-wrapper-gallery li.zoom-center {
	z-index: 1
}

.zoom-wrapper-gallery li .zoom-img-wrapper {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #666
}

.rounded-borders .zoom-wrapper-gallery li .zoom-img-wrapper {
	border-radius: 8px
}

.zoom-wrapper-gallery li .zoom-img-wrapper img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 100;
	object-position: center;
	object-fit: cover
}

.zoom-wrapper-thumb {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	display: block
}

.zoom-wrapper-thumb .zoom-img-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden
}

.rounded-borders .zoom-wrapper-thumb .zoom-img-wrapper {
	border-radius: 8px
}

.zoom-wrapper-thumb .zoom-img-wrapper img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 100;
	object-position: center;
	object-fit: cover
}

.slowed-pin {
	position: relative;
	overflow: hidden
}

.slowed-pin>.pin-spacer {
	pointer-events: none
}

.slowed-text {
	position: absolute;
	height: auto;
	min-height: 100vh;
	width: 100%;
	max-width: 980px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 8vw 20px;
	z-index: 1;
	pointer-events: none;
	margin: auto;
	left: 0;
	right: 0
}

.slowed-text-wrapper {
	position: relative;
	display: block
}

.slowed-images {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
	margin: auto
}

.slowed-image {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 0;
	margin: 150px 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column
}

.slowed-image:nth-of-type(2n+2) {
	align-items: flex-end
}

.slowed-image img {
	width: auto;
	max-width: 30% !important;
	height: auto !important;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transform: scale(.95) translateY(30%);
	transform: scale(.95) translateY(30%)
}

.rounded-borders .slowed-image img {
	border-radius: 8px
}

.panels {
	position: relative;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: calc(100vw) !important
}

.panels-container {
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: flex-start;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box
}

.panels-container>.panel {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 10px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: column;
	max-width: 100vw
}

.panels-container>.panel:first-child {
	margin-left: 80px
}

.panels-container>.panel:last-child {
	margin-right: 80px
}

.panels-container .panel img {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	object-position: center;
	object-fit: cover
}

.rounded-borders .panels-container .panel img {
	border-radius: 8px
}

.panels-container .panel:first-child img {
	margin-left: 0
}

.panels-container .panel:last-child img {
	margin-right: 0
}

.pinned-image {
	box-sizing: border-box;
	padding-bottom: 300px;
	position: relative
}

.pinned-image:first-child {
	padding-top: 0
}

.pinned-image:last-child {
	z-index: 10;
	padding-bottom: 0
}

.rounded-borders .pinned-image img {
	border-radius: 8px
}

.reveal-gallery {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}

.reveal-img {
	width: auto;
	height: auto;
	position: absolute;
	display: block;
	top: 0;
	left: auto;
	right: auto;
	margin: auto;
	z-index: 0;
	opacity: .95
}

.reveal-img-fixed {
	width: 50%;
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	z-index: 10
}

.reveal-img:first-child {
	left: 0;
	transform: rotate(-4deg)
}

.reveal-img:last-child {
	right: 0;
	transform: rotate(4deg)
}

.reveal-gallery img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	display: block;
	object-position: center;
	object-fit: contain;
	margin: auto
}

.rounded-borders .reveal-gallery img {
	border-radius: 8px
}

.clipped-image-wrapper {
	position: relative;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
	overflow: hidden
}

.clipped-image-pin {
	position: relative;
	display: block
}

.clipped-image {
	position: relative;
	z-index: 0;
	width: 100vw;
	height: 100vh;
	display: block;
	overflow: hidden;
	clip-path: circle(22%);
	margin: 0 auto
}

.clipped-image img {
	width: 100%;
	height: 100% !important;
	position: relative;
	display: block;
	z-index: 0;
	object-position: center;
	object-fit: cover
}

.clipped-image-gradient {
	position: absolute;
	height: 30%;
	width: 100%;
	bottom: 0;
	opacity: 0;
	background-color: #00000095;
	z-index: 10;
	-webkit-mask-image: linear-gradient(transparent, black 85%);
	mask-image: linear-gradient(transparent, black 85%)
}

.clipped-image-content {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	margin: 0 auto;
	z-index: 10
}

.list-rotator-wrapper {
	position: relative;
	display: block;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important;
	overflow: hidden
}

.list-rotator-title {
	position: absolute;
	margin: 0 auto;
	display: table;
	top: 45px;
	left: 0;
	right: 0;
	padding-top: 45px;
	z-index: 100;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 4px 16px;
	box-sizing: border-box;
	border-radius: 30px;
	opacity: 0
}

.list-rotator-pin {
	position: relative;
	height: 100vh;
	width: 100%;
	mask-image: linear-gradient(#0000 0%, #0000 5%, #0000 5%, black 20%, black 85%, #0000 99%, #0000 99%, #0000 100%);
	-webkit-mask-image: linear-gradient(#0000 0%, #0000 5%, #0000 5%, black 20%, black 85%, #0000 99%, #0000 99%, #0000 100%)
}

.list-rotator {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 20vh;
	padding-bottom: 15vh;
	margin: 0
}

.list-rotator li {
	color: #000;
	list-style: none;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: calc(1rem + 8vw);
	line-height: calc(1rem + 7.5vw);
	margin: 0;
	opacity: 1
}

.list-rotator li.in-view {
	opacity: 1
}

.light-content .list-rotator li,
.dark-section .list-rotator li {
	color: #fff
}

.light-content .light-section .list-rotator li {
	color: #000
}

.move-thumbs-wrapper {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important
}

.start-thumbs-caption {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.start-thumbs-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 40px
}

.start-move-thumb {
	box-sizing: border-box;
	position: relative;
	width: calc(25% - 80px);
	height: calc(25vw - 40px);
	margin: 0 40px;
	margin-bottom: 40px
}

.start-move-thumb:nth-of-type(3n+2) {
	width: calc(15% - 80px);
	height: calc(15vw - 40px);
	margin-top: 50vh
}

.start-move-thumb:nth-of-type(3n+3) {
	width: calc(35% - 80px);
	height: calc(35vw - 40px);
	margin-top: 25vh
}

.start-move-thumb .overlapping-image-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0
}

.rounded-borders .start-move-thumb .move-thumb-inner,
.rounded-borders .end-move-thumb .move-thumb-inner {
	border-radius: 0;
	overflow: hidden
}

.end-thumbs-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 100vh;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	position: relative
}

.end-move-thumb {
	box-sizing: border-box;
	position: relative;
	width: calc(33.33% - 80px);
	height: calc(22.22vw - 53.33px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2px 40px
}

@media only screen and (max-width:1466px) {
	.button-border span {
		padding: 0 26px
	}

	.clients-table li {
		width: calc(100% / 4 - 40px);
		margin: 20px;
		padding: 0
	}

	.accordion.bigger-acc dt {
		margin-top: 30px;
		padding-top: 30px
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 30px
	}

	span.has-hover-image .hover-reveal {
		width: 300px;
		height: 188px
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 250px;
		height: 333px
	}

	.panels-container>.panel:first-child {
		margin-left: 60px
	}

	.panels-container>.panel:last-child {
		margin-right: 60px
	}

	.zoom-wrapper-gallery {
		padding: 0 50px
	}

	.start-thumbs-wrapper {
		padding: 0 30px
	}

	.start-move-thumb {
		width: calc(25% - 60px);
		height: calc(25vw - 30px);
		margin: 0 30px;
		margin-bottom: 30px
	}

	.start-move-thumb:nth-of-type(3n+2) {
		width: calc(15% - 60px);
		height: calc(15vw - 30px);
		margin-top: 50vh
	}

	.start-move-thumb:nth-of-type(3n+3) {
		width: calc(35% - 60px);
		height: calc(35vw - 30px);
		margin-top: 25vh
	}

	.end-thumbs-wrapper {
		padding-left: 30px;
		padding-right: 30px
	}

	.end-move-thumb {
		margin: 2px 30px
	}
}

@media only screen and (max-width:1024px) {
	.content-slider.looped-carousel .clapat-slide {
		padding: 0 40px
	}

	.content-slider.small-looped-carousel .clapat-slide {
		padding: 0 40px
	}

	.disable-cursor .full .looped-carousel .clapat-controls {
		width: calc(100% - 80px)
	}

	.disable-cursor .full .small-looped-carousel .clapat-controls {
		width: calc(100% - 80px);
		max-width: 520px
	}

	textarea {
		margin-bottom: 30px
	}

	.full .control {
		bottom: 10px;
		width: calc(100% - 100px)
	}

	#map_canvas {
		height: 50vh
	}

	.clients-table li {
		width: calc(100% / 4);
		margin: 0;
		padding: 0
	}

	.accordion dt span {
		max-width: none
	}

	.accordion .accordion-content {
		padding-right: 0
	}

	.accordion.bigger-acc dt {
		margin-top: 30px;
		padding-top: 30px
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 30px
	}

	span.has-hover-image .hover-reveal {
		width: 250px;
		height: 156px
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 200px;
		height: 266px
	}

	.has-animation.has-cover img {
		-webkit-transition: scale(1);
		transform: scale(1)
	}

	.panels-container>.panel:first-child {
		margin-left: 40px
	}

	.panels-container>.panel:last-child {
		margin-right: 40px
	}

	.zoom-wrapper-gallery {
		padding: 0 30px
	}

	.list-rotator-pin {
		height: auto
	}

	.list-rotator li {
		font-size: calc(1rem + 12vw);
		line-height: calc(1rem + 11.5vw)
	}

	.start-thumbs-wrapper {
		padding: 0 20px
	}

	.start-move-thumb,
	.start-move-thumb:nth-of-type(3n+2),
	.start-move-thumb:nth-of-type(3n+3) {
		width: calc(33.33% - 40px);
		height: calc(33.33vw - 40px);
		margin: 25px 20px
	}

	.end-thumbs-wrapper {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.content-slider.looped-carousel .clapat-slide {
		padding: 0 30px
	}

	.content-slider.small-looped-carousel .clapat-slide {
		padding: 0 30px
	}

	.disable-cursor .full .looped-carousel .clapat-controls {
		width: calc(100% - 60px)
	}

	.disable-cursor .full .small-looped-carousel .clapat-controls {
		width: calc(100% - 60px);
		max-width: 540px
	}

	.content-slider .clapat-pagination-bullet .parallax-wrap {
		width: 20px;
		height: 20px
	}

	.content-slider .clapat-pagination-bullet .parallax-wrap {
		width: 20px;
		height: 20px
	}

	.control {
		display: none
	}

	.clients-table li {
		width: 50%
	}

	.clients-table::before,
	.clients-table::after {
		height: 10px
	}

	input[type="text"],
	textarea {
		font-size: 14px
	}

	.accordion dt {
		font-size: 18px
	}

	.accordion.bigger-acc dt {
		margin-top: 25px;
		padding-top: 25px
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 25px
	}

	.accordion.bigger-acc .acc-button-icon {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 30px
	}

	.acc-button-icon i {
		height: 30px;
		line-height: 30px;
		width: 30px
	}

	span.has-hover-image .hover-reveal {
		width: 200px;
		height: 125px
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 150px;
		height: 200px
	}

	.slowed-image {
		margin: 100px 0
	}

	.slowed-image img {
		max-width: 50% !important
	}

	.moving-gallery li {
		width: 50vw
	}

	.panels-container>.panel:first-child {
		margin-left: 30px
	}

	.panels-container>.panel:last-child {
		margin-right: 30px
	}

	.zoom-wrapper-gallery {
		padding: 0 20px
	}

	.list-rotator li {
		font-size: calc(1rem + 13vw);
		line-height: calc(1rem + 12.5vw)
	}

	.start-thumbs-wrapper {
		padding: 0 15px
	}

	.start-move-thumb,
	.start-move-thumb:nth-of-type(3n+2),
	.start-move-thumb:nth-of-type(3n+3) {
		width: calc(50% - 30px);
		height: calc(50vw - 30px);
		margin: 10px 15px
	}

	.clipped-image {
		clip-path: circle(15%)
	}
}

@media only screen and (max-width:479px) {
	.pinned-section .pin-spacer {
		width: 100% !important
	}

	.pinned-element {
		float: none;
		width: 100%;
		margin: 0
	}

	.pinned-element.left {
		padding-right: 0;
		margin-bottom: 40px
	}

	.pinned-element.right {
		padding-left: 0
	}

	.scrolling-element {
		position: relative;
		float: none;
		width: 100%;
		margin: 0
	}

	.scrolling-element.left {
		padding-right: 0;
		margin-bottom: 40px
	}

	.scrolling-element.right {
		padding-left: 0
	}

	.content-slider.looped-carousel .clapat-slide {
		padding: 0 20px
	}

	.content-slider.small-looped-carousel .clapat-slide {
		padding: 0 20px
	}

	.disable-cursor .full .looped-carousel .clapat-controls {
		width: calc(100% - 40px)
	}

	.disable-cursor .full .small-looped-carousel .clapat-controls {
		width: calc(100% - 40px);
		max-width: 560px
	}

	.clapat-button {
		margin-bottom: 20px
	}

	.accordion.bigger-acc dt {
		margin-top: 20px;
		padding-top: 20px
	}

	.accordion.bigger-acc dt:first-child {
		padding-top: 20px
	}

	span.has-hover-image .hover-reveal {
		width: 150px;
		height: 94px
	}

	span.has-hover-image.vertical .hover-reveal {
		width: 100px;
		height: 133px
	}

	.moving-gallery li {
		width: 60vw
	}

	.panels-container>.panel:first-child {
		margin-left: 20px
	}

	.panels-container>.panel:last-child {
		margin-right: 20px
	}

	.zoom-wrapper-gallery {
		padding: 0 10px
	}

	.list-rotator li {
		font-size: calc(1rem + 14vw);
		line-height: calc(1rem + 13.5vw)
	}

	.start-thumbs-wrapper {
		padding: 0 10px
	}

	.start-move-thumb,
	.start-move-thumb:nth-of-type(3n+2),
	.start-move-thumb:nth-of-type(3n+3) {
		width: calc(50% - 20px);
		height: calc(50vw - 20px);
		margin: 5px 10px
	}
}

main {
	overflow: hidden
}

main .cd-main-content>div {
	height: 100%;
	min-height: 100vh
}

main .cd-main-content {
	width: 100%
}

main .cd-main-content.cd-index>div {
	vertical-align: middle
}

main .cd-main-content.cd-index::after {
	background-color: #fff0;
	background-image: -webkit-linear-gradient(bottom, #4089a6, #fff0);
	background-image: linear-gradient(to top, #4089a6, #fff0)
}

main .cd-main-content.cd-index::before {
	background-color: #fff0;
	background-image: -webkit-linear-gradient(top, #4089a6, #fff0);
	background-image: linear-gradient(to bottom, #4089a6, #fff0)
}

.cd-cover-layer {
	background-color: #fff0
}

.cd-cover-layer {
	position: fixed;
	z-index: 5000;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 101%;
	width: 101%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
	-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
	transition: opacity 0.6s 0s, visibility 0s 0.4s
}

.page-is-changing .cd-cover-layer {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0.3s, visibility 0s 0s
}

.flexnav,
.flexnav li ul {
	width: 100%;
	margin: 0
}

.flexnav,
.flexnav li {
	margin: 0
}

.flexnav li,
.flexnav li ul li {
	font-size: 100%
}

.flexnav .touch-button:hover {
	cursor: pointer
}

.flexnav {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	max-height: 0
}

.flexnav.opacity {
	opacity: 0
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px
}

.flexnav li,
.flexnav li a,
.flexnav li ul li {
	position: relative;
	overflow: hidden
}

.flexnav li a {
	background: #fff;
	border-bottom: 1px solid rgb(0 0 0 / .05);
	color: #222;
	display: block;
	padding: 20px 0;
	z-index: 2
}

.oldie .flexnav li ul.open ul.open,
.oldie .flexnav ul li:hover ul {
	margin-left: 100%;
	top: 0
}

.flexnav li ul.flexnav-show li,
.oldie .flexnav,
.oldie .flexnav li,
.oldie .flexnav li a {
	overflow: visible
}

.flexnav li ul li a {
	background: #fff;
	display: block;
	padding: 20px
}

.flexnav ul li ul li a {
	background: #bfbfbc
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9
}

.flexnav .touch-button {
	background: #fff0;
	display: inline-block;
	height: 60px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 60px;
	z-index: 999
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.8em;
	font-size: 12px;
	color: #666
}

@media all and (min-width:1025px) {

	.flexnav li a,
	.flexnav li ul li a {
		border-bottom: none
	}

	.flexnav,
	.flexnav li {
		overflow: visible
	}

	body.one-page {
		padding-top: 70px
	}

	.flexnav.opacity {
		opacity: 1
	}

	.flexnav.one-page {
		top: 0;
		right: auto;
		max-width: 1080px
	}

	.flexnav li {
		position: relative;
		list-style: none;
		float: left;
		display: block;
		background-color: #a6a6a2
	}

	.flexnav li a {
		border-left: 1px solid #acaca1
	}

	.flexnav li>ul {
		position: absolute;
		top: auto;
		left: 0
	}

	.flexnav li ul li>ul,
	.flexnav li ul.open ul.open {
		margin-left: 100%;
		top: 0
	}

	.flexnav li>ul li {
		width: 100%
	}

	.flexnav li ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 1
	}

	.flexnav li ul.open li {
		overflow: visible;
		max-height: 100px
	}
}

.oldie body.one-page {
	padding-top: 70px
}

.oldie .flexnav.one-page {
	top: 0;
	right: auto;
	max-width: 1080px
}

.oldie .flexnav li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	background-color: #a6a6a2;
	width: 20%;
	min-height: 50px
}

.oldie .flexnav li:hover>ul {
	display: block;
	width: 100%;
	overflow: visible
}

.oldie .flexnav li:hover>ul li {
	width: 100%;
	float: none
}

.oldie .flexnav li a {
	border-left: 1px solid #acaca1;
	border-bottom: none
}

.oldie .flexnav li>ul {
	background: #acaca1;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 1;
	overflow: visible
}

.oldie .flexnav li ul.open,
.oldie .flexnav li ul.open ul.open {
	display: block;
	width: 100%;
	overflow: visible
}

.oldie .flexnav li ul li ul {
	top: 0
}

.oldie .flexnav li ul li a {
	border-bottom: none
}

.oldie .flexnav li ul.open li {
	width: 100%
}

.jssocials-shares {
	margin: .2em 0
}

.jssocials-shares * {
	box-sizing: border-box
}

.jssocials-share {
	display: inline-block;
	vertical-align: middle;
	margin: 0
}

.jssocials-share:last-child {
	margin-right: 0
}

.jssocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 1em
}

img.jssocials-share-logo {
	width: auto;
	height: 1em
}

.jssocials-share-link {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px
}

.jssocials-share-link.jssocials-share-link-count {
	padding-top: .2em
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
	display: block;
	font-size: .6em;
	margin: 0 -.5em -.8em
}

.jssocials-share-link.jssocials-share-no-count {
	padding-top: .5em
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
	height: 1em
}

.jssocials-share-label {
	padding-left: .3em;
	vertical-align: middle
}

.jssocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 .3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default
}

.jssocials-share-count-box.jssocials-share-no-count {
	display: none
}

.jssocials-share-count {
	line-height: 1.5em;
	vertical-align: middle
}

.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: .1;
	margin: 0;
	padding: 0
}

.justified-gallery>a>a>img,
.justified-gallery>a>img,
.justified-gallery>div>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>a>img,
.justified-gallery>figure>img {
	position: relative;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	border: none;
	filter: "alpha(opacity=0)";
	opacity: 0
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption,
.justified-gallery>figure>.caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif
}

.justified-gallery>.entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: 0 0
}

.justified-gallery>.entry-visible>a>img,
.justified-gallery>.entry-visible>img {
	filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in
}

.justified-gallery>.jg-filtered {
	display: none
}

.justified-gallery>.spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial
}

.justified-gallery>.spinner>span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #fff;
	border-radius: 6px
}

@keyframes clapat-img-popup-preloader1 {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes clapat-img-popup-preloader3 {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(0)
	}
}

@keyframes clapat-img-popup-preloader2 {
	0% {
		transform: translate(0, 0)
	}

	100% {
		transform: translate(24px, 0)
	}
}

:root {
	--primary-color: #a7743f;
	--secondary-color: #1fa9e1;
	--background-color: #ffffffdc;
	--text-color: #2d2d2d;
	--accent-color: rgb(13, 14, 15);
	--dark-accent-color: #020304;
	--primary-light-color: #fff
}

html,
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	height: 100%;
	width: 100%;
	color: var(--text-color);
	background-color: #fff8f1;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	overflow: hidden
}

html {
	box-sizing: border-box;
	margin-right: 0px !important;
	overflow: visible !important
}

body {
	overflow: hidden;
	overflow-y: scroll;
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s
}

body.smooth-scroll {
	overflow: hidden
}

body.has-slider {
	overflow: hidden
}

body.hidden {
	opacity: 0
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
big,
code,
em,
font,
q,
s,
small,
strike,
strong,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio {
	display: inline-block;
	max-width: 100%
}

address {
	font-style: italic;
	margin-bottom: 24px
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help
}

b,
strong {
	font-weight: 600;
	color: #000
}

.light-content b,
.light-content strong,
.dark-section b,
.dark-section strong {
	font-weight: 600;
	color: #fff
}

.light-content .light-section b,
.light-content .light-section strong {
	font-weight: 600;
	color: var(--accent-color)
}


em,
i {
	font-style: italic
}

mark {
	background: none repeat scroll 0 0 #000;
	text-decoration: none;
	color: #fff;
	padding: 2px 8px;
	display: inline-block;
	border-radius: 2px
}

.light-content mark,
.dark-section mark {
	background: none repeat scroll 0 0 #fff;
	color: #000
}

.light-content .light-section mark {
	background: none repeat scroll 0 0 #111;
	color: #fff
}

code,
tt,
var {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6
}


q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none
}


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

small {
	font-size: smaller
}

big {
	font-size: 125%
}


sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	top: .5ex
}

dl {
	margin-bottom: 24px
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: 24px
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px
}

ul,
ol {
	list-style: none;
	margin: 20px 0 25px 20px
}

ol {
	list-style: decimal
}

li>ul,
li>ol {
	margin: 20px 0 15px 25px
}

li {
	line-height: 20px;
	color: #444;
	margin-bottom: 25px
}

.light-content li,
.dark-section li {
	color: var(--background-color)
}

figure {
	margin: 0;
	position: relative;
	display: block
}

figure.has-parallax {
	overflow: hidden
}

.full figure.has-parallax {
	overflow: hidden;
	height: calc(100vw * (1080 / 1920))
}

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

.has-parallax-content>img,
.has-parallax>img {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	object-position: center;
	object-fit: cover
}

figcaption {
	background-color: rgb(0 0 0 / .3);
	bottom: 0;
	color: #fff;
	font-weight: 400;
	font-size: 10px;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	z-index: 10;
	border-radius: 0
}

fieldset {
	border: 1px solid rgb(0 0 0 / .1);
	margin: 0 0 24px;
	padding: 0
}

legend {
	white-space: normal
}

button,
input {
	line-height: normal
}

input,
textarea {
	background-image: -webkit-linear-gradient(#fff0, #fff0)
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	color: #444
}

thead,
.light-content .light-section thead {
	background-color: #000;
	color: #fff
}

.light-content thead,
.dark-section thead {
	background-color: #fff
}

thead tr,
.light-content .light-section thead tr {
	color: #fff
}

.light-content thead tr,
.dark-section thead tr {
	color: #000
}

tr,
.light-content .light-section tr {
	color: #444
}

.light-content tr,
.dark-section tr {
	color: #ccc
}

tr:nth-child(2n),
.light-content .light-section tr:nth-child(2n) {
	background-color: rgb(0 0 0 / .05)
}

.light-content tr:nth-child(2n),
.dark-section tr:nth-child(2n) {
	background-color: rgb(255 255 255 / .1)
}

caption,
th,
td {
	font-weight: 400;
	text-align: left
}

th {
	border-width: 0 1px 1px 0;
	padding: 10px
}

td {
	border-width: 0 1px 1px 0;
	padding: 10px
}

hr {
	border: 0;
	height: 28px;
	width: 100%;
	float: none;
	margin: 0;
	display: inline-block;
	opacity: 1 !important;
	-webkit-transition: translateY(0) !important;
	transform: translateY(0) !important
}

hr:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: middle;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px
}

.primary-font-title {
	font-family: "Carmay", sans-serif;
	font-weight: 500
}

.big-title {
	font-size: calc(1rem + 4vw);
	line-height: calc(1rem + 4.5vw)
}

.fixed-title {
	font-size: calc(1rem + 7vw);
	line-height: calc(1rem + 6.5vw);
	margin-bottom: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh
}

.fixed-title div {
	display: inline-block;
	white-space: nowrap
}

.fixed-title span {
	display: block;
	opacity: .1;
	margin-top: 0;
	min-width: 3rem;
	box-sizing: border-box;
	display: inline-block;
	transform-origin: bottom center
}

h1 {
	font-size: calc(1rem + 4.15vw);
	line-height: calc(1rem + 4.5vw)
}

h2 {
	font-size: calc(1rem + 1.8vw);
	line-height: calc(1rem + 2.3vw)
}

h3 {
	font-size: calc(1rem + 1.35vw);
	line-height: calc(1rem + 1.6vw)
}

h4 {
	font-size: calc(1rem + 1vw);
	line-height: calc(1rem + 1.6vw)
}

h5 {
	font-size: calc(1rem + 0.6vw);
	line-height: calc(1rem + 1.5vw)
}

h6 {
	font-size: 18px;
	line-height: 36px
}

.no-margins {
	margin: 0
}

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
	color: #fff
}

.light-content .light-section h1,
.light-content .light-section h2,
.light-content .light-section h3,
.light-content .light-section h4,
.light-content .light-section h5,
.light-content .light-section h6 {
	color: var(--primary-color)
}

.light-content .dark-text h1,
.light-content .dark-text h2,
.light-content .dark-text h3,
.light-content .dark-text h4,
.light-content .dark-text h5,
.light-content .dark-text h6 {
	color: var(--accent-color)
}

p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--background-color)
}

.light-content p,
.dark-section p {
	color: var(--background-color)
}

.light-content .light-section p {
	color: var(--text-color)
}

.light-content .light-section.special p {
	color: var(--accent-color)
}

.bigger {
	font-size: 24px;
	line-height: 38px
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box
}

.container::after {
	clear: both;
	content: " ";
	display: table
}

a:hover,
a:active {
	outline: 0;
	color: #000
}

a,
.light-content .light-section a {
	text-decoration: none;
	color: #000;
	outline: 0
}

header .flexnav>li>a {
	color: #fff;
	margin: 10px 0
}

.dark-content-header #menu-burger span {
	background-color: white !important
}

a:hover {
	text-decoration: none
}

.one_half {
	width: 48% !important
}

.one_third {
	width: 30.6% !important
}

.one_half,
.one_third {
	float: left !important;
	margin-bottom: 15px !important;
	margin-right: 4% !important;
	position: relative !important
}

.last {
	margin-right: 0px !important
}

.text-align-center {
	text-align: center
}

.outer {
	display: table;
	width: 100%;
	height: 100%
}

.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.light-section-wrapper,
.dark-section-wrapper {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important
}

.light-section-container,
.dark-section-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto
}

.content-row {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 3;
	opacity: 1;
	box-sizing: border-box
}

.clip-effects {
	overflow: hidden;
	clip-path: inset(4% 10% round 40px);
	position: relative;
	z-index: 15
}

.content-row::after {
	clear: both;
	content: " ";
	display: table
}

.small {
	max-width: 820px;
	width: 100%;
	margin: 0 auto
}

.large {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto
}

.full {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 1000% !important;
	width: 100vw !important
}

.row_padding_top {
	padding-top: 9vw
}

.row_padding_bottom {
	padding-bottom: 9vw
}

.row_padding_left {
	padding-left: 80px
}

.row_padding_right {
	padding-right: 80px
}

#rotate-device {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-color: #0f1010;
	background-size: 100px 100px;
	background-position: center;
	background-repeat: no-repeat;
	display: none
}

#magic-cursor {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 10000;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s
}

.hidden-ball #magic-cursor {
	opacity: 0 !important;
	visibility: hidden
}

#ball {
	position: fixed;
	width: 80px;
	height: 80px;
	border: 2px solid #999;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	text-transform: capitalize
}

.light-content #ball,
.light-content #ball.with-icon {
	border: 2px solid #999;
	border-color: #999
}

#ball.with-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#ball:before {
	font: var(--fa-font-solid);
	content: "\f106";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: -42px;
	color: #999;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all 0.15s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content #ball:before {
	color: #999
}

#ball::after {
	font: var(--fa-font-solid);
	content: "\f107";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: 100px;
	color: #999;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.15s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content #ball:before,
.light-content #ball:after {
	color: #999
}

.scale-up #ball:before {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 0.3s cubic-bezier(.215, .61, .355, 1) 0s
}

.scale-up #ball:after {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 0.3s cubic-bezier(.215, .61, .355, 1) 0s
}

.scale-up.scale-none #ball:before,
.scale-up.scale-none #ball:after {
	opacity: 0
}

#ball-drag-x {
	position: absolute;
	width: 72px;
	height: 72px;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box
}

#ball-drag-x::before {
	font: var(--fa-font-solid);
	content: "\f053";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: -37px;
	top: 30px;
	color: #000;
	opacity: 0;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content #ball-drag-x:before {
	color: #fff
}

#ball-drag-x::after {
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	right: -40px;
	left: auto;
	top: 30px;
	color: #000;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content #ball-drag-x:before,
.light-content #ball-drag-x:after {
	color: #fff
}

.drag-cursor-white #ball-drag-x:before,
.drag-cursor-white #ball-drag-x:after {
	color: #fff
}

.drag-cursor-black #ball-drag-x:before,
.drag-cursor-black #ball-drag-x:after {
	color: #000
}

.scale-drag-x #ball-drag-x:before {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.scale-drag-x #ball-drag-x:after {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

#ball-drag-y {
	position: absolute;
	width: 72px;
	height: 72px;
	pointer-events: none;
	opacity: 1;
	box-sizing: border-box
}

#ball-drag-y:before {
	font: var(--fa-font-solid);
	content: "\f077";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: -40px;
	color: #000;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content #ball-drag-y:before {
	color: #fff
}

#ball-drag-y::after {
	font: var(--fa-font-solid);
	content: "\f078";
	font-size: 14px;
	width: 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 32px;
	top: 100px;
	color: #000;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content #ball-drag-y:before,
.light-content #ball-drag-y:after {
	color: #fff
}

#ball i {
	color: #fff;
	width: 76px;
	height: 80px;
	line-height: 78px;
	text-align: center;
	font-size: 14px;
	display: block;
	opacity: 1;
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

#ball {
	display: flex;
	flex-direction: column;
	justify-content: center
}

#ball p {
	color: #fff;
	width: calc(100% - 18px);
	height: auto;
	line-height: 16px;
	padding-top: 0;
	padding-left: 0;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 0;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-self: center;
	opacity: 1;
	position: relative;
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content #ball p {
	color: #fff
}

#ball p.center-first::before {
	content: "[";
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	height: 20px;
	top: calc(50% - 10px);
	left: -8px;
	line-height: 20px
}

#ball p.center-first::after {
	content: "]";
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	height: 20px;
	top: calc(50% - 10px);
	right: -8px;
	line-height: 20px
}

.light-content #ball i,
.light-content #ball.with-icon i {
	color: #fff
}

.drag-cursor-white #ball i,
.drag-cursor-white #ball.with-icon i {
	color: #fff
}

.drag-cursor-black #ball i,
.drag-cursor-black #ball.with-icon i {
	color: #000
}

.scale-up #ball i {
	opacity: 0;
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

#ball.with-icon i {
	width: 76px
}

#ball.with-icon i:nth-child(2) {
	display: none
}

#ball-loader {
	width: 100px;
	height: 100px;
	position: absolute;
	background-color: #fff0;
	border-right: 4px solid #fff0;
	border-bottom: 4px solid #999;
	border-left: 4px solid #fff0;
	border-top: 4px solid #fff0;
	border-radius: 100px;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: translate(-14px, -14px) rotate(0deg);
	transform: translate(-14px, -14px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s
}

.light-content #ball-loader {
	border-bottom: 4px solid #999
}

.show-loader #ball-loader {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s
}

@keyframes rotating {
	0% {
		-webkit-transform: translate(-14px, -14px) rotate(0deg);
		transform: translate(-14px, -14px)) rotate(0deg)
	}

	95% {
		-webkit-transform: translate(-14px, -14px) rotate(350deg);
		transform: translate(-14px, -14px) rotate(350deg)
	}

	100% {
		-webkit-transform: translate(-14px, -14px) rotate(360deg);
		transform: translate(-14px, -14px) rotate(360deg)
	}
}

.show-loader a,
.show-loader nav,
.scale-up a,
.scale-up .hide-ball,
scale-up .link,
.scale-up .button-wrap,
.scale-up #burger-wrapper {
	pointer-events: none !important
}

.disable-cursor #magic-cursor {
	display: none
}

.disable-ajaxload .preloader-wrap {
	display: none
}

.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: var(--accent-color);
	background-size: cover;
	z-index: 1800;
	text-align: center
}

.preloader-wrap .outer {
	padding: 0;
	box-sizing: border-box
}

.preloader-wrap .inner {
	vertical-align: middle;
	box-sizing: border-box
}

.percentage-wrapper {
	position: relative;
	display: block;
	text-align: center;
	float: left;
	width: auto;
	overflow: hidden;
	z-index: 10;
	mix-blend-mode: difference
}

.percentage {
	opacity: 1;
	font-size: 16px;
	line-height: 60px;
	width: 50px;
	font-weight: 500;
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 1px;
	opacity: 0;
	text-align: center
}

.percentage::after {
	content: "%"
}

.percentage-intro {
	height: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: rgb(255 255 255 / .6);
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.trackbar {
	width: 100%;
	height: 100%;
	clip-path: inset(45% 40% 45% 40%);
	margin: 0 auto;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 80px;
	box-sizing: border-box;
	opacity: 1;
	background: rgb(255 255 255 / .05)
}

.loadbar {
	width: 0;
	height: 100%;
	background: var(--primary-color);
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	overflow: hidden;
	z-index: 0
}

.preloader-intro {
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
	padding-left: 0vw;
	float: right;
	z-index: 10;
	mix-blend-mode: difference;
	opacity: 0
}

.preloader-intro span {
	position: relative;
	display: block;
	font-weight: 500;
	position: relative;
	font-size: 16px;
	line-height: 60px
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9147483646;
	transform-style: preserve-3d
}

.door {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	transform: translateZ(0);
	display: flex;
	align-items: center
}

.door-left {
	background-color: var(--accent-color);
	transform-origin: left center;
	justify-content: end
}

.door-right {
	left: 50%;
	background-color: var(--accent-color);
	transform-origin: right center;
	justify-content: start
}

.loader {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	line-height: normal;
	white-space: nowrap;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	width: 100%
}

.loader span {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.w-l {
	width: 50%;
	padding-right: 1rem;
	text-align: right
}

.w-r {
	width: 50%;
	padding-left: 1rem;
	text-align: left
}

.w-l img,
.w-r img {
	height: 140px
}

#main-content {
	overflow: hidden
}

.wl-content {
	transform: translateX(250px)
}

.wr-content {
	transform: translateX(-250px)
}

.line-left,
.line-right {
	width: .7px;
	height: 160px;
	background-color: #fff
}

.line {
	width: 1.5px;
	height: 100vh;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center
}

header {
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff0;
	position: fixed;
	box-sizing: border-box;
	z-index: 1000;
	transition: all 0.8s linear;
	pointer-events: none
}

#header-container {
	box-sizing: border-box;
	height: inherit;
	padding: 10px 0 10px 80px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 20;
	opacity: 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.estates-container {
	display: flex;
	gap: 60px
}

.header-visible #header-container {
	opacity: 1
}

#logo {
	position: relative;
	display: table;
	pointer-events: initial;
	z-index: 10;
	float: left
}

#logo a {
	display: block;
	-webkit-transition: transform 0.5s ease-in-out 0.1s;
	transition: transform 0.5s ease-in-out 0.1s;
	display: flex;
	gap: 10px
}

#logo a.disable,
.open #logo a {
	pointer-events: none
}

#logo img {
	display: block;
	height: 120px;
	width: auto;
	max-width: none;
	-webkit-transition: opacity 0.15s ease-in-out 0s;
	transition: opacity 0.15s ease-in-out 0s
}

#logo img.black-logo {
	opacity: 1
}

.light-content #logo img.black-logo {
	opacity: 0
}

#logo img.white-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.light-content #logo img.white-logo {
	opacity: 1
}

.white-header #logo img.black-logo {
	opacity: 0
}

.light-content .white-header #logo img.black-logo {
	opacity: 1
}

.light-content .white-header.over-white-section #logo img.black-logo {
	opacity: 0
}

.white-header #logo img.white-logo {
	opacity: 1
}

.light-content .white-header #logo img.white-logo {
	opacity: 0
}

.light-content .white-header.over-white-section #logo img.white-logo {
	opacity: 1
}

nav {
	pointer-events: none
}

nav.open {
	pointer-events: initial
}

.dark-content-header #logo img.black-logo {
	opacity: 1 !important
}

.dark-content-header #logo img.white-logo {
	opacity: 0 !important
}

.light-content-header #logo img.black-logo {
	opacity: 0 !important
}

.light-content-header #logo img.white-logo {
	opacity: 1 !important
}

@media all and (min-width:1025px) {

	.flexnav .touch-button .navicon {
		display: none
	}

	.fullscreen-menu .nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box
	}

	.fullscreen-menu nav {
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		padding: 20px 0
	}

	.fullscreen-menu nav.open {
		visibility: visible;
		pointer-events: initial
	}

	.fullscreen-menu .flexnav {
		max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
		display: table;
		width: auto;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
		float: none
	}

	.fullscreen-menu .flexnav.flexnav-show {
		-webkit-transition: all 0.3s ease-out 0.2s;
		transition: all 0.3s ease-out 0.2s
	}

	.fullscreen-menu .flexnav li {
		text-align: center;
		padding: 0;
		box-sizing: border-box;
		float: none
	}

	.fullscreen-menu .menu-timeline {
		opacity: 0
	}

	.fullscreen-menu .flexnav li ul li .touch-button {
		height: 32px
	}

	.fullscreen-menu .flexnav:hover li ul li a.active,
	.fullscreen-menu .flexnav:hover li ul li:hover>a {
		opacity: 1
	}

	.fullscreen-menu .flexnav .touch-button .navicon {
		display: none
	}

	.fullscreen-menu .flexnav li.link {
		border-bottom: none
	}

	.fullscreen-menu .flexnav>li>a {
		font-weight: 500;
		padding: 0 50px;
		-webkit-transition: all 0.1s ease-in-out 0s;
		transition: all 0.1s ease-in-out 0s
	}

	.fullscreen-menu .flexnav .touch-button {
		width: 100%;
		display: block;
		height: calc(1rem + 7.5vw)
	}

	.fullscreen-menu .flexnav:hover li a,
	.fullscreen-menu .flexnav.hover li a {
		opacity: .3
	}

	.fullscreen-menu .flexnav li:hover a,
	.fullscreen-menu .flexnav li a.active {
		opacity: 1
	}

	.fullscreen-menu .flexnav:hover li ul li a {
		opacity: .3
	}

	.fullscreen-menu .flexnav:hover li ul li a.active,
	.fullscreen-menu .flexnav:hover li ul li:hover>a {
		opacity: 1
	}

	.fullscreen-menu .flexnav a.link::before {
		display: none
	}

	.fullscreen-menu .flexnav li ul {
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		left: 0
	}

	.fullscreen-menu .flexnav li ul:after {
		display: none
	}

	.fullscreen-menu .flexnav li ul li a {
		padding: 3px 0;
		font-size: 16px;
		line-height: 26px;
		font-weight: 500;
		border-top: none;
		text-transform: none
	}

	.fullscreen-menu .flexnav ul li ul li a {
		background: #fff0
	}

	.fullscreen-menu .flexnav li ul li>ul,
	.fullscreen-menu .flexnav li ul.open ul.open {
		margin-left: 0;
		top: 0
	}

	.fullscreen-menu .menu-timeline {
		opacity: 1
	}

	.fullscreen-menu .menu-timeline .before-span {
		opacity: 0;
		display: block;
		-webkit-transform: translateY(120px);
		transform: translateY(120px)
	}

	.fullscreen-menu .flexnav li,
	.fullscreen-menu .flexnav li a {
		background-color: #fff0;
		border: 0
	}

	.fullscreen-menu .flexnav li a span {
		position: relative;
		display: block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transform-origin: 100% 0%;
		overflow: hidden
	}

	.fullscreen-menu .open .flexnav li a span {
		overflow: visible
	}

	.fullscreen-menu .flexnav li a span::before {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		content: attr(data-hover)
	}

	.fullscreen-menu .flexnav li:hover a span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%
	}

	.fullscreen-menu .flexnav li.hover a span {
		-webkit-transform: translateY(-100%) !important;
		transform: translateY(-100%) !important;
		transform-origin: 0% 0%
	}
}

nav,
nav.open {
	background: #fff0
}

#burger-wrapper {
	width: 40px;
	height: 40px;
	float: right;
	top: 0;
	right: 0;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	pointer-events: initial
}

#burger-wrapper .touch-button {
	display: none
}

.button-wrap.right.burger-lines {
	right: -30px;
	display: flex;
	align-items: center
}

.burger-lines img {
	padding-right: 15px
}

.burger-lines #menu-burger {
	width: 16px;
	height: 22px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	pointer-events: none
}

.burger-lines #menu-burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	opacity: 1;
	right: 0;
	background-color: #000;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
	transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out
}

.burger-lines #menu-burger span:nth-child(1) {
	top: 5px
}

.burger-lines #menu-burger span:nth-child(2) {
	top: 13px
}

.burger-lines #menu-burger span:nth-child(3) {
	display: none
}

.burger-lines #menu-burger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px
}

.burger-lines #menu-burger.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px
}

.light-content #menu-burger span {
	background-color: var(--background-color)
}

.white-header #menu-burger span {
	background-color: var(--background-color)
}

.light-content .white-header #menu-burger span {
	background-color: var(--accent-color)
}

.light-content .white-header.over-white-section #menu-burger span {
	background-color: var(--background-color)
}

.dark-content-header #menu-burger span {
	background-color: #000 !important
}

.light-content-header #menu-burger span {
	background-color: #fff !important
}

.dark-content-header .button-text {
	color: #000 !important
}

.light-content-header .button-text {
	color: #fff !important
}

#content-scroll {
	z-index: 1;
	position: relative
}

.smooth-scroll #content-scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden
}

.scroll-content {
	cursor: default !important
}

.scale-up .scroll-content {
	cursor: grabbing !important
}

.scrollbar-track {
	background: transparent !important
}

footer {
	position: relative;
	width: 100%;
	height: 130px;
	z-index: 900;
	box-sizing: border-box;
	text-align: center;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: var(--accent-color)
}

footer.fixed {
	position: fixed
}

#footer-container {
	padding: 0 80px;
	margin: 20px auto;
	height: 130px;
	opacity: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	top: 5px;
	left: 0
}

.footer-middle {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: inherit;
	display: table;
	left: 0;
	pointer-events: none
}

.copyright {
	position: relative;
	top: 25px;
	width: auto;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	pointer-events: initial;
	display: table;
	width: auto;
	padding: 0 20px 0 20px;
	max-width: 820px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto
}

.light-content .copyright {
	color: #fff
}

.socials-wrap {
	position: relative;
	float: left;
	color: #000;
	width: 240px;
	height: 160px;
	box-sizing: border-box;
	pointer-events: initial;
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.light-content .socials-wrap {
	color: #fff
}

footer .socials-wrap {
	margin-top: 0
}

.socials-text {
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px
}

.socials-wrap:hover .socials-text {
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.socials-icon {
	float: left;
	width: 30px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
	margin-left: 10px;
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.socials-wrap:hover .socials-icon {
	width: 0;
	margin: 0;
	overflow: hidden
}

.socials-icon:after,
.socials-text:after {
	content: "";
	clear: both;
	display: table
}

.socials {
	height: auto;
	line-height: 30px;
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	bottom: 0;
	display: table
}

.socials-wrap .socials {
	display: inline-block;
	width: 100%;
	text-align: center
}

.socials li {
	margin-right: 0;
	margin-left: 10px;
	list-style: none;
	color: #999;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	float: left;
	z-index: 2;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s
}

.socials-wrap .socials li {
	transition: all 0.2s cubic-bezier(.215, .61, .355, 1) 0s
}

.socials li a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
}

.socials:hover li a {
	opacity: .3
}

.socials li a:hover {
	color: #000;
	opacity: 1
}

.light-content .socials li a {
	color: #fff
}

.light-content .socials:hover li a {
	opacity: .3
}

.light-content .socials li a:hover {
	color: #fff;
	opacity: 1
}

.button-wrap {
	position: relative;
	cursor: pointer;
	top: 0;
	pointer-events: initial;
	width: auto;
	display: table
}

.button-wrap:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden
}

.button-wrap.left {
	float: left;
	left: -32px
}

.button-wrap.right {
	float: right;
	right: -26px
}

#main {
	overflow: hidden
}

#main .button-wrap.left {
	float: none;
	left: -24px
}

#main .button-wrap.right {
	float: none;
	right: auto
}

.icon-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left
}

#main .icon-wrap {
	width: 60px;
	height: 60px
}

.button-wrap.left .icon-wrap {
	float: left
}

.button-wrap.right .icon-wrap {
	float: right
}

.button-icon {
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	font-size: 18px
}

.button-icon svg {
	height: 18px;
	margin-bottom: -3px
}

.light-content .button-icon,
.light-content .button-icon svg {
	color: var(--accent-color);
	fill: var(--accent-color)
}

.light-content .has-dark-background .button-icon,
.light-content .has-dark-background .button-icon svg {
	color: var(--background-color);
	fill: var(--background-color)
}

.white-header .button-icon {
	color: #fff
}

.button-icon i {
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center
}

#main .button-icon i {
	line-height: 40px
}

#main .button-icon i.fa.fa-arrow-right {
	font-size: 14px
}

.button-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	margin: 25px 0;
	overflow: hidden;
	width: auto;
	padding: 0 10px;
	color: #000;
	-webkit-transition: color 0.05s ease-in-out;
	transition: color 0.05s ease-in-out
}

#main #hero-footer .button-text span::after {
	content: none
}

#main .button-text {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin: 15px 0
}

.button-box,
.button-border {
	font-size: 18px;
	font-weight: 500
}

#main #hero #hero-footer .button-text {
	font-size: 14px;
	line-height: 30px
}

.light-content .light-section .button-text {
	color: var(--accent-color)
}

.button-wrap.left a {
	text-align: left;
	float: left
}

.button-wrap.right a {
	text-align: right;
	float: right
}

.button-wrap.right .button-text {
	padding-left: 0
}

.button-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%
}

.button-wrap.left .button-text span {
	text-align: left
}

.button-wrap.right .button-text span {
	text-align: right
}

.button-text span::before {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	content: attr(data-hover)
}

.header-middle .button-text span::before {
	content: attr(data-on)
}

.button-wrap:hover .button-text span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%
}

.link-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	display: table;
	width: auto;
	padding: 0;
	color: #000;
	-webkit-transition: color 0.05s ease-in-out;
	transition: color 0.05s ease-in-out
}

footer .link-text {
	float: left;
	opacity: 0;
	margin-top: 25px
}

p .link-text {
	display: inline-table;
	font-size: 16px
}

.light-content .link-text,
.dark-section .link-text {
	color: #fff
}

.light-content .light-section .link-text {
	color: #000
}

.link-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width: auto;
	text-align: center;
	transform-origin: 100% 0%;
	pointer-events: initial;
	cursor: pointer
}

.link-text span::before {
	position: absolute;
	width: auto;
	top: 100%;
	left: 0;
	content: attr(data-hover)
}

.link-text:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%
}

nav,
nav.open {
	background: #fff0
}

@media only screen and (max-width:1466px) {

	.row_padding_left {
		padding-left: 60px
	}

	.row_padding_right {
		padding-right: 60px
	}

	.percentage-wrapper {
		width: 10vw
	}

	.percentage-intro {
		bottom: 50px
	}

	#header-container {
		padding: 10px 0 10px 60px
	}

	.estates-container {
		display: flex;
		gap: 40px
	}

	.flexnav li {
		padding: 20px
	}

	#footer-container {
		padding: 0 60px;
		margin: 10px auto
	}
}

@media only screen and (max-width:1024px) {
	footer {
		height: 150px
	}

	#footer-container {
		height: 150px;
		padding: 5px 30px;
		margin: 0
	}

	.parallax-wrap {
		transform: none !important
	}

	.parallax-element {
		transform: none !important
	}

	.has-parallax figcaption {
		display: none
	}

	.destroy {
		display: none
	}

	.row_padding_left {
		padding-left: 0
	}

	.row_padding_right {
		padding-right: 0
	}

	.full.row_padding_left {
		padding-left: 40px
	}

	.full.row_padding_right {
		padding-right: 40px
	}

	#magic-cursor {
		display: none
	}

	.percentage-wrapper {
		width: 12vw
	}

	.percentage-intro {
		bottom: 40px
	}

	#header-container {
		padding: 10px 0 10px 40px
	}

	.estates-container {
		display: flex;
		gap: 20px
	}

	nav {
		height: 100vh;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		box-sizing: border-box;
		visibility: visible;
		pointer-events: none;
		opacity: 0;
		padding: 20px 0
	}

	nav.open {
		visibility: visible;
		pointer-events: initial
	}

	.nav-height {
		position: relative;
		height: 100%;
		padding: 40px 0;
		width: 100%;
		box-sizing: border-box;
		overflow-y: auto
	}

	.flexnav {
		padding: 0 20px;
		max-height: 2000px;
		display: table;
		width: auto;
		margin: 0 auto;
		text-align: center;
		box-sizing: border-box;
		background: #fff0;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s
	}

	.flexnav.flexnav-show {
		-webkit-transition: all 0.3s ease-out 0.2s;
		transition: all 0.3s ease-out 0.2s
	}

	.flexnav.opacity {
		opacity: 1
	}

	.flexnav li {
		padding: 0;
		-webkit-transition: color 0.15s ease-out 0s;
		transition: color 0.15s ease-out 0s
	}

	.flexnav:hover li {
		color: rgb(255 255 255 / .4)
	}

	.flexnav li:hover {
		color: #fff
	}

	.flexnav li a,
	.flexnav li ul li a {
		background: #fff0
	}

	.flexnav li a {
		font-weight: 500;
		padding: 0;
		border: none;
		-webkit-transition: all 0.1s ease-in-out 0s;
		transition: all 0.1s ease-in-out 0s
	}

	.flexnav>li>.touch-button {
		width: 100%;
		height: calc(1rem + 11.5vw);
		display: block
	}

	.flexnav li a {
		color: #000
	}

	.invert-header .flexnav li a {
		color: #fff
	}

	.flexnav:hover li a {
		opacity: .3
	}

	.flexnav li:hover a,
	.flexnav li a.active {
		opacity: 1
	}

	.flexnav .touch-button {
		width: 100%;
		display: block;
		height: 10vw
	}

	.flexnav li ul {
		margin-bottom: 15px
	}

	.flexnav li ul li a {
		padding: 3px 0;
		font-weight: 500;
		text-transform: none;
		font-size: 16px;
		line-height: 26px;
		border-top: none;
		opacity: .4;
		-webkit-text-stroke: none
	}

	.flexnav li ul li:hover a,
	.flexnav li ul li a.active {
		opacity: 1
	}

	.flexnav:hover li ul li a {
		opacity: .3
	}

	.flexnav:hover li ul li a.active,
	.flexnav:hover li ul li:hover>a {
		opacity: 1
	}

	.flexnav ul li ul li a {
		background: #fff0
	}

	.flexnav li ul li ul li a {
		padding: 10px 40px
	}

	.flexnav li ul li .touch-button {
		height: 30px
	}

	.flexnav .touch-button .navicon {
		display: none
	}

	#menu-burger span.touch-button {
		display: none
	}

	.copyright {
		text-align: center
	}

	.socials-wrap {
		width: 240px;
		height: 40px;
		float: left;
		margin: 0 auto;
		right: -10px;
		transform: translateX(0) translateY(20px) !important;
		-webkit-transform: translateX(0) translateY(20px) !important
	}

	.socials-icon,
	.socials-text {
		display: none
	}

	.socials-wrap .socials {
		margin-top: 3px;
		text-align: left
	}

	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
		margin: 0 5px auto;
		display: inline-block;
		float: none
	}

	.socials li a {
		height: 30px;
		width: 30px;
		line-height: 30px
	}
}

@media only screen and (max-width:767px) {
	figcaption {
		background-color: rgb(0 0 0 / .3);
		bottom: 0;
		font-size: 10px;
		padding: 5px 10px;
		right: 0;
		border-radius: 0
	}

	.one_half {
		width: 100% !important
	}

	.one_half {
		padding-right: 0 !important
	}

	.one_half.last {
		padding-left: 0 !important
	}

	.one_third {
		width: 100% !important
	}

	.one_half,
	.one_third {
		margin-bottom: 30px !important;
		margin-right: 0% !important
	}

	.row_padding_top {
		padding-top: 13vw
	}

	.row_padding_bottom {
		padding-bottom: 13vw
	}

	.row_padding_left {
		padding-left: 0
	}

	.row_padding_right {
		padding-right: 0
	}

	.full.row_padding_left {
		padding-left: 30px
	}

	.full.row_padding_right {
		padding-right: 30px
	}

	.clip-effects {
		overflow: hidden;
		clip-path: inset(2% 5% round 30px)
	}

	hr {
		height: 20px
	}

	.bigger {
		font-size: 18px;
		line-height: 26px
	}

	.percentage-wrapper {
		width: 16vw
	}

	.percentage-intro {
		bottom: 30px
	}

	#header-container {
		padding: 0;
		padding: 10px;
		margin: 0 auto
	}

	.estates-container {
		display: flex;
		gap: 10px
	}

	.button-wrap.right.menu {
		right: 4px
	}

	.button-wrap.right.menu.burger-lines {
		right: 0;
		top: -5px
	}

	header .button-text {
		display: none
	}

	.flexnav>li>.touch-button {
		height: calc(1rem + 12.5vw)
	}

	#footer-container #backtotop.button-wrap.left {
		bottom: 120px;
		right: 0;
		position: fixed;
		display: block
	}

	#footer-container #backtotop.button-wrap.left .icon-wrap {
		width: 50px;
		height: 50px
	}

	#backtotop.button-wrap.left .button-text {
		text-align: left;
		float: left;
		display: none
	}

	#backtotop.button-wrap.left .icon-wrap {
		float: none;
		position: absolute;
		right: auto;
		left: 0;
		margin: auto;
		top: 10px;
		opacity: .4;
		-webkit-transition: opacity 0.2s ease-out 0s;
		transition: opacity 0.2s ease-out 0s
	}

	#backtotop.button-wrap.left:hover .icon-wrap {
		opacity: 1
	}

	.footer-middle {
		max-width: 1180px;
		height: 20px;
		position: relative;
		margin: 0 auto;
		left: 0;
		width: 100%;
		top: 0;
		margin-bottom: 20px
	}

	.copyright {
		margin: 0;
		left: auto;
		right: auto;
		top: 10px;
		height: 20px;
		line-height: 20px
	}

	.socials-wrap {
		width: auto;
		float: none;
		display: table;
		left: auto;
		right: auto;
		top: 0;
		margin: 0;
		height: 20px;
		line-height: 20px;
		transform: translateX(0) translateY(0) !important;
		-webkit-transform: translateX(0) translateY(0) !important
	}

	.socials-wrap .socials {
		text-align: center;
		margin: 0 auto;
		height: 20px;
		line-height: 20px;
		display: table;
		width: auto;
		padding: 0 10px
	}

	.socials li,
	.socials li a {
		height: 20px;
		line-height: 20px;
		margin: 0 auto
	}
}

@media only screen and (max-width:479px) {

	.one_half,
	.one_third {
		margin-bottom: 20px !important;
		margin-right: 0% !important
	}

	.row_padding_top {
		padding-top: 15vw
	}

	.row_padding_bottom {
		padding-bottom: 15vw
	}

	.row_padding_left {
		padding-left: 0
	}

	.row_padding_right {
		padding-right: 0
	}

	.full.row_padding_left {
		padding-left: 20px
	}

	.full.row_padding_right {
		padding-right: 20px
	}

	hr {
		height: 10px
	}

	.percentage-wrapper {
		width: 20vw
	}

	.button-wrap.right.menu {
		right: -6px
	}

	.button-wrap.right.menu.burger-lines {
		right: -10px
	}

	.flexnav>li>.touch-button {
		height: calc(1rem + 13.5vw)
	}

	#footer-container {
		padding: 0;
		margin: 0
	}

	.button-text {
		display: none
	}

	#main-page-content .button-text,
	#hero .button-text {
		display: block
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation:landscape) {
	#rotate-device {
		display: block
	}
}

.modal * {
	box-sizing: border-box
}

.modal {
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	opacity: 0;
	z-index: 2147483649;
	pointer-events: none
}

.modal .modal-body {
	height: 100%;
	background: #00000082;
	display: flex;
	align-items: center;
	overflow: hidden
}

.modal.open {
	pointer-events: all
}

.button-box.modal-close-button {
	display: block;
	width: fit-content;
	margin-left: auto;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0;
	margin: 0
}

.modal-close-button .clapat-button {
	margin-bottom: 0
}

.button-box.modal-close-button .clapat-button-wrap {
	min-width: auto;
	width: 60px;
	height: 60px
}

.modal-close {
	display: block;
	fill: var(--accent-color);
	transform: rotate(45deg)
}

.button-box.disclaimer-consent .modal-close {
	transform: none
}

.modal .modal-body .modal-content-wrapper {
	margin: 60px auto;
	background-color: #ebe6e6;
	border-radius: 10px;
	box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
	position: relative;
	max-width: 600px;
	padding: 0 20px
}

.modal .modal-body .modal-content-wrapper .modal-header {
	font-size: calc(1rem + 2vw);
	line-height: calc(1rem + 2.5vw)
}

.country-box {
	display: flex;
	gap: 10px
}

.country-box .col-50 {
	width: 50%;
	position: relative
}

.input-box {
	width: 100%;
	position: relative
}

.input-box select {
	width: 100%;
	background: none;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	padding: 12px 20px 12px 20px;
	padding-left: 0;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-sizing: border-box;
	outline: none;
	color: var(--background-color);
	border-bottom: 1px solid rgb(255 255 255 / .3);
	cursor: pointer
}

.input-box:not(:last-child) {
	margin-bottom: 20px
}

@media screen and (min-width:768px) {
	.input-box {
		margin: 0 auto
	}
}

.light-content #ball,
.light-content #ball.with-icon {
	border-color: #d6b469
}

#smoke-effect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: .05;
	pointer-events: none
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.overlapping-image .slide-caption {
	background-position: center
}

.overlapping-image .slide-caption img {
	max-height: 400px
}

.overlapping-image .slide-caption ul {
	list-style: none;
	text-align: center;
	padding-top: 17px
}

.overview-slider .clapat-slider-viewport {
	overflow: hidden
}

.overview-slider ul.list-type-1 {
	margin-left: 0;
	margin-right: 0;
	display: flex
}

.overview-slider ul.list-type-1 li.flex-rows {
	padding-right: 10px
}

.overlapping-image .slide-caption .flex-rows {
	backdrop-filter: blur(1px);
	width: 100%;
	justify-content: center
}

.list-images {
	opacity: 0
}

.list-images {
	position: absolute;
	width: 40%;
	height: 40%;
	top: 30%;
	left: 5%;
	z-index: 4;
	pointer-events: none
}

.list-rotator li {
	cursor: pointer
}

#clubhouse {
	margin-top: -1px
}

#why-us {
	margin-top: -1px
}

#why-us .box-icon {
	color: var(--primary-color)
}
#why-us .box-icon img{
	width: 100%;
	height: 100%;
}

#clubhouse .next-hero-subtitle {
	max-width: 877px
}

#hero-caption {
	perspective: 1000px;
	perspective-origin: center
}

@media screen and (max-width:1080px) {

	.hero-subtitle {
		margin-bottom: 15px
	}
}

@media screen and (max-width:768px) {

	.list-type-1 li {
		margin-bottom: 10px
	}

	.list-type-1 {
		margin-bottom: 0;
		margin-top: 0
	}
}

@media screen and (max-width:480px) {

	#logo img {
		height: 80px
	}
}

#clubhouse .page-nav-caption {
	display: flex;
	flex-direction: column;
	justify-content: end
}

#clubhouse .inner {
	width: 100%;
	align-items: end
}

#clubhouse .page-nav-caption {
	padding: 0
}

.flex-rows {
	display: flex;
	align-items: center;
	gap: 20px
}

.flex-rows.start {
	justify-content: start
}

.section-image {
	border-radius: 12px
}

.between {
	justify-content: space-between
}

.floor {
	position: absolute;
	left: 10%;
	color: #fff
}

ul.list-type-1 {
	text-align: left
}

.list-type-1 .flex-rows {
	justify-content: left
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 300px;
	height: 8px;
	background: #fff0;
	cursor: pointer;
	outline: none;
	margin: 10px 0;
	background: linear-gradient(to right, var(--primary-color, #3498db) 0%, var(--primary-color, #3498db) var(--track-fill-percent, 0%), #ddd var(--track-fill-percent, 0%), #ddd 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 4px
}

input[type="range"]::-webkit-slider-runnable-track {
	background: #fff0;
	border-radius: 4px;
	height: 8px
}

input[type="range"]::-moz-range-track {
	background: #fff0;
	border-radius: 4px;
	height: 8px
}

input[type="range"]::-ms-track {
	background: #fff0;
	border-color: #fff0;
	color: #fff0;
	height: 8px
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--primary-color, #007bff);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -6px;
	box-shadow: 0 0 2px rgb(0 0 0 / .3);
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

input[type="range"]::-moz-range-thumb {
	background-color: var(--primary-color, #007bff);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	border: none;
	box-shadow: 0 0 2px rgb(0 0 0 / .3);
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

input[type="range"]::-ms-thumb {
	background-color: var(--primary-color, #007bff);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	box-shadow: 0 0 2px rgb(0 0 0 / .3);
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
}

input[type="range"]::-webkit-slider-thumb:hover {
	background-color: var(--accent-color, #0056b3)
}

input[type="range"]::-moz-range-thumb:hover {
	background-color: var(--accent-color, #0056b3)
}

input[type="range"]::-ms-thumb:hover {
	background-color: var(--accent-color, #0056b3)
}

input[type="range"]:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 3px rgb(0 0 0 / .3), 0 0 2px rgb(0 0 0 / .3)
}

input[type="range"]:focus::-moz-range-thumb {
	box-shadow: 0 0 0 3px rgb(0 0 0 / .3), 0 0 2px rgb(0 0 0 / .3)
}

input[type="range"]:focus::-ms-thumb {
	box-shadow: 0 0 0 3px rgb(0 0 0 / .3), 0 0 2px rgb(0 0 0 / .3)
}

input[type="range"]:active::-webkit-slider-thumb {
	transform: scale(1.1)
}

input[type="range"]:active::-moz-range-thumb {
	transform: scale(1.1)
}

input[type="range"]:active::-ms-thumb {
	transform: scale(1.1)
}

:root {
	--track-fill-color: var(--primary-color);
	--track-unfilled-color: #ddd;
	--track-fill-percent: 0%
}

ul.list-type-1 li.flex-rows {
	border-top: 1px solid var(--primary-color);
	padding: 25px 0;
	color: var(--accent-color);
	margin-bottom: 0;
	gap: 20px
}

ul.list-type-1 li.flex-rows p {
	margin-bottom: 0
}

.floor-box {
	margin: 15px 0 0
}

.floor-box.ios-device {
	margin: 15px 0
}

.special-chars,
.next-hero-subtitle span.special-chars {
	display: inline
}

main {
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed
}

.light-content .showcase-portfolio .slide-caption .slide-cat {
	color: var(--accent-color)
}

.dark-content .hero-title {
	color: var(--dark-accent-color)
}

#overview {
	color: var(--dark-accent-color)
}

#overview .next-hero-subtitle {
	margin: 20px 0;
	color: var(--accent-color);
	opacity: 1
}

.next-hero-subtitle {
	opacity: 1
}

.dark-section .next-hero-subtitle {
	color: var(--background-color)
}

.light-section .next-hero-subtitle {
	color: var(--accent-color)
}

#hero #hero-caption.height-title {
	padding: 0
}

#hero #hero-caption .inner {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: relative
}

#hero.recoil-hero #hero-caption .inner {
	justify-content: center
}

.light-content p {
	color: var(--accent-color)
}

.dark-section p {
	color: var(--background-color)
}

.light-content .button-border a {
	color: #fff
}

.light-content .button-border.outline {
	border: solid 2px var(--background-color);
	color: var(--accent-color);
	background-color: #fff0
}

.light-content #hero .button-border.outline {
	color: var(--primary-light-color)
}

.dark-section .button-border.outline {
	border: solid 2px var(--background-color);
	color: var(--background-color);
	background-color: #fff0
}

.light-content #hero-footer {
	color: var(--primary-light-color)
}

.light-content .recoil-hero #hero-footer {
	color: var(--background-color)
}

.light-content .light-section .button-border.outline {
	border: solid 2px var(--accent-color)
}

.light-content .button-text,
.light-content .button-icon {
	color: var(--accent-color)
}

.light-content header .button-text,
.light-content header .button-icon {
	color: var(--background-color)
}

.light-content .white-header .button-text,
.light-content .white-header .button-icon {
	color: var(--accent-color)
}

.light-content .has-dark-background .button-text {
	color: var(--background-color)
}

.link {
	cursor: pointer
}

.light-content .dark-text .next-hero-title,
.light-content .dark-text .next-hero-subtitle,
.light-content .dark-text a.link,
.dark-section .dark-text h6,
.dark-text b {
	color: var(--accent-color)
}

.light-content .dark-text a.link::before,
.dark-section .dark-text a.link::before {
	background-color: var(--accent-color)
}

.dark-text .button-border.outline {
	border: solid 2px var(--accent-color);
	color: var(--accent-color);
	background-color: #fff0
}

.custom-header {
	font-size: 1.5vw;
	line-height: 2vw;
	text-transform: uppercase;
	color: var(--primary-color) !important;
	margin-bottom: 30px;
	font-family: "Lora", serif;
	text-transform: capitalize;
	font-weight: 600
}

.sub-title {
	font-size: 2vw;
	line-height: 2.5vw;
	text-transform: uppercase;
	margin-bottom: 10px
}

.dark-section .custom-header {
	color: white !important
}

.clapat-slider-wrapper.content-slider {
	overflow: visible
}

.clapat-slider-wrapper.content-slider .clapat-pagination {
	bottom: -30px
}

.light-content #hero .hero-subtitle span,
.light-content #hero .button-text,
.light-content #hero .button-icon,
.light-content #hero .hero-title,
.light-content #hero .button-icon,
.light-content #hero .button-icon svg {
	color: var(--background-color);
	fill: var(--background-color)
}

@keyframes move-background {
	from {
		-webkit-transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(1000px, 0, 0)
	}
}

@-webkit-keyframes move-background {
	from {
		-webkit-transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(1000px, 0, 0)
	}
}

@-moz-keyframes move-background {
	from {
		-webkit-transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(1000px, 0, 0)
	}
}

@-webkit-keyframes move-background {
	from {
		-webkit-transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(1000px, 0, 0)
	}
}

.stars {
	background: #000 url(./images/stars-background.webp) repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: -2
}

.twinkling {
	width: 10000px;
	height: 100%;
	background: #fff0 url(./images/twinkling.webp) repeat;
	background-size: 1000px 1000px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-moz-animation: move-background 70s linear infinite;
	-ms-animation: move-background 70s linear infinite;
	-o-animation: move-background 70s linear infinite;
	-webkit-animation: move-background 70s linear infinite;
	animation: move-background 70s linear infinite
}

.clouds {
	width: 10000px;
	height: 100%;
	background: #fff0 url(./images/clouds_repeat.webp) repeat;
	background-size: calc(1000px + 50vh) 150vh;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	-moz-animation: move-background 150s linear infinite;
	-ms-animation: move-background 150s linear infinite;
	-o-animation: move-background 150s linear infinite;
	-webkit-animation: move-background 150s linear infinite;
	animation: move-background 150s linear infinite
}

.light-content .dark-text li {
	color: var(--accent-color)
}

.light-content .box-icon {
	color: var(--background-color)
}

.light-content .dark-text .box-icon {
	color: var(--accent-color)
}

.full-screen-background {
	width: 100%;
	height: 100%;
	background-image: url(./images/gallery/clubhouse-2.webp);
	background-size: cover;
	background-position: bottom;
	position: absolute;
	left: 0;
	top: 0
}

.custom-parallax .parallax-image-content .overview {
	width: 25%;
	margin: 10px
}

.hero-footer-center {
	float: inline-start;
	margin: 0 auto
}

.hero-footer-left .button-wrap {
	display: inline-flex
}

#contact {
	overflow: hidden
}

#contact .page-nav-caption.height-title {
	height: auto !important
}

#main .cp-button-prev .icon-wrap,
#main .cp-button-next .icon-wrap {
	width: 36px;
	height: 36px
}

#main .cp-button-prev .button-text,
#main .cp-button-next .button-text {
	line-height: 44px;
	margin: 0
}

#leaflet {
	width: 100%;
	height: 500px
}

.light-content .progress-info>.progress-info-fill-2 {
	-webkit-text-fill-color: #2f337b55;
	background-image: linear-gradient(var(--accent-color), var(--accent-color))
}

#hero-description {
	padding-bottom: 130px
}

.light-content #hero:not(.home-hero):not(.recoil-hero) #hero-description p,
.light-content #hero:not(.home-hero):not(.recoil-hero) #hero-footer .button-text {
	color: var(--accent-color)
}

.custom-slide-container {
	position: relative
}

.custom-carousel .clapat-slider {
	overflow: visible
}

.hero-slider {
	width: 100%;
	height: 100%
}

.hero-slider .clapat-slider-wrapper {
	width: 100%;
	height: 100%
}

.hero-slider .clapat-slider-wrapper .clapat-slider {
	width: 100%;
	height: 100%
}

.hero-slider .clapat-slider-wrapper .clapat-slider * {
	width: 100%;
	height: 100%
}

.hero-slider .content-slider.looped-carousel .clapat-slider-viewport {
	max-width: initial
}

.hero-slider .content-slider.looped-carousel .clapat-slide {
	padding: 0
}

.custom-carousel .clapat-slide {
	overflow: visible
}

.custom-carousel .clapat-controls {
	padding-top: 30px
}

.custom-carousel .clapat-pagination-bullet .solid-fill {
	fill: var(--accent-color) !important
}

.dark-section .custom-carousel .clapat-pagination-bullet .solid-fill {
	fill: var(--background-color) !important
}

.custom-carousel .clapat-pagination-bullet .path {
	stroke: var(--primary-color) !important
}

.popup-message,
.brochure-message {
	text-align: center;
	position: absolute;
	width: 100%;
	height: fit-content;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.popup-message {
	color: var(--background-color)
}

.brochure-message {
	color: var(--accent-color)
}

.light-content .light-section .has-mask-fill>span,
.light-content .has-mask-fill>span {
	-webkit-text-fill-color: rgb(13 14 15 / .2);
	-webkit-background-clip: text;
	background-repeat: no-repeat;
	background-image: linear-gradient(var(--accent-color), var(--accent-color))
}

.dark-section .has-mask-fill>span {
	-webkit-text-fill-color: rgb(200 166 94 / .2);
	background-repeat: no-repeat;
	background-image: linear-gradient(var(--primary-color), var(--primary-color))
}

.unmute-video {
	position: absolute;
	top: 20%;
	right: 5%;
	z-index: 20;
	color: var(--background-color);
	transform: translateX(100%)
}

.unmute-video .button-border {
	line-height: normal
}

.unmute-video div {
	height: auto;
	width: auto
}

#hero.recoil-hero p {
	color: var(--background-color)
}

#hero.recoil-hero .hero-subtitle {
	margin: 40px 0
}

#hero.recoil-hero .brochure-case {
	margin-bottom: 50px
}

.light-content #hero.recoil-hero .button-border.outline {
	color: var(--background-color)
}

.next-hero-title {
	margin-bottom: 40px
}

.light-content .light-section .accordion dt span {
	color: var(--accent-color)
}

.light-content .light-section dt:hover .acc-button-icon,
.light-content .light-section .accordion dt.accordion-active .acc-button-icon {
	background-color: var(--accent-color)
}

#hero.home-hero {
	padding: 0
}

#hero.home-hero #hero-caption {
	height: calc(100vw * (900 / 1920))
}

 
#hero.recoil-hero #hero-caption {
	height: 100vh;
	background-image: linear-gradient(45deg, #0000006e, #0000006e), url(images/gallery/balcony-exit.webp)
}

#hero #hero-caption,
#hero-bg-image,
.custom-slide-container {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

@media screen and (min-width:1500px) and (max-width:2000px) and (max-height:910px) {

	#hero #hero-caption,
	#hero-bg-image,
	.custom-slide-container {
		height: 100vh
	}
}

.showcase-portfolio * {
	box-sizing: border-box
}

.slide-img {
	position: relative
}

.block-view {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 102;
	background: #ffffff40;
	backdrop-filter: blur(5px);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 8px
}

.block-view p {
	margin: 0;
	color: var(--accent-color);
	font-size: 16px;
	font-size: 22px
}

.overlapping-image .slide-caption,
.overlapping-image .slide-caption .next-hero-title {
	justify-content: center
}

.modal-forms {
	display: none;
	text-align: center;
	padding: 20px 0 30px 0
}

.modal-forms h2,
.modal-forms h4 {
	text-align: left;
	max-width: calc(100% - 50px)
}

.modal-forms.disclaimer p,
.modal-forms.disclaimer .button-border,
.modal-forms.disclaimer .primary-font-title {
	color: var(--accent-color)
}

.modal-forms.disclaimer p {
	font-size: 16px;
	line-height: 20px
}

.modal-forms.disclaimer {
	text-align: left;
	max-width: 800px;
	height: 100%
}

.modal-forms.disclaimer .disclaimer-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%
}

.modal-forms.disclaimer .disclaimer-content::-webkit-scrollbar {
	width: 8px;
	background: #fff0
}

.modal-forms.disclaimer .disclaimer-content::-webkit-scrollbar-thumb {
	width: 8px;
	background: rgb(0 0 0 / .5);
	border-radius: 4px
}

.modal-forms.disclaimer .disclaimer-content {
	height: calc(100% - 140px);
	padding-right: 5px;
	overflow-y: auto
}

.modal-forms.disclaimer .clapat-button {
	margin-bottom: 0
}

.modal-forms input,
.modal-forms textarea,
.modal-forms input::placeholder,
.modal-forms textarea::placeholder,
.modal-forms .input-box select {
	color: var(--accent-color)
}

.modal-forms .input_label {
	background-color: var(--accent-color)
}

.modal-forms input,
.modal-forms textarea,
.modal-forms .input-box select {
	border-bottom: 1px solid rgb(15 14 9 / .3)
}

.overlapping-image .slide-caption {
	background-color: #02030491
}

.box-icon-content b,
.box-icon-content strong {
	color: var(--primary-color)
}

@-moz-keyframes scroll-right {
	0% {
		-moz-transform: translateX(-100%)
	}

	100% {
		-moz-transform: translateX(100%)
	}
}

@-webkit-keyframes scroll-right {
	0% {
		-webkit-transform: translateX(-100%)
	}

	100% {
		-webkit-transform: translateX(100%)
	}
}

@keyframes scroll-right {
	0% {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}


.gallery-slider img{
	aspect-ratio: 560 / 315; 
	min-width: 520px;
}

@media screen and (min-width:1025px) {
	#hero .height-title .hero-title {
		text-shadow: 2px 2px 4px rgb(0 0 0 / .5)
	}

	#hero.home-hero .height-title .hero-title {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10%;
		width: 100%;
		max-width: 1500px
	}
}

.roi-calc h3 {
	margin-bottom: 0
}

.accordion.bigger-acc dt span {
	text-align: left
}

.pricing-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	font-family: 'Arial', sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.price-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 15px;
	border-radius: 8px
}

.card-image-wrapper {
	position: relative;
	margin-bottom: 20px;
	text-align: center
}

.card-image-wrapper img {
	width: 100%;
	height: auto;
	opacity: .8;
	aspect-ratio: 650 / 460
}

.detail-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333
}

.detail-row .value {
	font-weight: 700;
	color: #000
}

.detail-row.border-bottom-0 {
	border-bottom: none;
	padding-bottom: 0
}

.detail-row.border-top-0 {
	border-top: none;
	padding-top: 0
}

@media screen and (min-width:1025px) and (max-width:1500px) {
	#hero.home-hero .height-title .hero-title {
		margin: 0 auto 14%
	}
}

@media screen and (max-width:1024px) {
	.sub-title {
		font-size: 3vw;
		line-height: 3.5vw
	}

	.full-screen-background {
		width: 100%;
		height: 133vw;
		background-image: url(images/gallery/clubhouse-2-ipad.webp)
	}

	.full figure.has-parallax.custom-parallax {
		width: 100%;
		height: 133vw !important
	}

	.custom-parallax .parallax-image-content .overview {
		width: 30%
	}

	.copyright {
		max-width: 400px
	}
}

.overview-logo {
	object-fit: contain
}

#plans .custom-header {
	font-size: 2vw
}

.master-plan-cover {
	height: calc(100vw * (1080 / 1920))
}
.master-plan-cover img{
	width: 100%;
	height: 100%;
}
.plans-slider img{
	aspect-ratio: 650/ 460;
	min-width: 520px;
}

@media screen and (max-width:1025px) {
	.overlapping-image .slide-caption .content-max-width {
		width: 100%
	}

	.modal-forms.disclaimer {
		max-width: 500px
	}

	.hero-title {
		font-size: calc(0.6rem + 12vw);
		line-height: calc(0.6rem + 12.5vw)
	}

	.overlapping-image .slide-caption .list-type-1 {
		margin-bottom: 10px
	}

	.hideOnMd {
		display: none
	}

	.overlapping-image .slide-caption {
		padding: 10px
	}
}

.overview-logo {
	height: 150px
}

@media screen and (max-width:768px) {
	.scroll-content {
		padding-bottom: 43px
	}

	.pricing-container {
		padding: 0
	}

	.overview-slider ul.list-type-1 {
		flex-direction: column
	}

	.overlapping-image .slide-caption img {
		max-height: 150px
	}

	.overlapping-image .slide-caption .flex-rows {
		flex-direction: column
	}

	.overlapping-image .slide-caption ul {
		text-align: center
	}

	.modal-forms,
	.modal-forms.disclaimer {
		padding: 20px 10px
	}

	.floor-box {
		margin: 10px 0
	}

	.floor-box.ios-device {
		margin: 10px 0
	}

	.overlapping-image .slide-caption {
		padding: 0
	}

	#clubhouse {
		padding-top: 0
	}

	.hero-title,
	.next-hero-title {
		font-size: calc(0.6rem + 7vw);
		line-height: calc(0.6rem + 7.5vw);
		letter-spacing: 0
	}

	.overlapping-image .slide-caption .list-type-1 {
		margin-bottom: 0
	}

	#hero #hero-caption .inner {
		width: 100%
	}

	.next-hero-title.primary-font-title.caption-timeline {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.overlapping-image .slide-caption,
	.overlapping-image .slide-caption .next-hero-title {
		text-align: left
	}

	ul.list-type-1 {
		margin-left: 0
	}

	.overlapping-image .slide-caption ul.list-type-1 {
		text-align: left;
		margin-left: 30px
	}

	#clubhouse .inner {
		align-items: start;
		margin-top: 30px;
		margin-bottom: 0
	}

	.custom-parallax .parallax-image-content .overview {
		width: 35%
	}

	.hero-subtitle {
		margin-bottom: 0
	}

	#hero .hero-subtitle {
		margin-top: 20px
	}

	.custom-header {
		font-size: calc(0.6rem + 1.55vw);
		line-height: calc(0.6rem + 1.55vw)
	}

	#plans .custom-header {
		font-size: calc(0.6rem + 2vw);
		line-height: calc(0.6rem + 1.8vw)
	}

	.sub-title {
		font-size: calc(0.6rem + 4vw);
		line-height: calc(0.6rem + 4vw)
	}

	.copyright {
		max-width: 350px;
		padding: 0 10px;
		text-align: left
	}

 

	#hero #hero-caption {
		height: 137.55vw;
		background-position: bottom
	}

	.gallery-thumbs-wrapper {
		display: none
	}
}

@media screen and (max-width:767px) {
	.pinned-element {
		width: 100%;
		margin-bottom: 40px
	}

	.scrolling-element {
		width: 100%
	}

	#amenities .button-box {
		margin: 0 auto;
		display: block
	}
}

@media screen and (max-width:767px) {
	#hero {}
}

.page-nav-caption .inner {
	max-height: 100%;
	max-width: 100%
}

@media screen and (max-width:550px) {
	.full-screen-background {
		background-image: url(./images/gallery/clubhouse-2-m.webp)
	}

	.overview-logo {
		height: 70px
	}

	#hero-image-wrapper {
		height: 133vw
	}

	#hero.home-hero .height-title .hero-title {
		margin-bottom: 25%
	}

	#hero-footer {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}

	.custom-header {
		font-size: calc(0.6rem + 2.8vw);
		line-height: calc(0.6rem + 3.3vw)
	}

	#plans .custom-header {
		font-size: calc(0.6rem + 3.3vw);
		line-height: calc(0.6rem + 3.8vw)
	}

	.sub-title {
		font-size: calc(0.6rem + 4vw);
		line-height: calc(0.6rem + 4.5vw)
	}
}

@media screen and (max-width:768px) and (min-height:700px) {
	#hero.home-hero .height-title .hero-title {
		margin-bottom: 45%
	}
}

@media screen and (min-width:768px) and (max-width:1240px) and (min-height:1000px) {
	#logo {
		top: 0
	}

	header .button-wrap .button-text {
		margin: 16px 0
	}

	header .button-wrap .icon-wrap {
		max-height: 60px
	}

	#hero #hero-caption .inner {
		width: 100%
	}

	#hero.home-hero .hero-title {
		margin-bottom: 8%
	}
}

.accordion-content.hide {
	animation: none !important
}

.fullscreen-menu .flexnav>li>a {
	font-size: 2.2vw;
	line-height: 2.7vw
}

.progress input[type="range"] {
	width: 100%;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	height: auto
}

:root {
	--checked-bg-color: var(--primary-color);
	--checked-text-color: var(--accent-color);
	--unchecked-bg-color: #f0f0f0;
	--unchecked-text-color: var(--accent-color);
	--border-color: var(--primary-color)
}

.manual-curtain {
	position: relative
}

.feature-tags {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px
}

.mx-auto {
	margin: 0 auto
}

.feature-tags li {
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	background-color: var(--primary-color);
	color: var(--accent-color)
}

.location-ul li {
	cursor: pointer
}

#overview .icon {
	position: relative;
	width: 70px
}

#overview .content {
	width: calc(100% - 70px)
}

#overview .content strong {
	display: block;
	margin-bottom: 10px
}

#overview .icon img {
	position: relative;
	z-index: 1
}

#overview .icon::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--primary-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: all 0.4s ease-in-out;
	z-index: 0
}

.overlapping-image .slide-caption b {
	color: #ff9425
}

.why-column .box-icon-wrapper {
	padding: 20px 0
}

#why-us .box-icon {
	width: 120px;
	height: 120px
}

header #logo,
header .estates-container {
	transition: all 0.8s linear
}

header.hidden #logo,
header.hidden .estates-container {
	transform: translateY(-200%)
}

header.visible #logo,
header.visible .estates-container {
	transform: translateY(0)
}

.light-content .dark-text .outline input[type="submit"] {
	color: #fff
}

.fixed-buttons {
	position: fixed;
	bottom: calc(50% - (32px / 2));
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	z-index: 20
}

.fixed-buttons.left {
	right: 0;
	left: auto;
	top: 25%
}

.fixed-buttons .f-b {
	background-color: var(--primary-color);
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s linear;
    	transform: translateX(200%);
	border: 1px solid rgb(255 255 255 / .284)
}

.fixed-buttons.show-on-mob {
	display: none
}

.fixed-buttons .f-b.reveal{
	 transform: translateX(0%);
}

.fixed-buttons.bottom-center {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto
}

.fixed-buttons i.fi {
	line-height: 0
}

.fixed-buttons .f-b i {
	font-size: 30px
}

.fixed-buttons .f-b svg {
	height: 22px;
	fill: var(--accent-color)
}

.fixed-buttons.bottom-center .f-b {
	color: #fff
}

.fixed-buttons .f-b:hover {
	background-color: var(--accent-color);
	color: var(--primary-color)
}

.fixed-buttons .f-b:hover svg {
	fill: var(--primary-color)
}

.fixed-buttons .f-b:hover i {
	color: var(--primary-color)
}

[data-fancybox] {
	cursor: pointer
}

#backtotop {
	cursor: pointer;
	bottom: 90px;
	right: 25px;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.7s linear;
	position: fixed;
	display: block;
	z-index: 999
}

#backtotop.is-visible {
	transform: none;
	opacity: 1
}

#backtotop .button-icon {
	border: 2.5px solid var(--primary-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}

#backtotop .button-icon svg {
	fill: var(--primary-color);
	width: 25px;
	height: 25px
}

input,
textarea,
select {
	font-family: "Poppins", sans-serif
}

.contact-2 .box-icon-wrapper {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 10px
}

.contact-2 .box-icon-wrapper .box-icon {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.contact-2 select {
	border-bottom: 1px solid rgb(255 255 255 / .3)
}

.contact-2 select option {
	background-color: var(--accent-color)
}

.contact-shape {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	opacity: .8;
	z-index: -1;
	aspect-ratio: 1715/1000;
}

.blog-card {
	border: 1px solid var(--primary-color)
}

.blog-header.custom-header {
	margin-bottom: 10px
}

#why-us .box-icon-content,
.blog-card .box-icon-content,
#plans .box-icon-content {
	padding: 20px 15px
}

.blog-card p {
	margin: 0
}

.hero-content {
	margin-top: 150px
}

.bg-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
	left: 0;
	z-index: -1
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.blog-page a {
	color: var(--primary-color) !important;
	font-weight: 600
}

.blog-page li {
	color: var(--accent-color);
	line-height: 28px
}

.blog-page .hero-content h1 {
	font-size: 5vw;
	line-height: 5.5vw;
	text-align: center
}

.blog-page .not-window {
	height: calc((1320px - 160px) * (768 / 1366));
	max-height: 500px
}

.section-form .input-box select {
	border-bottom: 1px solid rgb(255 255 255 / .3)
}

.section-form .input-box select option {
	background-color: var(--accent-color)
}

#hero.blog-hero #hero-caption {
	background-image: linear-gradient(45deg, rgb(0 0 0 / .436), rgb(0 0 0 / .436)), url(images/blogs/2.webp);
	height: calc(100vw * (500 / 1920))
}

.line-form {
	padding: 10px;
	padding-top: 40px
}

.line-form .input-box {
	margin-bottom: 0;
	width: 100%
}

.one_fifth_editor {
	width: calc(90% / 5);
	margin: 0 1%
}

.line-form .input-box input:not([type="submit"]),
.line-form .input-box select {
	border: 1px solid var(--accent-color);
	border-radius: 5px
}

.line-form .input-box select,
.line-form .input-box input,
.line-form .input-box input::placeholder {
	color: var(--accent-color)
}

.line-form .input-box input {
	padding: 5px 8px;
	font-size: 14px
}

.line-form .input-box input[type="submit"] {
	padding-left: 50px;
	padding-right: 50px
}

.light-content .line-form .input-box input[type="submit"] {
	color: #fff
}

.line-form .input-box .button-box {
	width: 100%
}

.line-form .input-box .button-box * {
	width: 100%
}

.marquee-text {
	margin-bottom: 0
}

.light-content .button-border {
	border-color: var(--primary-color) !important;
	background-color: var(--primary-color) !important;
	color: white !important
}

.justify-paras p {
	text-align: justify
}

.estates-logo {
	width: 120px;
	opacity: 1
}

.estates-logo-colored {
	position: absolute;
	right: 0;
	opacity: 0
}

.white-header .estates-logo {
	opacity: 0
}

.white-header .estates-logo-colored {
	opacity: 1
}

.amenities-accordion p{
    font-size:18px;
    margin-top:10px;
}
p.h6{
    font-size: 18px;
    line-height: 36px;
    font-weight:500;
    color:white;
}


.rounded-borders #hero .content-slider.looped-carousel img{
    border-radius:0 ;
}
@media screen and (max-width:1025px) {
	.feature-tags {
		display: grid;
		grid-template-columns: 1fr 1fr
	}

	#hero.blog-hero #hero-caption {
		min-height: 300px
	}

	.blog-page .hero-content h1 {
		font-size: 5.5vw;
		line-height: 6vw
	}
}

@media screen and (min-width:767px) and (max-width:1025px) and (min-height:1000px) {
	#hero.home-hero #hero-caption {
		height: calc(100vw * 1366 / 1024)
	}

	 
}

@media screen and (max-width:767px) {
	.fixed-buttons.hide-on-mob {
		display: none
	}

	.fixed-buttons.show-on-mob {
		display: block
	}

	header #logo {
		left: 0
	}

	.modal-forms h2,
	.modal-forms h4 {
		width: calc(100% - 30px)
	}

	.hero-footer-right {
		width: 100%;
		text-align: center
	}

	.one_fifth_editor {
		width: 100%;
		margin: 10px 1%
	}

	.justify-paras p {
		text-align: left
	}

	#hero.home-hero #hero-caption {
		height: calc(100vw * 960 / 540)
	}

	 

	.fullscreen-menu .flexnav>li>a {
		font-size: 4.3vw;
		line-height: 4.8vw
	}

	.overlapping-image .slide-caption ul li {
		margin-bottom: 12px
	}

	#leaflet {
		height: 300px
	}

	.clapat-slider-wrapper.content-slider .clapat-pagination {
		bottom: -30px
	}

	.contact-2 .box-icon-wrapper {
		margin-bottom: 10px;
		align-items: start
	}

	.estates-logo {
		width: 80px
	}

	.button-wrap.right.menu.burger-lines .icon-wrap {
		width: 70px;
		height: 70px
	}

	.w-l img,
	.w-r img {
		height: 120px
	}

	.blog-page .hero-content h1 {
		font-size: 7vw;
		line-height: 7.5vw
	}
}

@media screen and (max-width:550px) {
	.overlapping-image .slide-caption img {
		display: none
	}

	.overlapping-image .slide-caption ul {
		text-align: left;
		padding: 0;
		margin: 10px 0
	}

	.why-column .box-icon-wrapper {
		padding: 0
	}
}

body.inner-page-customs .preloader,
body.inner-page-customs .fixed-buttons {
	display: none
}

.box-icon-content h3 {
	font-size: 21px !important
}

.popup-image {
	max-height: calc(100vh - 200px);
	position: relative;
	bottom: -50px;
	box-shadow: rgb(100 100 111 / 62%) 0 7px 29px 0
}

.high-impact-promo-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 60px;
	border-radius: 12px;
	overflow: hidden;
 
	background-size: cover;
	background-position: top;
	position: relative;
	z-index: 1
}


.clove-banner img {
position: absolute;
width: 100%;
height: 100%;
z-index: -2;
top: 0;
left: 0;
object-fit: cover;
    object-position: center;
}



.high-impact-promo-box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0 0 0 / .65);
	border-radius: 12px;
	z-index: -1
}

.promo-text-content {
	flex-grow: 1;
	color: #fff;
	padding-right: 30px
}

.promo-text-content p {
	opacity: .9;
	max-width: 90%
}

.promo-action-button {
	display: block;
	padding: 18px 35px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1em;
	border-radius: 6px;
	white-space: nowrap;
	transition: background-color 0.3s ease, transform 0.2s ease
}

@media (max-width:768px) {
	.high-impact-promo-box {
		flex-direction: column;
		text-align: center;
		padding: 30px 20px;
		margin: 0 10px
	}

	.promo-text-content {
		padding-right: 0;
		margin-bottom: 25px
	}

	.promo-text-content p {
		max-width: 100%
	}

	.promo-action-button {
		width: 100%;
		max-width: 300px
	}
}

.more-button {
	padding: 5px;
	border-radius: 4px;
	background-color: var(--primary-color);
	color: #fff;
	cursor: pointer
}

.more-content {
	display: none
}

#backtotop {
	right: 30px;
	bottom: 145px
}

.custom-padding {
	padding: 13px !important
}

.fixed-buttons.left {
	top: 22%;
	z-index: 19
}

.input-box p {
	text-align: start;
	margin-bottom: 0
}

.price-modal .input-box input[type="radio"] {
	height: 40px
}