/*-----------------------------
		GENERAL
-----------------------------*/
* {
box-sizing:border-box;
-moz-box-sizing:border-box;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    height:100%;
	overflow-x: hidden;
}

html, body {
width: 100%;
}

body {
background:#fff;
text-align:center;
}

.fixed-bg {
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
background-size:110% auto;
}
	@media screen and (max-aspect-ratio: 1/1) {
		.fixed-bg { background-size: auto 110%; }
	}

.hero::after {
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.hero.hero-black::after {
background:#000;
opacity:0.75;
}
.hero > * {
position:relative;
z-index:3;
}


a {
cursor:pointer;
transition-duration:0.5s;
text-decoration:none;
color: currentColor;
}

a.noStyle {
	color: currentColor;
}
a.noStyle:hover {
	text-decoration: none;
}

.hide {
opacity:0;
}
.show {
opacity:1;
}

/*
.title {
line-height:1.33em;
}
.title.no-title {
font-size:1em;
}
.title.smallest {
font-size:1.05em;
}
.title.tiny {
font-size:1.1em;
}
.title.small {
font-size:1.2em;
}
.title.regular {
font-size:1.4em;
}
.title.big {
font-size:2.5em;
line-height: 1.2em;
}
.title.huge {
font-size:4.1em;
line-height: 1.3em;
}
	@media screen and (max-width:1400px) {
		.title.big{ font-size:2em; }
		.title.huge{ font-size:3em; }
	}
	@media screen and (max-width:800px) {
		.title.big{ font-size:1.6em; }
		.title.huge{ font-size:2.5em; }
	}

*/
picture.fulldiv > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
picture.cover > img {
    object-fit: cover;
    object-position: center;
}
picture.contain > img {
    object-fit: contain;
    object-position: center;
}
picture.fulldiv.img-fixed {
    z-index: -1;
    clip: rect(0, auto, auto, 0);
    overflow:hidden; 
}
picture.fulldiv.img-fixed > img {
    position: fixed;
    height: 100vh;
    transform: perspective(0px);
}


.btn {
display:inline-block;
border:#333 1px solid;
padding:0.7em;
line-height:1.2em;
text-decoration:none;
background:#fff;
cursor:pointer;
text-align: center;
transition:0.3s;
}
.btn:hover {
background:#333;
color:#fff;
text-decoration:none;
}
.btn.big {
font-size:1.4em;
margin-top:0.5em;
margin-bottom:0.5em;
}
	@media screen and (max-width:800px) {
		.btn.btn-big { font-size:1.8em; }
	}
.btn.wide {
padding:0.7em 3.1em;
}
.btn.veryWide {
padding:1.6em 5.5em;
}
.btn.full {
display:block;
width:100%;
}
.btn.slim {
padding:0.3em 0.7em;
}
.btn.rounded {
	border-radius:2.5em;
}

.medium {
    font-weight: 600;
}
.strong, .bold {
font-weight:700;
}
.extraBold {
font-weight:900;
}

.op80 {
opacity:0.8;
}

.separator {
clear:both;
margin:1em auto;
background:currentColor;
height:3px;
}
.separator.no-margin {
margin:0 auto;
}
.separator.half {
width:50%;
}
.separator.large {
width:112px;
}
.separator.medium {
width:100px;
}
.separator.small {
width:70px;
}
.separator.tiny {
width:18px;
}
.separator.thin {
	height:1px;
}
.separator.left {
	margin-left: 0;
}

.spacer {
height:2em;
}
.spacer.smallest {
height:0.1em;
}
.spacer.tiny {
height:0.3em;
}
.spacer.small {
height:1em;
}
.spacer.plus {
height:3em;
}
	@media screen and (max-width:500px) {
		.spacer.plus { height:2.25em; }
	}
.spacer.big {
height:4em;
}
	@media screen and (max-width:500px) {
		.spacer.big { height:3em; }
	}
.spacer.top {
height:4.7em;
}
	@media screen and (max-width:800px) {
		.spacer.top { height:3.8em; }
	}
.spacer.neg-small {
height:0;
margin-top:-1em;
}
.spacer.vertical { height: 0; }
.spacer.vertical.regular { flex: 0 0 2em; }
.spacer.vertical.small { flex: 0 0 1em; }
.spacer.vertical.tiny { flex: 0 0 0.5em; }

img {
max-width:100%;
}
img.valign-middle {
	vertical-align: middle;
}

.aLeft {
text-align:left;
}
.aRight {
text-align:right;
}
.aCenter {
text-align:center;
}
.aJustify {
text-align:justify;
}

.fLeft {
float:left;
}
.fRight {
float:right;
}
.oAuto {
overflow:auto;
}

.imbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



@media screen and (min-width: 1000px) {
	.display-mobile-only { display: none; }
}
@media screen and (max-width: 1000px) {
	.display-desktop-only { display: none; }
}

.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 600; }
.strong { font-weight: 700; }
.stronger { font-weight: 800; }
.extraStrong { font-weight: 900; }

.f-tinyer { font-size: 0.6em; }
.f-tiny { font-size: 0.7em; }
.f-small { font-size: 0.875em; }
.f-less { font-size: 0.933em; }
.f-tinyplus { font-size: 1.1em; }
.f-plus { font-size: 1.25em; }
.f-big { font-size: 1.375em; }
.f-bigger { font-size: 1.5625em; }
.f-huge { font-size: 2.1875em; }
	@media screen and (max-width: 1000px) {
		.f-plus { font-size: 1.1em; }
		.f-big { font-size: 1.2em; }
		.f-bigger { font-size: 1.3em; }
		.f-huge { font-size: 1.7em; }
	}

.lh-regular { line-height: 1.3em; }
.lh-plus { line-height: 1.5em; }
.lh-big { line-height: 1.625em; }
.lh-huge { line-height: 1.75em; }

.uppercase { text-transform: uppercase; }

.clear { clear: both; }

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.p-relative {
	position: relative;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}



/*******************
 animations on load
*******************/

main > section:not(.no-reveal), sidebar > section:not(.no-reveal) {
    opacity: 0;
    top: 10vh;
    transition: ease-out 0.5s;
}
main > section.reveal, sidebar > section.reveal {
    opacity: 1;
    top: 0;
}
@media screen and (min-width: 1000px) {
    .reveal-left, .reveal-left-right-children > *:nth-child(odd) {
        position: relative;
        left: -150px;
        transition: ease-out 0.5s;
    }
    .reveal .reveal-left, .reveal .reveal-left-right-children > *:nth-child(odd) {
        left: 0;
    }
    .reveal-right, .reveal-left-right-children > *:nth-child(even) {
        position: relative;
        right: -150px;
        transition: ease-out 0.5s;
    }
    .reveal .reveal-right, .reveal .reveal-left-right-children > *:nth-child(even) {
        right: 0;
    }
    .reveal-blur {
        filter: blur(5px);
        transition: ease-out 1s;
    }
    .reveal .reveal-blur {
        filter: blur(0);
    }
    .reveal-cascade-children > * { transform: translateY(10vh); transition: ease-out 0.5s; }
    .reveal .reveal-cascade-children > * { transform: translateY(0); }
    .reveal-cascade-children > *:nth-child(1) { transition-delay: 0; }
    .reveal-cascade-children > *:nth-child(2) { transition-delay: 0.1s; }
    .reveal-cascade-children > *:nth-child(3) { transition-delay: 0.2s; }
    .reveal-cascade-children > *:nth-child(5) { transition-delay: 0.3s; }
    .reveal-cascade-children > *:nth-child(6) { transition-delay: 0.4s; }
    .reveal-cascade-children > *:nth-child(7) { transition-delay: 0.45s; }
    .reveal-cascade-children > *:nth-child(8) { transition-delay: 0.5s; }
    .reveal-cascade-children > *:nth-child(9) { transition-delay: 0.55s; }
    .reveal-cascade-children > *:nth-child(10) { transition-delay: 0.6s; }
    .reveal-cascade-children > *:nth-child(11) { transition-delay: 0.65s; }
    .reveal-cascade-children > *:nth-child(12) { transition-delay: 0.7s; }
}



/*******************
    SLICK
*******************/

.slick-slider > button {
    z-index: 11;
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}
.slick-slider > button.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
}
.slick-slider > button.slick-next {
    right: 0;
    transform: translateY(-50%) rotate(90deg);
}
.slick-slider > button {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}
.slick-slider > button:hover {
    background-color: #fff;
    color: #000;
}
.slick-slider > button::before {
    content: '';
    position: absolute;
    top: 14px;
    right: 18%;
    width: 40%;
    height: 3px;
    background-color: currentColor;
    transform: rotate(45deg);
}
.slick-slider > button::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 18%;
    width: 40%;
    height: 3px;
    background-color: currentColor;
    transform: rotate(-45deg);
}
