html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
html {
	line-height: 1
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
q, blockquote {
	quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}
a img {
	border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
.work-content-col h3, h4, .hero h1 {
	letter-spacing: 0.025em
}
.slash {
	font-weight: normal;
	color: #333;
	position: relative;
	font-size: 90%
}
input, textarea, button {
	font-family: "vaud_display", "Helvetica Neue", Helvetica, sans-serif;
	-webkit-border-radius: 0
}
input:focus, textarea:focus, button:focus {
	outline: none
}
button, select {
	cursor: pointer
}
a {
	color: #1a1a1a;
	text-decoration: none
}
a:focus {
	outline: none
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased
}

body {
	text-align: center;
 background:
}
::selection {
	background: #1a1a1a;
	color: #efefef;
	text-shadow: none
}
.no-scroll .wrapper {
	overflow: hidden
}
.wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-bottom: 100px
}
 @media screen and (max-width: 1024px) {
.wrapper {
	overflow-x: hidden
}
}
.content {
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-delay: 0s, 0.6s;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	background: #efefef;
	height: 100%;
	min-height: 100%;
	z-index: 3;
	position: relative
}
.content:before {
	width: 100%;
	height: 100%;
	background-color: #efefef;
	left: 0;
	top: 0;
	content: ""
}
 @media screen and (max-width: 1024px) {
.wrapper, .content {
	height: auto
}
}
.hide-content .wrapper, .hide-content .footer {
	opacity: 0
}
.hide-content .footer {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
.is-loading {
	opacity: 0
}
img {
	-moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
body:not(.is-ready) {
}
#loader {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 28px;
	left: 50%;
	margin: -14px;
	position: fixed;
	top: 50%;
	width: 28px;
	z-index: 100
}
body[data-mode="category"] #category:empty ~ #loader {
	display: block;
	position: relative;
	margin-bottom: 80px
}
body[data-mode="work"] #work:empty ~ #loader {
	display: block
}
body[data-mode="category"].is-scrolled #category.pending ~ #loader {
	display: block
}
body.preparing #loader {
	display: block
}
.header h1 {
	position: absolute;
	width: 100%;
	height: 100px;
	overflow: hidden
}
#logo {
	-moz-transition: top 0.2s ease, -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	-o-transition: top 0.2s ease, -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	-webkit-transition: top 0.2s ease, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	transition: top 0.2s ease, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	display: block;
	height: 38px;
	left: 50%;
	margin-bottom: 10px;
	margin-left: -110px;
	padding: 10px;
	position: fixed;
	top: 40px;
	width: 200px;
	z-index: 4
}
#logo span {
	display: none
}
#logo svg {
	fill: #1a1a1a;
	overflow: hidden
}
#logo.is-hidden {
	opacity: 0;
	pointer-events: none
}
body[data-mode="work"] #logo {
	display: block
}
 @media screen and (max-width: 1024px) {
#logo {
	top: auto;
	bottom: 40px;
	margin-bottom: 0;
	background: url(../images/logo.gif) 0 0 no-repeat !important;
	left: auto;
	margin-left: auto;
	right: 36px
}
#logo {
	background: url(../images/logo.gif) 0 0 no-repeat !important;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}
#logo.is-hidden {
	opacity: 1
}
body:not([data-mode="home"]) #logo {
	display: none
}
}
 @media (max-width: 568px) {
#logo {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: none;
	padding: 5px
}
#logo svg {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-moz-transform: scale(0.65);
	-ms-transform: scale(0.65);
	-webkit-transform: scale(0.65);
	transform: scale(0.65)
}
body[data-mode="home"] #logo {
	position: absolute;
	display: block;
	top: 41px;
	padding: 0;
	right: auto;
	left: 50%;
	margin-left: -100px
}
}
#logo .arrow line {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.no-touch #logo:hover .arrow line {
	-moz-transform: translate3d(-5px, 0, 0);
	-ms-transform: translate3d(-5px, 0, 0);
	-webkit-transform: translate3d(-5px, 0, 0);
	transform: translate3d(-5px, 0, 0)
}
 @media (min-width: 1025px) {
#logo svg {
	width: 100%
}
#logo svg path, #logo svg polygon, #logo svg g {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
body:not([data-mode="home"]) #logo:hover .b, body:not([data-mode="home"]) #logo:hover .u, body:not([data-mode="home"]) #logo:hover .k, body:not([data-mode="home"]) #logo:hover .w, body:not([data-mode="home"]) #logo:hover .arrow, body:not([data-mode="home"]) #logo:hover .t, body:not([data-mode="home"]) #logo.animated .b, body:not([data-mode="home"]) #logo.animated .u, body:not([data-mode="home"]) #logo.animated .k, body:not([data-mode="home"]) #logo.animated .w, body:not([data-mode="home"]) #logo.animated .arrow, body:not([data-mode="home"]) #logo.animated .t {
	-moz-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0)
}
body:not([data-mode="home"]) #logo:hover .h, body:not([data-mode="home"]) #logo:hover .n, body:not([data-mode="home"]) #logo:hover .a, body:not([data-mode="home"]) #logo:hover .o, body:not([data-mode="home"]) #logo.animated .h, body:not([data-mode="home"]) #logo.animated .n, body:not([data-mode="home"]) #logo.animated .a, body:not([data-mode="home"]) #logo.animated .o {
	-moz-transform: translate3d(0, -40px, 0);
	-ms-transform: translate3d(0, -40px, 0);
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0)
}
}
.menu-trigger {
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 20;
	height: 44px;
	width: 44px;
	padding: 11px 11px;
	background: #1a1a1a
}
.menu-trigger span {
	margin-bottom: 8px;
	width: 22px;
	height: 1px;
	background: #efefef;
	display: block;
	position: relative;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}

.header-social {
	padding: 0 10px;
	position: absolute;
	bottom: 24px;
	left: 8px
}
.header-social li {
	margin-right: -3px;
	display: inline-block;
	vertical-align: top
}
.header-nav {
	-moz-transition: visibility 0s linear 0.6s;
	-o-transition: visibility 0s linear 0.6s;
	-webkit-transition: visibility 0s linear;
	-webkit-transition-delay: 0.6s;
	transition: visibility 0s linear 0.6s;
	width: 230px;
	bottom: 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
html:not(.ie) .header-nav {
	visibility: hidden
}
.header-primary, .header-contact {
	padding: 20px 28px;
	text-align: left
}
.header-primary li, .header-primary h3, .header-contact li, .header-contact h3 {
	display: block;
	font-size: 1.0625em;
	line-height: 1.11765em
}
.header-primary h3, .header-primary a, .header-contact h3, .header-contact a {
	display: block
}
.header-primary a, .header-contact a {
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.header-primary .no-touch a:hover, .header-contact .no-touch a:hover {
	color: #999
}
.header-primary p, .header-contact p {
	font-size: 0.75em;
	line-height: 1.33333em;
	padding-bottom: 1em
}
.header-contact {
	padding-bottom: 38px
}
.header-contact h3 {
	padding-bottom: 0.75em
}
.header-primary li {
	position: relative
}
.header-primary li a {
	line-height: 20px;
	padding: 14px 0
}
.header-primary li a:first-letter {
	text-transform: uppercase
}
 @media screen and (max-width: 568px) {
.header-primary li a {
	padding: 8px 0
}
}
.no-touch .header-primary li a:hover[href="/"] {
	color: #999
}
.no-touch .header-primary li a:hover[href*="art"] {
	color: #a25aff
}
.no-touch .header-primary li a:hover[href*="fashion"] {
	color: #ff001b
}
.no-touch .header-primary li a:hover[href*="business"] {
	color: #00e19d
}
.no-touch .header-primary li a:hover[href*="creative"] {
	color: #f4b603
}
.no-touch .header-primary li a:hover[href*="about"] {
	color: #00d5eb
}
.header-primary li a.is-active {
	color: #1a1a1a;
	opacity: 0.4;
	pointer-events: none
}
.header-primary li:first-child:after {
	display: none
}
.header-contact {
	position: absolute;
	bottom: 30px;
	left: 0
}
.header-contact a {
	display: inline;
	padding-bottom: 0
}
.header-contact strong {
	font-weight: bold
}
.header-contact p {
	padding-bottom: 20px
}
 @media (max-width: 568px) {
.header-primary {
	padding: 20px 28px
}
.header-contact {
	padding-top: 40px;
	position: relative;
	padding-bottom: 0;
	bottom: 0
}
.header-social {
	bottom: 0;
	position: relative;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 20px
}
}
.menu-closer {
	position: fixed;
	left: 230px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none
}
body.is-ready.menu-open {
    overflow: hidden;
}
.menu-open .wrapper {
	overflow: hidden
}
.menu-open .wrapper .content {
	pointer-events: none
}
.menu-open .header-nav {
	visibility: visible !important;
	-moz-transition: visibility 0s linear 0s;
	-o-transition: visibility 0s linear 0s;
	-webkit-transition: visibility 0s linear;
	-webkit-transition-delay: 0s;
	transition: visibility 0s linear 0s
}
body:not(.menu-open) .header-nav {
	pointer-events: none;
	overflow: hidden
}
/*.csstransforms3d .menu-open #logo, .csstransforms3d .menu-open .footer, .csstransforms3d .menu-open .menu-trigger {
	-moz-transform: translate3d(230px, 0px, 0px) !important;
	-ms-transform: translate3d(230px, 0px, 0px) !important;
	-webkit-transform: translate3d(230px, 0px, 0px) !important;
	transform: translate3d(230px, 0px, 0px) !important
}
.csstransforms3d .menu-open #content {
	-moz-transform: translate3d(230px, 0px, 0px) !important;
	-ms-transform: translate3d(230px, 0px, 0px) !important;
	-webkit-transform: translate3d(230px, 0px, 0px) !important;
	transform: translate3d(230px, 0px, 0px) !important
}
.csstransforms3d .menu-open #content {
	pointer-events: none
}*/
.csstransforms3d .menu-open .menu-trigger span:first-child {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 4px;
	left: -3px;
	width: 14px
}
.csstransforms3d .menu-open .menu-trigger span:last-child {
	top: -4px;
	left: -3px;
	width: 14px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.csstransforms3d .menu-open .menu-closer {
	display: block
}
.no-csstransforms3d .header {
	display: none
}
.no-csstransforms3d .menu-open .header-nav, .no-csstransforms3d .header:target .header-nav {
	display: block
}
.no-csstransforms3d .menu-closer {
	display: block
}
.footer {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2;
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-delay: 0s, 0.6s;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s
}
.footer a {
	color: inherit
}
.footer p {
	text-align: center;
	font-size: 0.875em;
	line-height: 1.42857em;
	padding-top: 39px
}
.footer p a {
	font-weight: normal
}
.footer p a {
	-moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s
}
.no-touch .footer p a:hover {
	opacity: 0.5
}
body[data-mode="about"] .footer, body[data-mode="home"] .footer, body[data-mode="category"]:not(.has-columns) .footer {
	display: none
}
body[data-mode="about"] .wrapper, body[data-mode="home"] .wrapper, body[data-mode="category"]:not(.has-columns) .wrapper {
	padding-bottom: 0
}
body.is-doing-request .footer {
	display: none !important
}
body.is-doing-request .wrapper {
	padding-bottom: 0 !important
}
.footer-inner {
	background: #efefef;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	color: #1a1a1a
}
.footer-question {
	font-weight: bold
}
.footer-top {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 44px;
	height: 0;
	padding-top: 44px;
	bottom: 20px !IMPORTANT;
	background: url(../images/go-top.jpg) 0 0 no-repeat !important;
	text-indent: -99999px;
	float: left;
	background: url("../images/sprite.svg") 0 0;
	position: absolute;
	clear: both;
	display: block;
	right: 40px;
}
.no-touch .footer-top:hover {
	-moz-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0)
}
.icon-arrow {
	width: 25px;
	height: 14px;
	margin: 3px 8px;
	display: inline-block;
	vertical-align: top;
	background: url("../images/sprite.svg") 0 -200px
}
 @media screen and (max-width: 1024px) {
.footer-top {
	display: none
}
}
 @media (max-width: 568px) {
.footer span:first-of-type:after {
	content: "";
	display: block
}
.footer .icon-arrow {
	display: none
}
.footer p {
	padding-top: 17px;
	line-height: 23px
}
.footer p a {
	display: block
}
}
.icon {
	background: url("../images/sprite.svg") 0 0 no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	text-align: left;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}
.icon-facebook {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: left;
	background: url("../images/sprite.svg") 0 -100px no-repeat
}
.icon-twitter {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: left;
	background: url("../images/sprite.svg") -80px -100px no-repeat
}
.icon-behance {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	text-align: left;
	background: url("../images/sprite.svg") -40px -100px no-repeat
}
.icon-facebook, .icon-behance, .icon-twitter {
	position: relative
}
.icon-facebook:after, .icon-behance:after, .icon-twitter:after {
	-moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
	background: url("../images/sprite.svg") -150px -100px no-repeat;
	background-color: #fff
}
.no-touch .icon-facebook:hover:after, .no-touch .icon-behance:hover:after, .no-touch .icon-twitter:hover:after {
	opacity: 1
}
.icon-twitter:after {
	background-position: -230px -100px
}
.icon-behance:after {
	background-position: -190px -100px
}
.icon-play {
	background: url("../images/sprite.svg") -340px 0px no-repeat;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	background-color: #1a1a1a;
	text-indent: 200%;
	white-space: nowrap
}
.home {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: #1a1a1a;
	counter-reset: home-counter;
	height: 100%;
	left: 0px;
	min-height: 100%;
	position: relative
}
.home-items {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	overflow-x: hidden
}
 @media screen and (max-width: 1024px) {
.home-items {
	overflow: hidden;
	position: relative
}
}
.home-item {
	counter-increment: home-counter;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #efefef;
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 25%;
	z-index: 10;
	overflow: hidden
}
.home-item a {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}
.home-item a[data-history] {
	display: none;
	top: 140px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.home-item#about {
	opacity: 0
}
.home-item.is-open a[data-mode] {
	display: none
}
.home-item.is-open a[data-history] {
	display: block
}
 @media (min-width: 1025px) {
.home-item:nth-of-type(1) {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.home-item:nth-of-type(2) {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.home-item:nth-of-type(3) {
	-moz-transform: translateX(150%);
	-ms-transform: translateX(150%);
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
	z-index: 1
}
.home-item:nth-of-type(4) {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%)
}
.home-item:nth-of-type(5) {
	-moz-transform: translateX(300%);
	-ms-transform: translateX(300%);
	-webkit-transform: translateX(300%);
	transform: translateX(300%)
}
}
 @media screen and (max-width: 1024px) {
#about, body:not([data-mode="home"]) .home-item {
	display: none
}
.home-item {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	width: 100%;
	height: 25%;
	top: auto;
	bottom: auto;
	overflow: hidden;
	position: relative
}
.home-item.is-open {
	height: 100%
}
.home-item:after {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.home-item:first-of-type:after {
	display: none
}
.home-item a[data-history] {
	display: none !important
}
}
 @media (max-width: 568px) {
.home-item:first-of-type .home-copy .home-copy-inner {
	top: 60% !important
}
.home-copy .home-line {
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.home-copy .home-title {
	font-size: 40px !important;
	line-height: 35px !important;
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	margin-top: -20px !important
}
.home-copy .home-sub {
	font-size: 12px
}
}
.home-divider {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	height: 100%;
	width: 25%;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #fff;
	background: transparent;
	pointer-events: none;
	z-index: 20
}
.home-divider.home-divider-1 {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.home-divider.home-divider-2, .home-divider.home-divider-3 {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.home-divider.home-divider-4 {
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	transform: translateX(200%)
}
 @media screen and (max-width: 1024px) {
.home-divider {
	display: none
}
}
.home-item.is-open ~ .home-divider {
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.home-item.is-open:nth-of-type(1) ~ .home-divider-1, .home-item.is-open:nth-of-type(1) ~ .home-divider-2, .home-item.is-open:nth-of-type(1) ~ .home-divider-3, .home-item.is-open:nth-of-type(1) ~ .home-divider-4, .home-item.is-open:nth-of-type(2) ~ .home-divider-2, .home-item.is-open:nth-of-type(2) ~ .home-divider-3, .home-item.is-open:nth-of-type(2) ~ .home-divider-4, .home-item.is-open:nth-of-type(3) ~ .home-divider-3, .home-item.is-open:nth-of-type(3) ~ .home-divider-4, .home-item.is-open:nth-of-type(4) ~ .home-divider-4 {
	-moz-transform: translateX(400%);
	-ms-transform: translateX(400%);
	-webkit-transform: translateX(400%);
	transform: translateX(400%)
}
.home-bg {
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0
}
.home-bg svg {
	-moz-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
	-o-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
	-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-delay: 0.05s;
	transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 1
}
html:not(.ie) .home-bg svg.for-ie, .ie .home-bg svg:not(.for-ie) {
	display: none !important
}
.home-bg svg.for-ie {
	width: 1054px;
	height: 1000px;
	margin: -500px -527px
}
.home-bg svg .gfx-container {
	-webkit-transform-origin: 290px 290px;
	-moz-transform-origin: 290px 290px;
	-o-transform-origin: 290px 290px;
	transform-origin: 290px 290px;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}
.home-bg svg .gfx-triangle-lines {
	opacity: 1
}
.home-bg svg .gfx-dashed-polyline {
	-moz-transform: translate3d(7px, 0, 0);
	-ms-transform: translate3d(7px, 0, 0);
	-webkit-transform: translate3d(7px, 0, 0);
	transform: translate3d(7px, 0, 0);
	opacity: 1
}
.home-bg svg#art-gfx rect {
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
	-moz-transform: scaleX(1) scaleY(1);
	-ms-transform: scaleX(1) scaleY(1);
	-webkit-transform: scaleX(1) scaleY(1);
	transform: scaleX(1) scaleY(1)
}
.home-bg svg#art-gfx-lines line {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important
}
.home-bg svg#art-gfx-lines line:first-of-type {
	display: none
}
.home-bg svg#art-gfx-lines line:nth-of-type(2) {
	-webkit-animation: swing 6s ease infinite;
	-moz-animation: swing 6s ease infinite;
	-ms-animation: swing 6s ease infinite;
	-o-animation: swing 6s ease infinite;
	animation: swing 6s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(3) {
	-webkit-animation: swing 9s ease infinite;
	-moz-animation: swing 9s ease infinite;
	-ms-animation: swing 9s ease infinite;
	-o-animation: swing 9s ease infinite;
	animation: swing 9s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(4) {
	-webkit-animation: swing 12s ease infinite;
	-moz-animation: swing 12s ease infinite;
	-ms-animation: swing 12s ease infinite;
	-o-animation: swing 12s ease infinite;
	animation: swing 12s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(5) {
	-webkit-animation: swing 15s ease infinite;
	-moz-animation: swing 15s ease infinite;
	-ms-animation: swing 15s ease infinite;
	-o-animation: swing 15s ease infinite;
	animation: swing 15s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(6) {
	-webkit-animation: swing 18s ease infinite;
	-moz-animation: swing 18s ease infinite;
	-ms-animation: swing 18s ease infinite;
	-o-animation: swing 18s ease infinite;
	animation: swing 18s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(7) {
	-webkit-animation: swing 21s ease infinite;
	-moz-animation: swing 21s ease infinite;
	-ms-animation: swing 21s ease infinite;
	-o-animation: swing 21s ease infinite;
	animation: swing 21s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(8) {
	-webkit-animation: swing 24s ease infinite;
	-moz-animation: swing 24s ease infinite;
	-ms-animation: swing 24s ease infinite;
	-o-animation: swing 24s ease infinite;
	animation: swing 24s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(9) {
	-webkit-animation: swing 27s ease infinite;
	-moz-animation: swing 27s ease infinite;
	-ms-animation: swing 27s ease infinite;
	-o-animation: swing 27s ease infinite;
	animation: swing 27s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(10) {
	-webkit-animation: swing 30s ease infinite;
	-moz-animation: swing 30s ease infinite;
	-ms-animation: swing 30s ease infinite;
	-o-animation: swing 30s ease infinite;
	animation: swing 30s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(11) {
	-webkit-animation: swing 33s ease infinite;
	-moz-animation: swing 33s ease infinite;
	-ms-animation: swing 33s ease infinite;
	-o-animation: swing 33s ease infinite;
	animation: swing 33s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(12) {
	-webkit-animation: swing 36s ease infinite;
	-moz-animation: swing 36s ease infinite;
	-ms-animation: swing 36s ease infinite;
	-o-animation: swing 36s ease infinite;
	animation: swing 36s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(13) {
	-webkit-animation: swing 39s ease infinite;
	-moz-animation: swing 39s ease infinite;
	-ms-animation: swing 39s ease infinite;
	-o-animation: swing 39s ease infinite;
	animation: swing 39s ease infinite
}
.home-bg svg#art-gfx-lines line:nth-of-type(14) {
	-webkit-animation: swing 42s ease infinite;
	-moz-animation: swing 42s ease infinite;
	-ms-animation: swing 42s ease infinite;
	-o-animation: swing 42s ease infinite;
	animation: swing 42s ease infinite
}
.home-bg svg#finance-gfx-lines .gfx-arrowline {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important
}
.home-bg svg#finance-gfx-lines .gfx-arrowline:nth-of-type(1) {
	-webkit-animation: rotate 20s linear infinite;
	-moz-animation: rotate 20s linear infinite;
	-ms-animation: rotate 20s linear infinite;
	-o-animation: rotate 20s linear infinite;
	animation: rotate 20s linear infinite
}
.home-bg svg#finance-gfx-lines .gfx-arrowline:nth-of-type(2) {
	-webkit-animation: rotate 40s linear infinite;
	-moz-animation: rotate 40s linear infinite;
	-ms-animation: rotate 40s linear infinite;
	-o-animation: rotate 40s linear infinite;
	animation: rotate 40s linear infinite
}
.home-bg svg#finance-gfx-lines .gfx-arrowline:nth-of-type(3) {
	-webkit-animation: rotate 60s linear infinite;
	-moz-animation: rotate 60s linear infinite;
	-ms-animation: rotate 60s linear infinite;
	-o-animation: rotate 60s linear infinite;
	animation: rotate 60s linear infinite
}
.home-bg svg#finance-gfx-lines .gfx-arrowline:nth-of-type(4) {
	-webkit-animation: rotate 80s linear infinite;
	-moz-animation: rotate 80s linear infinite;
	-ms-animation: rotate 80s linear infinite;
	-o-animation: rotate 80s linear infinite;
	animation: rotate 80s linear infinite
}
.home-bg svg#finance-gfx-lines .gfx-arrowline:nth-of-type(5) {
	-webkit-animation: rotate 100s linear infinite;
	-moz-animation: rotate 100s linear infinite;
	-ms-animation: rotate 100s linear infinite;
	-o-animation: rotate 100s linear infinite;
	animation: rotate 100s linear infinite
}
.home-bg svg#fashion-gfx {
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.home-bg svg#fashion-gfx polyline {
	-webkit-animation: dash 5s linear infinite;
	-moz-animation: dash 5s linear infinite;
	-ms-animation: dash 5s linear infinite;
	-o-animation: dash 5s linear infinite;
	animation: dash 5s linear infinite;
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important
}
.home-bg svg#creative-gfx .to-bottom line {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(1) {
	-webkit-animation: grow 1.6s ease infinite 0.05s;
	-moz-animation: grow 1.6s ease infinite 0.05s;
	-ms-animation: grow 1.6s ease infinite 0.05s;
	-o-animation: grow 1.6s ease infinite 0.05s;
	animation: grow 1.6s ease infinite 0.05s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(2) {
	-webkit-animation: grow 1.6s ease infinite 0.1s;
	-moz-animation: grow 1.6s ease infinite 0.1s;
	-ms-animation: grow 1.6s ease infinite 0.1s;
	-o-animation: grow 1.6s ease infinite 0.1s;
	animation: grow 1.6s ease infinite 0.1s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(3) {
	-webkit-animation: grow 1.6s ease infinite 0.15s;
	-moz-animation: grow 1.6s ease infinite 0.15s;
	-ms-animation: grow 1.6s ease infinite 0.15s;
	-o-animation: grow 1.6s ease infinite 0.15s;
	animation: grow 1.6s ease infinite 0.15s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(4) {
	-webkit-animation: grow 1.6s ease infinite 0.2s;
	-moz-animation: grow 1.6s ease infinite 0.2s;
	-ms-animation: grow 1.6s ease infinite 0.2s;
	-o-animation: grow 1.6s ease infinite 0.2s;
	animation: grow 1.6s ease infinite 0.2s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(5) {
	-webkit-animation: grow 1.6s ease infinite 0.25s;
	-moz-animation: grow 1.6s ease infinite 0.25s;
	-ms-animation: grow 1.6s ease infinite 0.25s;
	-o-animation: grow 1.6s ease infinite 0.25s;
	animation: grow 1.6s ease infinite 0.25s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(6) {
	-webkit-animation: grow 1.6s ease infinite 0.3s;
	-moz-animation: grow 1.6s ease infinite 0.3s;
	-ms-animation: grow 1.6s ease infinite 0.3s;
	-o-animation: grow 1.6s ease infinite 0.3s;
	animation: grow 1.6s ease infinite 0.3s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(7) {
	-webkit-animation: grow 1.6s ease infinite 0.35s;
	-moz-animation: grow 1.6s ease infinite 0.35s;
	-ms-animation: grow 1.6s ease infinite 0.35s;
	-o-animation: grow 1.6s ease infinite 0.35s;
	animation: grow 1.6s ease infinite 0.35s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(8) {
	-webkit-animation: grow 1.6s ease infinite 0.4s;
	-moz-animation: grow 1.6s ease infinite 0.4s;
	-ms-animation: grow 1.6s ease infinite 0.4s;
	-o-animation: grow 1.6s ease infinite 0.4s;
	animation: grow 1.6s ease infinite 0.4s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(9) {
	-webkit-animation: grow 1.6s ease infinite 0.45s;
	-moz-animation: grow 1.6s ease infinite 0.45s;
	-ms-animation: grow 1.6s ease infinite 0.45s;
	-o-animation: grow 1.6s ease infinite 0.45s;
	animation: grow 1.6s ease infinite 0.45s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(10) {
	-webkit-animation: grow 1.6s ease infinite 0.5s;
	-moz-animation: grow 1.6s ease infinite 0.5s;
	-ms-animation: grow 1.6s ease infinite 0.5s;
	-o-animation: grow 1.6s ease infinite 0.5s;
	animation: grow 1.6s ease infinite 0.5s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(11) {
	-webkit-animation: grow 1.6s ease infinite 0.55s;
	-moz-animation: grow 1.6s ease infinite 0.55s;
	-ms-animation: grow 1.6s ease infinite 0.55s;
	-o-animation: grow 1.6s ease infinite 0.55s;
	animation: grow 1.6s ease infinite 0.55s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(12) {
	-webkit-animation: grow 1.6s ease infinite 0.6s;
	-moz-animation: grow 1.6s ease infinite 0.6s;
	-ms-animation: grow 1.6s ease infinite 0.6s;
	-o-animation: grow 1.6s ease infinite 0.6s;
	animation: grow 1.6s ease infinite 0.6s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(13) {
	-webkit-animation: grow 1.6s ease infinite 0.65s;
	-moz-animation: grow 1.6s ease infinite 0.65s;
	-ms-animation: grow 1.6s ease infinite 0.65s;
	-o-animation: grow 1.6s ease infinite 0.65s;
	animation: grow 1.6s ease infinite 0.65s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(14) {
	-webkit-animation: grow 1.6s ease infinite 0.5s;
	-moz-animation: grow 1.6s ease infinite 0.5s;
	-ms-animation: grow 1.6s ease infinite 0.5s;
	-o-animation: grow 1.6s ease infinite 0.5s;
	animation: grow 1.6s ease infinite 0.5s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(15) {
	-webkit-animation: grow 1.6s ease infinite 0.45s;
	-moz-animation: grow 1.6s ease infinite 0.45s;
	-ms-animation: grow 1.6s ease infinite 0.45s;
	-o-animation: grow 1.6s ease infinite 0.45s;
	animation: grow 1.6s ease infinite 0.45s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(16) {
	-webkit-animation: grow 1.6s ease infinite 0.4s;
	-moz-animation: grow 1.6s ease infinite 0.4s;
	-ms-animation: grow 1.6s ease infinite 0.4s;
	-o-animation: grow 1.6s ease infinite 0.4s;
	animation: grow 1.6s ease infinite 0.4s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(17) {
	-webkit-animation: grow 1.6s ease infinite 0.35s;
	-moz-animation: grow 1.6s ease infinite 0.35s;
	-ms-animation: grow 1.6s ease infinite 0.35s;
	-o-animation: grow 1.6s ease infinite 0.35s;
	animation: grow 1.6s ease infinite 0.35s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(18) {
	-webkit-animation: grow 1.6s ease infinite 0.3s;
	-moz-animation: grow 1.6s ease infinite 0.3s;
	-ms-animation: grow 1.6s ease infinite 0.3s;
	-o-animation: grow 1.6s ease infinite 0.3s;
	animation: grow 1.6s ease infinite 0.3s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(19) {
	-webkit-animation: grow 1.6s ease infinite 0.25s;
	-moz-animation: grow 1.6s ease infinite 0.25s;
	-ms-animation: grow 1.6s ease infinite 0.25s;
	-o-animation: grow 1.6s ease infinite 0.25s;
	animation: grow 1.6s ease infinite 0.25s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(20) {
	-webkit-animation: grow 1.6s ease infinite 0.2s;
	-moz-animation: grow 1.6s ease infinite 0.2s;
	-ms-animation: grow 1.6s ease infinite 0.2s;
	-o-animation: grow 1.6s ease infinite 0.2s;
	animation: grow 1.6s ease infinite 0.2s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(21) {
	-webkit-animation: grow 1.6s ease infinite 0.15s;
	-moz-animation: grow 1.6s ease infinite 0.15s;
	-ms-animation: grow 1.6s ease infinite 0.15s;
	-o-animation: grow 1.6s ease infinite 0.15s;
	animation: grow 1.6s ease infinite 0.15s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(22) {
	-webkit-animation: grow 1.6s ease infinite 0.1s;
	-moz-animation: grow 1.6s ease infinite 0.1s;
	-ms-animation: grow 1.6s ease infinite 0.1s;
	-o-animation: grow 1.6s ease infinite 0.1s;
	animation: grow 1.6s ease infinite 0.1s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(23) {
	-webkit-animation: grow 1.6s ease infinite 0.05s;
	-moz-animation: grow 1.6s ease infinite 0.05s;
	-ms-animation: grow 1.6s ease infinite 0.05s;
	-o-animation: grow 1.6s ease infinite 0.05s;
	animation: grow 1.6s ease infinite 0.05s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(24) {
	-webkit-animation: grow 1.6s ease infinite 0s;
	-moz-animation: grow 1.6s ease infinite 0s;
	-ms-animation: grow 1.6s ease infinite 0s;
	-o-animation: grow 1.6s ease infinite 0s;
	animation: grow 1.6s ease infinite 0s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(25) {
	-webkit-animation: grow 1.6s ease infinite -0.05s;
	-moz-animation: grow 1.6s ease infinite -0.05s;
	-ms-animation: grow 1.6s ease infinite -0.05s;
	-o-animation: grow 1.6s ease infinite -0.05s;
	animation: grow 1.6s ease infinite -0.05s
}
.home-bg svg#creative-gfx .to-bottom line:nth-child(26) {
	-webkit-animation: grow 1.6s ease infinite -0.1s;
	-moz-animation: grow 1.6s ease infinite -0.1s;
	-ms-animation: grow 1.6s ease infinite -0.1s;
	-o-animation: grow 1.6s ease infinite -0.1s;
	animation: grow 1.6s ease infinite -0.1s
}
.home-bg svg#creative-gfx .to-top line {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important
}
.home-bg svg#creative-gfx .to-top line:nth-child(1) {
	-webkit-animation: grow-more 1.6s ease infinite 0.05s;
	-moz-animation: grow-more 1.6s ease infinite 0.05s;
	-ms-animation: grow-more 1.6s ease infinite 0.05s;
	-o-animation: grow-more 1.6s ease infinite 0.05s;
	animation: grow-more 1.6s ease infinite 0.05s
}
.home-bg svg#creative-gfx .to-top line:nth-child(2) {
	-webkit-animation: grow-more 1.6s ease infinite 0.1s;
	-moz-animation: grow-more 1.6s ease infinite 0.1s;
	-ms-animation: grow-more 1.6s ease infinite 0.1s;
	-o-animation: grow-more 1.6s ease infinite 0.1s;
	animation: grow-more 1.6s ease infinite 0.1s
}
.home-bg svg#creative-gfx .to-top line:nth-child(3) {
	-webkit-animation: grow-more 1.6s ease infinite 0.15s;
	-moz-animation: grow-more 1.6s ease infinite 0.15s;
	-ms-animation: grow-more 1.6s ease infinite 0.15s;
	-o-animation: grow-more 1.6s ease infinite 0.15s;
	animation: grow-more 1.6s ease infinite 0.15s
}
.home-bg svg#creative-gfx .to-top line:nth-child(4) {
	-webkit-animation: grow-more 1.6s ease infinite 0.2s;
	-moz-animation: grow-more 1.6s ease infinite 0.2s;
	-ms-animation: grow-more 1.6s ease infinite 0.2s;
	-o-animation: grow-more 1.6s ease infinite 0.2s;
	animation: grow-more 1.6s ease infinite 0.2s
}
.home-bg svg#creative-gfx .to-top line:nth-child(5) {
	-webkit-animation: grow-more 1.6s ease infinite 0.25s;
	-moz-animation: grow-more 1.6s ease infinite 0.25s;
	-ms-animation: grow-more 1.6s ease infinite 0.25s;
	-o-animation: grow-more 1.6s ease infinite 0.25s;
	animation: grow-more 1.6s ease infinite 0.25s
}
.home-bg svg#creative-gfx .to-top line:nth-child(6) {
	-webkit-animation: grow-more 1.6s ease infinite 0.3s;
	-moz-animation: grow-more 1.6s ease infinite 0.3s;
	-ms-animation: grow-more 1.6s ease infinite 0.3s;
	-o-animation: grow-more 1.6s ease infinite 0.3s;
	animation: grow-more 1.6s ease infinite 0.3s
}
.home-bg svg#creative-gfx .to-top line:nth-child(7) {
	-webkit-animation: grow-more 1.6s ease infinite 0.35s;
	-moz-animation: grow-more 1.6s ease infinite 0.35s;
	-ms-animation: grow-more 1.6s ease infinite 0.35s;
	-o-animation: grow-more 1.6s ease infinite 0.35s;
	animation: grow-more 1.6s ease infinite 0.35s
}
.home-bg svg#creative-gfx .to-top line:nth-child(8) {
	-webkit-animation: grow-more 1.6s ease infinite 0.4s;
	-moz-animation: grow-more 1.6s ease infinite 0.4s;
	-ms-animation: grow-more 1.6s ease infinite 0.4s;
	-o-animation: grow-more 1.6s ease infinite 0.4s;
	animation: grow-more 1.6s ease infinite 0.4s
}
.home-bg svg#creative-gfx .to-top line:nth-child(9) {
	-webkit-animation: grow-more 1.6s ease infinite 0.45s;
	-moz-animation: grow-more 1.6s ease infinite 0.45s;
	-ms-animation: grow-more 1.6s ease infinite 0.45s;
	-o-animation: grow-more 1.6s ease infinite 0.45s;
	animation: grow-more 1.6s ease infinite 0.45s
}
.home-bg svg#creative-gfx .to-top line:nth-child(10) {
	-webkit-animation: grow-more 1.6s ease infinite 0.5s;
	-moz-animation: grow-more 1.6s ease infinite 0.5s;
	-ms-animation: grow-more 1.6s ease infinite 0.5s;
	-o-animation: grow-more 1.6s ease infinite 0.5s;
	animation: grow-more 1.6s ease infinite 0.5s
}
.home-bg svg#creative-gfx .to-top line:nth-child(11) {
	-webkit-animation: grow-more 1.6s ease infinite 0.55s;
	-moz-animation: grow-more 1.6s ease infinite 0.55s;
	-ms-animation: grow-more 1.6s ease infinite 0.55s;
	-o-animation: grow-more 1.6s ease infinite 0.55s;
	animation: grow-more 1.6s ease infinite 0.55s
}
.home-bg svg#creative-gfx .to-top line:nth-child(12) {
	-webkit-animation: grow-more 1.6s ease infinite 0.6s;
	-moz-animation: grow-more 1.6s ease infinite 0.6s;
	-ms-animation: grow-more 1.6s ease infinite 0.6s;
	-o-animation: grow-more 1.6s ease infinite 0.6s;
	animation: grow-more 1.6s ease infinite 0.6s
}
.home-bg svg#creative-gfx .to-top line:nth-child(13) {
	-webkit-animation: grow-more 1.6s ease infinite 0.65s;
	-moz-animation: grow-more 1.6s ease infinite 0.65s;
	-ms-animation: grow-more 1.6s ease infinite 0.65s;
	-o-animation: grow-more 1.6s ease infinite 0.65s;
	animation: grow-more 1.6s ease infinite 0.65s
}
.home-bg svg#creative-gfx .to-top line:nth-child(14) {
	-webkit-animation: grow-more 1.6s ease infinite 0.5s;
	-moz-animation: grow-more 1.6s ease infinite 0.5s;
	-ms-animation: grow-more 1.6s ease infinite 0.5s;
	-o-animation: grow-more 1.6s ease infinite 0.5s;
	animation: grow-more 1.6s ease infinite 0.5s
}
.home-bg svg#creative-gfx .to-top line:nth-child(15) {
	-webkit-animation: grow-more 1.6s ease infinite 0.45s;
	-moz-animation: grow-more 1.6s ease infinite 0.45s;
	-ms-animation: grow-more 1.6s ease infinite 0.45s;
	-o-animation: grow-more 1.6s ease infinite 0.45s;
	animation: grow-more 1.6s ease infinite 0.45s
}
.home-bg svg#creative-gfx .to-top line:nth-child(16) {
	-webkit-animation: grow-more 1.6s ease infinite 0.4s;
	-moz-animation: grow-more 1.6s ease infinite 0.4s;
	-ms-animation: grow-more 1.6s ease infinite 0.4s;
	-o-animation: grow-more 1.6s ease infinite 0.4s;
	animation: grow-more 1.6s ease infinite 0.4s
}
.home-bg svg#creative-gfx .to-top line:nth-child(17) {
	-webkit-animation: grow-more 1.6s ease infinite 0.35s;
	-moz-animation: grow-more 1.6s ease infinite 0.35s;
	-ms-animation: grow-more 1.6s ease infinite 0.35s;
	-o-animation: grow-more 1.6s ease infinite 0.35s;
	animation: grow-more 1.6s ease infinite 0.35s
}
.home-bg svg#creative-gfx .to-top line:nth-child(18) {
	-webkit-animation: grow-more 1.6s ease infinite 0.3s;
	-moz-animation: grow-more 1.6s ease infinite 0.3s;
	-ms-animation: grow-more 1.6s ease infinite 0.3s;
	-o-animation: grow-more 1.6s ease infinite 0.3s;
	animation: grow-more 1.6s ease infinite 0.3s
}
.home-bg svg#creative-gfx .to-top line:nth-child(19) {
	-webkit-animation: grow-more 1.6s ease infinite 0.25s;
	-moz-animation: grow-more 1.6s ease infinite 0.25s;
	-ms-animation: grow-more 1.6s ease infinite 0.25s;
	-o-animation: grow-more 1.6s ease infinite 0.25s;
	animation: grow-more 1.6s ease infinite 0.25s
}
.home-bg svg#creative-gfx .to-top line:nth-child(20) {
	-webkit-animation: grow-more 1.6s ease infinite 0.2s;
	-moz-animation: grow-more 1.6s ease infinite 0.2s;
	-ms-animation: grow-more 1.6s ease infinite 0.2s;
	-o-animation: grow-more 1.6s ease infinite 0.2s;
	animation: grow-more 1.6s ease infinite 0.2s
}
.home-bg svg#creative-gfx .to-top line:nth-child(21) {
	-webkit-animation: grow-more 1.6s ease infinite 0.15s;
	-moz-animation: grow-more 1.6s ease infinite 0.15s;
	-ms-animation: grow-more 1.6s ease infinite 0.15s;
	-o-animation: grow-more 1.6s ease infinite 0.15s;
	animation: grow-more 1.6s ease infinite 0.15s
}
.home-bg svg#creative-gfx .to-top line:nth-child(22) {
	-webkit-animation: grow-more 1.6s ease infinite 0.1s;
	-moz-animation: grow-more 1.6s ease infinite 0.1s;
	-ms-animation: grow-more 1.6s ease infinite 0.1s;
	-o-animation: grow-more 1.6s ease infinite 0.1s;
	animation: grow-more 1.6s ease infinite 0.1s
}
.home-bg svg#creative-gfx .to-top line:nth-child(23) {
	-webkit-animation: grow-more 1.6s ease infinite 0.05s;
	-moz-animation: grow-more 1.6s ease infinite 0.05s;
	-ms-animation: grow-more 1.6s ease infinite 0.05s;
	-o-animation: grow-more 1.6s ease infinite 0.05s;
	animation: grow-more 1.6s ease infinite 0.05s
}
.home-bg svg#creative-gfx .to-top line:nth-child(24) {
	-webkit-animation: grow-more 1.6s ease infinite 0s;
	-moz-animation: grow-more 1.6s ease infinite 0s;
	-ms-animation: grow-more 1.6s ease infinite 0s;
	-o-animation: grow-more 1.6s ease infinite 0s;
	animation: grow-more 1.6s ease infinite 0s
}
.home-bg svg#creative-gfx .to-top line:nth-child(25) {
	-webkit-animation: grow-more 1.6s ease infinite -0.05s;
	-moz-animation: grow-more 1.6s ease infinite -0.05s;
	-ms-animation: grow-more 1.6s ease infinite -0.05s;
	-o-animation: grow-more 1.6s ease infinite -0.05s;
	animation: grow-more 1.6s ease infinite -0.05s
}
.home-bg svg#creative-gfx .to-top line:nth-child(26) {
	-webkit-animation: grow-more 1.6s ease infinite -0.1s;
	-moz-animation: grow-more 1.6s ease infinite -0.1s;
	-ms-animation: grow-more 1.6s ease infinite -0.1s;
	-o-animation: grow-more 1.6s ease infinite -0.1s;
	animation: grow-more 1.6s ease infinite -0.1s
}
.home-bg svg#creative-gfx .to-top line {
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top
}
.home-bg svg#creative-gfx .to-bottom line {
	-webkit-transform-origin: center 290px;
	-moz-transform-origin: center 290px;
	-o-transform-origin: center 290px;
	transform-origin: center 290px
}
 @media (min-width: 1025px) {
#home-tablet {
	display: none
}
.home-bg.is-fixed {
	position: fixed
}
.home-bg.is-hidden svg {
	opacity: 0
}
.home-item.is-open .home-bg svg {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.home-bg svg.for-ie {
	opacity: 0;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.home-bg svg .gfx-triangle-lines {
	-moz-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0
}
.home-item.is-open .home-bg svg .gfx-triangle-lines, .home-item:hover .home-bg svg .gfx-triangle-lines {
	-moz-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
	opacity: 1
}
.home-bg svg .gfx-dashed-polyline {
	-moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0
}
.home-item.is-open .home-bg svg .gfx-dashed-polyline, .home-item:hover .home-bg svg .gfx-dashed-polyline {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 1
}
.ie .home-item.is-open svg.for-ie, .ie .home-item:hover svg.for-ie {
	opacity: 1;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.home-item.is-open .home-bg:not(.is-fixed) svg#art-gfx-lines line, .home-item:hover .home-bg:not(.is-fixed) svg#art-gfx-lines line, .home-item.is-open .home-bg:not(.is-fixed) svg#finance-gfx-lines .gfx-arrowline, .home-item:hover .home-bg:not(.is-fixed) svg#finance-gfx-lines .gfx-arrowline, .home-item.is-open .home-bg:not(.is-fixed) svg#fashion-gfx polyline, .home-item:hover .home-bg:not(.is-fixed) svg#fashion-gfx polyline, .home-item.is-open .home-bg:not(.is-fixed) svg#creative-gfx line, .home-item:hover .home-bg:not(.is-fixed) svg#creative-gfx line {
	-webkit-animation-play-state: running !important;
	animation-play-state: running !important
}
}
 @media screen and (max-width: 1024px) {
body[data-mode="home"]:not(.menu-open) .home-item.in-view .home-bg svg#art-gfx-lines line, body[data-mode="home"]:not(.menu-open) .home-item.in-view .home-bg svg#finance-gfx-lines .gfx-arrowline, body[data-mode="home"]:not(.menu-open) .home-item.in-view .home-bg svg#fashion-gfx polyline, body[data-mode="home"]:not(.menu-open) .home-item.in-view .home-bg svg#creative-gfx line {
	-webkit-animation-play-state: running !important;
	animation-play-state: running !important
}
}
 @media (max-width: 568px) {
.home-item:first-of-type .home-bg svg {
	top: 60%
}
#art-gfx rect {
	-moz-transform: scaleX(0.9) scaleY(0.77) !important;
	-ms-transform: scaleX(0.9) scaleY(0.77) !important;
	-webkit-transform: scaleX(0.9) scaleY(0.77) !important;
	transform: scaleX(0.9) scaleY(0.77) !important
}
#finance-gfx-lines, #finance-gfx {
	-moz-transform: scale(0.8) !important;
	-ms-transform: scale(0.8) !important;
	-webkit-transform: scale(0.8) !important;
	transform: scale(0.8) !important
}
#creative-gfx {
	-moz-transform: scale(0.7) translateY(15px) !important;
	-ms-transform: scale(0.7) translateY(15px) !important;
	-webkit-transform: scale(0.7) translateY(15px) !important;
	transform: scale(0.7) translateY(15px) !important
}
.home-bg .gfx-container {
	-moz-transform: scale(0.55) !important;
	-ms-transform: scale(0.55) !important;
	-webkit-transform: scale(0.55) !important;
	transform: scale(0.55) !important
}
}
 @-webkit-keyframes swing {
 0% {
 -moz-transform:rotate(-1deg) scale(1);
 -ms-transform:rotate(-1deg) scale(1);
 -webkit-transform:rotate(-1deg) scale(1);
 transform:rotate(-1deg) scale(1)
}
 50% {
 -moz-transform:rotate(1deg) scale(0.3);
 -ms-transform:rotate(1deg) scale(0.3);
 -webkit-transform:rotate(1deg) scale(0.3);
 transform:rotate(1deg) scale(0.3)
}
 100% {
 -moz-transform:rotate(-1deg) scale(1);
 -ms-transform:rotate(-1deg) scale(1);
 -webkit-transform:rotate(-1deg) scale(1);
 transform:rotate(-1deg) scale(1)
}
}
 @keyframes swing {
 0% {
 -moz-transform:rotate(-1deg) scale(1);
 -ms-transform:rotate(-1deg) scale(1);
 -webkit-transform:rotate(-1deg) scale(1);
 transform:rotate(-1deg) scale(1)
}
 50% {
 -moz-transform:rotate(1deg) scale(0.3);
 -ms-transform:rotate(1deg) scale(0.3);
 -webkit-transform:rotate(1deg) scale(0.3);
 transform:rotate(1deg) scale(0.3)
}
 100% {
 -moz-transform:rotate(-1deg) scale(1);
 -ms-transform:rotate(-1deg) scale(1);
 -webkit-transform:rotate(-1deg) scale(1);
 transform:rotate(-1deg) scale(1)
}
}
 @-webkit-keyframes rotate {
 0% {
 -moz-transform:rotate(0deg) scale(1);
 -ms-transform:rotate(0deg) scale(1);
 -webkit-transform:rotate(0deg) scale(1);
 transform:rotate(0deg) scale(1)
}
 50% {
 -moz-transform:rotate(180deg) scale(0.8);
 -ms-transform:rotate(180deg) scale(0.8);
 -webkit-transform:rotate(180deg) scale(0.8);
 transform:rotate(180deg) scale(0.8)
}
 100% {
 -moz-transform:rotate(360deg) scale(1);
 -ms-transform:rotate(360deg) scale(1);
 -webkit-transform:rotate(360deg) scale(1);
 transform:rotate(360deg) scale(1)
}
}
 @keyframes rotate {
 0% {
 -moz-transform:rotate(0deg) scale(1);
 -ms-transform:rotate(0deg) scale(1);
 -webkit-transform:rotate(0deg) scale(1);
 transform:rotate(0deg) scale(1)
}
 50% {
 -moz-transform:rotate(180deg) scale(0.8);
 -ms-transform:rotate(180deg) scale(0.8);
 -webkit-transform:rotate(180deg) scale(0.8);
 transform:rotate(180deg) scale(0.8)
}
 100% {
 -moz-transform:rotate(360deg) scale(1);
 -ms-transform:rotate(360deg) scale(1);
 -webkit-transform:rotate(360deg) scale(1);
 transform:rotate(360deg) scale(1)
}
}
 @-webkit-keyframes grow {
 0% {
 -moz-transform:scaleY(1);
 -ms-transform:scaleY(1);
 -webkit-transform:scaleY(1);
 transform:scaleY(1)
}
 40% {
 -moz-transform:scaleY(0.5);
 -ms-transform:scaleY(0.5);
 -webkit-transform:scaleY(0.5);
 transform:scaleY(0.5)
}
 100% {
 -moz-transform:scaleY(1);
 -ms-transform:scaleY(1);
 -webkit-transform:scaleY(1);
 transform:scaleY(1)
}
}
 @keyframes grow {
 0% {
 -moz-transform:scaleY(1);
 -ms-transform:scaleY(1);
 -webkit-transform:scaleY(1);
 transform:scaleY(1)
}
 40% {
 -moz-transform:scaleY(0.5);
 -ms-transform:scaleY(0.5);
 -webkit-transform:scaleY(0.5);
 transform:scaleY(0.5)
}
 100% {
 -moz-transform:scaleY(1);
 -ms-transform:scaleY(1);
 -webkit-transform:scaleY(1);
 transform:scaleY(1)
}
}
 @-webkit-keyframes grow-more {
 0% {
 -moz-transform:scaleY(1.5);
 -ms-transform:scaleY(1.5);
 -webkit-transform:scaleY(1.5);
 transform:scaleY(1.5)
}
 40% {
 -moz-transform:scaleY(0.5);
 -ms-transform:scaleY(0.5);
 -webkit-transform:scaleY(0.5);
 transform:scaleY(0.5)
}
 100% {
 -moz-transform:scaleY(1.5);
 -ms-transform:scaleY(1.5);
 -webkit-transform:scaleY(1.5);
 transform:scaleY(1.5)
}
}
 @keyframes grow-more {
 0% {
 -moz-transform:scaleY(1.5);
 -ms-transform:scaleY(1.5);
 -webkit-transform:scaleY(1.5);
 transform:scaleY(1.5)
}
 40% {
 -moz-transform:scaleY(0.5);
 -ms-transform:scaleY(0.5);
 -webkit-transform:scaleY(0.5);
 transform:scaleY(0.5)
}
 100% {
 -moz-transform:scaleY(1.5);
 -ms-transform:scaleY(1.5);
 -webkit-transform:scaleY(1.5);
 transform:scaleY(1.5)
}
}
 @-webkit-keyframes dash {
 0% {
 stroke-dashoffset:0
}
 100% {
 stroke-dashoffset:120
}
}
 @keyframes dash {
 0% {
 stroke-dashoffset:0
}
 100% {
 stroke-dashoffset:120
}
}
.home-copy {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s ease;
	width: 100%;
	height: 100%;
	position: absolute;
	color: #1a1a1a;
	cursor: default
}
.home-copy .home-copy-inner {
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 200px
}
.home-copy .home-title {
	font-size: 29px;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin-top: 0;
	position: relative;
	width: 440px;
	margin-left: -220px;
	left: 50%
}
.home-copy .home-number {
	display: block;
	position: absolute;
	font-size: 15px;
	font-weight: normal;
	right: 0;
	top: -14px
}
.home-copy .home-number:before {
	content: ".0"
}
.home-copy .home-line {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
	display: block;
	width: auto;
	margin: 18px -12px
}
.home-copy .home-sub {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	display: block
}
#fashion .home-copy, #fashion .home-copy .home-line {
	color: #ff001b
}
#business .home-copy, #business .home-copy .home-line {
	color: #00e19d
}
#about .home-copy, #about .home-copy .home-line {
	color: #00d5eb
}
#art .home-copy, #art .home-copy .home-line {
	color: #a25aff
}
#creative .home-copy, #creative .home-copy .home-line {
	color: #f4b603
}
#about.home-item:not(.is-open) .home-copy {
	visibility: hidden
}
 @media (min-width: 1025px) {
.home-copy.is-hidden {
	opacity: 0;
	pointer-events: none
}
.home-bg.is-fixed ~ .home-copy {
	position: fixed
}
}
.arrow-down {
/*	-moz-border-radius: 50%;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	background: #fff;

	bottom: 40px;

	cursor: pointer;

	display: block;

	height: 66px;

	left: 50%;

	margin-left: -33px;

	position: relative;

	width: 66px;

	z-index: 99999*/

}
.arrow-down b {
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: block;
	height: 43px;
	left: 46%;
	position: relative;
	top: 50%;
	margin-top: -19px;
	margin-bottom: 22px;
	width: 37px
}
.arrow-down i {
/*-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);

	background: url("../images/sprite.svg") -50px -10px;

	width: 28px;

	height: 43px;

	display: block;

	position: relative*/

}
.no-touch .arrow-down:hover b {
/*-moz-transition-duration: 0.3s;

	-o-transition-duration: 0.3s;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-moz-transform: translate3d(0, 7px, 0);

	-ms-transform: translate3d(0, 7px, 0);

	-webkit-transform: translate3d(0, 7px, 0);

	transform: translate3d(0, 7px, 0)*/

}
.no-touch .arrow-down:hover i {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transform: translate3d(0, -14px, 0);
	-ms-transform: translate3d(0, -14px, 0);
	-webkit-transform: translate3d(0, -14px, 0);
	transform: translate3d(0, -14px, 0)
}
.home-bg.is-fixed ~ a.js-scroll-down .arrow-down, .home-copy.is-hidden ~ a.js-scroll-down .arrow-down {
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 0
}
a.js-scroll-down {
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
 @media (min-width: 1025px) {
.home-item {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.home-item .home-sub {
	-moz-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transform: translate3d(0, 10px, 0);
	-ms-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	opacity: 0
}
.home-item .arrow-down {
	-moz-transform: translate3d(0, -150%, 0);
	-ms-transform: translate3d(0, -150%, 0);
	-webkit-transform: translate3d(0, -150%, 0);
	transform: translate3d(0, -150%, 0);
	opacity: 0
}
.home-item.is-open {
	-moz-transform: translateX(150%);
	-ms-transform: translateX(150%);
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
	z-index: 11;
	opacity: 1 !important;
	overflow: visible
}
.home-item.is-open .arrow-down {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.home-item.is-open .home-line {
	-moz-transform: scaleX(0) translate3d(0, 20px, 0);
	-ms-transform: scaleX(0) translate3d(0, 20px, 0);
	-webkit-transform: scaleX(0) translate3d(0, 20px, 0);
	transform: scaleX(0) translate3d(0, 20px, 0)
}
.home-item.is-open .home-title {
	font-size: 4.375em;
	line-height: 0.92857em;
	margin-top: -36px;
	margin-bottom: -36px
}
.home-item.is-open .home-sub {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	font-size: 1.0625em;
	line-height: 1.17647em;
	-moz-transform: translate3d(0, 10px, 0) !important;
	-ms-transform: translate3d(0, 10px, 0) !important;
	-webkit-transform: translate3d(0, 10px, 0) !important;
	transform: translate3d(0, 10px, 0) !important
}
.home-item.is-open#about .home-sub {
	font-size: 1.0625em;
	line-height: 1.17647em;
	-moz-transform: translate3d(0, -10px, 0) !important;
	-ms-transform: translate3d(0, -10px, 0) !important;
	-webkit-transform: translate3d(0, -10px, 0) !important;
	transform: translate3d(0, -10px, 0) !important
}
.home-item.is-open .home-number {
	-moz-transform: translate3d(130px, -40px, 0);
	-ms-transform: translate3d(130px, -40px, 0);
	-webkit-transform: translate3d(130px, -40px, 0);
	transform: translate3d(130px, -40px, 0)
}
.home-item:hover .home-sub, .home-item.is-open .home-sub {
	-moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
	-o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-delay: 0.15s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.home-item:not(.is-open):not(:hover) .home-copy {
	color: #1a1a1a !important
}
.home-item:not(.is-open):not(:hover) .home-copy .home-line {
	border-color: #1a1a1a
}
.home-item.is-closed {
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	pointer-events: none
}
.home-item.is-closed .home-bg {
	display: none
}
.home-item.is-open ~ .home-item.is-closed {
	-moz-transform: translateX(400%);
	-ms-transform: translateX(400%);
	-webkit-transform: translateX(400%);
	transform: translateX(400%)
}
}
.home.no-transition .home-item, .home.no-transition .home-item .home-title, .home.no-transition .home-item .home-sub, .home.no-transition .home-item .home-line, .home.no-transition .home-item .home-number, .home.no-transition .home-item .arrow-down, .home.no-transition .home-item .home-bg {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important
}
.home.no-transition .home-divider {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important
}
.home.fast .home-copy {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important
}
#category:not(:empty) {
	padding: 48px 0 110px;
	position: relative;
	left: 0
}
 @media screen and (max-width: 1024px) {
#category:not(:empty) {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding: 0
}
}
 @media (min-width: 1025px) {
#category {
	min-height: auto !important;
	min-height: initial !important
}
}
 @media screen and (max-width: 1024px) {
#category {
	background: #efefef
}
body:not([data-mode="category"]) #category, #category:not(.is-empty):not(:empty) {
	min-height: initial !important
}
#category .columns {
	-moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#category .columns.is-pending, #category.is-empty .columns {
	opacity: 0
}
#category:not(.is-empty) .columns {
	opacity: 1
}
}
.item {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 4px 2px;
	overflow: hidden;
	position: relative;
	left: 0
}
.item img {
	display: block;
	position: relative;
	width: 100%;
	height: auto
}
.item a {
	display: block
}
 @media screen and (max-width: 1024px) {
.item {
	margin: 0
}
}
.text, .small-text {
	color: #1a1a1a;
	background-color: #fff;
	padding: 48px;
	text-align: left;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text
}
.text h3, .small-text h3 {
	text-transform: uppercase;
	font-weight: bold
}
.text p:last-of-type, .small-text p:last-of-type {
	margin-bottom: 0
}
.text p a, .small-text p a {
	display: inline
}
.text {
	font-size: 1em;
	line-height: 1.25em
}
.text p {
	margin-bottom: 50px
}
.small-text {
	font-size: 0.75em;
	line-height: 1.58333em
}
.small-text p {
	margin-bottom: 30px
}
 @media screen and (max-width: 1024px) {
.text:first-of-type {
	padding-top: 96px
}
}
.work-info {
	background: #fff;
	overflow: hidden;
	padding: 20px 20px 30px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 184px
}
.work-info h4 {
	font-weight: normal;
	font-size: 0.875em;
	padding-bottom: 0.5em;
	line-height: 1.2em
}
.work-info h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em
}
 @media screen and (max-width: 568px) {
.work-info {
	bottom: 0;
	padding-bottom: 20px;
	top: auto
}
}
 @media (min-width: 1025px) {
.is-pending {
	visibility: hidden
}
}
 @media screen and (min-width: 1025px) {
.columns {
	position: relative;
	width: 75%;
	max-width: 1600px;
	margin: auto
}
.is-scrolled-past .column {
	position: absolute;
	bottom: 0;
	top: auto
}
.column {
	position: absolute;
	top: 0
}
.column.is-fixed {
	top: auto;
	position: fixed;
	bottom: 0
}
.column.is-short {
	top: 0;
	position: fixed
}
.is-scrolled-past .column.is-short {
	position: absolute
}
}
 @media screen and (max-width: 1024px) {
.columns {
	height: auto !important
}
.column {
	width: 100% !important;
	margin-left: 0 !important;
	position: relative !important
}
}
#work {
	-moz-transition: -moz-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-left: 1px solid #ccc;
	margin-left: -1px;
	min-height: 100%;
	width: 100%
}
#work:empty {
	display: none
}
#work.is-fixed {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3
}
#work.is-fixed .close {
	display: none
}
.work-content {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #fff;
	overflow: hidden;
	padding-bottom: 88px;
	padding-top: 88px
}
.work-content>div {
	margin: 0 auto;
	max-width: 920px;
	min-width: 320px
}
.work-content h2.work-title {
	font-size: 1.625em;
	line-height: 0.96154em;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin: 0 auto 88px;
	max-width: 920px;
	text-align: center
}
.work-content h3 {
	font-size: 0.875em;
	line-height: 1.42857em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 2.825em;
	text-transform: uppercase
}
.work-content h3:first-child {
	margin-top: 0
}
.work-content p {
	font-size: 1em;
	line-height: 1.375em
}
.work-content p a {
	-moz-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-o-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	-webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s
}
.no-touch .work-content p a:hover {
	opacity: 0.5
}
html:not(.is-touch) [data-scrolling="slide"] {
	opacity: 0
}
.work-content-col {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	max-width: 580px;
	text-align: left;
	margin: 0 5% 94px 0
}
.work-content-col+.work-content-col {
	width: 30%;
	max-width: 280px;
	margin-left: 5%;
	margin-right: 0
}
.work-content-col p {
	margin-bottom: 1.5em
}
.work-content-images img {
	display: block;
	width: 100%;
	margin-bottom: 16%
}
.screen-vimeo {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
	cursor: pointer
}
.screen-vimeo img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.no-touch .screen-vimeo:hover .icon-play {
	opacity: 0.6
}
.screen-vimeo .icon-play {
	-moz-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.screen, .screen-ipad, .screen-ipad .dot-small, .screen-ipad .dot-big, .screen-ipad-inner, .screen-desktop, .screen-desktop .dot-small, .screen-iphone, .screen-iphone .dot-small, .screen-iphone .dot-big, .screen-iphone .mic, .screen-iphone-inner {
	text-align: center;
	position: relative;
	border: 1px solid #DBDBDB;
	background: #F7F7F7;
	display: inline-block;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
.screen img, .screen-ipad img, .screen-ipad .dot-small img, .screen-ipad .dot-big img, .screen-ipad-inner img, .screen-desktop img, .screen-desktop .dot-small img, .screen-iphone img, .screen-iphone .dot-small img, .screen-iphone .dot-big img, .screen-iphone .mic img, .screen-iphone-inner img {
	display: block;
	width: 100%
}
.screen iframe, .screen-ipad iframe, .screen-ipad .dot-small iframe, .screen-ipad .dot-big iframe, .screen-ipad-inner iframe, .screen-desktop iframe, .screen-desktop .dot-small iframe, .screen-iphone iframe, .screen-iphone .dot-small iframe, .screen-iphone .dot-big iframe, .screen-iphone .mic iframe, .screen-iphone-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}
.screen-outer, .screen-ipad, .screen-desktop.is-small, .screen-iphone {
	margin: 0 47px 94px
}
.screen-ipad {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 410px
}
.screen-ipad+.screen-ipad {
	margin-left: 10%
}
.screen-ipad .dot-small {
	width: 10px;
	height: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin: 0 0 0 -5px
}
.screen-ipad .dot-big {
	width: 32px;
	height: 32px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin: 0 0 0 -16px
}
 @media (max-width: 568px) {
.screen-ipad .dot-big {
	width: 22px;
	height: 22px;
	margin-left: -11px;
	bottom: 11px
}
}
.screen-ipad-inner {
	width: 90%;
	margin-top: 62px;
	margin-bottom: 64px;
	margin-left: auto;
	margin-right: auto
}
.svg-image {
	width: 920px;
	max-width: 100%;
	margin-bottom: 94px
}
.svg-image img {
	width: 100%
}
.screen-desktop {
	margin-bottom: 94px;
	width: 920px;
	max-width: 100%;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 0 0
}
.screen-desktop .dot-small {
	width: 12px;
	height: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	position: absolute;
	top: 7px;
	left: 12px
}
.screen-desktop .dot-small+.dot-small {
	left: 32px
}
.screen-desktop .dot-small+.dot-small+.dot-small {
	left: 52px
}
.screen-desktop.is-small {
	width: 405px;
	max-width: 43.9%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0 0
}
.screen-desktop.is-small+.is-small {
	margin-left: 11.2%
}
.screen-desktop.is-small .dot-small {
	width: 3px;
	height: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	top: 4px;
	left: 7px
}
.screen-desktop.is-small .dot-small+.dot-small {
	left: 17px
}
.screen-desktop.is-small .dot-small+.dot-small+.dot-small {
	left: 27px
}
.screen-desktop.is-small .screen-desktop-inner {
	margin-top: 12px
}
 @media screen and (max-width: 1024px) {
.screen-desktop {
	width: 100%;
	min-height: 0
}
.screen-desktop.is-small {
	max-width: initial
}
.screen-desktop.is-small+.is-small {
	margin-left: auto
}
}
 @media (max-width: 568px) {
.screen-desktop, .screen-desktop.is-small {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 0 0
}
.screen-desktop .dot-small, .screen-desktop.is-small .dot-small {
	width: 3px;
	height: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	top: 4px;
	left: 7px
}
.screen-desktop .dot-small+.dot-small, .screen-desktop.is-small .dot-small+.dot-small {
	left: 17px
}
.screen-desktop .dot-small+.dot-small+.dot-small, .screen-desktop.is-small .dot-small+.dot-small+.dot-small {
	left: 27px
}
.screen-desktop .screen-desktop-inner, .screen-desktop.is-small .screen-desktop-inner {
	margin-top: 16px
}
}
.screen-desktop-inner {
	width: 100%;
	margin-top: 26px;
	border-top: 1px solid #DBDBDB
}
.screen-iphone {
	width: 192px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px
}
.screen-iphone .dot-small {
	width: 10px;
	height: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 50%;
	margin: 0 0 0 -5px
}
.screen-iphone .dot-big {
	width: 32px;
	height: 32px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin: 0 0 0 -16px
}
.screen-iphone .mic {
	width: 46px;
	height: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: -24px
}
.screen-iphone-inner {
	width: 170px;
	margin-top: 62px;
	margin-bottom: 64px;
	margin-left: auto;
	margin-right: auto
}
 @media (max-width: 568px) {
.screen-iphone-inner {
	border: 0
}
}
 @media (max-width: 568px) {
.screen-ipad {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px
}
.screen-ipad-inner {
	width: 90%;
	margin-top: 42px;
	margin-bottom: 44px;
	margin-left: auto;
	margin-right: auto
}
.svg-image {
	margin-bottom: 44px
}
}
.close {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 10;
	width: 48px;
	height: 0;
	padding-top: 48px;
	overflow: hidden;
	background: #fff url("../images/sprite.svg") -86px 14px;
	cursor: pointer;
	overflow: hidden
}
.close:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff url("../images/sprite.svg") -86px 14px;
	-moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.no-touch .close:hover:after {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.is-scrolling .close:after {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none
}
 .is-scrolling .close:after:hover {
 -moz-transform:none;
 -ms-transform:none;
 -webkit-transform:none;
 transform:none
}
 @media screen and (max-width: 1024px) {
#work {
	background: #fff
}
.work-content>div {
	width: 80%
}
.screen-ipad {
	margin-left: auto;
	margin-right: auto
}
.screen-ipad+.screen-ipad {
	margin-left: auto
}
}
 @media (max-width: 568px) {
.arrow-down {
	display: none
}
.screen-ipad, .screen-iphone, .screen-desktop, .screen-desktop-inner, .screen-iphone-inner {
	width: 100%;
	height: auto
}
.screen-iphone, .screen-desktop, .screen-ipad, .screen-ipad+.screen-ipad, .work-content-col, .work-content-col+.work-content-col {
	width: auto;
	display: block;
	max-width: 568px;
	margin: 0 20px 40px
}
.work-content {
	padding-bottom: 0
}
}
.visually-hidden {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}
.tab {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%
}
.tab-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}
.tab-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.no-svg #logo {
	background-image: url("../images/huncwot.png")
}
.no-svg .footer-top {
	background-image: url("../images/sprite.png")
}
.no-svg .icon-arrow {
	background-image: url("../images/sprite.png")
}
.no-svg .icon-facebook {
	background-image: url("../images/sprite.png")
}
.no-svg .icon-twitter {
	background-image: url("../images/sprite.png")
}
.no-svg .icon-behance {
	background-image: url("../images/sprite.png")
}
.no-svg .icon-play {
	background-image: url("../images/sprite.png")
}
.no-svg .arrow-down {
	background-image: url("../images/sprite.png")
}
.no-svg .hero-close {
	background-image: url("../images/sprite.png")
}
#zoom {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #efefef;
	z-index: 12;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}
#zoom img {
	position: absolute;
	left: 0;
	top: 0
}
.zoom-close {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 12;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/sprite.svg") 0 -200px no-repeat
}
 [data-zoom] {
 cursor:pointer
}
.chromeframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 80%;
	width: 80%;
	text-align: center;
	font-size: 3em;
	padding: 10%
}
