@charset "UTF-8";
/* CSS Document */

html {
	overflow: hidden;
}

body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	color: #000;
}

h1 {
	font-size:2.5vw;
	font-weight: 900;
}

h2 {
	font-size:2.2vw;
}

h3 {
	font-size:1.7vw;
}

h4 {
	font-size: 1.5vw;
	text-transform: uppercase;
}

h5 {
	font-size: 1.75vw;
}

p {
	font-size: 1.05vw;
	line-height: 1.15;
}

a {
	text-decoration: none;
}

li li {
	margin-left:30px;
}


li li li {
	margin-left:60px;
}

.insideMat {
	width:400vw;
	height:400vw;
	background-color: #b9f1cc;
    background:url("../img/artefact archive bg light.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}

.openText {
	position: absolute;
	width: 60vw;
	top: 168vw;
	left: 170vw;
	z-index: 99;
}

.openText h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 90px;
	text-shadow: 0px 0px rgba(255,255,255,1);
	animation: openText 5s infinite;
	opacity:.25;
	transform:none;
}

@keyframes openText {
	0% {
	   opacity:.25;
		text-shadow: 0px 0px #000;
		transform:translate(0,0) scale(1);
		
	}
	
	40% {
		opacity:.88;
		text-shadow: 2px 5px #000;
		transform:translate(-2px, -5px) scale(1.049);
	}
	
	50% {
		opacity:1;
		text-shadow: 2px 5px #000;
		transform:translate(-2px, -5px) scale(1.05);
	}
	
	60% {
		opacity:.88;
		text-shadow: 2px 5px #000;
		transform:translate(-2px, -5px) scale(1.049);
	}
	
	100% {
	   opacity:.25;
		text-shadow: 0px 0px #000;
		transform:translate(0,0) scale(1);
	}
}

.dragscroll {
	position: relative;
	z-index:999;
	height:100vh;
	overflow: scroll;
	cursor: grab;
	cursor: -o-grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.dragscroll img {
	-webkit-filter: drop-shadow(4px 2px 10px #222222a3);
 	filter: drop-shadow(4px 2px 10px #222222a3);
}

.PDFLink {
	font-size: 1.2vw;
	font-weight: 100;
	display: inline-block;
	background: #ffffff61;
	padding: 1px 10px;
	margin-left: 40px;
	border: 1px solid #c6c6c6;
}

.PDFLink a {
	color: #22409b;
}

.bigOverlay {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	pointer-events: none;
	background:rgba(0,0,0,0);
	transition: all .7s ease-in-out;
}

.navControl-left {
	position: fixed;
	left: 5px;
	top: 30px;
	width: 63px;
	height: 45px;
	background: #ffffffa1;
	z-index: 999999;
	outline: .5px solid #b3b3b3;
	border: 1px solid #e1e1e1cc;
	cursor:pointer;
	overflow:hidden;
	transition:all .3s;
	
	display: none;
}

.info span {
	display: inline-block;
	border: 1px solid;
	padding: 6px;
	margin-top: -5px;
	border-radius: 50%;
}

.accordion {
	max-height: 20px;
 	overflow: hidden;
	margin-top:20px;
	margin-bottom:20px;
 	transition: all .7s ease-out;
}

.moveUL {
	margin-top:20px;
}

.openAcc {
	max-height:2000px;
	transition: all .7s ease-out;
}

.navControl-left p {
	color: #00000052;
	font-size: 10px;
	text-align: center;
	line-height: 0.6;
	transition:all .2s;
}

.navLeft-Open {
	width: 73px;
	height: 223px;
	background: #fff;
	outline: 1px solid #b3b3b3;
	border: 1px solid #e1e1e1;
}

.navLeft-Open p {
	color: #00000052;
	font-size: 12px;
}

.navLeft-Open .info {
	opacity:0;
}

.closer {
	margin-top:150px;
}

.navControl-right {
	position: fixed;
	right: 13px;
	top: 10px;
	height: 111px;
	width: 90px;
	background: #ffffff4a;
	z-index: 99999;
}

.navControl-right img {
	width: 80%;
	margin-left: 10%;
	margin-top: 5%;
	opacity: .8;
}

.navControl-right p {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin-top: 2px;
	color: #404040;
	padding: 0 1px;
}

.mainCircle {
	width: 60vw;
	height: 60vw;
	background: #25c8c80f;
	position: absolute;
	left: 170vw;
	top: 170vw;
	border-radius: 50%;
	animation: mainCircle 3s forwards;
	z-index: 2;
	
}

.secondCircle { 
	width: 74vw;
	height: 74vw;
	background: #ffffff2e;
	position: absolute;
	left: 163vw;
	top: 163vw;
	border-radius: 50%;
	animation: mainCircle 3s forwards;
	z-index: 0;
	border: 2px dashed #0000001c;
}

.thirdCircle {
	width: 76vw;
	height: 76vw;
	position: absolute;
	left: 162vw;
	top: 162vw;
	border-radius: 50%;
	animation: mainCircle 3s forwards;
	z-index: 0;
	border: 2px solid #0000001a;
}

.smallCircle {
	width: 50vw;
	height: 50vw;
	position: absolute;
	left: 175vw;
	top: 175vw;
	border-radius: 50%;
	animation: mainCircle 3s forwards;
	z-index: 14;
	border: 2px solid #0000002e;
}

.bigCircle {
	width: 88vw;
	height: 88vw;
	position: absolute;
	left: 156vw;
	top: 156vw;
	border-radius: 50%;
	animation: mainCircle 3s forwards;
	z-index: 2;
	border: 3px dotted #0000001f;
}

.AltTitle {
	padding-left:40px;
	display:block;
}

.AltTitle-1 {
	animation:altTitle 3s 0s infinite;
}
.AltTitle-2 {
	animation:altTitle 3s .3s infinite;
}

.AltTitle-3 {
	animation:altTitle 3s .6s infinite;
}

.AltTitle-4 {
	animation:altTitle 3s .9s infinite;
}


@-webkit-keyframes altTitle {
	from { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
	50% { 
		transform:scale(1.04) translate(8px, -3px);
		color: #3889b0;
	}
	to { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
}
@-o-keyframes altTitle {
	from { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
	50% { 
		transform:scale(1.04) translate(8px, -3px);
		color: #3889b0;
	}
	to { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
}
@-moz-keyframes altTitle {
	from { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
	50% { 
		transform:scale(1.04) translate(8px, -3px);
		color: #3889b0;
	}
	to { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
}
@keyframes altTitle {
	from { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
	50% { 
		transform:scale(1.04) translate(8px, -3px);
		color: #3889b0;
	}
	to { 
		transform:scale(1) translate(0px, 0px);
		color: #000;
	}
}

.septant {
	position: absolute;
	top: 0;
	left: 103.7vw;
	width: 193vw;
	transform-origin: bottom;
	pointer-events: none;
	opacity: 0;
	transition:all 1s ease-in-out;
}

.septant img {
	filter:none;
	transition:all 1s ease-in-out;
}

.orange {
	transform: rotate(51.43deg);
	transition:all 1s ease-in-out;
}

.yellow {
	transform: rotate(102.86deg);
	transition:all 1s ease-in-out;
}

.green {
	transform: rotate(154.29deg);
	transition:all 1s ease-in-out;
}

.blue {
	transform: rotate(205.71deg);
	transition:all 1s ease-in-out;
}

.indigo {
	transform: rotate(257.17deg);
	transition:all 1s ease-in-out;
}

.violet {
	transform: rotate(308.57deg);
	transition:all 1s ease-in-out;
}

.showSept {
	opacity:.17;
}


.leaf-1Anchor,
.leaf-2Anchor,
.leaf-3Anchor,
.leaf-4Anchor,
.leaf-5Anchor,
.leaf-6Anchor,
.leaf-7Anchor {
	position:absolute;
	height:10px;
	width:10px;
	top:-100vw;
	left:-100vw;
	animation:showAnchor1 2s .6s forwards;
}

.leaf-2Anchor {
	top:-100vw;
	left:unset;
	animation:showAnchor2 2s .6s forwards;
}
.leaf-3Anchor {
	top:-100vw;
	left:500vw;
	animation:showAnchor3 2s .6s forwards;
}
.leaf-4Anchor {
	top:500vw;
	left:500vw;
	animation:showAnchor4 2s .6s forwards;
}
.leaf-5Anchor {
	top:600vw;
	left:600vw;
	animation:showAnchor5 2s .6s forwards;
}
.leaf-6Anchor {
	top:600vw;
	left:600vw;
	animation:showAnchor6 2s .6s forwards;
}
.leaf-7Anchor {
	top:600vw;
	left:600vw;
	animation:showAnchor7 2s .6s forwards;
}

.compassPoint {
	width:32vw;
	height:77vw;
	top: 137vw;
	left: 184vw;
	position: absolute;
	transform-origin: 50% 83.3%;
	overflow: hidden;
	transition:all .3s ease-in-out;
	z-index: 4;
	transform: scale(.7);
	opacity: .8;
}

.smallPoint {
	width: 25vw;
	height: 47vw;
	top: 154vw;
	left: 187.5vw;
	position: absolute;
	transform-origin: 50% 100%;
	opacity: .8;
}

.innerPoint {
	width: 0;
	height: 0;
	border-left: 16vw solid transparent;
	border-right: 16vw solid transparent;
	border-bottom: 77vw solid #dfecffa8;
	opacity:.25;
	transform: scale(.6);
	transition:all .4s ease-in-out;
}

.innerPoint:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 6vw solid transparent;
	border-right: 6vw solid transparent;
	border-bottom: 38vw solid #3967aa75;
	position: absolute;
	left: -6vw;
	top: 5vw;
}

.smallPoint .innerPoint {
	width: 0;
	height: 0;
	border-left: 12.5vw solid transparent;
	border-right: 12.5vw solid transparent;
	border-bottom: 47vw solid #dfecffa8;
}

.old_1 {
	transform: scale(1.3);
	opacity: .8;
}

.old_2 {
	transform: scale(1.3) rotate(51.428571428571429deg);
	opacity: .8;
}

.cP_2 {
	transform: scale(.7) rotate(51.428571428571429deg);
}

.old_3 {
	transform: scale(1.3) rotate(102.857142857142857deg);
	opacity: .8;
}

.cP_3 {
	transform: scale(.7) rotate(102.857142857142857deg);
}

.old_4 {
	transform: scale(1.3) rotate(154.285714285714287deg);
	opacity: .8;
}

.cP_4 {
	transform: scale(.7) rotate(154.285714285714287deg);
}

.old_5 {
	transform: scale(1.3) rotate(205.714285714285714deg);
	opacity: .8;
}

.cP_5 {
	transform: scale(.7) rotate(205.714285714285714deg);
}

.old_6 {
	transform: scale(1.3) rotate(257.142857142857145deg);
	opacity: .8;
}

.cP_6 {
	transform: scale(.7) rotate(257.142857142857145deg);
}

.old_7 {
	transform: scale(1.3) rotate(308.571428571428574deg);
	opacity: .8;
}

.cP_7 {
	transform: scale(.7) rotate(308.571428571428574deg);
}

.sP_1 {
	transform: rotate(25.714285714285714deg);
}

.sP_2 {
	transform: rotate(77.142857142857143deg);
}

.sP_3 {
	transform: rotate(128.571428571428572deg);
}

.sP_4 {
	transform: rotate(180deg);
}

.sP_5 {
	transform: rotate(231.428571428571429deg);
}

.sP_6 {
	transform: rotate(282.857142857142858deg);
}

.sP_7 {
	transform: rotate(334.285714285714287deg);
}

.septHolder {
	position:absolute;
	width:400vw;
	height:400vw;
	top:0;
	left:0;
	overflow:hidden;
	opacity: .84;
}

.squareMarker {
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc(200vw - 20px);
	left: calc(200vw - 20px);
}

@keyframes showAnchor1 {
	0% {
		top:-100vw;
		left:-100vw;
	}
	
	100% {
		top: 142vw;
		left: 199.5vw;
	}
}

@keyframes showAnchor2 {
	0% {
		top:-100vw;
		left:-100vw;
	}
	
	100% {
		top: 163vw;
		left: 250vw;
	}
}

@keyframes showAnchor3 {
	0% {
		top:-100vw;
		left:500vw;
	}
	
	100% {
		top: 213.5vw;
		left: 256vw;	
	}
}

@keyframes showAnchor4 {
	0% {
		top:500vw;
		left:500vw;
	}
	
	100% {
		top: 254vw;
		left: 225.5vw;
	}
}

@keyframes showAnchor5 {
	0% {
		top:600vw;
		left:600vw;
	}
	
	100% {
		top: 253vw;
		left: 174vw;
	}
}

@keyframes showAnchor6 {
	0% {
		top:600vw;
		left:600vw;
	}
	
	100% {
		top: 214vw;
		left: 143vw;
	}
}

@keyframes showAnchor7 {
	0% {
		top:600vw;
		left:600vw;
	}
	
	100% {
		top: 161vw;
		left: 150vw;
	}
}

.fullOp {
	opacity:.4;
}

@keyframes mainCircle {
	0% {
		transform:scale(0);
	}
	
	100% {
		transform:scale(.8);
	}
}

.popWrapBG {
	width:400vw;
	height:400vw;
	position:absolute;
	top:0;
	left:0;
	z-index: 99998;
	pointer-events:none;
}

.popWBGRev {
	pointer-events: auto;
}

.poplinks {
	list-style: unset;
	line-height: 1.8;
}

.poplinks li {
	margin: 0;
    line-height: 1;
}

.poplinks li p {
    display:-webkit-inline-box;
}

.popUp {
	background: #fff;
	border: 1px solid;
	position: relative;
	padding: 20px;
	color:#000;
}

.popUp p {
	font-size: .98vw;
}

.popUp h4 {
	font-size: 1.25vw;
}

.popUpButt {
	border-top: 1px solid #828282;
	display: block;
	border-bottom: 1px solid #828282;
}

.closeIt {
    position: absolute;
    top: -10px;
    right: 17px;
    cursor:pointer;
    font-size: 22px !important;
}

.popUpButt:hover {
	color:#324a71;
	border-top: 1px dotted #324a71;
	border-bottom: 1px dotted #324a71;
}

.popWrap,
.popWrap2,
.popWrap3 {
	overflow: hidden;
	width: 370px;
	position: absolute;
	top: 212vw;
	left: 205vw;
	max-height:0;
	transition: all .5s ease;
	z-index:99999;
}

.popOpen {
	max-height:2400px;
}

#pop1Anch {
	transform: translate(300px, -100px);
}

.popUp ul {
	padding-left: 4px;
	list-style:circle;
}

.popUp ul li {
	padding-left: 0;
	margin-left: 16px;	
	font-size: .9vw;
}

.popUp ul p {
	padding-left: 5px;
	margin-left: 0;
}

.flowerCont {
	position: absolute;
	top: 195vw;
	left: 196vw;
	pointer-events: none;
	scale: 4;
	opacity: .04;
}

.flower {
    position: relative;
    transform-style: preserve-3d;
    -webkit-animation: rotateFlower 60s infinite linear;
    animation: rotateFlower 60s infinite linear;
}

@-webkit-keyframes rotateFlower {
    to {
        transform: rotateY(360deg);
    }
}

@keyframes rotateFlower {
    to {
        transform: rotateY(360deg);
    }
}

.leaf {
    position: absolute;
    height: 10vw;
    transform-origin: top;
    transform-style: preserve-3d;
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%, 0 100%);
    background-image: linear-gradient(#000e, #fff1);
    border-radius: 100px;
    -webkit-animation: leafOpen 12s infinite ease-in-out, ocLeafWidth 6s infinite alternate ease-in-out;
    animation: leafOpen 12s infinite ease-in-out, ocLeafWidth 6s infinite alternate ease-in-out;
}

.leaf:nth-child(0) {
    --leafAngle: 0deg;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #ef8f8f;
}

.leaf:nth-child(1) {
    --leafAngle: 30deg;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    background-color: #ef998f;
}

.leaf:nth-child(2) {
    --leafAngle: 60deg;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    background-color: #efa38f;
}

.leaf:nth-child(3) {
    --leafAngle: 90deg;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    background-color: #efac8f;
}

.leaf:nth-child(4) {
    --leafAngle: 120deg;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background-color: #efb68f;
}

.leaf:nth-child(5) {
    --leafAngle: 150deg;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background-color: #efbf8f;
}

.leaf:nth-child(6) {
    --leafAngle: 180deg;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    background-color: #efc98f;
}

.leaf:nth-child(7) {
    --leafAngle: 210deg;
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
    background-color: #efd28f;
}

.leaf:nth-child(8) {
    --leafAngle: 240deg;
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
    background-color: #efdc8f;
}

.leaf:nth-child(9) {
    --leafAngle: 270deg;
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    background-color: #efe68f;
}

.leaf:nth-child(10) {
    --leafAngle: 300deg;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    background-color: #efef8f;
}

.leaf:nth-child(11) {
    --leafAngle: 330deg;
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    background-color: #e6ef8f;
}

.leaf:nth-child(12) {
    --leafAngle: 360deg;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
    background-color: #dcef8f;
}

.leaf:nth-child(13) {
    --leafAngle: 390deg;
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
    background-color: #d2ef8f;
}

.leaf:nth-child(14) {
    --leafAngle: 420deg;
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
    background-color: #c9ef8f;
}

.leaf:nth-child(15) {
    --leafAngle: 450deg;
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    background-color: #bfef8f;
}

.leaf:nth-child(16) {
    --leafAngle: 480deg;
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
    background-color: #b6ef8f;
}

.leaf:nth-child(17) {
    --leafAngle: 510deg;
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
    background-color: #acef8f;
}

.leaf:nth-child(18) {
    --leafAngle: 540deg;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
    background-color: #a3ef8f;
}

.leaf:nth-child(19) {
    --leafAngle: 570deg;
    -webkit-animation-delay: -3.8s;
    animation-delay: -3.8s;
    background-color: #99ef8f;
}

.leaf:nth-child(20) {
    --leafAngle: 600deg;
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    background-color: #8fef8f;
}

.leaf:nth-child(21) {
    --leafAngle: 630deg;
    -webkit-animation-delay: -4.2s;
    animation-delay: -4.2s;
    background-color: #8fef99;
}

.leaf:nth-child(22) {
    --leafAngle: 660deg;
    -webkit-animation-delay: -4.4s;
    animation-delay: -4.4s;
    background-color: #8fefa3;
}

.leaf:nth-child(23) {
    --leafAngle: 690deg;
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s;
    background-color: #8fefac;
}

.leaf:nth-child(24) {
    --leafAngle: 720deg;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
    background-color: #8fefb6;
}

.leaf:nth-child(25) {
    --leafAngle: 750deg;
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    background-color: #8fefbf;
}

.leaf:nth-child(26) {
    --leafAngle: 780deg;
    -webkit-animation-delay: -5.2s;
    animation-delay: -5.2s;
    background-color: #8fefc9;
}

.leaf:nth-child(27) {
    --leafAngle: 810deg;
    -webkit-animation-delay: -5.4s;
    animation-delay: -5.4s;
    background-color: #8fefd2;
}

.leaf:nth-child(28) {
    --leafAngle: 840deg;
    -webkit-animation-delay: -5.6s;
    animation-delay: -5.6s;
    background-color: #8fefdc;
}

.leaf:nth-child(29) {
    --leafAngle: 870deg;
    -webkit-animation-delay: -5.8s;
    animation-delay: -5.8s;
    background-color: #8fefe6;
}

.leaf:nth-child(30) {
    --leafAngle: 900deg;
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
    background-color: #8fefef;
}

.leaf:nth-child(31) {
    --leafAngle: 930deg;
    -webkit-animation-delay: -6.2s;
    animation-delay: -6.2s;
    background-color: #8fe6ef;
}

.leaf:nth-child(32) {
    --leafAngle: 960deg;
    -webkit-animation-delay: -6.4s;
    animation-delay: -6.4s;
    background-color: #8fdcef;
}

.leaf:nth-child(33) {
    --leafAngle: 990deg;
    -webkit-animation-delay: -6.6s;
    animation-delay: -6.6s;
    background-color: #8fd2ef;
}

.leaf:nth-child(34) {
    --leafAngle: 1020deg;
    -webkit-animation-delay: -6.8s;
    animation-delay: -6.8s;
    background-color: #8fc9ef;
}

.leaf:nth-child(35) {
    --leafAngle: 1050deg;
    -webkit-animation-delay: -7s;
    animation-delay: -7s;
    background-color: #8fbfef;
}

.leaf:nth-child(36) {
    --leafAngle: 1080deg;
    -webkit-animation-delay: -7.2s;
    animation-delay: -7.2s;
    background-color: #8fb6ef;
}

.leaf:nth-child(37) {
    --leafAngle: 1110deg;
    -webkit-animation-delay: -7.4s;
    animation-delay: -7.4s;
    background-color: #8facef;
}

.leaf:nth-child(38) {
    --leafAngle: 1140deg;
    -webkit-animation-delay: -7.6s;
    animation-delay: -7.6s;
    background-color: #8fa3ef;
}

.leaf:nth-child(39) {
    --leafAngle: 1170deg;
    -webkit-animation-delay: -7.8s;
    animation-delay: -7.8s;
    background-color: #8f99ef;
}

.leaf:nth-child(40) {
    --leafAngle: 1200deg;
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
    background-color: #8f8fef;
}

.leaf:nth-child(41) {
    --leafAngle: 1230deg;
    -webkit-animation-delay: -8.2s;
    animation-delay: -8.2s;
    background-color: #998fef;
}

.leaf:nth-child(42) {
    --leafAngle: 1260deg;
    -webkit-animation-delay: -8.4s;
    animation-delay: -8.4s;
    background-color: #a38fef;
}

.leaf:nth-child(43) {
    --leafAngle: 1290deg;
    -webkit-animation-delay: -8.6s;
    animation-delay: -8.6s;
    background-color: #ac8fef;
}

.leaf:nth-child(44) {
    --leafAngle: 1320deg;
    -webkit-animation-delay: -8.8s;
    animation-delay: -8.8s;
    background-color: #b68fef;
}

.leaf:nth-child(45) {
    --leafAngle: 1350deg;
    -webkit-animation-delay: -9s;
    animation-delay: -9s;
    background-color: #bf8fef;
}

.leaf:nth-child(46) {
    --leafAngle: 1380deg;
    -webkit-animation-delay: -9.2s;
    animation-delay: -9.2s;
    background-color: #c98fef;
}

.leaf:nth-child(47) {
    --leafAngle: 1410deg;
    -webkit-animation-delay: -9.4s;
    animation-delay: -9.4s;
    background-color: #d28fef;
}

.leaf:nth-child(48) {
    --leafAngle: 1440deg;
    -webkit-animation-delay: -9.6s;
    animation-delay: -9.6s;
    background-color: #dc8fef;
}

.leaf:nth-child(49) {
    --leafAngle: 1470deg;
    -webkit-animation-delay: -9.8s;
    animation-delay: -9.8s;
    background-color: #e68fef;
}

.leaf:nth-child(50) {
    --leafAngle: 1500deg;
    -webkit-animation-delay: -10s;
    animation-delay: -10s;
    background-color: #ef8fef;
}

.leaf:nth-child(51) {
    --leafAngle: 1530deg;
    -webkit-animation-delay: -10.2s;
    animation-delay: -10.2s;
    background-color: #ef8fe6;
}

.leaf:nth-child(52) {
    --leafAngle: 1560deg;
    -webkit-animation-delay: -10.4s;
    animation-delay: -10.4s;
    background-color: #ef8fdc;
}

.leaf:nth-child(53) {
    --leafAngle: 1590deg;
    -webkit-animation-delay: -10.6s;
    animation-delay: -10.6s;
    background-color: #ef8fd2;
}

.leaf:nth-child(54) {
    --leafAngle: 1620deg;
    -webkit-animation-delay: -10.8s;
    animation-delay: -10.8s;
    background-color: #ef8fc9;
}

.leaf:nth-child(55) {
    --leafAngle: 1650deg;
    -webkit-animation-delay: -11s;
    animation-delay: -11s;
    background-color: #ef8fbf;
}

.leaf:nth-child(56) {
    --leafAngle: 1680deg;
    -webkit-animation-delay: -11.2s;
    animation-delay: -11.2s;
    background-color: #ef8fb6;
}

.leaf:nth-child(57) {
    --leafAngle: 1710deg;
    -webkit-animation-delay: -11.4s;
    animation-delay: -11.4s;
    background-color: #ef8fac;
}

.leaf:nth-child(58) {
    --leafAngle: 1740deg;
    -webkit-animation-delay: -11.6s;
    animation-delay: -11.6s;
    background-color: #ef8fa3;
}

.leaf:nth-child(59) {
    --leafAngle: 1770deg;
    -webkit-animation-delay: -11.8s;
    animation-delay: -11.8s;
    background-color: #ef8f99;
}

.leaf:nth-child(60) {
    --leafAngle: 1800deg;
    -webkit-animation-delay: -12s;
    animation-delay: -12s;
    background-color: #ef8f8f;
}

@-webkit-keyframes leafOpen {
    from {
        transform: translateZ(-30px) rotate(var(--leafAngle)) rotateX(-90deg) rotateY(-15deg);
    }

    to {
        transform: translateZ(30px) rotate(var(--leafAngle)) rotateX(90deg) rotateY(45deg);
    }
}

@keyframes leafOpen {
    from {
        transform: translateZ(-30px) rotate(var(--leafAngle)) rotateX(-90deg) rotateY(-15deg);
    }

    to {
        transform: translateZ(30px) rotate(var(--leafAngle)) rotateX(90deg) rotateY(45deg);
    }
}

@-webkit-keyframes ocLeafWidth {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

@keyframes ocLeafWidth {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

.compassText {
	position: absolute;
	left: 155.5vw;
	top: 172vw;
	width: 300px;
	transform: rotate(37deg);
	font-size: 1.4vw;
	font-weight: 100;
	letter-spacing: 4px;
	opacity: .3;
	text-align: center;
	animation: shimmerText 6s infinite;
}

@keyframes shimmerText {
    0% {
        margin-left:0;
        margin-top:0;
    }
    50% {
        margin-left:-8px;
        margin-top:4px;
    }
    100% {
        margin-left:0;
        margin-top:0;
    }
}

.cT_2 {
	top: 154.5vw;
	left: 189.44vw;
	transform: rotate(-90deg);
	animation: shimmerText 6s .5s infinite;
}

.cT_3 {
	top: 171.5vw;
	left: 224.2vw;
	transform: rotate(-36deg);
	animation: shimmerText 6s .9s infinite;
}

.cT_4 {
	top: 208.7vw;
	left: 232vw;
	transform: rotate(12deg);
	animation: shimmerText 6s 1.3s infinite;
}

.cT_5 {
	left: 204.5vw;
	top: 230vw;
	text-align: right;
	transform: rotate(64deg);
	animation: shimmerText 6s .3s infinite;
}

.cT_6 {
	left: 172.3vw;
	top: 235.5vw;
	transform: rotate(-60deg);
	animation: shimmerText 6s .7s infinite;
}

.cT_7 {
	top: 208.79vw;
	transform: rotate(-11deg);
	left: 147.4vw;
	animation: shimmerText 6s 1.1s infinite;
}

.downArrow-d {
	width:auto;
	overflow:hidden;
	position: absolute;
	margin-left:5px;
}

.downArrow-u {
	-moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
	width:0px;
	opacity:0;
	overflow:hidden;
	margin-left:5px;
	position: absolute;
}

.hideArrow {
	width:0px;
	opacity:0;
}

.showArrow {
	width:auto;
	opacity:1;
}


.art-1 {
	position: absolute;
	left: 206vw;
	top: 122vw;
	text-align: center;
	width: 12vw;
	background: rgba(230,230,233,.6);
	padding: 15px;
	border: 1px dashed rgba(30,30,30,.6);
	transform: rotate(2.5deg);
	z-index: 99999;
	text-align: center;
}

.art-2 {
	left: 180vw;
	top: 112vw;
	transform: rotate(-5.5deg);
}

.art-3 {
	left: 128vw;
	top: 154vw;
	transform: rotate(3.5deg);
}

.art-4 {
	left: 262vw;
	top: 205vw;
	transform: rotate(-2.5deg);
}

.art-5 {
	left: 150vw;
	top: 137vw;
}

.art-6 {
	left: 280vw;
	top: 186vw;
}

.art-7 {
	left: 127vw;
	top: 114vw;
	transform: rotate(-3deg);
}

.art-8 {
	left: 107vw;
	top: 141vw;
	transform: rotate(-6.5deg);
}

.art-1 img {
	width:95%;
	-webkit-filter: drop-shadow(1px 4px 2px #8c8c8ca3);
	filter: drop-shadow(1px 4px 2px #8c8c8ca3);
}

.art-7 img {
	margin-bottom:20px;
 	width: 67%;
}

.art-8 img {
	width: 80%;
	margin-bottom: 10px;
}

.art-link {
  	text-decoration:none;
	color:unset;
}


.dragscroll {
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.blankSept {
	position: absolute;
	border: 1px solid #acacac;
	width: 200px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	opacity:.7;
}

.blankSept h4 {
	font-size: 68px;
	line-height: 0.4;
	margin-top: 18px;
	color: #00000063;
	font-weight: 100;
	margin-bottom:0;
}

.blankSept h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #00000045;
	line-height: 1;
}

.blankSept p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	font-size: 13px;
	color: #0000007a;
}

.body {
	top: 145vw;
	left: 256vw;
}

.sing {
	top: 266vw;
	left: 230vw;
}

.build {
	top: 266vw;
	left: 159vw;
}

.stars {
	top: 211vw;
	left: 106vw;
}

.art-1 h1 {
	font-size: 1.3vw;
	color: #267dca;
	text-decoration: underline;
	font-weight: 100;
	margin: 5px 0;
}

.art-1 h3 {
	font-size: 1.1vw;
	margin: 5px 0;
	font-weight: 100;
}

.art-1 h4 {
	font-size: 11px;
}

.art-1 p {
	line-height: .5;
	font-size: 12px;
	color: #717171;
}

.art-1 p .serial {
	font-style:italic;
	text-transform: uppercase;
}