@font-face {
	font-family: 'Blender Pro';
	src: url("../fonts/BlenderPro/BlenderPro-Medium.eot");
	src: local("Blender Pro Medium"), local("BlenderPro-Medium"), url("../fonts/BlenderPro/BlenderPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-Medium.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-Medium.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Blender Pro';
	src: url("../fonts/BlenderPro/BlenderPro-ThinItalic.eot");
	src: local("Blender Pro Thin Italic"), local("BlenderPro-ThinItalic"), url("../fonts/BlenderPro/BlenderPro-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-ThinItalic.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-ThinItalic.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Blender Pro';
	src: url("../fonts/BlenderPro/BlenderPro-Heavy.eot");
	src: local("Blender Pro Heavy"), local("BlenderPro-Heavy"), url("../fonts/BlenderPro/BlenderPro-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-Heavy.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-Heavy.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-Heavy.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Blender Pro Book';
	src: url("../fonts/BlenderPro/BlenderPro-BookItalic.eot");
	src: local("Blender Pro Book Italic"), local("BlenderPro-BookItalic"), url("../fonts/BlenderPro/BlenderPro-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-BookItalic.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-BookItalic.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-BookItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Blender Pro Book';
	src: url("../fonts/BlenderPro/BlenderPro-Book.eot");
	src: local("Blender Pro Book"), local("BlenderPro-Book"), url("../fonts/BlenderPro/BlenderPro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-Book.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-Book.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-Book.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Blender Pro';
	src: url("../fonts/BlenderPro/BlenderPro-Bold.eot");
	src: local("Blender Pro Bold"), local("BlenderPro-Bold"), url("../fonts/BlenderPro/BlenderPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-Bold.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-Bold.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Blender Pro';
	src: url("../fonts/BlenderPro/BlenderPro-Thin.eot");
	src: local("Blender Pro Thin"), local("BlenderPro-Thin"), url("../fonts/BlenderPro/BlenderPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-Thin.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-Thin.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Blender Pro';
	src: url("../fonts/BlenderPro/BlenderPro-MediumItalic.eot");
	src: local("Blender Pro Medium Italic"), local("BlenderPro-MediumItalic"), url("../fonts/BlenderPro/BlenderPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-MediumItalic.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-MediumItalic.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Blender Pro';
	src: url("../fonts/BlenderPro/BlenderPro-BoldItalic.eot");
	src: local("Blender Pro Bold Italic"), local("BlenderPro-BoldItalic"), url("../fonts/BlenderPro/BlenderPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro/BlenderPro-BoldItalic.woff2") format("woff2"), url("../fonts/BlenderPro/BlenderPro-BoldItalic.woff") format("woff"), url("../fonts/BlenderPro/BlenderPro-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}

:root {
	--font-text: 'Josefin Sans', sans-serif;
	--bg-color: #000;
	--color-primary: #FCEE0A;
}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
}

html.hide-scroll, body.hide-scroll {
	overflow: hidden;
}

body {
	color: #FFF;
	font-family: var(--font-text);
}

@media screen and (max-width: 1024px) {
	body {
		/*
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    #smooth-wrapper {
      position: fixed;
      width: 100vw;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: scroll;
    }
*/
	}
}

#navigation {
	position: fixed;
	right: 0;
	top: calc(50% - 60px);
	display: flex;
	flex-flow: column;
	z-index: 60;
}

#navigation button {
	width: 40px;
	height: 20px;
	display: flex;
	padding: 0;
	outline: none;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: 0;
}

#navigation button:after {
	content: " ";
	background-color: #FFF;
	border-radius: 20px;
	width: 8px;
	height: 8px;
	opacity: 0.2;
	filter: blur(2px);
	transition: 0.2s;
}

#navigation button.active:after {
	opacity: 1;
	filter: blur(0px);
	border: 4px solid #000;
	box-shadow: 0 0 0 1px #515151;
}

#smooth-wrapper {
	/*
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;

  @media screen and (min-width: 1024px) {
    overflow: initial;
    width: auto;
    height: auto;
    position: relative;
  }

   */
}

#section-1 {
	/*position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;*/
}

#intro {
	position: relative;
	width: 70%;
	text-align: center;
	line-height: 1.5em;
	z-index: 40;
}

@media screen and (min-width: 1024px) {
	#intro-text {
		font-size: 24px;
		max-width: 800px;
		margin: auto;
	}
}

.btn {
	display: inline-block;
	padding: 0 10px;
	line-height: 70px;
	height: 70px;
	background-color: transparent;
	color: #FFF;
	border-radius: 2px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	pointer-events: auto !important;
	position: relative;
}

.btn span {
	mix-blend-mode: difference;
}

.btn:before {
	content: " ";
	display: block;
	width: 131px;
	height: 41px;
	background-image: url(../images/underline.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: clip-path 2s ease-in-out;
	clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
	animation: underline 5s infinite cubic-bezier(0.825, 0.005, 0.305, 1) 1s;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 50%;
	margin-top: -22px;
}

@media screen and (min-width: 1024px) {
	.btn {
		transition: 0.3s;
	}
	.btn:hover:before {
		animation: underlineHover 1s cubic-bezier(0.825, 0.005, 0.305, 1) forwards;
	}
}

@keyframes underline {
	0% {
		clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
	}
	25% {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	75% {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}
}

@keyframes underlineHover {
	0% {
		clip-path: polygon(0 0, 0% 0%, 0% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
}

#footer {
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 40;
	padding: 50px 0;
}

#background {
	/*
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
   */
	position: fixed;
	top: 0;
	left: 0;
	width: 150%;
	height: 200%;
}

#canvas3d {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}

#css2drenderer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	pointer-events: none;
}

#css2drenderer .btn {
	pointer-events: auto;
}

.section {
	display: flex;
	align-items: center;
	height: 100vh;
	position: relative;
	text-transform: uppercase;
	z-index: -1;
	overflow-x: hidden;
}

.section-title {
	color: #FFF;
	text-align: left;
	width: 50%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.section-title .title-content {
	font-size: 24px;
}

@media screen and (min-width: 1024px) {
	.section-title .title-content {
		font-size: 50px;
	}
}

.header > .btn-back {
	display: none;
}

#page-content {
	position: fixed;
	top: 40px;
	left: 40px;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	background-image: url(../images/frame_mobile.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 100000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1024px) {
	#page-content {
		background-image: url(../images/frame_desktop.png);
	}
}

#page-content .page-inner {
	padding: 20px;
}

#page-content .animation {
	background-color: transparent;
	position: fixed;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 500;
	pointer-events: none;
	opacity: 0;
	will-change: transform, opacity;
	transition: transform 0.3s, opacity 0.3s;
	box-sizing: border-box;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

#page-content .animation .press-help, #page-content .animation .press-zone {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

#page-content .animation .press-zone {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#page-content .animation .btn-back-page {
	z-index: 15;
	position: relative;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}

#page-content .animation.show {
	pointer-events: auto;
	opacity: 1;
}

/*
#page.page-1 {
  #page-content {
    top: calc(40px + 10%);
    height: calc(80% - 80px);


    @media screen and (min-width: 640px) {
      top: 40px;
      left: 40px;
      width: calc(100% - 80px);
      height: calc(100% - 80px);
    }

    @media screen and (min-width: 1024px) {
      .animation {
        background-size: contain !important;
        background-repeat: no-repeat;
      }
    }
  }
}
*/
.page-text {
	color: #343434;
}

#page-background {
	background-color: #FFF;
	position: fixed;
	top: 40px;
	left: 40px;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	z-index: 90000;
	will-change: transform;
}

.btn-back {
	padding: 0;
	border: 0;
	background-color: transparent;
}

.btn-back img {
	width: 40px;
	display: block;
}

.animation {
	/*
  .frame-1 {
    position: absolute;
    height: 40px;
    width: calc(100% + 20px);
    background-image: url(../images/frame_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: -10px;
    top: -20px;
  }

  .frame-2 {
    position: absolute;
    height: 40px;
    width: 100%;
    background-image: url(../images/frame_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    bottom: -20px;
  }

  .frame-3 {
    position: absolute;
    height: 100%;
    width: 40px;
    background-image: url(../images/frame_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: -20px;
  }

  .frame-4 {
    position: absolute;
    height: 100%;
    width: 40px;
    background-image: url(../images/frame_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: -20px;
  }

   */
}

.btn-back-page {
	padding: 0;
	border: 0;
	background-color: transparent;
	border-radius: 0 0 50px 0;
}

.btn-back-page img {
	width: 60px;
	display: block;
	transform: scale(0.7) translate(-5px, -7px);
}

.illustration img {
	display: inline-block;
	max-width: 100%;
}

.illustration.size-1 img {
	max-width: 75%;
}

.illustration.size-3 {
	text-align: right;
}

.illustration.size-3 img {
	max-width: 75%;
}

.text-marquee {
	padding: 20px 0;
	overflow: hidden;
	font-size: 24px !important;
}

.text-marquee .marquee-inner {
	white-space: nowrap;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
}

.text-marquee .text {
	flex-shrink: 0;
	font-size: 24px !important;
	white-space: nowrap;
	display: inline-block;
	padding-right: 10px;
	font-weight: 300;
}

#scroll-down {
	cursor: pointer;
	background-color: transparent;
	border: 0;
	pointer-events: auto !important;
}

#scroll-down .arrow-down {
	display: block;
	margin: 0 auto;
	width: 10px;
	height: 30px;
}

#scroll-down .arrow-down:after {
	content: '';
	display: block;
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(135deg);
	position: absolute;
	bottom: 0;
	animation: arrow 2s cubic-bezier(1, 0, 0, 1) infinite;
}

#scroll-down::before {
	animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 30px;
	background: #FFF;
	content: ' ';
}

@-webkit-keyframes elasticus {
	0% {
		transform-origin: 0% 0%;
		transform: scale(1, 0);
	}
	50% {
		transform-origin: 0% 0%;
		transform: scale(1, 1);
	}
	50.1% {
		transform-origin: 0% 100%;
		transform: scale(1, 1);
	}
	100% {
		transform-origin: 0% 100%;
		transform: scale(1, 0);
	}
}

@-webkit-keyframes arrow {
	0% {
		transform: scale(1) rotate(135deg);
	}
	50% {
		transform: scale(0) rotate(135deg);
	}
	50.1% {
		transform: scale(0) rotate(135deg);
	}
	100% {
		transform: scale(1) rotate(135deg);
	}
}

.press-help {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	padding: 5px;
}

.press-help .icon {
	width: 40px;
}

.press-help span {
	display: block;
}

.word > div {
	will-change: transform, scale, opacity;
}

@media screen and (min-width: 1024px) {
	.page-about {
		height: 100%;
	}
}

@media screen and (min-width: 768px) {
	.page-about .page-inner {
		padding: 60px !important;
	}
}

@media screen and (min-width: 1024px) {
	.page-about .page-inner {
		min-height: calc(100% - 40px);
		display: flex;
		flex-flow: column;
	}
}

.page-about .sub-section-title {
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 10px 5px 0px rgba(0, 0, 0, 0.07), -10px -5px 0px rgba(0, 0, 0, 0.07);
	font-size: 1.3em;
	display: block;
	text-align: left;
	line-height: 1.3em;
}

.page-about .about-content .about-us {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.page-about .about-content .about-us {
		margin-bottom: 40px;
		width: 80%;
		margin-left: auto;
	}
}

@media screen and (min-width: 1280px) {
	.page-about .about-content .about-us {
		width: 100%;
	}
}

.page-about .about-content p {
	text-align: justify;
}

@media screen and (min-width: 1024px) {
	.page-about .about-content {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		margin: auto;
		max-width: 1140px;
	}
	.page-about .about-content .column-1 {
		width: calc(66.66% - 20px);
	}
	.page-about .about-content .column-2 {
		width: calc(33.66% - 20px);
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
	}
}

.page-about .text-columns {
	columns: 1;
}

@media screen and (min-width: 1024px) {
	.page-about .text-columns {
		columns: 2;
		column-gap: 40px;
	}
	.page-about .text-columns p:first-child {
		margin-top: 0;
	}
}

/*# sourceMappingURL=index.css.map */