/* -------------------------------------------

	Name:		FORTECH
	Date:		2025/01/10
	Author:		http://

---------------------------------------------  */
*, :before, :after { margin: 0; padding: 0; box-sizing: border-box; outline-color: ; }

html { overflow-y: scroll; min-height: 100%; margin: 0 0 1px; font-size: 100.01%; -webkit-tap-highlight-color: transparent; -moz-osx-font-smoothing: grayscale; -webkit-overflow-scrolling: touch; -ms-content-zooming: none; -ms-overflow-style: scrollbar; }
body { min-height: 100%; background: var(--bg-main); -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }	


/*! Defaults --------- */
body, textarea, input, select, option, button { color: var(--clr-main); font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 300; line-height: 1.5; }
ul, ol, dl, p, figure, table, pre, h1, h2, h3, h4, h5, h6, legend { margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, legend { color: #3c3f47; font-weight: 700; line-height: 1.2; }
h1 { font-size: 26px; }
h2 { font-size: 19px; }
h3, h4, h5, h6 { font-size: 17px; }

a { background: none; color: #000; text-decoration: none; cursor: pointer; outline-width: 0; -webkit-text-decoration-skip: objects; } /*---*/ a span { cursor: pointer; }

ul, ol, dd, blockquote { padding-left: 40px; }


/*! Theme --------- */
:root {
    --clr-main:       #465468;
    --clr-main-100:   #273446;
    --clr-main-dark:  var(--black);
    --clr-main-light: #7d8da3;
    --clr-second:     #c41616;
    --white:          #fff;
    --red:            #ff0000;
    --bg-main:        #f2f4fa;
    --bg-second:      #2c3342;
}

/*! Repeatable --------- */
.list-c:after, .list-c li:after, .info-b:after, .info-a:after, .header-a .inner:after, .module-info .inner:after, .module-info:after, .list-a:after, .module-about:after, .module-pattern:after, .module-b:after, .list-gallery:after, .module-a:after, #footer > div:after, .owl-carousel .owl-stage:after, .owl-carousel .owl-stage-outer:after, #content:after, #top:after, #footer:after, form p:after, .double:after, .cols-a:after { content: "\00A0"; display: block; overflow: hidden; height: 0; clear: both; font-size: 0; }
#mobile .close a:before, #menu-icon:before, .list-d li:before, .info-b:before, .gallery-a li:before, .header-a:before, .header-a:after, #nav > ul > li > a:before, .module-info .ask:before, .module-info .inner:before, #featured:after, #featured:before, .module-b > div:before, .module-b:before { content: ""; display: block; overflow: hidden; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; text-align: left; text-indent: -3000em; direction: ltr; }
.info-a:before, #top:before, .module-pattern:before { content: ""; display: block; position: absolute; left: -1000em; right: -1000em; top: 0; bottom: 0; z-index: -1; }
.owl-nav button:before { display: block; position: absolute; left: 0; top: 50%; width: 100%; margin: -10px 0 0; font-weight: 400; font-family: i; line-height: 20px; text-align: center; text-indent: 0; letter-spacing: normal; }
#nav, #logo { -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.module-map, .header-a:before, .header-a:after, #featured:after, #featured:before { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.owl-carousel.owl-loading, .owl-carousel.owl-hidden, .owl-carousel.owl-refresh .owl-item, .owl-carousel .owl-item .owl-lazy { visibility: hidden; opacity: 0; }
#mobile, #shadow { -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
.owl-dots button.active, [disabled], .disabled { cursor: default; }
[data-whatintent="mouse"] a:hover { text-decoration: underline; }
[data-whatintent="mouse"] .link-a a:hover, [data-whatintent="mouse"] .link-a:hover { text-decoration: none; }


/*! Layout --------- */
#root { overflow: hidden; position: relative; width: 100%; padding-top: 65px; }
	#top { position: fixed; top: 0; left: 50%; z-index: 9; width: 1400px; height: 65px; margin-left: -700px; }
		#top:before { background: var(--white); box-shadow: 0 0 10px rgba(0,0,0,.2); }
		#logo { position: absolute; top: 50%; left: 0; width: 250px; height: 50px; }
			#logo a { display: block; overflow: hidden; width: 100%; height: 100%; background: url(../images/logo.png); background-repeat: no-repeat; background-size: auto 100%; text-indent: -3000em; }
		#skip { position: fixed; top: 0; left: 0; right: 0; z-index: 10000; line-height: 1.5; }
			#skip ul { list-style: none; margin: 0; padding: 0; }
			#skip a { display: block; position: absolute; left: -3000em; top: 0; min-width: 200px; padding: 8px 16px; background: #3fd8ea; color: var(--white); font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; white-space: nowrap; outline: none; }
				#skip a:focus, #skip a:active { left: 0; }
		#nav { position: absolute; top: 50%; right: 0; }
			#nav > ul { list-style: none; margin: 0 -15px; padding: 0; font-size: 19px; }
				#nav > ul > li { margin: 0 15px; }
				#nav > ul > li > a { display: block; position: relative; z-index: 2; padding: 10px 0; color: #384f5a; line-height: 1.1; }
				#nav > ul > li > a:before { opacity: 0; top: auto; bottom: -1px; right: auto; width: 0; height: 3px; border-radius: 4px; background: #3fd8ea; }
				#nav > ul > li.active > a:before, [data-whatintent="mouse"] #nav > ul > li > a:hover:before { opacity: 1; width: 20px; }
				[data-whatintent="mouse"] #nav > ul > li > a:hover { text-decoration: none; }
		#menu-icon { position: absolute; top: 5px; right: 0; z-index: 8; width: 50px; height: 50px; text-indent: -9999em; cursor: pointer; }
			#menu-icon:before { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiPgogIDxwYXRoIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDVhMSAxIDAgMTAwLTJIMmExIDEgMCAwMDAgMmgxNnptLTggNGExIDEgMCAxMDAtMkgyYTEgMSAwIDEwMCAyaDh6bTkgM2ExIDEgMCAwMS0xIDFIMmExIDEgMCAxMTAtMmgxNmExIDEgMCAwMTEgMXptLTkgNWExIDEgMCAxMDAtMkgyYTEgMSAwIDEwMCAyaDh6Ii8+Cjwvc3ZnPg==) 100% center no-repeat #fff; background-size: auto 40px; }
	#content { position: relative; z-index: 5; width: 1400px; margin: 0 auto; }
	#mobile { overflow-x: hidden; overflow-y: auto; position: fixed; left: -280px; right: auto; top: 0; bottom: 0; z-index: 1220; width: 270px; margin: 0; box-shadow: 0 0 5px rgba(0,0,0,.25); background: #4f5357; line-height: 1.3; }
		#mobile li.toggle, #mobile li.toggle > a { color: #fff; }
			#mobile ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
			#mobile ul > li, #mobile > p { position: relative; float: none; margin: 0; border-bottom: 1px solid #595c63; background: #3b3e44; font-size: 14px; color: #fff; }
			#mobile ul > li > a, #mobile > p a { display: block; position: relative; z-index: 1; float: none; padding: 15px 20px; color: #fff; text-transform: none; text-decoration: none; }
		#mobile .close { }
			#mobile .close a { display: block; position: relative; z-index: 2; height: 48px; padding: 0 60px 0 20px; background: #2d3036; color: var(--white); }
			#mobile .close a { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; }
			#mobile .close a:before { left: auto; width: 48px; height: 48px; }
			#mobile .close a:before { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTggNkw2IDE4IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNiA2TDE4IDE4IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=) 50% 50% no-repeat #16bd00; background-size: auto 40px; }
	#shadow { visibility: hidden; opacity: 0; position: fixed; left: 0; top: 0; z-index: 30; width: 100%; height: 100%; background: rgba(0,0,0,.5); cursor: pointer; }
	#footer { position: relative; z-index: 2; width: 1400px; margin: 0 auto;; padding-inline: 25px; }
		#footer > ul { list-style: none; margin-left: -10px; padding-left: 0; font-size: 14px; font-weight: 400; text-align: center; }
			#footer > ul > li { border-left: 10px solid rgba(0,0,0,0); }
	#featured { position: relative; z-index: 2; }
		#featured:before, #featured:after { left: 50%; width: 100vw; background: url(../images/featured.svg); background-repeat: no-repeat; background-size: cover; background-position: 100% 100%; }
		#featured:before { background-color: #4e92d6; background-image: linear-gradient(-225deg, #2755b4 0%, #2c82a8 51%, #3cb8a9 100%); }
		#featured article { position: relative; min-height: 395px; color: #fff; text-align: center; }
			#featured h1, #featured h2, #featured h3, #featured h4, #featured h5, #featured h6 { margin-bottom: 40px; color: #fff; font-size: 38px; font-weight: 300; line-height: 1.04; text-transform: none; }
			#featured p { }
				#featured p a { display: inline-block; float: none; padding: 12px 50px; border: 2px solid #f9df27; color: #f9df27; font-size: 15px; font-weight: 700; text-transform: uppercase; }
				#featured p a:hover { background-color: #f9df27; color: #000; }			
	

/*! Columns --------- */
.double { display: block; position: relative; }
	.double > * { display: block; position: relative; clear: none; float: right; border: 0 solid rgba(0,0,0,0); }
	.double > *:first-child { float: left; }
.double.a { margin-left: -30px; }
	.double.a > * { float: left; width: 50%; border-left-width: 30px; }


/*! Modules --------- */
.info-a { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 20px; }
	.info-a:before { background: #f3f3f3; }
	.info-a h1, .info-a h2, .info-a h3, .info-a h4, .info-a h5, .info-a h6 { font-size: 40px; font-weight: 300; }

.info-b { position: relative; z-index: 2; margin-bottom: 70px; padding-bottom: 10px; padding-left: 220px; }
	.info-b:before { top: auto; height: 1px; background: #c5d2d4; }
	.info-b > * { float: left; width: 100%; padding-left: 25px; }
	.info-b > figure { width: 220px; margin-bottom: auto; margin-left: -220px; padding-left: 0; }

.materials { }
	.materials .heading-a + p { margin-top: -25px; font-size: 19px; }

.module-a { padding-left: 240px; line-height: 1.37; }
	.module-a > * { float: left; width: 100%; padding-left: 30px; }
	.module-a figure { width: 240px; margin-left: -240px; padding-left: 0; text-align: center; }

.module-about { margin-bottom: 55px; padding: 99px 0 0 570px; }
	.module-about > * { float: left; width: 100%; }
	.module-about > div { position: relative; z-index: 4; padding: 35px 0 0 35px; background: var(--white); }
	.module-about .picture { width: 570px; margin-top: -99px; margin-bottom: 26px; margin-left: -570px; padding: 0; }
		.module-about .picture figure { overflow: hidden; display: block; position: relative; left: 0; width: 1300px; }
		[data-whatintent="mouse"] .module-about:hover .picture figure img { -webkit-transform: rotate(1deg) scale(1.05,1.05); transform: rotate(1deg) scale(1.05,1.05); }
		.module-about .picture .date { position: absolute; bottom: 0; right: 0; z-index: 3; padding: 15px 10px 33px 10px; background: #09b1ff; color: var(--white); font-size: 16px; font-weight: 300; line-height: 1; text-transform: uppercase; }
			.module-about .picture .date span:first-child { font-size: 76px; font-weight: 700; }
			.module-about .picture .date span:nth-child(2) { margin-bottom: 10px; font-size: 46px; }
		.module-about h1, .module-about h2, .module-about h3, .module-about h4, .module-about h5, .module-about h6 { margin-top: 40px; margin-bottom: 25px; font-size: 20px; font-weight: 700; }
		.module-about h1 { font-size: 22px; }
		.module-about h1 strong, .module-about h2 strong, .module-about h3 strong, .module-about h4 strong, .module-about h5 strong, .module-about h6 strong { color: #ff0000; }

.module-b { position: relative; z-index: 2; margin-bottom: 25px; padding-top: 25px; }
	.module-b:before { left: -25px; right: -25px; background: var(--white); }
	.module-b > div { position: relative; z-index: 2; float: left; width: 100%; }
	.module-b ul { width: 100%; }

.module-info { position: relative; z-index: 2; padding-left: 150px; color: #2c2e39; }
	.module-info > * { float: left; width: 100%; }
	.module-info .ask { position: relative; z-index: 2; width: 150px; margin-left: -150px; }
		.module-info .ask:before { left: -3000em; right: 20px; border-radius: 15px; background: #f10000; }
		[data-whatintent="mouse"] .module-info:hover .ask:before { top: -4px; bottom: -4px; right: 16px; }
		.module-info figure {  padding-right: 20px; }
	.module-info .inner { position: relative; z-index: 2; padding: 20px 35px 0; }
		.module-info .inner:before { right: -3000em; border-radius: 15px; background: #e7e9f4; }
	.module-info h1, .module-info h2, .module-info h3, .module-info h4, .module-info h5, .module-info h6 { margin-bottom: 10px; color: #2c2e39; font-size: 44px; font-weight: 300; }

.module-map { position: relative; left: 50%; width: 100vw; margin-bottom: 25px; }
	.module-map iframe { width: 100%!important; height: 320px!important; }

.module-pattern { position: relative; z-index: 2; padding-top: 30px; color: #c1c6d4; }
	.module-pattern:before { background: var(--bg-second); }
.module-pattern.a { padding-top: 40px; color: #2c2e2f; }
	.module-pattern.a:before { background: #fff; }

.owl-carousel { position: absolute; left: -3000em; top: 0; }
.owl-carousel { -webkit-tap-highlight-color: transparent; }
	.owl-carousel .owl-stage { position: relative; }
	.owl-carousel .owl-stage { -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden; }
	.owl-carousel .owl-stage-outer { overflow: hidden; position: relative; }
	.owl-carousel .owl-stage-outer { -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
	.owl-carousel .owl-wrapper, .owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transform-style: preserve-3d; }
	.owl-carousel .owl-item { position: relative; float: left; text-align: center; }
	.owl-carousel .owl-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; }
	.owl-carousel.owl-loading, .owl-carousel.owl-loaded { position: relative; left: 0; top: 0; }
	.owl-carousel.owl-drag .owl-item { -ms-touch-action: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
	.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item { -ms-touch-action: auto; touch-action: auto; }
	.owl-carousel.owl-grab { cursor: move; cursor: grab; }
	.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	.owl-carousel .fadeOut { -webkit-animation-name: fade; animation-name: fade; }
	.owl-carousel .owl-animated-in { z-index: 0; }
	.owl-carousel .owl-animated-out { z-index: 1; }
	.owl-nav { position: absolute; top: 50%; width: 100%; background: #000 }
		.owl-nav button { position: absolute; top: 0; display: block; width: 41px; height: 41px; margin-top: -20px; border: 0; border-radius: 50%; background: #fff url(../images/arrows.png) no-repeat -1000px -1000px; text-indent: -9999em; cursor: pointer; outline: none; }
			.owl-nav button.owl-prev { left: -20px; background-position: 0 0; }
			.owl-nav button.owl-next { right: -20px; background-position: -41px 0; }
			.owl-nav button.owl-prev:hover { background-position: 0 -41px; }
			.owl-nav button.owl-next:hover { background-position: -41px -41px; }
	.owl-dots { position: absolute; bottom: -25px; left: 0; right: 0; }
		.owl-dots button { display: block; min-width: 0; width: 10px; height: 10px; margin: 0 2px 4px; padding: 0; border: 0; border-radius: 50%; box-shadow: none; background: #f6c414; cursor: pointer; outline: none; }
			.owl-dots button.active { background: #d82728; cursor: default; }
	#featured .owl-nav { display: none; }
	#featured .owl-dots { position: absolute; bottom: 52px; left: 0; right: 0; }
		#featured .owl-dots button { display: block; opacity: .4; min-width: 0; width: 30px; height: 11px; margin: 0 8px 4px; padding: 0; border: 0; border-radius: 5px; box-shadow: none; background: #fff; cursor: pointer; outline: none; }
			#featured .owl-dots button.active { opacity: 1; width: 60px; background: #fff; cursor: default; }


/*! Headers --------- */
.header-a { position: relative; z-index: 2; padding-top: 50px; padding-bottom: 30px; }
	.header-a:before, .header-a:after { left: 50%; width: 100vw; background: url(../images/featured.svg); background-repeat: no-repeat; background-size: cover; background-position: 100% 100%; }
	.header-a:before { background-color: #4e92d6; background-image: linear-gradient(-225deg, #2755b4 0%, #2c82a8 51%, #3cb8a9 100%); }
	.header-a, .header-a .title { color: #fff; text-align: center; }
	.header-a .title { font-size: 40px; font-weight: 700; }

.heading-a { margin-bottom: 30px; font-size: 30px; font-weight: 300; }


/*! Content --------- */
.strong { font-weight: 700; }
.em { font-style: italic; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }


/*! Links --------- */
.link-a, .link-a a { color: #ff0000; text-decoration: underline; }

.link-btn { }
	.link-btn a { color: #fff; line-height: 1.1; }


/*! Media --------- */
img, iframe, object, embed { max-width: 100% !important; border-style: none; }
img { height: auto !important; image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic; }
	img::selection { background: transparent; }
	img::-moz-selection { background: transparent; }
		
	
/*! Lists --------- */
.gallery-a { list-style: none; padding: 0; margin-bottom: 70px; margin-left: -10px; text-align: center; }
	.gallery-a li { position: relative; width: 20%; margin-bottom: 10px; padding: 1px; border-left: 10px solid rgba(0,0,0,0); }
		.gallery-a li:before { opacity: .6; border: 1px solid #c9c9c9; }
		.gallery-a a { overflow: hidden; display: block; }
		[data-whatintent="mouse"] .gallery-a li:hover:before { opacity: 1; inset: -2px; border: 3px solid #007975; }
		[data-whatintent="mouse"] .gallery-a a:hover img { -webkit-transform: rotate(2deg) scale(1.1,1.1); transform: rotate(2deg) scale(1.1,1.1); }

.list-a { list-style: none; margin-left: -20px; padding: 0; font-size: 14px; line-height: 1.2; text-align: center; }
	.list-a li { width: 25%; margin-bottom: 25px; border-left: 20px solid rgba(0,0,0,0); }
	.list-a h2 { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; }

.list-b { list-style: none; margin-bottom: 70px; padding: 0; }

.list-c { list-style: none; padding: 0; }
	.list-c li { margin-left: -20px; }
		.list-c p { width: 50%; margin-bottom: 5px; border-left: 20px solid rgba(0,0,0,0); }
		.list-c p:first-child { max-width: 120px; }

.list-d { list-style: none; padding: 0; line-height: 1.1; }
	.list-d li { position: relative; z-index: 2; margin-bottom: 7px; margin-left: -20px; }
	.list-d li:first-child { color: #696968; font-weight: 700; }
	.list-d li:before { left: 20px; border-bottom: 1px solid #d2d2d2; }
		.list-d p { width: 100%; max-width: 130px; margin-bottom: 5px; border-left: 20px solid rgba(0,0,0,0); }
		.list-d p:first-child { max-width: 100%; }

.list-e { list-style: none; padding: 0; }
	.list-e li { position: relative; z-index: 2; margin-bottom: 10px; padding-left: 25px; }
	.list-e li:before { content: "✅"; position: absolute; top: 0; left: 0; }

.list-gallery { list-style: none; padding: 0; margin-left: -20px; text-align: center; }
	.list-gallery li { width: 50%; margin-bottom: 20px; border-left: 20px solid rgba(0,0,0,0); }
	.list-gallery + hr { margin-top: 0; }


/*! Forms --------- */
::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }
::-ms-input-placeholder { opacity: 1; color: inherit; }
::placeholder { opacity: 1; color: inherit; }
	:focus::-webkit-input-placeholder { opacity: 0; }
	:focus:-ms-input-placeholder { opacity: 0; }
	:focus::-ms-input-placeholder { opacity: 0; }
	:focus::placeholder { opacity: 0; }


/*! Helpers --------- */
a, a:before, a:after { transition: visibility .4s cubic-bezier(.4,0,.2,1) 0s, color .4s cubic-bezier(.4,0,.2,1) 0s, background-color .4s cubic-bezier(.4,0,.2,1) 0s, border-color .4s cubic-bezier(.4,0,.2,1) 0s, opacity .4s cubic-bezier(.4,0,.2,1) 0s; -webkit-transition-delay: -.1s; -webkit-transform-origin: center center; transform-origin: center center; }
.owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
option { transition: none; }
.clear { clear: both; }
#root .owl-carousel .disabled, .hidden, #root .desktop-hide, #root .tablet-only, #root .mobile-only, #nav em { position: absolute; left: -3000em; top: 0; right: auto; bottom: auto; }
#menu-icon, [hidden], template { display: none; }
article, aside, details, dialog, div, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
#mobile .close, #menu-icon, .module-info .ask figure, .list-a h2, .list-a, .module-about .picture figure, .list-gallery, ul ul, ul ol, ol ol, ol ul, #logo, #root .m0 { margin-bottom: 0; }
#mobile, #shadow, .owl-dots button, .list-a figure, .module-about .picture span { transition: all .4s cubic-bezier(.4,0,.2,1) 0s; -webkit-transition-delay: -.1s; }
.gallery-a img, .gallery-a li:before, #nav > ul > li > a:before, .module-info .ask:before, #logo a, .module-about .picture img { transition: all .4s linear; -webkit-transition-delay: -.1s; }
.is-slider { position: relative; top: auto; left: auto; }
hr { display: block; overflow: hidden; width: 100%; height: 1px; margin: 25px 0; padding: 0; border: 0; border-top: 1px solid #dbeaf4; background: none; font-size: 0; }


/*! Miscellaneous --------- */
audio, canvas, iframe, img, svg, video { border-width: 0; vertical-align: middle; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]), video[autoplay]:not([muted]) { display: none; }	
svg:not(:root) { overflow: hidden; }

::selection { background: var(--clr-second); color: var(--white); text-shadow: none; }
::-moz-selection { background: var(--clr-second); color: var(--white); text-shadow: none; }


/*! Outlines --------- */
[data-whatinput="keyboard"] a:focus, [data-whatinput="keyboard"] button:focus, [data-whatinput="keyboard"] input:focus, [data-whatinput="keyboard"] select:focus, [data-whatinput="keyboard"] textarea:focus { outline-width: 2px; outline-style: solid; }
[data-whatintent="mouse"] input:focus, [data-whatintent="mouse"] select:focus, [data-whatintent="mouse"] textarea:focus { outline: none; }


/*! Animations --------- */
[data-whatintent="mouse"] .list-a li:hover figure { -webkit-animation-name: bounce; animation-name: bounce; -webkit-animation-duration: .9s; animation-duration: .9s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
[data-whatintent="mouse"] .module-about:hover .picture .date span:first-child { -webkit-animation-name: popA; animation-name: popA; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
[data-whatintent="mouse"] #logo a:hover { -webkit-animation-name: b1; animation-name: b1; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }
[data-whatintent="mouse"] .module-info:hover .ask figure { -webkit-animation-name: buzz; animation-name: buzz; -webkit-animation-duration: .6s; animation-duration: .6s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }


@-webkit-keyframes pop {50% {-webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); } }
@keyframes pop {50% {-webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); } }
@-webkit-keyframes popA {50% {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } }
@keyframes popA {50% {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } }
@-webkit-keyframes b1 {50% {-webkit-transform: translateY(-8px); transform: translateY(-8px); } }
@keyframes b1 {50% {-webkit-transform: translateY(-8px); transform: translateY(-8px); } }
@-webkit-keyframes buzz {10% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% {-webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% {-webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } }
@keyframes buzz {10% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% {-webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% {-webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } }
@-webkit-keyframes bounce {0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 40% {-webkit-transform: translateY(-20px);} 60% {-webkit-transform: translateY(-10px);} }
@keyframes bounce {0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-20px);} 60% {transform: translateY(-10px);} }


/*! Flexbox --------- */
.list-d li, .list-c li, .gallery-a li, .info-b, .gallery-a, #nav > ul, .module-info .ask, .module-info, .owl-dots, #featured article, .list-a, .module-about .picture .date, .module-b, .list-gallery, #footer > ul, .module-a, .link-btn { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.list-d li, .list-c li, .info-b, .gallery-a, #nav > ul, .module-info, .owl-dots, #featured article, .list-a, .module-b, .list-gallery, #footer > ul, .module-a, .qwer { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.gallery-a li, .module-info .ask, #featured article, .module-about .picture .date { -webkit-flex-direction: column; flex-direction: column; }
.text-left .link-btn, .link-btn.text-left { -webkit-justify-content: flex-start; justify-content: flex-start; }
.module-b, .gallery-a li, .module-info .ask, .owl-dots, #featured article, .text-center .link-btn, .link-btn.text-center { -webkit-justify-content: center; justify-content: center; }
.text-right .link-btn, .link-btn.text-right { -webkit-justify-content: flex-end; justify-content: flex-end; }
.list-d li:first-child, .gallery-a li, .info-b, .module-info .ask, #featured article, .module-about .picture .date, .list-gallery, .module-a, .module-b { -webkit-align-items: center; align-items: center; }
.list-d p:first-child { -webkit-flex-basis: 0; -ms-flex-basis: 0; flex-basis: 0; }
.list-d p:first-child { -webkit-flex-grow: 3; -ms-flex-grow: 3; flex-grow: 3; }


/*! Fonts --------- */
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url('fonts/roboto-300.woff2') format('woff2'),url('fonts/roboto-300.woff') format('woff'),url('fonts/roboto-300.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url('fonts/roboto-300i.woff2') format('woff2'),url('fonts/roboto-300i.woff') format('woff'),url('fonts/roboto-300i.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url('fonts/roboto-400.woff2') format('woff2'),url('fonts/roboto-400.woff') format('woff'),url('fonts/roboto-400.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url('fonts/roboto-400i.woff2') format('woff2'),url('fonts/roboto-400i.woff') format('woff'),url('fonts/roboto-400i.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url('fonts/roboto-700.woff2') format('woff2'),url('fonts/roboto-700.woff') format('woff'),url('fonts/roboto-700.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Roboto';font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url('fonts/roboto-700i.woff2') format('woff2'),url('fonts/roboto-700i.woff') format('woff'),url('fonts/roboto-700i.ttf') format('truetype');font-display:fallback;}


/*! Lib --------- */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


/* Responsive --------- */
@media only screen and (max-width: 89.375em) { /* 1430 */
#top, #content, #footer, .module-about .picture figure { width: 980px; }
#top { margin-left: -490px; }

.module-about { padding-left: 470px; }
	.module-about .picture { width: 470px; margin-left: -470px; }

.gallery-a li { width: 25%; }
}
@media only screen and (max-width: 62.5em) { /* 1000 */
#top, #content, #footer { width: 720px; }
#top { margin-left: -360px; }

#top { }
	#nav { display: none; }
	#menu-icon { display: block; }
	.menu-active #mobile { left: 0; }
	.menu-active #shadow { visibility: visible; opacity: 1; }

#footer > ul { -webkit-justify-content: center; justify-content: center; }

.module-about { padding: 0; }
	.module-about > * { float: left; width: 100%; }
	.module-about > div { padding: 0; }
	.module-about .picture { width: 100%; margin-top: 0; margin-bottom: 26px; margin-left: 0; }
		.module-about .picture figure { width: auto; }
.module-info h1, .module-info h2, .module-info h3, .module-info h4, .module-info h5, .module-info h6 { font-size: 33px; }

.header-a { padding-top: 40px; padding-bottom: 20px; }
	.header-a .title { font-size: 30px; }

.gallery-a li { width: 33.3333%; }

#root .desktop-hide, #root .tablet-only { position: relative; left: 0; top: 0; }
#root .desktop-only, #root .tablet-hide { position: absolute; left: -3000em; top: -3000em; right: auto; bottom: auto; }
}
@media only screen and (max-width: 47.5em) { /* 760 */
#top, #content, #footer { width: auto; }
#content, #footer { padding-left: 20px; padding-right: 20px; }
#top { left: 20px; right: 20px; margin-left: 0; }

.info-a h1, .info-a h2, .info-a h3, .info-a h4, .info-a h5, .info-a h6 { font-size: 26px; }
.heading-a { font-size: 22px; }
h2 { font-size: 17px; }

#top { }
	#skip { }
		#skip a { min-width: 0; }
			#skip a:focus, #skip a:active { right: 0; }
		#skip li { font-size: 1.3em; }
	#featured article { min-height: 295px; }
		#featured h1, #featured h2, #featured h3, #featured h4, #featured h5, #featured h6 { margin-bottom: 20px; font-size: 28px; }
		#featured .owl-dots { bottom: 20px; }

.module-a { padding-left: 0; }
	.module-a > * { padding-left: 0; }
	.module-a figure { width: 100%; margin-left: 0;  }
.module-about { }
	.module-about .picture .date { padding-bottom: 15px; font-size: 14px; }
		.module-about .picture .date span:first-child { font-size: 36px; }
		.module-about .picture .date span:nth-child(2) { margin-bottom: 10px; font-size: 22px; }


.list-a li { width: 50%; }

#root .tablet-hide, #root .mobile-only { position: relative; left: 0; top: 0; }
#root .tablet-only, #root .mobile-hide { position: absolute; left: -3000em; top: -3000em; right: auto; bottom: auto; }
}
@media only screen and (max-width: 31.25em) { /* 500 */
.gallery-a li { width: 50%; }
#featured h1, #featured h2, #featured h3, #featured h4, #featured h5, #featured h6 { font-size: 24px; }
.info-b { padding-left: 0; }
	.info-b > * { padding-left: 0; }
	.info-b > figure { width: 100%; margin-bottom: 30px; margin-left: 0; text-align: center;}
}
@media only screen and (max-width: 25em) { /* 400 */
.list-a li { width: 100%; }
}
