@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
:root {
	--body-font: Helvetica, Arial, sans-serif;
	--title-font: 'Oxanium', 'Arial Black', 'Arial Narrow', Arial, sans-serif;
	--index-word-font: var(--title-font);
	--index-word-weight: 300;
}
.lineHeight1-25{
	line-height: 1.25;
}
.html{
	font-size: 16px;
}
article .the-content p {
	text-align: left;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 100;
	padding: 10vw;
	height: calc(100vh - 20vw);
	opacity: 0;
  transition: all 0.3s ease;
}
 .overlay > div, .overlay > div > div > span, .overlay > div > div > img{
	height: calc(100vh - 20vw) !important;
}
.overlay > div > div > div{
	height: 100% !important;
	padding-top: 5vw;
	padding-bottom: 5vw;
	justify-content: center;

}
.overlay > div > div{
	height: calc(100vh - 20vw) !important;
	min-height: calc(100vh - 20vw) !important;
}
.padding5vw{
	padding: 5vw;
}
.rounded{
	border-radius: 50px;
}
#draggableUniqueID-2{
	top: 0;
	left: 10vw;
}
#draggableUniqueID-3{
	top: 0;
	left: 30vw;
}
#draggableUniqueID-4{
	top: 0;
	left: 20vw;
}
#draggableUniqueID-5{
	top: 0;
	left: 50vw;
}
#draggableUniqueID-6{
	top: 0;
	left: 60vw;
}
#draggableUniqueID-7{
	top: 10vw;
	left: 70vw;
}
#draggableUniqueID-8{
	top: 10vw;
	left: 50vw;
}
#draggableUniqueID-9{
	top: 10vw;
	left: 60vw;
}
#draggableUniqueID-10{
	top: 10vw;
	left: 40vw;
}
#draggableUniqueID-11{
	bottom: 0vw;
	right: 10vw;
}
#draggableUniqueID-12{
		bottom: 10vw;
		right: 10vw;
}
#draggableUniqueID-15{
		top: 10vw;
		left: 0;
}
#draggableUniqueID-14{
		bottom: 0vw;
		right: 0;
}
#draggableUniqueID-13{
		bottom: 10vw;
		right: 0vw;
}
#draggableUniqueID-16{
		top: 10vw;
		left: 10vw;
}
#draggableUniqueID-17{
		top: 20vw;
		left: 50vw;
}
#canvas{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: black;
}
.alterThumbWrap{
	width: 10vw; 
	height: 10vw; 
	overflow: hidden; 
	border-radius: 100%; 
	padding: 0; 
}
.draggable{
	position: absolute;
	cursor: move;
	box-shadow: 2px 2px 16px #666666;
}
.alterPreviewImg{
	object-fit: cover; 
	width: 10vw; 
	height: 10vw; 
	margin: 0; 
	position: absolute;
}
.hoverwrap{
	background-color: rgba(0,0,0,0.5); 
	width: 8vw; 
	height: 8vw; 
	padding: 1vw; 
	position: absolute;
	opacity: 0;
	color: white;
  font-size: clamp(1rem, 3vw, 1.1rem);
	line-height: 1;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: all 0.3s;
}
.alterThumbWrap:hover > .hoverwrap{
	opacity: 1;
}
.starfield{
	overflow: hidden;
}
html{
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
}
.floatmenu:hover i{
	opacity: 0;
}
#systemimagecaption{
	color: white;
	font-size: small;
	text-align: center;
	line-height: 1;
	margin-top: -20px;
	padding-left: 2vw;
	padding-right: 2vw;
}
#systemimage{
	width: 50vw;
	margin-left: calc(50vw - 25vw);
	margin-top: 10vh;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 p{
	display: none;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 footer {
	display:none;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 .floatmenu {
	display:none;
}
.page-template.page-template-page-home1.page-template-page-home1-php.page.page-id-3982 #trp-floater-ls {
	display:none;
}
.linktitle{
	color: white;
	width: 50vw;
	text-align: center;
	margin: auto;
	font-size: 3vh;
	margin-top: 4vh;
	margin-bottom: 1vh;
	font-weight: bold;
}
#profileimage{
	width: 10vw;
	margin-left: calc(50vw - 5vw);
	margin-top: 10vh;
	border-bottom: solid;
	border-color: white;
	padding-bottom: 2vh;
}
#profileimage img{
	border-radius: 50%;
}
.linkimage{
	width: 10vw;
	margin-top: -7vh;
	margin-left: 15vw;
}
.link{
	color: white;
	border: solid;
	margin: auto;
	margin-top: 1vh;
	margin-bottom: 1vh;
	text-align: center;
	width: 75vw;
	font-size: 2.5vh;
	height: 3vh;
}
#countdown{
	position: absolute;
	top: calc(50vh - 10vw);
	left: calc(50vw - 10vw);
	z-index: -3;
	width: 20vw;
	height: 20vw;
}
main hr{
	display: none;
}
.down{
	position: absolute;
	left: calc(50vw - 15pt);
	bottom: 30vh;
	z-index: 1;
}
body.landing-home {
	overflow-x: hidden;
	background: #000;
}
body.landing-home #primary,
body.landing-home #content,
body.landing-home article,
body.landing-home .the-content {
	width: 100%;
	max-width: none;
	margin: 0;
}
body.landing-home #content {
	float: none;
}
body.landing-home .the-content {
	position: relative;
	min-height: 100vh;
}
body.landing-home .landing-stage {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: transparent;
}
body.landing-home .landing-loader {
	position: fixed;
	inset: 0;
	z-index: 20;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 4vw;
	background-color: #050505;
	background-image: var(--landing-loader-bg, none);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.5s ease;
}
body.landing-home .landing-loader__title {
	font-size: clamp(2.1rem, 5vw, 4.7rem);
	line-height: 1.04;
	letter-spacing: 0;
	white-space: nowrap;
}
body.landing-home .landing-loader__subtitle {
	margin-top: clamp(0.25rem, 0.7vw, 0.65rem);
	font-size: clamp(0.78rem, 1.25vw, 1.05rem);
	line-height: 1;
	letter-spacing: 0;
}
body.landing-home .videobackground,
body.landing-home .video-background2,
body.landing-home .starfield-background {
	opacity: 0;
}
body.landing-home .landing-background {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background: #000;
	opacity: 1;
	pointer-events: none;
}
body.landing-home .landing-background__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: auto;
	min-height: 100vh;
	object-fit: cover;
	object-position: top center;
	opacity: 0.78;
	will-change: transform;
}
body.landing-home .starfield-background {
	position: fixed;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
	will-change: transform, opacity;
	mix-blend-mode: screen;
}
body.landing-home .starfield-background video {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
body.landing-home #landingpage,
body.landing-home #landingpage *,
body.landing-home #designword,
body.landing-home #designword *,
body.landing-home #exhibitionsword,
body.landing-home #exhibitionsword *,
body.landing-home #artworksword,
body.landing-home #artworksword *,
body.landing-home #dossierword,
body.landing-home #dossierword * {
	-webkit-user-select: none;
	user-select: none;
}
body.landing-home .the-content > .landing-index {
	position: relative;
	z-index: 8;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.48);
	overflow: hidden;
}
body.landing-home #landingpage {
	position: fixed;
	inset: 0;
	z-index: 4;
	pointer-events: none;
}
body.landing-home .landing-identity {
	position: absolute;
	top: 0;
	left: 4vw;
	z-index: 2;
	width: min(92vw, 980px);
	color: white;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
}
body.landing-home .landing-orbit-byline {
	margin-top: 0.9rem;
	width: min(92vw, 980px);
	color: white;
	font-size: clamp(0.92rem, 1.35vw, 1.15rem);
	line-height: 1.28;
	letter-spacing: 0;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
}
body.landing-home #landingpage h1 {
	margin: 0;
	font-size: clamp(2.1rem, 5vw, 4.7rem);
	line-height: 1.04;
	letter-spacing: 0;
	white-space: nowrap;
}
body.landing-home .landing-name-marquee {
	position: relative;
	width: min(76vw, 680px);
	height: clamp(1.05rem, 1.8vw, 1.55rem);
	margin-top: clamp(0.25rem, 0.7vw, 0.65rem);
	overflow: hidden;
	font-size: clamp(0.78rem, 1.25vw, 1.05rem);
	line-height: 1;
	letter-spacing: 0;
}
body.landing-home .landing-name-marquee__item {
	position: absolute;
	inset: 0 auto auto 0;
	display: block;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(120%);
	animation: landing-name-swipe 8.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
body.landing-home .landing-name-marquee__item:nth-child(2) {
	animation-delay: 2.8s;
}
body.landing-home .landing-name-marquee__item:nth-child(3) {
	animation-delay: 5.6s;
}
body.landing-home .landing-statement {
	position: absolute;
	inset: 0;
	z-index: 4;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	color: white;
	letter-spacing: 0;
	text-shadow:
		#000 1px 0 0,
		#000 -1px 0 0,
		#000 0 1px 0,
		#000 0 -1px 0,
		rgba(0, 0, 0, 0.9) 2px 2px 4px;
	-webkit-text-stroke: 0.035em #000;
	paint-order: stroke fill;
}
body.landing-home .landing-statement__section-videos {
	position: fixed;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	overflow: hidden;
}
body.landing-home .landing-descent-wash {
	position: fixed;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	will-change: opacity;
}
body.landing-home .landing-statement__group {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	width: 100vw;
	height: 100vh;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	transform: translateY(10vh) scale(0.98);
	pointer-events: none;
}
body.landing-home .landing-statement__section-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
	will-change: opacity, transform;
}
body.landing-home .landing-statement__section-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.landing-home .landing-statement__group-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	gap: clamp(0.75rem, 1.5vh, 1.25rem);
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	padding: clamp(1rem, 2.4vh, 2rem) 4vw 4vh;
	box-sizing: border-box;
}
body.landing-home .landing-statement h3 {
	width: min(86vw, 860px);
	margin: 0 0 1rem;
	color: white;
	font-size: clamp(1.8rem, 2.8vw, 2.7rem);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0;
}
body.landing-home .landing-statement__lede,
body.landing-home .landing-statement__concept {
	width: min(86vw, 860px);
	margin: 0;
	color: white;
	font-size: clamp(1.05rem, 1.85vw, 1.4rem);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}
body.landing-home .landing-statement__projects {
	position: relative;
	display: block;
	width: 100vw;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-bottom: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	touch-action: pan-x;
	overscroll-behavior-x: contain;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body.landing-home .landing-statement__projects::-webkit-scrollbar {
	display: none;
}
body.landing-home .landing-statement__project {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.75fr) minmax(220px, 0.7fr) auto;
	align-items: stretch;
	width: 100vw;
	height: 100%;
	min-height: 0;
	padding: 0;
	scroll-snap-align: start;
	overflow: hidden;
	background: transparent;
	border: 0;
	border-radius: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
}
body.landing-home .landing-statement__project[data-rail-clone="true"] {
	opacity: 0.999;
}
body.landing-home .landing-statement__project-media {
	position: relative;
	min-height: inherit;
	overflow: hidden;
}
body.landing-home .landing-statement__project-media::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--hero-a), var(--hero-b));
	mix-blend-mode: screen;
	opacity: 0.08;
}
body.landing-home .landing-statement__project-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 22%),
		radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1), transparent 20%);
	opacity: 0.24;
}
body.landing-home .landing-statement__project-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.55rem;
	padding: clamp(1rem, 2vh, 1.8rem) 1.5rem;
	box-sizing: border-box;
}
body.landing-home .landing-statement__project-copy h2 {
	margin: 0;
	color: white;
	font-size: clamp(2rem, 3.6vw, 4.8rem);
	font-weight: 500;
	line-height: 0.94;
	letter-spacing: 0;
	text-transform: uppercase;
}
body.landing-home .landing-statement__project-byline {
	display: flex;
	align-items: center;
	margin: 0;
	padding: clamp(1rem, 2vh, 1.8rem) 1.1rem clamp(1rem, 2vh, 1.8rem) 0;
	color: white;
	font-size: clamp(0.95rem, 1.2vw, 1.1rem);
	line-height: 1.35;
	letter-spacing: 0;
	border-left: 0;
}
body.landing-home .landing-statement__project-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(72px, 7vw, 118px);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: white;
	font-size: clamp(3rem, 6vw, 7rem);
	line-height: 1;
	cursor: pointer;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 6px;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
body.landing-home .landing-statement__project-next:hover,
body.landing-home .landing-statement__project-next:focus-visible {
	background: transparent;
	opacity: 0.72;
	transform: translateX(4px);
}
body.landing-home .landing-statement__project.is-active {
	box-shadow: none;
}
body.landing-home .landing-statement__project--left {
	margin-left: 0;
}
@media (max-width: 760px) {
	body.landing-home .landing-statement h3 {
		font-size: 1.25rem;
	}
	body.landing-home .landing-orbit-byline {
		font-size: 0.95rem;
	}
	body.landing-home .landing-statement__project {
		grid-template-columns: 1fr;
		width: 100vw;
		height: 100%;
		min-height: 100svh;
	}
	body.landing-home .landing-statement__project-copy {
		padding: 1.2rem 1rem 0.6rem;
	}
	body.landing-home .landing-statement__project-byline {
		padding: 0 1rem 1rem;
		border-left: 0;
	}
	body.landing-home .landing-statement__project-next {
		width: 100%;
		min-height: 56px;
	}
}
@keyframes landing-name-swipe {
	0%,
	7% {
		opacity: 0;
		transform: translateY(120%);
	}
	14%,
	33% {
		opacity: 1;
		transform: translateY(0);
	}
	41%,
	100% {
		opacity: 0;
		transform: translateY(-120%);
	}
}
body.landing-home.landing-enhanced .landing-index {
	opacity: 0;
	transform: translateY(56px);
}
body.landing-home .landing-index__loading {
	color: white;
	text-align: center;
	font-style: italic;
	padding: 8vh 0;
}
body.landing-home .landing-index .word,
body.landing-home .landing-index .Designs,
body.landing-home .landing-index .Exhibitions,
body.landing-home .landing-index .Artworks,
body.landing-home .landing-index .bottomrow {
	margin-top: 0;
	margin-bottom: 0;
}
body.landing-home .landing-index .Designs,
body.landing-home .landing-index .Exhibitions,
body.landing-home .landing-index .Artworks,
body.landing-home .landing-index .bottomrow {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
}
body.landing-home .landing-index .bottomrow {
	padding-bottom: 0;
}
body.landing-home .landing-index #designword,
body.landing-home .landing-index #exhibitionsword,
body.landing-home .landing-index #artworksword,
body.landing-home .landing-index #dossierword {
	left: 0;
	margin: 0;
	pointer-events: auto;
}
body.landing-home .landing-index .Design,
body.landing-home .landing-index .Exhibition,
body.landing-home .landing-index .Artwork,
body.landing-home .landing-index .bottomitem {
	position: relative;
	overflow: hidden;
}
body.landing-home .landing-index .Exhibition img,
body.landing-home .landing-index .Artwork img,
body.landing-home .landing-index .bottomitem img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body.landing-home .landing-index .Exhibition br,
body.landing-home .landing-index .Artwork br,
body.landing-home .landing-index .bottomitem br {
	display: none;
}
body.landing-home .landing-index .Design .designtitle,
body.landing-home .landing-index .Exhibition .exhibitiontitle,
body.landing-home .landing-index .Artwork .title,
body.landing-home .landing-index .bottomitem .title {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 1rem;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
}
#x, #d{
	font-size: 20pt;
	line-height: 40pt;
}
#x:hover ~ .xu{
	display: block !important;
}
.xu:hover{
	display: block !important;
}
#d:hover ~ .du{
	display: block !important;
}
.du:hover{
	display: block !important;
}
#sqc img{
	border-radius: 5px;
	width: 50px;
	height: 50px;
}
#signup{
	color: white;
	font-size: 10pt;
	text-align: center;
}
#forminator-module-3717{
	margin: auto;
	width: 50vw;
}
.post .title a{
	color: white;
}
.post .title{
	padding-top: 1em;
}
.cky-btn{
	border-color: red !important;
	color: red !important;
}
.cky-btn.cky-btn-accept{
	background-color: #eee !important;
}
.post-meta{
	display: none;
}
#pagination{
	display: none;
}
#footer{
	display: none;
}
.sliders{
	width: 100vw !important;
	overflow: hidden;
}
.ms-bullets-count{
	opacity: .35;
	width: 100vw;
	overflow: hidden;
}
.ms-bullets-count:hover{
	opacity: 1;
}
.ms-nav-next, .ms-nav-prev{
	width: 22px !important;
	height: 22px !important;
	opacity: .35;
}
.ms-nav-next:hover, .ms-nav-prev:hover{
	opacity: 1;
}
.ms-nav-next{
	background-position: -98px -115.5px !important;
}
.ms-nav-prev{
	background-position: -100px -38.5px !important;
}

#sound{
	color: white;
}
#sound iconify-icon{
	margin-left: calc(50% - 12px);
}
#forgiving{
	width: 80%;
	margin: auto;
}
#kirin{
	width: 40%;
	margin: auto;
}
.leaningboard {
	width: 40%;
	margin: auto;
}
.artworkinfo{
	color: white;
	text-align: center;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 12pt;
}
.videobackground{
	position: absolute;
	z-index: 3;
	overflow: hidden !important;
	height: 100vh !important;
	width: 100vw !important;
	opacity: 75%;
	pointer-events: none;
}
#threepress-gallery-bg{
	position: fixed;
	z-index: 0;
	pointer-events: none;
}
.video-background2 {
  position: fixed;
	top: 0;
	left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
	z-index: 2;
	pointer-events: none;
	will-change: transform, opacity;
}
.video-background2 iframe,
.video-background2 video{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  .video-background2 iframe,
  .video-background2 video {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background2 iframe,
  .video-background2 video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.7778vh;
		left: calc(50vw - 88.8889vh);
  }
}
.local-artwork-video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 90vh;
	background: #000;
	object-fit: contain;
}
.video-background2 video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  #threepress-gallery-bg {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #threepress-gallery-bg {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.7778vh;
		left: calc(50vw - 88.8889vh);
  }
}
#npc{
	margin-bottom: 2em;
}
.emphasis{
	font-size: 24pt;
}
#dmscquotes{
	font-style: italic;
}
#dmsc{
	margin-bottom: 2em;
}
#annotatedindex{
	margin-top: 2em;
	margin-bottom: 2em;
}
#minasystemorigins{
	margin-bottom: 2em;
}
#beartulpasummoning{
	margin-bottom: 2em;
}
#beartulpatext{
	padding: 1em;
}
.annotatedindex{
	width: 35%;
	margin: auto;
	margin-top: 2em;
}
.installationview{
	margin-bottom: 2em;
}
.columns{
	display: flex;
	padding: 2em;
	font-size: 12pt;
	color: white;
	text-align: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.column{
	width: 30%;
}
.text {
	color: white !important;
	padding: 0 2em;
	font-size: 12pt;
	text-align: center;
}
.pagetitle{
	font-family: var(--title-font);
	width: 50%;
	margin: auto;
	text-align: center;
	font-style: italic;
}
.pageintro{
	font-family: var(--body-font);
	width: 50%;
	margin: auto;
	text-align: center;
	color: white;
}
.pageintro a{
	color: white;
}
.date{
	font-family: var(--body-font);
	width: 50%;
	margin: auto;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 2em;
}

.slideshow-wrapper {
	height: 100vh;
	border: none !important;
}

.slideshow-fullsize{
	height: 100% !important;
}

.footerabove picture img{
	border-radius: 10px;
}

#menulogo img{
	width: 100px;
	height: 100px;
	border-radius: 10px;
}
.cv{
	padding: 2em;
}

.copy-the-code-shortcode{
	color: white;
}

.numbers{
	color: white;
	font-size: 24pt;
	line-height:36pt;
}
.article{
	color: white;
	font-size: 14pt;
	line-height: 20pt;
}
.numberedarticle{
	padding: 1em;
}
h1{
	color: white;
	font-size: 36pt;
	line-height: 48pt;
}
h2{
	color: white;
	font-size: 24pt;
	line-height: 36pt;
	font-family: var(--title-font);
}
h6{
	color: white;
	font-size: 14pt;
	line-height: 20pt;
}
.links{
	font-size: 14pt;
	line-height: 20pt;
}
.systemmember{
	width: 9.09090909091%;
	color: white;
	text-align: center;
	font-size: 12pt;
}
.systemmembers{
	display: flex;
}
.scripturefootnotes{
	column-count: 6;
	color: white;
	padding: 1em;
	font-size: 10pt;
	line-height: 12pt;
}
hr{
	margin-bottom: 0;
}
.scripturebody{
	column-count: 4;
	color: white;
	padding: 1em;
	font-size: 12pt;
	line-height: 14pt;
}
.intro{
	padding: 1em;
	text-align: center;
	color: white;
	font-size: 12pt;
	line-height: 14pt;
	font-style: italic;
}
.Title{
	width: 50%;
	margin: auto;
	padding: 1em;
	text-align: center;
	color: white;
}
.Title a{
	color: white;
}
.title{
	color: white !important;
}
#name{
	position: absolute;
	top: 0px;
	right: 0px;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 4px;
}

#logogif{
	position: absolute;
	top: 0;
	margin-top: 40px;
	z-index: -2;
}

#logogif img{
	width: 50vw;
	height: auto;
	overflow: hidden;
	opacity: 75%;
	pointer-events: none;
}

body.landing-home #logogif {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	margin: 0;
	overflow: hidden;
	z-index: 1;
	mix-blend-mode: screen;
	pointer-events: none;
}

body.landing-home #logogif img {
	display: block;
	width: 100vw;
	height: 100vh;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center center;
	opacity: 1;
	pointer-events: none;
}

#artworksword {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin-top: 0vw;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.75);
	height: 75vw;
}

#artworksword *{
	font-size: 17.3vw;
	line-height: 17.3vw;
}
#designword {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin-top: 0;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.75);
	height: 33.3334vw;
}
#designword *,
#exhibitionsword *,
#artworksword *,
#dossierword * {
	font-family: var(--index-word-font);
	font-weight: var(--index-word-weight);
	font-variation-settings: "wght" var(--index-word-weight);
	letter-spacing: 0;
	text-transform: uppercase;
}
#designword *{
	font-size: 16.6vw;
	line-height: 16.6vw;
	margin-top: 0;
}
#dossierword {
	position: absolute;
	width: 100%;
	z-index: 2;
	margin-top: 0;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.5);
	height: 25vw;
}

#dossierword *{
	font-size: 22vw;
	line-height: 22vw;
}
#exhibitionsword{
	position: absolute;
	width: 100%;
	height: 25vw;
	z-index: 2;
	transition: all 0.4s;
	background-color: rgba(0,0,0,0.75);
	height: 25vw;
}

#exhibitionsword *{
	font-size: 15.75vw;
	line-height: 15.75vw;
	margin-top: 0vw;
}
article{
	margin-bottom: 0;
}

.main-fluid{
	width: 100%;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	max-width: 100vw;
}

.bottomrow .bottomitem .title {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
    position: absolute;
		margin-top: -33.3333vw;
    z-index: 0.1;
		width: 33.3333%;
		font-size: 12pt;
		opacity: 0;
		height: 23.3333vw;
		padding-top: 10vw;
	 	transition: all 0.4s;
}

.bottomrow .bottomitem:hover .title {
    opacity: 1;
}

.bottomitem{
	width: 33.3333%;
	height: 33.3333vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}

.Artworks .Artwork .title {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 1);
    position: absolute;
		margin-top: -13.08vw;
    z-index: 0.1;
		width: 12.5%;
		font-size: 12pt;
		line-height: 12pt;
		opacity: 0;
		height: 7.5vw;
		padding-top: 5vw;
		transition: all 0.4s;
}

.Artworks .Artwork:hover .title {
    opacity: 1;
}

.Artwork{
	width: 12.5%;
	height: 12.5vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}

.Designs{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Design{
	position: relative;
	width: 16.6667%;
	height: 16.6667vw;
	overflow: hidden;
}
.design-placeholder {
	background: #111;
}
.design-placeholder-01,
.design-placeholder-07 { background: #101820; }
.design-placeholder-02,
.design-placeholder-08 { background: #303030; }
.design-placeholder-03,
.design-placeholder-09 { background: #17212b; }
.design-placeholder-04,
.design-placeholder-10 { background: #252025; }
.design-placeholder-05,
.design-placeholder-11 { background: #1d271f; }
.design-placeholder-06,
.design-placeholder-12 { background: #282318; }
.Design .designtitle {
	background-color: rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 1);
	position: absolute;
	inset: 0;
	z-index: 0.1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 1rem;
	font-size: 12pt;
	line-height: 12pt;
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
}
.Design:hover .designtitle {
	opacity: 1;
}

#brand{
	display: none;
}

#sidebar{
	display: none;
}

#content{
	width: 100%;
	margin-left: 0px;
}

.Exhibitions{
	display: flex;
	height: 25vw;
	width: 100vw;
}
.Exhibition{
	width: 25vw;
}
.Exhibitions .Exhibition .exhibitiontitle{
	background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 1);
  position: absolute;
	z-index: 0.1;
	opacity: 0;
	text-align: center;
	padding-top: 10vw;
	height: 15vw;
	width: 25vw;
	margin-left: -25vw;
	transition: all 0.4s;
}
.Exhibition:hover .exhibitiontitle {
    opacity: 1;
}


html,
body{
	font-family: var(--body-font);
	font-weight: 400;
	background-color: #000;
}

#page,
.site,
.site-content,
#content,
#primary,
article {
	background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.Title,
.pagetitle,
.linktitle,
.site-title,
.site-title a,
.landing-loader__title,
.landing-identity__title,
.landing-name-marquee,
.landing-orbit-byline,
.landing-statement__group h3,
.landing-statement__project-copy h2,
#designword *,
#exhibitionsword *,
#artworksword *,
#dossierword * {
	font-family: var(--title-font);
}

p,
li,
dd,
dt,
button,
input,
select,
textarea,
.pageintro,
.date,
.text,
.article,
.links,
.landing-statement__lede,
.landing-statement__project-byline {
	font-family: var(--body-font);
	font-weight: 400;
}

.cky-footer-shadow{
	display: none !important;
}

#trp-floater-ls-language-list a:hover{
	color: red;
	background: white;
}
#trp-floater-ls{
	padding: .1em !important;
	height: 25px;
}
#trp-floater-ls *{
	padding: .1em !important;
	height: auto;
}
#trp-floater-ls-current-language a{
	line-height: 14px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-dark{
	min-width: 0 !important;
}

#trp-floater-ls{
	margin-left: 15px;
	font-size: 12pt;
	box-shadow: none;
	transform: translatex(-100px);
}

#trp-floater-ls.trp-color-light{
	background: white;
}
.trp-floater-ls-disabled-language.trp-ls-disabled-language{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	
}
#menu-box{
	margin-left: 0px;
	margin-top: -20px;
	display: none;
	background: rgb(255,255,255);
background: linear-gradient(45deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
		border-radius: 20px;
		list-style: none;
}

header {
	display: none;
}

#menu-box li{
	color: black;
}

#menu{
	color: black;
	font-size: 15px;
}

.floatmenu{
  float: left;
  position: fixed;
  margin-left: 20px;
  z-index: 1000;
	overflow: scroll;
	height: 80vh;
}

		.floatmenu a, .floatmenu h2{
		font-size: 20pt;
		line-height: 40pt;
	}

a {
	text-decoration: none;
}

.copyright{
	font-size: 10pt;
	color: white;
}

.copyright a{
	font-size: 10pt;
	color: white;
}

.footerabove{
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	line-height: 20pt;
	margin-bottom: 3em;
	align-items: center;
}

.footerabove h2{
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}

footer *{
	color: white;
	font-size: 14pt;
}

.main-navigation{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

footer img{
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid white 2px;
}

.footerabout{
	text-align: left;
	line-height: 20pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footerabout *, .site-navigation.main-navigation a{
		color: white;
}
.site-navigation.main-navigation a:hover{
	color: red;
}
iconify-icon:hover{
	color: red;
}

.smicons{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

iconify-icon{
	margin: 18pt;
}

.cky-btn-revisit-wrapper{
	width: 20px !important;
	height: 20px !important;
}

button.cky-btn-revisit{
	width: 20px !important;
	height: 20px !important;
	background-color: grey !important;
}

button.cky-btn-revisit img{
	width: 20px !important;
	height: 20px !important;
}

.socialmediaiconswrapper{
	justify-content: space-around;
	height: 100vh;
}

.socialmediaicons3{
	display: flex;
	justify-content: space-around !important;
	line-height: 4em;
}

.socialmediaicons{
	display: flex;
	justify-content: space-around !important;
	line-height: 4em;
	margin-top: 2em;
}

.socialmediaicon{
	width: 60px;
	padding-left: 1em;
	padding-right: 1em;
}

.socialmediaicons2{
	line-height: 4em;
}

.socialmediaicon2{
	width: 150px;
	font-size: 13px;
	line-height:13px;
}

.site-footer{
	background-color: #000000;
	padding-top: 5em;
	z-index: 1;
}

a {
	color: black;
}

a:hover{
	color: red;
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
			#trp-floater-ls{
		transform: translatex(-50px);
	}
	
}
	.Title{
		font-size: 18pt;
		line-height: 24pt;
	}

@media only screen and (min-width: 768px) and (max-width: 959px) {			
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
		#trp-floater-ls{
		transform: translatex(-40px);
	}
.bottomitem{
	width: 50%;
	height: 50vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.bottomrow .bottomitem .title {
	margin-top: -50.55vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
	.Artwork{
	width: 25%;
	height: 25vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Artworks .Artwork .title {
	margin-top: -25.55vw;
	width: 25%;
	height: 20vw;
	padding-top: 5vw;
	}
.Exhibitions .Exhibition .exhibitiontitle {
	margin-top: 0vw;
	margin-left: -50vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
	.Exhibitions{
	display: flex;
	flex-wrap: wrap;
	height: 100vw;
	}
	.Exhibition{
	width: 50vw;
	height: 50vw;
	}
	#exhibitionsword{
	position: absolute;
}
#content{
		margin-left: 0px;
	}
		.Title{
		font-size: 18pt;
		line-height: 24pt;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

		.floatmenu{
	margin-left: 20px;
	margin-top: 0px;
	}
	.floatmenu a{
		font-size: 20pt;
		line-height: 40pt;
	}
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
		#trp-floater-ls{
		transform: translatex(0px);
	}
.bottomitem{
	width: 50%;
	height: 50vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.bottomrow .bottomitem .title {
	margin-top: -50.55vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
.Artwork{
	width: 25%;
	height: 25vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Artworks .Artwork .title {
	margin-top: -25.55vw;
	width: 25%;
	height: 20vw;
	padding-top: 5vw;
	}
.Exhibitions .Exhibition .exhibitiontitle {
	margin-top: 0vw;
	margin-left: -50vw;
	width: 50%;
	height: 35vw;
	padding-top: 15vw;
	}
	.Exhibitions{
	display: flex;
	flex-wrap: wrap;
	height: 100vw;
	}
	.Exhibition{
	width: 50vw;
	height: 50vw;
	}
	#exhibitionsword{
	position: absolute;
}
#content{
		margin-left: 0px;
		width: 100vw;
	}
		.Title{
		font-size: 18pt;
		line-height: 24pt;
	}
	.scripturefootnotes{
	column-count: 4;
	color: white;
	padding: 1em;
	font-size: 10pt;
	line-height: 12pt;
}
.scripturebody{
	column-count: 2;
	color: white;
	padding: 1em;
	font-size: 12pt;
	line-height: 14pt;
}
	.slideshow-wrapper {
	height: 50vh;
}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.emphasis{
		line-height: 24pt;
	}
	#menu-box a{
		font-size: 14pt;
		line-height: 24pt;
	}
	.floatmenu{
	margin-left: 20px;
	margin-top: 0px;
	}
		.floatmenu a{
		font-size: 20pt;
		line-height: 40pt;
	}
	.topmenu{
	line-height: 1em;
	margin-top: -10pt;
}
	
.main-navigation{
	width: 100vw;
	text-align: center;
}

footer img{
	width: 100px;
	height: 100px;
}

.footerabout{
	width: 100vw;
	text-align: center;
}
	#trp-floater-ls{
		transform: translatex(0px);
	}
.bottomitem{
	width: 100%;
	height: 100vw;
}

.bottomrow{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.bottomrow .bottomitem .title {
	margin-top: -100.55vw;
	width: 100%;
	height: 55vw;
	padding-top: 45vw;
	}
.Artwork{
	width: 50%;
	height: 50vw;
}

.Artworks{
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
}
.Artworks .Artwork .title {
	margin-top: -51.25vw;
	width: 50%;
	height: 45vw;
	padding-top: 5vw;
	}
.Exhibitions .Exhibition .exhibitiontitle {
	position: absolute;
	margin-top: 0;
	left: 25vw;
	width: 100%;
	height: 55vw;
	padding-top: 45vw;
	}
	.Exhibitions{
	display: flex;
	flex-wrap: wrap;
	height: 400vw;
	}
	.Exhibition{
	width: 100vw;
	height: 100vw;
	}
	#exhibitionsword{
	position: absolute;
}
#content{
		margin-left: 0px;
	}
	h1{
		font-size: 24pt;
		line-height: 24pt;
	}
	.systemmember{
	width: 25%;
	color: white;
	text-align: center;
	font-size: 12pt;
}
.systemmembers{
	display: flex;
	flex-wrap: wrap;
}
	.Title{
		font-size: 18pt;
		line-height: 24pt;
	}
	.scripturefootnotes{
	column-count: 2;
	color: white;
	padding: 1em;
	font-size: 10pt;
	line-height: 12pt;
}
.scripturebody{
	column-count: 1;
	color: white;
	padding: 1em;
	font-size: 12pt;
	line-height: 14pt;
}
	h2{
	font-size: 18pt;
	line-height: 24pt;
	}
.slideshow-wrapper {
	height: 50vh;
}
	.column{
	width: 100%;
	padding: 0.5em;
}
}
