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

	Name:		MMed
	Date:		2024/04/03
	Author:		http://turbohtml.pl

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

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-second); -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: var(--font-main); font-size: 17px; font-weight: 300; line-height: 1.45; }
ul, ol, dl, p, figure, table, pre, h1, h2, h3, h4, h5, h6, legend { margin-bottom: 25px; }

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

a { background: none; color: var(--azure); text-decoration: none; cursor: pointer; outline-width: 0; -webkit-text-decoration-skip: objects; } /*---*/ a span { cursor: pointer; }

ul, ol, dd, blockquote { list-style: none; padding-left: 0; }


/*! Theme --------- */
:root {
    --pink:       #c71b72;
    --green:      #234d46;
    /*--green:      #244b48;*/
    --green2:     #8dc794;
    --green3:     #8dc794;
    --blue:       #00b6cc;
    --silver:     #ede9e8;
    
    --white:    #fff;

    --clr-main:           #2b2b29;
	--clr-main-100:       #000;
	--clr-second:         #bac0c5;
	--clr-second-100:   var(--white);
	--clr-third:          var(--red);

    --bg-main:            #fff;
	--bg-main-light:      #f8f8f8;
	--bg-main-dark:       #2e3033;
	--bg-second:          #151515;
	--bg-third:           #f9fafc;

	--radius: 5px;

	--font-main:       'Barlow', sans-serif;
	--font-second:     'Playfair Display', serif;
	--font-third:      'Titillium Web', sans-serif;
	--font-fourth:      'Roboto', sans-serif;
}

/*! Repeatable --------- */
.team-a:after, .module-statute:after, .module-statute header:after, .heading-c:after, .module-faq:after, .list-contact:after, .list-a:after, #footer nav ul: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; }
.list-team a:before, .list-team li:before, #nav > ul > li > a:before, #nav:before, .list-b li:before, .box-picture:after, .box-picture:before, .box-picture figure:before, .module-aside:before, .header-b span:before, .list-a li:before, .gallery-a .box:after, .gallery-a a:before, .gallery-a .box:before, .header-a:before, #footer .title:before, .qwer { 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; }
.module-c:before, .module-pattern:before, #up:before, #top:before, #footer:before, #root:before, #footer > ul:before, .qwer { content: ""; display: block; position: absolute; left: -1000em; right: -1000em; top: 0; bottom: 0; z-index: -1; }
.close-a a:before, #menu-icon:before, .list-contact a:before, .list-a li:before, .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; }
.list-team a:before, .gallery-a a:before { z-index: 8; }
.module-aside: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; }
a:hover { text-decoration: underline; }
.close-a a:hover, #nav > ul > li > a:hover, .gallery-a a:hover { text-decoration: none; }


/*! Layout --------- */
#root { overflow: hidden; position: relative; z-index: 2; width: 100%; padding-top: 130px; }
	#root:before { background: var(--bg-main); }
	#top { position: absolute; top: 0; left: 50%; z-index: 9; width: 1200px; height: 130px; margin-left: -600px; }
		#top:before { box-shadow: 0 0 10px rgba(0,0,0,.1); background: var(--bg-main); }
		#logo { position: absolute; top: 38px; left: 0; width: 250px; height: 92px; }
			#logo a { display: block; overflow: hidden; width: 100%; height: 100%; background: url(../images/logo.png) no-repeat 0 50%; background-size: auto 50px; 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: var(--pink); 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; }
		#up { position: absolute; top: 0; left: 0; right: 0; z-index: 4; }
			#up:before { background: var(--pink); }
			#up ul { height: 38px; margin-inline: -10px; font-size: 14px; }
				#up li { margin-inline: 10px; }
				#up li:first-child { margin-right: auto; }
				#up a { color: var(--clr-second-100); }
		#nav { position: absolute; top: 38px; right: 0; height: 90px; }
			#nav > ul { list-style: none; margin: 0 -15px; padding: 0; }
				#nav > ul > li { margin-inline: 15px; }
				#nav > ul > li > a { position: relative; z-index: 2; padding: 10px 20px; color: var(--white); }
				#nav > ul > li > a:before { border-radius: var(--radius); background: var(--green); transform: skewX(-20deg); }
				[data-whatintent="mouse"] #nav > ul > li > a:hover:before { inset: -2px; background: #3d7efc; }
	#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 { position: relative; float: none; margin: 0; border-bottom: 1px solid #595c63; background: #3b3e44; font-size: 14px; color: #fff; }
			#mobile ul > li > a { display: block; position: relative; z-index: 1; float: none; padding: 15px 20px; color: #fff; text-transform: none; text-decoration: none; }
		#mobile > ul > li > ul { display: none; background: #3d4346; font-weight: 400; }
		#mobile .toggle > ul { display: block; }
			#mobile .sub > a { padding-right: 55px!important; }
			#mobile > ul > .sub.toggle > a { background: #7f0b42; }
				#mobile ul > li > .toggle { display: block; position: absolute; top: 0; right: 0; z-index: 20; width: 48px; height: 48px; background: rgba(0,0,0,.3); cursor: pointer; }
				#mobile ul > li > .toggle:before { content: "\e902"; font-size: 9px; color: #fff; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
				#mobile ul > .sub.toggle > .toggle { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
				#mobile > ul > .toggle > ul > li > a { display: block; padding: 14.5px 40px 14.5px 30px; background: #a01256; color: var(--white); }
			#mobile .sub > ul ul li a { display: block; padding: 14.5px 20px 14.5px 38px; }
			#mobile .sub > ul > li > ul { display: none; }
			#mobile .sub > ul .toggle > ul { display: block; }
			#mobile .toggle > ul li { border-color: #c21467; }
			#mobile .toggle > ul > li > ul > li a { background: #c21467; }
			#mobile .toggle > ul > li > ul > li { border-color: #92285a; }
		#mobile .clone-contact a { background: #2b3035; }
	#menu-icon { position: absolute; top: 61px; right: 0; z-index: 30; width: 51px; height: 51px; padding-top: 34px; border-radius: var(--radius); background: var(--pink); color: var(--white); font-size: 11px; text-align: center; cursor: pointer; }
		#menu-icon:before { content: "\e908"; top: 8px; height: 40px; color: var(--white); font-size: 21px; line-height: 1; }
	#shadow { visibility: hidden; opacity: 0; position: fixed; left: 0; top: 0; z-index: 1100; width: 100%; height: 100%; background: rgba(0,0,0,.45); cursor: pointer; }
	#content { position: relative; z-index: 5; width: 1400px; margin: 0 auto; }
	#footer { position: relative; z-index: 2; width: 1400px; margin: 0 auto; padding-top: 25px; color: var(--clr-second); }
		#footer:before { background: var(--bg-main-dark); }
		#footer .title { position: relative; z-index: 2; margin-bottom: 25px; padding-bottom: 5px; color: var(--clr-second-100); font-size: 20px; font-weight: 500; }
			#footer .title:before { top: auto; width: 50px; height: 2px; border-radius: 5px; background: var(--pink); }
		#footer nav { margin-left: -20px; }
			#footer nav > * { width: 33.3333%; border-left: 20px solid rgba(0,0,0,0); }
			#footer nav ul { }
				#footer nav li { margin-bottom: 7px; }
			#footer .about li { margin-bottom: 0; }
	#footer > ul { position: relative; z-index: 2; margin: 0 -10px; padding-top: 20px; padding-bottom: 20px; }
		#footer > ul:before { background: var(--bg-second); }
		#footer > ul li { margin-inline: 10px; }
		#footer > ul li:first-child { margin-right: auto; }
		#footer a { color: var(--clr-second-100); }
		#footer a:hover { color: var(--pink); }
	

/*! Modules --------- */
.box-picture { position: relative; z-index: 4; padding-bottom: 250px; padding-left: 48%; }
	.box-picture:before { opacity: .1; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNTQ0OTcgOC43MzAwNUMyIDkuNzk5NjEgMiAxMS4xOTk3IDIgMTRDMiAxNi44MDAzIDIgMTguMjAwNCAyLjU0NDk3IDE5LjI3QzMuMDI0MzMgMjAuMjEwOCAzLjc4OTI0IDIwLjk3NTcgNC43MzAwNSAyMS40NTVDNS43OTk2MSAyMiA3LjE5OTc0IDIyIDEwIDIySDE0QzE2LjgwMDMgMjIgMTguMjAwNCAyMiAxOS4yNyAyMS40NTVDMjAuMjEwOCAyMC45NzU3IDIwLjk3NTcgMjAuMjEwOCAyMS40NTUgMTkuMjdDMjIgMTguMjAwNCAyMiAxNi44MDAzIDIyIDE0QzIyIDExLjE5OTcgMjIgOS43OTk2MSAyMS40NTUgOC43MzAwNUMyMC45NzU3IDcuNzg5MjQgMjAuMjEwOCA3LjAyNDMzIDE5LjI3IDYuNTQ0OTdDMTguMjAwNCA2IDE2LjgwMDMgNiAxNCA2SDEwQzcuMTk5NzQgNiA1Ljc5OTYxIDYgNC43MzAwNSA2LjU0NDk3QzMuNzg5MjQgNy4wMjQzMyAzLjAyNDMzIDcuNzg5MjQgMi41NDQ5NyA4LjczMDA1Wk0xNS4wNTk1IDEyLjQ5OTVDMTUuMzM1MyAxMi4xOTA1IDE1LjMwODUgMTEuNzE2NCAxNC45OTk1IDExLjQ0MDZDMTQuNjkwNSAxMS4xNjQ3IDE0LjIxNjQgMTEuMTkxNSAxMy45NDA2IDExLjUwMDVMMTAuOTI4NiAxNC44NzM5TDEwLjA1OTUgMTMuOTAwNUM5Ljc4MzU5IDEzLjU5MTUgOS4zMDk0NyAxMy41NjQ3IDkuMDAwNSAxMy44NDA2QzguNjkxNTIgMTQuMTE2NCA4LjY2NDY4IDE0LjU5MDUgOC45NDA1NSAxNC44OTk1TDEwLjM2OTEgMTYuNDk5NUMxMC41MTE0IDE2LjY1ODkgMTAuNzE0OSAxNi43NSAxMC45Mjg2IDE2Ljc1QzExLjE0MjIgMTYuNzUgMTEuMzQ1NyAxNi42NTg5IDExLjQ4OCAxNi40OTk1TDE1LjA1OTUgMTIuNDk5NVoiIGZpbGw9IiMxQzI3NEMiLz4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMTEuOTk5MyAyQzE2LjcxMzMgMiAxOS4wNzA0IDIgMjAuNTM0OCAzLjQ2NDQ3QzIxLjI5MjMgNC4yMjE5NSAyMS42NTggNS4yMTgyNCAyMS44MzQ1IDYuNjU1OThWMTBIMi4xNjQwNlY2LjY1NTk4QzIuMzQwNiA1LjIxODI0IDIuNzA2MjggNC4yMjE5NSAzLjQ2Mzc3IDMuNDY0NDdDNC45MjgyMyAyIDcuMjg1MjUgMiAxMS45OTkzIDJaIiBmaWxsPSIjMUMyNzRDIi8+Cjwvc3ZnPg==); background-position: 10% 0; background-repeat: no-repeat; background-size: auto 150px; }
	.box-picture:after { opacity: .1; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIuNTQ0OTcgOC43MzAwNUMyIDkuNzk5NjEgMiAxMS4xOTk3IDIgMTRDMiAxNi44MDAzIDIgMTguMjAwNCAyLjU0NDk3IDE5LjI3QzMuMDI0MzMgMjAuMjEwOCAzLjc4OTI0IDIwLjk3NTcgNC43MzAwNSAyMS40NTVDNS43OTk2MSAyMiA3LjE5OTc0IDIyIDEwIDIySDE0QzE2LjgwMDMgMjIgMTguMjAwNCAyMiAxOS4yNyAyMS40NTVDMjAuMjEwOCAyMC45NzU3IDIwLjk3NTcgMjAuMjEwOCAyMS40NTUgMTkuMjdDMjIgMTguMjAwNCAyMiAxNi44MDAzIDIyIDE0QzIyIDExLjE5OTcgMjIgOS43OTk2MSAyMS40NTUgOC43MzAwNUMyMC45NzU3IDcuNzg5MjQgMjAuMjEwOCA3LjAyNDMzIDE5LjI3IDYuNTQ0OTdDMTguMjAwNCA2IDE2LjgwMDMgNiAxNCA2SDEwQzcuMTk5NzQgNiA1Ljc5OTYxIDYgNC43MzAwNSA2LjU0NDk3QzMuNzg5MjQgNy4wMjQzMyAzLjAyNDMzIDcuNzg5MjQgMi41NDQ5NyA4LjczMDA1Wk0xNS4wNTk1IDEyLjQ5OTVDMTUuMzM1MyAxMi4xOTA1IDE1LjMwODUgMTEuNzE2NCAxNC45OTk1IDExLjQ0MDZDMTQuNjkwNSAxMS4xNjQ3IDE0LjIxNjQgMTEuMTkxNSAxMy45NDA2IDExLjUwMDVMMTAuOTI4NiAxNC44NzM5TDEwLjA1OTUgMTMuOTAwNUM5Ljc4MzU5IDEzLjU5MTUgOS4zMDk0NyAxMy41NjQ3IDkuMDAwNSAxMy44NDA2QzguNjkxNTIgMTQuMTE2NCA4LjY2NDY4IDE0LjU5MDUgOC45NDA1NSAxNC44OTk1TDEwLjM2OTEgMTYuNDk5NUMxMC41MTE0IDE2LjY1ODkgMTAuNzE0OSAxNi43NSAxMC45Mjg2IDE2Ljc1QzExLjE0MjIgMTYuNzUgMTEuMzQ1NyAxNi42NTg5IDExLjQ4OCAxNi40OTk1TDE1LjA1OTUgMTIuNDk5NVoiIGZpbGw9IiMxQzI3NEMiLz4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNMTEuOTk5MyAyQzE2LjcxMzMgMiAxOS4wNzA0IDIgMjAuNTM0OCAzLjQ2NDQ3QzIxLjI5MjMgNC4yMjE5NSAyMS42NTggNS4yMTgyNCAyMS44MzQ1IDYuNjU1OThWMTBIMi4xNjQwNlY2LjY1NTk4QzIuMzQwNiA1LjIxODI0IDIuNzA2MjggNC4yMjE5NSAzLjQ2Mzc3IDMuNDY0NDdDNC45MjgyMyAyIDcuMjg1MjUgMiAxMS45OTkzIDJaIiBmaWxsPSIjMUMyNzRDIi8+Cjwvc3ZnPg==); background-position: 80% 80%; background-repeat: no-repeat; background-size: auto 150px; }
	.box-picture figure { position: relative; z-index: 2; }
		.box-picture figure:before { top: -5px; bottom: -4px; right: -7px; left: 30%; border-radius: 5px; background: var(--pink); transform: skewX(-1deg) skewY(7deg) rotate(-3deg); }
	.box-picture figure:nth-child(2) { position: absolute; bottom: -20px; left: 0; width: 53%; }
	.box-picture figure:nth-child(2):before { top: 15px; bottom: -4px; left: -8px; right: 34%; background: var(--green); transform: skewX(-1deg) skewY(-1deg) rotate(-5deg); }
	.box-picture img { border: 5px solid var(--white); border-radius: 10px; }

.cloned-contact { padding: 12px 20px 0; color: var(--white); background: #282b31; }
	#mobile .cloned-contact ul { margin: 0 -20px 20px; }
	#mobile .cloned-contact ul:last-child { margin-bottom: 0; }
		.cloned-contact p { margin-bottom: 20px; }
		.cloned-contact li { padding-top: 15px; padding-left: 20px; font-size: 17px; }
			#mobile .cloned-contact a { padding-left: 35px; }

.close-a { }
	.close-a a { display: block; position: relative; z-index: 2; height: 48px; padding: 0 60px 0 20px; background: #790c7d; color: var(--white); }
	.close-a a:before { content: "\e929"; top: 0; left: auto; right: 0; width: 48px; height: 48px; margin-top: 0; background: #4f0652; font-size: 20px; }
	.close-a a, .close-a a:before { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; }
	.close-a a:before { justify-content: center; flex-wrap: wrap; }

.gallery-a { margin-left: -20px; font-family: var(--font-third); font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; }
	.gallery-a .box { position: relative; z-index: 2; width: 20%; margin-bottom: 20px; padding: 90px 20px 0; border-left: 20px solid rgba(0,0,0,0); }
		.gallery-a .box:before { border-radius: var(--radius); background: var(--white); }
		[data-whatintent="mouse"] .gallery-a .box:hover:before { inset: -8px; box-shadow: 0 0 20px rgba(0,0,0,.2); background: var(--green); }
		[data-whatintent="mouse"] .gallery-a .box:hover a { color: var(--white); }

.module-a { }
	.module-a .header-a { z-index: 4; margin-bottom: 0; }
	.module-a .module-pattern { z-index: 2; margin-top: -10px; }

.module-aside { position: relative; z-index: 2; margin-left: -120px; padding-top: 140px; padding-bottom: 150px; font-family: var(--font-fourth); }
	.module-aside:before { left: 50%; right: auto; width: 100vw; background: url(../images/bg-2.svg) no-repeat 0 100%; background-size: 100% auto; }
	.module-aside > * { border-left: 120px solid rgba(0,0,0,0); }
	.module-aside .middle { width: 49%; }
	.module-aside .aside { width: 51%; }

.module-c { position: relative; z-index: 2; margin-bottom: 25px; padding-top: 30px; padding-bottom: 20px; color: var(--white); }
	.module-c:before { background: var(--green); }
	.module-c .header-b { margin-top: -65px; margin-bottom: 45px; }

.module-faq { padding-top: 100px; padding-bottom: 100px; }

.module-pattern { position: relative; z-index: 2; margin-bottom: 25px; padding-top: 30px; }
	.module-pattern:before { background: var(--silver); }

.module-prices { margin-bottom: 100px; padding-top: 60px; }

.module-statute { }
	.module-statute header { padding: 40px 0; }
	.module-statute h3 { margin-bottom: 5px; }

.owl-carousel { position: absolute; top: -3000em; left: -3000em; }
.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); }
	.owl-carousel .owl-item { position: relative; float: left; }
	.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-nav { }
		.owl-nav button { display: block; min-width: 0; width: auto; height: auto; margin: 0; padding: 0; box-shadow: none; border-radius: 0; border: 0; background: red; }
			.owl-nav button.owl-prev { left: 0; }
			.owl-nav button.owl-next { right: 0; }
	.owl-dots { }
		.owl-dots button { display: block; min-width: 0; width: 10px; height: 10px; margin: 0; padding: 0; box-shadow: none; border-radius: 0; border: 0; background: red; }
			.owl-dots button.active { background: yellow; cursor: default; }

.team-a { margin-left: -30px; padding-top: 60px; }
	.team-a > * { float: left; width: 100%; border-left: 30px solid rgba(0,0,0,0); }
	.team-a aside { width: 400px; }
	.team-a .middle { padding-top: 10px; }
		.team-a h1 { color: var(--green); font-size: 35px; }
		.team-a h2 { color: var(--pink); font-weight: 500; }


/*! Headers --------- */
.heading-a { }

.heading-b { }
	.heading-b p { margin-bottom: 5px; color: var(--pink); font-family: var(--font-third); font-size: 20px; font-weight: 700; }
	.heading-b h2 { color: var(--green); font-family: var(--font-main); font-size: 40px; font-weight: 700; }
	.heading-b strong { color: var(--green); }
	.heading-b strong span { color: var(--pink); }

.heading-c { margin-top: 50px; margin-bottom: 20px; }
	.heading-c h2 { color: var(--green); font-family: var(--font-main); font-size: 40px; font-weight: 700; }

.heading-d { margin-bottom: 10px; font-style: 18px; font-weight: 700; }

.header-a { position: relative; z-index: 2; width: fit-content; padding: 10px 20px 10px 0; color: var(--white); font-family: var(--font-third); font-size: 40px; font-weight: 300; line-height: 1.1; text-transform: uppercase; }
	.header-a:before { left: -3000em; background: var(--pink); }
	.header-a span { font-family: var(--font-third); font-weight: 700; }

.header-b { }
	.header-b span { position: relative; z-index: 2; padding: 15px 40px; color: var(--white); font-size: 36px; font-weight: 700; text-transform: uppercase; }
		.header-b span:before { background: var(--pink); transform: skewX(-20deg); }


/*! 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-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 --------- */
.list-a { font-size: 17px; line-height: 1.2; column-count: 2; column-gap: 20px; }
	.list-a li { position: relative; z-index: 2; margin-bottom: 15px; padding-left: 40px; page-break-inside: avoid; break-inside: avoid-column; }
		.list-a li:before { content: "\e92a"; top: 0; width: 20px; height: 20px; background: var(--pink); border-radius: var(--radius); color: var(--white); font-size: 12px; }

.list-a.a { margin-left: -30px; }
	.list-a.a li { width: 100%; border-left: 30px solid rgba(0,0,0,0); }
	.list-a.a li:before { margin-top: -2px; }

.list-b { color: var(--clr-second-100); font-size: 17px; font-weight: 700; line-height: 1.2; }
	.list-b li { position: relative; z-index: 2; }
	#root .list-b li:nth-child(1) { margin-bottom: 13px; }
	.list-b li:nth-child(1) { color: var(--clr-main); }
	.list-b li:nth-child(1):before { top: -6px; bottom: -6px; left: -10px; right: -10px; background: #bfc3d6; }
	[data-whatintent="mouse"] .list-b li:nth-child(1):hover { color: var(--clr-second-100); }
	[data-whatintent="mouse"] .list-b li:nth-child(1):hover:before { background: none; }
	.list-b li:nth-child(2) { color: var(--clr-second); font-size: 14px; font-weight: 300; }
	.list-b strong { color: var(--green); }
	.list-b span { color: var(--pink); }

.list-c { list-style: decimal; padding-left: 30px; }
	.list-c li { margin-bottom: 10px; }
	.list-c li li { margin-bottom: 5px; }
		.list-c ul { list-style: circle; margin-top: 10px; padding-left: 30px; }

.list-contact { margin: 0 -24px 25px; }
	.list-contact li { margin-inline: 24px; }
	.list-contact .mail, .list-contact .phone { margin-bottom: 15px; }
	.list-contact .mail:not(:first-child), .list-contact .phone:not(:first-child) { margin-top: 10px; }
	.list-contact .mail + .mail, .list-contact .phone + .mail { margin-top: 0; }
		.list-contact a { position: relative; z-index: 2; padding-left: 37px; }
		.list-contact a:before { width: auto; font-size: 17px; }
		.list-contact .mail a:before { content: "\e90d"; }
		.list-contact .phone a { font-size: 20px; }
			.list-contact .phone a:before { content: "\e90c"; }
		.list-contact .map a { }
			.list-contact .map a:before { content: ""; width: 40px; font-size: 22px; text-align: left; }
			.list-contact .map a:before { overflow: visible; height: 25px; margin-top: -14px; font-size: 0; background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZGF0YS1uYW1lPSJMYXllciAxIiB2aWV3Qm94PSIwIDAgMzIgMzIiIGlkPSJnb29nbGUtbWFwcyI+PHBhdGggZmlsbD0iIzQyODVmNCIgZD0iTTI1LjM5NTkgOC44MzQ1bC0uMDAzOS4wMDM4Yy4wODM3LjIzMTkuMTYxNy40NjY3LjIyODUuNzA2MkMyNS41NTI3IDkuMzA0NyAyNS40OCA5LjA2NyAyNS4zOTU5IDguODM0NXpNMTYgMi4yM0w4LjkyOSA1LjE1OTMgMTIuOTkxNiA5LjIyMkE0LjI0ODYgNC4yNDg2IDAgMCAxIDE5LjAyMDggMTUuMjFMMjUgOS4yM2wuMzkyLS4zOTJBOS45ODcyIDkuOTg3MiAwIDAgMCAxNiAyLjIzeiI+PC9wYXRoPjxwYXRoIGZpbGw9IiNmZmJhMDAiIGQ9Ik0xNiwxNi40NzMzQTQuMjUsNC4yNSwwLDAsMSwxMi45OTE2LDkuMjIyTDguOTI5LDUuMTU5M0E5Ljk2ODMsOS45NjgzLDAsMCwwLDYsMTIuMjNjMCw0LjQwNTcsMi4yNjUxLDcuMTY2OCw0LjkzLDEwLC4xNzg3LjE4MjguMzI3NC4zODUyLjQ5NTkuNTc0Nmw3LjU2MDgtNy41NjA5QTQuMjM0MSw0LjIzNDEsMCwwLDEsMTYsMTYuNDczM1oiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA2NmRhIiBkPSJNMTYsMi4yM2ExMCwxMCwwLDAsMC0xMCwxMCwxMS4wOTE4LDExLjA5MTgsMCwwLDAsLjU0NTQsMy40NTQ2bDEyLjg1MDUtMTIuODVBOS45NTYzLDkuOTU2MywwLDAsMCwxNiwyLjIzWiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMGFjNDciIGQ9Ik0xNi45MDExLDI5LjEyYTIxLjgzLDIxLjgzLDAsMCwxLDQuMDMyLTYuODk2NkMyMy43OTc2LDE5LjMxMjksMjYsMTYuNjM2LDI2LDEyLjIzYTkuOTU4NSw5Ljk1ODUsMCwwLDAtLjYwNDEtMy4zOTU4bC0xMy45NywxMy45N0ExOC4wNDM2LDE4LjA0MzYsMCwwLDEsMTUuMDE3MywyOS4wOC45OTc1Ljk5NzUsMCwwLDAsMTYuOTAxMSwyOS4xMloiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA2NmRhIiBkPSJNMTAuOTMgMjIuMjNjLjE3ODcuMTgyOC4zMjc0LjM4NTIuNDk1OS41NzQ2aDBDMTEuMjU3IDIyLjYxNTUgMTEuMTA4MyAyMi40MTMxIDEwLjkzIDIyLjIzek03LjIwNyA3LjQ2MzdBOS45MzU3IDkuOTM1NyAwIDAgMCA2LjQ1IDkuMjU2NiA5Ljk0MjkgOS45NDI5IDAgMCAxIDcuMjA3IDcuNDYzN3pNNi40NSA5LjI1NjZhOS45NTIyIDkuOTUyMiAwIDAgMC0uMzk4IDEuOTUxM0E5Ljk1MzcgOS45NTM3IDAgMCAxIDYuNDUgOS4yNTY2eiIgb3BhY2l0eT0iLjUiPjwvcGF0aD48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuMTk1NyAyOS4zOTg5Yy4wMi4wMjQ4LjA0NDUuMDQyMi4wNjY0LjA2NDRDMTUuMjQgMjkuNDQxMSAxNS4yMTU2IDI5LjQyMzYgMTUuMTk1NyAyOS4zOTg5ek0xNS43ODc0IDI5Ljc0MjlsLjA0LjAwNjZ6TTEzLjYyMTYgMjUuOTI2OWMtLjAzNzEtLjA2Ny0uMDY3OS0uMTM4Mi0uMTA1OS0uMjA0N0MxMy41NTMzIDI1Ljc4OSAxMy41ODQ5IDI1Ljg2IDEzLjYyMTYgMjUuOTI2OXpNMTUuMDE3MyAyOS4wOHEtLjMwNjktLjkwMzYtLjY5MDYtMS43NTY2QzE0LjU3OTMgMjcuODkzNyAxNC44MTI3IDI4LjQ3NzEgMTUuMDE3MyAyOS4wOHpNMTUuNTI2OSAyOS42NTYzYy0uMDIyOS0uMDExMi0uMDQ2My0uMDIwNy0uMDY4NC0uMDMzOEMxNS40ODA5IDI5LjYzNTYgMTUuNTAzNiAyOS42NDUyIDE1LjUyNjkgMjkuNjU2M3pNMTkuNzExNyAyMy43NTI5Yy0uMjQ5LjM0NzQtLjQ2NzkuNzEyNS0uNjkyNyAxLjA3NDFDMTkuMjQzMSAyNC40NjUgMTkuNDYzMyAyNC4xMDA2IDE5LjcxMTcgMjMuNzUyOXoiPjwvcGF0aD48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjIzLjMyMiAxOS41NTMgMjMuMzIyIDE5LjU1MyAyMy4zMjIgMTkuNTUzIDIzLjMyMiAxOS41NTMiPjwvcG9seWdvbj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTcuMDQ2OCAyOC43NzRoMHEuMzUxNi0uODg3Ljc1NjEtMS43NDI4QzE3LjUzMTYgMjcuNjAwNiAxNy4yODEyIDI4LjE4MjYgMTcuMDQ2OCAyOC43NzR6TTE4LjY4IDI1LjM1ODRjLS4yODc5LjQ5NTctLjU1IDEuMDA2OC0uOCAxLjUyNDJDMTguMTMgMjYuMzY0NyAxOC4zOTMxIDI1Ljg1NDcgMTguNjggMjUuMzU4NHoiPjwvcGF0aD48cGF0aCBmaWxsPSIjZWE0NDM1IiBkPSJNOC45MjksNS4xNTkzQTkuOTY4Myw5Ljk2ODMsMCwwLDAsNiwxMi4yM2ExMS4wOTE4LDExLjA5MTgsMCwwLDAsLjU0NTQsMy40NTQ2TDEzLDkuMjNaIj48L3BhdGg+PC9zdmc+) 0 50% no-repeat; background-size: auto 25px; line-height: 1; }
.list-contact.a { margin: 0 -19px 30px; }
	.list-contact.a li { margin: 0 19px 10px; }

.list-d, .list-d ul { list-style: decimal; padding-left: 30px; }
	.list-d li { margin-bottom: 20px; }
	.list-d li li { margin-bottom: 5px; }

.list-team { margin-left: -20px; color: var(--pink); font-weight: 500; text-align: center; }
	.list-team li { position: relative; width: 33.333%; margin-bottom: 20px; padding: 10px; border-left: 20px solid rgba(0,0,0,0); }
	.list-team li:before { box-shadow: 0 0 10px rgba(0,0,0,.1); background: var(--white); }
		.list-team figure + p { font-size: 22px; font-weight: 700; }
		.list-team a { color: var(--clr-main); }


/*! 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 --------- */
.list-b li:nth-child(1):before, .list-b li, 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; }
#nav > ul > li > a, [data-whatintent="mouse"] .gallery-a .box:hover a, .info-a small, article, aside, details, dialog, div, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
.close-a, #menu-icon, #up ul, ul ul, ul ol, ol ol, ol ul, #logo, #root .m0 { margin-bottom: 0; }
#mobile, #shadow { transition: all .4s cubic-bezier(.4,0,.2,1) 0s; -webkit-transition-delay: -.1s; }
#nav > ul > li > a:before, #nav > ul > li > a, .gallery-a .box:after, .gallery-a .box:before { 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: 15px 0; padding: 0; border: 0; border-top: 1px solid #666; background: none; font-size: 0; }
hr.a { margin-top: 50px; margin-bottom: 50px; }

.list-a li:before, #menu-icon:before { margin-top: 0; }

#root .m60 { margin-bottom: 60px; }


/*! 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(--pink); color: var(--white); text-shadow: none; }
::-moz-selection { background: var(--pink); color: var(--white); text-shadow: none; }

.table-a { border-collapse: collapse; }
	.table-a th,  .table-a td { padding: 8px; }


/*! 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:before { -webkit-animation-name: pop; animation-name: pop; -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"] .:hover { -webkit-animation-name: press; animation-name: press; -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"] .list-contact a:hover:before { -webkit-animation-name: buzz; animation-name: buzz; -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; }

@-webkit-keyframes bump {50% {-webkit-transform: translateY(-8px); transform: translateY(-8px); } }
@keyframes bump {50% {-webkit-transform: translateY(-8px); transform: translateY(-8px); } }
@-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);} }
@-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(3deg); transform: translateX(2px) rotate(3deg); } 60% {-webkit-transform: translateX(-2px) rotate(-3deg); transform: translateX(-2px) rotate(-3deg); } 70% {-webkit-transform: translateX(2px) rotate(3deg); transform: translateX(2px) rotate(3deg); } 80% {-webkit-transform: translateX(-2px) rotate(-3deg); transform: translateX(-2px) rotate(-3deg); } 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(3deg); transform: translateX(2px) rotate(3deg); } 60% {-webkit-transform: translateX(-2px) rotate(-3deg); transform: translateX(-2px) rotate(-3deg); } 70% {-webkit-transform: translateX(2px) rotate(3deg); transform: translateX(2px) rotate(3deg); } 80% {-webkit-transform: translateX(-2px) rotate(-3deg); transform: translateX(-2px) rotate(-3deg); } 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 pop {50% {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } }
@keyframes pop {50% {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } }
@-webkit-keyframes press {50% {-webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); } }
@keyframes press {50% {-webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); } }

	
/*! Flexbox --------- */
.team-a, .list-team, .list-a.a, #nav, #nav > ul, #up ul, .list-b, .header-b, .module-aside, .gallery-a, #footer nav, #footer > ul, .link-btn { display: -moz-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.team-a, .list-team, .list-a.a, #nav, #nav > ul, #up ul, .list-b, .header-b, .module-aside, .gallery-a, #footer nav, #footer > ul { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.list-b { -webkit-flex-direction: column; flex-direction: column; }
.text-left .link-btn, .link-btn.text-left { -webkit-justify-content: flex-start; justify-content: flex-start; }
.header-b, .text-center .link-btn, .link-btn.text-center { -webkit-justify-content: center; justify-content: center; }
#nav, #up ul, #footer > ul, .text-right .link-btn, .link-btn.text-right { -webkit-justify-content: flex-end; justify-content: flex-end; }
.list-b { -webkit-align-items: flex-start; align-items: flex-start; }
#nav, #nav > ul, #up ul { -webkit-align-items: center; align-items: center; }
.team-a .middle { -webkit-flex-basis: 0; -ms-flex-basis: 0; flex-basis: 0; }
.team-a .middle { -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: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: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:'Barlow';font-style:normal;font-weight:100;src:local('Barlow Thin'),local('Barlow-Thin'),url('fonts/barlow-100.woff2') format('woff2'),url('fonts/barlow-100.woff') format('woff'),url('fonts/barlow-100.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:200;src:local('Barlow ExtraLight'),local('Barlow-ExtraLight'),url('fonts/barlow-200.woff2') format('woff2'),url('fonts/barlow-200.woff') format('woff'),url('fonts/barlow-200.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:300;src:local('Barlow Light'),local('Barlow-Light'),url('fonts/barlow-300.woff2') format('woff2'),url('fonts/barlow-300.woff') format('woff'),url('fonts/barlow-300.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:400;src:local('Barlow Regular'),local('Barlow-Regular'),url('fonts/barlow-400.woff2') format('woff2'),url('fonts/barlow-400.woff') format('woff'),url('fonts/barlow-400.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:500;src:local('Barlow Medium'),local('Barlow-Medium'),url('fonts/barlow-500.woff2') format('woff2'),url('fonts/barlow-500.woff') format('woff'),url('fonts/barlow-500.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:600;src:local('Barlow SemiBold'),local('Barlow-SemiBold'),url('fonts/barlow-600.woff2') format('woff2'),url('fonts/barlow-600.woff') format('woff'),url('fonts/barlow-600.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:700;src:local('Barlow Bold'),local('Barlow-Bold'),url('fonts/barlow-700.woff2') format('woff2'),url('fonts/barlow-700.woff') format('woff'),url('fonts/barlow-700.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:800;src:local('Barlow ExtraBold'),local('Barlow-ExtraBold'),url('fonts/barlow-800.woff2') format('woff2'),url('fonts/barlow-800.woff') format('woff'),url('fonts/barlow-800.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:900;src:local('Barlow Black'),local('Barlow-Black'),url('fonts/barlow-900.woff2') format('woff2'),url('fonts/barlow-900.woff') format('woff'),url('fonts/barlow-900.ttf') format('truetype');font-display:fallback;}

@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;src:local('Playfair Display Regular'),local('Playfair-Display-Regular'),url('fonts/playfairdisplay-400.woff2') format('woff2'),url('fonts/playfairdisplay-400.woff') format('woff'),url('fonts/playfairdisplay-400.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400;src:local('Playfair Display Italic'),local('Playfair-Display-Italic'),url('fonts/playfairdisplay-400i.woff2') format('woff2'),url('fonts/playfairdisplay-400i.woff') format('woff'),url('fonts/playfairdisplay-400i.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;src:local('Playfair Display Bold'),local('Playfair-Display-Bold'),url('fonts/playfairdisplay-700.woff2') format('woff2'),url('fonts/playfairdisplay-700.woff') format('woff'),url('fonts/playfairdisplay-700.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:700;src:local('Playfair Display Bold Italic'),local('Playfair-Display-BoldItalic'),url('fonts/playfairdisplay-700i.woff2') format('woff2'),url('fonts/playfairdisplay-700i.woff') format('woff'),url('fonts/playfairdisplay-700i.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:900;src:local('Playfair Display Black'),local('Playfair-Display-Black'),url('fonts/playfairdisplay-900.woff2') format('woff2'),url('fonts/playfairdisplay-900.woff') format('woff'),url('fonts/playfairdisplay-900.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:900;src:local('Playfair Display Black Italic'),local('Playfair-Display-BlackItalic'),url('fonts/playfairdisplay-900i.woff2') format('woff2'),url('fonts/playfairdisplay-900i.woff') format('woff'),url('fonts/playfairdisplay-900i.ttf') format('truetype');font-display:fallback;}


@font-face{font-family:'Titillium Web';font-style:normal;font-weight:300;src:local('Titillium Web Light'),local('Titillium-Web-Light'),url('fonts/titilliumweb-300.woff2') format('woff2'),url('fonts/titilliumweb-300.woff') format('woff'),url('fonts/titilliumweb-300.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Titillium Web';font-style:normal;font-weight:400;src:local('Titillium Web Regular'),local('Titillium-Web-Regular'),url('fonts/titilliumweb-400.woff2') format('woff2'),url('fonts/titilliumweb-400.woff') format('woff'),url('fonts/titilliumweb-400.ttf') format('truetype');font-display:fallback;}
@font-face{font-family:'Titillium Web';font-style:normal;font-weight:700;src:local('Titillium Web Bold'),local('Titillium-Web-Bold'),url('fonts/titilliumweb-700.woff2') format('woff2'),url('fonts/titilliumweb-700.woff') format('woff'),url('fonts/titilliumweb-700.ttf') format('truetype');font-display:fallback;}



/*! Icons --------- */
@font-face { font-family: 'i'; src: url('icons/icomoon.woff2') format('woff2'), url('icons/icomoon.woff') format('woff'), url('icons/icomoon.ttf') format('truetype');font-display:fallback; }
[class^="icon-"], [class*=" icon-"] { font-family: 'i' !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
	.icon-arrow-up:before {content: "\e900";}
	.icon-arrow-down:before {content: "\e901";}
	.icon-arrow-left:before {content: "\e902";}
	.icon-arrow-right:before {content: "\e903";}
	.icon-arrow-long-up:before {content: "\e904";}
	.icon-arrow-long-down:before {content: "\e905";}
	.icon-arrow-long-left:before {content: "\e906";}
	.icon-arrow-long-right:before {content: "\e907";}
	.icon-double-arrow:before {content: "\e933";}
	.icon-menu:before {content: "\e908";}
	.icon-home:before {content: "\e909";}
	.icon-search:before {content: "\e924";}
	.icon-cart:before {content: "\e90a";}
	.icon-star:before {content: "\e90b";}
	.icon-phone:before {content: "\e90c";}
	.icon-mail:before {content: "\e90d";}
	.icon-cctv:before {content: "\e90e";}
	.icon-city:before {content: "\e90f";}
	.icon-clipboard:before {content: "\e910";}
	.icon-coupon:before {content: "\e911";}
	.icon-dvd:before {content: "\e912";}
	.icon-fingerprint:before {content: "\e913";}
	.icon-fire:before {content: "\e914";}
	.icon-fuel-station:before {content: "\e915";}
	.icon-google-maps:before {content: "\e916";}
	.icon-hdd:before {content: "\e917";}
	.icon-home1:before {content: "\e918";}
	.icon-lens:before {content: "\e919";}
	.icon-mountains:before {content: "\e91a";}
	.icon-office:before {content: "\e91b";}
	.icon-package1:before {content: "\e91c";}
	.icon-parking-sign:before {content: "\e91d";}
	.icon-pharmacy:before {content: "\e91e";}
	.icon-pointer:before {content: "\e91f";}
	.icon-rating:before {content: "\e920";}
	.icon-receipt:before {content: "\e921";}
	.icon-room:before {content: "\e922";}
	.icon-school:before {content: "\e923";}
	.icon-time:before {content: "\e925";}
	.icon-user:before {content: "\e926";}
	.icon-video:before {content: "\e927";}
	.icon-warehouse:before {content: "\e928";}
	.icon-minus:before {content: "\e929";}
	.icon-plus:before {content: "\e92a";}
	.icon-alarm:before {content: "\e92b";}
	.icon-check:before {content: "\e92c";}
	.icon-heart:before {content: "\e92d";}
	.icon-heart-full:before {content: "\e92e";}
	.icon-instagram:before {content: "\e92f";}
	.icon-facebook:before {content: "\e931";}
	.icon-youtube:before {content: "\e930";}
	.icon-youtube2:before {content: "\e932";}
	.icon-truck:before {content: "\e934";}
	.icon-info:before {content: "\e935";}
	.icon-trash:before {content: "\e936";}
	.icon-user1:before {content: "\e937";}
	.icon-download:before {content: "\e938";}
	.icon-mail-open:before {content: "\e939";}
	.icon-safe:before {content: "\e93a";}
	.icon-warehouse1:before {content: "\e93b";}
	.icon-warehouse2:before {content: "\e93c";}
	.icon-receipt2:before {content: "\e93d";}
	.icon-cash:before {content: "\e93e";}
	.icon-printer:before {content: "\e93f";}
	.icon-close:before {content: "\e940";}
	.icon-sensor:before {content: "\e941";}
	.icon-bell:before {content: "\e942"; }


/*! 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: 90.625em) { /* 1450 */
#top, #content, #footer { width: 980px; }
#top { margin-left: -490px; }

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

.gallery-a .box { width: 33.3333%; }
.module-aside { padding-top: 30px; }
	.module-aside .middle, .module-aside .aside { width: 100%; }
	.module-aside .middle { margin-bottom: 30px; }

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

#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; }

.header-a, .heading-b h2, .header-b span, .heading-c h2 { font-size: 25px; }
.gallery-a { font-size: 15px; }

#root { padding-top: 80px; }
#top { height: 60px; }
	#logo { top: 5px; width: 200px; height: 50px; }
		#logo a { background-size: auto 50px; }
	#skip { }
		#skip a { min-width: 0; }
			#skip a:focus, #skip a:active { right: 0; }
		#skip li { font-size: 1.3em; }
	#menu-icon { top: 5px; }
	#nav, #up { display: none; }
	#menu-icon { display: block; }
		.menu-active #mobile { left: 0; }
		.menu-active #shadow { visibility: visible; opacity: 1; }
#footer { }
	#footer nav > * { width: 50%; }
	#footer > ul { text-align: center; }
	#footer > ul li { width: 100%; }

.gallery-a .box { width: 50%; }
.module-faq { padding-top: 30px; padding-bottom: 30px; }

.list-a { column-count: 1; }

#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 */
#footer nav > *, .list-team li { width: 100%; }
}
@media only screen and (max-width: 25em) { /* 400 */
.gallery-a .box { width: 100%; }
}


