html, body {width: 100%; height: 100%; overflow: hidden;  margin:0; padding: 0; font-family: 'Montserrat', sans-serif;}
main {position: absolute; z-index:1; width: 100%; height: 100%; max-height: 100%; margin:0; padding: 0;}
header {height: auto; background: #fff;position:absolute; z-index:2; top:0; left:0; right: 0; width: 100%; max-width: 100%;  margin:0; padding: 0; }
header .information {position: absolute; left: 2%;display: inline-block;margin:0;  max-width: 50%;}
header .information ul {margin:0; padding: 0;}
header .information ul li {display: inline-block; margin:30px 0 0 5px; list-style: none;}
header .information ul li a{font-size: 0.7em; color:rgba(41,41,41,0.4); text-decoration: underline; font-weight: 700; letter-spacing: 1px;}
header .information ul li a:hover{color:rgba(0,0,0,0.6);}
header .text_area {position: absolute; right: 2%;display: inline-block; margin: 0; padding: 0; }
header .text_area .question{float: left; max-width: 320px; margin: 0; padding: 0;}
header .text_area .question p {font-size: 0.8em; font-weight: 500;margin: 0; padding:0; text-align: right; text-transform: uppercase; letter-spacing: 1.5px; position: relative; top:13px;}
header .text_area .question h1 {font-size: 1.3em; font-weight: 900; line-height: 22px; text-transform: uppercase;letter-spacing: 1px; color:rgba(41,41,41,0.6); text-align: right;}
header .text_area .question_icon {float: left; font-size: 6em; font-weight: 900;padding: 0; margin: -16px 5px 0 5px; color: rgba(41,41,41,0.6);}
header .text_area .text {float: left;  max-width: 320px;  border-left: solid 1px rgba(41,41,41,0.3); padding: 12px 0 10px 14px; }
header .text_area .text p{margin:0; padding: 0; font-size: 0.9em; font-weight: 700;text-align: justify; color: rgba(0,0,0,0.7);}
footer {position:absolute; z-index:2; bottom:0;width: 100%; max-width: 100%;  margin:0; padding: 0 0 10px 0; }
footer .right{float: right; padding:0 2% 0 0; text-align: right;}
footer .left {float: left; padding:0 0 0 2%; max-width: 50%;}
footer .logo{width: 280px; max-height: 158px; margin:0; text-align: center; padding: 0; display: block; }
footer .logo img{width:95%; height: auto; margin: 0; padding: 0;}
footer .copyright{margin:0; padding: 0; display: block;}
footer .copyright p {margin: 2px 0 0 15px ; padding: 0; text-align: center; font-size: 0.7em; letter-spacing:1px; font-weight: 400; color:#fff;}
footer .image_info{   display: block; margin: 0; padding: 0;}
footer .image_info p {margin:0; padding:110px 0 0 0; text-align: right; text-decoration:underline; font-weight: 500;color: #fff;font-size: 0.8em; letter-spacing: 2px; text-transform: uppercase;}
footer .corporate{    display: block; margin: 0; padding: 0;}
footer .corporate nav {margin:20px 0 0 0; padding: 0; }
footer .corporate nav ul {margin: 0; padding: 0;}
footer .corporate nav ul li {list-style: none; margin:0 0 0 5px; display: inline-block;}
footer .corporate nav ul li a {font-size: 0.8em; font-weight: 500;color:#fff; text-decoration: underline; letter-spacing: 1px; margin: 0; padding: 0; text-align: center;}
footer .corporate nav ul li a:hover{color:#000;}
footer .lang {position:absolute; bottom:3%; left:0; right:0; text-align:center;z-index: 2; margin:5px; padding: 0; display:inline-block; max-width:100%;}
footer .lang a {font-size:1em; font-weight:600; margin:0 10px 0 10px; color:#fff; letter-spacing:2px; text-decoration:none;}
footer .lang .active {color:rgba(41,41,41,0.6) !important;}

/* tilter */
.content {
  max-height: 100%;
  margin:15% 0 20% 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.background_effect {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.background__canvas {
	position: absolute;
	z-index: 10;
}
.tilter {
	display: block;
	position: relative;
	border:solid 5px rgba(255,255,255,0.2);
  border-radius: 2px;
	width: 300px;
	height: 300px;
	margin: 1.5em 2.5em;
	color: rgba(41,41,41,0.4);
	flex: none;
	perspective: 1000px;
}

.tilter * {
	pointer-events: none;
}

.tilter:hover,
.tilter:focus {
	color: #fff;
	outline: none;
}

/*
.tilter__figure,
.tilter__deco,
.tilter__caption {
	will-change: transform;
}*/

.tilter__figure,
.tilter__image {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.tilter__figure > * {
	transform: translateZ(0px); /* Force correct stacking order */
}

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
	transition: transform 0.2s ease-out;
}

.tilter__figure {
	position: relative;
}

.tilter__figure::before {
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	box-shadow: 0 30px 20px rgba(35,32,39,0.5);
}

.tilter__deco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tilter__deco--overlay {
	background-image: linear-gradient(45deg, rgba(226, 60, 99, 0.4), rgba(145, 58, 252, 0.4), rgba(16, 11, 192, 0.4));
}

.tilter__deco--shine div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.25) 50%, transparent 100%);
}

.tilter__deco--lines {
	fill: none;
	stroke: rgba(255,255,255,0.2);
	stroke-width: 1.5px;
}

.tilter__caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding:1em;
}

.tilter__title {
	margin: 0;
	font-weight: normal;
	letter-spacing: 0;
	padding: 20px;
	font-size: 2em;
 	line-height: 1;
}

.tilter__description {
	margin: 1em 0 0 0;
	font-size: 0.85em;
	letter-spacing: 0.15em;
}


/* Example 7 (different line) */
.tilter--7 .tilter__deco--overlay {
	background-image: linear-gradient(45deg, rgba(221, 185, 148, 0.48), rgba(226, 204, 179, 0.58));
}

.tilter--7 .tilter__deco--lines {
	stroke-width: 20px;
	transform: scale3d(0.9,0.9,1);
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
}

.tilter--7:hover .tilter__deco--lines {
	opacity: 1;
	transform: scale3d(1,1,1);
}

.tilter--7 .tilter__figure::before {
	box-shadow: none;
}

@media screen and (min-width: 55em) {
header .logo {display: none;}
}
@media screen and (max-width: 55em) {
  html, body {max-width: 100%; max-height: 100%; overflow: hidden;  margin:0; padding: 0; font-family: 'Montserrat', sans-serif;}
  header .logo{margin:10px; padding: 0; display: block; position: absolute; z-index: 3; left: 0; top:0;   width: 120px;}
  header .logo img{ max-width: 100%;}
  header .information {display: none;}
  header .text_area { position: fixed; right:-70px !important; margin: 10px 0 0 0; }
  header .text_area .question{ max-width: 50%;  margin: 6px 0 0 0}
  header .text_area .question p {font-size: 0.5em; letter-spacing: normal;margin:-5px 0 15px 0 ; }
  header .text_area .question h1 {font-size: 0.8em; line-height: 13px;}
  header .text_area .question_icon {font-size: 3em; margin: 2px 0 5px 5px;}
  header .text_area .text {display: none;}
  footer {padding: 0; margin-bottom: 5px;}
  footer .right{float: right; padding:0 2% 0 0; text-align: right;}
  footer .left {float: left; padding:0 0 0 2%; max-width: 50%;}
  footer .logo{display: none;}
  footer .logo img{width:95%; height: auto; margin: 0; padding: 0;}
  footer .copyright{display: none;}
  footer .copyright p {margin: 2px 0 0 15px ; padding: 0; text-align: center; font-size: 0.7em; letter-spacing:1px; font-weight: 400; color:#fff;}
  footer .image_info p {font-size: 0.5em; text-decoration: none;}
  footer .corporate{    display: block; margin: 0; padding: 0;}
  footer .corporate nav {margin:5px 0 0 0 ; }
  footer .corporate nav ul {margin: 0; padding: 0; }
  footer .corporate nav ul li {list-style: none; margin:0 0 0 5px; display: inline-block;}
  footer .corporate nav ul li a {font-size: 0.6em; }
  footer .lang {left:1%; bottom:15%; max-width:100px;}
  footer .lang a {font-size:1em; font-weight:600; margin:0 10px 0 10px; color:#fff; letter-spacing:2px;}
  
  .tilter { width: 50%; height: 50%; }
  .tilter__title {font-size: 1.2em; padding: 10px; color:#fff; }
  .content {margin:20% 0 0% 0;}


}
