
:root {
	--black: #202020;
	--blue: #003a94;
	--green: #a7c830;
	--pink: #ff00ae;
	--text-color: #003a94;
	--bg-color: #a7c830;
	--light-color: #eff3f3;
	--accent-color: #ff00ae;
	--grey: #6a6a6a;
	--nav-height: 17.7rem;
	--padding: 7rem;
	--double-padding: 14rem;
	--half-padding: 3.5rem;
	--quarter-padding: 1.7rem;
}

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

.animation-float {
	-webkit-animation: float 4s ease-in-out infinite;
	animation: float 4s ease-in-out infinite;
}

.animation-float.delay-1 {
	animation-delay: 1s;
}

.animation-float.delay-2 {
	animation-delay: 2s;
}

@-webkit-keyframes zoom_in {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	0.1% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	99.9% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	100% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes zoom_in {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	0.1% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	99.9% {
		-ms-transform: scale(1.025);
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
		-ms-transform-origin: 75% 65%;
		-webkit-transform-origin: 75% 65%;
		transform-origin: 75% 65%;
	}
	
	100% {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes float {
	0% {
		-ms-transform: translatey(0px);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	
	50% {
		-ms-transform: translatey(-10px);
		-webkit-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	
	100% {
		-ms-transform: translatey(0px);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		-ms-transform: translatey(0px);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	
	50% {
		-ms-transform: translatey(-10px);
		-webkit-transform: translatey(-10px);
		transform: translatey(-10px);
	}
	
	100% {
		-ms-transform: translatey(0px);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	--scroll-behavior: smooth;
	font-family: "scroll-behavior:smooth";
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1680px) {
	html {
		font-size: 52.125%;
	}
}

@media screen and (max-width: 1366px) {
	html {
		font-size: 46.875%;
	}
}

html.disable-smoothscroll {
	scroll-behavior: auto;
	--scroll-behavior: auto;
	font-family: "scroll-behavior:auto";
}

body {
	font: normal normal 400 2.4rem/1.45em Helvetica, Arial, sans-serif;
	color: var(--text-color);
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: color .66s, background-color .66s;
	transition: color .66s, background-color .66s;
	background-color: var(--bg-color);
}

body.shoot {
	background-color: var(--text-color);
	color: var(--bg-color);
	-webkit-transition: none;
	transition: none;
}

canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 301;
	pointer-events: none;
}

:focus {
	outline: 0px;
}

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

img {
	border: 0 none;
}

figure {
	position: relative;
}

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

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

p a {
	text-decoration: underline;
}

b, strong {
	font-weight: 500;
}

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

form {
	position: relative;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=search], form button[type=submit] {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid currentColor;
	background-color: transparent;
	height: 7.3rem;
	box-sizing: border-box;
	width: 100%;
	padding: 0 2.5rem;
	color: var(--text-color);
}

form button[type=submit] {
	background-color: var(--text-color);
	color: var(--bg-color);
	border: 0 none;
	width: auto;
	padding: 0 5rem;
	cursor: pointer;
}

form .select {
	border: 2px solid currentColor;
	height: 5.6rem;
	padding: 0 1.5rem;
	box-sizing: border-box;
	line-height: 4.8rem;
}

form .select .selected {
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

form .select .selected::after {
	content: "";
	position: absolute;
	right: -2px;
	top: 1.9rem;
	background-image: url("/img/arrow-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	height: 1.4rem;
	width: 1.8rem;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 3;
}

form .select .selected::before {
	content: "";
	z-index: 2;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
	position: absolute;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 4.5rem;
}

form .select select {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border: 0 none;
	cursor: pointer;
}

form .select select option[data-default] {
	color: rgba(0, 1, 0, 0);
}

::-webkit-input-placeholder {
	color: currentColor;
	opacity: 1;
}

::-moz-placeholder {
	color: currentColor;
	opacity: 1;
}

:-ms-input-placeholder {
	color: currentColor;
	opacity: 1;
}

:-moz-placeholder {
	color: currentColor;
	opacity: 1;
}

#wrapper {
	position: relative;
}

#content {
	padding-top: 177px;
	padding-top: var(--nav-height);
}

.center {
	max-width: 1920px;
	padding: 0 70px;
	padding: 0 var(--padding);
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
	.center {
		padding: 0 var(--half-padding);
	}
}

.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 !important;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

#vh {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100vh;
}

#calendar-articles article.past {
	display: none;
}

#calendar-articles.past article {
	display: none;
}

#calendar-articles.past article.past {
	display: block;
}

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

#content {
	text-rendering: optimizeLegibility;
	min-height: 100vh;
}

#content .text h1, #content .text h2, #content .text h3, #content .text h4, #content .text h5, #content .text h6, #content .text p {
	margin-bottom: 1em;
}

#content .text h1:last-child, #content .text h2:last-child, #content .text h3:last-child, #content .text h4:last-child, #content .text h5:last-child, #content .text h6:last-child, #content .text p:last-child {
	margin-bottom: 0;
}

#content a.anchor {
	position: absolute;
	display: block;
	top: 0px;
}

#content h1, #content .h1 {
	font-family: "argent-pixel-cf";
	font-size: 12.5rem;
	font-weight: normal;
	line-height: 1.04em;
	font-style: italic;
}

#content h2, #content .h2 {
	font-family: "argent-pixel-cf";
	font-size: 7.5rem;
	font-weight: normal;
	line-height: 1.06em;
	margin-bottom: -.14em;
	font-style: italic;
}

#content h3, #content .h3 {
	font-family: "argent-pixel-cf";
	font-weight: normal;
	font-style: italic;
	font-size: 5.2rem;
	line-height: 1.2em;
}

#content h4, #content .h4 {
	font-family: "argent-pixel-cf";
	font-weight: normal;
	font-weight: 500;
	font-style: italic;
	font-size: 3.4rem;
	line-height: 1.27em;
}

#content > section {
	border-bottom: 1px solid currentColor;
	padding: var(--padding) 0;
}

#content > section:first-child {
	padding-top: 0;
}

#content > section:last-child {
	border-bottom: 0 none;
}

#content > section .section-header {
	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;
	margin-bottom: var(--padding);
}

#content > section .section-header a.more {
	font-size: 3.4rem;
	font-weight: 500;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
}

#content > section .section-header .filter {
	padding-top: calc(var(--padding) - .4em);
	margin-bottom: calc(var(--half-padding) * -1);
}

#content > section .page-header {
	margin-bottom: var(--padding);
}

#content > section .page-header .filter {
	padding-top: calc(var(--padding) - .4em);
	margin-bottom: calc(var(--half-padding) * -1);
}

#content > input + section {
	padding-top: 0;
}

#content div.pixelated {
	background-color: var(--accent-color);
}

#content img.pixelated {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	image-rendering: pixelated;
	opacity: 1;
	z-index: 5;
	mix-blend-mode: lighten;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

#content img.pixelated + img {
	opacity: 0;
}

#content img.pixelated:hover {
	opacity: 0;
}

#content img.pixelated:hover + img {
	opacity: 1;
}

@media (pointer: coarse) {
	#content img.pixelated {
		opacity: 0;
	}
	
	#content img.pixelated + img {
		opacity: 1;
	}
}

#content .carousel.article article {
	width: calc(33.33% - var(--padding) / 3);
	margin-right: var(--half-padding);
	box-sizing: border-box;
}

#content .carousel.poppers article {
	width: calc(50% - var(--padding) / 4);
}

#content .carousel.poppers article figure {
	padding-bottom: 60%;
}

#content div.grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 calc(var(--quarter-padding) * -1);
}

#content div.grid .grid-item {
	width: 60%;
	padding: 0 var(--quarter-padding) var(--padding);
	box-sizing: border-box;
	margin-left: 40%;
}

#content div.grid .grid-item.text {}

#content div.grid .grid-item.intro {
	width: 40%;
}

#content div.grid .grid-item.intro .tagcloud {
	margin-bottom: 1.5em;
}

#content div.grid .grid-item.intro .meta {
	font-size: 2.4rem;
	line-height: 2em;
}

#content div.grid .grid-item.media {
	margin: 0 auto;
	width: 60vw;
	padding-left: 0;
	padding-right: 0;
}

#content div.grid .grid-item.media .iframe {
	width: 100%;
	padding-bottom: 56.25%;
}

#content div.grid .grid-item.media .iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#content div.grid .intro, #content div.grid .intro + .grid-item {
	margin-left: 0;
}

#content div.grid .gallery-container {
	width: 100vw;
	margin: 0 calc(( var(--padding) - var(--quarter-padding) ) * -1) var(--padding);
}

#content div.grid .gallery-container .gallery .gallery-cell {
	margin-right: var(--half-padding);
}

#content div.grid .gallery-container .gallery figure {
	width: 60vw;
}

#content div.grid .gallery-container .gallery figure .iframe {
	width: 100%;
	padding-bottom: 56.25%;
}

#content div.grid .gallery-container .gallery figure .iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#content div.grid .gallery-container .gallery figure .image-container {
	padding-bottom: 66.66%;
}

#content div.grid .gallery-container .gallery figure .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content div.grid .gallery-container .gallery figure figcaption {
	font-size: 1.7rem;
	margin-top: .5em;
}

#content div.grid .gallery-container .gallery .flickity-button:disabled {
	opacity: 0;
}

#content div.grid .gallery-container .gallery .flickity-prev-next-button {
	width: 20vw;
	top: 0;
	padding-bottom: 40vw;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	border-radius: 0;
	background: none;
}

#content div.grid .gallery-container .gallery .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	width: 4.6rem;
	fill: var(--bg-color);
	left: var(--padding);
}

#content div.grid .gallery-container .gallery .flickity-prev-next-button.previous {
	left: 0;
}

#content div.grid .gallery-container .gallery .flickity-prev-next-button.next {
	right: 0;
}

#content div.grid .gallery-container .gallery .flickity-prev-next-button.next .flickity-button-icon {
	left: auto;
	right: var(--padding);
}

#content div.articles {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 calc(var(--quarter-padding) * -1);
}

#content div.articles.filter-active article.preview.hidden {
	display: block;
}

#content div.articles.filter-active a.more {
	display: none;
}

#content div.articles article.preview {
	width: 33.33%;
	padding: 0 var(--quarter-padding) var(--half-padding);
	box-sizing: border-box;
}

#content div.articles article.preview.network, #content div.articles article.preview.event {
	width: 25%;
}

#content div.articles article.preview.hidden {
	display: none;
}

#content div.articles a.more {
	margin: 0 auto;
	font-size: 3.4rem;
	font-weight: 500;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
}

#content div.articles footer {
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--half-padding) var(--quarter-padding);
}

#content div.articles footer a {
	font-size: 3.4rem;
	font-weight: 500;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: currentColor;
	cursor: pointer;
}

#content div.articles footer a.past {
	color: var(--grey);
}

#content article.preview *:last-child {
	margin-bottom: 0;
}

#content article.preview time {
	display: block;
	font-size: 2.1rem;
}

#content article.preview a:hover figure img {
	opacity: .3;
}

#content article.preview figure {
	position: relative;
	padding-bottom: 66.66%;
	margin-bottom: 2.7rem;
	background-color: currentColor;
}

#content article.preview figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 1;
}

#content article.preview figure time {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.4rem 2.1rem;
	color: var(--light-color);
	z-index: 2;
}

#content article.preview div.text {
	margin-top: 1em;
}

#content article.preview p {
	margin: 1em 0;
}

#content article.preview p:empty {
	display: none;
}

#content article.preview p:first-child {
	margin-top: 0;
}

#content article.preview p:last-child {
	margin-bottom: 0;
}

#content article.preview .tagcloud {
	margin-top: .25em;
}

#content article.preview.popper > a {
	display: block;
	border-top: 1px solid;
}

#content article.preview.popper time {
	padding: 1.7rem 0;
}

#content article.preview.network .content > a {}

#content article.preview.network:hover .content, #content article.preview.event:hover .content {
	background-color: var(--text-color);
	color: var(--light-color);
	border-color: var(--text-color);
}

#content article.preview.network.past, #content article.preview.event.past {
	color: var(--grey);
}

#content article.preview.network.past:hover .content, #content article.preview.event.past:hover .content {
	background-color: var(--grey);
	border-color: var(--grey);
}

#content article.preview.network time, #content article.preview.event time {
	position: relative;
	margin-top: -.3rem;
	padding-bottom: 2.1rem;
}

#content article.preview.network .content, #content article.preview.event .content {
	padding: var(--quarter-padding);
	border: 1px solid;
	height: 100%;
	box-sizing: border-box;
}

#content article.preview.network .content > a, #content article.preview.event .content > a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	color: currentColor;
}

#content article.preview.network h2, #content article.preview.event h2 {
	padding-right: 8rem;
}

#content article.preview.network p, #content article.preview.event p {
	margin-bottom: .3em;
	padding-right: .5em;
}

#content article.preview.network span.sid, #content article.preview.event span.sid {
	font-family: "oppositbold";
	display: block;
	border: 1px solid;
	position: absolute;
	border-radius: 50%;
	padding: .3em .5em;
	top: var(--quarter-padding);
	right: var(--quarter-padding);
}

#content .carousel.poppers .flickity-prev-next-button {
	padding-bottom: calc(31.3% - var(--padding) / 2);
}

#content .carousel .flickity-button:disabled {
	opacity: 0;
}

#content .carousel .flickity-prev-next-button {
	width: calc(16.66% - var(--padding) / 3);
	top: 0;
	padding-bottom: calc(22.66% - var(--padding) / 3);
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	border-radius: 0;
	background: none;
}

#content .carousel .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	width: 46px;
	fill: var(--bg-color);
	left: var(--padding);
}

#content .carousel .flickity-prev-next-button.previous {
	left: 0;
}

#content .carousel .flickity-prev-next-button.next {
	right: 0;
}

#content .carousel .flickity-prev-next-button.next .flickity-button-icon {
	left: auto;
	right: var(--padding);
}

#content .filter, #content .tagcloud {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin-top: -1em;
	padding-bottom: 1px;
	font-size: 2.1rem;
	line-height: 4.2rem;
	width: 100%;
}

#content .filter li, #content .tagcloud li {
	margin: 1em 1em 0 0;
}

#content .filter li:last-child, #content .tagcloud li:last-child {
	margin-right: 0;
}

#content .filter .tag, #content .tagcloud .tag {
	position: relative;
	display: block;
	border: 1px solid;
	padding: 0 1em;
}

#content .filter .tag.active, #content .tagcloud .tag.active {
	background-color: var(--text-color);
	border-color: var(--text-color);
	color: var(--light-color);
}

#content .filter .tag.active::before, #content .tagcloud .tag.active::before, #content .filter .tag.active::after, #content .tagcloud .tag.active::after {
	position: absolute;
	content: "";
	width: 1.2rem;
	height: 1px;
	background-color: var(--light-color);
	top: 1rem;
	right: .4rem;
}

#content .filter .tag.active::before, #content .tagcloud .tag.active::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#content .filter .tag.active::after, #content .tagcloud .tag.active::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#content .filter .tag:hover, #content .tagcloud .tag:hover {
	background-color: var(--text-color);
	border-color: var(--text-color);
	color: var(--light-color);
}

#content .filter.filter .tag, #content .tagcloud.filter .tag {
	cursor: pointer;
}

#content .share .icons {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 2.1rem;
}

#content .share .icons a {
	position: relative;
	left: -.5em;
	padding: 0 .5em;
}

#content .share .icons a span {
	display: none;
}

@media screen and (max-width: 1024px) {
	#content div.articles article.preview.network, #content div.articles article.preview.event {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	#content .carousel.article article {
		width: calc(50% - var(--padding) / 4);
	}
	
	#content .carousel .flickity-prev-next-button {
		width: calc(25% - var(--padding) / 4);
		padding-bottom: calc(33.75% - var(--padding) / 4);
	}
	
	#content .carousel.poppers .flickity-prev-next-button {
		padding-bottom: calc(33% - var(--padding) / 2);
	}
	
	#content div.articles article.preview {
		width: 50%;
	}
	
	#content div.grid .grid-item.intro, #content div.grid .grid-item {
		width: 100%;
		margin-left: 0;
	}
	
	#content div.grid .grid-item.media {
		width: calc(100vw - var(--double-padding));
	}
	
	#content div.grid .gallery-container .gallery figure {
		width: calc(100vw - var(--double-padding));
	}
	
	#content div.grid .gallery-container .gallery .flickity-prev-next-button {
		padding-bottom: calc(64vw - var(--padding));
	}
	
	#content div.grid .gallery-container .gallery .flickity-prev-next-button .flickity-button-icon {
		left: var(--double-padding);
	}
	
	#content div.grid .gallery-container .gallery .flickity-prev-next-button.next .flickity-button-icon {
		right: var(--double-padding);
	}
}

@media screen and (max-width: 736px) {
	#content h1, #content .h1, #content h2, #content .h2 {
		font-size: 5.6rem;
		line-height: 1.06em;
	}
	
	#content div.articles article.preview.network, #content div.articles article.preview.event, #content .carousel.article article, #content div.articles article.preview {
		width: 100%;
	}
	
	#content .carousel .flickity-prev-next-button {
		width: 25%;
		padding-bottom: 66.66%;
	}
	
	#content .carousel.poppers .flickity-prev-next-button {
		width: 25%;
		padding-bottom: 60%;
	}
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	-webkit-transition: height .66s;
	transition: height .66s;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, .75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: var(--light-color);
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

#footer {
	background-color: var(--accent-color);
	color: var(--bg-color);
}

#footer .form {
	text-align: center;
	padding: 14rem 0;
	padding: var(--double-padding) 0;
}

#footer .form h2 {
	font-family: "oppositbold";
	font-size: 7.5rem;
	line-height: 7.5rem;
	margin-bottom: 35px;
	margin-bottom: var(--half-padding);
}

#footer .form form {
	max-width: 64rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
}

#footer .form form input {
	border: 1px solid var(--bg-color);
	color: var(--bg-color);
}

#footer .form form button {
	background-color: var(--bg-color);
	color: var(--accent-color);
}

#footer section.partners {
	border-top: 1px solid;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#footer section.partners .partners p {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer section.partners .partners p img {
	display: block;
	margin: 0 1rem 2rem;
}

#footer .bottom {
	border-top: 1px solid;
}

#footer .bottom .center {
	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;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

#footer .bottom .center nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1em;
	padding: 1.4rem 0;
}

#footer .bottom .center nav a {
	padding: 0 1em;
}

#footer .bottom .center nav a.button i + span {
	display: none;
}

#footer a {
	color: var(--bg-color);
}

.show-cookie-bar #footer {
	margin-bottom: 4.4rem;
}

.cookie-message {
	font-size: 1.6rem;
	color: var(--bg-color);
	background-color: var(--accent-color);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	transition: -ms-transform .33s;
	transition: -webkit-transform .33s;
	transition: transform .33s;
	-webkit-transition: -webkit-transform .33s;
	line-height: 2.2rem;
}

.cookie-message a {
	color: currentColor;
}

.cookie-message .center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.cookie-message .center p {
	position: relative;
	top: -1px;
	padding: 1.1rem 0;
}

.cookie-message .center button {
	cursor: pointer;
	background: none;
	border: none;
	padding: 1.5rem;
	margin-right: -1.5rem;
}

.cookie-message .center button svg {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
}

.cookie-message .center button svg polygon {
	fill: var(--bg-color);
}

@media screen and (max-width: 736px) {
	#footer .form h2 {
		font-size: 5.6rem;
		line-height: 1.06em;
	}
	
	#footer .form form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#footer .form form input {
		margin-bottom: 2rem;
	}
	
	#footer .form form input, #footer .form form button {
		width: 100%;
	}
	
	#footer .bottom .center {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	#footer .bottom .center .nav {
		width: 100%;
	}
	
	#footer .bottom .center .nav nav {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	box-sizing: border-box;
	height: 17.7rem;
	height: var(--nav-height);
	pointer-events: none;
}

#header .center {
	position: static;
	height: 100%;
}

#header .center .content {
	position: static;
	height: 100%;
}

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

#header .center .content nav .logo span {
	display: none;
}

#header .center .content nav .logo svg {
	display: block;
	width: 6.2rem;
	stroke: currentColor;
}

#header .center .content nav .nav.left a, #header .center .content nav .nav.right button {
	pointer-events: auto;
}

#header .center .content nav .nav.right {
	z-index: 1032;
}

#header .center .content nav .nav.main {
	font-weight: normal;
	font-family: "argent-pixel-cf";
	font-size: 5.6rem;
	font-style: italic;
	line-height: 5.6rem;
	position: absolute;
	background-color: var(--text-color);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1031;
	-webkit-transition: opacity .33s;
	transition: opacity .33s;
	pointer-events: none;
	opacity: 0;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#header .center .content nav .nav.main .menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5% 0;
	min-height: 100%;
	box-sizing: border-box;
	color: var(--bg-color);
}

#header .center .content nav .nav.main .menu > a {
	margin: 0 0 2rem;
}

#header .center .content nav .nav.main .menu .lang-select {
	font-size: 2.4rem;
	margin-top: 2rem;
}

#header .center .content nav .nav.main .menu .lang-select a.active {
	text-decoration: underline;
}

#header .center .content nav .nav.main .menu a {
	color: var(--bg-color);
}

nav.lang-select {
	position: absolute;
	width: 100%;
	height: 17.7rem;
	height: var(--nav-height);
	z-index: 10;
}

nav.lang-select .center, nav.lang-select .content {
	height: 100%;
}

nav.lang-select .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 11.6rem;
}

nav.lang-select .content a.active {
	text-decoration: underline;
}

#toggle-menu {
	position: relative;
	display: block;
	background: none;
	border: 0 none;
	width: 6rem;
	height: 6.1rem;
	cursor: pointer;
	color: var(--text-color);
	-webkit-transition: color .33s;
	transition: color .33s;
	margin-right: -.7rem;
}

#toggle-menu span {
	position: absolute;
	display: block;
	width: 4.6rem;
	height: .7rem;
	background-color: currentColor;
	left: .7rem;
	top: 1.2rem;
	opacity: 1;
	transition: -ms-transform .33s, opacity .33s;
	transition: -webkit-transform .33s, opacity .33s;
	transition: transform .33s, opacity .33s;
	-webkit-transition: -webkit-transform .33s, opacity .33s;
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
}

#toggle-menu span:nth-child(2) {
	top: 2.7rem;
}

#toggle-menu span:nth-child(3) {
	top: auto;
	bottom: 1.2rem;
}

.show-menu #header .center .content nav .nav.main {
	opacity: 1;
	pointer-events: auto;
}

.show-menu #toggle-menu {
	color: var(--bg-color);
}

.show-menu #toggle-menu span:nth-child(1) {
	-ms-transform: translate(0, 1.5rem) rotate(45deg);
	-webkit-transform: translate(0, 1.5rem) rotate(45deg);
	transform: translate(0, 1.5rem) rotate(45deg);
}

.show-menu #toggle-menu span:nth-child(2) {
	opacity: 0;
}

.show-menu #toggle-menu span:nth-child(3) {
	-ms-transform: translate(0, -1.5rem) rotate(-45deg);
	-webkit-transform: translate(0, -1.5rem) rotate(-45deg);
	transform: translate(0, -1.5rem) rotate(-45deg);
}

#sid-pew, #sid-explode {
	display: none;
}

#content section.home-hero {
	padding-bottom: 177px;
	padding-bottom: var(--nav-height);
}

#content section.home-hero .page-header {
	margin-bottom: 177px;
	margin-bottom: var(--nav-height);
}

#content section.home-hero .page-header h1 + h1 {
	margin-top: var(--half-padding);
}

#content section.home-hero .page-header h2 {
	margin: 3.5rem 0 4.2rem;
}

#content section.home-hero .intro {
	font-size: 3.4rem;
	line-height: 1.35em;
	padding-left: 42%;
}

#content section.home-hero .intro strong a, #content section.home-hero .intro b a {
	text-decoration: none;
}

#content section.home-hero .sid-head {
	position: absolute;
	top: var(--quarter-padding);
	right: var(--padding);
	width: 27rem;
	height: 27rem;
	opacity: .5;
}

#content section.home-hero .sid-head svg {
	display: block;
	width: 100%;
	height: 100%;
}

#content section.home-hero .sid-head svg .eyes {
	transition: -ms-transform .33s;
	transition: -webkit-transform .33s;
	transition: transform .33s;
	-webkit-transition: -webkit-transform .33s;
}

#content section.home-hero .sid-head svg rect, #content section.home-hero .sid-head svg path {
	fill: var(--light-color);
}

#content section.home-hero .sid-asterisps {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - var(--double-padding));
	height: 100%;
	margin: 0 var(--padding);
	box-sizing: border-box;
	pointer-events: none;
	z-index: 50;
	opacity: .5;
}

#content section.home-hero .sid-asterisps .asterisp {
	width: 10.8rem;
	height: auto;
	position: absolute;
	cursor: crosshair;
	pointer-events: auto;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
	opacity: 1;
}

#content section.home-hero .sid-asterisps .asterisp.explode {
	transition-duration: .22s;
	opacity: 0;
}

#content section.home-hero .sid-asterisps .asterisp rect, #content section.home-hero .sid-asterisps .asterisp path {
	fill: var(--light-color);
}

#content section.home-hero .sid-asterisps .asterisp polygon, #content section.home-hero .sid-asterisps .asterisp polyline {
	fill: none;
	stroke: var(--light-color);
	stroke-width: 1.5;
}

#content section.home-hero .sid-asterisps .asterisp.pos-1 {
	top: 25%;
	right: 30%;
}

#content section.home-hero .sid-asterisps .asterisp.pos-2 {
	left: 30%;
	bottom: 12.5%;
}

#content section.home-hero .sid-asterisps .asterisp.pos-3 {
	left: 5%;
	bottom: 25%;
}

#content section.home-hero .sid-asterisps .asterisp.pos-3 polygon, #content section.home-hero .sid-asterisps .asterisp.pos-3 polyline {
	fill: var(--light-color);
	stroke: none;
}

#content section.home-hero .explosion-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 50;
}

#content section.home-hero .explosion-container .explosion {
	width: 20rem;
	height: auto;
	position: absolute;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#content section.home-hero .explosion-container .explosion polygon, #content section.home-hero .explosion-container .explosion polyline {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

#content section.home-hero .explosion-container .explosion[data-frame='0'] .f-0, #content section.home-hero .explosion-container .explosion[data-frame='1'] .f-1, #content section.home-hero .explosion-container .explosion[data-frame='2'] .f-2, #content section.home-hero .explosion-container .explosion[data-frame='3'] .f-3, #content section.home-hero .explosion-container .explosion[data-frame='4'] .f-4 {
	display: block !important;
}

#content section.home-partners .partners p {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#content section.home-partners .partners p img {
	display: block;
	margin: 0 1.5em 1.5em 0;
}

@media screen and (max-width: 1250px) {
	#content section.home-hero .sid-head {
		width: 21rem;
		height: 21rem;
		top: 30%;
		right: 0;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-1 {
		top: 43%;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-2 {
		left: 27%;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-3 {
		left: 0%;
	}
}

@media screen and (max-width: 1112px) {
	#content section.home-hero .sid-head {
		top: 120%;
		right: auto;
		left: var(--padding);
	}
}

@media screen and (max-width: 768px) {
	#content section.home-hero .page-header h1 + h1 {
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	
	#content section.home-hero .intro {
		padding-left: 0;
	}
	
	#content section.home-hero .sid-head {
		top: 90%;
		left: auto;
		right: var(--quarter-padding);
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-1 {
		top: 43%;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-2 {
		left: 0;
		bottom: auto;
		top: 57%;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-3 {
		left: 38%;
		bottom: auto;
		top: 59%;
	}
}

@media screen and (max-width: 736px) {
	#content section.home-hero .intro {
		font-size: 2.8rem;
		line-height: 1.45em;
	}
	
	#content section.home-hero {
		padding-bottom: var(--padding);
	}
	
	#content section.home-hero .sid-head {
		top: 100%;
		width: 16.5rem;
		height: 16.5rem;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-1 {
		top: 7%;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-2 {
		top: 35%;
	}
	
	#content section.home-hero .sid-asterisps .asterisp.pos-3 {
		top: 39%;
	}
}

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: #000;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.lightbox-is-open .lightbox-bg {
	opacity: .99;
	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;
	width: 100%;
}

.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: 30px 0;
}

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

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

.lightbox-content {
	background: var(--light-color);
	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: var(--light-color);
}

.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: var(--light-color);
	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: none;
	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--close {
	width: 24px;
	height: 24px;
	margin: 15px 42px;
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: content-box;
	padding: 18px;
}

.lightbox-button, .lightbox-button:visited, .lightbox-button:link {
	color: var(--light-color);
}

.lightbox-button:hover {
	color: var(--light-color);
}

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

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

.lightbox-button[disabled], .lightbox-button[disabled]:hover {
	color: rgba(255, 255, 255, .25);
	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, .lightbox-button svg polygon {
	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: var(--light-color);
	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 {
	pointer-events: auto;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	height: 144px;
	width: 144px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 72px);
	padding: 60px;
}

.lightbox-navigation .lightbox-button--arrow_left {
	left: 0;
}

.lightbox-navigation .lightbox-button--arrow_right {
	right: 0;
}

.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: 1.8rem;
	font-weight: 400;
	left: 0;
	line-height: 2.4rem;
	padding: 0 60px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.lightbox-caption--separate {}

.lightbox-caption__body {
	max-height: 50vh;
	overflow: hidden;
	pointer-events: all;
	padding: 31px 0 35px;
}

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

.lightbox-caption a:hover {
	color: var(--light-color);
	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: var(--light-color);
	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: var(--light-color);
}

.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: var(--light-color);
}

.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: var(--light-color);
	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-reading-room #content form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-reading-room #content form label {
	margin-right: -1px;
}

@media screen and (max-width: 1024px) {
	.page-reading-room #content form label {
		margin-right: 0;
		margin-bottom: -1px;
		width: 100%;
	}
	
	.page-reading-room #content form button {
		width: 100%;
		padding: 0 2.5rem;
		text-align: left;
	}
}

.page-reading-room #content .reading-room.articles article {
	width: 33.33%;
	padding: 0 var(--quarter-padding) var(--padding);
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
	.page-reading-room #content .reading-room.articles article {
		width: 100% !important;
	}
}

.page-reading-room #content .reading-room.articles article .content {
	padding: var(--quarter-padding);
	border: 1px solid;
	height: 100%;
	box-sizing: border-box;
}

.page-reading-room #content .reading-room.articles article .content ul {
	list-style: none;
	margin-top: 1em;
}

.page-reading-room #content .reading-room.articles article .content ul li {
	line-height: 1.25;
	margin-bottom: .5em;
}

.page-reading-room #content .grid .grid-item {
	width: 33.33%;
	margin-left: 0;
	margin-bottom: var(--padding);
	padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.page-reading-room #content .grid .grid-item {
		width: 100% !important;
		margin-right: 0 !important;
		padding-right: var(--quarter-padding) !important;
	}
	
	.page-reading-room #content .grid .grid-item::after {
		display: none !important;
	}
}

.page-reading-room #content .grid .grid-item:first-child {
	padding-right: var(--half-padding);
	width: calc(33.33% - var(--quarter-padding));
	margin-right: var(--quarter-padding);
}

.page-reading-room #content .grid .grid-item:first-child::after {
	content: "";
	position: absolute;
	top: .65em;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--text-color);
}

.page-reading-room #content .grid .grid-item h3 {
	font-weight: normal;
}

.page-reading-room #content .grid .grid-item figure {
	margin: 1em 0 0 0;
}

.page-reading-room #content .grid .grid-item figure img {
	height: auto;
}

.page-reading-room #content .grid .grid-item .text {
	margin-top: 1em;
}

.page-reading-room #content .grid .grid-item ul.downloads {
	list-style: none;
	margin-top: 1em;
}

.page-reading-room #content .grid .grid-item ul.downloads li {
	line-height: 1.25;
	margin-bottom: .5em;
}

.page-reading-room #content .grid .grid-item ul.downloads li a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.page-reading-room #content .grid .grid-item ul.downloads li i {
	margin-right: .5em;
	color: var(--bg-color);
	background-color: var(--text-color);
	border-radius: 999px;
	height: 48px;
	width: 48px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
