<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* KEYWORDS: +all, +mozilla, +os, +webkit, -android, -chrome, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -linux, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp, -universal */

/*** Skipping CSS Section grid (only-param=homepage) ***/
/*** Skipping CSS Section common (only-param=homepage) ***/
/*** Skipping CSS Section navigation (only-param=homepage) ***/
/*** Skipping CSS Section buttons (only-param=homepage) ***/
/*** Skipping CSS Section forms (only-param=homepage) ***/
/*** START evident/global/homepage.css ***/
header.header-home {
	position: fixed;
	/* position: absolute !for(ie); */
	width: 100%;
	top: 0;
	left: 0px;
	background-color: transparent;
	transition: background 0.5s ease-out 0.3s;
}
@media (min-width: 1300px) {
	header.header-home .header-container-right .top-lang-selector {
		opacity: 0;
	}
	body.display-cloned-header header.header-home,
	body.show-megamenu header.header-home {
		background-color: #fff;
		transition: background 0.5s ease-out;
	}
	body.display-cloned-header header.header-home .header-container-right .top-lang-selector,
	body.display-cloned-header header.header-home .header-container-right .logo,
	body.show-megamenu header.header-home .header-container-right .logo {
		opacity: 1;
	}
}
@media (max-width: 1299px) {
	header.header-home {
		background-color: #fff;
	}
}

body:not(.display-cloned-header) .logo-black,
body.display-cloned-header .logo-white,
body.show-megamenu:not(.display-cloned-header) .logo-white {
	display: none;
}
body.show-megamenu .logo-black {
	display: inline;
}

main {
	background-color: #fff;
	position: relative;
}
main section:not(.fullwidth) {
	padding-left: 15px;
	padding-right: 15px;
}
.section-video video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	/* position: absolute !for(ie); */
	top: 0;
	left: 0;
}
.section-video h1 {
	color: #000;
	margin: 30px 0 30px;
}
.section-video h1 strong {
	color: #005cb9;
}

.section-video .video-desc {
	width: 700px;
	max-width: 60%;
	background-color: rgba(255,255,255,0.9);
	min-height: calc(100vh - 100px);
	margin: 0 0 100px;
	padding: 120px 50px 50px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	transform: translateX(-50px);
}
@media (min-width: 1300px) {
	html[lang="fr-FR"] .section-video .video-desc {
		width: 900px;
		max-width: 80%;
	}	
	html[lang="fr-FR"] .main-navbar &gt; ul &gt; li {
		margin-right: 25px;
	}
	html[lang="zh-CN"] .section-video .video-desc {
		width: 750px;
		max-width: 70%;
	}	
	html[lang="zh-CN"] .main-navbar &gt; ul &gt; li {
		margin-right: 30px;
	}
	html[lang="de-DE"] .section-video .video-desc {
		width: 750px;
		max-width: 70%;
	}		
	html[lang="de-DE"] .main-navbar &gt; ul &gt; li {
		margin-right: 30px;
	}
	html[lang="it-IT"] .main-navbar &gt; ul &gt; li {
		margin-right: 35px;
	}
	html[lang="pt-PT"] .section-video .video-desc {
		width: 820px;
		max-width: 70%;
	}
	html[lang="pt-PT"] .main-navbar &gt; ul &gt; li {
		margin-right: 25px;
	}	
	html[lang="ja-JP"] .section-video .video-desc {
		width: 830px;
		max-width: 70%;
	}
	html[lang="es-ES"] .main-navbar &gt; ul &gt; li {
		margin-right: 35px;
	}	
	html[lang="es-ES"] .section-video .video-desc {
		width: 800px;
		max-width: 70%;
	}	
	html[lang="ru-RU"] .main-navbar &gt; ul &gt; li {
		margin-right: 30px;
	}	
	html[lang="ru-RU"] .section-video .video-desc {
		width: 720px;
		max-width: 70%;
	}
	html[lang="ko-KR"] .main-navbar &gt; ul &gt; li {
		margin-right: 30px;
	}	
	html[lang="ko-KR"] .section-video .video-desc {
		width: 750px;
		max-width: 70%;
	}	
}
@media (max-width: 1349px) {
	.section-video .video-desc {
		transform: translateX(-25px);
	}
}
@media (max-width: 1299px) {
	.section-video .video-desc {
		transform: none;
	}
}
@media (max-width: 979px) {
	.section-video .video-desc {
		padding: 60px 50px 50px;
	}
}
@media (max-width: 767px) {
	.section-video .video-desc {
		padding: 50px 30px 15px;
	}
}
@media (max-width: 575px) {
	.section-video .video-desc {
		max-width: 80%;
	}
}
@media (max-width: 479px) {
	.section-video .video-desc {
		max-width: calc(100vw - 30px);
	}
}
.section-video::before,
.section-video::after {
	display: none;
}
.section-video .video-desc h1 {
	display: flex;
	flex-flow: row nowrap;
	align-items: baseline;
}
.section-video .video-desc h1 img {
	flex: 0 0 auto;
	margin-left: 15px;
}
@media (max-width: 1024px) {
	.section-video .video-desc h1 {
		flex-flow: column nowrap;
	}
	.section-video .video-desc h1 img {
		margin: 10px 0 0;
	}	
}

.home-boxes .theatre-container {
	padding: 30px 0;
}
.home-boxes-container {
	display: flex;
	flex-flow: row nowrap;
}
.home-boxes p {
	width: calc(25% - 60px);
	margin-left: 30px;
	margin-right: 30px;
	flex: 0 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-align: center;
	transition: transform 0.3s;
}
.home-boxes p:hover {
	transform: translateY(-15px);
}
.home-boxes a {
	color: #000000;
	font-weight: normal;
}
.home-boxes a:hover,
.home-boxes a:focus {
	text-decoration: none;
}
.home-boxes a span {
	background-color: #f3f3f3;
	padding: 10px 15px;
	display: block;
}

.home-boxes-paging {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	margin: 30px 0 30px;
}
.home-boxes-paging span {
	display: block;
	background-color: transparent;
	width: 50px;
	height: 25px;
	display: block;
	position: relative;
	cursor: pointer;
	background-color: #005cb9;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.home-boxes span.active {
	background-color: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	cursor: default;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}

main .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.cms-content section:not(.fullwidth) &gt; * {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto;
}
.cms-content section::before, 
.cms-content section::after {
	display: none;	
}
.cms-content section.nopadding {
	padding: 0;
}

.home-brand figcaption {
	background-color: rgba(255,255,255,0.9);
	color: #000000;
	position: absolute;
	right: calc((100% - 1240px)/2);
	top: 0;
	width: 400px;
	padding: 50px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	pointer-events: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
body.brand-video-playing .home-brand figcaption {
	opacity: 0;
}

.home-brand figcaption img {
	display: block;
	margin: 50px auto 100px;
}
@media (max-width: 1299px) {
	.home-brand figcaption {
		right: 30px;
	}	
}
@media (max-width: 1024px) {
	.home-brand figcaption {
		font-size: 24px;
		width: 300px;
	}	
	.home-brand figcaption img {
		display: block;
		margin: 25px auto 50px;
	}	
}
@media (max-width: 767px) {
	.home-brand figcaption {
		font-size: 20px;
		padding: 25px;
		width: 250px;
	}	
	.home-brand figcaption img {
		display: block;
		margin: 5px auto 15px;
		width: 40px;
	}
}

.home-brand video {
	max-width: 100%;
	cursor: pointer;
}
/*** END evident/global/homepage.css ***/

/*** Skipping CSS Section subpages (only-param=homepage) ***/
/*** Skipping CSS Section news (only-param=homepage) ***/
/*** Skipping CSS Section faq (only-param=homepage) ***/
/*** Skipping CSS Section careers (only-param=homepage) ***/
/*** Skipping CSS Section landingdirectory (only-param=homepage) ***/
/*** Skipping CSS Section landing-custom-styles (only-param=homepage) ***/
/*** Skipping CSS Section nagano (only-param=homepage) ***/
/*** Skipping CSS Section content-slideshow (only-param=homepage) ***/
/*** Skipping CSS Section sitemap (only-param=homepage) ***/
/* TIME: 0.0027270317077637 */</pre></body></html>