<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}

a,img,div,span,html,body{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
  font-family: 'robotoregular';
  font-size: 1vw;
}

#section{
	background: #fff;
	color: rgb(82, 82, 82);
}

a{
	color: rgb(82, 82, 82);
	text-decoration: none;
}

a:hover{
	color: rgb(186,9,43);
}

div, input{
	transition: all 0.5s ease;
}

.unscroll_icon{
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: -1;
	opacity: 0;
	cursor: pointer;	
}

.unscroll_icon img{
	width: 50px;
}

.hidden{
	opacity: 0;
}

.left_gap{
	margin-left: 10vw;
}

.right_gap{
	margin-right: 10vw;
}

.logo_pn{
	margin-top: 5vh;
}

.logo_pn img{
	max-width: 100%;
}


#index{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../../img/index.jpg);	
	background-position: center right;
	color: #ffffff;
}

#index .index_container{
	top: 7vw;
	bottom: 2vw;
	left: 40%;
	right: 25vw;
	position: absolute;
	min-width: 50vw;
	transform: translateX(-50%);
}


#index .index_title{
	font-family: 'Dala Floda Roman';
	font-size: 5vw;
	color: #ffffff;	
}


#index .text{
	position: absolute;
	left: 0; 
	bottom: 0;
	right: 0;
	font-size: 1.2vw;
	color: #fff;
}


#index .enter{
	background-color: #fff;
	color: #747474;
	padding: 0.7vw;
	margin-top: 2vw;
	display: inline-block;
}

.menu_icon{
	display: none;
}


#menu{
	background: #fff;
	color: #000;
	position: absolute;
	top: 14vh;
	bottom: 14vh;
	right: 20vh;
	left: 20vh;
	z-index: 2;

}

#menu .menu_container{
	position: absolute;
	top: 6vh;
	bottom: 6vh;
	left: 6vh;
	right: 6vh;
}

#menu .menu_container .menu_title{
	color: rgb(246,62,47);
	font-family: 'Dala Floda Roman';
	font-size: 6vh;
}

#menu .menu_container .menu_items{
	position: absolute;
	left: 0;
	bottom: 0;
}

#menu .menu_container a{
	font-size: 2.8vh;
	display: block;
	text-decoration: none;
	color: rgb(82, 82, 82);
	margin-bottom: 1vh;
	font-weight: bold;

}

#menu .menu_container a:hover{
	color: rgb(246,62,47);
}




#app{
	position: absolute;
	top: 0;
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 10;
}

#header{	
	height: 20vw;		
	background-color: #747474;
	color: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 99;
	background-position-y: -16vw;
	background-size: cover;
}

.header_small{
	height: 8.5vw !important;
}

#header .header_container{
	padding: 2.5vw;
}


#header .header_title{
	font-family: 'Dala Floda Roman';
	font-size: 1.5vw;
	float: left;	
}

#header .header_menu{
	float: right;
	width: 2.5vw;
	margin-top: 0.75vw;
}

#header .header_menu img{
	width: 100%;
}

#content{
	width: 50vw;
	margin: auto;
	position: relative;
}

#content .content_container{
	position: absolute;
	top: 25vw;
	padding: 2.5vw;
	left: 0;
	right: 0;
	bottom: 0;
}

.column_left{
	position: fixed;
	left: 0;
	width: 30%;
	left: 10%;
	top: 25vw;
	
}

.index_fixed{
	top: 11vw !important;
}

.slick-track{
	transition: none;
}

.column_left .menu-item{
	margin-bottom: 0.5vw !important;
}

#content .column_right{
	position: absolute;
	right: 0;
	width: 85%;	
	top: 0;
}

.big_number{
	font-family: 'Dala Floda Roman';
	color: #c0c0c0;
	font-size: 10vw;
	display: inline-block;
	margin-top: -4vw;
	
}

.content_title{
	font-family: 'Dala Floda Roman';
	color: rgb(246,62,47);
	font-size: 2.5vw;
	border-bottom: 1px solid #000;
	line-height: 2.5vw;
	margin-bottom: 2vw;
}

.content_subtitle{
	color: rgb(246,62,47);
	margin-bottom: 1vw;
}

.image_list{


	margin-top: 2vw;
	margin-bottom: 2vw;
}



.pic_item{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	position: relative;	
	cursor: pointer;
}

.pic_item img{
	width: 100%;	
	
}

.img_zoom_icon{
	position: absolute;
	top: 0;
	right: 0.5vw;
	top: -0.7vw;
	width: 1.5vw;
	height: 1.5vw;
}

.img_zoom_icon img{
	width: 100%;
	height: 100%;
}


.pic_footer{
	float: left;
	margin-left: -30%;
	margin-top: 0.5vw;
	width: 20%;
	color: #909090;
	font-size: 0.5vw;
}


.left{
	float: left;
}

.right{
	float: right;
}

#carousel{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}

.carousel_overlay{
	background-color: #000;
	opacity: 0.9;
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
}

.carousel_slick{
	position: absolute;
	top: 45%;
	left: 50%;	
	width: 70vw;
	height: 80vh;
	z-index: 2;
	transform: translate(-50%, -50%);
}

#carousel .image_title{
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translatex(-50%);
}

.carousel_item{	
	height: 83vh;
	position: relative;
	text-align: center;
}

.carousel_item img{
	max-width: 70vw;
	max-height: 85vh;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}

.slick-track{
	transition: none;
	padding-bottom: 10vh;
}

li{
	margin-top: 1vh;
}

.active{
	color: rgb(186,9,43);
}

.selected{
	color: rgb(186,9,43);
}

.close{
	width: 3vh;
	height: 3vh;
	position: fixed;
	top 0;
	
	cursor: pointer;
	right: 10vh;
	top: 10vh;
}

.close img{
	width: 100%
}


@media (max-width: 1300px){
	
	body{
		font-size: 14px;
	}
	#index .text{
		font-size: 16px;
	}
	
	#header .header_title{
		font-size: 24px;
	}
	
	.header_small {
		height: 100px !important;
	}
	
	.index_fixed {
		top: 150px !important;
	}
	
	.content_title {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	#content {
		width: 60vw;
		left: 5%;
	}
	
	#header {
		height: 200px;
	}
	
	#content .content_container {

		top: 240px;
		padding: 25px;
	}
	
	.column_left {
		top: 240px;
	}
	
	#header .header_container {
		padding: 20px;
	}
	
	.logo_pn{
		right: 10%;
		left: 10%;
	}
	
	
}

@media (max-width: 1100px){
	#content {
		left: 10%;
	}
}



@media (max-width: 800px) {

	
	.menu_icon{
		display: block;
	}
	
	#header .header_menu {
		float: right;
		width: 30px;
		margin-top: 15px;
	}
	
	.column_left{
		display: none;
	}
	
	#content{
		left: auto;
		width: 100%;
		max-width: 700px;
	}
	
	#content .column_right {    
		right: 0;
		padding: 20px;
		padding-top: 0;
		width: auto;
	}
	
	.img_zoom_icon {
		width: 15px;
		height: 15px;
	}
	
	#menu{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	#menu .menu_container .menu_items {
		position: relative;
		bottom: auto;
		margin-top: 40px;
	}
	
	#menu .menu_container .menu_title {
		font-size: 35px;
	}
	
	.index_fixed {
		top: 120px !important;
	}
	
	#index .index_title {
		font-size: 30px;
		margin-top: 40px;		
	}
	
	#index .index_container {
		
		bottom: 10px;
		left: auto;
		right: auto;
		position: absolute;
		min-width: auto;
		transform: none; 
		padding: 10%;
		padding-top: 0;
	}
	
	.logo_pn{
		position: absolute;
		bottom: 0;
	}
	
	#index .text {
		position: static;
		margin-top: 40px;
		height: 100%
	}
	
	#index .enter {
		padding: 7px;
		margin-top: 30px;

	}
	
		.slick-prev, .slick-next{
		transform: translate(0, -50%) scaleX(1.5) scaleY(5);
		z-index: 200;
	}
	
	.carousel_slick{
		width: 80vw;
	}
	
	.carousel_item img{
		max-width: 80vw;
	}
	
	.close{
		width: 15px;
		height: 15px;
		right: 30px;
		top: 30px;
	}
	
	.slick-next{
		right: -30px;
	}
	
	.slick-prev{
		left: -30px;
	}
	
	#carousel .image_title{
		width: 70vw;
	}
	
	.image_item_container {
		max-width: 30vw;
	}

	


}

	
	
	
	
	
	








</pre></body></html>