<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Abril Fatface';
	src: url('fonts/AbrilFatface-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FreightNeo';
	src: url('fonts/FreightNeoPro-Book.woff') format('woff'), url('fonts/FreightNeoPro-Book.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'FreightNeo';
	src: url('fonts/FreightNeoPro-Light.woff') format('woff'), url('fonts/FreightNeoPro-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'FreightNeo';
	src: url('fonts/FreightNeoPro-Medium.woff') format('woff'), url('fonts/FreightNeoPro-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGrotesk';
	src: url('fonts/NHaasGroteskDSPro-15UltTh.woff') format('woff'), url('fonts/NHaasGroteskDSPro-15UltTh.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGrotesk';
	src: url('fonts/NHaasGroteskDSPro-25Th.woff') format('woff'), url('fonts/NHaasGroteskDSPro-25Th.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGrotesk';
	src: url('fonts/NHaasGroteskDSPro-35XLt.woff') format('woff'), url('fonts/NHaasGroteskDSPro-35XLt.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGrotesk';
	src: url('fonts/NHaasGroteskDSPro-45Lt.woff') format('woff'), url('fonts/NHaasGroteskDSPro-45Lt.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGrotesk';
	src: url('fonts/NHaasGroteskDSPro-55Rg.woff') format('woff'), url('fonts/NHaasGroteskDSPro-55Rg.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

/* vars */

:root {
	--alt-bg: #fef9f9;
	--c-light: #cdc4c4;
	--c-dark: #8b7e7a;
}

/*  */

body {
	font-family: NeueHaasGrotesk, sans-serif;
	font-weight: 400;
	/* line-height: 1.4em; */
	letter-spacing: .04em;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

a.logo {
	display: block;
	height: 70px;
	/* position: absolute; */
	margin: 2rem 0 2.5rem 0;
	/* z-index: 3; */
	pointer-events: none;
}

a.logo span {
	text-indent: -9999px;
	display: none;
}

#luxy {
	/* padding-bottom: 100px; */
}

#bilogo {

}

ul.cont {
	margin: 3.7rem 0 0 0;
	list-style: none;
	width: 100%;
	text-align: right;
}

ul.cont li {
	display: inline-block;
}

ul.cont li + li {
	/* margin-left: 1.5rem; */
}

ul.cont li a {
	font-size: 0.875rem;
	color: #222;
	font-family: FreightNeo, sans-serif;
	padding: 1rem 1.5rem;
	/* border: 1px solid #222; */
}

ul.cont li a:hover {
	color: #fff;
	background-color: #222;
	transition: all 0.3s ease-in-out;
}

ul.cont li a span {
	text-transform: uppercase;
}

@media only screen and (max-width: 40em) {
	ul.cont {
		margin: 1.35rem 1rem;
	}

	ul.cont li + li {
		/* margin-top: 0.5rem; */
	}

	ul.cont li a {
		font-size: 0.75rem	;
		padding: 0.5rem 1rem;
	}

	ul.cont li a:hover {
		color: #222;
		background-color: #fff;
	}
}

/*  */

.top-wr {
	height: 80vh;
	position: relative;
}

/*  */

h2.headert {
	position: absolute;
	bottom: -0.75rem;
	left: 2rem;
	color: #fff;
	font-size: 1.9375rem;
}

.swiper-slide {
	/* position: relative; */
}

.swiper-button-next, 
.swiper-button-prev {
	color: #fff !important;
}

/* .swiper-container .swiper-slide:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0.76) 0%,rgba(255,255,255,0) 100%);
	content: '';
	mix-blend-mode: multiply;
} */

.view-project {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	position: absolute;
	right: 2rem;
	bottom: 0.5rem;
	font-family: FreightNeo, sans-serif;
	padding: 1rem 2rem;
	z-index: 2;
}

.view-project:hover {
	background: #fff;
	color: #222;
}

@media only screen and (max-width: 40em) {
	h2.headert {
		top: 0;
		left: 0;
		right: 0;
		padding: 0 1rem;
		text-align: center;
	}
	.view-project {
		left: 2rem;
		right: 2rem;
		bottom: 1rem;
	}
}

/* header */

header {
	height: 100vh;
}

.swiper-container {
	/* margin-top: 9rem; */
	height: 60vh;
	margin-bottom: 6rem;
	position: relative;
}

.swiper-slide {
	height: 60vh;
	background-position: center center;
	background-size: cover;
}

h2 {
	font-family: FreightNeo, sans-serif;
	font-weight: 500;
	margin: 2rem 0;
	text-align: center;
	z-index: 2;
	position: relative;
}

h3, h4 {
	font-family: FreightNeo, sans-serif;
	font-weight: 500;
	margin: 1rem 0 1rem 0;
	line-height: 2.5rem;
	text-align: center;
	z-index: 2;
	position: relative;
	text-align: justify;
}

h4 {
	text-align: justify;
	font-size: 1.25rem;
	line-height: 2rem;
	margin: 3rem 0;
}

h3 + .two-col {
	margin-top: 3rem;
}

.two-col {
	column-count: 2;
	column-gap: 2rem;
	text-align: justify;
}

.three-col {
	column-count: 3;
	column-gap: 2rem;
	text-align: justify;
}

.grid-container + .grid-container {
	margin-top: 4rem;
}


@media only screen and (max-width: 40em) {
	.two-col {
		column-count: 1;
	}
	.three-col {
		column-count: 1;
	}
	.swiper-container {
		margin-bottom: 3rem;
	}
	h3 + .two-col {
		margin-top: 1rem;
	}
	h3 {
		margin-top: 2rem;
	}

	.ilze {
		margin-top: 3rem;
	}
	.grid-container + .grid-container {
		margin-top: 2rem;
	}
}

/*  */

.bir {
	margin-right: -4rem;
	max-width: 120%;
}

/* footer */

footer {
	height: 100vh;
	display: flex;
	position: relative;
}

.footer-logo {
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 3rem;
	letter-spacing: 1rem;
	/* text-transform: uppercase; */
	font-weight: 500;
	white-space: nowrap;
	font-family: FreightNeo, sans-serif;
	transform: translate(-50%, -45%);
}

.top-wr .footer-logo:after {
	position: absolute;
	content: "";
	height: 50px;
	width: 1px;
	background-color: #222;
	top: 300%;
	left: 50%;
}

.footer-logo span {
	font-weight: 500
}

.bi-eng {
	margin-right: -/* 1rem */;
	font-size: 1rem;
	/* color: #999; */
	text-align: right;
	margin-top: -0.75rem;
}

.footer-info {
	margin-top: 10rem;
	align-self: flex-end;
	padding-bottom: 1rem;
	text-align: center;
	font-family: FreightNeo, sans-serif;
	width: 100vw;
	position: relative;
}

.footer-info:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 60vw;
	background-color: #222;
	top: -4rem;
	left: 20vw;
}

.footer-info a {
	color: #222;
}

.footer-info a:hover .cont-title {
	letter-spacing: .06em;
}

.cont-title {
	font-weight: 200;
	font-size: 29px;
	margin-bottom: 1rem;
	/* text-transform: uppercase; */
	transition: letter-spacing .6s cubic-bezier(.215,.61,.355,1);
}

.cont-txt {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: .03em;
	padding-bottom: 3rem;
}

@media only screen and (max-width: 40em) {
	.footer-logo {
		font-size: 1rem	;
		letter-spacing: 0.5rem;
	}
	.bi-eng {
		font-size: 0.75rem;
		margin-top: 0;
		letter-spacing: 0.1rem;
	}
}</pre></body></html>