article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	background: #e9e5e2;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	--color-text: #140414;
    --color-bg: #e9e5e2;
    --color-link: #bc0050;
    --color-link-hover: #f1c600;
    --color-content: #2c0679;
	--font-alt: freight-display-pro, serif;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: soleil, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Cursor styles */
    --cursor-stroke: var(--color-link-hover);
    --cursor-fill: none;
    --cursor-stroke-width: 1px;
}

nav {
font-family: var(--font-alt);
font-size: 1.2em;
line-height: 18px;
}

.hiddenimg {
  display: none;
}

.hiddentxt {
  font-weight: bold;
  color: var(--color-link);
  font-family: var(--font-alt);
  font-size: 1.2em;
  font-style: italic;
}

.hiddentxt a {
  text-decoration: none;
}

.hiddenclick {
  font-weight: bold;
  color: var(--color-link);
  font-family: var(--font-alt);
  font-size: 1.2em;
  font-style: italic;
    cursor: pointer;
}

.hiddenclick a {
  text-decoration: none;
}

.hiddenclick a:visited {
  color: #fff;
  text-decoration: none;
}

.hiddentxt:hover ~ .hiddenimg {
  display: block;
  position: relative;
}

.hiddentxt:active ~ .hiddenimg {
  display: block;
  position: relative;
}

.hiddenclickimg {
  display: none;
}

main {
	width: 100%;
	overflow: hidden;
	position: relative;
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}

a:hover {
	color: var(--color-link-hover);
	outline: none;
	text-decoration: none;
}
a:focus {
	color: var(--color-link);
	outline: none;
	text-decoration: none;
}

button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* Header */
.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.frame__title {
	font-size: 1rem;
	margin: 0.5rem 1rem;
	font-weight: inherit;
}

.frame__title span {
		margin: 0 0.2rem 0 0.5rem;
}

.frame__links {
	display: block;
}

.frame__links > *:not(:last-child),
.frame__demos > *:not(:last-child) {
    margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
	background-color: var(--background-color);
	text-transform: uppercase;
}

.frame__demos span {
	font-weight: bold;
	color: var(--color-link);
}

.frame__initials {
	font-family: var(--font-alt);
	font-style: italic;
	font-size: 1.65rem;
	pointer-events: none;
	line-height: 18px;
	color: var(--color-content);
}

.main {
	display: flex;
	position: relative;
	flex-direction: column;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.intro {
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.intro__title {
	font-size: 15vw;
	margin: 0;
	font-weight: 400;
	line-height: 1;
	color: var(--color-link);
	font-family: var(--font-alt);
	font-style: italic;
}

.intro__hint {
	position: relative;
	text-transform: uppercase;
	margin: 8vh 0 0 0;
	color: var(--color-content);
}

.intro__hint::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 2rem;
	top: calc(100% + 2rem);
	left: 50%;
	background-color: currentColor;
}

.grid-wrap {
	position: relative;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, calc(390px + 3rem)));
	justify-content: center;
	grid-gap: 10vw;
	margin: 5rem auto;
}

.grid__item {
	padding: 1.5rem;
}

.grid__item-number {
	display: block;
	text-align: right;
	font-size: 3rem;
	line-height: 1;
}

.grid__item-img {
	margin: 1rem 0 1.75rem;
	max-width: 100%;
	display: block;
}

.grid__item-title {
	font-size: 1.25rem;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 2rem 0;
	color: var(--color-content);
}

.grid__item-description {
	color: var(--color-content);
	font-family: var(--font);
	line-height: 1.5;
	padding-right: 0.5rem;
	font-size: 1.1em;
}

.bigimg {
	display: block;
	width: 100%;
	max-width: calc(1025px - 3rem);
	margin: 15vh auto;
	padding: 0 1.5em;
}

.faq {
font-weight: bold;
	color: var(--color-link);
}

.svgtext {
	flex: none;
	position: relative;
	left: -10%;
}

.svgtext text {
	fill: var(--color-link);
	font-size: 42px;
}

.svgtext--1 text {
	fill: blueviolet;
}

.svgtext--2 text {
	fill: var(--color-content);
}

.svgtext--3 text {
	font-size: 32px;
}

.svgtext--4 {
	position: absolute;
}

.svgtext--4 text {
	font-size: 48px;
	fill: var(--color-content);
}

@media screen and (min-width: 53em) {
	.intro {
		min-height: 100vh;
	}
	.grid__item:nth-child(even) {
		margin-top: 35vh;
		text-align: right;
	}
	.grid__item:nth-child(even) .grid__item-description {
		padding: 0 0 0 1rem;
	}
	.grid__item-number {
		font-size: 4.75rem;
		font-family: var(--font-alt);
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2.5rem 3rem;
		pointer-events: none;
		grid-template-columns: 40% 20% 40%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title initials links'
							'... ... ...'
							'... demos ...';
	}
	.frame__title {
		grid-area: title;
		margin: 0;
	}
	.frame__initials {
		grid-area: initials;
		margin: 0;
		justify-self: center;
	    align-self: center;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: center;
		text-transform: uppercase;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.frame__info {
		grid-area: info;
		margin: 0;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content-home {
		height: 100vh;
		justify-content: center;
	}
}

@media (any-pointer: fine) {
	.cursor {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		pointer-events: none;
	}
	.cursor__inner {
		fill: var(--cursor-fill);
		stroke: var(--cursor-stroke);
		stroke-width: var(--cursor-stroke-width);
	}
}


/* Page Loader */
.loader-wrapper {
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  min-height: 100vh;
  background: radial-gradient(circle, #210221 0%, #050510 50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

div.loader {
  width: 300px;
  height: 300px;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: perspective(500px) rotatex(60deg);
          transform: perspective(500px) rotatex(60deg);
}
div.loader span:nth-child(1) {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
div.loader span:nth-child(2) {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
div.loader span:nth-child(3) {
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
div.loader span:nth-child(4) {
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
div.loader span:nth-child(5) {
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
div.loader span:nth-child(6) {
  top: 60px;
  left: 60px;
  bottom: 60px;
  right: 60px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
div.loader span:nth-child(7) {
  top: 70px;
  left: 70px;
  bottom: 70px;
  right: 70px;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
div.loader span:nth-child(8) {
  top: 80px;
  left: 80px;
  bottom: 80px;
  right: 80px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
div.loader span:nth-child(9) {
  top: 90px;
  left: 90px;
  bottom: 90px;
  right: 90px;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
div.loader span:nth-child(10) {
  top: 100px;
  left: 100px;
  bottom: 100px;
  right: 100px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
div.loader span:nth-child(11) {
  top: 110px;
  left: 110px;
  bottom: 110px;
  right: 110px;
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
div.loader span:nth-child(12) {
  top: 120px;
  left: 120px;
  bottom: 120px;
  right: 120px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
div.loader span:nth-child(13) {
  top: 130px;
  left: 130px;
  bottom: 130px;
  right: 130px;
  -webkit-animation-delay: -1.3s;
          animation-delay: -1.3s;
}
div.loader span:nth-child(14) {
  top: 140px;
  left: 140px;
  bottom: 140px;
  right: 140px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
div.loader span {
  position: absolute;
  display: block;
  border-radius: 20%;
  border: 2px solid white;
  box-shadow: 0px 5px #07dfdc, inset 0px 5px #d5ad35;
  box-sizing: border-box;
  -webkit-animation: ripple 3s ease-in-out infinite;
          animation: ripple 3s ease-in-out infinite;
}

@-webkit-keyframes ripple {
  0%,
  100% {
    opacity: 0.2;
    -webkit-transform: translatez(-100px);
            transform: translatez(-100px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translatez(100px);
            transform: translatez(100px);
  }
}

@keyframes ripple {
  0%,
  100% {
    opacity: 0.2;
    -webkit-transform: translatez(-100px);
            transform: translatez(-100px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translatez(100px);
            transform: translatez(100px);
  }
}