p {
	line-height: 28px;
	font-size: 16px;
	color: #747474
}

section {
	padding-top: 50px
}

.text-center, .text-left {
	text-align: center
}

.section-header {
	color: #00b39b;
	font-size: 28px;
	line-height: 40px;
	flex-basis: 100%
}

.department-section {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto
}

@keyframes from-nothing {
	0% {
		transform: scale(0)
	}
	55% {
		transform: scale(1.2)
	}
	to {
		transform: scale(1)
	}
}

@keyframes from-down {
	0% {
		transform: translateY(50px);
		opacity: 0
	}
	55% {
		opacity: .5
	}
	to {
		opacity: 1
	}
}

.hidden-left-right {
	transform: translateX(-10vh);
	opacity: 0
}

.hidden-left-right:nth-of-type(odd) {
	transform: translateX(10vh)
}

.hidden-bottom {
	transform: translateY(50px);
	opacity: 0
}

@media only screen and (max-width: 700px) {
	.hidden-sm {
		display: none
	}
}

@media only screen and (max-width: 1000px) and (min-width: 700px) {
	.hidden-xs {
		display: none
	}
}

@media only screen and (max-width: 1200px) and (min-height: 1000px) and (min-height: 1100px) and (max-height: 1500px) {
	.hidden-ipad-pro {
		display: none
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.hidden-md {
		display: none
	}
}

.department-header {
	width: 100%;
	height: 100vh;
	max-height: 600px;
	background-color: #faf8f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 800px) {
	.department-header {
		min-height: 500px;
		height: 60vh
	}
}

.header-box {
	z-index: 2;
	padding: 50px;
	opacity: 0;
	background-color: #fff;
	max-width: 50%;
	box-shadow: 0 5px 10px 0 #d3cfc9;
	animation-name: from-down;
	animation-duration: .5s;
	animation-delay: .2s;
	animation-fill-mode: forwards
}

.header-box h2 {
	color: #00bfa5;
	size: 40px
}

.header-svg {
	position: absolute
}

.header-svg.robot-blue {
	left: 76%;
	top: -1%;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-name: blue-robot;
	animation-timing-function: ease;
	animation-delay: 1s
}

.header-svg.robot-green {
	top: 92%;
	left: 56%;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-name: green-robot;
	animation-timing-function: ease;
	animation-delay: .4s
}

.header-svg.desk-v1 {
	top: 73%;
	left: 75%
}

.header-svg.desk-v2 {
	top: 24%;
	left: 61.4%
}

.header-svg.desk-v3 {
	top: 44%;
	left: 83%
}

.header-svg.desk-v4 {
	top: 60%;
	right: 0
}

.header-svg.man-v1 {
	top: 97%;
	left: 108%
}

.header-svg.man-v2 {
	top: 5%;
	right: 0
}

.header-svg.man-v3 {
	top: 50%;
	left: -18%
}

.header-svg.man-v4 {
	top: -88%;
	left: 112%
}

.header-svg.woman-v1 {
	top: -3%;
	left: 108%
}

.header-svg.woman-v2 {
	bottom: -28px;
	left: 25%;
	transform: rotate(180deg)
}

.header-svg.couple-v1 {
	top: 33%;
	left: 117%
}

.header-svg .robot-blink {
	animation-name: robot-blink;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-fill-mode: both
}

.header-svg .robot-eyes {
	animation-name: robot-eyes;
	transform-origin: 50px 20px;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-fill-mode: both
}

@media only screen and (max-width: 950px) {
	.department-header .department-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.header-box {
		max-width: 95%;
		padding: 40px
	}
}

@media only screen and (min-width: 950px) and (max-width: 1200px) and (min-height: 1100px) and (max-height: 1500px) {
	.department-header .department-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.header-box {
		max-width: 70%
	}
}

@keyframes blue-robot {
	10% {
		transform: translateY(-50px) rotate(-90deg)
	}
	40% {
		transform: translateY(-50px) translateX(10vw) rotate(-90deg)
	}
	65% {
		transform: translateY(-70px) translateX(-5vw) rotate(-170deg)
	}
	80% {
		transform: translateY(-50px) translateX(-10vw) rotate(-270deg)
	}
}

@keyframes green-robot {
	10% {
		transform: translateY(6vh) rotate(20deg)
	}
	40% {
		transform: translateX(-20vw) translateY(6vh) rotate(20deg)
	}
	60% {
		transform: translateX(-5vw) translateY(6vh) rotate(200deg)
	}
}

@keyframes robot-eyes {
	0% {
		transform: rotate(0deg)
	}
	33% {
		transform: rotate(-15deg)
	}
	66% {
		transform: rotate(15deg)
	}
	to {
		transform: rotate(0deg)
	}
}

@keyframes robot-blink {
	33% {
		opacity: 1
	}
	66% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.technology {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow: hidden
}

.technology-role {
	flex: 1;
	display: flex;
	flex-direction: row;
	margin: 18px;
	flex-basis: 40%;
	min-width: 260px;
	transition-duration: .4s;
	transition-timing-function: ease-in
}

.technology-role .role-description h3 {
	margin-top: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700
}

.technology-role .role-description p {
	font-size: 13px
}

.technology-role .role-icon {
	margin-right: 20px
}

.technology-role .role-icon svg {
	width: 32px
}

@media screen and (max-width: 870px) {
	.technology-role {
		flex-basis: 80%;
		margin: 18px 25px
	}
}

.people-about h2 {
	padding-bottom: 20px
}

.person-about {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	transition: .7s;
	padding: 30px 0;
	overflow: hidden;
	margin: 10px 0
}

@media screen and (max-width: 800px) {
	.person-about {
		flex-direction: column;
		padding: 15px 0
	}
}

.person-about > div {
	flex: 1
}

.person-about .person-copy {
	z-index: 2
}

.person-about .person-copy p {
	padding: 0 50px
}

.person-about .person-copy svg {
	margin-top: 10px
}

.person-about .person-photo {
	box-shadow: 21vh -4vh 0 #faf8f5;
	transition-duration: .5s;
	transition-timing-function: ease
}

.person-about .person-photo img {
	width: 100%;
	height: auto
}

.person-about .person-photo:hover {
	transform: scale(1.05) translateX(10px)
}

.person-about:nth-of-type(2n) {
	flex-direction: row-reverse
}

@media screen and (max-width: 800px) {
	.person-about:nth-of-type(2n) {
		flex-direction: column;
		padding: 15px 0
	}
}

.person-about:nth-of-type(2n) .person-photo {
	box-shadow: -21vh -4vh 0 #eaf7f5
}

.person-about:nth-of-type(2n) .person-photo:hover {
	transform: scale(1.05) translateX(-10px)
}

.more-offers {
	background-color: #eaf7f5;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-bottom: 30px
}

@media only screen and (max-width: 900px) {
	.more-offers {
		flex-direction: column;
		text-align: center;
		padding-bottom: 0
	}
}

.more-offers svg {
	margin-right: 10%;
	width: 200px;
	height: auto;
	padding: 0 10px
}

.more-offers svg #alert {
	animation-name: alert-blink;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	transform-origin: 226px 51px
}

@keyframes alert-blink {
	0% {
		transform: scale(1);
		opacity: 1
	}
	to {
		transform: scale(2.3);
		opacity: 0
	}
}

.section__inner p {
	font-size: 12px !important;
}

.point {
	margin: 0 8px;
}



.upload-header {
	width: 100%;
	/*height: 100vh;*/
	/*max-height: 600px;*/
	padding:50px;
	background-color: #faf8f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.upload-section {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin: 0 auto
}

.upload-box {
	z-index: 2;
	padding: 50px;
	opacity: 0;
	background-color: #fff;
	max-width: 100%;
	box-shadow: 0 5px 10px 0 #d3cfc9;
	animation-name: from-down;
	animation-duration: .5s;
	animation-delay: .2s;
	animation-fill-mode: forwards
}

.upload-box h2 {
	color: #00bfa5;
	size: 40px
}

@media only screen and (max-width: 800px) {
	.upload-header {
		min-height: 500px;
		height: 60vh;
		padding:0px;!important;
	}
}

@media only screen and (max-width: 950px) {
	.upload-header .upload-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.upload-box {
		max-width: 95%;
		padding: 20px;
		margin-bottom:20px;
	}
}

@media only screen and (min-width: 950px) and (max-width: 1200px) and (min-height: 1100px) and (max-height: 1500px) {
	.upload-header .upload-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.upload-box {
		max-width: 70%
	}
}

@media only screen and (max-width: 350px) {
	.upload-box {
		max-width: 100%;
		padding: 20px
	}
}
.upload-box-no h2 {
	color: #00bfa5;
	size: 40px
}
.upload-box-no {
	width:100%;margin-bottom:20px;padding:20px;
]}