/*-----------------------------
		GENERAL
-----------------------------*/
* {
box-sizing:border-box;
-moz-box-sizing:border-box;
min-height: 0;
min-width: 0;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    height:100%;
    max-width: 100vw;
}

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;
}

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);
    object-fit: cover;
}

.fullvideo > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fullvideo.fixed > video {
    z-index: -1;
    position: fixed;
}

.iframe-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 67%;
    overflow: hidden;
}
.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.strong, .bold {
font-weight:700;
}
.extraBold {
font-weight:900;
}

.op10 { opacity:0.1; }
.op20 { opacity:0.2; }
.op30 { opacity:0.3; }
.op40 { opacity:0.4; }
.op50 { opacity:0.5; }
.op60 { opacity:0.6; }
.op70 { opacity:0.7; }
.op80 { opacity:0.8; }
.op90 { opacity:0.9; }

.separator {
clear:both;
height:0;
margin-top: 1em;
margin-bottom: 1em;
}
.separator.no-margin {
margin:0 auto;
}
.separator.full {
width:100%;
}
.separator.half {
width:50%;
}
.separator.medium {
width:100px;
}
.separator.small {
width:70px;
}
.separator.tiny {
width:30px;
}

.separator.fat {
border-top-width: 4px;
}
.separator.thin {
border-top-width:1px;
}
.separator.normal {
border-top-width:2px;
}

.separator.solid {
border-top-style: solid;
}
.separator.dotted {
border-top-style: dotted;
}
.separator.dashed {
border-top-style: dashed;
}

.separator.left {
margin-left: 0;
margin-right: auto;
}
.separator.right {
margin-left: auto;
margin-right: 0;
}
.separator.center {
margin-left: auto;
margin-right: auto;
}

.separator.trueblack {
border-color: #000000;
border-color: var(--trueBlack);
}
.separator.currentColor {
border-color: currentColor;
}
.separator.white {
border-color: #ffffff;
}
.separator.color1 {
border-color: var(--color1);
}
.separator.color2 {
border-color: var(--color2);
}


.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.bigger {
height:6em;
}
    @media screen and (max-width:500px) {
        .spacer.bigger { height:4em; }
    }
.spacer.huge {
height:8em;
}
    @media screen and (max-width:500px) {
        .spacer.huge { height:6em; }
    }
.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;
}

.filter-white {
  filter: brightness(0) invert(1);
}

@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: 100; }
.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-smaller { font-size: 0.75em; }
.f-small { font-size: 0.875em; }
.f-less { font-size: 0.933em; }
.f-tinyplus { font-size: 1.125em; }
.f-plus { font-size: 1.25em; }
.f-big { font-size: 1.375em; }
.f-bigger { font-size: 1.75em; }
.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; }

.ls-1 { letter-spacing: 1px; }

.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%;
}

@media screen and (max-width: 700px) {
    .resp-nobr br {
        display: none;
    }
}

.ps-content:not(.static) > * {
    position: relative;
    top: calc(0.25em * var(--index));
    transition: top 0.5s 0.75s;
    opacity: 0;
}
.reveal .ps-content:not(.static) > * {
    top: 0;
    opacity: 1;
}
.ps-content > * { --index: 1; }
.ps-content:not(.static) > *:nth-child(2) { --index: 2; }
.ps-content:not(.static) > *:nth-child(3) { --index: 3; }
.ps-content:not(.static) > *:nth-child(4) { --index: 4; }
.ps-content:not(.static) > *:nth-child(5) { --index: 5; }
.ps-content:not(.static) > *:nth-child(6) { --index: 6; }
.ps-content:not(.static) > *:nth-child(7) { --index: 7; }
.ps-content:not(.static) > *:nth-child(8) { --index: 8; }
.ps-content:not(.static) > *:nth-child(9) { --index: 9; }
.ps-content:not(.static) > *:nth-child(10) { --index: 10; }
.ps-content:not(.static) > *:nth-child(11) { --index: 11; }
.ps-content:not(.static) > *:nth-child(12) { --index: 12; }
.ps-content:not(.static) > *:nth-child(13) { --index: 13; }
.ps-content:not(.static) > *:nth-child(14) { --index: 14; }
.ps-content:not(.static) > *:nth-child(15) { --index: 15; }
.ps-content:not(.static) > *:nth-child(16) { --index: 16; }
.ps-content:not(.static) > *:nth-child(17) { --index: 17; }
.ps-content:not(.static) > *:nth-child(18) { --index: 18; }
.ps-content:not(.static) > *:nth-child(19) { --index: 19; }
.ps-content:not(.static) > *:nth-child(20) { --index: 20; }


/*******************
 animations on load
*******************/

@media screen and (min-width: 1000px) {
    main > section:not(.no-reveal) .wrapper, sidebar > section:not(.no-reveal) .wrapper {
        opacity: 0;
        top: 100px;
        transition: ease-out 0.8s;
    }
    main > section.reveal .wrapper, sidebar > section.reveal .wrapper {
        opacity: 1;
        top: 0;
    }
    .reveal-left, .reveal-left-right-children > *:nth-child(odd) {
        position: relative;
        left: -150px;
        transition: ease-out 0.8s;
    }
    .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.8s;
    }
    .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; }
}




sub {
    position: relative;
    top: 0.5em;
    vertical-align: bottom;
    font-size: 0.5em;
}
sup {
    position: relative;
    top: -0.33em;
    vertical-align: bottom;
    font-size: 0.5em;
}

.back-to-top {
    z-index: 888;
    position: fixed;
    bottom: calc(var(--gutter) * -2);
    right: calc(var(--gutter) * 0.5);
    width: 2.5em;
    height: 2.5em;
    background-color: #fff;
    background-image: url(../img/icon-arrow-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% auto;
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: 0.6s;
}
body.scrolled .back-to-top {
    bottom: calc(var(--gutter) * 0.5);
}




.slick-dots {
    z-index: 10;
    position: relative;
    list-style-type: none;
    text-align: center;
}
.slick-dots li,
.slick-dots li button {
    display: inline-block;
    font-size: 0;
    width: 17px;
    height: 17px;
    background: rgba(64,70,255,0);
    border: rgba(64,70,255,1) 1px solid;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    transition: 0.3s;
}
.slick-dots li:hover {
    background: rgba(64,70,255,0.5);
}
.slick-dots li.slick-active {
    background: rgba(64,70,255,1);
}
.slick-dots li button { opacity: 0; }


.slick-slider > button {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    background-image: url(../img/icon-arrow-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: rotate(45deg);
}
.slick-slider > button:hover {
}
.slick-slider > button.slick-prev {
    transform: scaleX(-1) rotate(45deg);
}



.full-intro {
    min-height: calc(100vh - 121px);
}

.icon-size {
    position: relative;
    display: inline-block;
    top: 0.025em;
    height: 1.125em;
    width: auto;
    margin-left: 0.1em;
}



/*******************
 wrappers
*******************/
.wrapper {
width:100%;
max-width: calc(var(--wrapper) + (2 * (var(--gutter))));
padding:0 calc(var(--gutter) * 2);
margin:auto;
position:relative;
}
.wrapper.small-padding {
    padding:0 calc(var(--gutter) * 1);
}
@media screen and (max-width: 1200px) {
    .wrapper {
        padding:0 calc(var(--gutter) * 1.5);
    }
}
@media screen and (max-width: 600px) {
    .wrapper {
        padding:0 calc(var(--gutter) * 1);
    }
}
.wrapper.no-padding { padding: 0; }
.wrapper-full { max-width:100%; }
.wrapper-2000 { max-width:2000px; }
.wrapper-1800 { max-width:1800px; }
.wrapper-1700 { max-width:1700px; }
.wrapper-1600 { max-width:1600px; }
.wrapper-1500 { max-width:1500px; }
.wrapper-1400 { max-width:1400px; }
.wrapper-1300 { max-width:1300px; }
.wrapper-1200 { max-width:1200px; }
.wrapper-1100 { max-width:1100px; }
.wrapper-1000 { max-width:1000px; }
.wrapper-900 { max-width:900px; }
.wrapper-850 { max-width:850px; }
.wrapper-800 { max-width:800px; }
.wrapper-700 { max-width:700px; }
.wrapper-600 { max-width:600px; }
.wrapper-500 { max-width:500px; }
.wrapper-450 { max-width:450px; }
.wrapper-400 { max-width:400px; }
.wrapper-300 { max-width:300px; }
.wrapper-200 { max-width:200px; }


.bg-white {
    background-color: #ffffff;
    color: var(--textColor);
}
.bg-black {
    color: #ffffff;
    background-color: var(--black);
}

.bg-lightGrey {
    background-color: var(--lightGrey);
}