@font-face {
    font-family: 'futh';
    src: url('fonts/futuralt-heavy-webfont.eot');
    src: url('fonts/futuralt-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futuralt-heavy-webfont.woff') format('woff'), url('fonts/futuralt-heavy-webfont.ttf') format('truetype'), url('fonts/futuralt-heavy-webfont.svg#futura_ltheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futr';
    src: url('fonts/futuralt-webfont.eot');
    src: url('fonts/futuralt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futuralt-webfont.woff') format('woff'), url('fonts/futuralt-webfont.ttf') format('truetype'), url('fonts/futuralt-webfont.svg#futura_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futc';
    src: url('fonts/futuralt-condensed-webfont.eot');
    src: url('fonts/futuralt-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futuralt-condensed-webfont.woff') format('woff'), url('fonts/futuralt-condensed-webfont.ttf') format('truetype'), url('fonts/futuralt-condensed-webfont.svg#futura_ltcondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'herr';
    src: url('fonts/herrvonmuellerhoff-regular-webfont.eot');
    src: url('fonts/herrvonmuellerhoff-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/herrvonmuellerhoff-regular-webfont.woff2') format('woff2'), url('fonts/herrvonmuellerhoff-regular-webfont.woff') format('woff'), url('fonts/herrvonmuellerhoff-regular-webfont.ttf') format('truetype'), url('fonts/herrvonmuellerhoff-regular-webfont.svg#herr_von_muellerhoffregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futl';
    src: url('fonts/futuralt-light-webfont.eot');
    src: url('fonts/futuralt-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futuralt-light-webfont.woff2') format('woff2'), url('fonts/futuralt-light-webfont.woff') format('woff'), url('fonts/futuralt-light-webfont.ttf') format('truetype'), url('fonts/futuralt-light-webfont.svg#futura_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futm';
    src: url('fonts/futuralt-book-webfont.eot');
    src: url('fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futuralt-book-webfont.woff2') format('woff2'), url('fonts/futuralt-book-webfont.woff') format('woff'), url('fonts/futuralt-book-webfont.ttf') format('truetype'), url('fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futb';
    src: url('fonts/futuralt-bold-webfont.eot');
    src: url('fonts/futuralt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futuralt-bold-webfont.woff2') format('woff2'), url('fonts/futuralt-bold-webfont.woff') format('woff'), url('fonts/futuralt-bold-webfont.ttf') format('truetype'), url('fonts/futuralt-bold-webfont.svg#futura_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futxb';
    src: url('fonts/futuralt-extrabold-webfont.eot');
    src: url('fonts/futuralt-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/futuralt-extrabold-webfont.woff2') format('woff2'), url('fonts/futuralt-extrabold-webfont.woff') format('woff'), url('fonts/futuralt-extrabold-webfont.ttf') format('truetype'), url('fonts/futuralt-extrabold-webfont.svg#futura_ltextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
	color: white;
    background-color: #224156;
    text-shadow: none;
}

::selection {
	color: white;
    background-color: #224156;
    text-shadow: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html, body {
	font-size: 18px;
	line-height: 1.2;
}

body {
	height: 100%;
	margin: 0;
	color: #224156;
	background: -webkit-linear-gradient(330deg, #f7f7f7, #f1f1f1);
	background: -o-linear-gradient(330deg, #f7f7f7, #f1f1f1);
	background: linear-gradient(120deg, #f7f7f7, #f1f1f1);
	overflow: hidden;
}

h1 {
	margin: 0 0 20px;
	font: italic normal bold 45px 'futxb', sans-serif;
	text-transform: uppercase;
	/* text-shadow: 1px 1px 1px rgba(34, 65, 86, 0.3); */
}

.sup-title {
	position: relative;
	width: 326px;
	height: 136px;
	color: #c39e5f;
	font-size: 125px;
	font-family: 'herr', sans-serif;
	letter-spacing: -0.028em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: url(../img/title/sprite-breathing-horizontal.png);
	background-repeat: no-repeat;
	background-size: 4890px 136px;
}

.reveal .sup-title {
	-webkit-animation: titleAnimation 0.72s steps(1) both 0.92s;
	        animation: titleAnimation 0.72s steps(1) both 0.92s;
}

@-webkit-keyframes titleAnimation {
	0% {
	  background-position: 0px 0;
	}
	7.14286% {
	  background-position: -326px 0;
	}
	14.28571% {
	  background-position: -652px 0;
	}
	21.42857% {
	  background-position: -978px 0;
	}
	28.57143% {
	  background-position: -1304px 0;
	}
	35.71429% {
	  background-position: -1630px 0;
	}
	42.85714% {
	  background-position: -1956px 0;
	}
	50% {
	  background-position: -2282px 0;
	}
	57.14286% {
	  background-position: -2608px 0;
	}
	64.28571% {
	  background-position: -2934px 0;
	}
	71.42857% {
	  background-position: -3260px 0;
	}
	78.57143% {
	  background-position: -3586px 0;
	}
	85.71429% {
	  background-position: -3912px 0;
	}
	92.85714% {
	  background-position: -4238px 0;
	}
	100% {
	  background-position: -4564px 0;
	}
  }

@keyframes titleAnimation {
	0% {
	  background-position: 0px 0;
	}
	7.14286% {
	  background-position: -326px 0;
	}
	14.28571% {
	  background-position: -652px 0;
	}
	21.42857% {
	  background-position: -978px 0;
	}
	28.57143% {
	  background-position: -1304px 0;
	}
	35.71429% {
	  background-position: -1630px 0;
	}
	42.85714% {
	  background-position: -1956px 0;
	}
	50% {
	  background-position: -2282px 0;
	}
	57.14286% {
	  background-position: -2608px 0;
	}
	64.28571% {
	  background-position: -2934px 0;
	}
	71.42857% {
	  background-position: -3260px 0;
	}
	78.57143% {
	  background-position: -3586px 0;
	}
	85.71429% {
	  background-position: -3912px 0;
	}
	92.85714% {
	  background-position: -4238px 0;
	}
	100% {
	  background-position: -4564px 0;
	}
  }
  

/* .title-sprite {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	animation: titleAnimation 0.96s steps(1) infinite;
} */

/* @keyframes titleAnimation {
	0% {
	  transform: translateX(0px);
	}
	6.66667% {
	  transform: translateX(-326px);
	}
	13.33333% {
	  transform: translateX(-652px);
	}
	20% {
	  transform: translateX(-978px);
	}
	26.66667% {
	  transform: translateX(-1304px);
	}
	33.33333% {
	  transform: translateX(-1630px);
	}
	40% {
	  transform: translateX(-1956px);
	}
	46.66667% {
	  transform: translateX(-2282px);
	}
	53.33333% {
	  transform: translateX(-2608px);
	}
	60% {
	  transform: translateX(-2934px);
	}
	66.66667% {
	  transform: translateX(-3260px);
	}
	73.33333% {
	  transform: translateX(-3586px);
	}
	80% {
	  transform: translateX(-3912px);
	}
	86.66667% {
	  transform: translateX(-4238px);
	}
	93.33333% {
	  transform: translateX(-4564px);
	}
	100% {
	  transform: translateX(-4890px);
	}
  } */

a {
	color: inherit;
}

p {
	font-family: 'futm', sans-serif;
	margin-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 1.8;
	font-style: italic;
}

p br {
	display: none;
}

@media (min-height: 720px) {
	p {
		padding-right: 0;
		padding-left: 0;
	}

	p br {
		display: block;
	}
}

u {
	font-style: italic;
}

strong {
	font-family: 'futh';
}

sup {
	font-size: 14px;
	vertical-align: text-top;
	text-rendering: optimizeLegibility;
}

 #welcome h1 {
	/* margin-top: -52px; */
	margin-bottom: 0;
	line-height: 1.08;
} 

#welcome p {
	margin-bottom: 80px;
	font-size: 18px;
	letter-spacing: 0.030em;
}

#welcome p:nth-of-type(1) {
	margin-bottom: 40px;
}

@media (min-height: 920px) {
	#welcome p {
		font-size: 20px;
	}
}

ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

nav ul {
	display: inline-block;
	padding-left: 30px;
}

nav li {
	/* float: left; */
	display: inline-block;
}

nav li:not(.separator) a {
	position: relative;
	color: #224156;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

nav li a {
	 position: relative; 
	font-size: 10px;
	font-family: "futh", sans-serif;
	text-decoration: none;
}

nav li a:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	height: 1px;
	width: 0;
	background-color: #224156;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}

nav li a:hover:after {
	width: 100%;
}

nav [data-section="video"]:before {
	content: " ";
	position: absolute;
	top: -6px;
	left: -30px;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/play-button.svg) no-repeat center /contain;
	/* -webkit-animation: buttonAnimation 2s infinite;
	        animation: buttonAnimation 2s infinite; */
}

html:not(.browser-safari) nav [data-section="video"]:before {
	-webkit-animation: buttonAnimation 2s infinite;
	        animation: buttonAnimation 2s infinite;
}

nav [data-section="video"]:hover:before {
	 background: url(../img/play-button-hover.svg) no-repeat center /contain; 
	-webkit-animation: none; 
	        animation: none;
}

@-webkit-keyframes buttonAnimation {
	0% {
		background: url(../img/play-button.svg) no-repeat center /contain;
	}

	50% {
		background: url(../img/play-button-hover.svg) no-repeat center /contain;
	}

	0% {
		background: url(../img/play-button.svg) no-repeat center /contain;
	}

}

@keyframes buttonAnimation {
	0% {
		background: url(../img/play-button.svg) no-repeat center /contain;
	}

	50% {
		background: url(../img/play-button-hover.svg) no-repeat center /contain;
	}

	0% {
		background: url(../img/play-button.svg) no-repeat center /contain;
	}

}

.line-top,
.line-bottom,
.line-left,
.line-right {
	/* display: none; */
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.08); */
    background-color: #eaeaea;
    z-index: 99;
    pointer-events: none;
}

.line-top {
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.line-bottom {
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
}

.line-left {
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
}

.line-right {
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
}

.separator {
	margin: 0 16px;
	color: #a2a2a2;
	font-size: 13px;
	font-family: 'futr', sans-serif;
	line-height: 0.8;
}

.section {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;	 
	position: relative;
	top: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-50%) scale(1.05);
	        -ms-transform: translateY(-50%) scale(1.05);
	    transform: translateY(-50%) scale(1.05);
	opacity: 0;
	z-index: 0;
	overflow: auto;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	pointer-events: none;
	overflow: hidden;
}

.section.active {
	position: absolute;
	opacity: 1;
	z-index: 1;
	-webkit-transform: translateY(-50%) scale(1.0);
	        -ms-transform: translateY(-50%) scale(1.0);
	    transform: translateY(-50%) scale(1.0);
	pointer-events: all;
}

.section-container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid white;
	background: -webkit-linear-gradient(330deg, #f7f7f7, #f1f1f1);
	background: -o-linear-gradient(330deg, #f7f7f7, #f1f1f1);
	background: linear-gradient(120deg, #f7f7f7, #f1f1f1);
	-webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	-webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.07);
	        box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.07);
}

.s-active--disclaimer .section-container {
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.s-active--disclaimer #welcome a {
	pointer-events: none;
}

.s-active--video,
.s-active--disclaimer {
	cursor: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik01Mi41IDQxLjczbDEwLjI2OS0xMC4yNjlhMS44IDEuOCAwIDAgMSAyLjU0NSAwbC4yMjUuMjI1YTEuOCAxLjggMCAwIDEgMCAyLjU0NUw1NS4yNjkgNDQuNWwxMC4yNyAxMC4yNjlhMS44IDEuOCAwIDAgMSAwIDIuNTQ1bC0uMjI1LjIyNWExLjggMS44IDAgMCAxLTIuNTQ1IDBMNTIuNSA0Ny4yNjkgNDIuMjMxIDU3LjU0YTEuOCAxLjggMCAwIDEtMi41NDUgMGwtLjIyNS0uMjI1YTEuOCAxLjggMCAwIDEgMC0yLjU0NUw0OS43MzEgNDQuNSAzOS40NiAzNC4yMzFhMS44IDEuOCAwIDAgMSAwLTIuNTQ1bC4yMjUtLjIyNWExLjggMS44IDAgMCAxIDIuNTQ1IDBMNTIuNSA0MS43MzF6IiBpZD0iYiIvPjxmaWx0ZXIgeD0iLTEuOSUiIHk9Ii0xLjklIiB3aWR0aD0iMTA3LjQlIiBoZWlnaHQ9IjEwNy40JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+PGZlT2Zmc2V0IGR4PSIxIiBkeT0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4wOSAwIiBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PC9maWx0ZXI+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOCAtMzApIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2IiLz48L2c+PC9zdmc+), auto;
}

.s-active--video.reveal .logo-blue-left,
.s-active--disclaimer.reveal .logo-blue-left {
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}

.s-active--welcome.reveal .logo-blue-left {
	-webkit-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}

.s-active--disclaimer .close {
	display: none;
}

.s-active--video .section-container {
	border: none;
}

#disclaimer.active {
	pointer-events: none;
}

#disclaimer .container {
	text-align: justify;
}

#disclaimer .container h1 {
	margin-bottom: -15px;
}

#disclaimer .container p {
	line-height: 2.2;
	letter-spacing: 0.038em;
}

#disclaimer .container > * {
	opacity: 0;
	-webkit-transform: translateY(114px);
	        -ms-transform: translateY(114px);
	    transform: translateY(114px);
}

.s-active--disclaimer #disclaimer .container > * {
	opacity: 1;
	-webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	    transform: translateY(0);
	-webkit-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
	-o-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
	transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
}

.s-active--disclaimer #disclaimer .container > p:nth-of-type(1) {
	-webkit-transition-delay: 0.48s;
	     -o-transition-delay: 0.48s;
	        transition-delay: 0.48s;
}

.s-active--disclaimer #disclaimer .container > p:nth-of-type(2) {
	-webkit-transition-delay: 0.64s;
	     -o-transition-delay: 0.64s;
	        transition-delay: 0.64s;
}

.s-active--disclaimer #disclaimer .container > p:nth-of-type(3) {
	-webkit-transition-delay: 0.80s;
	     -o-transition-delay: 0.80s;
	        transition-delay: 0.80s;
}

.s-active--disclaimer #disclaimer .container > p:nth-of-type(4) {
	-webkit-transition-delay: 0.96s;
	     -o-transition-delay: 0.96s;
	        transition-delay: 0.96s;
}

a {
	pointer-events: all;
}

.container {
	position: relative;
	top: 50%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	-webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.media-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fixedframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
    z-index: 999;
    transition: -webkit-transform 0.5s 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s 0.1s ease-in-out;
    -o-transition: transform 0.5s 0.1s ease-in-out;
    transition: transform 0.5s 0.1s ease-in-out;
	transition: transform 0.5s 0.1s ease-in-out, -webkit-transform 0.5s 0.1s ease-in-out;
	z-index: 1000;
}

.logo-wrapper {
	position: absolute;
    left: 32px;
    top: 35px;
	width: 116px;
    height: 21px;
	overflow: hidden;
}

.logo-blue-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background: url(../img/logo_blue_left.svg) no-repeat center;
    z-index: 100;
	cursor: pointer;
	-webkit-transform: translateY(100%);
	        -ms-transform: translateY(100%);
	    transform: translateY(100%);
}

.reveal .logo-blue-left {
	-webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	    transform: translateY(0);
	-webkit-transition: all 0.72s cubic-bezier(.18, .63, .41, 1) 2.4s;
	-o-transition: all 0.72s cubic-bezier(.18, .63, .41, 1) 2.4s;
	transition: all 0.72s cubic-bezier(.18, .63, .41, 1) 2.4s;
}

#welcome {
	background-color: transparent;
}

#welcome.active ~ .close {
	opacity: 0;
}

.close {
	position: absolute;
	top: 20px;
	right: 22px;
	display: block;
	width: 24px;
	height: 24px;
	opacity: 1;
	z-index: 9;
}

.close span {
	position: absolute;
	top: 10px;
    display: block;
    width: 24px;
    height: 4px;
	background-color: #224156;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.close .top {
    -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
}

.close .bottom {
	-webkit-transform: rotateZ(-45deg);
	        -ms-transform: rotate(-45deg);
	    transform: rotateZ(-45deg);
}

.title-waves {
	background-image: url(../img/text-waves-small.svg);
    background-position: center center;
	background-repeat: no-repeat;
	background-size: 0 15px;
}

.title-waves span {
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 auto;
	background: url(../img/text-wheel.svg) no-repeat center /100%;
	-webkit-transform: rotateZ(-180deg) scale(1.4);
	        -ms-transform: rotate(-180deg) scale(1.4);
	    transform: rotateZ(-180deg) scale(1.4);
}

.title-waves + p {
	margin-top: -1px;
}

.button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	line-height: 1.3;
}

.button.continue {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    background-color: #224156;
    padding: 20px 60px 20px 25px;
	color: #fff;
    font-size: 11px;
    font-family: 'futr', sans-serif;
	letter-spacing: 0.2782em;
    text-transform: uppercase;
	cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.browser-ie .button.continue {
	padding: 20px 25px;
}

.button.continue span {
    position: absolute;
    right: 0;
    top: 0;
	display: block;
    height: 100%;
    width: 40px;
    background-color: #1c3546;
    background-image: url(../img/nav-arrow-choose.svg);
    background-position: -50px center;
    background-repeat: no-repeat;
    -webkit-transition: background 0.24s ease-in-out;
    -o-transition: background 0.24s ease-in-out;
    transition: background 0.24s ease-in-out;
}

.button.continue:hover span {
     background-position: -5px center; 
}

.video--background-wrapper {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.video--background {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        -ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
}

.s-active--welcome .video--background-wrapper {
	display: block;
}

#video .container {
	max-width: none;
	width: 100%;
	height: 100%;
}

 .s-active--video .section-container {
	max-width: 1250px; 
	width: 65.1042vw;
	max-height: 704px;
	height: 36.6667vw;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	-webkit-box-shadow: none;
	        box-shadow: none;
}

#video.active {
	opacity: 1;
}

#video {
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	opacity: 0;
}

.s-active--video .close {
	display: none;
}

.responsive-alert h2 {
	margin: 40px 0 10px 0;
	font: normal normal bold 32px/1 'futxb';
	text-transform: uppercase;
}

.responsive-alert p {
	margin: 0 0 40px 0;
	padding-right: 0;
	padding-left: 0;
	font: normal normal normal 18px 'futl';
	font-style: italic;
	line-height: 1.8;
}

.mail-us {
	font-weight: bold;
}

.title-wrapper {
	overflow: hidden;
}

.title-sequence {
	position: relative;
	top: -10px;
}

.title-wrapper:nth-child(2) {
	margin-top: -52px;
	margin-bottom: 0;
}

[data-reveal] {
	-webkit-transform: translateY(100%);
	        -ms-transform: translateY(100%);
	    transform: translateY(100%);
	opacity: 0;
}

.reveal [data-reveal] {
	-webkit-transform: translateY(0);
	        -ms-transform: translateY(0);
	    transform: translateY(0);
	opacity: 1;
}

.reveal [data-reveal].sup-title {
	transition: -webkit-transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.12s;
	-webkit-transition: -webkit-transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.12s;
	-o-transition: transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.12s;
	transition: transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.12s;
	transition: transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.12s, -webkit-transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.12s;
}

.reveal h1[data-reveal] {
	transition: -webkit-transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
	-webkit-transition: -webkit-transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
	-o-transition: transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
	transition: transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
	transition: transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s, -webkit-transform 0.48s cubic-bezier(.18, .63, .41, 1) 0.32s;
}

.reveal .title-waves[data-reveal] {
	background-size: 390px 5px;
	-webkit-transition: background-size 0.72s cubic-bezier(.18, .63, .41, 1) 0.48s, opacity .46s ease-out 0.48s;
	-o-transition: background-size 0.72s cubic-bezier(.18, .63, .41, 1) 0.48s, opacity .46s ease-out 0.48s;
	transition: background-size 0.72s cubic-bezier(.18, .63, .41, 1) 0.48s, opacity .46s ease-out 0.48s;
}

.reveal .title-waves[data-reveal] span {
	-webkit-transform: rotate(0deg) scale(1);
	        -ms-transform: rotate(0deg) scale(1);
	    transform: rotate(0deg) scale(1);
	transition: -webkit-transform 0.48s ease 0.48s;
	-webkit-transition: -webkit-transform 0.48s ease 0.48s;
	-o-transition: transform 0.48s ease 0.48s;
	transition: transform 0.48s ease 0.48s;
	transition: transform 0.48s ease 0.48s, -webkit-transform 0.48s ease 0.48s;
}

p[data-reveal] {
	-webkit-transform: translateY(50%);
	        -ms-transform: translateY(50%);
	    transform: translateY(50%);
	opacity: 0;
}

.reveal p[data-reveal] {
	-webkit-transition: all 0.68s cubic-bezier(.18, .63, .41, 1) 0.72s;
	-o-transition: all 0.68s cubic-bezier(.18, .63, .41, 1) 0.72s;
	transition: all 0.68s cubic-bezier(.18, .63, .41, 1) 0.72s;
}

p[data-reveal]:nth-of-type(2) {
	transition-delay: 0.96s;
}

.button[data-reveal] {
	opacity: 0;
}

.reveal .button[data-reveal] {
	opacity: 1;
	-webkit-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.2s;
	-o-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.2s;
	transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.2s;
}

ul li[data-reveal] {
	opacity: 0;
}

.reveal ul li[data-reveal] {
	opacity: 1;
}

.reveal ul li[data-reveal]:nth-child(1) {
	-webkit-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.54s;
	-o-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.54s;
	transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.54s;
}

.reveal ul li[data-reveal]:nth-child(2) {
	-webkit-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.68s;
	-o-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.68s;
	transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.68s;
}

.reveal ul li[data-reveal]:nth-child(3) {
	-webkit-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.82s;
	-o-transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.82s;
	transition: all 0.48s cubic-bezier(.18, .63, .41, 1) 1.82s;
}

#responsive {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 101 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 5px solid #FFF;
	cursor: default;
	overflow: auto;
	background-color: #eeeeee;
}

@media (min-device-width: 768px) {
	#responsive {
		display: none;
	}
}

#responsive .sup-title {
	width: 220px;
	height: 99px;
	margin-bottom: -17px;
	-webkit-animation: none;
	animation: none;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.png-sequence {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	
}

#responsive .sup-title .png-sequence {
	-webkit-transform: matrix(1, 0, 0, 1, -3300, 0);
	    -ms-transform: matrix(1, 0, 0, 1, -3300, 0);
	        transform: matrix(1, 0, 0, 1, -3300, 0);
}

#responsive .title-waves {
	background-size: 420px 15px;
}

#responsive .site-logo {
	cursor: default;
}

.alert {
    overflow: hidden;
}

.responsive-alert {
	position: relative;
	top: 50%;
    max-width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	color: white;
	text-align: center;
	transform: translateY(-50%);
	overflow-y: auto;
}

.coming-soon-alert {
	top: calc(50% - 2vh);
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 90%;
	color: #224156;
	overflow: hidden;
}

.coming-soon-alert .coming-soon-header {
	margin-bottom: 40px;
}

.coming-soon-alert .about-title-waves  {
	transform: scale(1.8);
}

#responsive .logo-wrapper {
	transform: scale(1.8) translateY(0.3vh);
	transform-origin: left center;
}

.coming-soon-alert .coming-soon {
	width: 220px;
	height: 99px;
	transform: scale(1.5);
}

.coming-soon-alert .about-us-header .tt {
	margin: 0;
}

.coming-soon-alert .logo-wrapper {
	position: fixed;
}

.coming-soon-alert .about-title-waves span {
	background-image: url(../img/text-wheel.svg);
}

.responsive-alert.coming-soon-alert p {
	font-size: 24px;
	line-height: 1.5;
}

.coming-soon-alert .coming-soon-header + p {
	margin-top: -10px;
}

.coming-soon-alert .about-us-header h1 {
	position: relative;
	top: -5px;
	font-size: 72px;
	font-size: 7.8vw;
}

@media (max-height: 479px) {
	.responsive-alert {
		padding-top: 20px;
		padding-bottom: 20px;
		top: 0;
		transform: none;
	}
}

.responsive-alert h2 {
	margin: 40px 0 10px 0;
	font: normal normal bold 32px/1 'futxb';
	text-transform: uppercase;
}

.responsive-alert p {
	margin: 0 0 40px 0;
	font: normal normal normal 18px 'futm';
	line-height: 1.8;
	font-style: italic;
}

a.link-video {
	display: inline-block;
	position: relative;
	color: #224156;
	font-weight: bold;
	font-size: 10px;
	font-family: 'futxb';
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.06em;
	margin-top: 4vh;
	transform: translateX(50%) scale(2.5);
	transform-origin: center;
}

a.link-video:before {
	content: " ";
	position: absolute;
	top: -7px;
	left: -30px;
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../img/play-button.svg) no-repeat center /contain;
	-webkit-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

a.link-video:hover:before {
	background: url(../img/play-button-hover.svg) no-repeat center /contain; 
}

.browser-ie .button.continue {
	pointer-events: none;
}