@font-face {
	font-display: swap;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 100;
	src: url('fonts/RobotoFlex-Variable.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/RobotoFlex-Variable.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/RobotoFlex-Variable.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/RobotoFlex-Variable.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto Black';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/Roboto-Black.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'FontAwesome';
	font-style: normal;
	src: url('fonts/FontAwesomeExt.woff2') format('woff2');
}
:root {
	--accent: hsl(0, 90%, 50%);
	--offset: 300;
	--nx: 0;
	--ny: 0;
	--grey: rgb(120, 130, 140);
	--card: rgb(238, 232, 220);
	--bgSize: 1.5;
	--f1: hsl(0, 90%, 41%);
	--f2: hsl(40, 90%, 50%);
	--f3: hsl(110, 70%, 40%);
	--f4: hsl(180, 70%, 40%);
	--f5: hsl(240, 50%, 50%);
	--f1a: hsla(0, 90%, 50%, 0.5);
	--f2a: hsla(40, 90%, 50%, 0.5);
	--f3a: hsla(110, 70%, 40%, 0.5);
	--f4a: hsla(180, 70%, 40%, 0.5);
	--f5a: hsla(240, 50%, 50%, 0.5);
	--link: rgb(0, 96, 192);
	--edge: rgba(192, 96, 0);
	--error: rgb(192,0,0);
	--spacing1: 10rem;
	--bgPos: 0;
	--radial1: radial-gradient(circle,rgba(247, 253, 255, 1) 0%, rgba(182, 203, 217, 1) 100%);
	--radial2: radial-gradient(circle,rgba(247, 253, 255, 1) 0%, rgba(182, 203, 217, 0.5) 100%);
	--bgX: 50%;
	--bgY: 50%;
	--gtScale: 1;
	--gtX: 0;
	--gtY: 0;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
html {
	scroll-behavior: smooth;
	background-position: 0 var(--bgPos);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'><rect x='4' y='4' width='1' height='1' fill='rgba(0, 0, 0, 0.23)' /></svg>");
	background-color: white;
}
body {
	scroll-behavior: smooth;
	background-color: rgba(255, 255, 255, 0.55);
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 300;
	visibility: hidden;
}
body:after {
	content: '';
	pointer-events: none;
	touch-action: none;
	z-index: 999999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(10px);
	mix-blend-mode: multiply;
	opacity: 0.18;
	background-image: url(noise.png);
	background-position-x: var(--bgX);
	background-position-y: var(--bgY);
}
#nfo {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
#nfo:not(:empty) {
	padding: 1rem;
	background-color: white;
}
.bg {
	animation: slide 6s ease-in-out infinite alternate;
	background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.5) 75%);
	bottom: 0;
	left: -50%;
	opacity: .1;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: 10;
	pointer-events: none;
	touch-action: none;
}
.bg2 {
	animation-direction: alternate-reverse;
	animation-duration: 7s;
}
.bg3 {
	animation-duration: 5s;
	z-index: 14;
}
@keyframes slide {
	0% {
		transform: translateX(-25%);
	}
	100% {
		transform: translateX(25%);
	}
}
nav.main {
	position: fixed;
	top: 1rem;
	right: 1rem;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.69);
	backdrop-filter: blur(5px);
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100vw - 3rem);
}
nav.main > div {
	display: flex;
}
nav.main * {
	transition: all 0.2s ease-out 0s;
}
nav.main .switch {
	position: relative;
	z-index: 99;
	width: 3rem;
	height: 3rem;
	opacity: 0.5;
}
nav.main .switch:hover {
	opacity: 0.75;
}
nav.main .switch > span {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: black;
	width: 3rem;
	height: 0.5rem;
}
nav.main .switch > span:nth-child(1) {
	top: 25%;
}
nav.main .switch > span:nth-child(2) {
	top: 50%;
}
nav.main .switch > span:nth-child(3) {
	top: 75%;
}
nav.main.active .switch > span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
nav.main.active .switch > span:nth-child(2) {
	transform: translate(-50%, -50%) scaleX(0);
}
nav.main.active .switch > span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
nav.main ul.colors {
	position: relative;
	z-index: 90;
	list-style: none;
	line-height: 0;
	font-size: 0;
}
nav.main ul.colors li {
	width: 3rem;
	height: 3rem;
	overflow: hidden;
}
nav.main ul li {
	display: inline-block;
	cursor: pointer;
	margin-right: 1rem;
}
nav.main ul.txt {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: scaleX(1) translateY(2rem);
	white-space: nowrap;
}
nav.main:not(.active) ul.txt {
	transform: scaleX(0) translate(200%, 2rem);
}
nav.main ul.txt li {
	padding: 0.5rem 0;
}
nav.main li:nth-child(1) svg {
	fill: var(--f1);
}
nav.main li:nth-child(2) svg {
	fill: var(--f2);
}
nav.main li:nth-child(3) svg {
	fill: var(--f3);
}
nav.main li:nth-child(4) svg {
	fill: var(--f4);
}
nav.main li:nth-child(5) svg {
	fill: var(--f5);
}
nav.main ul li:not(.active):not(:hover) {
	opacity: 0.5;
}
nav.main ul li.active svg {
	background-color: transparent;
}
nav.main ul li:nth-child(1):not(.active) svg {
	background-color: var(--f1a);
}
nav.main ul li:nth-child(2):not(.active) svg {
	background-color: var(--f2a);
}
nav.main ul li:nth-child(3):not(.active) svg {
	background-color: var(--f3a);
}
nav.main ul li:nth-child(4):not(.active) svg {
	background-color: var(--f4a);
}
nav.main ul li:nth-child(5):not(.active) svg {
	background-color: var(--f5a);
}
nav.main ul li {
	opacity: 0.9;
}
nav.main ul li svg {
	height: 3rem;
}
nav.main svg text {
	font-size: 36px;
	font-weight: 900;
}
nav.main #logo {
	cursor: pointer;
}
nav.main #logo:before {
	display: inline-block;
	content: '';
	width: 3rem;
	height: 3rem;
	background-image: url('logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	size: 1.5;
}
section {
	position: relative;
}
#intro {
	overflow: hidden;
	/*transition: top 0.2s linear 0s, bottom 0.2s linear 0s;*/
	transition: opacity 1s linear 0s, filter 1s linear 0s;
}
#intro > section {
	position: absolute;
	top: 15vh;
	left: var(--spacing1);
	opacity: 1;
	width: calc(100vw - var(--spacing1) * 2);
	transition: opacity 1s ease-out 0s;
}
#intro > section:not(.active) {
	opacity: 0;
	pointer-events: none;
	touch-action: none;
}
#intro section p {
	transition: all 1s ease-out 0s;
}
#intro > section:not(.active) > p {
	transform: translateX(10rem);
}
svg.header {
	height: 14rem;
	fill: black;
	stroke: black;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 0.15%;
	max-width: calc(100vw - var(--spacing1));
	max-height: calc(20vw);
	opacity: 0.99;
}
svg.header text.strong {
	font-family:'Roboto Black';
	font-weight: 900;
	font-size: 2rem;
	text-transform: uppercase;
}
#intro svg.header text.strong {
	font-size: 3rem;
}
svg text.thin {
	font-weight: 100;
	stroke: none;
}
svg text.uc {
	font-weight: 300;
	stroke: none;
	text-transform: uppercase;
}
svg text.uc.smaller {
	font-size: 0.9em;
}
svg.header.animated tspan {
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	fill: transparent;
}
svg.header.animated tspan:nth-child(odd) {
	transition: all 3s ease-out 0.1s, fill 1.0s ease-out 0.75s;
}
svg.header.animated tspan:nth-child(even) {
	transition: all 3s ease-out 0.3s, fill 1.0s ease-out 0.75s;
}
section.active svg.header.animated tspan {
	stroke-dashoffset: 0;
	fill: black;
}
section.active svg.header.animated tspan.f1 {
	fill: var(--f1);
}
section svg.header.animated tspan.f1 {
	stroke: var(--f1);
}
section.active svg.header.animated tspan.f2 {
	fill: var(--f2);
}
section svg.header.animated tspan.f2 {
	stroke: var(--f2);
}
section.active svg.header.animated tspan.f3 {
	fill: var(--f3);
}
section svg.header.animated tspan.f3 {
	stroke: var(--f3);
}
#intro div.image {
	background-color: var(--grey);
	height: 3px;
	position: absolute;
	left: 50%;
	opacity: 0.2;
}
#intro section.animated .txt {
	transition: transform 1s ease-out 0s, margin-top 1s ease-out 1.5s;
}
#intro section.active .txt {
	transform: translateX(0);
}
section.animated .txt {
	transition: margin-top 0.5s ease-out 0.5s;
	margin-top: 0;
}
#intro section.animated .txt {
	transition: margin-top 1s ease-out 1.5s;
	margin-top: 0;
}
section.animated.active .txt {
	margin-top: 30vh;
}
#intro section.animated.active .txt {
	margin-top: 27vh;
}
section.animated {
	--start: 100%;
}
.block.g1:before, .block.g2:before, .block.g3:before {
	content: '';
	display: block;
	width: 110%;
	height: 110%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(var(--gtScale)) translate(var(--gtX), var(--gtY));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	transition: opacity 4.5s ease-out 1s;
}
.block.g1:before {
	background-image: url('gt1.png');
}
.block.g2:before {
	background-image: url('gt2.png');
}
.block.g3:before {
	background-image: url('gt3.png');
}
section:not(.active) .block.g1:before,
section:not(.active) .block.g2:before,
section:not(.active) .block.g3:before {
	opacity: 0.2;
}
.block {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	transform: translateX(var(--spacing1));
	width: 77.7vw;
	height: 40vh;
	transition: transform 0.5s ease-out 0.5s, clip-path 0.5s ease-out 0.5s;
	clip-path: rect(0 100% 100% 0);
}
#intro .block {
	transition: transform 1s ease-out 1.5s, clip-path 1s ease-out 1.5s;
}
section.animated .block {
	top: 8rem;
}
#intro section.animated .block {
	top: 6.3rem;
}
.block1 {
	background-color: black;
	filter: invert(1);
	background-size: cover;
	background-position: center;
}
.block1.f1 {
	background-color: var(--f1);
}
.block1.f2 {
	background-color: var(--f2);
}
.block1.f3 {
	background-color: var(--f3);
}
.block2 {
	background-color: white;
	mix-blend-mode: difference;
}
.block svg {
	max-height: 80%;
}
.block svg text {
	fill: white;
}
section:not(.active) .block {
	transform: translateX(calc(var(--start) + var(--spacing1)));
	clip-path: rect(0 100% 100% 100%);
}
.examples {
	width: 100vw;
	margin: 0 calc(-1 * var(--spacing1));
	outline: 1px solid black;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 var(--spacing1);
	position: relative;
	z-index: 12;
}
.examples > div {
	display: inline-block;
	width: 30vw;
	height: 20vw;
	background-color: black;
	color: white;
	font-size: 3rem;
	font-weight: 300;
	margin: 3rem;
	box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.3);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.examples > div div:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: scale 0.2s ease-out 0s;
	z-index: 0;
	background-position: center;
	background-size: cover;
}
.examples > div:not([data-type='www']):hover div:first-child {
	scale: 1.1;
}
.examples > div div.txt {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem;
	width: 100%;
	text-align: center;
}
.examples > div div.txt > *:last-child {
	margin-bottom: 0;
}
.examples > div div.txt h1 {
	font-size: 2rem;
	line-height: 2.5rem;
	white-space: normal;
	text-transform: none;
}
.examples > div div.txt p {
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.examples > div:not(:hover) div.txt {
	transform: translateY(-50%) scaleY(-50%);
	opacity: 0;
}
.examples > div:first-child {
	margin-left: 0;
}
.examples > div:last-child {
	margin-right: 0;
}
.examples > div[data-type='video']:after {
	content: '';
	background-image: url('video.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100.1%;
	height: 100.1%;
}
.examples > div:before {
	content: '';
	background-color: rgb(182, 203, 217);
	background: var(--radial1);
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#offset {
	padding-top: 290vh;
}
.fixed {
	position: fixed;
}
.absolute {
	position: fixed;
}
.full {
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.white {
	background-color: white;
}
.padding {
	padding: 1rem var(--spacing1);
}
.fade {
	transition: opacity 1s ease-out 0.5s;
}
.fade:not(.active) {
	opacity: 0;
}
.hidden:not(.active) {
	display: none;
}
.noEvents {
	pointer-events: none;
	touch-action: none;
}
.noSelect {
	user-select: none;
}
div[data-loc] + div[data-loc],
div[data-loc='gallery'] section + section {
	margin-top: 5rem;
	
}
main {
	overflow: hidden;
}
main h1 {
	font-size: 5rem;
	margin-bottom: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	opacity: 0.9;
}
main h2 {
	font-size: 3rem;
	margin-bottom: 1rem;
	font-weight: 800;
	opacity: 0.9;
}
main h2.h2fx {
	position: relative;
	width: fit-content;
	padding-left: 1rem;
	padding-right: 1rem;
}
main h2.h2fx:before, main h2.h2fx:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0) translateX(-200%)
}
main h2.h2fx.active:before, main h2.h2fx.active:after {
	animation: h2fx1 1s ease-in-out forwards;
}
@keyframes h2fx1 {
	0% {
		transform: scaleX(0.1) translateX(-200%)
	}
	70% {
		transform: scaleX(2) translateX(200%)
	}
	100% {
		transform: scaleX(1) translateX(0)
	}
}
main h2.h2fx:before {
	background-color: var(--f2);
	filter: invert(1);
	z-index: -1;
}
main h2.h2fx:after {
	background-color: white;
	mix-blend-mode: difference;
	z-index: 1;
}
main p, main h3, main ul {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 1rem;
	line-height: 3rem;
}
main ul {
	margin-left: 2rem;
	margin-bottom: 2rem;
}
main h3 {
	font-weight: 500;
}
main p + h2, main div + h2, main p + h3 {
	margin-top: 2rem;
}
main a {
	color: var(--link);
	text-decoration: none;
}
main a:hover {
	text-decoration: underline;
}
address.card {
	background-color: var(--card);
	background-image: url("data:image/svg+xml,<svg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'><g fill='rgb(221, 211, 190)' fill-opacity='1' fill-rule='evenodd'><path d='M5 0h1L0 6V5zM6 5v1H5z'/></g></svg>");
	padding: 1rem;
	display: block;
	margin-bottom: 1rem;
	position: relative;
	width: fit-content;
}
address.card p:last-child {
	margin-bottom: 0;
}
address.card:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2rem;
	height: 2rem;
	opacity: 0.5;
	background-color: var(--edge);
	clip-path: polygon(0 0, 100% 0, 0% 100%);
	content: '';
}
#overlay, #formular {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: center;
}
#overlay[data-type='svg'], #overlay[data-type='img'], #overlay[data-type='javanim'] {
	cursor: none !important;
}
#overlay > div {
	line-height: 0;
	transition: scale 0.2s ease-out 0s, transform 0.2s ease-out 0s;
}
#overlay img, #overlay video {
	max-width: calc(100vw - 10rem);
	max-height: calc(100vh - 4rem);
}
#overlay div#javanim {
	background: var(--radial1);
}
#overlay div#javanim > img:not(.active) {
	position: absolute;
	top: 200vh;
}
#overlay[data-type='svg'], #overlay {
	background: var(--radial2);
}
#overlay[data-type='svg'] img {
	width: calc(100vw - 2rem);
	height: calc(100vh - 2rem);
	object-fit: contain;
}
html:not(.overlay) #overlay, html:not(.formular) #formular {
	display: none;
}
html.overlay, html.formular {
	overflow: hidden;
}
#overlay .object.outline {
	outline: 3px solid white;
	box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.2);
}
#overlay[data-type='svg'] .object {
	mix-blend-mode: multiply;
}
.lh1 {
	line-height: 1em;
}
.w {
	color: white;
}
#overlay .helper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5rem;
	height: 5rem;
	color: white;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease-out 0s;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
html.overlay #overlay .helper {
	opacity: 1;
}
#overlay .helper:after {
	font-family: 'FontAwesome';
}
#overlay > .object {
	transition: opacity 0.2s ease-out 0s;
}
#overlay > .object.hidden {
	opacity: 0;
}
#overlay > .object.hidden + .helper:after {
	content: '\f021';
	font-size: 3rem;
	animation: rotating 1s linear infinite;
}
@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 4rem;
	z-index: 99;
	cursor: pointer;
	background-color: white;
}
#overlay:not([data-type='video']) .close {
	display: none;
}
.close > span {
	background-color: black;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3rem;
	height: 0.5rem;
	transition: background-color 0.2s ease-out 0s;
}
.close:not(:hover) > span {
	background-color: var(--grey);
}
.close > span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}
.close > span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}
strong {
	font-weight: 500;
}
.toggle {
	cursor: pointer;
}
.switchable:not(.active) > .toggle + div, 
.switchable > .toggle > span {
	display: none;
}
.switchable:not(.active) > .toggle:hover > span.show,
.switchable.active > .toggle:hover > span.hide {
	display: inline-block;
}
.switchable > .toggle > span {
	padding-left: 1ch;
}
.switchable.active {
	background-color: var(--card);
	margin: -1ch;
	padding: 1ch;
}
.switchable .show:before, .switchable .hide:before {
	font-family: 'FontAwesome';
	margin-right: 0.5ch;
	display: inline-block;
}
.switchable .show:before {
	content: '\f06e';
}
.switchable .hide:before {
	content: '\f070';
}
#formular {
	background-color: rgba(255,255,255,0.9);
	font-size: 1.5rem;
}
#formular input, #formular textarea {
	font-size: 1.5rem;
}
#formular > form {
	width: calc(100vw - 2* var(--spacing1));
	height: calc(100vh - 2rem);
	overflow-y: scroll;
}
#formular textarea {
	width: 80%;
	min-height: 5rem;
	max-width: 80%;
	max-height: 10rem;
	margin: 1rem 0 0 0;
}
#formular input.lg {
	width: 80%;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
}
#formular input[type="text"],
#formular input[type="tel"],
#formular input[type="email"],
#formular textarea {
	border: 1px solid var(--grey);
	background-color: white;
	padding: 0.5rem;
}
#formular input[type="checkbox"] {
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: text-top;
	margin-right: 0.5rem;
}
#formular input[type="checkbox"].tab {
	margin-left: 2rem;
}
#formular p, #formular h3 {
	line-height: 2rem;
}
#formular h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
#formular input[type="submit"], #formular input[type="reset"] {
	padding: 0.5rem;
	margin-right: 1rem;
	border: 1px solid var(--grey);
	background-color: var(--grey);
	color: white;
	transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
}
#formular input[type="submit"]:hover, #formular input[type="reset"]:hover {
	background-color: var(--link);
	border-color: var(--link);
}
#formular input.error {
	border-color: var(--error);
}
.link {
	color: var(--link);
	cursor: pointer;
}
.link:hover {
	text-decoration: underline;
}
#intro section {
	--indicator: 0;
}
#intro section .block:first-child:after {
	content: '';
	display: block;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: var(--indicator);
	transition: width 0.2s linear 0s;
	mix-blend-mode: overlay;
}
address {
	font-style: normal;
}

/* hopefully the desktops */
@media (min-width: 992px) {
	#overlay[data-type='img'] .helper:after, #overlay[data-type='svg'] .helper:after {
		content: '\f020';
		font-size: 4rem;
	}
	#overlay[data-type='javanim'] .helper:after, #overlay[data-type='javid'] .helper:after {
		content: '\f01f';
		font-size: 4rem;
	}
	#overlay[data-type='video'] .helper {
		display: none;
	}
	#overlay .helper {
		border-radius: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(8px);
	}
	.examples {
		--left: 0px;
		--of: 0;
	}
	.examples:before {
		position: absolute;
		top: 50%;
		left: var(--left);
		font-family: 'FontAwesome';
		content: '\f04f';
		font-size: 8rem;
		opacity: min(1, max(0, calc(1 - var(--of) * 0.001)));
		color: rgba(0, 0, 0, 0.72);
		transform: translateY(-50%);
		transition: opacity 0.2s ease-out 0s;
		z-index: 15;
		backdrop-filter: blur(5px);
		padding: 1rem;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
		mix-blend-mode: overlay;
		pointer-events: none;
		touch-action: none;
	}
	.examples:not(:hover):before {
		opacity: 0;
	}
	.block {
		align-items: end;
		justify-content: center;
	}
	.block svg {
		padding-right: 3rem;
	}
	#intro > section {
		min-width: 1000px;
	}
	#intro .block > svg {
		max-height: calc(100vh * 0.3);
		max-width: calc(100% - 12rem);
	}
}

/* probably for mobiles :) */
@media (max-width: 992px) {
	:root {
		--spacing1: 1rem;
	}
	#intro > section {
		top: 10rem;
	}
	#intro section.animated .block {
		top: 2.5rem;
		padding: var(--spacing1);
	}
	section.animated .block {
		top: 7rem;
	}
	section.animated.active .txt {
		margin-top: 20vh;
	}
	div.colored {
		padding-top: 1rem;
		padding-bottom: 1rem;
		position: relative;
		margin-bottom: 1rem;
	}
	div.colored * {
		position: relative;
		z-index: 1;
	}
	div.colored *:last-child {
		margin-bottom: 0;
	}
	div.colored:after, div.colored:before {
		position: absolute;
		top: 0;
		left: calc(-1 * var(--spacing1));
		right: calc(-1 * var(--spacing1));
		height: 4rem;
		content: '';
		pointer-events: none;
		touch-action: none;
		transform: translateX(0);
		transition: transform 0.4s ease-out 0.5s;
	}
	div.colored:before {
		filter: invert();
		z-index: 0;
		background-color: rgb(128, 144, 192);
	}
	div.colored.f1:before {
		background-color: var(--f1);
	}
	div.colored.f2:before {
		background-color: var(--f2);
	}
	div.colored.f3:before {
		background-color: var(--f3);
	}
	div.colored.f4:before {
		background-color: var(--f4);
	}
	div.colored.f5:before {
		background-color: var(--f5);
	}
	div.colored:after {
		mix-blend-mode: difference;
		background-color: white;
		z-index: 2;
	}
	div.colored.active {
		transition: transform 0.2s ease-out 0s;
	}
	div.colored:nth-child(even):not(.active):after, div.colored:nth-child(even):not(.active):before {
		transform: translateX(100vw);
	}
	div.colored:nth-child(odd):not(.active):after, div.colored:nth-child(odd):not(.active):before {
		transform: translateX(-100vw);
	}
	div.colored:after, div.colored:before {
		height: auto;
		bottom: 0;
	}
	.block {
		width: 100vw;
		height: 30vh;
	}
	.examples > div {
		margin: var(--spacing1);
	}
	main h1 {
		font-size: 2.5rem;
	}
	main h2 {
		font-size: 1.5rem;
	}
	main p, main ul {
		font-size: 1.25rem;
		line-height: 2rem;
	}
	main ul {
		margin-left: 1.5rem;
	}
	address.card {
		width: 100vw;
		margin-left: -1rem;
	}
	address.card p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	nav.main {
		width: 100vw;
		top: 0;
		left: 0;
		display: block;
		background-color: rgba(255, 255, 255, 0.9);
		transition: background-color 0.2s ease-out 0s;
	}
	nav.main #logo {
		margin-bottom: 1rem;
	}
	nav.main ul.colors li {
		height: 2.5rem;
		width: 2.5rem;
	}
	nav.main svg text {
		font-size: 2.5rem;
	}
	nav.main .switch {
		height: 2.5rem;
		width: 2.5rem;
	}
	nav.main .switch > span:nth-child(1) {
		top: 0;
		transform: translate(-50%, 0);
	}
	nav.main .switch > span:nth-child(3) {
		top: 100%;
		transform: translate(-50%, -100%);
	}
	nav.main:not(.active) ul.txt {
		transform: translate(100vw, 100%);
	}
	nav.main ul.txt {
		transform: translate(0, 100%);
		width: 100vw;
		padding: var(--spacing1);
		background-color: white;
		text-align: right;
	}
	nav.main ul.txt li {
		display: block;
	}
	nav.main.active {
		background-color: white;
	}
	svg.header {
		width: calc(100vw - 2 * var(--spacing1));
		max-height: fit-content;
	}
	.examples {
		overflow-y: hidden;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}
	.examples > div {
		width: 80vw;
		height: 50vh;
		scroll-snap-align: center;
	}
	#overlay[data-type='javanim'] .helper {
		background-image: url('touchmove.png');
		background-size: contain;
	}
}