html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

*[hidden] {
    display: none;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;

    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    
    outline: none;
}

a { 
	text-decoration: none; 
	color: inherit; 
}

@font-face {
  font-family: chollaunicase;
  src: url('../fonts/cholla.woff');
  font-weight: normal;
}

@font-face {
  font-family: vision;
  src: url('../fonts/vision-regular.woff');
  font-weight: normal;
}

@font-face {
  font-family: vision;
  src: url('../fonts/vision-regular-italic.woff');
  font-style: italic;
}

@font-face {
  font-family: vision;
  src: url('../fonts/vision-bold.woff');
  font-weight: bold;
}

@font-face {
  font-family: vision;
  src: url('../fonts/vision-bold-italic.woff');
  font-weight: bold;
  font-style: italic;
}

html {
	-webkit-font-smoothing: antialiased;	
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
}

.body {
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	color: rgba(11,11,11,1);
	background-color: rgba(11,11,11,1);
	-webkit-text-size-adjust: 100%;
	
	font-family: vision, sans-serif;
	
	font-size: 15px;
	
	line-height: 22px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.body * {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

.body--burger-active {
		overflow: hidden;
	}

.header {
	
	position: fixed;
	left: 0;
	z-index: 10;
}

@media (max-width: 670px) {

.header {
	    width: 100%
}
	}

@media (max-height: 620px) {

.header {
	    width: 100%
}
	}

.header__logo {
		position: relative;
		z-index: 10;
		margin: 52px 0 0 42px;
		
	}

@media (max-width: 670px) {

.header__logo {
			margin: 12px 0 0 12px;
			width: 120px
		
	}
	}

@media (max-height: 620px) {

.header__logo {
			margin: 12px 0 0 12px;
			width: 120px
		
	}
	}

.header__logo .nav__item {
		    padding: 0;
		    border: transparent;
	    }

@media (max-width: 670px) {

.header__logo svg {
		    	width: 120px;
		    	height: 120px
		}
	}

@media (max-height: 620px) {

.header__logo svg {
		    	width: 120px;
		    	height: 120px
		}
	}

.header__nav {
		position: relative;
		width: 184px;
		background-color: rgba(255,255,255,1);
		margin: -5rem 0 0 45px;
		padding-top: 5rem;
		border-radius: 2px;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}

@media (max-width: 670px) {

.header__nav {
			width: 142px;
			margin: -82px 23px 0 23px;
			padding-top: 1.5rem
	}
	}

@media (max-height: 620px) {

.header__nav {
			width: 142px;
			margin: -82px 23px 0 23px;
			padding-top: 1.5rem
	}
	}

.header__nav__burger {
			position: absolute;
			top: 8px;
			right: 28px;
			
		}

@media (max-width: 670px) {

.body--burger-active .header__nav {
			width: calc(100% - 46px);
			padding-top: 4.5rem
	}
	}

@media (max-height: 620px) {

.body--burger-active .header__nav {
			width: calc(100% - 46px);
			padding-top: 4rem
	}
	}

.body.nav-hidden .header__nav {
		display: none;
	}

.burger__item {
		position: absolute;
	}

.burger__item--active {
			display: none;
		}

.body--burger-active .burger__item--default {
			display: none;
		}

.body--burger-active .burger__item--active {
			display: block;
		}

.nav {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	
}

@media (max-height: 620px) {

.nav li {
			display: inline
	}
	}

.nav__item {
		padding: 8px 12px 4px;
		display: block;
		border-bottom: 1px solid rgba(43,94,128,0.1);
		color: rgba(43,94,128,1);
		font-size: 18px;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}

.nav__item:hover, .nav__item--active {
			color: rgba(225,107,2,1);
		}

@media (max-height: 620px) {

.nav__item {
			width: 50%;
			display: inline-block;
			font-size: 15px
	}
	}

.nav__item--gallery {
			display: inline-block;
			width: 12px;
			height: 12px;
			border-radius: 6px;
			border: 1px solid rgba(43,94,128,1);
			padding: 0;
			margin: 6px 0 6px 12px;
			float: left;
		}

@media (max-height: 620px) {

.nav__item--gallery {
				float: none;
				position: relative;
				top: 6px;
				margin-left: 6px
		}
	}

.nav__item--gallery:hover, .nav__item--gallery.nav__item--active {
				border-color: rgba(225,107,2,1);
			}

.nav__item--small {
			clear: both;
			font-size: 14px;
			border-top: 1px solid rgba(43,94,128,0.1);
			border-bottom: none;
		}

@media (max-height: 620px) {

.nav__item--small {
				border-width: 0
		}
	}

@media (max-width: 670px) {

.nav {
		height: 0px;
		overflow: hidden;
		opacity: 0
	
}
	}

@media (max-height: 620px) {

.nav {
		height: 0px;
		overflow: hidden;
		opacity: 0
	
}
	}

@media (max-width: 670px) {

.body--burger-active .nav {
			height: auto;
			opacity: 1
	}
	}

@media (max-height: 620px) {

.body--burger-active .nav {
			height: auto;
			opacity: 1;
			height: calc(100vh - 8rem);
		    overflow: scroll
	}
	}

.article {
	
	position: relative;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	padding: 0 18px 0 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    overflow: hidden;
    scroll-snap-align: start;
	
}

@media (max-width: 864px) {

.article {
	    padding-bottom: 2rem;
	    height: auto;
	    min-height: 100vh
	
}
	}

@media (max-width: 670px) {

.article {
	    padding-left: 18px
	
}
	}

@media (max-height: 620px) {

.article {
	    padding-bottom: 2rem;
	    height: auto;
	    min-height: 100vh
	
}
	}

.article__background {
		position: absolute;
		left: 0;
		height: 100%;
		overflow: hidden;
	}

@media all and (-ms-high-contrast:none) {

.article__background {
			top: 0px
	}
	}

.article__background--video .video-embed {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				width: 100vw;
				height: 100vh;
				background-image: url(../../assets/media/video-bg.jpg);
				background-size: cover;
				background-position: center center;
			}

.article__background--video .video-embed iframe {
					width: 100%;
					height: 100%;
				}

.article__background img {
			-webkit-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			width: 100vw;
			height: 100vh;
			-o-object-fit: cover;
			   object-fit: cover;
		}

@media all and (-ms-high-contrast:none) {

.article__background img {
				height: auto
		}
	}

@media (max-width: 864px) {

.article__background img {
				height: 100%;
				min-height: 100vh
		}
	}

@media (max-height: 620px) {

.article__background img {
				height: 100%;
				min-height: 100vh
		}
	}

.article__title, .article__content {
		max-width: 822px;
		margin: 0 auto;
	}

.article__title {
		font-family: chollaunicase, sans-serif;
		font-size: 102px;
		line-height: 86px;
		color: rgba(255,255,255,1);
		text-shadow: 0px 0px 8px rgba(11,11,11,0.25);
		position: relative;
		font-size: 8vw;
		line-height: 6vw;
		padding: 24px 24px 12px 24px;
		
	}

@media (min-width: 1300px) {

.article__title {
			font-size: 104px;
			line-height: 91px
		
	}
	}

@media (max-width: 864px) {

.article__title {
			font-size: 9vw;
			line-height: 7vw
		
	}
	}

@media (max-height: 620px) {

.article__title {
			font-size: 9vw;
			line-height: 7vw
		
	}
	}

@media (max-width: 670px) {

.article__title {
			font-size: 52px;
			line-height: 44px;
			margin-top: 140px
		
	}
	}

.article__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
	}

@media (max-width: 864px) {

.article__content {
			display: block
	}
	}

@media (max-height: 620px) {

.article__content {
			display: block
	}
	}

.article--active .article__background img {
			margin-left: -1vw;
			margin-top: -1vh;
			width: 102vw;
			height: 102vh;
		}

@media all and (-ms-high-contrast:none) {

.article--active .article__background img {
				margin-left: -0;
				margin-top: -0;
				width: 100%;
				height: auto
		}
	}

@media (max-width: 864px) {

.article--active .article__background img {
				margin-left: 0;
				margin-top: 0;
				height: 100%;
				width: 100vw
		}
	}

@media (max-height: 620px) {

.article--active .article__background img {
				margin-left: 0;
				margin-top: 0;
				height: 100%;
				width: 100vw
		}
	}

.article#article1 .article__content__part--2 {
				width: 274px;
			}

.article#article1 .article__content__part--2 .ce {
					width: 274px;
				}

@media (max-width: 670px) {

.article#article1 .article__content__part--2 .ce {
						height: 72px;
						overflow: hidden
				}
	}

.body.nav-hidden .article {
		height: auto;
	}

.body.nav-hidden .article__background {
			position: fixed;
			top: 0;
		}

h1, h2, h3, p, ul, ol, iframe, table, form {
	margin-bottom: 0.5rem;
}

h2, h3, h4 {
	font-family: vision, sans-serif;
	font-weight: 700;
}

@media (max-width: 620px) and (orientation: landscape) {

p {
		font-size: 0.65rem;
		line-height: 0.9rem
}
	}

strong, b {
	font-weight: 700;
}

i, em {
	font-style: italic;
}

table {
	margin: -16px 0;
	width: 100%;
	table-layout: fixed;
}

@media (max-width: 620px) and (orientation: landscape) {

table {
		font-size: 0.65rem;
		line-height: 0.9rem
}
	}

table th, table td {
		padding: 4px 12px;
		text-align: left;
	}

table th {
		border-bottom: 1px solid rgba(225,107,2,0.1);
		color: rgba(225,107,2,1);
		padding: 12px 8px 8px 12px;
	}

.text--important {
		font-weight: bold;
	}

.text--emphasize {
		color: rgba(225,107,2,1);
	}

.text--small {
		font-size: 0.65rem;
		line-height: 0.9rem;
	}

.content {
	
	-ms-scroll-snap-type: mandatory;
	
	    scroll-snap-type: mandatory;
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
	height: 100vh;
	width: 100vw;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;	
	
}

@media (max-width: 864px) {

.content {
		-ms-scroll-snap-type: none;
		    scroll-snap-type: none	
	
}
	}

@media (max-height: 620px) {

.content {
		-ms-scroll-snap-type: none;
		    scroll-snap-type: none	
	
}
	}

.content--no-snap {
		-ms-scroll-snap-type: none;
		    scroll-snap-type: none;
	}

.content a {
		color: rgba(225,107,2,1);
	}

.content .ce {
		
		position: relative;
		background-color: rgba(255,255,255,1);
		padding: 16px 0;
		border-radius: 2px;
		margin: 5px;
	}

.content .ce h2, .content .ce h3, .content .ce ul, .content .ce ol, .content .ce p {
			padding: 0 16px;
		}

.content .ce p:last-child {
			margin-bottom: 0;
		}

.content .ce .facebook {
			height: 40vh!important;
		}

.content .ce iframe {
			width: 100%;
			margin-top: -16px;
		    border-radius: 2px;
		    margin-bottom: -24px;
		}

.body--burger-active .content {
		opacity: 0.5;
	}

.body.nav-hidden .content {
		-ms-scroll-snap-type: none;
		    scroll-snap-type: none;
		height: auto;
	}

.cookie {
	
	position: fixed;
	display: none;
	font-family: vision, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-size: 13px;
	line-height: 22px;
	bottom: 0;
	background-color: rgba(255,255,255,1);
	padding: 12px;
	border-radius: 2px 2px 0 0;
	max-width: 864px;
		
}

@media (max-width: 864px) {

.cookie {
		border-radius: 0
		
}
	}

.cookie__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

.cookie__accept {
		border: 1px solid rgba(225,107,2,1);
		color: rgba(225,107,2,1);
		padding: 8px 8px 6px;
		font-weight: bold;
		border-radius: 2px;
	}

.cookie .nav__item--small {
		border: none;
		color: rgba(43,94,128,1);
	}

.body--cookie-visible .cookie {
	display: block;	
}