html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: var(--color-black);
  overflow-x: hidden;
}
html, body, pre, code, kbd, samp, input, button, select, option, textarea {
  font-family: var(--font-theme);
  font-weight: var(--font-regular);
}
p {
  line-height: 150%;
  margin: 0px 0 35px 0;
}
strong {
  font-weight: var(--font-bold)
}
a {
  text-decoration: none;
  outline: none;
  color: var(--color-white);
  cursor: pointer;
}
button, a, input[type="button"] {
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-regular);
  font-size: 100%;
  line-height: 140%;
}
.is-hide {
  display: none !important;
}
.text-center {
  text-align: center;
}
.fig-img {
  position: relative;
}
.fig-img img {
  width: 100%;
  min-width: inherit;
  height: auto;
}
/*--theme CSS--*/
main {
  perspective-origine: center top;
}
body {
  font-size: 23px;
  color: var(--color-white);
  background-color: var(--color-black);
/*  overflow-x: hidden;*/
  font-weight: var(--font-semibold);	
}
body.is-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
.loader-screen-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: var(--color-black);
  pointer-events: none;
}
.loader-screen-wrapper span {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
  display: block;
  width: 300px;
  height: auto;
}
.loader-screen-wrapper span img {
  width: 100%;
  height: auto;
  max-width: inherit;
}
body.is-loaded .loader-screen-wrapper {
  opacity: 0;
/*  transform: translate3d(0, 0, 0);*/
  width: 0;
  height: 0;
  pointer-events: none;
}
.is-loading .main-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.logo-header {
  width: 90px;
  position: fixed;
  top: 28px;
  left: 28px;
  display: block;
  z-index: 1000;
}
.logo-header img {
  width: 100%;
  height: auto;
  max-width: inherit;
}

.sticky-elmnts{
	position: fixed;
	top: 28px;
	right: 0;
	z-index: 1000;	
}

.intro-wrapper {
  position: relative;
  width: 100%;
/*  padding-bottom: 100vh;*/
  padding-bottom: 56.25%;	
  overflow: hidden;
  height: 0px;
  margin-top: -5%;	
}

.is-100 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0px;	
}

.wrapper.is-100 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0px;	
}
.wrapper.is-100 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  object-fit: cover;
  pointer-events: none;
}


.is-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  object-fit: cover;
  pointer-events: none;
}
.content-wrapper {
  z-index: 2;
}
.intro-wrapper .container {
  height: 100%;
}
.intro-caption {
  text-align: center;
  padding-top: 50px;
}
.intro-caption h1 {
  font-family: var(--font-headline);
  color: var(--color-theme-1);
  font-size: 100px;
  text-transform: uppercase;
  line-height: 90%;
  margin: 0 0 0px 0;
}
.intro-caption h1 br{
	display: none;
}
.intro-caption h2 {
  font-size: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 150%;
  margin: 0;
}
.reveal {
  position: relative;
  display: flex;
  white-space: pre;
  justify-content: center;
}
.reveal span {
  opacity: 0;
  transform: scale(0);
  animation: fade-in 2.4s forwards;
}
@keyframes fade-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-left {
  to {
    left: -6%;
    opacity: 1;
    transform: scale(0.9);
  }
}
@keyframes slide-right {
  to {
    right: -6%;
    opacity: 1;
    transform: scale(0.9);
  }
}

.entry-content {
  font-size: 90%;
}
p.fl::first-letter {
  font-size: 180%;
  font-weight: var(--font-medium);
}
/*
.entry-content p:last-child {
  margin: 0;
  padding: 0;
}
*/
.entry-content p a {
  color: var(--color-theme-2);
  background-image: linear-gradient(120deg, var(--color-theme-2) 0%, var(--color-theme-2) 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: all 0.3s ease-in;
}
.entry-content p a:hover {
  background-size: 0% 2px;
}

/*credits*/
.credits {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -10px;
  text-align: center;
  margin-top: 40px;	
}

.credits .single-credit {
  width: 33.333%;
  padding: 0px 10px;
  margin-bottom: 40px;
}
.credits .single-credit a {
  display: block;
}
.credits .single-credit a:hover {
  color: var(--color-theme-1);
}
.credits .single-credit figure {}
.credits .single-credit .fig-img {
  width: 120px;
  height: 120px;
  background-color: var(--color-white);
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.3));
  position: relative;
}
.credits .single-credit .fig-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}
.credits .single-credit figcaption h3 {
  line-height: 140%;
  font-size: 75%;
  padding: 20px 7px 0px 7px;
  text-align: center;
  font-weight: var(--font-bold);
}
.credits .single-credit figcaption p {
  margin: 0;
  font-size: 60%;
}
.sticky-elmnts{
	position: fixed;
	top: 28px;
	right: 0px;
	z-index: 1000;
}
.sticky-elmnts .sticky-holder{
	width: 40px;
	min-height: 30px;
	border-radius: 20px 0px 0px 20px;
	background-color: var(--color-theme-1);
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px 0px;
}
.srare-icons li{
	display: block;
	margin-bottom: 10px;
}
.srare-icons li:last-child{
	margin-bottom: 0px;
}
.srare-icons li a{
	display: flex;
	position: relative;
	width: 20px;
	margin: 0 auto;
}
.srare-icons li a.copied{
	transform: scale3d(1.2,1.2,1.2);
	transform-origin: center;
}

.srare-icons li a svg{ 
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.srare-icons li a svg path{
	fill: var(--color-black);
	transition: 0.3s all ease-in;
}
.srare-icons li a:hover svg path{
	fill: var(--color-black);
}
.audio-player a{
	display: flex;
	position: relative;
	width: 20px;
	margin: 0 auto;
}
.audio-player a svg{
	vertical-align: middle;
	width: 100%;
	height: auto;
}
.audio-player a.speaker svg * {
    transition: all 0.2s ease-in;
}
.audio-player a.speaker.mute svg g.is-wave {
    opacity: 0.2;
}
#to-copy {
    overflow: hidden;
    position: fixed;
    top: -14px;
    left: 0;
    opacity: 0;
}
.section-wrapper{
	padding: 60px 0px;
}
.section-wrapper-1{
	padding: 50px 0px 0 0;
}

.section-wrapper-2{
	padding: 50px 0px 25px 0;
}
.section-wrapper-3{
	padding: 50px 0px 0px 0;
}
.section-wrapper-4{
	padding: 50px 0px 60px 0;
}


.wrapper.single-organ{
	padding: 0px 0px 60px 0px;
}
.single-organ .entry-content{
	padding-top: 40px;
}

.sub-headline{
	font-family: var(--font-headline);
    color: var(--color-theme-1);
    font-size: 60px;
    line-height: 90%;
    margin: 0 0 15px 0;
}
.is-infogram{
	width: 100%;
	height: 0px;
	padding: 46% 0px 0 0;
	background-color: var(--color-white);
	border-radius: 20px;
	position: relative;
	margin-bottom: 40px;
}
.is-infogram span{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 110%;
	color: var(--color-black);
	
}
.entry-content{
	
}
.content-block{
	
}
.des a{
	text-decoration: underline;
	color: var(--color-theme-1) !important;
}
.des a:hover{
	text-decoration: none !important;
}
.entry-content .des h3{
	color: var(--color-theme-1);
	font-weight: var(--font-bold);
}
.big-fact{
	position: relative;
	margin-bottom: 50px;
}
.big-fact .fact-ico {
    position: relative;
    width: 100px;
    height: 100px;
	margin-top: -20px;
}
.big-fact .fact-ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 154%;
    height: auto;
    object-fit: cover;
    max-width: inherit;
    transform: translate3d(-50%, -50%, 0);
}
.fact-des{
	border-radius: 10px;
	border: 3px solid var(--color-theme-1);
	margin-top: 10px;
	padding: 30px;
}
.fact-des .sub-headline{
	margin: 0 0 5px 0;
}
.fact-des .des p:last-child{
	margin: 0;
	padding: 0;
}
.quote blockquote {
    color: var(--color-theme-1);
    position: relative;
    padding-top: 30px;
}
.quote blockquote .des p:last-child{
	margin: 0;
	padding: 0;
}
.quote blockquote span{
	display: block;
	line-height: 100%;
	font-size: 45px;
	font-weight: var(--font-bold);
}
.quote blockquote span.is-left {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}
.quote blockquote span.is-right{
	text-align: right;
	line-height: 80%;
}
.author.is-flex{
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}
.author .is-img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.author .is-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.author .is-name{
	font-weight: var(--font-light);
	padding-left: 20px;
	width: calc(100% - 60px);
	font-size: 90%;
	line-height: 140%;
	

}
.author .is-name span{
	border-bottom: 2px solid var(--color-theme-1);
	display: inline-block;
	padding-bottom: 4px;
}


.points-icons {
    position: relative;
    padding: 0px 90px;
	margin-top: 30px;
}
.points.is-top{
	margin-top: 30px;
}

.points-icons .point-ico{
	position: absolute;
}

.points-icons .point-ico img{
	width: 100%;
	height: auto;
	min-width: inherit;
}

.points-icons .point-ico.is-1 {
    width: 70px;
    top: 2%;
    left: 0;
}
.points-icons .point-ico.is-2 {
    width: 48px;
    top: 28%;
    left: 20px;
}

.points-icons .point-ico.is-3 {
    width: 74px;
    top: 60%;
    left: 0;
}
.points-icons .point-ico.is-4 {
    width: 50px;
    top: -1%;
    right: 33%;
}

.points-icons .point-ico.is-5 {
    width: 97px;
    top: 7%;
    right: 10px;
}

.points-icons .point-ico.is-6 {
    width: 82px;
    top: 46%;
    right: 4px;
}

.points-icons .point-ico.is-7 {
    width: 55px;
    top: 80%;
    right: 10px;
}
@media (max-width: 700px) {
	
.points-icons {
    position: relative;
    padding: 0px 40px;
}	
	
.points-icons .point-ico.is-1 {
    width: 50px;
    top: 8%;
    left: -6%;
}
.points-icons .point-ico.is-2 {
    width: 43px;
    top: 28%;
    left: -3%;
}
.points-icons .point-ico.is-3 {
    width: 59px;
    top: 60%;
    left: -6%;
}
.points-icons .point-ico.is-4 {
    width: 50px;
    top: -1%;
    right: 0%;
}
.points-icons .point-ico.is-5 {
    width: 53px;
    top: 10%;
    right: -2%;
}
.points-icons .point-ico.is-6 {
    width: 75px;
    top: 46%;
    right: -2%;
}
.points-icons .point-ico.is-7 {
    width: 50px;
    top: 80%;
    right: -2%;
}	
	
}

.points li{
	line-height: 140%;
	position: relative;
	margin-bottom: 20px;
}
.points li a{
	color: var(--color-theme-1);
}
.points li a:hover{
	text-decoration: underline;
}
.points li span{
	position: relative;
	display: block;
	padding: 0px 0 0 20px;
}
.points li span::before{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--color-white);
	content: '';
	top: 10px;
	left: 0;
}

/*viewer*/
canvas {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}

