
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
}

body {
	font: normal normal normal 1.4rem/3.2rem "SLC", Helvetica, Arial, sans-serif;
	color: #202020;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	letter-spacing: .1em;
	-webkit-text-size-adjust: 100%;
}

:focus {
	outline: 0px;
}

a {
	color: #202020;
	text-decoration: none;
}

img {
	border: 0 none;
}

figure img {
	display: block;
	max-width: 100%;
}

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

p a {
	position: relative;
	text-decoration: none;
}

p a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: rgba(32, 32, 32, .1);
}

div, header, section, article, hgroup, footer, aside {
	position: relative;
}

#wrapper {
	position: relative;
	z-index: 103;
}

.center {
	max-width: 1140px;
	padding: 0 50px;
	margin: 0 auto;
}

.grid-center {
	overflow: hidden;
}

.clear:after, .clear:before, .masonry:after, .masonry:before {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.preload, .hide {
	display: none;
}

@media screen and (max-width: 640px) {
	.center {
		padding: 0 35px;
	}
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6 {
	width: 16.66%;
}

.col-1-12 {
	width: 8.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-2-5 {
	width: 40%;
}

.col-3-4 {
	width: 75%;
}

.col-3-5 {
	width: 60%;
}

.col-4-5 {
	width: 80%;
}

@media screen and (max-width: 414px) {
	[class*='col-'] {
		width: 100%;
	}
}

#events {
	padding-top: 100px;
}

#events .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -50px;
}

#events .content .text {
	width: 50%;
	padding: 0 50px 50px;
	box-sizing: border-box;
}

#events .content .text h2 {
	font-size: 1.4rem;
	margin-bottom: 3.2rem;
	text-transform: uppercase;
}

#events .content .text ul {
	list-style: none;
}

#events .content .text ul li {
	margin-bottom: 3.2rem;
}

#events .content .text ul li p {
	margin-bottom: 1.6rem;
}

#events .content .text ul li p:last-child {
	margin-bottom: 0;
}

#events .content .text ul li p:empty {
	display: none;
}

#events .content .text ul li h4 {
	font-size: 1.6rem;
}

#events .content .text ul li h4 span.date {
	margin-right: 20px;
}

@media screen and (max-width: 640px) {
	#events .content .text {
		width: 100%;
	}
}

@font-face {
	font-family: "SLC";
	src: url("/fonts/Sailec-RegularItalic.woff2") format("woff2"), url("/fonts/Sailec-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "SLC";
	src: url("/fonts/Sailec-Regular.woff2") format("woff2"), url("/fonts/Sailec-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SLC";
	src: url("/fonts/Sailec-Medium.woff2") format("woff2"), url("/fonts/Sailec-Medium.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

#footer .center .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
	opacity: .2;
}

#footer .center .content div {}

@media screen and (max-width: 480px) {
	#footer .center .content {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10300;
	background-color: #fff;
}

#header .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
}

#header .content h2 {
	font-size: 1.8rem;
	font-weight: normal;
}

#header .content a {
	-webkit-transition: all .33s;
	transition: all .33s;
}

#header .content .nav-container nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 1.6rem;
}

#header .content .nav-container nav a {
	margin-left: 30px;
}

#header .content #toggle-menu {
	display: none;
}

.page-home #header {
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
}

.page-home #header .content a {
	color: #fff;
}

.page-home #header .content #toggle-menu span {
	background-color: #fff;
}

.page-home.header-solid #header {
	background-color: #fff;
}

.page-home.header-solid #header .content a {
	color: #202020;
}

@media screen and (max-width: 640px) {
	.show-menu #header {
		z-index: 10302;
	}
	
	.show-menu #header .content a {
		color: #202020;
	}
	
	.show-menu #header .content h2 {
		z-index: 5;
	}
	
	.show-menu #header .content .nav-container {
		pointer-events: auto;
		opacity: 1;
	}
	
	.show-menu #header .content #toggle-menu span {
		background-color: #202020;
	}
	
	.show-menu #header .content #toggle-menu span:first-child {
		-ms-transform: rotate(45deg) translate(1.5px, -3px);
		-webkit-transform: rotate(45deg) translate(1.5px, -3px);
		transform: rotate(45deg) translate(1.5px, -3px);
	}
	
	.show-menu #header .content #toggle-menu span:nth-child(2) {
		opacity: 0;
	}
	
	.show-menu #header .content #toggle-menu span:last-child {
		-ms-transform: rotate(-45deg) translate(1.5px, 3px);
		-webkit-transform: rotate(-45deg) translate(1.5px, 3px);
		transform: rotate(-45deg) translate(1.5px, 3px);
	}
	
	#header .content .nav-container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity .33s;
		transition: opacity .33s;
	}
	
	#header .content .nav-container nav {
		width: 100%;
		height: 100%;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.8rem;
	}
	
	#header .content .nav-container nav a {
		color: #202020;
		margin: 0;
		padding: 15px 0;
	}
	
	#header .content #toggle-menu {
		position: relative;
		display: block;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 20px;
		height: 14px;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 20px;
		right: -20px;
		cursor: pointer;
	}
	
	#header .content #toggle-menu span {
		-webkit-transition: all .33s;
		transition: all .33s;
		background-color: #202020;
		display: block;
		width: 100%;
		height: 2px;
		-ms-transform-origin: center left;
		-webkit-transform-origin: center left;
		transform-origin: center left;
	}
}

section#hero {
	background-color: #202020;
	color: #fff;
	overflow: hidden;
}

section#hero a {
	color: #fff;
}

section#hero .content .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#hero .content img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

section#hero .content img.lazyloaded {
	opacity: 1;
}

section#hero .content::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 125%;
	height: 125%;
	top: -12.5%;
	left: -25%;
	background-image: radial-gradient(rgba(32, 32, 32, 0), rgba(32, 32, 32, .5) 50%);
}

section#hero .content .center {
	z-index: 2;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

section#hero .content .center .logo {
	display: block;
	position: relative;
	padding: 150px 0;
	margin-left: -15.5px;
}

section#hero .content .center .logo .line {
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	-ms-transform-origin: top center;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

section#hero .content .center .logo .left {
	-webkit-transition: all .8s ease .3s;
	transition: all .8s ease .3s;
}

section#hero .content .center div.line {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 100px;
	-webkit-transition: all 1.2s ease .8s;
	transition: all 1.2s ease .8s;
	-ms-transform-origin: center right;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}

section#hero .content .center div.line::after {
	content: "";
	position: absolute;
	bottom: 236px;
	height: 3px;
	background-color: #fff;
	width: 100%;
}

section#hero .events {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

section#hero .events .center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	box-sizing: border-box;
	padding: 230px 50px;
	max-width: 1240px;
}

section#hero .events .center .event-list {
	font-size: 1.6rem;
	line-height: 3.2rem;
	text-align: right;
	font-variant-numeric: tabular-nums;
	-moz-font-feature-settings: "tnum";
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
}

section#hero .events .center .event-list h2 {
	font-size: 1.6rem;
	line-height: 3.2rem;
}

section#hero .events .center .event-list ul {
	list-style: none;
}

section#hero .events .center .event-list a.more {
	font-weight: bold;
}

.intro section#hero .content .center .logo .line {
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.intro section#hero .content .center .logo .left {
	-webkit-transition: all .8s ease .3s;
	transition: all .8s ease .3s;
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.intro section#hero .content .center div.line {
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.intro section#hero .content.play .center .logo .line {
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.intro section#hero .content.play .center .logo .left {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro section#hero .content.play .center div.line {
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

section#products header {
	z-index: 10301;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	pointer-events: none;
}

section#products header .container {
	pointer-events: auto;
	background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}

section#products header .center .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
}

section#products header .center .content h2 {
	font-size: 1.8rem;
	font-weight: normal;
}

section#products header .center .content .filters {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

section#products header .center .content .filters button {
	display: block;
	background: transparent;
	border: 0 none;
	width: auto;
	padding: 0;
	margin-left: 30px;
	opacity: .33;
	cursor: pointer;
	font-size: 1.6rem;
	font-family: inherit;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
}

section#products header .center .content .filters button:hover, section#products header .center .content .filters button.active {
	opacity: 1;
}

section#products header .center .content #toggle-filters {
	display: none;
}

section#products .products {
	padding: 50px 0 150px;
	margin: 0 -50px;
}

section#products .products .grid .grid-sizer {
	width: 8.33%;
}

section#products .products .grid article {
	padding: 50px;
	box-sizing: border-box;
}

section#products .products .grid article:nth-child(even) {
	padding-top: 150px;
}

section#products .products .grid article.large {
	width: 58.33%;
}

section#products .products .grid article.medium {
	width: 41.66%;
}

section#products .products .grid article.small {
	width: 33.33%;
}

section#products .products .grid article a {
	display: block;
}

section#products .products .grid article a figure {
	position: relative;
	background-color: #f7f7f7;
}

section#products .products .grid article a figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
	opacity: 0;
}

section#products .products .grid article a figure img.lazyloaded {
	opacity: 1;
}

section#products .products .grid article a figure figcaption {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

section#products .products .grid article a figure figcaption h3, section#products .products .grid article a figure figcaption h4 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.2rem;
}

section#products .products .grid article a figure figcaption h4 {
	opacity: 0;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
}

section#products .products .grid article a:hover img.lazyloaded {
	opacity: .75;
}

section#products .products .grid article a:hover figcaption h4 {
	opacity: .33;
}

@media screen and (max-width: 768px) {
	.show-filters section#products header .center .content .filters-container {
		opacity: 1;
		pointer-events: auto;
	}
	
	section#products .products {
		padding-top: 0;
	}
	
	section#products .products .grid .grid-sizer + article {
		padding-top: 0;
	}
	
	section#products .products .grid article.large {
		width: 100%;
	}
	
	section#products .products .grid article.medium, section#products .products .grid article.small {
		width: 50%;
	}
	
	section#products header .center .content {
		height: auto;
	}
	
	section#products header .center .content h2 {
		font-size: 1.8rem;
		font-weight: normal;
		line-height: 100px;
	}
	
	section#products header .center .content .filters-container {
		position: absolute;
		top: 100px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		background-color: #fff;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all .33s;
		transition: all .33s;
	}
	
	section#products header .center .content .filters-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: -50px;
		right: -50px;
		height: 100px;
		background-image: linear-gradient(to bottom, #f7f7f7, #fff);
	}
	
	section#products header .center .content .filters-container .filters {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 20px 0;
	}
	
	section#products header .center .content .filters-container .filters button {
		padding: 10px 0;
		margin: 0;
	}
	
	section#products header .center .content #toggle-filters {
		display: block;
		font-size: 1.6rem;
		opacity: .33;
		cursor: pointer;
		-webkit-transition: opacity .33s;
		transition: opacity .33s;
	}
	
	section#products header .center .content #toggle-filters:hover {
		opacity: 1;
	}
	
	section#products header .center .content #toggle-filters::after {
		content: "filter";
	}
}

@media screen and (max-width: 640px) {
	section#hero .content .center .logo {
		width: 200px;
		padding: 75px 0;
	}
	
	section#hero .content .center div.line {
		margin-left: 0;
		right: -50px;
	}
	
	section#hero .content .center div.line::after {
		bottom: 180px;
		height: 2px;
	}
	
	section#hero .events {
		position: relative;
		background-color: #fff;
		color: #202020;
	}
	
	section#hero .events a {
		color: #202020;
	}
	
	section#hero .events .center {
		padding: 35px;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	section#hero .events .center .event-list {
		text-align: left;
	}
	
	section#products header .center .content .filters-container::before {
		left: -35px;
		right: -35px;
	}
	
	section#products .products {
		padding-top: 0;
	}
	
	section#products .products .grid article.large, section#products .products .grid article.medium, section#products .products .grid article.small {
		width: 100%;
	}
	
	section#products .products .grid article:nth-child(2n) {
		padding-top: 50px;
	}
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.lightbox-active {
	height: auto;
}

.lightbox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.lightbox-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;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.lightbox-container * {
	box-sizing: border-box;
}

.lightbox-outer, .lightbox-inner, .lightbox-bg, .lightbox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.lightbox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.lightbox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.lightbox-is-open .lightbox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.lightbox-infobar, .lightbox-toolbar, .lightbox-caption, .lightbox-navigation .lightbox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.lightbox-show-infobar .lightbox-infobar, .lightbox-show-toolbar .lightbox-toolbar, .lightbox-show-caption .lightbox-caption, .lightbox-show-nav .lightbox-navigation .lightbox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.lightbox-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;
}

.lightbox-toolbar {
	right: 0;
	top: 0;
}

.lightbox-stage {
	direction: ltr;
	overflow: visible;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.lightbox-is-open .lightbox-stage {
	overflow: hidden;
}

.lightbox-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: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.lightbox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.lightbox-is-sliding .lightbox-slide, .lightbox-slide--previous, .lightbox-slide--current, .lightbox-slide--next {
	display: block;
}

.lightbox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.lightbox-slide--image::before {
	display: none;
}

.lightbox-slide--html {
	padding: 6px;
}

.lightbox-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;
}

.lightbox-slide--image .lightbox-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;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: -ms-transform, opacity;
	transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.lightbox-can-zoomOut .lightbox-content {
	cursor: zoom-out;
}

.lightbox-can-zoomIn .lightbox-content {
	cursor: zoom-in;
}

.lightbox-can-swipe .lightbox-content, .lightbox-can-pan .lightbox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.lightbox-is-grabbing .lightbox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.lightbox-container [data-selectable='true'] {
	cursor: text;
}

.lightbox-image, .lightbox-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%;
}

.lightbox-spaceball {
	z-index: 1;
}

.lightbox-slide--video .lightbox-content, .lightbox-slide--map .lightbox-content, .lightbox-slide--pdf .lightbox-content, .lightbox-slide--iframe .lightbox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.lightbox-slide--video .lightbox-content {
	background: #000;
}

.lightbox-slide--map .lightbox-content {
	background: #e5e3df;
}

.lightbox-slide--iframe .lightbox-content {
	background: #fff;
}

.lightbox-video, .lightbox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.lightbox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.lightbox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.lightbox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.lightbox-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;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.lightbox-button, .lightbox-button:visited, .lightbox-button:link {
	color: #ccc;
}

.lightbox-button:hover {
	color: #fff;
}

.lightbox-button:focus {
	outline: none;
}

.lightbox-button.lightbox-focus {
	outline: 1px dotted;
}

.lightbox-button[disabled], .lightbox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.lightbox-button div {
	height: 100%;
}

.lightbox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.lightbox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.lightbox-button--play svg:nth-child(2), .lightbox-button--fsenter svg:nth-child(2) {
	display: none;
}

.lightbox-button--pause svg:nth-child(1), .lightbox-button--fsexit svg:nth-child(1) {
	display: none;
}

.lightbox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -ms-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.lightbox-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;
}

.lightbox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.lightbox-slide--html .lightbox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.lightbox-slide--image.lightbox-is-scaling .lightbox-content {
	overflow: hidden;
}

.lightbox-is-scaling .lightbox-close-small, .lightbox-is-zoomable.lightbox-can-pan .lightbox-close-small {
	display: none;
}

.lightbox-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.lightbox-navigation .lightbox-button {
	-webkit-background-clip: content-box;
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
	pointer-events: auto;
}

.lightbox-navigation .lightbox-button div {
	padding: 7px;
}

.lightbox-navigation .lightbox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.lightbox-navigation .lightbox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.lightbox-caption {
	background: linear-gradient(to top, 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%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.lightbox-caption--separate {
	margin-top: -50px;
}

.lightbox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.lightbox-caption a, .lightbox-caption a:link, .lightbox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.lightbox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.lightbox-loading {
	-webkit-animation: lightbox-rotate 1s linear infinite;
	animation: lightbox-rotate 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;
}

@-webkit-keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lightbox-rotate {
	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.lightbox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.lightbox-fx-slide.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--next {
	opacity: 0;
	-ms-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lightbox-fx-slide.lightbox-slide--current {
	opacity: 1;
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lightbox-fx-fade.lightbox-slide--previous, .lightbox-fx-fade.lightbox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.lightbox-fx-fade.lightbox-slide--current {
	opacity: 1;
}

.lightbox-fx-zoom-in-out.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(1.5, 1.5, 1.5);
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(.5, .5, .5);
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.lightbox-fx-zoom-in-out.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.lightbox-fx-rotate.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lightbox-fx-rotate.lightbox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lightbox-fx-rotate.lightbox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.lightbox-fx-circular.lightbox-slide--previous {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--next {
	opacity: 0;
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lightbox-fx-circular.lightbox-slide--current {
	opacity: 1;
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.lightbox-fx-tube.lightbox-slide--previous {
	-ms-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.lightbox-fx-tube.lightbox-slide--next {
	-ms-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.lightbox-fx-tube.lightbox-slide--current {
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media (max-height: 576px) {
	.lightbox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.lightbox-slide--image {
		padding: 6px 0;
	}
	
	.lightbox-close-small {
		right: -6px;
	}
	
	.lightbox-slide--image .lightbox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	
	.lightbox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.lightbox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.lightbox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.lightbox-share p {
	margin: 0;
	padding: 0;
}

.lightbox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.lightbox-share__button:visited, .lightbox-share__button:link {
	color: #fff;
}

.lightbox-share__button:hover {
	text-decoration: none;
}

.lightbox-share__button--fb {
	background: #3b5998;
}

.lightbox-share__button--fb:hover {
	background: #344e86;
}

.lightbox-share__button--pt {
	background: #bd081d;
}

.lightbox-share__button--pt:hover {
	background: #aa0719;
}

.lightbox-share__button--tw {
	background: #1da1f2;
}

.lightbox-share__button--tw:hover {
	background: #0d95e8;
}

.lightbox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.lightbox-share__button svg path {
	fill: #fff;
}

.lightbox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.lightbox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.lightbox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.lightbox-show-thumbs .lightbox-thumbs {
	display: block;
}

.lightbox-show-thumbs .lightbox-inner {
	right: 212px;
}

.lightbox-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%;
}

.lightbox-thumbs-x .lightbox-thumbs__list {
	overflow: hidden;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.lightbox-thumbs-y .lightbox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.lightbox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	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;
}

.lightbox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.lightbox-thumbs__list a:focus::before {
	opacity: .5;
}

.lightbox-thumbs__list a.lightbox-thumbs-active::before {
	opacity: 1;
}

@media (max-width: 576px) {
	.lightbox-thumbs {
		width: 110px;
	}
	
	.lightbox-show-thumbs .lightbox-inner {
		right: 110px;
	}
	
	.lightbox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.page {
	margin-top: 100px;
	min-height: calc(100vh - 100px);
}

.page::before {
	position: fixed;
	content: "";
	height: 100px;
	width: 100%;
	top: 100px;
	left: 0;
	background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}

.page img.hero {
	opacity: 0;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
}

.page img.hero.lazyloaded {
	opacity: 1;
}

#about .center .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -50px;
}

#about .center .content .text, #about .center .content .media {
	width: 50%;
	box-sizing: border-box;
	padding: 100px 50px;
}

#about .center .content .media {
	-ms-flex-order: -1;
	order: -1;
}

#about .center .content .media img {
	width: 100%;
}

#contact .center .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -50px;
}

#contact .center .content .text, #contact .center .content .media {
	box-sizing: border-box;
	padding: 100px 50px;
}

#contact .center .content .text {
	width: 33.33%;
}

#contact .center .content .media {
	width: 66.66%;
}

#contact .center .content .media img {
	width: 100%;
}

.page h1 {
	font-size: 5.6rem;
	line-height: 5.6rem;
	margin-bottom: 4.4rem;
}

.page h2 {
	font-size: 1.8rem;
}

.page h3 {
	font-size: 1.4rem;
	margin-bottom: 2.4rem;
}

.page .text p {
	margin-bottom: 3.2rem;
}

.page .text p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#about .center .content, #contact .center .content {
		padding-bottom: 100px;
	}
	
	#about .center .content .text, #contact .center .content .text, #about .center .content .media, #contact .center .content .media {
		width: 100%;
		padding-bottom: 0;
	}
}

#product {
	padding-top: 100px;
}

#product .content {
	padding-top: 50px;
}

#product .content a.back {
	position: absolute;
	top: 75px;
	display: block;
	color: rgba(32, 32, 32, .5);
	font-size: 1.6rem;
	-webkit-transition: color .33s;
	transition: color .33s;
}

#product .content a.back:hover {
	color: rgba(32, 32, 32, 1);
}

#product .content a.back span {
	margin: 0 5px 0 0;
}

#product .content a.back::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 2px;
	background-color: #e7e7e7;
	content: "";
}

#product .content .text {
	max-width: 550px;
	margin: 0 auto;
}

#product .content .text header {
	text-align: center;
	margin-bottom: 50px;
}

#product .content .text header h1 {
	font-size: 3.6rem;
	line-height: 4.4rem;
}

#product .content .text header h2 {
	margin-top: .6rem;
	font-size: 1.6rem;
	font-weight: normal;
	color: rgba(32, 32, 32, .5);
}

#product .content .text header h2 span {
	margin: 0 5px;
}

#product .content .text header h2 a {
	color: rgba(32, 32, 32, .5);
	-webkit-transition: color .33s;
	transition: color .33s;
}

#product .content .text header h2 a:hover {
	color: rgba(32, 32, 32, 1);
}

#product .content .text p {
	margin-bottom: 3.2rem;
}

#product .content .text p:last-child {
	margin-bottom: 0;
}

#product .media {
	padding: 50px 0 150px;
	margin: 0 -50px;
}

#product .media .grid .grid-sizer {
	width: 8.33%;
}

#product .media .grid .item {
	padding: 50px;
	box-sizing: border-box;
}

#product .media .grid .item:nth-child(even) {
	padding-top: 150px;
}

#product .media .grid .item.large {
	width: 58.33%;
}

#product .media .grid .item.medium {
	width: 41.66%;
}

#product .media .grid .item.small {
	width: 33.33%;
}

#product .media .grid .item a {
	display: block;
}

#product .media .grid .item figure {
	position: relative;
	background-color: #f7f7f7;
}

#product .media .grid .item figure.video::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url("/img/play.svg");
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 5;
}

#product .media .grid .item figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
	opacity: 0;
}

#product .media .grid .item figure img.lazyloaded {
	opacity: 1;
}

#product .media .grid .item figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#product .media .grid .item figure figcaption {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

#product .media .grid .item figure figcaption h3, #product .media .grid .item figure figcaption h4 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.2rem;
}

#product .media .grid .item figure figcaption h4 {
	opacity: 0;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
}

#product .media .grid .item figure:hover img.lazyloaded {
	opacity: .75;
}

#product .media .grid .item figure:hover figcaption h4 {
	opacity: .33;
}

@media screen and (max-width: 768px) {
	#product .media .grid .grid-sizer + .item {
		padding-top: 50px;
	}
	
	#product .media .grid .item.large {
		width: 100%;
	}
	
	#product .media .grid .item.medium, #product .media .grid .item.small {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	#product .content {
		padding-top: 75px;
	}
	
	#product .content a.back {
		top: 0;
	}
	
	#product .media .grid .item.large, #product .media .grid .item.medium, #product .media .grid .item.small {
		width: 100%;
	}
}
