@charset "UTF-8";

/*!
Theme Name: Bear Ideas
Author: Eric Huguenin
Author URI: https://eric-huguenin.com/
Description: Bear Ideas Theme
Version: 1.0
*/

@font-face {
	font-family: DINPro;
	src: url(fonts/DINPro-Bold.eot);
	src: url(fonts/DINPro-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/DINPro-Bold.woff2) format("woff2"), url(fonts/DINPro-Bold.woff) format("woff"), url(fonts/DINPro-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: DINPro;
	src: url(fonts/DINPro-Regular.eot);
	src: url(fonts/DINPro-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/DINPro-Regular.woff2) format("woff2"), url(fonts/DINPro-Regular.woff) format("woff"), url(fonts/DINPro-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Kessel 105';
	src: url(fonts/Kessel105-Bold.eot);
	src: url(fonts/Kessel105-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Kessel105-Bold.woff2) format("woff2"), url(fonts/Kessel105-Bold.woff) format("woff"), url(fonts/Kessel105-Bold.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Bauer Bodoni Std';
	src: url(fonts/BauerBodoniStd-Italic.eot);
	src: url(fonts/BauerBodoniStd-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/BauerBodoniStd-Italic.woff2) format("woff2"), url(fonts/BauerBodoniStd-Italic.woff) format("woff"), url(fonts/BauerBodoniStd-Italic.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit
}

ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

html {
	-webkit-font-smoothing: antialiased!important;
	font-size: 100%
}

a {
	-webkit-font-smoothing: antialiased!important;
	color: inherit
}

button {
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem
}

button,
input {
	border-radius: 0
}

.pointer {
	cursor: pointer
}

.cursorDefault {
	cursor: default
}

.clearfix {
	display: block
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

.dnone {
	display: none
}

.ib {
	display: inline-block
}

.b,
.bold,
b {
	font-weight: 700
}

.i,
.italic {
	font-style: italic
}

.txt_center {
	text-align: center
}

.txt_right {
	text-align: right
}

.txt_left {
	text-align: left
}

.uppercase {
	text-transform: uppercase
}

.smallcaps {
	font-variant: small-caps
}

.opa0 {
	opacity: 0
}

.opa1 {
	opacity: 1
}

.unselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

*,
:after,
:before {
	box-sizing: border-box
}

.rel {
	position: relative
}

.abs {
	position: absolute
}

.fix {
	position: fixed
}

.auto {
	margin-left: auto;
	margin-right: auto
}

.overflowH {
	overflow: hidden
}

.overflowHX {
	overflow-x: hidden
}

.overflowHY {
	overflow-y: hidden
}

.pad0 {
	padding: 0
}

.pad10 {
	padding: 10px
}

.pad20 {
	padding: 20px
}

.pad30 {
	padding: 30px
}

.pad40 {
	padding: 40px
}

.padw0 {
	padding-left: 0;
	padding-right: 0
}

.padw10 {
	padding-left: 10px;
	padding-right: 10px
}

.padw20 {
	padding-left: 20px;
	padding-right: 20px
}

.padw30 {
	padding-left: 30px;
	padding-right: 30px
}

.padw40 {
	padding-left: 40px;
	padding-right: 40px
}

.padh0 {
	padding-top: 0;
	padding-bottom: 0
}

.padh10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.padh20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.padh30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.padh40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.padt0 {
	padding-top: 0
}

.padt10 {
	padding-top: 10px
}

.padt20 {
	padding-top: 20px
}

.padt30 {
	padding-top: 30px
}

.padt40 {
	padding-top: 40px
}

.padb0 {
	padding-bottom: 0
}

.padb10 {
	padding-bottom: 10px
}

.padb20 {
	padding-bottom: 20px
}

.padb30 {
	padding-bottom: 30px
}

.padb40 {
	padding-bottom: 40px
}

.padl0 {
	padding-left: 0
}

.padl10 {
	padding-left: 10px
}

.padl20 {
	padding-left: 20px
}

.padl30 {
	padding-left: 30px
}

.padl40 {
	padding-left: 40px
}

.padr0 {
	padding-right: 0
}

.padr10 {
	padding-right: 10px
}

.padr20 {
	padding-right: 20px
}

.padr30 {
	padding-right: 30px
}

.padr40 {
	padding-right: 40px
}

.mar0 {
	margin: 0
}

.mar10 {
	margin: 10px
}

.mar20 {
	margin: 20px
}

.mar30 {
	margin: 30px
}

.mar40 {
	margin: 40px
}

.marw0 {
	margin-left: 0;
	margin-right: 0
}

.marw10 {
	margin-left: 10px;
	margin-right: 10px
}

.marw20 {
	margin-left: 20px;
	margin-right: 20px
}

.marw30 {
	margin-left: 30px;
	margin-right: 30px
}

.marw40 {
	margin-left: 40px;
	margin-right: 40px
}

.marh0 {
	margin-top: 0;
	margin-bottom: 0
}

.marh5 {
	margin-top: 5px;
	margin-bottom: 5px
}

.marh10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.marh20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.marh30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.marh40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.mart0 {
	margin-top: 0
}

.mart10 {
	margin-top: 10px
}

.mart20 {
	margin-top: 20px
}

.mart30 {
	margin-top: 30px
}

.mart40 {
	margin-top: 40px
}

.marb0 {
	margin-bottom: 0
}

.marb10 {
	margin-bottom: 10px
}

.marb20 {
	margin-bottom: 20px
}

.marb30 {
	margin-bottom: 30px
}

.marb40 {
	margin-bottom: 40px
}

.marl0 {
	margin-left: 0
}

.marl10 {
	margin-left: 10px
}

.marl20 {
	margin-left: 20px
}

.marl30 {
	margin-left: 30px
}

.marl40 {
	margin-left: 40px
}

.marr0 {
	margin-right: 0
}

.marr10 {
	margin-right: 10px
}

.marr20 {
	margin-right: 20px
}

.marr30 {
	margin-right: 30px
}

.marr40 {
	margin-right: 40px
}

.embed-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden
}

.embed-video iframe {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes fromy-100 {
	0% {
		-webkit-transform: translateZ(0) translateY(-100%);
		transform: translateZ(0) translateY(-100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0)
	}
}

@keyframes fromy-100 {
	0% {
		-webkit-transform: translateZ(0) translateY(-100%);
		transform: translateZ(0) translateY(-100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0)
	}
}

@-webkit-keyframes fromy100 {
	0% {
		-webkit-transform: translateZ(0) translateY(100%);
		transform: translateZ(0) translateY(100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0)
	}
}

@keyframes fromy100 {
	0% {
		-webkit-transform: translateZ(0) translateY(100%);
		transform: translateZ(0) translateY(100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateY(0);
		transform: translateZ(0) translateY(0)
	}
}

@-webkit-keyframes fromx-100 {
	0% {
		-webkit-transform: translateZ(0) translateX(-100%);
		transform: translateZ(0) translateX(-100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0)
	}
}

@keyframes fromx-100 {
	0% {
		-webkit-transform: translateZ(0) translateX(-100%);
		transform: translateZ(0) translateX(-100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes fromx100 {
	0% {
		-webkit-transform: translateZ(0) translateX(100%);
		transform: translateZ(0) translateX(100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0)
	}
}

@keyframes fromx100 {
	0% {
		-webkit-transform: translateZ(0) translateX(100%);
		transform: translateZ(0) translateX(100%)
	}
	100% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes opa1 {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes opa1 {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes opa0 {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes opa0 {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.light {
	font-weight: 300
}

.normal {
	font-weight: 400
}

.medium {
	font-weight: 500
}

.semibold {
	font-weight: 600
}

.bold {
	font-weight: 700
}

.extrabold {
	font-weight: 800
}

.black {
	font-weight: 900
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #000
}

::-webkit-scrollbar-thumb {
	background: #EADA24;
}

::-moz-selection {
	background: #EADA24;
	color: #1d1d1b
}

::selection {
	background: #EADA24;
	color: #1d1d1b
}

::-moz-selection {
	background: #EADA24;
	color: #1d1d1b
}

body,
html {
	height: 100%;
	width: 100%;
	position: relative
}

body {
	position: relative;
	font-family: DINPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 16px;
	font-size: 1rem;
	background: #1d1d1b;
	color: #fff
}

.theme--black body {
	background: #1d1d1b;
	color: #fff
}

.theme--polar body {
	background: #fff;
	color: #1d1d1b
}

.global-container {
	overflow: hidden;
	position: relative
}

@media (max-width:992px) {
	.teamover--deployed .scroll-container {
		display: none
	}
}

.page-container {
	padding: 0px;
	-webkit-animation: opa1 1s;
	animation: opa1 1s;
	position: relative
}

@media only screen and (max-width:660px) {
	.page-container {
		padding: 10px
	}
}

.prehome-active .page-container {
	display: none
}

.page-content {
	padding-top: 120px;
	position: relative;
	min-height: calc(100vh - 40px)
}

@media only screen and (max-width:660px) {
	.page-content {
		padding-top: 56px
	}
}

.page-content.page-home {
	padding-top: 0
}

.page-home {
	height: calc(100vh);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	background: #1d1d1b
}

@media only screen and (max-width:660px) {
	.page-home {
		height: calc(100vh - 20px)
	}
}

.home--bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.home--bg div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: no-repeat center center;
	background-size: cover;
	transition: .5s;
	opacity: 0
}

.home--bg div.home--bg--polar {
	background-color: #fff
}

.home--bg div.home--bg--black {
	background-color: #1d1d1b
}

.theme--polar .home--bg div.home--bg--polar {
	opacity: 1
}

.theme--black .home--bg div.home--bg--black {
	opacity: 1
}

.ie10.theme--black .home--bg div,
.simplifiedVersion.theme--black .home--bg div {
	background: #1d1d1b url(../img/home--bg--black.jpg) center center no-repeat;
	background-size: cover;
	opacity: 1
}

.ie10.theme--black .home--bg div:before,
.simplifiedVersion.theme--black .home--bg div:before {
	content: none
}

.ie10.theme--polar .home--bg div,
.simplifiedVersion.theme--polar .home--bg div {
	background: #eaeaea url(../img/home--bg--polar.jpg) center center no-repeat;
	background-size: cover;
	opacity: 1
}

.ie10.theme--polar .home--bg div:before,
.simplifiedVersion.theme--polar .home--bg div:before {
	content: none
}

.home--bg div:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50
}


.home--bg div.home--bg--black:before {
	background-color: #1d1d1b;
	opacity: .89
}

.home--bg div video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.simplifiedVersion .home--bg div video {
	display: none
}

@media (min-aspect-ratio:16 / 9) {
	.home--bg div video {
		height: 300%;
		top: -100%
	}
}

@media (max-aspect-ratio:16 / 9) {
	.home--bg div video {
		width: 300%;
		left: -100%
	}
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.home--bg div video {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.flexcenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (min-width:661px) {
	.smartphone-only {
		display: none
	}
}

@media (min-width:801px) {
	.under800-only {
		display: none
	}
}

.bearborder div {
	position: fixed;
	background: #EADA24;
	transition: 1s -webkit-transform cubic-bezier(.77, 0, .175, 1), 1s -webkit-transform cubic-bezier(.77, 0, .175, 1), .5s background cubic-bezier(.455, .03, .515, .955);
	transition: 1s transform cubic-bezier(.77, 0, .175, 1), 1s -webkit-transform cubic-bezier(.77, 0, .175, 1), .5s background cubic-bezier(.455, .03, .515, .955);
	z-index: 20000
}

.theme--black .bearborder div {
	background: #fff
}

.theme--polar .bearborder div {
	background: #1d1d1b
}

.bearborder div:nth-child(1) {
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

@media only screen and (max-width:660px) {
	.bearborder div:nth-child(1) {
		height: 10px
	}
}

.site--loaded .bearborder div:nth-child(1) {
	-webkit-transform: none;
	transform: none
}

.bearborder div:nth-child(2) {
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@media only screen and (max-width:660px) {
	.bearborder div:nth-child(2) {
		width: 10px
	}
}

.site--loaded .bearborder div:nth-child(2) {
	-webkit-transform: none;
	transform: none
}

.bearborder div:nth-child(3) {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

@media only screen and (max-width:660px) {
	.bearborder div:nth-child(3) {
		height: 10px
	}
}

.site--loaded .bearborder div:nth-child(3) {
	-webkit-transform: none;
	transform: none
}

.bearborder div:nth-child(4) {
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@media only screen and (max-width:660px) {
	.bearborder div:nth-child(4) {
		width: 10px
	}
}

.site--loaded .bearborder div:nth-child(4) {
	-webkit-transform: none;
	transform: none
}

.bearstrokes {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 1164px;
	pointer-events: none;
	z-index: 0
}

.prehome-active .bearstrokes {
	z-index: 8000
}

.PageHome .bearstrokes {
	z-index: 8000
}

.bearstrokes div {
	pointer-events: none;
	height: 100%;
	width: 1px;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: .1;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0
}

.theme--black .bearstrokes div {
	background: #fff
}

.theme--polar .bearstrokes div {
	background: #333
}

.prehome-active .bearstrokes div {
	background: #fff
}

.bearstrokes div:nth-child(1) {
	left: -1358px
}

.bearstrokes div:nth-child(2) {
	left: -1164px
}

.bearstrokes div:nth-child(3) {
	left: -970px
}

.bearstrokes div:nth-child(4) {
	left: -776px
}

.bearstrokes div:nth-child(5) {
	left: -582px
}

.bearstrokes div:nth-child(6) {
	left: -388px
}

.bearstrokes div:nth-child(7) {
	left: -194px
}

.bearstrokes div:nth-child(8) {
	left: 0
}

.bearstrokes div:nth-child(9) {
	left: 194px
}

.bearstrokes div:nth-child(10) {
	left: 388px
}

.bearstrokes div:nth-child(11) {
	left: 582px
}

.bearstrokes div:nth-child(12) {
	left: 776px
}

.bearstrokes div:nth-child(13) {
	left: 970px
}

.bearstrokes div:nth-child(14) {
	left: 1164px
}

.bearstrokes div:nth-child(15) {
	left: 1358px
}

.bearstrokes div:nth-child(16) {
	left: 1552px
}

.bearstrokes div:nth-child(17) {
	left: 1746px
}

.bearstrokes div:nth-child(18) {
	left: 1940px
}

.bearstrokes div:nth-child(19) {
	left: 2134px
}

.bearstrokes div:nth-child(20) {
	left: 2328px
}

.bearstrokes div:nth-child(21) {
	left: 2522px
}

.beardots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none
}

.PageHome .beardots {
	opacity: 0!important
}

.prehome-active .beardots {
	opacity: 1!important;
	z-index: 8000
}

.beardots--dot {
	position: absolute;
	border-radius: 50%
}

.beardots--dot__c0 {
	background: #EADA24
}

.beardots--dot__c1 {
	background: #e6e6e6
}

.theme--black .beardots--dot__c1 {
	background: #e6e6e6
}

.theme--polar .beardots--dot__c1 {
	background: #373734
}

.beardots--dot__c1:nth-child(21) {
	background: #f2f2f2
}

@media only screen and (max-width:660px) {
	.beardots--dot__c1:nth-child(21) {
		display: none
	}
}

.theme--black .beardots--dot__c1:nth-child(21) {
	background: #f2f2f2
}

.theme--polar .beardots--dot__c1:nth-child(21) {
	background: #2a2a27
}

.page-loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 90000;
	display: none
}

.page-loader.is-visible {
	display: block
}

.page-loader--a,
.page-loader--b,
.page-loader--c {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.page-loader--a {
	z-index: 10;
	background: #030302
}

.page-loader--b {
	z-index: 10;
	background: #EADA24
}

.page-loader--loader {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	-webkit-animation: opa1 1s .25s backwards;
	animation: opa1 1s .25s backwards
}

.page-loader--loader div {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #1d1d1b;
	margin: 0 13.5px;
	border-radius: 50px
}

.page-loader--loader div:nth-child(1) {
	-webkit-animation: 1.25s .1s load infinite cubic-bezier(.455, .03, .515, .955);
	animation: 1.25s .1s load infinite cubic-bezier(.455, .03, .515, .955)
}

.page-loader--loader div:nth-child(2) {
	-webkit-animation: 1.25s .2s load infinite cubic-bezier(.455, .03, .515, .955);
	animation: 1.25s .2s load infinite cubic-bezier(.455, .03, .515, .955)
}

.page-loader--loader div:nth-child(3) {
	-webkit-animation: 1.25s .3s load infinite cubic-bezier(.455, .03, .515, .955);
	animation: 1.25s .3s load infinite cubic-bezier(.455, .03, .515, .955)
}

.page-loader--loader div:nth-child(4) {
	-webkit-animation: 1.25s .4s load infinite cubic-bezier(.455, .03, .515, .955);
	animation: 1.25s .4s load infinite cubic-bezier(.455, .03, .515, .955)
}

@-webkit-keyframes load {
	0%,
	100%,
	60% {
		opacity: 1
	}
	30% {
		opacity: .15
	}
}

@keyframes load {
	0%,
	100%,
	60% {
		opacity: 1
	}
	30% {
		opacity: .15
	}
}

.page-loader--c {
	background: #1d1d1b
}

.bearheader {
	position: fixed;
	top: 20px;
	left: 0px;
	right: 0px;
	z-index: 9000;
	height: 80px;
	background: #1d1d1b;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	opacity: 0;
	transition: 1s cubic-bezier(.165, .84, .44, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media only screen and (max-width:660px) {
	.bearheader {
		top: 10px;
		left: 10px;
		right: 10px;
		height: 56px
	}
}

.theme--black .bearheader {
	background: #1d1d1b
}

.theme--polar .bearheader {
	background: #fff
}

.PageHome .bearheader {
	background: 0 0
}

.theme--black .bearheader {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	opacity: 1
}

.theme--polar .bearheader {
	border-bottom: 1px solid rgba(51, 51, 51, .1);
	opacity: 1
}

.PageHome .bearheader {
	border-bottom: 1px solid transparent
}

.prehome-active .bearheader {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.bearheader--logo {
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:660px) {
	.bearheader--logo {
		left: 20px
	}
}

.PageHome .bearheader--logo {
	display: none
}

.bearheader--logo a {
	display: block
}

.bearheader--logo a svg {
	width: 130px;
	height: 20px;
	display: block;
	fill: #fff
}

@media only screen and (max-width:660px) {
	.bearheader--logo a svg {
		width: 100px;
		height: 16px
	}
}

.theme--black .bearheader--logo a svg {
	fill: #fff
}

.theme--polar .bearheader--logo a svg {
	fill: #1d1d1b
}

.bearheader--theme {
	position: absolute;
	padding: 20px;
	right: 150px;
	top: 50%;
	-webkit-transform: translateY(-54%);
	transform: translateY(-54%);
	cursor: pointer
}

@media only screen and (max-width:660px) {
	.bearheader--theme {
		right: 70px;
		padding: 20px 0;
		margin-top: 0
	}
	.PageHome .bearheader--theme {
		display: none
	}
}

@media (max-width:360px) {
	.bearheader--theme {
		display: none
	}
}

.theme--black .bearheader--theme svg {
	fill: #fff
}

@media only screen and (max-width:660px) {
	.theme--black .bearheader--theme svg {
		fill: #626262
	}
}

.theme--polar .bearheader--theme svg {
	fill: #1d1d1b
}

@media only screen and (max-width:660px) {
	.theme--polar .bearheader--theme svg {
		fill: #d2d2d1
	}
}

.bearheader--refresh {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	transition: .35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	perspective: 1000
}

.bearheader--refresh svg {
	width: 14px;
	display: block
}

@media only screen and (max-width:660px) {
	.bearheader--refresh svg {
		width: 18px
	}
}

.bearheader--theme:hover .bearheader--refresh {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
	transform: translate3d(0, 0, 0) rotate(-90deg)
}

.bearheader--bear {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

@media only screen and (max-width:660px) {
	.bearheader--bear {
		margin-right: 0
	}
}

.bearheader--bear svg {
	width: 16px;
	display: block
}

@media only screen and (max-width:660px) {
	.bearheader--bear svg {
		width: 20px
	}
}

.bearheader--text {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-size: .625rem;
	line-height: 16px;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 100px
}

.bearheader--text span {
	display: none
}

.theme--black .bearheader--text .bearheader--text--black {
	display: block
}

.theme--polar .bearheader--text .bearheader--text--polar {
	display: block
}

@media only screen and (max-width:660px) {
	.bearheader--text {
		display: none
	}
}

.bearheader--langs {
	position: absolute;
	padding: 20px;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:660px) {
	.bearheader--langs {
		right: 100px
	}
}

@media (max-width:360px) {
	.bearheader--langs {
		right: 50px
	}
}

.bearheader--langs ul li {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	font-size: .625rem;
	position: relative
}

.bearheader--langs ul li a {
	display: block;
	text-decoration: none;
	padding: 14px;
	letter-spacing: .3em;
	color: #cacaca;
	transition: .2s
}

@media only screen and (max-width:660px) {
	.bearheader--langs ul li a {
		padding: 14px 8px
	}
}

.bearheader--langs ul li a:hover {
	color: #EADA24
}

.theme--polar .bearheader--langs ul li a:hover {
	color: #000
}

.bearheader--langs ul li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	width: 1px;
	height: 8px;
	margin: auto;
	background: #cacaca;
	pointer-events: none
}

.bearheader--langs ul li.current-lang a {
	color: #EADA24;
	cursor: default
}

.theme--polar .bearheader--langs ul li.current-lang a {
	color: #000
}

.bearheader--burger {
	margin: auto;
	width: 100px;
	padding: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2
}

@media only screen and (max-width:660px) {
	.bearheader--burger {
		left: auto;
		width: 70px
	}
}

.bearheader--burger>div {
	position: relative;
	width: 28px;
	height: 17px;
	margin: auto;
	margin-bottom: 10px
}

@media only screen and (max-width:660px) {
	.bearheader--burger>div {
		margin-bottom: 0
	}
}

.bearheader--burger>div>div {
	width: 28px;
	height: 3px;
	background: #666;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden
}

.theme--black .bearheader--burger>div>div {
	background: #666
}

.theme--polar .bearheader--burger>div>div {
	background: #333F48
}

.bearheader--burger>div>div:nth-child(1) {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px)
}

.bearheader--burger>div>div:nth-child(3) {
	-webkit-transform: translateY(7px);
	transform: translateY(7px)
}

.bearheader--burger>div>div>div {
	background: #EADA24;
	width: 100%;
	height: 3px;
	transition: .35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transform: translate(-100%);
	transform: translate(-100%);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.menu--deployed .bearheader--burger>div>div>div {
	-webkit-transform: none;
	transform: none
}

.bearheader--burger>div>div:nth-child(1)>div {
	transition-delay: 0s
}

.bearheader--burger>div>div:nth-child(2)>div {
	transition-delay: 50ms
}

.bearheader--burger>div>div:nth-child(3)>div {
	transition-delay: .1s
}

.bearheader--burger:hover>div>div>div {
	-webkit-transform: none;
	transform: none
}

.bearheader--burger>span {
	display: block;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size: .625rem
}

@media only screen and (max-width:660px) {
	.bearheader--burger>span {
		display: none
	}
}

.bearheader--burger span:before {
	content: attr(menu-text)
}

.PageHome .bearheader--burger {
	display: none
}

.bearnav {
	-webkit-transform: translateX(9000%);
	transform: translateX(9000%);
	z-index: 10000;
	position: fixed;
	top: 100px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu--active .bearnav {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.menu--deployed .bearnav {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media only screen and (max-width:660px) {
	.bearnav {
		top: 66px;
		left: 10px;
		right: 10px;
		bottom: 10px
	}
}

.PageHome .bearnav,
.prehome-active .bearnav {
	display: none
}

.bearnav--close {
	position: relative;
	width: 50px;
	height: 50px;
	margin: -50px auto 50px;
	cursor: pointer
}

@media only screen and (max-width:660px) {
	.bearnav--close {
		display: none
	}
}

.bearnav--close-stroke {
	width: 14px;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	transition: .7s cubic-bezier(.455, .03, .515, .955);
	opacity: 0;
	position: absolute
}

.menu--deployed__end .bearnav--close-stroke {
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	opacity: 1
}

.bearnav--close-stroke.bearnav--close-stroke-a {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.bearnav--close-stroke.bearnav--close-stroke-b {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.bearnav--close:hover .bearnav--close-stroke {
	background: #EADA24
}

.bearnav--close:hover .bearnav--close-stroke.bearnav--close-stroke-a {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.bearnav--close:hover .bearnav--close-stroke.bearnav--close-stroke-b {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.bearnav--close-circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: 1s cubic-bezier(.77, 0, .175, 1)
}

.menu--deployed .bearnav--close-circle {
	opacity: 1
}

.bearnav--close-circle path {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-dashoffset: 122.592px;
	stroke-dasharray: 122.592, 122.592;
	transition: .7s cubic-bezier(.455, .03, .515, .955)
}

.menu--deployed .bearnav--close-circle path {
	transition: 1s .2s cubic-bezier(.77, 0, .175, 1)
}

.menu--deployed__end .bearnav--close-circle path {
	transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.bearnav--close-circle.bearnav--close-circle-a path {
	stroke-dashoffset: 122.592px
}

.menu--deployed__end .bearnav--close-circle.bearnav--close-circle-a path {
	transition: .9s cubic-bezier(.77, 0, .175, 1)
}

.menu--deployed .bearnav--close-circle.bearnav--close-circle-a path {
	stroke-dashoffset: 0
}

.menu--deployed__end .bearnav--close-circle.bearnav--close-circle-a path {
	stroke-dashoffset: 0
}

.bearnav--close:hover .bearnav--close-circle.bearnav--close-circle-a path {
	stroke-dashoffset: -122.592px
}

.menu--deployed__end .bearnav--close:hover .bearnav--close-circle.bearnav--close-circle-a path {
	transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.bearnav--close-circle.bearnav--close-circle-b path {
	stroke: #EADA24;
	stroke-dashoffset: 122.592px
}

.menu--deployed__end .bearnav--close-circle.bearnav--close-circle-b path {
	stroke-dashoffset: 122.592px
}

.bearnav--close:hover .bearnav--close-circle.bearnav--close-circle-b path {
	stroke-dashoffset: -122.592px
}

.menu--deployed__end .bearnav--close:hover .bearnav--close-circle.bearnav--close-circle-b path {
	stroke-dashoffset: 0
}

.bearnav--nav {
	text-align: center
}

.bearnav--nav ul li {
	display: block;
	overflow: hidden
}

.bearnav--nav ul li a {
	display: inline-block;
	font-size: 50px;
	font-size: 2.4rem;
	line-height: 1.5;
	text-transform: unset;
	text-decoration: none;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:660px) {
	.bearnav--nav ul li a {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 2
	}
}

.bearnav--nav ul li a:before {
	color: #EADA24;
	content: attr(content);
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	width: 0;
	transition: .5s cubic-bezier(.645, .045, .355, 1);
	overflow: hidden
}

.bearnav--nav ul li a:hover:before {
	width: 100%
}

.bearnav--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 1164px;
	z-index: -1
}

.bearnav--bg>div {
	height: 100%;
	width: 195px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.bearnav--bg>div:nth-child(1) {
	left: -1378px
}

.bearnav--bg>div:nth-child(2) {
	left: -1184px
}

.bearnav--bg>div:nth-child(3) {
	left: -990px
}

.bearnav--bg>div:nth-child(4) {
	left: -796px
}

.bearnav--bg>div:nth-child(5) {
	left: -602px
}

.bearnav--bg>div:nth-child(6) {
	left: -408px
}

.bearnav--bg>div:nth-child(7) {
	left: -214px
}

.bearnav--bg>div:nth-child(8) {
	left: -20px
}

.bearnav--bg>div:nth-child(9) {
	left: 174px
}

.bearnav--bg>div:nth-child(10) {
	left: 368px
}

.bearnav--bg>div:nth-child(11) {
	left: 562px
}

.bearnav--bg>div:nth-child(12) {
	left: 756px
}

.bearnav--bg>div:nth-child(13) {
	left: 950px
}

.bearnav--bg>div:nth-child(14) {
	left: 1144px
}

.bearnav--bg>div:nth-child(15) {
	left: 1338px
}

.bearnav--bg>div:nth-child(16) {
	left: 1532px
}

.bearnav--bg>div:nth-child(17) {
	left: 1726px
}

.bearnav--bg>div:nth-child(18) {
	left: 1920px
}

.bearnav--bg>div:nth-child(19) {
	left: 2114px
}

.bearnav--bg>div:nth-child(20) {
	left: 2308px
}

.bearnav--bg>div:nth-child(21) {
	left: 2502px
}

.bearnav--bg>div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #171717;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	perspective: 1000;
	transition: .35s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.menu--deployed .bearnav--bg>div div {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.bearnav--bg>div:nth-child(1) div {
	transition-delay: 20ms
}

.bearnav--bg>div:nth-child(2) div {
	transition-delay: 40ms
}

.bearnav--bg>div:nth-child(3) div {
	transition-delay: 60ms
}

.bearnav--bg>div:nth-child(4) div {
	transition-delay: 80ms
}

.bearnav--bg>div:nth-child(5) div {
	transition-delay: .1s
}

.bearnav--bg>div:nth-child(6) div {
	transition-delay: 120ms
}

.bearnav--bg>div:nth-child(7) div {
	transition-delay: 140ms
}

.bearnav--bg>div:nth-child(8) div {
	transition-delay: 160ms
}

.bearnav--bg>div:nth-child(9) div {
	transition-delay: 180ms
}

.bearnav--bg>div:nth-child(10) div {
	transition-delay: .2s
}

.bearnav--bg>div:nth-child(11) div {
	transition-delay: 220ms
}

.bearnav--bg>div:nth-child(12) div {
	transition-delay: 240ms
}

.bearnav--bg>div:nth-child(13) div {
	transition-delay: 260ms
}

.bearnav--bg>div:nth-child(14) div {
	transition-delay: 280ms
}

.bearnav--bg>div:nth-child(15) div {
	transition-delay: .3s
}

.bearnav--bg>div:nth-child(16) div {
	transition-delay: 320ms
}

.bearnav--bg>div:nth-child(17) div {
	transition-delay: 340ms
}

.bearnav--bg>div:nth-child(18) div {
	transition-delay: 360ms
}

.bearnav--bg>div:nth-child(19) div {
	transition-delay: 380ms
}

.bearnav--bg>div:nth-child(20) div {
	transition-delay: .4s
}

.bearnav--bg>div:nth-child(21) div {
	transition-delay: 420ms
}

.footsoc {
	padding-bottom: 20px;
	text-align: center
}

.PageHome .footsoc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

@media only screen and (max-width:660px) {
	.footsoc {
		padding-bottom: 0
	}
}

.footsoc li {
	display: inline-block
}

.footsoc--link {
	display: block;
	width: 60px;
	height: 60px;
	position: relative
}

.footsoc--link svg {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .35s cubic-bezier(.455, .03, .515, .955)
}

.footsoc--link svg:first-child {
	fill: #fff;
	clip: rect(0, 20px, 20px, 0)
}

.theme--black .footsoc--link svg:first-child {
	fill: #fff
}

.theme--polar .footsoc--link svg:first-child {
	fill: #1d1d1b
}

.footsoc--link svg:last-child {
	fill: #EADA24;
	clip: rect(20px, 20px, 20px, 0)
}

.footsoc--link:hover svg:first-child {
	clip: rect(0, 20px, 0, 0)
}

.footsoc--link:hover svg:last-child {
	clip: rect(0, 20px, 20px, 0)
}

.scrolltotop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	cursor: pointer;
	z-index: 10
}

@media only screen and (max-width:660px) {
	.scrolltotop {
		display: none
	}
}

.scrolltotop--arrow {
	width: 5px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	fill: #1d1d1b
}

.scrolltotop--arrow svg {
	display: block
}

.theme--black .scrolltotop--arrow {
	fill: #fff
}

.scrolltotop:hover .scrolltotop--arrow {
	fill: #EADA24;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.scrolltotop--circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.scrolltotop--circle path {
	fill: none;
	stroke: #1d1d1b;
	stroke-width: 2;
	stroke-dashoffset: 122.592px;
	stroke-dasharray: 122.592, 122.592;
	transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.theme--black .scrolltotop--circle path {
	stroke: #fff
}

.scrolltotop--circle.scrolltotop--circle-a path {
	stroke-dashoffset: 122.592px;
	transition: .9s cubic-bezier(.77, 0, .175, 1);
	stroke-dashoffset: 0
}

.scrolltotop:hover .scrolltotop--circle.scrolltotop--circle-a path {
	stroke-dashoffset: -122.592px;
	transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.scrolltotop--circle.scrolltotop--circle-b path {
	stroke: #EADA24;
	stroke-dashoffset: 122.592px
}

.scrolltotop:hover .scrolltotop--circle.scrolltotop--circle-b path {
	stroke-dashoffset: 0
}

.footcontrol {
	margin: 60px 0 10px;
	padding: 40px 40px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:660px) {
	.footcontrol {
		margin: 0
	}
}

@media only screen and (max-width:660px) {
	.footcontrol {
		padding: 20px
	}
}

@media only screen and (max-width:660px) {
	.footcontrol {
		text-align: center
	}
}

.footcontrol--inner {
	max-width: 1164px;
	margin: auto;
	position: relative;
	padding: 30px 100px;
	text-align: center
}

.footcontrol--cta {
	border-radius: 50px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: .35s cubic-bezier(.77, 0, .175, 1);
	text-decoration: none;
	border: 2px solid #000;
	fill: #000
}

.theme--black .footcontrol--cta {
	border: 2px solid #fff;
	fill: #fff
}

.footcontrol--cta__left {
	float: left
}

.footcontrol--cta__right {
	float: right
}

@media only screen and (max-width:660px) {
	.footcontrol--cta__left {
		display: none
	}
	.footcontrol--cta__right {
		float: none
	}
}

.footcontrol--cta:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EADA24;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	z-index: -1;
	transition: .35s cubic-bezier(.77, 0, .175, 1)
}

.footcontrol--cta:hover {
	border-color: #EADA24
}

.footcontrol--cta:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.footcontrol--cta-text {
	display: block;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	padding: 14px 26px 12px
}

.footcontrol--cta__right .footcontrol--cta-text {
	margin-right: 30px
}

.footcontrol--cta__left .footcontrol--cta-text {
	margin-left: 30px
}

.footcontrol--cta-arrow {
	display: block;
	width: 5px;
	height: 13px;
	transition: .35s cubic-bezier(.77, 0, .175, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.footcontrol--cta-arrow svg {
	display: block
}

.footcontrol--cta-arrow__right {
	right: 28px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.footcontrol--cta:hover .footcontrol--cta-arrow__right {
	-webkit-transform: rotate(90deg) translateY(-4px);
	transform: rotate(90deg) translateY(-4px)
}

.footcontrol--cta-arrow__left {
	left: 28px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.footcontrol--cta:hover .footcontrol--cta-arrow__left {
	-webkit-transform: rotate(-90deg) translateY(-4px);
	transform: rotate(-90deg) translateY(-4px)
}

.markup {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5
}

@media only screen and (min-width:661px) and (max-width:989px) {
	.markup {
		font-size: 18px;
		font-size: 1.125rem
	}
}

@media only screen and (max-width:660px) {
	.markup {
		font-size: 16px;
		font-size: 1rem
	}
}

.markup>* {
	margin-bottom: 20px
}

.markup>:last-child {
	margin-bottom: 0
}

.markup a {
	font-weight: 700;
	position: relative;
	background-image: linear-gradient(180deg, #EADA24, #EADA24);
	background-position: 0 1em;
	background-repeat: no-repeat;
	transition: .15s;
	text-decoration: none;
	padding: .075rem 0
}

.theme--black .markup a {
	background-image: linear-gradient(180deg, #000, #000);
	color: #EADA24
}

.markup a:hover {
	background-position: 0 0
}

.markup b,
.markup strong {
	font-weight: 700
}

.markup ul {
	padding-left: 60px
}

@media only screen and (min-width:661px) and (max-width:989px) {
	.markup ul {
		padding-left: 40px
	}
}

@media only screen and (max-width:660px) {
	.markup ul {
		padding-left: 20px
	}
}

.markup ul>li {
	position: relative
}

.markup ul>li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #EADA24;
	display: block;
	position: absolute;
	top: 14px;
	left: -20px
}

@media only screen and (min-width:661px) and (max-width:989px) {
	.markup ul>li:before {
		top: 10px;
		left: -18px
	}
}

@media only screen and (max-width:660px) {
	.markup ul>li:before {
		top: 8px;
		left: -14px
	}
}

.markup ul>li>ol {
	padding-left: 20px;
	counter-reset: list-ol
}

.markup ul>li>ol li:before {
	counter-increment: list-ol;
	content: counters(list-ol, ".") ".";
	margin-right: 5px;
	font-weight: 700;
	text-align: right
}

.markup>ol {
	padding-left: 40px;
	counter-reset: list-ol
}

.markup>ol>li {
	position: relative
}

.markup>ol>li>ol {
	padding-left: 30px;
	counter-reset: list-ol
}

.markup>ol>li>ol li:before {
	counter-increment: list-ol;
	content: counters(list-ol, ".") ".";
	margin-right: 5px;
	font-weight: 700;
	text-align: right
}

.markup>ol>li:before {
	counter-increment: list-ol;
	content: counters(list-ol, ".") ".";
	margin-right: 5px;
	font-weight: 700;
	text-align: right
}

.markup h1,
.markup h2,
.markup h3,
.markup h4,
.markup h5,
.markup h6 {
	margin-top: 20px;
	font-weight: 700
}

.markup h1 {
	font-size: 30px;
	font-size: 1.875rem
}

.markup h2 {
	font-size: 28px;
	font-size: 1.75rem
}

.markup h3 {
	font-size: 26px;
	font-size: 1.625rem
}

.markup h4 {
	font-size: 24px;
	font-size: 1.5rem
}

.markup h5 {
	font-size: 22px;
	font-size: 1.375rem
}

.markup h6 {
	font-size: 20px;
	font-size: 1.25rem
}

.markup img {
	display: block;
	margin: 30px auto;
	border-radius: 2px
}

.markup blockquote {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	padding: 10px 20px 10px 30px;
	position: relative;
	font-size: 1.4em
}

@media only screen and (max-width:660px) {
	.markup blockquote {
		padding: 10px 20px 10px 20px
	}
}

.markup blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 5px;
	background: #EADA24
}

.markup blockquote>* {
	margin-bottom: 20px
}

.markup blockquote>:last-child {
	margin-bottom: 0
}

#prehome--dots {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: -1
}

.prehome {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	display: none
}

.prehome-active .prehome {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.prehome--bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d1d1b;
	z-index: 6000;
	display: none
}

.prehome-active .prehome--bg {
	display: block
}

.prehome--title {
	font-size: 60px;
	font-size: 3.75rem;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #EADA24;
	display: inline-block;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:660px) {
	.prehome--title {
		font-size: 10vw
	}
}

.prehome--title>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #EADA24;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.prehome--title>span {
	display: block;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0
}

.prehome--subtitle {
	font-size: 50px;
	font-size: 3.125rem;
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	color: #595959;
	margin-bottom: 80px;
	display: inline-block;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:660px) {
	.prehome--subtitle {
		font-size: 8vw
	}
}

@media only screen and (max-width:660px) {
	.prehome--subtitle {
		margin-bottom: 30px
	}
}

.prehome--subtitle>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.prehome--subtitle>span {
	display: block;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0
}

.prehome--chosen>div {
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	width: 180px;
	height: 180px;
	margin: 0 100px 0;
	z-index: 1;
	position: relative;
	overflow: hidden;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width:800px) {
	.prehome--chosen>div {
		margin: 0 20px
	}
}

@media only screen and (max-width:660px) {
	.prehome--chosen>div {
		margin: 0 20px;
		width: 100px;
		height: 100px;
		font-size: 12px;
		font-size: .75rem
	}
}

.prehome--chosen>div svg {
	width: 46px;
	height: 29.2871972318px;
	display: block;
	margin: auto;
	margin-top: 54px;
	margin-bottom: 14px;
	-webkit-transform: translateX(3px);
	transform: translateX(3px)
}

@media only screen and (max-width:660px) {
	.prehome--chosen>div svg {
		margin-top: 30px;
		margin-bottom: 8px;
		width: 30px
	}
}

.prehome--chosen>div span {
	display: block
}

.prehome--chosen>div.prehome--polar {
	color: #fff;
	background: #000;
	fill: #fff
}

.prehome--chosen>div.prehome--black {
	color: #000;
	background: #fff;
	fill: #000
}

.prehome--chosen>div>div {
	position: absolute;
	top: 0;
	left: 0;
	background: #EADA24;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: rotate(-15deg) translateY(101%);
	transform: rotate(-15deg) translateY(101%);
	transition: .45s cubic-bezier(.77, 0, .175, 1)
}

.prehome--chosen>div:hover>div {
	-webkit-transform: rotate(-8deg) translateY(0);
	transform: rotate(-8deg) translateY(0)
}

.prehome--langs {
	position: absolute;
	right: 60px;
	top: 60px
}

.prehome--langs ul li {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	font-size: .625rem;
	position: relative
}

.prehome--langs ul li a {
	display: block;
	text-decoration: none;
	padding: 14px;
	letter-spacing: .3em;
	transition: .2s
}

.prehome--langs ul li a:hover {
	color: #EADA24
}

.prehome--langs ul li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	width: 1px;
	height: 8px;
	margin: auto;
	background: #fff;
	pointer-events: none
}

.prehome--langs ul li.current-lang a {
	cursor: default;
	color: #EADA24
}

.homenav {
	text-align: center
}

.homenav--header {
	letter-spacing: -.25em
}

.homenav--header>* {
	letter-spacing: 0
}

.homenav--svg {
	position: relative;
	margin-bottom: -10px;
	padding: 20px 0;
	display: inline-block;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:660px) {
	.homenav--svg {
		width: 250px;
		margin-bottom: -20px
	}
}

.homenav--svg span svg {
	display: block;
	width: 388px;
	height: 70px;
	fill: #fff
}

@media only screen and (max-width:660px) {
	.homenav--svg span svg {
		width: 250px;
		height: 45px
	}
}

.theme--black .homenav--svg span svg {
	fill: #fff
}

.theme--polar .homenav--svg span svg {
	fill: #1d1d1b
}

.homenav--svg>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:transparent;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.homenav--svg>span {
	display: block;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0
}

.homenav--titleandsound {
	position: relative;
	width: 388px;
	margin: auto;
	text-align: center
}

.homenav--titleandsound audio {
	position: absolute;
	top: 999999em;
	left: 999999em
}

.homenav--soundwave {
	position: absolute;
	top: 0;
	right: -44px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	transition: .15s;
	background: #EADA24;
	fill: #1a181b
}

@media only screen and (max-width:660px) {
	.homenav--soundwave {
		display: none
	}
}

.homenav--soundwave:hover {
	background: #1a181b;
	fill: #EADA24
}

.homenav--soundwave svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 14px;
	height: 14px
}

.homenav--subtitle {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 25px;
	font-size: 1.5625rem;
	display: inline-block;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:660px) {
	.homenav--subtitle {
		font-size: 16px;
		font-size: 1rem
	}
}

.homenav--subtitle>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1d1d1b;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.theme--black .homenav--subtitle>div {
	background: #fff
}

.homenav--subtitle>span {
	display: block;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0
}

.homenav--nav {
	margin-top: 50px;
	position: relative;
	z-index: 10000
}

@media only screen and (max-width:660px) {
	.homenav--nav {
		margin-top: 20px
	}
}

.homenav--nav ul li {
	width: 194px;
	float: left;
	text-align: center
}

@media (max-width:900px) {
	.homenav--nav ul li {
		float: none;
		margin: auto
	}
}

.homenav--nav ul li a {
	display: block;
	text-decoration: none;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	text-transform: unset!important;
	padding: 20px 0;
	position: relative;
	transition: .35s cubic-bezier(.77, 0, .175, 1)
}

@media only screen and (max-width:660px) {
	.homenav--nav ul li a {
		padding: 10px 0
	}
}

.homenav--nav ul li a:after,
.homenav--nav ul li a:before {
	transition: .35s cubic-bezier(.77, 0, .175, 1);
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #ccc;
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.theme--black .homenav--nav ul li a:after,
.theme--black .homenav--nav ul li a:before {
	background: #ccc
}

.theme--polar .homenav--nav ul li a:after,
.theme--polar .homenav--nav ul li a:before {
	background: #ffffff;
}

.homenav--nav ul li a:before {
	left: 0
}

.homenav--nav ul li a:after {
	left: 100%
}

.homenav--nav ul li a:hover {
	opacity: 1
}

.homenav--nav ul li a:hover:after,
.homenav--nav ul li a:hover:before {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.homenav--nav ul:hover a {
	opacity: .2
}

.superheader {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: calc(100vh - 120px - (20px * 2))
}

.superheader--title {
	font-size: 60px;
	font-size: 3.75rem;
	font-size: 10vmin;
	line-height: 1;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: unset;
	text-align: center;
	padding: 0 0 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
         position: relative;
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.superheader--title>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.superheader--title>span {
	display: block;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0
}

.superheader--subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-size: 3.3333333333vmin;
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-transform: lowercase;
	text-align: center;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.superheader--subtitle>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1d1d1b;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.theme--black .superheader--subtitle>div {
	background: #fff
}

.superheader--subtitle>span {
	display: block;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0
}

.scrollto {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #1d1d1b;
	z-index: 7000;
	cursor: pointer;
	width: 260px;
	padding: 20px
}

.theme--black .scrollto {
	background: #1d1d1b
}

.theme--polar .scrollto {
	background: #fff
}

.scrollto--icon {
	width: 18px;
	position: relative;
	margin: auto;
	height: 60px;
	transition: .5s fill;
	fill: #fff
}

.scrollto--icon svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.theme--black .scrollto--icon {
	fill: #fff
}

.theme--polar .scrollto--icon {
	fill: #1d1d1b
}

.scrollto--wheel {
	-webkit-animation: 2s scrolltoWheel infinite cubic-bezier(.77, 0, .175, 1);
	animation: 2s scrolltoWheel infinite cubic-bezier(.77, 0, .175, 1)
}

@-webkit-keyframes scrolltoWheel {
	0% {
		-webkit-transform: translate(0, -1px);
		transform: translate(0, -1px);
		opacity: 0
	}
	60% {
		-webkit-transform: translate(0, 2px);
		transform: translate(0, 2px);
		opacity: 1
	}
	100% {
		-webkit-transform: translate(0, 2px);
		transform: translate(0, 2px);
		opacity: 0
	}
}

@keyframes scrolltoWheel {
	0% {
		-webkit-transform: translate(0, -1px);
		transform: translate(0, -1px);
		opacity: 0
	}
	60% {
		-webkit-transform: translate(0, 2px);
		transform: translate(0, 2px);
		opacity: 1
	}
	100% {
		-webkit-transform: translate(0, 2px);
		transform: translate(0, 2px);
		opacity: 0
	}
}

.scrollto--arrow {
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translate(0, 2px);
	transform: translate(0, 2px)
}

.scrollto:hover .scrollto--arrow {
	-webkit-transform: translate(0, 10px);
	transform: translate(0, 10px)
}

.scrollto--text {
	text-align: center;
	font-size: 10px;
	font-size: .625rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.supertext-a {
	padding: 100px 40px;
	margin: auto;
	position: relative;
	text-align: center;
	max-width: 1164px;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.supertext-a {
		padding: 20px
	}
}

.supertext-a.is-revealed {
	opacity: 1
}

.supertext-a--titlecont {
	position: relative
}

.supertext-a--and {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 380px;
	font-size: 23.75rem;
	z-index: -1;
	color: #EADA24;
	transition: .75s .25s;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.supertext-a--and {
		font-size: 100px;
		font-size: 6.25rem
	}
}

.theme--black .supertext-a--and {
	color: #3e3e3e
}

.supertext-a.is-revealed .supertext-a--and {
	opacity: 1
}

.supertext-a--title {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 1.1;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	margin-bottom: 30px
}

@media only screen and (max-width:660px) {
	.supertext-a--title {
		font-size: 24px;
		font-size: 1.5rem
	}
}

.theme--black .supertext-a--title {
	color: #EADA24
}

.supertext-a--title .splitter-line {
	overflow: hidden;
	position: relative
}

.supertext-a--title .splitter-word {
	position: relative
}

.supertext-a--subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-transform: lowercase
}

@media only screen and (max-width:660px) {
	.supertext-a--subtitle {
		font-size: 16px;
		font-size: 1rem
	}
}

.supertext-a--subtitle .splitter-line {
	overflow: hidden;
	position: relative
}

.supertext-a--subtitle .splitter-word {
	position: relative
}

.supertext-a--icon {
	width: 280px;
	height: 280px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	stroke: #d1d1d1;
	stroke-width: 2px;
	-webkit-transform: translate(-60%, 30%);
	transform: translate(-60%, 30%);
	z-index: -1
}

.supertext-a--icon svg {
	-webkit-animation: rotate360 120s infinite linear;
	animation: rotate360 120s infinite linear
}

.supertext-b {
	padding: 100px 40px;
	margin: auto;
	position: relative;
	text-align: center;
	max-width: 1164px;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.supertext-b {
		padding: 20px
	}
}

.supertext-b.is-revealed {
	opacity: 1
}

.supertext-b--text {
	line-height: 1.2
}

.supertext-b--text>div {
	margin: 10px 0
}

.supertext-b--small {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-transform: lowercase
}

@media only screen and (max-width:660px) {
	.supertext-b--small {
		font-size: 16px;
		font-size: 1rem
	}
}

.supertext-b--small .splitter-line {
	overflow: hidden;
	position: relative
}

.supertext-b--small .splitter-word {
	position: relative
}

.supertext-b--big-1 {
	font-size: 60px;
	font-size: 3.75rem;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase
}

@media only screen and (max-width:660px) {
	.supertext-b--big-1 {
		font-size: 24px;
		font-size: 1.5rem
	}
}

.theme--black .supertext-b--big-1 {
	color: #fff
}

.supertext-b--big-1 .splitter-line {
	overflow: hidden;
	position: relative
}

.supertext-b--big-1 .splitter-word {
	position: relative
}

.supertext-b--big-2 {
	font-size: 60px;
	font-size: 3.75rem;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	color: #EADA24
}

@media only screen and (max-width:660px) {
	.supertext-b--big-2 {
		font-size: 24px;
		font-size: 1.5rem
	}
}

.supertext-b--big-2 .splitter-line {
	overflow: hidden;
	position: relative
}

.supertext-b--big-2 .splitter-word {
	position: relative
}

.supertext-b--icon {
	width: 280px;
	height: 280px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	stroke: #d1d1d1;
	stroke-width: 2px;
	-webkit-transform: translate(-60%, 30%);
	transform: translate(-60%, 30%);
	z-index: -1
}

.supertext-b--icon svg {
	-webkit-animation: rotate360 120s infinite linear;
	animation: rotate360 120s infinite linear
}

.basic-headline {
	text-align: center;
	margin: 0 auto 100px;
	position: relative;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.basic-headline {
		margin-bottom: 20px
	}
}

.basic-headline.is-revealed {
	opacity: 1
}

.basic-headline--text>div {
	margin: 10px 0
}

.basic-headline--big {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 1.1;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	margin-bottom: 30px
}

@media only screen and (max-width:660px) {
	.basic-headline--big {
		font-size: 24px;
		font-size: 1.5rem
	}
}

.theme--black .basic-headline--big {
	color: #fff
}

.basic-headline--big.basic-headline--big__cc {
	color: #EADA24
}

.basic-headline--big .splitter-line {
	overflow: hidden;
	position: relative
}

.basic-headline--big .splitter-word {
	position: relative
}

.basic-headline--small {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-transform: lowercase
}

@media only screen and (max-width:660px) {
	.basic-headline--small {
		font-size: 16px;
		font-size: 1rem
	}
}

.basic-headline--small .splitter-line {
	overflow: hidden;
	position: relative
}

.basic-headline--small .splitter-word {
	position: relative
}

.talents {
	padding: 100px 10px;
	text-align: center;
	position: relative
}

@media only screen and (max-width:660px) {
	.talents {
		padding: 20px 10px
	}
}

.talents-container {
	max-width: 1200px;
	margin: auto;
	opacity: 0
}



.talents-container.is-revealed {
	opacity: 1
}


.talents--list {
	width: 272px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px
}


.talents--item {
	text-decoration: none;
	position: relative;
	overflow: hidden;
	width: 272px;
	display: block;
	margin: 30px 10px;
	-webkit-animation: fadeIn .5s forwards;
	animation: fadeIn .5s forwards
}

.talents-container__reassort .talents--item {
	margin: 30px 0
}

.talents--item.inactive {
	-webkit-animation: fadeOut .5s forwards;
	animation: fadeOut .5s forwards;
	display: none
}

.talents--item.transi {
	display: block
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.talents--item-inner {
	opacity: 0;
	position: relative;
	overflow: hidden;
	padding: 23px 13px;
	z-index: 1
}

.talents--item.is-revealed .talents--item-inner {
	opacity: 1
}

.talents--item__c0 .talents--item-inner {
	background: 0 0;
	color: #1d1d1b;
	border: 7px solid rgba(29, 29, 27, .1)
}

.theme--black .talents--item__c0 .talents--item-inner {
	border: 7px solid #fff;
	color: #fff
}

.talents--item__c1 .talents--item-inner {
	background: #EADA24;
	border: 7px solid #EADA24;
	color: #1d1d1b
}

.talents--item__c2 .talents--item-inner {
	background: #1d1d1b;
	border: 7px solid #1d1d1b;
	color: #fff
}

.theme--black .talents--item__c2 .talents--item-inner {
	background: #fff;
	border: 7px solid #fff;
	color: #1d1d1b
}

.talents--item-inner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .35s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.talents--item__c0 .talents--item-inner:before {
	background: #d0d0d0
}

.theme--black .talents--item__c0 .talents--item-inner:before {
	background: #52524c
}

.talents--item__c1 .talents--item-inner:before {
	background: #ffe687
}

.talents--item__c2 .talents--item-inner:before {
	background: #454540
}

.theme--black .talents--item__c2 .talents--item-inner:before {
	background: #e6e6e6
}

.talents--item-inner:hover:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.talents--item-name {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 10px
}

.talents--item-job {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 16px;
	font-size: 1rem
}

.talents--item-overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.talents--item__c0 .talents--item-overlay {
	background: #d0d0d0
}

.theme--black .talents--item__c0 .talents--item-overlay {
	background: #030302
}

.talents--item__c1 .talents--item-overlay {
	background: #ffce17
}

.talents--item__c2 .talents--item-overlay {
	background: #030302
}

.theme--black .talents--item__c2 .talents--item-overlay {
	background: #e6e6e6
}

.talents-smartphone {
	display: none
}

@media only screen and (max-width:660px) {
	.talents-smartphone {
		display: block;
		background: #EADA24;
		margin: 0 -10px;
		position: relative;
		z-index: 8000;
		padding: 20px;
		font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
		font-size: 16px;
		font-size: 1rem
	}
}

.awards {
	padding: 100px 10px;
	text-align: center;
	position: relative
}

@media only screen and (max-width:660px) {
	.awards {
		padding: 20px 10px
	}
}


.awards-container {
	max-width: 1200px;
	margin: auto;
	opacity: 0
}

.awards-container.is-revealed {
	opacity: 1
}

.awards--list {
	width: 272px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px
}

/* .awards--list:nth-child(2) {
	margin-top: 50px
}

.awards--list:nth-child(3) {
	margin-top: 100px
}

.awards--list:nth-child(4) {
	margin-top: 150px
} */

.awards--item {
	text-decoration: none;
	width: 272px;
	display: block;
	margin: 30px 10px;
	position: relative;
	overflow: hidden;
	color: #1d1d1b
}

.awards-container__reassort .awards--item {
	margin: 30px 0
}

.awards--item-inner {
	overflow: hidden;
	padding: 23px 13px;
	border: 7px solid #e9e9e9;
	background: #fff;
	opacity: 0;
    min-height:206px;
    
}

.awards--item-inner img {
	max-width: 90%;
	margin: auto;
	display: block
}

.awards--item.is-revealed .awards--item-inner {
	opacity: 1
}

.awards--item-year {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 16px;
	font-size: 1rem;
	margin: 20px 0
}

.awards--item-desc {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size: .75rem;
	margin: 20px 0
}

.awards--item-rank {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-size: .75rem;
	color: #cacaca;
	margin: 20px 0 0
}

.awards--item-overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: #e6e6e6
}

.awards--item__c0 .awards--item-overlay {
	background: #d0d0d0
}

.theme--black .awards--item__c0 .awards--item-overlay {
	background: #030302
}

.awards--item__c1 .awards--item-overlay {
	background: #ffce17
}

.awards--item__c2 .awards--item-overlay {
	background: #030302
}

.theme--black .awards--item__c2 .awards--item-overlay {
	background: #e6e6e6
}

.references {
	padding: 100px 10px;
	text-align: center;
	position: relative;
	background: #efefef
}

@media only screen and (max-width:660px) {
	.references {
		padding: 20px 10px
	}
}

.theme--black .references {
	background: #282828
}

.references-container {
	max-width: 1200px;
	margin: auto;
	opacity: 0
}

.references-container.is-revealed {
	opacity: 1
}

.references--item {
	text-decoration: none;
	width: 272px;
	display: inline-block;
	margin: 10px;
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:660px) {
	.references--item {
		width: 130px
	}
}

@media only screen and (max-width:660px) {
	.references--item {
		margin: 2px
	}
}

.references--item-inner {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 88px;
	background: #fff;
	color: #1d1d1b;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.references--item-inner {
		height: 70px
	}
}

.references--item-inner img {
	max-width: 90%;
	margin: auto;
	display: block
}

.references--item.is-revealed .references--item-inner {
	opacity: 1
}

.references--item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: #e6e6e6
}

.references--item:nth-child(3n+0) .references--item-overlay {
	background: #d0d0d0
}

.theme--black .references--item:nth-child(3n+0) .references--item-overlay {
	background: #030302
}

.references--item:nth-child(3n+1) .references--item-overlay {
	background: #ffce17
}

.references--item:nth-child(3n+2) .references--item-overlay {
	background: #030302
}

.theme--black .references--item:nth-child(3n+2) .references--item-overlay {
	background: #e6e6e6
}

.skills {
	padding: 100px 10px;
	margin: auto;
	text-align: center;
	position: relative
}

@media only screen and (max-width:660px) {
	.skills {
		padding: 20px 10px
	}
}

.skills-container {
	margin-top: -40px;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.skills-container {
		margin-top: 0
	}
}

.skills-container.is-revealed {
	opacity: 1
}

.skills--list {
	display: inline-block;
	vertical-align: top;
	width: 388px;
	position: relative;
	padding: 40px 20px 70px
}

@media (max-width:900px) {
	.skills--list {
		width: 194px
	}
}

@media only screen and (max-width:660px) {
	.skills--list {
		width: 100%
	}
}

.skills--list:nth-child(1) {
	margin-top: 70px
}

@media (max-width:1250px) {
	.skills--list:nth-child(1) {
		margin-top: 0
	}
}

.skills--list:nth-child(3) {
	margin-top: 70px
}

@media (max-width:1250px) {
	.skills--list:nth-child(3) {
		margin-top: 0
	}
}

@media only screen and (max-width:660px) {
	.skills--list {
		padding: 10px
	}
	.skills--list:last-child {
		padding-bottom: 50px
	}
}

.skills--stroke {
	position: absolute;
	bottom: 0;
	left: 55px;
	right: 55px;
	margin: auto;
	height: 20px;
	background: url(img/svg/svgo/stroke--skills.svg) repeat-x center bottom;
	background-size: 20px;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.skills--stroke {
		display: none
	}
	.skills--list:last-child .skills--stroke {
		display: block;
		left: -10px;
		right: -10px
	}
}

.skills--title {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	display: inline-block;
	padding: 20px 0;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:660px) {
	.skills--title {
		font-size: 16px;
		font-size: 1rem
	}
}

@media only screen and (max-width:660px) {
	.skills--title {
		margin-bottom: 20px
	}
}

.skills--title-stroke {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #1d1d1b;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.theme--black .skills--title-stroke {
	background: #fff
}

.skills--title-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #EADA24;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.skills--title-text {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0
}

.skills--desc {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5
}

@media only screen and (max-width:660px) {
	.skills--desc {
		font-size: 16px;
		font-size: 1rem
	}
}

.skills--desc .splitter-line {
	overflow: hidden;
	position: relative
}

.skills--desc .splitter-word {
	position: relative
}

.territory {
	padding: 100px 20px;
	margin: auto;
	text-align: center;
	position: relative
}

@media only screen and (max-width:660px) {
	.territory {
		padding: 20px
	}
}

.territory-container {
	opacity: 0
}

.territory-container.is-revealed {
	opacity: 1
}

.territory--bears {
	margin-bottom: 50px
}

.territory--bears>div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 38px
}

@media only screen and (max-width:660px) {
	.territory--bears>div {
		margin: auto
	}
}

.territory--minibear {
	width: 120px;
	opacity: .5
}

@media only screen and (max-width:660px) {
	.territory--minibear {
		display: none!important
	}
}

.territory--bear {
	width: 298px;
	height: 184px
}

@media only screen and (max-width:660px) {
	.territory--bear {
		width: 80%;
		max-width: 300px;
		height: auto
	}
}

.territory--desc {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 20px;
	font-size: 1.25rem;
	max-width: 600px;
	margin: auto
}

.svg-illubear--forme {
	fill: none;
	stroke: #1d1d1b;
	stroke-width: 1.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 3, 5
}

.theme--black .svg-illubear--forme {
	stroke: #fff
}

.svg-illubear--path {
	stroke: #EADA24
}

.svg-illubear--circle {
	fill: #EADA24
}

.team {
	padding: 0px 0;
	margin: auto;
	text-align: center;
	position: relative
}

@media only screen and (max-width:660px) {
	.team {
		padding: 20px 10px
	}
}

.team-container {
	max-width: 1164px;
	margin: auto;
	opacity: 0
}

@media (max-width:1216px) {
	.team-container {
		max-width: 776px
	}
}

.team-container.is-revealed {
	opacity: 1
}

.team--item {
	text-decoration: none;
	width: 388px;
	display: block;
	float: left;
	margin-bottom: 80px
}

@media (max-width:900px) {
	.team--item {
		width: 194px
	}
}

@media only screen and (max-width:660px) {
	.team--item {
		width: 130px
	}
}

@media (min-width:1217px) {
	.team--item:nth-child(3n-1) {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@media (min-width:901px) and (max-width:1216px) {
	.team--item:nth-child(2n) {
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}
}

@media (max-width:900px) {
	.team--item {
		margin-bottom: 0;
		float: none;
		display: inline-block;
		vertical-align: top
	}
}

@media only screen and (max-width:660px) {
	.team--item {
		margin-bottom: 0
	}
}

.team--item-thumb {
	cursor: pointer;
	width: 300px;
	height: 400px;
	overflow: hidden;
	margin: auto;
	position: relative
}

@media (max-width:900px) {
	.team--item-thumb {
		width: 194px;
		height: 291px
	}
}

@media only screen and (max-width:660px) {
	.team--item-thumb {
		width: 130px;
		height: 195px
	}
}

.team--item-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2
}

.team--item__c0 .team--item-overlay {
	background: #EADA24
}

.team--item__c1 .team--item-overlay {
	background: #1d1d1b
}

.team--item__c2 .team--item-overlay {
	background: #ccc
}

.team--item-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1
}

.team--item-img img,
.team--item-img video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .25s cubic-bezier(.77, 0, .175, 1);
	width: auto;
	height: auto;
	width: 101%
}

@media (max-width:900px) {
	.team--item-img img,
	.team--item-img video {
		width: 194px
	}
}

@media only screen and (max-width:660px) {
	.team--item-img img,
	.team--item-img video {
		width: 130px
	}
}

.simplifiedVersion .team--item-img video {
	display: none
}

.team--item-img:hover img,
.team--item-img:hover video {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

.team--item-polar {
	opacity: 0
}

.team--item-polar-hover {
	opacity: 0;
	transition: .15s
}

.team--item-black {
	opacity: 0
}

.team--item-black-hover {
	opacity: 0;
	transition: .15s
}

.theme--polar .team--item-polar {
	opacity: 1
}

.theme--black .team--item-black {
	opacity: 1
}

.theme--polar .team--item-thumb:hover .team--item-polar-hover {
	opacity: 1
}

.theme--black .team--item-thumb:hover .team--item-black-hover {
	opacity: 1
}

.teamover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(9000%);
	transform: translateX(9000%)
}

.teamover--active .teamover {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media (max-width:992px) {
	.teamover {
		position: absolute;
		top: 140px;
		height: auto;
		-webkit-transform: none;
		transform: none;
		display: none
	}
	.teamover--active .teamover {
		display: block
	}
}

@media only screen and (max-width:660px) {
	.teamover {
		top: 65px
	}
}

.teamover--overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: .9
}

.theme--black .teamover--overlay {
	background: #1d1d1b
}

.teamover--content {
	position: absolute;
	width: 780px;
	margin: auto;
	left: 0;
	right: 0;
	top: 140px;
	bottom: 100px;
	z-index: 2
}

@media (max-width:992px) {
	.teamover--content {
		height: auto;
		top: auto;
		bottom: auto;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		padding: 0 20px
	}
}

@media only screen and (max-width:660px) {
	.teamover--content {
		padding: 0 10px
	}
}

.teamover--close {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 50px;
	height: 50px;
	margin: auto;
	cursor: pointer;
	z-index: 10
}

@media (max-width:992px) {
	.teamover--close {
		bottom: auto;
		left: auto;
		right: 40px;
		top: 20px
	}
}

@media only screen and (max-width:660px) {
	.teamover--close {
		right: 20px
	}
}

.teamover--close-stroke {
	width: 14px;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #1d1d1b;
	transition: .7s cubic-bezier(.455, .03, .515, .955);
	opacity: 0;
	position: absolute
}

.theme--black .teamover--close-stroke {
	background: #fff
}

.teamover--deployed__end .teamover--close-stroke {
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	opacity: 1
}

.teamover--close-stroke.teamover--close-stroke-a {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.teamover--close-stroke.teamover--close-stroke-b {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.teamover--close:hover .teamover--close-stroke {
	background: #EADA24
}

.teamover--close:hover .teamover--close-stroke.teamover--close-stroke-a {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.teamover--close:hover .teamover--close-stroke.teamover--close-stroke-b {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.teamover--close-circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.teamover--close-circle path {
	fill: none;
	stroke: #1d1d1b;
	stroke-width: 2;
	stroke-dashoffset: 122.592px;
	stroke-dasharray: 122.592, 122.592;
	transition: .7s cubic-bezier(.455, .03, .515, .955)
}

.theme--black .teamover--close-circle path {
	stroke: #fff
}

.teamover--deployed .teamover--close-circle path {
	transition: 1s .2s cubic-bezier(.77, 0, .175, 1)
}

.teamover--deployed__end .teamover--close-circle path {
	transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.teamover--close-circle.teamover--close-circle-a path {
	stroke-dashoffset: 122.592px
}

.teamover--deployed__end .teamover--close-circle.teamover--close-circle-a path {
	transition: .9s cubic-bezier(.77, 0, .175, 1)
}

.teamover--deployed .teamover--close-circle.teamover--close-circle-a path {
	stroke-dashoffset: 0
}

.teamover--deployed__end .teamover--close-circle.teamover--close-circle-a path {
	stroke-dashoffset: 0
}

.teamover--close:hover .teamover--close-circle.teamover--close-circle-a path {
	stroke-dashoffset: -122.592px
}

.teamover--deployed__end .teamover--close:hover .teamover--close-circle.teamover--close-circle-a path {
	transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.teamover--close-circle.teamover--close-circle-b path {
	stroke: #EADA24;
	stroke-dashoffset: 122.592px
}

.teamover--deployed__end .teamover--close-circle.teamover--close-circle-b path {
	stroke-dashoffset: 122.592px
}

.teamover--close:hover .teamover--close-circle.teamover--close-circle-b path {
	stroke-dashoffset: -122.592px
}

.teamover--deployed__end .teamover--close:hover .teamover--close-circle.teamover--close-circle-b path {
	stroke-dashoffset: 0
}

.teamover--nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	cursor: pointer;
	z-index: 10
}

@media only screen and (max-width:660px) {
	.teamover--nav {
		display: none
	}
}

.teamover--nav__next {
	right: -70px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (max-width:992px) {
	.teamover--nav__next {
		bottom: auto;
		left: auto;
		right: 91px;
		top: 19px;
		z-index: 100
	}
}

.teamover--nav__prev {
	left: -70px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (max-width:992px) {
	.teamover--nav__prev {
		bottom: auto;
		left: auto;
		right: 141px;
		top: 20px;
		z-index: 100
	}
}

.teamover--nav-arrow {
	width: 5px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .7s cubic-bezier(.455, .03, .515, .955);
	opacity: 0;
	fill: #1d1d1b
}

.teamover--deployed__end .teamover--nav-arrow {
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	opacity: 1
}

.teamover--nav-arrow svg {
	display: block
}

.theme--black .teamover--nav-arrow {
	fill: #fff
}

.teamover--nav:hover .teamover--nav-arrow {
	fill: #EADA24;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.teamover--nav-circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.teamover--nav-circle path {
	fill: none;
	stroke: #1d1d1b;
	stroke-width: 2;
	stroke-dashoffset: 122.592px;
	stroke-dasharray: 122.592, 122.592;
	transition: .7s cubic-bezier(.455, .03, .515, .955)
}

.theme--black .teamover--nav-circle path {
	stroke: #fff
}

.teamover--deployed .teamover--nav-circle path {
	transition: 1s .2s cubic-bezier(.77, 0, .175, 1)
}

.teamover--deployed__end .teamover--nav-circle path {
	transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.teamover--nav-circle.teamover--nav-circle-a path {
	stroke-dashoffset: 122.592px
}

.teamover--deployed__end .teamover--nav-circle.teamover--nav-circle-a path {
	transition: .9s cubic-bezier(.77, 0, .175, 1)
}

.teamover--deployed .teamover--nav-circle.teamover--nav-circle-a path {
	stroke-dashoffset: 0
}

.teamover--deployed__end .teamover--nav-circle.teamover--nav-circle-a path {
	stroke-dashoffset: 0
}

.teamover--nav:hover .teamover--nav-circle.teamover--nav-circle-a path {
	stroke-dashoffset: -122.592px
}

.teamover--deployed__end .teamover--nav:hover .teamover--nav-circle.teamover--nav-circle-a path {
	transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.teamover--nav-circle.teamover--nav-circle-b path {
	stroke: #EADA24;
	stroke-dashoffset: 122.592px
}

.teamover--deployed__end .teamover--nav-circle.teamover--nav-circle-b path {
	stroke-dashoffset: 122.592px
}

.teamover--nav:hover .teamover--nav-circle.teamover--nav-circle-b path {
	stroke-dashoffset: -122.592px
}

.teamover--deployed__end .teamover--nav:hover .teamover--nav-circle.teamover--nav-circle-b path {
	stroke-dashoffset: 0
}

.teamover--item {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0
}

@media (max-width:992px) {
	.teamover--item {
		position: relative;
		display: none
	}
}

.teamover--item.teamover--item__active,
.teamover--item.teamover--item__current {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1
}

@media (max-width:992px) {
	.teamover--item.teamover--item__active,
	.teamover--item.teamover--item__current {
		-webkit-transform: none;
		transform: none
	}
}

.teamover--item.teamover--item__current {
	z-index: 50;
	display: block
}

.teamover--item-thumb {
	width: 50%;
	float: left;
	min-height: 100px;
	height: 470px;
	overflow: hidden;
	margin-top: -20px;
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:660px) {
	.teamover--item-thumb {
		width: 100%;
		float: none;
		height: 0;
		padding-bottom: 60%
	}
}

@media (max-height:780px) {
	.teamover--item-thumb {
		margin-top: 0
	}
}

@media (max-width:992px) {
	.teamover--item-thumb {
		margin-top: 0;
		height: calc(100vh - 140px - 20px)
	}
}

.teamover--item-thumb img {
	display: block
}

@media (max-width:992px) {
	.teamover--item-thumb img {
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto
	}
}

.theme--black .teamover--item-thumb__polar {
	display: none
}

.theme--polar .teamover--item-thumb__black {
	display: none
}

.teamover--item-desc {
	width: 50%;
	float: left;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:660px) {
	.teamover--item-desc {
		width: 100%;
		float: none
	}
}

@media (max-height:780px) {
	.teamover--item-desc {
		margin-top: 0
	}
}

@media (max-width:992px) {
	.teamover--item-desc {
		margin-top: 0
	}
}

.teamover--item-text {
	box-shadow: 0 0 0 13px #EADA24 inset;
	padding: 43px;
	background: #fff;
	letter-spacing: -.25em;
	min-height: 470px
}

.teamover--item-text:before {
	content: "";
	width: 0;
	height: 384px;
	display: inline-block;
	vertical-align: bottom
}

@media (max-width:992px) {
	.teamover--item-text:before {
		content: none
	}
}

.teamover--item-text>div {
	letter-spacing: 0;
	width: 100%;
	display: inline-block;
	vertical-align: bottom
}

.theme--black .teamover--item-text {
	background: #1d1d1b
}

@media (max-width:992px) {
	.teamover--item-text {
		min-height: auto;
		padding: 100px 50px;
		min-height: calc(100vh - 160px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media only screen and (max-width:660px) {
	.teamover--item-text {
		min-height: auto;
		padding: 40px
	}
}

.teamover--item-title {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	margin-bottom: 30px;
	width: 100%
}

@media (max-width:992px) {
	.teamover--item-title {
		font-size: 30px;
		font-size: 1.875rem
	}
}

@media only screen and (max-width:660px) {
	.teamover--item-title {
		font-size: 24px;
		font-size: 1.5rem
	}
}

.teamover--item-markup {
	font-size: 14px;
	font-size: .875rem;
	width: 100%
}

.teamover--item-markup>* {
	margin-top: 1em
}

.teamover--item-markup a {
	text-decoration: none;
	font-weight: 700;
	position: relative;
	border-bottom: 2px solid #1d1d1b
}

.theme--black .teamover--item-markup a {
	border-bottom: 2px solid #fff
}

.teamover--item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #EADA24
}

.teamover--item-desc .teamover--item-overlay {
	background: #1d1d1b
}

.theme--black .teamover--item-desc .teamover--item-overlay {
	background: #fff
}

.projects {
	padding: 0px 10px;
	text-align: center;
	position: relative
}

@media only screen and (max-width:660px) {
	.projects {
		padding: 20px 10px
	}
}

.projects-container {
	max-width: 1200px;
	margin: auto;
	opacity: 0
}

.projects-container.is-revealed {
	opacity: 1
}

.projects--list {
	width: 272px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px
}

@media only screen and (max-width:660px) {
	.projects--list {
		margin: 0!important;
		width: 100%
	}
}



.projects--item {
	text-decoration: none;
	width: 272px;
	display: block;
	margin: 30px 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-height: 200px
}

@media only screen and (max-width:660px) {
	.projects--item {
		width: 100%
	}
}

@media only screen and (max-width:660px) {
	.projects--item {
		margin: 20px 0
	}
}

.projects-container__reassort .projects--item {
	margin: 30px 0
}

@media only screen and (max-width:660px) {
	.projects-container__reassort .projects--item {
		margin: 20px 0
	}
}

@media only screen and (max-width:989px) {
	.projects--item {
		border: 7px solid #EADA24
	}
}

@media only screen and (max-width:989px) {
	.projects--item {
		min-height: auto
	}
}

.projects--item-thumb {
	opacity: 0;
	background: #ffffff;
	position: absolute;
    top: 0;
    border: 6px solid #d4d4d4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1
}

.projects--item.is-revealed .projects--item-thumb {
	opacity: 1
}

.projects--item-thumb img {
margin: 20px auto;
    width: 30%;
    height: auto;
}

@media only screen and (max-width:989px) {
	.projects--item-thumb {
		position: relative;
		border: none!important
	}
}

@media only screen and (max-width:660px) {
	.projects--item-thumb {
		height: 80px
	}
}

@media only screen and (min-width:661px) and (max-width:989px) {
	.projects--item-thumb {
		height: 140px
	}
}

.projects--item-content {
	opacity: 0;
	display: block;
	background: #fff;
	color: #1d1d1b;
	text-align: left;
	border: 7px solid #EADA24;
	min-height: 230px;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.projects--item.is-revealed .projects--item-content {
	opacity: 1
}

@media only screen and (max-width:989px) {
	.projects--item-content {
		border: none
	}
}

@media only screen and (max-width:989px) {
	.projects--item-content {
		min-height: auto
	}
}

.projects--item:hover .projects--item-content {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media only screen and (max-width:989px) {
	.projects--item-content {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.projects--item-logo {
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	padding: 24px 20px;
	transition: .5s cubic-bezier(.895, .03, .685, .22);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.projects--item-logo img {
	max-width: 100%
}

.projects--item:hover .projects--item-logo {
	transition: .5s .2s cubic-bezier(.165, .84, .44, 1), opacity .5s .2s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

@media only screen and (max-width:989px) {
	.projects--item-logo {
		display: none
	}
}

.projects--item-desc {
	padding: 20px;
	overflow: hidden
}

.projects--item-title {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1rem;
	transition: .5s cubic-bezier(.895, .03, .685, .22);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.projects--item:hover .projects--item-title {
	transition: .5s .3s cubic-bezier(.165, .84, .44, 1), opacity .5s .3s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

@media only screen and (max-width:989px) {
	.projects--item-title {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.projects--item-excerpt {
	font-size: 14px;
	font-size: .875rem;
	transition: .5s cubic-bezier(.895, .03, .685, .22);
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0
}

.projects--item:hover .projects--item-excerpt {
	transition: .5s .4s cubic-bezier(.165, .84, .44, 1), opacity .5s .4s cubic-bezier(.25, .46, .45, .94);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

@media only screen and (max-width:989px) {
	.projects--item-excerpt {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.projects--item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 20
}

.projects--item__c0 .projects--item-overlay {
	background: #EADA24
}

.projects--item__c1 .projects--item-overlay {
	background: #1d1d1b
}

.projects--item__c2 .projects--item-overlay {
	background: #ccc
}

.post-cont {
	max-width: 1164px;
	margin: 100px auto;
	position: relative
}

@media (max-width:800px) {
	.post-cont {
		margin: auto
	}
}

.post-cont[fullwidth] {
	max-width: 100%
}

.post-header~.post-cont {
	margin-top: 0
}

.post-header~.post-cont.post-cont__article {
	margin-top: 100px
}

.post-item__w50 {
	float: left;
	width: 50%
}

@media (max-width:800px) {
	.post-item__w50 {
		width: 100%;
		float: none
	}
}

.post-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:800px) {
	.post-flex {
		display: block
	}
}

.post-header {
	position: relative;
	z-index: 7000;
	background: #fff;
	box-shadow: 0 1px #eee;
	opacity: 0
}

.theme--black .post-header {
	background: #1d1d1b;
	box-shadow: 0 1px #282828
}

.post-header.is-revealed {
	opacity: 1
}

.post-nav {
	height: 80px;
	position: relative;
	background: #eee;
	z-index: 7000;
	transition: 1s cubic-bezier(.215, .61, .355, 1)
}

.theme--black .post-nav {
	background: #282828
}

.post-header--inner {
	max-width: 1164px;
	margin: auto;
	position: relative;
	padding: 40px 100px;
	text-align: center;
	opacity: 0
}

@media only screen and (max-width:660px) {
	.post-header--inner {
		padding: 20px
	}
}

.footcontrol .post-header--inner,
.post-header.is-revealed .post-header--inner {
	opacity: 1
}

.post-header--title {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 1;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	text-align: center;
	padding: 0 0 10px;
	display: inline-block;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:660px) {
	.post-header--title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media only screen and (max-width:660px) {
	.post-header--title {
		padding: 0
	}
}

.post-header--title>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #EADA24;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.post-header--title>span {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0
}

.post-header--subtitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	text-transform: lowercase;
	text-align: center;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.post-header--subtitle>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1d1d1b;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.theme--black .post-header--subtitle>div {
	background: #fff
}

.post-header--subtitle>span {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0
}

.post-header--nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	z-index: 10
}

.post-header--nav__prev {
	left: 30px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.post-header--nav__next {
	right: 30px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.post-header--nav__close {
	left: 0;
	right: 0
}

@media only screen and (max-width:660px) {
	.post-header .post-header--nav {
		display: none
	}
}

.post-header--nav>a {
	cursor: pointer
}

.post-header--nav:empty {
	display: none
}

.post-header--nav svg {
	display: block
}

.post-header--nav--arrow {
	width: 5px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	opacity: 1;
	fill: #1d1d1b
}

.theme--black .post-header--nav--arrow {
	fill: #fff
}

.post-header--nav:hover .post-header--nav--arrow {
	fill: #EADA24;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.post-header--nav--circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.post-header--nav--circle path {
	fill: none;
	stroke: #1d1d1b;
	stroke-width: 2;
	stroke-dashoffset: 122.592px;
	stroke-dasharray: 122.592, 122.592;
	transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.theme--black .post-header--nav--circle path {
	stroke: #fff
}

.post-header--nav--circle.post-header--nav--circle-a path {
	stroke-dashoffset: 122.592px;
	transition: .9s cubic-bezier(.77, 0, .175, 1);
	stroke-dashoffset: 0
}

.post-header--nav:hover .post-header--nav--circle.post-header--nav--circle-a path {
	stroke-dashoffset: -122.592px;
	transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.post-header--nav--circle.post-header--nav--circle-b path {
	stroke: #EADA24;
	stroke-dashoffset: 122.592px
}

.post-header--nav:hover .post-header--nav--circle.post-header--nav--circle-b path {
	stroke-dashoffset: 0
}

.post-header--nav--stroke {
	width: 14px;
	height: 1px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #1d1d1b;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	opacity: 1;
	position: absolute
}

.theme--black .post-header--nav--stroke {
	background: #fff
}

.post-header--nav--stroke.post-header--nav--stroke-a {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.post-header--nav--stroke.post-header--nav--stroke-b {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.post-header--nav:hover .post-header--nav--stroke {
	background: #EADA24
}

.post-header--nav:hover .post-header--nav--stroke.post-header--nav--stroke-a {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.post-header--nav:hover .post-header--nav--stroke.post-header--nav--stroke-b {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.post-ss {
	position: relative;
	background: #1d1d1b;
	z-index: 7000;
	transition: .7s .7s cubic-bezier(.215, .61, .355, 1);
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px)
}

.post-ss.is-revealed {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.post-ss--dots {
	z-index: 100;
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: default
}

@media only screen and (max-width:660px) {
	.post-ss--dots {
		bottom: 10px;
		right: 10px
	}
}

.post-ss--dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 -1px;
	cursor: pointer;
	position: relative
}

.post-ss--dots li:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	transition: .25s cubic-bezier(.455, .03, .515, .955);
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.post-ss--dots li:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: .25s cubic-bezier(.455, .03, .515, .955);
	border: 2px solid #EADA24;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}

.post-ss--dots li:hover:before {
	background: #ffce17;
	-webkit-transform: scale(.65);
	transform: scale(.65)
}

.post-ss--dots li.current:before {
	background: #EADA24;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

.post-ss--dots li.current:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.post-ss--ss {
	position: relative;
	height: 520px;
	overflow: hidden
}

.post-ss--ss li {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	margin: auto;
	background: #1d1d1b;
	overflow: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 0
}

.post-ss--ss li.current {
	z-index: 10
}

.post-ss--ss li img {
	width: 100%;
	display: block
}

.post-ss--ready .post-ss--ss li img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -9000px;
	left: -9000px;
	right: -9000px;
	bottom: -9000px;
	margin: auto
}

.post-article {
	padding: 0 100px;
	opacity: 0
}

@media (max-width:1100px) {
	.post-article {
		padding: 0 50px
	}
}

@media (max-width:800px) {
	.post-article {
		padding: 40px 20px
	}
}

.post-article.is-revealed {
	opacity: 1
}

.post-article--hash {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9b9b9b;
	margin-bottom: 40px;
	font-size: 20px;
	font-size: 1.25rem
}

@media only screen and (max-width:660px) {
	.post-article--hash {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:660px) {
	.post-article--hash {
		font-size: 14px;
		font-size: .875rem
	}
}

.post-article--title {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem
}

@media only screen and (max-width:660px) {
	.post-article--title {
		font-size: 20px;
		font-size: 1.25rem
	}
}

.post-article--subtitle {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 20px;
	font-size: 1.25rem
}

@media only screen and (max-width:660px) {
	.post-article--subtitle {
		font-size: 14px;
		font-size: .875rem
	}
}

.post-article--markup {
	margin-top: 40px;
	font-size: 16px;
	font-size: 1rem
}

@media only screen and (max-width:660px) {
	.post-article--markup {
		margin-top: 20px
	}
}

@media only screen and (max-width:660px) {
	.post-article--markup {
		font-size: 14px;
		font-size: .875rem
	}
}

.post-img {
	letter-spacing: -.25em;
	position: relative;
	z-index: 7000;
	opacity: 0
}

.post-img[border] {
	padding: 50px;
	background: #eee
}

@media (max-width:800px) {
	.post-img[border] {
		padding: 10px
	}
}

.post-img img {
	width: 100%;
	display: block
}

.post-img img+img {
	margin-top: 50px
}

@media (max-width:800px) {
	.post-img img+img {
		margin-top: 10px
	}
}

@media only screen and (min-width:661px) {
	.post-img[vertical] img {
		display: inline-block;
		width: 48%;
		margin: 1%
	}
}

.post-img.is-revealed {
	opacity: 1
}

.contact-smartphone-headline {
	margin: 50px auto 0
}

@media only screen and (max-width:660px) {
	.contact-smartphone-headline {
		margin: 20px auto 0
	}
}

.map {
	position: relative;
	z-index: 7000;
	opacity: 0;
	background: #efefef
}

.map.is-revealed {
	opacity: 1
}

.map--info {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	background: #fff;
	font-size: 12px;
	font-size: .75rem;
	padding: 20px 30px;
	border-radius: 100px;
	color: #1d1d1b
}

@media only screen and (max-width:660px) {
	.map--info {
		display: none
	}
}

.map--embed {
	height: 550px;
	width: 100%
}

@media only screen and (max-width:660px) {
	.map--embed {
		height: 200px
	}
}

.mal--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.choices {
	max-width: 1164px;
	margin: 20px auto;
	text-align: center;
	opacity: 0
}



.choices.is-revealed {
	opacity: 1
}

.choices__inactive {
	display: none
}

.choice {
	width: 388px;
	cursor: pointer;
	margin: 0 -2px;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px
}
.choice-contact{	width: 388px;
	margin: 0 -2px;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px}

@media (max-width:1220px) {
	.choice {
		width: 291px
	}
}

@media (max-width:960px) {
	.choice {
		width: 33%
	}
}

@media (max-width:1220px) {
	.choice {
		padding: 0 30px
	}
}

@media (max-width:960px) {
	.choice {
		padding: 0 10px
	}
}


.choice--title {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 100px;
	font-size: 6.25rem;
	color: #EADA24;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	overflow: hidden
}

@media (max-width:960px) {
	.choice--title {
		font-size: 60px;
		font-size: 3.75rem
	}
}

@media (max-width:960px) {
	.choice--title {
		margin-bottom: 10px
	}
}

.choice--title>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1d1d1b;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.theme--black .choice--title>div {
	background: #fff
}

.choice--title>span {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0
}

.choice--subtitle {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding: 0 0 10px
}

@media (max-width:960px) {
	.choice--subtitle {
		font-size: 20px;
		font-size: 1.25rem
	}
}

@media (max-width:960px) {
	.choice--subtitle {
		margin-bottom: 20px
	}
}

.choice--subtitle>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #EADA24;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.choice--subtitle>span {
	display: block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0
}

.choice--desc {
	font-family: "Kessel 105 regular" "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 16px;
	margin-bottom: 40px;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

@media (max-width:960px) {
	.choice--desc {
		font-size: 16px;
		font-size: 1rem
	}
}

@media (max-width:960px) {
	.choice--desc {
		margin-bottom: 20px
	}
}

.superform {
	display: none;
	max-width: 584px;
	margin: 100px auto;
	position: relative;
	z-index: 7000
}

.superform__active {
	display: block
}

@media (max-width:800px) {
	.superform .btnca {
		display: none
	}
}

@media (max-width:800px) {
	.superform {
		margin: 0 auto 20px
	}
}

@media (max-width:800px) {
	.superform {
		padding: 0 10px
	}
}

.superform button,
.superform input,
.superform textarea {
	width: 100%;
	max-width: 100%;
	resize: none;
	outline: 0;
	font-family: DINPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 12px 18px;
	font-size: 14px;
	font-size: .875rem;
	border-radius: 20px;
	background: #fff;
	border: 2px solid #e9e9e9;
	color: #000
}

.theme--black .superform button,
.theme--black .superform input,
.theme--black .superform textarea {
	background: #1d1d1b;
	border: 2px solid #343434;
	color: #fff
}

.superform button:focus,
.superform input:focus,
.superform textarea:focus {
	border-color: #d0d0d0
}

.theme--black .superform button:focus,
.theme--black .superform input:focus,
.theme--black .superform textarea:focus {
	border-color: #4e4e4e
}

.superform button::-webkit-input-placeholder,
.superform input::-webkit-input-placeholder,
.superform textarea::-webkit-input-placeholder {
	color: #959595;
	font-family: DINPro, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.superform button::-moz-placeholder,
.superform input::-moz-placeholder,
.superform textarea::-moz-placeholder {
	color: #959595;
	font-family: DINPro, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.superform button:-ms-input-placeholder,
.superform input:-ms-input-placeholder,
.superform textarea:-ms-input-placeholder {
	color: #959595;
	font-family: DINPro, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.superform button:-moz-placeholder,
.superform input:-moz-placeholder,
.superform textarea:-moz-placeholder {
	color: #959595;
	font-family: DINPro, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.superform input[type=submit] {
	background: 0 0;
	cursor: pointer;
	display: block;
	width: auto;
	margin: auto;
	padding: 12px 50px;
	border-radius: 40px;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	transition: .25s;
	border: 2px solid #000
}

.theme--black .superform input[type=submit] {
	border-color: #343434
}

.superform input[type=submit]:hover {
	background: #EADA24;
	border-color: #EADA24
}

.theme--black .superform input[type=submit]:hover {
	color: #000
}

.superform span[role=alert] {
	display: block;
	height: 0;
	color: #900;
	font-size: 10px;
	font-size: .625rem;
	padding: 0 18px;
	position: relative;
	top: 4px;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-animation: opa1 .5s;
	animation: opa1 .5s
}

@media (max-width:800px) {
	.superform span[role=alert] {
		height: auto
	}
}

.theme--black .superform span[role=alert] {
	color: red
}

.superform div.wpcf7-mail-sent-ok,
.superform div.wpcf7-validation-errors {
	display: none!important
}

.bearform--pad {
	padding: 15px
}

@media (max-width:800px) {
	.bearform--pad {
		padding: 5px
	}
}

.bearform-valid {
	display: none
}

.bearform-valid.is-active {
	display: block;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	padding: 200px 20px;
	text-align: center
}

.superform--title {
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	text-align: center;
	margin-top: 50px
}

@media (max-width:800px) {
	.superform--title {
		display: none
	}
}

.superform--subtitle {
	font-family: "Bauer Bodoni Std", "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	margin-bottom: 50px
}

@media (max-width:800px) {
	.superform--subtitle {
		display: none
	}
}

.bearform--b50 {
	width: 50%;
	float: left
}

@media (max-width:800px) {
	.bearform--b50 {
		width: 100%
	}
}

.btnca__right {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.btnca__left {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.btnca {
	position: relative;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	cursor: pointer;
	z-index: 10
}

.btnca svg {
	display: block
}

.btnca-arrow {
	width: 5px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .7s cubic-bezier(.455, .03, .515, .955);
	opacity: 0;
	fill: #1d1d1b
}

.btnca__end .btnca-arrow {
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	opacity: 1
}

.theme--black .btnca-arrow {
	fill: #fff
}

.btnca:hover .btnca-arrow {
	fill: #EADA24;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.btnca-circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.btnca-circle path {
	fill: none;
	stroke: #1d1d1b;
	stroke-width: 2;
	stroke-dashoffset: 122.592px;
	stroke-dasharray: 122.592, 122.592
}

.theme--black .btnca-circle path {
	stroke: #fff
}

.btnca-circle.btnca-circle-a path {
	stroke-dashoffset: 122.592px;
	transition: .9s cubic-bezier(.77, 0, .175, 1)
}

.btnca__end .btnca-circle.btnca-circle-a path {
	stroke-dashoffset: 0
}

.btnca:hover .btnca-circle.btnca-circle-a path {
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	stroke-dashoffset: -122.592px
}

.btnca-circle.btnca-circle-b path {
	stroke: #EADA24;
	transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.btnca__end .btnca-circle.btnca-circle-b path {
	stroke-dashoffset: 122.592px
}

.btnca:hover .btnca-circle.btnca-circle-b path {
	stroke-dashoffset: 0
}

.dropdown-contact {
	padding: 0 15px;
	max-width: 584px;
	margin: auto
}

.btn-dropdown {
	width: 100%;
	margin: 0 auto 5px;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	display: block;
	z-index: 8000;
	margin-top: -40px
}

@media only screen and (max-width:660px) {
	.btn-dropdown {
		margin-top: 0
	}
}

.btn-dropdown .btn-dropdown--text {
	width: 100%;
	display: block;
	padding: 8px 40px 8px 20px;
	cursor: pointer;
	transition: .15s ease-in-out;
	padding: 12px 18px;
	font-size: 14px;
	font-size: .875rem;
	border-radius: 20px;
	background: #fff;
	border: 2px solid #e9e9e9;
	color: #000
}

.theme--black .btn-dropdown .btn-dropdown--text {
	background: #1d1d1b;
	border: 2px solid #343434;
	color: #fff
}

.btn-dropdown .btn-dropdown--text:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-width: 6px 6px 6px 6px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	transition: .15s ease-in-out
}

.theme--black .btn-dropdown .btn-dropdown--text:after {
	border-color: #fff transparent transparent transparent
}

.btn-dropdown input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -9000;
	width: 10px;
	opacity: 0
}

.btn-dropdown--dropdown {
	position: absolute;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	color: #333;
	border: 2px solid #e9e9e9;
	border-radius: 20px;
	overflow: hidden;
	display: none
}

.theme--black .btn-dropdown--dropdown {
	background: #1d1d1b;
	color: #fff;
	border: 2px solid #343434
}

.btn-dropdown--dropdown.long-dropdown {
	max-height: 300px;
	overflow: auto
}

.btn-dropdown--dropdown a {
	display: block;
	text-decoration: none;
	padding: 15px 20px
}

.btn-dropdown--dropdown a:hover {
	background: #efefef
}

.theme--black .btn-dropdown--dropdown a:hover {
	background: #373734
}

.btn-dropdown--dropdown a.active {
	background: #EADA24;
	color: #1d1d1b
}

.theme--black .btn-dropdown--dropdown a.active {
	background: #EADA24;
	color: #1d1d1b
}

.btn-dropdown.active .btn-dropdown--text {
	background: #efefef
}

.theme--black .btn-dropdown.active .btn-dropdown--text {
	background: #1d1d1b;
	color: #fff
}

.btn-dropdown.active .btn-dropdown--dropdown {
	opacity: 1;
	z-index: 8000;
	display: block
}

.long-dropdown::-webkit-scrollbar {
	width: 3px
}

.long-dropdown::-webkit-scrollbar-track {
	background: #fff
}

.long-dropdown::-webkit-scrollbar-thumb {
	background: #484848
}

[bearpager] {
	width: 200px;
	position: absolute;
	top: 0;
	bottom: 300px;
	z-index: 1
}

@media (max-width:1600px) {
	[bearpager] {
		width: 100px
	}
}

@media (max-width:1400px) {
	[bearpager] {
		display: none
	}
}

[bearpager][cursor=pointer] {
	cursor: pointer
}

[bearpager=left] {
	left: 0
}

[bearpager=right] {
	right: 0
}

.indicator-project {
	display: none
}

.bearpager-indicator {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	margin-top: -5px;
	padding: 0 20px;
	pointer-events: none;
	transition: .25s opacity;
	opacity: 0
}

.bearpager-indicator>div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 5px;
	height: 13px
}

.bearpager-indicator>div svg {
	fill: #1d1d1b;
	display: block
}

.theme--black .bearpager-indicator>div svg {
	fill: #EADA24
}

.bearpager-indicator>span {
	padding-top: 25px;
	display: block;
	white-space: nowrap;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-size: .625rem
}

.bearpager-indicator.active {
	opacity: 1
}

.bearpager-indicator[dir=left]>div {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.bearpager-indicator[dir=right]>div {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.p404 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p404 h1 {
	font-size: 14vw;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 50px
}

@media only screen and (max-width:660px) {
	.p404 h1 {
		font-size: 50px;
		font-size: 3.125rem;
		margin-bottom: 20px
	}
}

.p404 a {
	display: inline-block;
	font-size: 20px;
	font-size: 1.25rem;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#__bs_notify__ {
	right: 40px!important;
	top: 0!important;
	bottom: 0!important;
	height: 50px!important;
	margin: auto!important;
	border-radius: 0!important;
	-webkit-animation: bsnotify 2s;
	animation: bsnotify 2s;
	z-index: 999999999999!important
}

@-webkit-keyframes bsnotify {
	0% {
		opacity: 0
	}
	20% {
		opacity: 1
	}
	70% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes bsnotify {
	0% {
		opacity: 0
	}
	20% {
		opacity: 1
	}
	70% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.showmore {
	position: relative;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	cursor: pointer;
	z-index: 10
}

.showmore--arrow {
	width: 5px;
	height: 13px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	fill: #1d1d1b
}

.showmore--arrow svg {
	display: block
}

.theme--black .showmore--arrow {
	fill: #fff
}

.showmore:hover .showmore--arrow {
	fill: #EADA24;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.showmore--circle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.showmore--circle path {
	fill: none;
	stroke: #1d1d1b;
	stroke-width: 2;
	stroke-dashoffset: 122.592px;
	stroke-dasharray: 122.592, 122.592;
	transition: .7s cubic-bezier(.77, 0, .175, 1)
}

.theme--black .showmore--circle path {
	stroke: #fff
}

.showmore--circle.showmore--circle-a path {
	stroke-dashoffset: 122.592px;
	transition: .9s cubic-bezier(.77, 0, .175, 1);
	stroke-dashoffset: 0
}

.showmore:hover .showmore--circle.showmore--circle-a path {
	stroke-dashoffset: -122.592px;
	transition: .5s cubic-bezier(.77, 0, .175, 1)
}

.showmore--circle.showmore--circle-b path {
	stroke: #EADA24;
	stroke-dashoffset: 122.592px
}

.showmore:hover .showmore--circle.showmore--circle-b path {
	stroke-dashoffset: 0
}

.showmore--icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.showmore--icon div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 10px;
	background: #000
}

.theme--black .showmore--icon div {
	background: #fff
}

.showmore--icon div:nth-child(1) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: .5s
}

.showmore.active .showmore--icon div:nth-child(1) {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}


/*Main CSS*/

.container {
	width: 940px;
	height: calc(100vh - 120px);
	margin: 0 auto;
	position: relative;
}

.css-slider-wrapper {
	display: block;
	background: #FFF;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


/* Slider */

.slider {
	width: 100%;
	height: 100%;
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	align-content: center;
	-webkit-transition: -webkit-transform 1600ms;
	transition: -webkit-transform 1600ms, transform 1600ms;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slide1 {
	background-image: url('../../images/creativity.jpg');
	left: 0;
}

.slide2 {
	background-image: url('../../images/innovation.jpg');
	left: 100%;
}

.slide3 {
	background-image: url('../../images/Professionalism.jpg');
	left: 200%;
}

.slide4 {
	background-image: url('../../images/commitment.jpg');
	left: 300%;
}

.slide5 {
	background-image: url('../../images/teamwork.jpg');
	left: 400%;
}

.slide6 {
	background-image: url('../../images/support.jpg');
	left: 500%;
}

.slider>div {
	text-align: center;
}


/* Slider inner content */

.slider h2 {
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 45px;
	line-height: 120%;
	opacity: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
}

.slider .button {
	color: #FFF;
	padding: 5px 50px;
	background: rgba(255, 255, 255, 0.3);
	text-decoration: none;
	opacity: 0;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}

.slider h2,
.slider .button {
	-webkit-transition: opacity 800ms, -webkit-transform 800ms;
	transition: transform 800ms, opacity 800ms;
	-webkit-transition-delay: 1s;
	/* Safari */
	transition-delay: 1s;
}


/* slider-pagination */

.slider-pegination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 1000;
}

.slider-pegination label {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 2px;
	border: solid 1px rgba(255, 255, 255, 0.4);
	cursor: pointer;
}


/* Next and previous button*/

.control {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 55;
}

.control label {
	z-index: 0;
	display: none;
	text-align: center;
	line-height: 50px;
	font-size: 50px;
	color: #FFF;
	cursor: pointer;
	opacity: 0.2;
}

.control label:hover {
	opacity: 0.5;
}

.next {
	right: 1%;
}

.previous {
	left: 1%;
}


/* Slider control sliding effect */

.slide-radio1:checked~.slider {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.slide-radio2:checked~.slider {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.slide-radio3:checked~.slider {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

.slide-radio4:checked~.slider {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

.slide-radio5:checked~.slider {
	-webkit-transform: translateX(-400%);
	transform: translateX(-400%);
}

.slide-radio6:checked~.slider {
	-webkit-transform: translateX(-500%);
	transform: translateX(-500%);
}


/* next and previous will be  active when slider moving*/

.slide-radio1:checked~.next .numb2,
.slide-radio2:checked~.next .numb3,
.slide-radio3:checked~.next .numb4,
.slide-radio2:checked~.next .numb5,
.slide-radio3:checked~.next .numb6,
.slide-radio2:checked~.previous .numb1,
.slide-radio3:checked~.previous .numb2,
.slide-radio4:checked~.previous .numb3,
.slide-radio3:checked~.previous .numb4,
.slide-radio4:checked~.previous .numb5 {
	display: block;
	z-index: 1;
}


/* css for active current pagination */

.slide-radio1:checked~.slider-pegination .page1,
.slide-radio2:checked~.slider-pegination .page2,
.slide-radio3:checked~.slider-pegination .page3,
.slide-radio4:checked~.slider-pegination .page4,
.slide-radio5:checked~.slider-pegination .page5,
.slide-radio6:checked~.slider-pegination .page6 {
	background: rgba(255, 255, 255, 1);
}

.slide-radio1:checked~.slide1 h2,
.slide-radio2:checked~.slide2 h2,
.slide-radio3:checked~.slide3 h2,
.slide-radio4:checked~.slide4 h2,
.slide-radio5:checked~.slide5 h2,
.slide-radio6:checked~.slide6 h2,
.slide-radio1:checked~.slide1 .button,
.slide-radio2:checked~.slide2 .button,
.slide-radio3:checked~.slide3 .button,
.slide-radio4:checked~.slide4 .button,
.slide-radio5:checked~.slide5 .button,
.slide-radio6:checked~.slide6 .button {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.width-100p {
	width: 100%!important;
}

.padding-0 {
	padding: 0px!important;
}

.slider>div>h2 {
	font-size: 65px!important;
}

.slider>div>h2:after {
	font-size: 65px!important;
	content: "•";
	color: #EADA24!important;
	position: absolute;
	top: 13px;
}

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {
	from,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion: reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
}


.bearheader--logo > h1 > a > img{
	width: 65%;
}
.image-made{
    float:left;
    width:40%;
    text-align:center;
    height:410px;
}
.image-made > img{
     position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-made{
    float:left;
    width:55%;
    text-align:center;
    color:#ffffff;
    height:410px;
}
.footcontrol{
    clear:both;
}
.artpro-body{
    overflow:hidden;;
    background-image:url('../../images/made-back.jpg');
    padding:20px;
    height:450px;
}
.copyright-text{
    display: block;
        font-size: 14px;
    padding-bottom: 10px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  display: flex;
  width: 100%;
}
.slider .slide {
  height: 100px;
  width: 250px;
}

@media (max-width:650px) {
	.talents-container {
		text-align:center;
	}
}
.popup-made{
        position: fixed;
    z-index: 1;
    left: 20px;
    top: 50px;
}
.popup-made-2{
        position: fixed;
    z-index: 1;
    left: 20px;
    top: 110px;
}

.popup-made:hover , .popup-made-2:hover{
    opacity:0.6;
    cursor:pointer;
}
.contact-sec{
        position: relative;
		
}
.contact-form{
    position:absolute;
    right:10%;
    top:0;
    background-color:#EADA24;
    width:25%;
    height:500px;
	padding:15px;
	opacity:0.95;
}
.contact-label{
	color:#1d1d1b;
	font-family: "Kessel 105", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    display: block;
    padding: 5px 0;
}
textarea {
  resize: none;
}
.center-vertical-form{
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-input{
	    height: 30px;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    width: 100%;
    padding-left: 5px;
    color: #1d1d1b;
}
.contact-textarea{
    border-radius: 5px;
    box-shadow: none;
    border: none;
    width: 100%;
    padding-left: 5px;
    color: #1d1d1b;
}
.btn-submit{
    background-color: #1d1d1b;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin: 10px 0;
}
.btn-submit:hover{
	opacity:0.8;
	cursor:pointer;
}
@media only screen and (max-width:500px) {
	.contact-form {
		position:unset!important;
		width:100%!important;
	}
	.choice-contact{
		width:100%!important;
	}
}
@media (max-width:900px) and (min-width:501px) {
    .contact-form {
		width:35%!important;
	}
}
@media only screen and (max-width:900px) {
	.home-logo {
		width:75%!important;
	}
	
}
@media only screen and (max-width:1000px) {
	.image-made {
		width:100%!important;
	}
    .text-made {
		top:unset!important;
        transform:none!important;
        width:100%!important;
        margin-top:15px;
        padding:0 10px;
	}
	
}
.vertical-logo{
    vertical-align: middle!important;
}
.custom-title{
    margin:10px auto!important;
}
.superheader {
    height: calc(100vh - 500px - (20px * 2))!important;
}
.superheader2 {
    height: calc(100vh - 400px - (20px * 2))!important;
}
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(234, 218, 36, 0.3);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
#previous-button:hover , #close-button:hover , #next-button:hover{
    opacity:0.6;
}
.lightbox{
    height:285px;
}
.vertical-center{
        position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height:25px;
}
@media screen and (min-width: 1400px) {
 .superheader {
  height:calc(100vh - 700px - (20px * 2))!important
}
    .superheader2 {
    height: calc(100vh - 700px - (20px * 2))!important;
}
.page-content{
	padding-top:165px!important;
}
}
.white-text{
    color:#ffffff!important;
    fill:#ffffff!important;
}
.slide-track:hover{
   -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
    cursor:pointer;
}
.what-we-do-text{
    color:#1d1d1b!important;
    font-size:1.4rem!important;
}
.margin-bottom-10{
    margin-bottom:15px!important
}
.home-stroke > div{
    background: #8a8989!important;
}