.modal, img.c {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.clearfix:after, .clearfix:before, .row:after, .row:before {
	content: "";
	display: table
}
.clearfix:after, .row:after {
	clear: both
}
.text-l {
	text-align: left
}
.text-c {
	text-align: center
}
.text-r {
	text-align: right
}
.text-j {
	text-align: justify
}
.float-l {
	float: left
}
.float-r {
	float: right
}
.float-n {
	float: none
}
.invisible {
	font-size: 0;
	display: inline
}
img.c {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%
}
.hide, html.desktop .desktop-hide, html.mobile .mobile-hide {
	display: none!important
}
.show-inline, html.desktop .desktop-show-inline, html.mobile .mobile-show-inline {
	display: inline!important
}
.show-inline-block, html.desktop .desktop-show-inline-block, html.mobile .mobile-show-inline-block {
	display: inline-block!important
}
.show-block, html.desktop .desktop-show-block, html.mobile .mobile-show-block {
	display: block!important
}
.dark-blue-bg {
	background-color: #09a7bd
}
.space {
	display: inline-block;
	width: .25em
}
.nowrap {
	white-space: nowrap
}
.page-height {
	height: 100vh!important
}
html.iphone-4 .page-height {
	height: 372px!important
}
html.iphone-5 .page-height {
	height: 460px!important
}
html.iphone-6 .page-height {
	height: 519px!important
}
html.iphone-4.landscape .page-height, html.iphone-5.landscape .page-height {
	height: 320px!important
}
html.iphone-6.landscape .page-height {
	height: 375px!important
}

/*.page-height.inset-8 {
	padding-bottom: 8px;
	margin-bottom: -8px
}*/

.page-height.inset-50 {
	padding-bottom: 50px;
	margin-bottom: -50px
}
.rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.table {
	display: table
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left
}
.like-grid .table-cell, .table.like-grid {
	padding-left: 10px;
	padding-right: 10px
}
input.togglable-content {
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.reveal-on-scroll {
	opacity: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	transition: transform .2s ease-out
}
.reveal-on-scroll.revealed-on-scroll {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.modal {
	position: fixed;
	z-index: 2123456789;
	display: none
}
.modal.show {
	display: block;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}
.modal.show.final {
	opacity: 1
}
.modal .modal-content {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%
}
.modal.show .modal-content {
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
	opacity: 0;
	-webkit-transition: -webkit-transform .5s ease-in-out .2s, opacity .5s ease-out .4s;
	-moz-transition: -moz-transform .5s ease-in-out .2s, opacity .5s ease-out .4s;
	-o-transition: -o-transform .5s ease-in-out .2s, opacity .5s ease-out .4s;
	transition: transform .5s ease-in-out .2s, opacity .5s ease-out .4s
}
.modal.show.final .modal-content {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1
}
.modal .modal-content .close-btn {
	position: absolute;
	top: -20px;
	left: 100%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 10px;
	cursor: pointer
}
.modal .modal-content .close-btn span {
	position: absolute;
	border-top: 1px solid #fff;
	width: 100%;
	transform: skewY(45deg) translateY(10px)
}
.modal .modal-content .close-btn span:nth-of-type(2) {
	transform: skewY(-45deg) translateY(10px)
}
.modal.qr {
	background: rgba(50, 182, 200, .9);
	cursor: pointer
}
.modal.qr .modal-content {
	top: 50%;
	left: 50%;
	width: 250px;
	height: 250px;
	margin: -125px 0 0 -125px
}
.available-soon {
	opacity: .6;
	position: relative
}
.available-soon:before {
	content: "(em breve)";
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 12px;
	width: 100%;
	text-align: center;
	cursor: default
}
#page_content .css-slider>.cs-slides .cs-slide .cs-label.available-soon:before, .lang-change.available-soon:before {
	content: ""
}
#mobile_page_header .available-soon {
	text-decoration: line-through
}
#mobile_page_header .available-soon:before {
	font-size: 15px;
	top: 0;
	position: relative;
	width: initial;
	float: right
}
#page_content .chapter-view-story.available-soon, #page_content .cs-actions.available-soon {
	display: none
}
#page_content .css-slider>.cs-slides .cs-slide .cs-label.available-soon {
	margin-bottom: 0;
	opacity: 1
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fade-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes icon_show {
	0% {
		clip: rect(0, 24px, 18px, 0)
	}
	50% {
		clip: rect(0, 24px, 18px, 18px)
	}
	50.1% {
		clip: rect(0, 0, 18px, 0)
	}
	100% {
		clip: rect(0, 24px, 18px, 0)
	}
}
@keyframes icon_show {
	0% {
		clip: rect(0, 24px, 18px, 0)
	}
	50% {
		clip: rect(0, 24px, 18px, 18px)
	}
	50.1% {
		clip: rect(0, 0, 18px, 0)
	}
	100% {
		clip: rect(0, 24px, 18px, 0)
	}
}
@-webkit-keyframes arrow_simple_show {
	0% {
		clip: rect(0, 12px, 24px, 0)
	}
	50% {
		clip: rect(0, 12px, 24px, 12px)
	}
	50.1% {
		clip: rect(0, 0, 24px, 0)
	}
	100% {
		clip: rect(0, 12px, 24px, 0)
	}
}
@keyframes arrow_simple_show {
	0% {
		clip: rect(0, 12px, 24px, 0)
	}
	50% {
		clip: rect(0, 12px, 24px, 12px)
	}
	50.1% {
		clip: rect(0, 0, 24px, 0)
	}
	100% {
		clip: rect(0, 12px, 24px, 0)
	}
}
@-webkit-keyframes look_plus {
	0%, 100%, 15%, 25% {
		-webkit-transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: scale(4);
		opacity: .5
	}
}
@keyframes look_plus {
	0%, 100%, 15%, 25% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-moz-transform: scale(4);
		-ms-transform: scale(4);
		transform: scale(4);
		opacity: .5
	}
}
@-webkit-keyframes claim1 {
	0%, 27.7778% {
		-webkit-transform: translateZ(0);
		opacity: 1
	}
	33.3333% {
		-webkit-transform: translateZ(100px) rotateY(15deg);
		opacity: 0
	}
	94.4444% {
		-webkit-transform: translateZ(-50px) rotateY(-20deg);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1
	}
}
@keyframes claim1 {
	0%, 27.7778% {
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	33.3333% {
		-moz-transform: translateZ(100px) rotateY(15deg);
		-ms-transform: translateZ(100px) rotateY(15deg);
		transform: translateZ(100px) rotateY(15deg);
		opacity: 0
	}
	94.4444% {
		-moz-transform: translateZ(-50px) rotateY(-20deg);
		-ms-transform: translateZ(-50px) rotateY(-20deg);
		transform: translateZ(-50px) rotateY(-20deg);
		opacity: 0
	}
	100% {
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}
@-webkit-keyframes claim2 {
	0%, 27.7778% {
		-webkit-transform: translateZ(-50px) rotateY(-20deg);
		opacity: 0
	}
	33.3333%, 61.1111% {
		-webkit-transform: translateZ(0);
		opacity: 1
	}
	66.6667% {
		-webkit-transform: translateZ(100px) rotateY(15deg);
		opacity: 0
	}
	100% {
		-webkit-transform: translateZ(100px);
		opacity: 0
	}
}
@keyframes claim2 {
	0%, 27.7778% {
		-moz-transform: translateZ(-50px) rotateY(-20deg);
		-ms-transform: translateZ(-50px) rotateY(-20deg);
		transform: translateZ(-50px) rotateY(-20deg);
		opacity: 0
	}
	33.3333%, 61.1111% {
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	66.6667% {
		-moz-transform: translateZ(100px) rotateY(15deg);
		-ms-transform: translateZ(100px) rotateY(15deg);
		transform: translateZ(100px) rotateY(15deg);
		opacity: 0
	}
	100% {
		-moz-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		transform: translateZ(100px);
		opacity: 0
	}
}
@-webkit-keyframes claim3 {
	0%, 61.1111% {
		-webkit-transform: translateZ(-50px) rotateY(-20deg);
		opacity: 0
	}
	66.6667%, 94.4444% {
		-webkit-transform: translateZ(0);
		opacity: 1
	}
	100% {
		-webkit-transform: translateZ(100px) rotateY(15deg);
		opacity: 0
	}
}
@keyframes claim3 {
	0%, 61.1111% {
		-moz-transform: translateZ(-50px) rotateY(-20deg);
		-ms-transform: translateZ(-50px) rotateY(-20deg);
		transform: translateZ(-50px) rotateY(-20deg);
		opacity: 0
	}
	66.6667%, 94.4444% {
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
	100% {
		-moz-transform: translateZ(100px) rotateY(15deg);
		-ms-transform: translateZ(100px) rotateY(15deg);
		transform: translateZ(100px) rotateY(15deg);
		opacity: 0
	}
}
@-webkit-keyframes pull-elastic {
	100%, 80%, 90% {
		-webkit-transform: translateX(0)
	}
	85%, 95% {
		-webkit-transform: translateX(10px)
	}
}
@keyframes pull-elastic {
	100%, 80%, 90% {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	85%, 95% {
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}
@media(min-width:1px) {
	input::placeholder, select, textarea::placeholder {
		color: #fff
	}
	.row {
		display: block;
		padding: 0 10px
	}
	.row [class*=col_xs_] {
		float: left;
		padding: 0 10px
	}
	.xs-no-pad-h, .xs-no-pad-r {
		padding-right: 0!important
	}
	.xs-no-pad-h, .xs-no-pad-l {
		padding-left: 0!important
	}
	.col_xs_1 {
		width: 8.3333%
	}
	.col_xs_2 {
		width: 16.6667%
	}
	.col_xs_3 {
		width: 25%
	}
	.col_xs_4 {
		width: 33.3333%
	}
	.col_xs_5 {
		width: 41.6667%
	}
	.col_xs_6 {
		width: 50%
	}
	.col_xs_7 {
		width: 58.3333%
	}
	.col_xs_8 {
		width: 66.6667%
	}
	.col_xs_9 {
		width: 75%
	}
	.col_xs_10 {
		width: 83.3333%
	}
	.col_xs_11 {
		width: 91.6667%
	}
	.col_xs_12 {
		width: 100%
	}
	.col_xs_auto {
		width: auto
	}
	.offl_xs_1 {
		margin-left: 8.3333%
	}
	.offl_xs_2 {
		margin-left: 16.6667%
	}
	.offl_xs_3 {
		margin-left: 25%
	}
	.offl_xs_4 {
		margin-left: 33.3333%
	}
	.offl_xs_5 {
		margin-left: 41.6667%
	}
	.offl_xs_6 {
		margin-left: 50%
	}
	.offl_xs_7 {
		margin-left: 58.3333%
	}
	.offl_xs_8 {
		margin-left: 66.6667%
	}
	.offl_xs_9 {
		margin-left: 75%
	}
	.offl_xs_10 {
		margin-left: 83.3333%
	}
	.offl_xs_11 {
		margin-left: 91.6667%
	}
	.offl_xs_12 {
		margin-left: 100%
	}
	.offr_xs_1 {
		margin-right: 8.3333%
	}
	.offr_xs_2 {
		margin-right: 16.6667%
	}
	.offr_xs_3 {
		margin-right: 25%
	}
	.offr_xs_4 {
		margin-right: 33.3333%
	}
	.offr_xs_5 {
		margin-right: 41.6667%
	}
	.offr_xs_6 {
		margin-right: 50%
	}
	.offr_xs_7 {
		margin-right: 58.3333%
	}
	.offr_xs_8 {
		margin-right: 66.6667%
	}
	.offr_xs_9 {
		margin-right: 75%
	}
	.offr_xs_10 {
		margin-right: 83.3333%
	}
	.offr_xs_11 {
		margin-right: 91.6667%
	}
	.offr_xs_12 {
		margin-right: 100%
	}
	.col_xs_1_5 {
		width: 20%
	}
	.col_xs_2_5 {
		width: 40%
	}
	.col_xs_3_5 {
		width: 60%
	}
	.col_xs_4_5 {
		width: 80%
	}
	.blue select, .col_xs_5_5, button[type=submit], input[type=submit], select, select.blue {
		width: 100%
	}
	.offl_xs_1_5 {
		margin-left: 20%
	}
	.offl_xs_2_5 {
		margin-left: 40%
	}
	.offl_xs_3_5 {
		margin-left: 60%
	}
	.offl_xs_4_5 {
		margin-left: 80%
	}
	.offl_xs_5_5 {
		margin-left: 100%
	}
	.offr_xs_1_5 {
		margin-right: 20%
	}
	.offr_xs_2_5 {
		margin-right: 40%
	}
	.offr_xs_3_5 {
		margin-right: 60%
	}
	.offr_xs_4_5 {
		margin-right: 80%
	}
	.offr_xs_5_5 {
		margin-right: 100%
	}
	.xs-no-pad-t {
		padding-top: 0!important
	}
	.xs-no-pad-b {
		padding-bottom: 0!important
	}
	.xs-re-pad-h, .xs-re-pad-r {
		padding-right: 10px!important
	}
	.xs-re-pad-h, .xs-re-pad-l {
		padding-left: 10px!important
	}
	.xs-re-pad-t {
		padding-top: 10px!important
	}
	.xs-re-pad-b {
		padding-bottom: 10px!important
	}
	.xs_flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.xs_flex .xs_flex_order_first {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.xs_flex .xs_flex_order_second {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.xs_flex .xs_flex_order_third {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.xs_show_inline {
		display: inline!important
	}
	.xs_show_inline_block {
		display: inline-block!important
	}
	.xs_show_block {
		display: block!important
	}
	.xs_hide {
		display: none!important
	}
	input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
		border: none;
		padding: 0;
		margin: 0;
		display: block;
		min-height: 36px;
		width: 100%;
		background-color: transparent;
		background-image: url(../img/input_line_ffffff.svg);
		background-size: auto 36px;
		-webkit-transition: height .1s ease-in-out, padding .1s ease-in-out, box-shadow .1s ease-in-out, background-image .1s ease-in-out, background-color .1s ease-in-out;
		-moz-transition: height .1s ease-in-out, padding .1s ease-in-out, box-shadow .1s ease-in-out, background-image .1s ease-in-out, background-color .1s ease-in-out;
		-o-transition: height .1s ease-in-out, padding .1s ease-in-out, box-shadow .1s ease-in-out, background-image .1s ease-in-out, background-color .1s ease-in-out;
		transition: height .1s ease-in-out, padding .1s ease-in-out, box-shadow .1s ease-in-out, background-image .1s ease-in-out, background-color .1s ease-in-out;
		color: #fff;
		font: 14px/36px myfont, Helvetica, sans-serif;
		outline: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none;
		border-radius: 0
	}
	.textarea {
		height: 72px;
		overflow-y: auto
	}
	.textarea textarea {
		min-height: 72px;
		overflow: hidden
	}
	textarea {
		height: 72px;
		resize: none
	}
	select {
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: 1px solid #fff;
		height: 36px;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none;
		border-radius: 0;
		overflow: hidden;
		font: 14px/36px myfont, Helvetica, sans-serif;
		background: url(../img/arrow_down_bg.svg) right center no-repeat;
		outline: 0
	}
	select::-ms-expand {
		display: none
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #fff
	}
	input:-moz-placeholder, textarea:-moz-placeholder {
		color: #fff;
		opacity: 1
	}
	input::-moz-placeholder, textarea::-moz-placeholder {
		color: #fff;
		opacity: 1
	}
	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #fff
	}
	input:-webkit-autofill, select:-webkit-autofill {
		box-shadow: 0 0 0 1000px #32b6c8 inset;
		-webkit-text-fill-color: #fff!important;
		text-fill-color: #fff!important;
		border-bottom: 1px solid #fff;
		line-height: 35px
	}
	input[type=text].is-invalid, input[type=email].is-invalid, input[type=tel].is-invalid, input[type=number].is-invalid, textarea.is-invalid {
		background-color: #C92930
	}
	input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus {
		background-color: #46bdcd;
		padding: 0 10px
	}
	input:focus:-webkit-autofill, select:focus:-webkit-autofill {
		box-shadow: 0 0 0 1000px #46bdcd inset
	}
	.blue input[type=text], .blue input[type=email], .blue input[type=tel], .blue input[type=number], .blue textarea, input[type=text].blue, input[type=email].blue, input[type=tel].blue, input[type=number].blue, textarea.blue {
		color: #32b6c8;
		background-image: url(../img/input_line_32b6c8.svg)
	}
	.blue select, select.blue {
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: 1px solid #32b6c8;
		height: 36px;
		box-shadow: none;
		border-radius: 0;
		overflow: hidden;
		font: 14px/36px myfont, Helvetica, sans-serif;
		background: url(../img/arrow_down_bg_blue.svg) right center no-repeat;
		color: #32b6c8;
		outline: 0
	}
	.blue input::-webkit-input-placeholder, .blue textarea::-webkit-input-placeholder, input.blue::-webkit-input-placeholder, textarea.blue::-webkit-input-placeholder {
		color: #32b6c8
	}
	.blue input:-moz-placeholder, .blue textarea:-moz-placeholder, input.blue:-moz-placeholder, textarea.blue:-moz-placeholder {
		color: #32b6c8
	}
	.blue input::-moz-placeholder, .blue textarea::-moz-placeholder, input.blue::-moz-placeholder, textarea.blue::-moz-placeholder {
		color: #32b6c8
	}
	.blue input:-ms-input-placeholder, .blue textarea:-ms-input-placeholder, input.blue:-ms-input-placeholder, textarea.blue:-ms-input-placeholder {
		color: #32b6c8
	}
	.blue input::placeholder, .blue textarea::placeholder, input.blue::placeholder, textarea.blue::placeholder {
		color: #32b6c8
	}
	.blue input:-webkit-autofill, .blue select:-webkit-autofill, input.blue:-webkit-autofill, select.blue:-webkit-autofill {
		-webkit-box-shadow: 0 0 0 1000px #fff inset;
		box-shadow: 0 0 0 1000px #fff inset;
		-webkit-text-fill-color: #32b6c8!important;
		text-fill-color: #32b6c8!important;
		border-bottom: 1px solid #32b6c8;
		line-height: 35px
	}
	.blue input[type=text].is-invalid, .blue input[type=email].is-invalid, .blue input[type=tel].is-invalid, .blue input[type=number].is-invalid, .blue textarea.is-invalid, input[type=text].blue.is-invalid, input[type=email].blue.is-invalid, input[type=tel].blue.is-invalid, input[type=number].blue.is-invalid, textarea.blue.is-invalid {
		background-color: transparent;
		background-image: url(../img/input_line_dc471a.svg)
	}
	.blue input[type=text]:focus, .blue input[type=email]:focus, .blue input[type=tel]:focus, .blue input[type=number]:focus, .blue textarea:focus, input[type=text].blue:focus, input[type=email].blue:focus, input[type=tel].blue:focus, input[type=number].blue:focus, textarea.blue:focus {
		background-color: #ebf8fa;
		padding: 0 10px
	}
	.blue input:focus:-webkit-autofill, .blue select:focus:-webkit-autofill, input.blue:focus:-webkit-autofill, select.blue:focus:-webkit-autofill {
		-webkit-box-shadow: 0 0 0 1000px #ebf8fa inset;
		box-shadow: 0 0 0 1000px #ebf8fa inset
	}
	.form-error, .mce_inline_error {
		color: #FCEFDF;
		padding: 5px 0;
		font-size: 13px;
		-webkit-animation: fade-in .3s ease-in;
		animation: fade-in .3s ease-in
	}
	.form-error {
		color: #E37873
	}
	.form-error:before, .mce_inline_error:before {
		color: #C92930;
		transform: scale(1.4, 1)
	}
	.blue .mce_inline_error:before, .blue~.form-error:before, .form-error:before, .mce_inline_error:before {
		float: left;
		content: "X";
		margin-bottom: 20px;
		margin-right: 7px;
		-webkit-transform: scale(1.4, 1);
		-moz-transform: scale(1.4, 1);
		-ms-transform: scale(1.4, 1);
		-o-transform: scale(1.4, 1)
	}
	.blue .mce_inline_error, .blue~.form-error {
		color: rgba(220, 71, 26, .75);
		padding: 5px 0;
		font-size: 13px;
		-webkit-animation: fade-in .3s ease-in;
		animation: fade-in .3s ease-in
	}
	.blue .mce_inline_error:before, .blue~.form-error:before {
		color: rgba(220, 71, 26, .75);
		transform: scale(1.4, 1)
	}
	.button, button, input[type=submit] {
		display: inline-block;
		position: relative;
		white-space: nowrap;
		padding: 8px 16px;
		height: 36px;
		border-radius: 18px;
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		-webkit-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out;
		-moz-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out;
		-o-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out;
		transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out;
		font: 14px/18px myfontbold, Helvetica, sans-serif;
		cursor: pointer;
		outline: 0;
		opacity: 1;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none
	}
	.button svg, button svg, input[type=submit] svg {
		display: inline-block;
		vertical-align: middle;
		margin: -3px 0 0 6px;
		-webkit-transition: fill .1s ease-in-out;
		-moz-transition: fill .1s ease-in-out;
		-o-transition: fill .1s ease-in-out;
		transition: fill .1s ease-in-out
	}
	.button span.iw, button span.iw, input[type=submit] span.iw {
		position: relative;
		width: 16px;
		height: 16px;
		display: inline-block;
		vertical-align: middle
	}
	.button span.iw svg, button span.iw svg, input[type=submit] svg {
		margin: -2px 0 0 6px;
		-webkit-transition: fill .1s ease-in-out;
		-moz-transition: fill .1s ease-in-out;
		-o-transition: fill .1s ease-in-out;
		transition: fill .1s ease-in-out;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		clip: rect(0, 24px, 18px, 0);
	}
	.button:hover span.iw svg, button:hover span.iw svg, input[type=submit]:hover svg {
		-webkit-animation: icon_show .5s ease-out forwards;
		animation: icon_show .5s ease-out forwards
	}
	.button:hover, button:hover, input[type=submit]:hover {
		background-color: #fff;
		color: #32b6c8
	}
	.button:hover svg, button:hover svg, input[type=submit]:hover svg {
		fill: #32b6c8
	}
	.button.disabled, button:disabled, input[type=submit]:disabled {
		background: rgba(221, 221, 221, .2);
		border-color: #ddd;
		color: #ddd;
		cursor: default
	}
	.button.disabled svg, button:disabled svg, input[type=submit]:disabled svg {
		fill: #ddd
	}
	.button.has-icon-left svg.icon-left, .button.has-icon-right svg.icon-right, button.has-icon-left svg.icon-left, button.has-icon-right svg.icon-right, input[type=submit].has-icon-left svg.icon-left, input[type=submit].has-icon-right svg.icon-right {
		position: absolute;
		top: 50%;
		margin: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.button.has-icon-left, button.has-icon-left, input[type=submit].has-icon-left {
		padding-left: 42px
	}
	.button.has-icon-left svg.icon-left, button.has-icon-left svg.icon-left, input[type=submit].has-icon-left svg.icon-left {
		left: 16px
	}
	.button.has-icon-right, button.has-icon-right, input[type=submit].has-icon-right {
		padding-right: 42px
	}
	.button.has-icon-right svg.icon-right, button.has-icon-right svg.icon-right, input[type=submit].has-icon-right svg.icon-right {
		right: 16px
	}
	.blue .button, .blue button, .blue input[type=submit], .button.blue, button.blue, input[type=submit].blue {
		color: #32b6c8;
		border-color: #32b6c8
	}
	.blue .button svg, .blue button svg, .blue input[type=submit] svg, .button.blue svg, button.blue svg, input[type=submit].blue svg {
		fill: #32b6c8
	}
	.blue .button svg.stroke-only, .blue button svg.stroke-only, .blue input[type=submit] svg.stroke-only, .button.blue svg.stroke-only, button.blue svg.stroke-only, input[type=submit].blue svg.stroke-only {
		fill: none;
		stroke: #32b6c8;
	}
	.blue .button:hover, .blue button:hover, .blue input[type=submit]:hover, .button.blue:hover, button.blue:hover, input[type=submit].blue:hover {
		color: #fff;
		background-color: #32b6c8
	}
	.blue .button:hover svg, .blue button:hover svg, .blue input[type=submit]:hover svg, .button.blue:hover svg, button.blue:hover svg, input[type=submit].blue:hover svg {
		fill: #fff
	}
	.blue .button:hover svg.stroke-only, .blue button:hover svg.stroke-only, .blue input[type=submit]:hover svg.stroke-only, .button.blue:hover svg.stroke-only, button.blue:hover svg.stroke-only, input[type=submit].blue:hover svg.stroke-only {
		fill: none;
		stroke: #fff;
	}
	.blue .button.disabled, .blue button:disabled, .blue input[type=submit]:disabled, .button.blue.disabled, button.blue:disabled, input[type=submit].blue:disabled {
		background: #eee;
		border-color: #999;
		color: #999;
		cursor: default
	}
	.blue .button.disabled svg, .blue button:disabled svg, .blue input[type=submit]:disabled svg, .button.blue.disabled svg, button.blue:disabled svg, input[type=submit].blue:disabled svg {
		fill: #999
	}
	.blue-fill .button, .blue-fill button, .blue-fill input[type=submit], .button.blue-fill, button.blue-fill, input[type=submit].blue-fill {
		background-color: #32b6c8;
		color: #fff;
		border-color: #32b6c8
	}
	.blue-fill .button svg, .blue-fill button svg, .blue-fill input[type=submit] svg, .button.blue-fill svg, button.blue-fill svg, input[type=submit].blue-fill svg {
		fill: #fff
	}
	.blue-fill .button svg.stroke-only, .blue-fill button svg.stroke-only, .blue-fill input[type=submit] svg.stroke-only, .button.blue-fill svg.stroke-only, button.blue-fill svg.stroke-only, input[type=submit].blue-fill svg.stroke-only {
		fill: none;
		stroke: #fff;
	}
	.blue-fill .button:hover, .blue-fill button:hover, .blue-fill input[type=submit]:hover, .button.blue-fill:hover, button.blue-fill:hover, input[type=submit].blue-fill:hover {
		color: #32b6c8;
		background-color: #fff
	}
	.blue-fill .button:hover svg, .blue-fill button:hover svg, .blue-fill input[type=submit]:hover svg, .button.blue-fill:hover svg, button.blue-fill:hover svg, input[type=submit].blue-fill:hover svg {
		fill: #32b6c8
	}
	.blue-fill .button:hover svg.stroke-only, .blue-fill button:hover svg.stroke-only, .blue-fill input[type=submit]:hover svg.stroke-only, .button.blue-fill:hover svg.stroke-only, button.blue-fill:hover svg.stroke-only, input[type=submit].blue-fill:hover svg.stroke-only {
		fill: none;
		stroke: #32b6c8;
	}
	.blue-fill .button.disabled, .blue-fill button:disabled, .blue-fill input[type=submit]:disabled, .button.blue-fill.disabled, button.blue-fill:disabled, input[type=submit].blue-fill:disabled {
		background: #eee;
		border-color: #999;
		color: #999;
		cursor: default
	}
	.blue-fill .button.disabled svg, .blue-fill button:disabled svg, .blue-fill input[type=submit]:disabled svg, .button.blue-fill.disabled svg, button.blue-fill:disabled svg, input[type=submit].blue-fill:disabled svg {
		fill: #999
	}
	.button.white, .white .button, .white button, .white input[type=submit], button.white, input[type=submit].white {
		border-color: #fff;
		background-color: #fff;
		color: #32b6c8;
		box-shadow: 0 12px 12px -5px rgba(0, 0, 0, 0.2);
		height: 40px;
		border-radius: 30px;
	}
	.button.white svg path, .white .button svg path, .white button svg path, .white input[type=submit] svg path, button.white svg path, input[type=submit].white svg path {
		fill: #32b6c8
	}
	.button.white:hover, .white .button:hover, .white button:hover, .white input[type=submit]:hover, button.white:hover, input[type=submit].white:hover {
		color: #999
	}
	.button.white:hover svg path, .white .button:hover svg path, .white button:hover svg path, .white input[type=submit]:hover svg path, button.white:hover svg path, input[type=submit].white:hover svg path {
		fill: #999
	}
	.inner {
		max-width: 100%;
		margin: auto
	}
	.inner-half {
		max-width: 50%
	}
	.logo {
		width: 100%;
		max-width: 250px;
		max-height: 39px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 20px 0 0
	}
	.logo svg {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		margin-top: -5px;
		float: left
	}
	.lang-change:after, .main-menu a:after {
		content: "";
		display: block;
		background: #fff
	}
	.no-ff .logo svg .plus {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-webkit-transform-origin: center center;
		-moz-transform-origin: center center;
		-ms-transform-origin: center center;
		-o-transform-origin: center center;
		transform-origin: center center;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		-webkit-animation: look_plus 10s 10s ease-in-out infinite;
		animation: look_plus 10s 10s ease-in-out infinite
	}
	.no-ff .logo:hover svg .plus {
		-webkit-transform: scale(4);
		-moz-transform: scale(4);
		-ms-transform: scale(4);
		-o-transform: scale(4);
		transform: scale(4);
		opacity: .5;
		-webkit-animation: none;
		animation: none
	}
	.main-menu .table-cell {
		padding: 0 2vw
	}
	.main-menu .table-cell:last-of-type {
		padding-right: 0
	}
	.main-menu a {
		text-decoration: none;
		color: #fff
	}
	body.page.home .main-menu a:hover {
		color: #32b6c8;
	}
	.main-menu a:after {
		position: absolute;
		top: 0;
		width: 100%;
		height: 0;
		-webkit-transition: height .1s ease-in-out;
		-moz-transition: height .1s ease-in-out;
		-o-transition: height .1s ease-in-out;
		transition: height .1s ease-in-out
	}
	.get-to-know-us .main-menu a.get-to-know-us:after, .main-menu a.active:after, .main-menu a:hover:after, .manifesto .main-menu a.manifesto:after, .projects .main-menu a.projects:after, .talk-to-us .main-menu a.talk-to-us:after, body.projects-detail .main-menu a.projects:after {
		height: 3px
	}
	.lang-change {
		width: 54px;
		height: 24px;
		border: none;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 13px;
		position: relative
	}
	.lang-change:after {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		height: 24px;
		width: 24px;
		border-radius: 12px;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		-o-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out
	}
	.lang-change.en:after {
		left: 30px
	}
	.lang-change .lang {
		float: left;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out
	}
	.lang-change .lang+.lang {
		margin-left: 6px
	}
	.lang-change .lang.pt {
		color: #32b6c8
	}
	.lang-change .lang.en, .lang-change.en .lang.pt {
		color: #fff
	}
	.lang-change.en .lang.en {
		color: #32b6c8
	}
	#mobile_page_header {
		position: fixed;
		z-index: 10;
		width: 100%;
		height: 65px;
		line-height: 65px;
		background: rgba(50, 182, 200, 1)
	}
	#mobile_icon, #mobile_icon .icon {
		cursor: pointer;
		position: relative
	}
	#mobile_icon .txt {
		margin-right: 8px;
		color: #fff;
		font-size: 11px
	}
	#mobile_icon .icon {
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		transform: rotate(0);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out
	}
	#mobile_icon .icon, #mobile_icon .icon span {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0)
	}
	#mobile_icon .icon span {
		display: block;
		position: absolute;
		height: 2px;
		background: #fff;
		opacity: 1;
		right: 0;
		left: 0;
		transform: rotate(0);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}
	#mobile_icon .icon span:nth-child(1) {
		width: 75%;
		top: 0;
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-ms-transform-origin: left center;
		-o-transform-origin: left center;
		transform-origin: left center
	}
	#mobile_icon .icon span:nth-child(2) {
		width: 100%;
		top: 45%;
		transform-origin: left center
	}
	#mobile_icon .icon span:nth-child(2), #mobile_icon .icon span:nth-child(3) {
		-webkit-transform-origin: left center;
		-moz-transform-origin: left center;
		-ms-transform-origin: left center;
		-o-transform-origin: left center
	}
	#mobile_icon .icon span:nth-child(3) {
		width: 50%;
		top: 90%;
		transform-origin: left center
	}
	#mobile_page_header.open #mobile_icon .icon span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 0;
		width: 125%
	}
	#mobile_page_header.open #mobile_icon .icon span:nth-child(2) {
		left: 100%;
		opacity: 0
	}
	#mobile_page_header.open #mobile_icon .icon span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 0;
		width: 125%
	}
	#mobile_page_header .main-menu {
		height: 100vh;
		text-align: left;
		position: absolute;
		background-color: rgba(50, 182, 200, 1);
		top: 65px;
		left: 0;
		right: 0;
		bottom: 0;
		padding-top: 20px;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		-moz-transition: -moz-transform .3s ease-in-out;
		-o-transition: -moz-transform .3s ease-in-out;
		transition: -ms-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	#mobile_page_header .main-menu>a {
		height: initial;
		display: block;
		font-family: myfontlight, Helvetica, sans-serif;
		font-size: 26px;
		line-height: 55px;
		margin: 0 20px 0 -100%;
		padding: 0;
		-webkit-transition: margin .75s ease-in-out;
		-moz-transition: margin .75s ease-in-out;
		-o-transition: margin .75s ease-in-out;
		transition: margin .75s ease-in-out
	}
	#mobile_page_header .main-menu>a:nth-child(3) {
		-webkit-transition-delay: .2s;
		-moz-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s
	}
	#mobile_page_header .main-menu>a:nth-child(4) {
		-webkit-transition-delay: .3s;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		transition-delay: .3s
	}
	#mobile_page_header .main-menu>a:nth-child(5) {
		-webkit-transition-delay: .4s;
		-moz-transition-delay: .4s;
		-o-transition-delay: .4s;
		transition-delay: .4s
	}
	#mobile_page_header .main-menu .lang-change {
		margin: 15px 20px 15px -100%;
		transition: margin .75s ease-in-out;
		-webkit-transition-delay: .5s;
		-moz-transition-delay: .5s;
		-o-transition-delay: .5s;
		transition-delay: .5s
	}
	#mobile_page_header .main-menu .lang-change, #mobile_page_header .main-menu .middle {
		-webkit-transition: margin .75s ease-in-out;
		-moz-transition: margin .75s ease-in-out;
		-o-transition: margin .75s ease-in-out
	}
	#mobile_page_header .main-menu .middle {
		position: relative;
		bottom: inherit;
		width: 100%;
		margin-left: -100%;
		margin-top: 50px;
		font-size: 13px;
		transition: margin .75s ease-in-out;
		-webkit-transition-delay: .6s;
		-moz-transition-delay: .6s;
		-o-transition-delay: .6s;
		transition-delay: .6s
	}
	#mobile_page_header .main-menu .middle .sn-counter {
		line-height: 22px;
		font-size: 13px;
		cursor: pointer;
		color: #fff;
		width: 33.3333%;
		display: block;
		float: left
	}
	#mobile_page_header .main-menu .middle .sn-counter:after {
		content: none
	}
	/* #main_slider:after, */
	h2.chapter-subtitle:before, ul.chapter-list:after {
		content: ""
	}
	#mobile_page_header .main-menu .middle .sn-counter+.sn-counter {
		margin-left: 0
	}
	#mobile_page_header .main-menu .middle .sn-counter svg {
		vertical-align: middle;
		margin-top: -3px
	}
	#mobile_page_header.open .main-menu {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	#mobile_page_header.open .main-menu .lang-change, #mobile_page_header.open .main-menu .middle, #mobile_page_header.open .main-menu>a {
		margin-left: 20px
	}
	#main_slider .css-slider {
		position: absolute;
		top: 65px;
		margin-top: 0;
		width: 100%;
		height: auto;
		bottom: 0;
		z-index: 0
	}
	#main_slider .inner {
		height: 100%;
		position: relative
	}
	/*
	#main_slider:after {
		display: inline-block;
		position: absolute;
		top: -100%;
		bottom: 50%;
		left: 0;
		right: 0;
		background: rgba(50, 182, 200, 1);
		z-index: 1;
		-webkit-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		-webkit-transform: skewY(-13deg);
		-moz-transform: skewY(-13deg);
		-ms-transform: skewY(-13deg);
		transform: skewY(-13deg)
	}
	*/
	#main_slider_overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2
	}
	/*.inset-8 #main_slider_overlay {
		bottom: 8px
	}*/
	.inset-50 #main_slider_overlay {
		bottom: 50px
	}
	#main_slider_overlay .inner, #main_slider_overlay .table {
		width: 100%;
		height: 100%;
		position: relative
	}
	#main_slider_overlay .claim_wrapper {
		position: absolute;
		top: 49%;
		left: 0;
		right: 0;
		bottom: 25%;
		margin-bottom: -11.6vw;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;
		-webkit-transform: translateY(-90%);
		-moz-transform: translateY(-90%);
		-ms-transform: translateY(-90%);
		transform: translateY(-90%)
	}
	#main_slider_overlay .main_claim {
		font: 29px/29px myfontlight, Helvetica, sans-serif;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform-origin: 100% 50%;
		-moz-transform-origin: 100% 50%;
		-ms-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
	#main_slider_overlay .main_claim.first {
		-webkit-animation: claim1 18s ease-out infinite;
		animation: claim1 18s ease-out infinite
	}
	#main_slider_overlay .main_claim.second {
		-webkit-animation: claim2 18s ease-out infinite;
		animation: claim2 18s ease-out infinite
	}
	#main_slider_overlay .main_claim.third {
		-webkit-animation: claim3 18s ease-out infinite;
		animation: claim3 18s ease-out infinite
	}
	#main_slider_overlay .button.services {
		position: absolute;
		width: 36px;
		height: 36px;
		border-radius: 20px;
		text-align: center;
		left: 50%;
		margin-left: -18px;
		bottom: 14px;
		border: none;
		padding: 8px 0;
		background: rgba(50, 182, 200, .9);
		box-shadow: 0 10px 12px -4px rgba(0, 0, 0, 0.4);
		z-index: 4
	}
	/*#main_slider_overlay .button.services:hover {
		background-color: transparent
	}*/
	#main_slider_overlay .button.services span.rotate-90 {
		display: inline-block;
		margin: 0 8px 0 11px
	}
	#main_slider_overlay .button.services span svg {
		margin: 0;
		-webkit-animation: pull-elastic 4s ease-out infinite;
		animation: pull-elastic 4s ease-out infinite
	}
	#chapter_i .cs-controls, #chapter_ii .cs-controls, #chapter_iii .cs-controls, #main_slider_overlay .cs-controls {
		right: 0;
		bottom: 20px;
		width: 100%
	}
	#main_slider_overlay .cs-controls {
		bottom: 74px;
	}
	#main_slider_overlay .cs-actions {
		top: 60%;
		bottom: auto;
		right: 0;
		left: 0;
		text-align: center;
		margin-left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#main_slider_overlay .cs-actions .button {
		display: block;
		margin: auto;
		width: 235px;
		height: 46px;
		border-radius: 25px;
		line-height: 46px;
		padding: 0 10px;
		font-size: 13px;
		background-color: rgba(50, 182, 200, .95);
		border: none;
		box-shadow: 0 12px 12px -5px rgba(0, 0, 0, 0.4);
		z-index: 2;
		margin-bottom: 12px;
	}
	#main_slider_overlay .cs-actions .button:nth-child(2),
	#chapter_i .cs-actions .button:first-child,
	#chapter_ii .cs-actions .button:first-child,
	#chapter_iii .cs-actions .button:first-child {
		width: 200px;
		height: 36px;
		border-radius: 25px;
		line-height: 36px;
		padding: 0 10px;
		font-size: 12px;
		background-color: rgba(174, 174, 174, .95);
		z-index: 1;
		font-family: myfont, Helvetica, sans-serif;
		margin-bottom: 0;
		border: 0;
	}
	.cs-actions .button svg.stroke-only {
		fill: none;
		stroke: #fff;
	}
	#main_slider_overlay .cs-actions .button:nth-child(2):hover,
	#chapter_i .cs-actions .button:first-child:hover,
	#chapter_ii .cs-actions .button:first-child:hover,
	#chapter_iii .cs-actions .button:first-child:hover {
		color: #888;
	}
	#main_slider_overlay .cs-actions .button .iw {
		margin-left: 5px;
		width: 11px
	}
	#main_slider_overlay .cs-actions .button .svg-arrow-detail, #main_slider_overlay .cs-actions .button .svg-list {
		margin: -1px 0 0;
		width: 11px
	}
	#main_slider_overlay .cs-actions .button:hover {
		border-color: #fff;
		background-color: #fff
	}
	#chapter_i .cs-actions .button:first-child:hover,
	#chapter_ii .cs-actions .button:first-child:hover,
	#chapter_iii .cs-actions .button:first-child:hover {
		background-color: #fff;
	}
	#chapter_i .cs-actions .button:first-child:hover svg,
	#chapter_ii .cs-actions .button:first-child:hover svg,
	#chapter_iii .cs-actions .button:first-child:hover svg {
		stroke: #888;
	}
	#main_slider_overlay .cs-actions .cs-hidden {
		opacity: .3!important;
		background-color: #32b6c8!important;
		color: #fff!important;
		border-color: #32b6c8!important;
		cursor: default!important
	}
	#services .title, #services h2 {
		text-transform: uppercase;
		color: #333
	}
	#main_slider_overlay .cs-actions .cs-hidden svg {
		fill: #fff!important;
		-webkit-animation: none!important;
		animation: none!important
	}
	#services {
		position: relative;
		z-index: 2;
		padding-bottom: 90px
	}
	#services svg {
		fill: #32b6c8
	}
	#services .svg-circle, #services .svg-square, #services .svg-triangle {
		width: 30px;
		height: 30px;
		margin-top: 40px
	}
	#services .title {
		font: 20px/20px myfont, Helvetica, sans-serif;
		margin: 60px 0 5px
	}
	#services .title svg {
		fill: #ccc;
		height: 16px;
		width: 19px
	}
	#services [class*=col_] {
		text-align: center
	}
	#services h2 {
		font: 21px/21px myfontlight, Helvetica, sans-serif;
		margin-top: 10px
	}
	#services .description {
		font-size: 12px;
		line-height: 12px;
		margin-top: 10px;
		color: #999
	}
	#chapter_i, #chapter_ii, #chapter_iii {
		position: relative;
		z-index: 2;
		padding-top: 40px;
		overflow: hidden
	}
	#chapter_i::after, #chapter_ii::after, #chapter_iii::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -30px;
		height: 30px;
		left: -32px;
		right: -32px;
		box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.15);
	}
	#chapter_i, #chapter_iii {

	}
	#chapter_i_slider, #chapter_ii_slider, #chapter_iii_slider {
		padding-top: 16px;
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
		-webkit-transition: opacity .5s cubic-bezier(.7, 0, .6, .85), -webkit-transform .25s cubic-bezier(.22, .61, .36, 1);
		-moz-transition: opacity .5s cubic-bezier(.7, 0, .6, .85), -moz-transform .25s cubic-bezier(.22, .61, .36, 1);
		-o-transition: opacity .5s cubic-bezier(.7, 0, .6, .85), -o-transform .25s cubic-bezier(.22, .61, .36, 1);
		transition: opacity .5s cubic-bezier(.7, 0, .6, .85), -ms-transform .25s cubic-bezier(.22, .61, .36, 1);
		transition: opacity .5s cubic-bezier(.7, 0, .6, .85), transform .25s cubic-bezier(.22, .61, .36, 1)
	}
	#chapter_ii_slider {
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	#chapter_i_slider.animate-in, #chapter_ii_slider.animate-in, #chapter_iii_slider.animate-in {
		opacity: 1;
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}
	#chapter_i_slider:before, #chapter_ii_slider:before, #chapter_iii_slider:before {
		content: "";
		display: block;
		padding-top: 100%
	}
	#chapter_i_slider .css-slider, #chapter_ii_slider .css-slider, #chapter_iii_slider .css-slider {
		position: absolute;
		top: 0;
		width: auto;
		left: 0;
		right: 0;
		background: 0 0
	}
	#chapter_ii_slider .css-slider {
		left: 0
	}
	#chapter_i_slider .css-slider>.cs-slides>.cs-slide picture>img, #chapter_iii_slider .css-slider>.cs-slides>.cs-slide picture>img {
		-o-object-position: right top;
		object-position: right top
	}
	#chapter_ii_slider {
		top: 102px;
		left: 0;
		right: 50%;
		margin-left: 0;
	}
	#chapter_ii_slider .css-slider>.cs-slides>.cs-slide picture>img {
		-o-object-position: left top;
		object-position: left top
	}
	#chapter_i>.inner, #chapter_ii>.inner, #chapter_iii>.inner {
		position: relative
	}
	#chapter_i>.inner .cs-label, #chapter_ii>.inner .cs-label, #chapter_iii>.inner .cs-label {
		position: absolute;
		width: 100%;
		padding: 0 8% 0 10%;
		bottom: 66px;
		margin-bottom: 50px;
		text-align: right;
		z-index: 1;
		color: #fff;
		font: 15px/15px myfontbold, Helvetica, sans-serif
	}
	#chapter_ii .cs-actions {
		right: auto;
		left: 20px
	}
	p.chapter-number {
		font: 14px/14px myfontlight, Helvetica, sans-serif;
		color: #999;
		text-transform: uppercase
	}
	h2.chapter-title {
		font: 21px/21px myfont, Helvetica, sans-serif;
		color: #32b6c8;
		text-transform: uppercase;
		margin-top: 20px
	}
	h2.chapter-subtitle {
		font: 18px/18px myfont, Helvetica, sans-serif;
		color: #333;
		margin-top: 20px;
		position: relative;
		margin-bottom: 60px;
	}
	h2.chapter-subtitle:before {
		display: block;
		width: 76px;
		height: 1px;
		background: #32b6c8;
		position: absolute;
		bottom: -30px;
		-webkit-transform: rotateZ(-6deg);
		-moz-transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		transform: rotateZ(-6deg);
	}
	p.chapter-description {
		font-size: 12px;
		line-height: 14px;
		color: #808080;
		margin-top: 30px;
	}
	p.chapter-list-title {
		display: inline-block;
		font: 12px/14px myfontbold, Helvetica, sans-serif;
		color: #333;
		margin-top: 20px
	}
	#talk_to_us svg, a.chapter-view-story {
		margin-top: 30px
	}
	ul.chapter-list h3, ul.chapter-list li+li:before {
		font: 12px/12px myfont, Helvetica, sans-serif
	}
	ul.chapter-list {
		display: inline
	}
	ul.chapter-list:after {
		display: table
	}
	ul.chapter-list li {
		display: inline
	}
	ul.chapter-list li+li:before {
		content: "; ";
		display: inline
	}
	#gtku_team .story:before, #gtku_teaser .css-slider:before, #manifest_teaser:after, #projects_detail .img-pd-intro:after, #talk_to_us_form:before {
		content: ""
	}
	ul.chapter-list h3 {
		display: inline
	}
	#talk_to_us {
		display: block;
		width: 100%;
		padding: 90px 0 65px;
		color: #fff;
		text-align: center;
		position: relative;
		overflow: hidden
	}
	#talk_to_us .bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		height: 100%;
		min-height: 274px;
		z-index: -1;
		-webkit-transition: all 2s ease-out;
		-moz-transition: all 2s ease-out;
		-o-transition: all 2s ease-out;
		transition: all 2s ease-out;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	#talk_to_us:hover .bg {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	#talk_to_us .bg picture {
		height: 100%
	}
	#talk_to_us .bg picture>img {
		max-height: none;
		min-height: 100%
	}
	#talk_to_us .txt {
		display: block;
		font: 20px/24px myfont, Helvetica, sans-serif;
		color: #fff;
		text-transform: uppercase
	}
	#talk_to_us strong {
		display: block;
		font-size: 20px;
		line-height: 24px;
		color: #fff;
		text-decoration: underline;
		text-transform: uppercase
	}
	#talk_to_us svg {
		display: inline-block
	}
	#projects {
		background: #32b6c8;
		color: #fff;
		padding-top: 65px
	}
	#projects .project, #projects .project-after-words {
		display: block;
		color: #fff;
		height: 218px;
		height: 68.125vw;
		position: relative
	}
	#projects .project picture, #projects_detail .project picture {
		height: 100%
	}
	#projects .project picture img, #projects_detail .project picture img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center
	}
	#projects .project picture>img, #projects_other_projects picture>img {
		width: 100.3%!important
	}
	#projects .project .button.ver-historia {
		position: absolute;
		top: 80%;
		right: 0;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		border: none
	}
	#projects .project .button.ver-historia:hover {
		color: #fff
	}
	#projects .project .button.ver-historia span.iw svg.svg-arrow-detail {
		width: 16px;
		height: 7px;
		margin: 0;
		fill: #fff
	}
	#projects .project-after-words, #projects_detail .project-after-words {
		background: url(../img/random_geometry_bg_2.svg) center top #333;
		background-size: 300%;
		line-height: 218px;
		line-height: 68.125vw;
		color: #fff
	}
	#projects .project-after-words .middle, #projects_detail .project-after-words .middle {
		display: inline-block;
		vertical-align: middle;
		line-height: initial;
		text-align: center
	}
	#projects .project-after-words .middle .title, #projects_detail .project-after-words .middle .title {
		display: inline-block;
		font: 20px/26px myfont, Helvetica, sans-serif;
		padding: 0 20px
	}
	#projects .project-after-words .middle .title .blue, #projects_detail .project-after-words .middle .title .blue {
		color: #32b6c8
	}
	#projects .project-after-words .middle .button, #projects_detail .project-after-words .middle .button {
		border-color: #32b6c8;
		background: 0 0;
		margin-top: 20px
	}
	.projects-detail #mobile_page_header {
		background: 0 0;
		-webkit-transition: background-color .3s ease-in-out;
		-moz-transition: background-color .3s ease-in-out;
		-o-transition: background-color .3s ease-in-out;
		transition: background-color .3s ease-in-out
	}
	#projects_detail .img-pd-intro {
		height: 50vh;
		position: relative;
		overflow: hidden
	}
	#projects_detail .img-pd-intro:after {
		display: inline-block;
		position: absolute;
		top: 100%;
		bottom: -100%;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 1;
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		transform-origin: 0 100%;
		-webkit-transform: skewY(-6deg);
		-moz-transform: skewY(-6deg);
		-ms-transform: skewY(-6deg);
		transform: skewY(-6deg)
	}
	#projects_detail .preface {
		text-align: center
	}
	#projects_detail .txt-label {
		color: #b3b3b3;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 17px;
		margin-top: 10px;
		margin-bottom: 10px
	}
	#projects_detail .txt-value {
		color: #333;
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 20px
	}
	#projects_detail .preface .txt-label {
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 20px
	}
	#projects_detail .client .txt-value, #projects_detail .preface .txt-value {
		text-transform: uppercase;
		font-size: 24px;
		line-height: 28px;
		color: #000
	}
	#projects_detail .preface hr {
		width: 75px;
		margin: 34px auto;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		transform: rotate(-6deg);
		border-top: 1px solid
	}
	#projects_detail .client .txt-value {
		margin-bottom: 20px
	}
	#projects_detail .icons .txt-value {
		margin-bottom: 30px
	}
	#projects_detail .icons .txt-value .icon-small, #projects_detail .icons .txt-value .icon-small svg {
		display: inline-block;
		width: 12px;
		height: 12px
	}
	#projects_detail .icons .txt-value .icon-small+.icon-small {
		margin-left: 4px
	}
	#projects_detail .icons .txt-value svg.svg-triangle-med {
		width: 13.86px
	}
	#projects_detail .story .txt-value p+p {
		margin-top: 10px
	}
	#projects_detail .links {
		margin-bottom: 25px
	}
	#projects_detail .links .txt-label {
		color: #333;
		text-transform: none
	}
	#projects_detail .links .txt-value a {
		display: inline-block;
		padding: 5px;
		font: 13px/17px myfontbold, Helvetica, sans-serif;
		text-decoration: underline;
		color: #333
	}
	#projects_detail .social {
		height: 22px;
		line-height: 22px
	}
	#projects_detail .social .txt-label {
		text-transform: uppercase;
		line-height: 22px;
		margin: 0
	}
	#projects_detail .social .txt-value {
		display: inline-block;
		margin: 0;
		line-height: 22px;
		vertical-align: top
	}
	#projects_detail .social .txt-value a {
		display: inline-block;
		cursor: pointer
	}
	#projects_detail .social .txt-value a+a {
		margin-left: 10%
	}
	#projects_detail .social .txt-value svg {
		fill: #333
	}
	#projects_detail .services .txt-value {
		margin-bottom: 0
	}
	#projects_detail .img-module+.img-module, #projects_detail .img-module:first-of-type {
		margin-top: 30px
	}
	#projects_detail .img-module:last-of-type {
		margin-bottom: 30px
	}
	#projects_detail .img-pd-single {
		height: auto;
		position: relative
	}
	#projects_detail .img-pd-double>div {
		position: relative
	}
	#projects_detail .img-pd-double picture {
		height: auto
	}
	#projects_detail .img-pd-double picture+picture {
		margin-top: 10px
	}
	#projects_detail .img-pd-slider {
		height: 270px;
		height: 84.375vw
	}
	#projects_detail .img-pd-slider .cs-next, #projects_detail .img-pd-slider .cs-prev {
		position: absolute;
		top: 50%;
		left: 5px;
		z-index: 3;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		background: #fff;
		text-align: center;
		transform: translateY(-50%) rotateZ(180deg)
	}
	#projects_detail .img-pd-slider .cs-next {
		left: auto;
		right: 5px;
		transform: translateY(-50%)
	}
	#projects_detail .img-pd-slider .cs-next svg, #projects_detail .img-pd-slider .cs-prev svg {
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 12px;
		fill: #333;
		margin-left: -1px
	}
	#projects_detail .img-pd-slider .cs-controls {
		bottom: 20px;
		width: 100%
	}
	#manifest {
		background: #32b6c8;
		color: #fff
	}
	#gtku_teaser {
		background: url(../img/random_geometry_bg.svg) center top #32b6c8;
		padding: 85px 0 0;
		color: #fff;
		text-align: center
	}
	#gtku_teaser .css-slider {
		height: 66.6vw;
		background: 0 0;
		margin: 40px 0 0
	}
	#gtku_teaser .css-slider:before {
		position: absolute;
		top: 50%;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fff
	}
	#gtku_teaser .css-slider .cs-slide-inner {
		height: 87%;
		transform-origin: top left;
		-webkit-transform: translate3d(0, 0, 0) skewY(3deg);
		-moz-transform: translate3d(0, 0, 0) skewY(3deg);
		-ms-transform: translate3d(0, 0, 0) skewY(3deg);
		transform: translate3d(0, 0, 0) skewY(3deg);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden
	}
	#gtku_teaser .css-slider .cs-slide-inner, #gtku_teaser .css-slider .cs-slide-inner picture {
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-ms-transform-origin: top left
	}
	#gtku_teaser .css-slider .cs-slide-inner picture {
		height: 114%;

		-webkit-transition: none;
		-moz-transition: none;
		transition: none;

		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;

		-webkit-transform: translate3d(0, 0, 0) skewY(-3deg);
		-moz-transform: translate3d(0, 0, 0) skewY(-3deg);
		-ms-transform: translate3d(0, 0, 0) skewY(-3deg);
		transform: translate3d(0, 0, 0) skewY(-3deg);

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden
	}
	#gtku_teaser .css-slider .cs-controls {
		transform: none;
		left: 0;
		right: 0;
		bottom: 30px
	}
	#gtku_teaser .css-slider .cs-next, #gtku_teaser .css-slider .cs-prev {
		position: absolute;
		top: 50%;
		left: 5px;
		z-index: 3;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		background: #fff;
		text-align: center;
		transform: translateY(-50%) rotateZ(180deg)
	}
	#gtku_teaser .css-slider .cs-next svg, #gtku_teaser .css-slider .cs-prev svg {
		display: inline-block;
		vertical-align: middle;
		width: 6px;
		height: 12px;
		fill: #333;
		margin-left: -1px
	}
	#gtku_teaser .css-slider .cs-next {
		left: auto;
		right: 5px;
		transform: translateY(-50%)
	}
	#gtku_teaser .gtku-story {
		background: #fff;
		color: #333;
		text-align: left;
		padding-top: 40px;
		margin-bottom: 30px
	}
	.gtku-story-first p, .gtku-story-second p {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 20px
	}
	.gtku-story-first p:last-of-type, .gtku-story-second p:last-of-type {
		margin-bottom: 0
	}
	#gtku_teaser p.gtku-title {
		font-size: 20px;
		line-height: 23px;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
	}
	#gtku_teaser .gtku-subtitle p {
		font-size: 13px;
		line-height: 16px;
		margin-top: 20px;
		text-shadow: 0 2px #32b6c8;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .5s ease-in-out;
		-moz-transition: max-height .5s ease-in-out;
		-o-transition: max-height .5s ease-in-out;
		transition: max-height .5s ease-in-out
	}
	#gtku_teaser .gtku-subtitle input#gtku_more:checked+p {
		max-height: 800px
	}
	#gtku_teaser .gtku-subtitle label .button {
		-webkit-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .5s ease-in-out;
		-moz-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .5s ease-in-out;
		-o-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .5s ease-in-out;
		transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .5s ease-in-out;
		font: 11px/15px myfontbold, Helvetica, sans-serif;
		padding: 8px 16px;
		height: 32px;
		border-radius: 18px
	}
	#gtku_teaser .gtku-subtitle input#gtku_more~label {
		margin-top: 15px;
		display: block
	}
	#gtku_teaser .gtku-subtitle input#gtku_more:checked~label .button .closed, #gtku_teaser .gtku-subtitle input#gtku_more~label .button .open {
		display: none
	}
	#gtku_teaser .gtku-subtitle input#gtku_more:checked~label .button .open, #gtku_teaser .gtku-subtitle input#gtku_more~label .button .closed {
		display: block
	}
	#gtku_team {
		position: relative;
		color: #333
	}
	#gtku_team>.inner {
		max-width: 1280px
	}
	#gtku_team>.inner>div+div {
		margin-top: 40px
	}
	#gtku_team .pad-w {
		position: relative;
		padding: 0 4.744%
	}
	#gtku_team .portrait {
		border-radius: 50%;
		margin: 0 auto 30px;
		overflow: hidden;
		width: 204px;
		height: 204px;
		opacity: 1!important
	}
	#gtku_team .portrait img {
		display: block;
		width: 100%;
		border-radius: 50%
	}
	#gtku_team .name {
		text-align: center;
		font: 20px/24px myfont, Helvetica, sans-serif
	}
	#gtku_team .job {
		text-align: center;
		font: 15px/19px myfont, Helvetica, sans-serif;
		color: #b3b3b3
	}
	#gtku_team .story {
		margin-top: 60px;
		font: 13px/17px myfont, Helvetica, sans-serif;
		position: relative
	}
	#gtku_team .story:before {
		display: block;
		position: absolute;
		width: 34px;
		height: 1px;
		background: #32b6c8;
		top: -30px;
		left: 50%;
		margin-left: -17px
	}
	#gtku_team .areas {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 150px
	}
	#gtku_team .areas svg {
		display: inline-block;
		fill: #32b6c8;
		width: 31px;
		height: 31px;
		text-align: left
	}
	#gtku_team .areas svg.svg-triangle-stroke {
		width: 36px
	}
	#gtku_team .areas svg+svg {
		margin-left: 10px
	}
	#gtku_geography {
		margin-top: -100px;
		padding-bottom: 50px
	}
	#gtku_geography .flags>.col_xs_4 {
		margin-bottom: 30px
	}
	#gtku_geography .flag {
		position: relative;
		padding-top: 66.4063%
	}
	#gtku_geography .flag svg,
	#gtku_geography .flag img {
		position: absolute;
		top: 0;
		width: 100.3%
	}
	#gtku_geography>p {
		font: 20px/23px myfontlight, Helvetica, sans-serif;
		padding: 30px 4.744%;
		text-align: center;
		color: #333
	}
	#gtku_geography .flags p.title {
		font: 13px/17px myfont, Helvetica, sans-serif;
		margin-top: 13px;
		text-align: center;
		color: #333
	}
	#gtku_geography .flags p.subtitle {
		font: 11px/12px myfont, Helvetica, sans-serif;
		text-align: center;
		color: #b3b3b3
	}
	#manifest_teaser {
		padding: 100px 0 80px;
		background: url(../img/shapes_bg.svg) center top #32b6c8;
		text-align: center;
		color: #fff;
		position: relative;
		overflow: hidden
	}
	#manifest_teaser:after {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		box-shadow: 0 0 15px 5px rgba(0, 0, 0, .4)
	}
	#manifest_teaser p.title {
		font-size: 22px;
		line-height: 26px
	}
	#manifest_teaser p.subtitle {
		font: 16px/20px myfont, Helvetica, sans-serif;
		opacity: .6
	}
	[id*=manifest_]:not(#manifest_teaser) {
		padding: 0 0 36px;
		color: #fff;
		min-height: 100vh;
		position: relative;
		overflow: hidden
	}
	[id*=manifest_]>.bg {
		text-align: center;
		overflow: hidden
	}
	#manifest_3 .bg {
		padding-top: 10px;
		margin-bottom: -20px
	}
	#manifest_4 .bg {
		padding: 0 20px;
		margin-bottom: -20px
	}
	#manifest_5 .bg {
		padding: 0 0 0 20px;
		margin: 0 -10px -20px 0
	}
	#manifest_5 .bg svg {
		margin-top: -40px
	}
	#manifest_6 .bg {
		padding: 0 20px 0 0;
		margin: 0 0 -70px
	}
	#manifest_7 .bg, #manifest_8 .bg {
		margin: 0 0 -20px
	}
	#manifest_7 .bg {
		padding: 0 0 0 15px
	}
	#manifest_1 {
		background: #254d67
	}
	#manifest_2 {
		background: #ff344f
	}
	#manifest_3 {
		background: #c7b299
	}
	#manifest_4 {
		background: #b6cc32
	}
	#manifest_5 {
		background: #aa5fb9
	}
	#manifest_6 {
		background: #fe9100
	}
	#manifest_7 {
		background: #07bc6b
	}
	#manifest_8 {
		background: #7d6f63
	}
	[id*=manifest_]:not(#manifest_teaser):nth-child(odd), [id*=manifest_]:not(#manifest_teaser):nth-child(odd) .table-cell {
		text-align: right
	}
	[id*=manifest_] .table {
		width: 100%;
		height: 100%;
		position: relative
	}
	[id*=manifest_] .inner {
		padding: 0 10px
	}
	[id*=manifest_] .num {
		font: 23px/27px myfont, Helvetica, sans-serif;
		opacity: .5
	}
	[id*=manifest_] .title {
		font: 36px/40px myfontbold, Helvetica, sans-serif
	}
	[id*=manifest_] .description {
		font: 17px/21px myfont, Helvetica, sans-serif;
		margin-top: 40px
	}
	.form-message-error, .form-message-success {
		line-height: 36px
	}
	.form-message-error .svg-icon, .form-message-success .svg-icon {
		margin-right: 10px
	}
	.form-message-error .svg-icon, .form-message-error .svg-icon svg, .form-message-success .svg-icon, .form-message-success .svg-icon svg {
		display: inline-block;
		vertical-align: middle;
		border-radius: 18px;
		width: 36px;
		height: 36px
	}
	.form-message-error {
		color: #c92930
	}
	.form-message-error .svg-icon {
		background: #e37873;
		fill: #fff
	}
	.form-message-success {
		color: #0e6544
	}
	.form-message-success .svg-icon {
		background: #5bc078;
		fill: #fff
	}
	#talk_to_us_teaser {
		background: url(../img/curve_bg.svg) center top #32b6c8;
		padding: 95px 0 65px;
		color: #fff;
		text-align: center
	}
	#talk_to_us_teaser p.contactos-title {
		font-size: 26px;
		line-height: 30px
	}
	#talk_to_us_teaser p.contactos-subtitle {
		font-size: 15px;
		line-height: 19px;
		margin-top: 20px
	}
	#talk_to_us_form {
		position: relative;
		padding: 40px 0 50px
	}
	#talk_to_us_form:before {
		display: block;
		position: absolute;
		left: 50%;
		top: -30px;
		height: 30px;
		border-right: 1px solid #fff;
		margin-left: .5px
	}
	#talk_to_us_form .col_xs_12 {
		margin-top: 28px
	}
	#talk_to_us_form .col_xs_12:first-of-type, #talk_to_us_form .col_xs_12>.col_xs_12:first-of-type {
		margin-top: 0
	}
	#talk_to_us_form .row+.row {
		margin-top: 28px
	}
	#talk_to_us_form input::-webkit-inner-spin-button, #talk_to_us_form input::-webkit-outer-spin-button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0
	}
	#talk_to_us_form .submit-holder {
		position: relative;
		display: block;
		margin-top: 12px;
		width: 100%;
		height: 36px
	}
	#c_f_message {
		min-height: 108px
	}
	#talk_to_us_form button[type=submit] {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		-webkit-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .15s ease-out, padding .15s ease-out, -webkit-transform .15s ease-out;
		-moz-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .15s ease-out, padding .15s ease-out, -moz-transform .15s ease-out;
		-o-transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .15s ease-out, padding .15s ease-out, -o-transform .15s ease-out;
		transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .15s ease-out, padding .15s ease-out, -ms-transform .15s ease-out;
		transition: opacity .15s ease-in-out, color .15s ease-in-out, border-color .15s ease-in-out, background-color .15s ease-in-out, width .15s ease-out, padding .15s ease-out, transform .15s ease-out
	}
	#talk_to_us_form button[type=submit] svg {
		height: 18px;
		width: 33px
	}
	#talk_to_us_form button[type=submit]>.default {
		display: block;
		overflow: hidden;
		opacity: 1;
		height: 34px;
		line-height: 34px;
		margin-top: -8px;
		-webkit-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out
	}
	#talk_to_us_form button[type=submit]>.clicked {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		height: 36px;
		line-height: 36px;
		width: 36px;
		padding: 0 7px;
		overflow: hidden;
		text-align: center;
		opacity: 0;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		-webkit-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out
	}
	#talk_to_us_form button[type=submit]>.clicked svg {
		height: 14px;
		margin: 0
	}
	#talk_to_us_form button[type=submit].clicked {
		width: 36px
	}
	#talk_to_us_form button[type=submit].clicked>.default {
		opacity: 0
	}
	#talk_to_us_form button[type=submit].clicked>.clicked {
		opacity: 1
	}
	#talk_to_us_map, #talk_to_us_map #google_map {
		min-height: 330px
	}
	#talk_to_us_details {
		padding: 40px 0 50px;
		color: #333;
		font: 15px/19px myfont, Helvetica, sans-serif
	}
	#talk_to_us_details a:not(.button) {
		color: #333;
		text-decoration: none
	}
	#talk_to_us_details a.qr_code {
		display: inline-block;
		width: 100%;
		margin: 20px 0 40px
	}
	#talk_to_us_details a.qr_code svg {
		float: left;
		margin-right: 10px;
		fill: #32b6c8
	}
	#talk_to_us_details a.button {
		text-align: center;
		padding: 8px 16px;
		margin-top: 20px;
		margin-bottom: 40px
	}
	#talk_to_us_details .title {
		color: #32b6c8
	}
	#not_found {
		background: url(../img/random_geometry_bg.svg) center top #32b6c8;
		color: #fff;
		line-height: 100%;
		text-align: center;
		padding-top: 100px;
		height: 130vh!important
	}
	#not_found .middle {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	#not_found .middle picture.not-found {
		margin: auto;
		width: 100%
	}
	#not_found .middle picture.not-found img {
		max-width: 100%
	}
	#not_found .middle .title {
		text-align: left;
		margin-top: 30px;
		font: 23px/27px myfontlight, Helvetica, sans-serif
	}
	#not_found .middle .subtitle {
		text-align: left;
		font-size: 16px;
		line-height: 20px;
		margin: 20px 0
	}
	#not_found .middle a.button {
		width: 100%;
		margin-bottom: 10px
	}
	#subscribe_newsletter {
		padding: 50px 0;
		background: #32b6c8;
		color: #fff;
	}
	#subscribe_newsletter .subscribe-title {
		font-size: 23px;
		line-height: 27px
	}
	#subscribe_newsletter .subscribe-newsletter {
		position: relative
	}
	#subscribe_newsletter .subscribe-newsletter .name {
		margin-top: 20px
	}
	#subscribe_newsletter .subscribe-newsletter .email {
		margin-top: 10px
	}
	#subscribe_newsletter .subscribe-newsletter #mce-responses {
		background: rgba(50, 182, 200, .7);
		margin-top: 10px
	}
	#subscribe_newsletter .subscribe-newsletter .row+.row, footer#page_footer .cr .xs_flex_order_second {
		margin-top: 20px
	}
	#subscribe_newsletter .subscribe-newsletter #mce-responses .response {
		display: inline-block;
		vertical-align: middle;
		line-height: 15px;
		padding: 5px
	}
	#subscribe_newsletter .subscribe-newsletter #mce-responses #mce-error-response {
		background-color: rgba(220, 71, 26, .75)
	}

	.page.augmented-reality .dg.ac {
		top: 100px;
	}
	#augmented_reality {
		position: relative;
		background: #999;
		padding-top: 100px;
		min-height: 100vh;
	}

	#ar_start {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#ar_combo {
		position: relative;
		display: none;
	}
	#ar_video,
	#ar_canvas {

	}

	footer#page_footer {
		background: #32b6c8;
		color: #fff;
		padding: 40px 20px
	}
	footer#page_footer .cr {
		font-size: 11px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	footer#page_footer #phone_number_mobile, footer#page_footer .cr .xs_flex_order_third {
		margin-top: 15px
	}
	footer#page_footer .middle {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		font-size: 13px;
		line-height: 13px
	}
	footer#page_footer .middle svg.icon-left {
		position: absolute
	}
	footer#page_footer #phone_number_fixed svg, footer#page_footer #phone_number_mobile svg {
		height: 18px;
		vertical-align: top
	}
	footer#page_footer #phone_number_fixed svg {
		margin-right: 6px;
		margin-left: 2px
	}
	footer#page_footer #phone_number_mobile svg {
		margin-right: 4px
	}
	footer#page_footer #phone_number_fixed a, footer#page_footer #phone_number_mobile a {
		font-size: 13px;
		color: #fff;
		text-decoration: none;
		display: inline-block
	}
	footer#page_footer .sn-counter, header#page_header_fixed .sn-counter {
		display: inline-block;
		line-height: 22px;
		font-size: 13px;
		cursor: pointer;
		color: #fff
	}
	footer#page_footer .sn-counter {
		line-height: 32px
	}
	footer#page_footer .sn-counter+.sn-counter {
		margin-left: 32px
	}
	footer#page_footer .sn-counter svg, header#page_header_fixed .sn-counter svg {
		vertical-align: middle;
		margin-top: -3px
	}
}
@media(min-width:768px) {
	input::placeholder, select, textarea::placeholder {
		color: #fff
	}
	#testemonies h2, #testemonies h3 {
		color: #333;
		text-transform: uppercase
	}
	.row {
		display: block;
		padding: 0 10px
	}
	.row [class*=col_sm_] {
		float: left;
		padding: 0 10px
	}
	.sm-no-pad-h, .sm-no-pad-r {
		padding-right: 0!important
	}
	.sm-no-pad-h, .sm-no-pad-l {
		padding-left: 0!important
	}
	.col_sm_1 {
		width: 8.3333%
	}
	.col_sm_2 {
		width: 16.6667%
	}
	.col_sm_3 {
		width: 25%
	}
	.col_sm_4 {
		width: 33.3333%
	}
	.col_sm_5 {
		width: 41.6667%
	}
	.col_sm_6 {
		width: 50%
	}
	.col_sm_7 {
		width: 58.3333%
	}
	.col_sm_8 {
		width: 66.6667%
	}
	.col_sm_9 {
		width: 75%
	}
	.col_sm_10 {
		width: 83.3333%
	}
	.col_sm_11 {
		width: 91.6667%
	}
	.col_sm_12 {
		width: 100%
	}
	.col_sm_auto {
		width: auto
	}
	.offl_sm_1 {
		margin-left: 8.3333%
	}
	.offl_sm_2 {
		margin-left: 16.6667%
	}
	.offl_sm_3 {
		margin-left: 25%
	}
	.offl_sm_4 {
		margin-left: 33.3333%
	}
	.offl_sm_5 {
		margin-left: 41.6667%
	}
	.offl_sm_6 {
		margin-left: 50%
	}
	.offl_sm_7 {
		margin-left: 58.3333%
	}
	.offl_sm_8 {
		margin-left: 66.6667%
	}
	.offl_sm_9 {
		margin-left: 75%
	}
	.offl_sm_10 {
		margin-left: 83.3333%
	}
	.offl_sm_11 {
		margin-left: 91.6667%
	}
	.offl_sm_12 {
		margin-left: 100%
	}
	.offr_sm_1 {
		margin-right: 8.3333%
	}
	.offr_sm_2 {
		margin-right: 16.6667%
	}
	.offr_sm_3 {
		margin-right: 25%
	}
	.offr_sm_4 {
		margin-right: 33.3333%
	}
	.offr_sm_5 {
		margin-right: 41.6667%
	}
	.offr_sm_6 {
		margin-right: 50%
	}
	.offr_sm_7 {
		margin-right: 58.3333%
	}
	.offr_sm_8 {
		margin-right: 66.6667%
	}
	.offr_sm_9 {
		margin-right: 75%
	}
	.offr_sm_10 {
		margin-right: 83.3333%
	}
	.offr_sm_11 {
		margin-right: 91.6667%
	}
	.offr_sm_12 {
		margin-right: 100%
	}
	.col_sm_1_5 {
		width: 20%
	}
	.col_sm_2_5 {
		width: 40%
	}
	.col_sm_3_5 {
		width: 60%
	}
	.col_sm_4_5 {
		width: 80%
	}
	.col_sm_5_5 {
		width: 100%
	}
	.offl_sm_1_5 {
		margin-left: 20%
	}
	.offl_sm_2_5 {
		margin-left: 40%
	}
	.offl_sm_3_5 {
		margin-left: 60%
	}
	.offl_sm_4_5 {
		margin-left: 80%
	}
	.offl_sm_5_5 {
		margin-left: 100%
	}
	.offr_sm_1_5 {
		margin-right: 20%
	}
	.offr_sm_2_5 {
		margin-right: 40%
	}
	.offr_sm_3_5 {
		margin-right: 60%
	}
	.offr_sm_4_5 {
		margin-right: 80%
	}
	.offr_sm_5_5 {
		margin-right: 100%
	}
	.sm-no-pad-t {
		padding-top: 0!important
	}
	.sm-no-pad-b {
		padding-bottom: 0!important
	}
	.sm-re-pad-h, .sm-re-pad-r {
		padding-right: 10px!important
	}
	.sm-re-pad-h, .sm-re-pad-l {
		padding-left: 10px!important
	}
	.sm-re-pad-t {
		padding-top: 10px!important
	}
	.sm-re-pad-b {
		padding-bottom: 10px!important
	}
	.sm_flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.sm_flex .sm_flex_order_first {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.sm_flex .sm_flex_order_second {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.sm_flex .sm_flex_order_third {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.sm_show_inline {
		display: inline!important
	}
	.sm_show_inline_block {
		display: inline-block!important
	}
	.sm_show_block {
		display: block!important
	}
	.sm_hide {
		display: none!important
	}
	.textarea {
		height: 72px;
		overflow-y: auto
	}
	.textarea textarea {
		min-height: 72px;
		overflow: hidden
	}
	textarea {
		height: 72px;
		resize: none
	}
	.blue select, select, select.blue {
		overflow: hidden;
		width: 100%;
		margin: 0;
		height: 36px;
		outline: 0
	}
	select {
		padding: 0;
		border: none;
		border-bottom: 1px solid #fff;
		box-shadow: none;
		border-radius: 0;
		font: 14px/36px myfont, Helvetica, sans-serif;
		background: url(../img/arrow_down_bg.svg) right center no-repeat
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		color: #fff
	}
	input:-moz-placeholder, textarea:-moz-placeholder {
		color: #fff;
		opacity: 1
	}
	input::-moz-placeholder, textarea::-moz-placeholder {
		color: #fff;
		opacity: 1
	}
	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #fff
	}
	input:-webkit-autofill, select:-webkit-autofill {
		box-shadow: 0 0 0 1000px #32b6c8 inset;
		-webkit-text-fill-color: #fff!important;
		text-fill-color: #fff!important;
		border-bottom: 1px solid #fff;
		line-height: 35px
	}
	input[type=text].is-invalid, input[type=email].is-invalid, input[type=tel].is-invalid, input[type=number].is-invalid, textarea.is-invalid {
		background-color: #C92930
	}
	input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, textarea:focus {
		background-color: #46bdcd;
		padding: 0 10px
	}
	input:focus:-webkit-autofill, select:focus:-webkit-autofill {
		box-shadow: 0 0 0 1000px #46bdcd inset
	}
	.blue input[type=text], .blue input[type=email], .blue input[type=tel], .blue input[type=number], .blue textarea, input[type=text].blue, input[type=email].blue, input[type=tel].blue, input[type=number].blue, textarea.blue {
		color: #32b6c8;
		background-image: url(../img/input_line_32b6c8.svg)
	}
	.blue select, select.blue {
		padding: 0;
		border: none;
		border-bottom: 1px solid #32b6c8;
		box-shadow: none;
		border-radius: 0;
		font: 14px/36px myfont, Helvetica, sans-serif;
		background: url(../img/arrow_down_bg_blue.svg) right center no-repeat;
		color: #32b6c8
	}
	.blue input::-webkit-input-placeholder, .blue textarea::-webkit-input-placeholder, input.blue::-webkit-input-placeholder, textarea.blue::-webkit-input-placeholder {
		color: #32b6c8
	}
	.blue input:-moz-placeholder, .blue textarea:-moz-placeholder, input.blue:-moz-placeholder, textarea.blue:-moz-placeholder {
		color: #32b6c8
	}
	.blue input::-moz-placeholder, .blue textarea::-moz-placeholder, input.blue::-moz-placeholder, textarea.blue::-moz-placeholder {
		color: #32b6c8
	}
	.blue input:-ms-input-placeholder, .blue textarea:-ms-input-placeholder, input.blue:-ms-input-placeholder, textarea.blue:-ms-input-placeholder {
		color: #32b6c8
	}
	.blue input::placeholder, .blue textarea::placeholder, input.blue::placeholder, textarea.blue::placeholder {
		color: #32b6c8
	}
	.blue input:-webkit-autofill, .blue select:-webkit-autofill, input.blue:-webkit-autofill, select.blue:-webkit-autofill {
		-webkit-box-shadow: 0 0 0 1000px #fff inset;
		box-shadow: 0 0 0 1000px #fff inset;
		-webkit-text-fill-color: #32b6c8!important;
		text-fill-color: #32b6c8!important;
		border-bottom: 1px solid #32b6c8;
		line-height: 35px
	}
	.blue input[type=text].is-invalid, .blue input[type=email].is-invalid, .blue input[type=tel].is-invalid, .blue input[type=number].is-invalid, .blue textarea.is-invalid, input[type=text].blue.is-invalid, input[type=email].blue.is-invalid, input[type=tel].blue.is-invalid, input[type=number].blue.is-invalid, textarea.blue.is-invalid {
		background-color: transparent;
		background-image: url(../img/input_line_dc471a.svg)
	}
	.blue input[type=text]:focus, .blue input[type=email]:focus, .blue input[type=tel]:focus, .blue input[type=number]:focus, .blue textarea:focus, input[type=text].blue:focus, input[type=email].blue:focus, input[type=tel].blue:focus, input[type=number].blue:focus, textarea.blue:focus {
		background-color: #ebf8fa;
		padding: 0 10px
	}
	.blue input:focus:-webkit-autofill, .blue select:focus:-webkit-autofill, input.blue:focus:-webkit-autofill, select.blue:focus:-webkit-autofill {
		-webkit-box-shadow: 0 0 0 1000px #ebf8fa inset;
		box-shadow: 0 0 0 1000px #ebf8fa inset
	}
	.form-error, .mce_inline_error {
		color: #FCEFDF;
		padding: 5px 0;
		font-size: 13px;
		-webkit-animation: fade-in .3s ease-in;
		animation: fade-in .3s ease-in
	}
	.form-error {
		color: #E37873
	}
	.form-error:before, .mce_inline_error:before {
		color: #C92930;
		transform: scale(1.4, 1)
	}
	.blue .mce_inline_error:before, .blue~.form-error:before, .form-error:before, .mce_inline_error:before {
		content: "X";
		float: left;
		margin-bottom: 20px;
		margin-right: 7px;
		-webkit-transform: scale(1.4, 1);
		-moz-transform: scale(1.4, 1);
		-ms-transform: scale(1.4, 1)
	}
	.blue .mce_inline_error, .blue~.form-error {
		color: rgba(220, 71, 26, .75);
		padding: 5px 0;
		font-size: 13px;
		-webkit-animation: fade-in .3s ease-in;
		animation: fade-in .3s ease-in
	}
	.blue .mce_inline_error:before, .blue~.form-error:before {
		color: rgba(220, 71, 26, .75);
		transform: scale(1.4, 1)
	}
	.button span.iw svg.svg-arrow-detail, button span.iw svg.svg-arrow-detail, input[type=submit] svg.svg-arrow-detail {
		margin: -1px 0 0
	}
	.inner {
		max-width: 1220px
	}
	.inner-half {
		max-width: 620px
	}
	.main-menu, .main-menu .table {
		width: 100%;
		height: 100%;
		text-align: left
	}
	.main-menu a {
		position: relative;
		display: inline-block;
		height: 100%;
		font-size: 16px;
		white-space: nowrap
	}
	.get-to-know-us .main-menu a.get-to-know-us:after, .main-menu a.active:after, .main-menu a:hover:after, .manifesto .main-menu a.manifesto:after, .projects .main-menu a.projects:after, .talk-to-us .main-menu a.talk-to-us:after {
		height: 3px
	}
	#page_header .lang-change {
		float: right;
		line-height: normal;
		margin-top: 36px
	}
	#mobile_page_header {
		height: 90px;
		line-height: 90px
	}
	#mobile_page_header .main-menu {
		padding-top: 70px
	}
	#mobile_page_header .main-menu>a {
		font-size: 46px;
		line-height: 110px
	}
	#mobile_page_header .main-menu .middle {
		position: absolute;
		bottom: 12vh;
		margin-top: 0
	}
	#mobile_page_header .main-menu .middle .sn-counter {
		font-size: 20px;
		line-height: 22px
	}
	#mobile_icon .txt {
		font-size: 13px
	}
	#mobile_icon .icon {
		width: 26px;
		height: 26px
	}
	.inset-50 #main_slider_overlay {
		bottom: 50px
	}
	#main_slider_overlay .like-grid {
		padding: 100px 0 67px;
		margin-left: -15px
	}
	#main_slider_overlay .main_claim {
		font-size: 50px;
		line-height: 50px
	}
	/*#main_slider_overlay .cs-actions .button {
		width: 200px;
		height: 50px;
		line-height: 50px;
		border-radius: 50px;
		font-size: 14px;
		padding: 0 15px
	}*/
	#main_slider_overlay .cs-actions .button .svg-arrow-detail, #main_slider_overlay .cs-actions .button .svg-list {
		width: 16px
	}
	#main_slider_overlay .button.services span svg {
		margin: 0;
		-webkit-animation: pull-elastic 4s ease-out infinite;
		animation: pull-elastic 4s ease-out infinite
	}
	#services .svg-circle, #services .svg-square, #services .svg-triangle {
		width: 41px;
		height: 41px
	}
	#services .title {
		margin: 100px 0 40px;
		font-size: 40px;
		line-height: 40px
	}
	#services .title svg {
		height: 30px;
		width: 35px
	}
	#services h2 {
		font-size: 25px;
		line-height: 25px
	}
	#services .description {
		font-size: 13px;
		line-height: 13px
	}
	#chapter_ii_slider .css-slider>.cs-slides>.cs-slide picture>img {
		bottom: 0;
		right: auto;
		width: 100%
	}
	html.ipad.no-object-position #chapter_i_slider .css-slider>.cs-slides>.cs-slide picture>img, html.ipad.no-object-position #chapter_ii_slider .css-slider>.cs-slides>.cs-slide picture>img, html.ipad.no-object-position #chapter_iii_slider .css-slider>.cs-slides>.cs-slide picture>img {
		width: auto;
		right: auto;
		left: 0;
		top: 0;
		bottom: auto;
		transform: none
	}
	html.ipad.no-object-position #chapter_ii_slider .css-slider>.cs-slides>.cs-slide picture>img {
		right: 0;
		left: auto
	}
	p.chapter-number {
		font-size: 24px;
		line-height: 24px
	}
	h2.chapter-title {
		font-size: 33px;
		line-height: 33px
	}
	h2.chapter-subtitle {
		font-size: 23px;
		line-height: 23px
	}
	p.chapter-description, p.chapter-list-title, ul.chapter-list h3 {
		font-size: 14px;
		line-height: 18px
	}
	p.chapter-list-title {
		display: block
	}
	ul.chapter-list li {
		display: block;
		padding-left: 10px
	}
	ul.chapter-list li+li:before, ul.chapter-list li:before {
		content: "•";
		display: inline-block;
		width: 10px;
		margin-left: -10px
	}
	#testemonies {
		position: relative;
		z-index: 2;
		padding: 120px 0 150px;
		text-align: center;
		background: url(../img/quotes.svg) center right no-repeat;
		background-size: 50% 78.3397%
	}
	#testemonies>.inner, #testemonies>.inner>.row {
		height: 222px
	}
	#testemonies h2 {
		font: 33px/33px myfontlight, Helvetica, sans-serif
	}
	#testemonies p {
		font: 17px/21px myfont, Helvetica, sans-serif;
		color: #333
	}
	#testemonies #testemonies_slider {
		height: 222px;
		margin-top: 40px
	}
	#testemonies h3 {
		font: 15px/15px myfontbold, Helvetica, sans-serif;
		margin-top: 30px
	}
	#testemonies h4 {
		font: 14px/14px myfont, Helvetica, sans-serif;
		margin-top: 6px;
		color: #999
	}
	#testemonies .cs-controls {
		bottom: 90px
	}
	#testemonies .cs-controls .cs-control {
		background: #b3b3b3
	}
	#talk_to_us {
		padding: 160px 0 120px
	}
	#talk_to_us a, #talk_to_us p {
		font-size: 26px;
		line-height: 31px
	}
	#talk_to_us .txt, #talk_to_us strong {
		font-size: 37px;
		line-height: 41px
	}
	#projects {
		padding-top: 100px
	}
	#projects .project, #projects .project-after-words {
		height: 397px;
		height: 30.984vw
	}
	#projects .project picture {
		position: absolute
	}
	#projects .project {
		line-height: 397px;
		line-height: 30.984vw;
		overflow: hidden
	}
	#projects .project-after-words {
		line-height: 397px;
		line-height: 30.984vw;
		background-size: 224%
	}
	#projects_detail .project-after-words {
		line-height: 295px;
		line-height: calc((100vw - 55px)/ 4)
	}
	#projects .project-after-words.col_md_12, #projects_detail .project-after-words.col_md_12 {
		background-size: 112%
	}
	#projects .project-after-words .middle, #projects_detail .project-after-words .middle {
		width: 100%
	}
	#projects .project-after-words .middle .title, #projects_detail .project-after-words .middle .title {
		display: block;
		font-size: 27px;
		line-height: 33px
	}
	#manifest, #projects .project-after-words:hover .middle .button, #projects_detail .project-after-words:hover .middle .button {
		background: #32b6c8;
		color: #fff
	}
	#manifest_teaser {
		padding: 210px 0 100px
	}
	#manifest_teaser:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .4);
		box-shadow: 0 0 15px 5px rgba(0, 0, 0, .4)
	}
	#manifest_teaser p.title {
		font-size: 40px;
		line-height: 44px
	}
	#manifest_teaser p.subtitle {
		font-size: 24px;
		line-height: 44px
	}
	[id*=manifest_]:not(#manifest_teaser) {
		padding: 170px 0;
		height: 100vh
	}
	[id*=manifest_]>.bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: right
	}
	[id*=manifest_]>.bg>svg {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	[id*=manifest_]:not(#manifest_teaser):nth-child(odd)>.bg>svg {
		right: 50%;
		height: 100vh
	}
	[id*=manifest_] .inner {
		padding: 0
	}
	#gtku_teaser {
		padding: 215px 0 0
	}
	#gtku_team>.inner>div+div {
		margin-top: 0
	}
	#gtku_teaser .css-slider {
		height: 51vw;
		background: 0 0;
		margin: 60px 0 0
	}
	#gtku_teaser .css-slider .cs-controls {
		bottom: 50px
	}
	#gtku_teaser .gtku-story {
		margin-bottom: 82px
	}
	#gtku_teaser p.gtku-title {
		font-size: 28.9px;
		line-height: 32.9px
	}
	#gtku_teaser p.gtku-subtitle {
		font-size: 15px;
		line-height: 20px;
		margin-top: 20px
	}
	#gtku_teaser .gtku-subtitle p {
		max-height: initial;
		font-size: 14px;
		line-height: 17px
	}
	#gtku_teaser .gtku-subtitle input#gtku_more~label {
		display: none
	}
	#gtku_team {
		position: relative;
		color: #333
	}
	#gtku_team>.inner {
		max-width: 1280px
	}
	#gtku_team .portrait {
		margin-bottom: 30px
	}
	#gtku_team .portrait img {
		display: block;
		width: 100%;
		border-radius: 50%
	}
	#gtku_team .name {
		text-align: center;
		font: 23px/27px myfont, Helvetica, sans-serif
	}
	#gtku_team .job {
		text-align: center;
		font: 17px/21px myfont, Helvetica, sans-serif;
		color: #b3b3b3
	}
	#gtku_team .story {
		margin-top: 60px;
		font: 15px/19px myfont, Helvetica, sans-serif;
		position: relative
	}
	#gtku_team .story:before {
		content: "";
		display: block;
		position: absolute;
		width: 34px;
		height: 1px;
		background: #32b6c8;
		top: -30px;
		left: 50%;
		margin-left: -17px
	}
	#gtku_geography {
		margin-top: 0;
		padding-bottom: 90px
	}
	#gtku_geography .flags>.col_xs_4 {
		margin-bottom: 0
	}
	#gtku_geography>p {
		font: 33px/37px myfontlight, Helvetica, sans-serif;
		padding: 40px 4.744%;
		text-align: center;
		color: #333
	}
	#gtku_geography .flags p.title {
		font: 18px/22px myfont, Helvetica, sans-serif;
		margin-top: 20px;
		text-align: center;
		color: #333
	}
	#gtku_geography .flags p.subtitle {
		font: 14px/18px myfont, Helvetica, sans-serif;
		text-align: center;
		color: #b3b3b3
	}
	#not_found {
		height: 100vh!important
	}
	#talk_to_us_teaser {
		background: url(../img/curve_bg.svg) center top #32b6c8;
		padding: 170px 0 90px;
		color: #fff;
		text-align: center
	}
	#talk_to_us_details, #talk_to_us_form {
		padding: 50px 0 70px
	}
	#talk_to_us_teaser p.contactos-title {
		font-size: 32px;
		line-height: 36px
	}
	#talk_to_us_teaser p.contactos-subtitle {
		font-size: 15px;
		line-height: 19px;
		margin-top: 20px
	}
	#talk_to_us_form .row+.row {
		margin-top: 28px
	}
	#talk_to_us_form button[type=submit] svg {
		margin-top: -3px;
		height: 21px;
		width: 38px
	}
	#talk_to_us_map, #talk_to_us_map #google_map {
		min-height: 512px
	}
	#talk_to_us_details {
		color: #333;
		font: 15px/19px myfont, Helvetica, sans-serif
	}
	#talk_to_us_details a {
		text-decoration: none
	}
	#talk_to_us_details a.qr_code {
		display: inline-block;
		width: 100%;
		margin-top: 20px
	}
	#talk_to_us_details a.qr_code svg {
		float: left;
		margin-right: 10px;
		fill: #32b6c8
	}
	#talk_to_us_details .title {
		color: #32b6c8
	}
	#subscribe_newsletter {
		padding: 80px 0;
	}
	#subscribe_newsletter .subscribe-title {
		font-size: 29px;
		line-height: 33px
	}
	#subscribe_newsletter .subscribe-description {
		font-size: 15px;
		line-height: 19px;
		margin-top: 14px
	}
	#subscribe_newsletter .subscribe-newsletter {
		padding: 22px 0
	}
	#subscribe_newsletter .subscribe-newsletter .email, #subscribe_newsletter .subscribe-newsletter .name {
		margin-top: 0
	}
	footer#page_footer {
		padding: 0
	}
	footer#page_footer [class*=col_] {
		height: 134px;
		line-height: 134px
	}
	footer#page_footer .cr>[class*=col_] {
		margin: 0
	}
	footer#page_footer .sn-counter {
		line-height: 22px
	}
	footer#page_footer .sn-counter+.sn-counter {
		margin-left: 19px
	}
	footer#page_footer #lets_talk {
		padding: 0 30px;
		color: #fff;
		-webkit-transition: padding .5s ease-in-out;
		-moz-transition: padding .5s ease-in-out;
		-o-transition: padding .5s ease-in-out;
		transition: padding .5s ease-in-out
	}
	footer#page_footer a:hover #lets_talk {
		padding: 0 50px 0 30px
	}
	footer#page_footer #lets_talk span.txt {
		display: block;
		max-width: 224px;
		text-transform: uppercase;
		font-size: 15px;
		line-height: 19px
	}
	footer#page_footer #lets_talk strong {
		display: block;
		font-family: myfontbold, Helvetica, sans-serif;
		color: #fff;
		text-decoration: underline
	}
}
@media(min-width:992px) {
	.row {
		display: block;
		padding: 0 10px
	}
	.row [class*=col_md_] {
		float: left;
		padding: 0 10px
	}
	.md-no-pad-h, .md-no-pad-r {
		padding-right: 0!important
	}
	.md-no-pad-h, .md-no-pad-l {
		padding-left: 0!important
	}
	.col_md_1 {
		width: 8.3333%
	}
	.col_md_2 {
		width: 16.6667%
	}
	.col_md_3 {
		width: 25%
	}
	.col_md_4 {
		width: 33.3333%
	}
	.col_md_5 {
		width: 41.6667%
	}
	.col_md_6 {
		width: 50%
	}
	.col_md_7 {
		width: 58.3333%
	}
	.col_md_8 {
		width: 66.6667%
	}
	.col_md_9 {
		width: 75%
	}
	.col_md_10 {
		width: 83.3333%
	}
	.col_md_11 {
		width: 91.6667%
	}
	.col_md_12 {
		width: 100%
	}
	.col_md_auto {
		width: auto
	}
	.offl_md_1 {
		margin-left: 8.3333%
	}
	.offl_md_2 {
		margin-left: 16.6667%
	}
	.offl_md_3 {
		margin-left: 25%
	}
	.offl_md_4 {
		margin-left: 33.3333%
	}
	.offl_md_5 {
		margin-left: 41.6667%
	}
	.offl_md_6 {
		margin-left: 50%
	}
	.offl_md_7 {
		margin-left: 58.3333%
	}
	.offl_md_8 {
		margin-left: 66.6667%
	}
	.offl_md_9 {
		margin-left: 75%
	}
	.offl_md_10 {
		margin-left: 83.3333%
	}
	.offl_md_11 {
		margin-left: 91.6667%
	}
	.offl_md_12 {
		margin-left: 100%
	}
	.offr_md_1 {
		margin-right: 8.3333%
	}
	.offr_md_2 {
		margin-right: 16.6667%
	}
	.offr_md_3 {
		margin-right: 25%
	}
	.offr_md_4 {
		margin-right: 33.3333%
	}
	.offr_md_5 {
		margin-right: 41.6667%
	}
	.offr_md_6 {
		margin-right: 50%
	}
	.offr_md_7 {
		margin-right: 58.3333%
	}
	.offr_md_8 {
		margin-right: 66.6667%
	}
	.offr_md_9 {
		margin-right: 75%
	}
	.offr_md_10 {
		margin-right: 83.3333%
	}
	.offr_md_11 {
		margin-right: 91.6667%
	}
	.offr_md_12 {
		margin-right: 100%
	}
	.col_md_1_5 {
		width: 20%
	}
	.col_md_2_5 {
		width: 40%
	}
	.col_md_3_5 {
		width: 60%
	}
	.col_md_4_5 {
		width: 80%
	}
	.col_md_5_5 {
		width: 100%
	}
	.offl_md_1_5 {
		margin-left: 20%
	}
	.offl_md_2_5 {
		margin-left: 40%
	}
	.offl_md_3_5 {
		margin-left: 60%
	}
	.offl_md_4_5 {
		margin-left: 80%
	}
	.offl_md_5_5 {
		margin-left: 100%
	}
	.offr_md_1_5 {
		margin-right: 20%
	}
	.offr_md_2_5 {
		margin-right: 40%
	}
	.offr_md_3_5 {
		margin-right: 60%
	}
	.offr_md_4_5 {
		margin-right: 80%
	}
	.offr_md_5_5 {
		margin-right: 100%
	}
	.md-no-pad-t {
		padding-top: 0!important
	}
	.md-no-pad-b {
		padding-bottom: 0!important
	}
	.md-re-pad-h, .md-re-pad-r {
		padding-right: 10px!important
	}
	.md-re-pad-h, .md-re-pad-l {
		padding-left: 10px!important
	}
	.md-re-pad-t {
		padding-top: 10px!important
	}
	.md-re-pad-b {
		padding-bottom: 10px!important
	}
	.md_flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.md_flex .md_flex_order_first {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.md_flex .md_flex_order_second {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.md_flex .md_flex_order_third {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.md_show_inline {
		display: inline!important
	}
	.md_show_inline_block {
		display: inline-block!important
	}
	.md_show_block {
		display: block!important
	}
	.md_hide {
		display: none!important
	}
	.logo {
		padding: 0
	}
	.lang-change .lang.pt, .lang-change.en .lang.en {
		color: #FFF;
	}
	body.page.home .lang-change:after, body.page.home .main-menu a:after {
		background: #32b6c8;
	}
	#page_header_fixed .lang-change:after, #page_header_fixed .main-menu a:after {
		background: #fff;
	}
	#page_header_fixed .main-menu a:hover {
		color: #FFF;
	}
	header#page_header {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100px;
		line-height: 100px;
		background: 0 0
	}
	header#page_header_fixed {
		position: fixed;
		z-index: 10;
		width: 100%;
		height: 90px;
		line-height: 90px;
		overflow: hidden;
		background: #32b6c8;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
		-webkit-transition: -webkit-transform .2s ease-in;
		-moz-transition: -moz-transform .2s ease-in;
		-o-transition: -o-transform .2s ease-in;
		transition: -ms-transform .2s ease-in;
		transition: transform .2s ease-in, background-color .3s ease-in-out;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	header#page_header_fixed.in {
		-webkit-transition: -webkit-transform .6s ease-out;
		-moz-transition: -moz-transform .6s ease-out;
		-o-transition: transform .6s ease-out;
		transition: -ms-transform .6s ease-out;
		transition: transform .6s ease-out, background-color .3s ease-in-out;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	header#page_header_fixed .middle {
		float: right;
		white-space: nowrap
	}
	footer#page_footer #phone_number_mobile {
		margin-top: 11px
	}
	header#page_header_fixed .sn-counter+.sn-counter {
		margin-left: 9px
	}
	header#page_header_fixed .sn-counter .count {
		opacity: .6
	}
	#main_slider .css-slider {
		top: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		right: 0;
		width: auto
	}
	#main_slider .css-slider .cs-slides .cs-slide:after {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0) 90%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .4)), color-stop(50%, rgba(0, 0, 0, .1)), color-stop(90%, rgba(0, 0, 0, 0)));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0) 90%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0) 90%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0) 90%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, 0) 90%);
		content: "";
		position: absolute;
		z-index: 4;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 50%
	}
	/*
	#main_slider:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -100%;
		right: 50%;
		background: rgba(50, 182, 200, 1);
		z-index: 1;
		-webkit-transform-origin: 100% 50%;
		-moz-transform-origin: 100% 50%;
		-ms-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: skewX(-13deg);
		-moz-transform: skewX(-13deg);
		-ms-transform: skewX(-13deg);
		transform: skewX(-13deg)
	}
	#main_slider.inset-8:after {
		bottom: 8px
	}
	#main_slider.inset-50:after {
		bottom: 50px
	}
	*/
	#main_slider_overlay .claim_wrapper {
		top: 50%;
		left: 5%;
		right: 50%;
		height: 204px;
		margin-left: 20px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	#main_slider_overlay .main_claim {
		text-align: left;
		font-size: 47px;
		line-height: 48px;
	}
	#main_slider_overlay .cs-draggable {
		left: 0;
		margin-top: 0;
		margin-left: 0
	}
	#main_slider_overlay .cs-controls {
		left: 0;
		bottom: 40px;
		margin-left: 0;
		width: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
	#main_slider_overlay .cs-actions {
		top: 50%;
		margin-top: -6.75vh;
		left: 50%;
		margin-left: -3.75vh
	}
	/*#main_slider_overlay .cs-actions .button {
		width: 196px;
		height: 46px;
		border-radius: 23px;
		line-height: 26px;
		padding: 10px 20px
	}*/
	#main_slider_overlay .cs-actions .button:nth-child(2) {
		left: -16px;
	}
	#main_slider_overlay .cs-actions .button .svg-arrow-detail, #main_slider_overlay .cs-actions .button .svg-list {
		width: 16px
	}
	#main_slider_overlay .cs-actions .button:hover {
		border-color: #fff
	}
	#main_slider_overlay .button.services {
		width: auto;
		bottom: 40px;
		left: 20px;
		right: auto;
		margin: 0;
		background: none;
		box-shadow: none;
		padding: 0;
	}
	#main_slider_overlay .button.services:hover span.rotate-90 {
		background-color: #fff;
	}
	#main_slider_overlay .button.services:hover span {
		color: #fff;
	}
	#main_slider_overlay .button.services span.rotate-90 {
		display: inline-block;
		margin: 0;
		padding: 7px 0 0 0;
		background: rgba(50, 182, 200, .9);
		box-shadow: 10px 0px 12px rgba(0, 0, 0, 0.4);
		z-index: 4;
		width: 36px;
		height: 36px;
		border-radius: 20px;
		float: left;
	}
	#main_slider_overlay .button.services span.txt {
		text-align: left;
		margin: 4px 0 0 8px;
	}
	#main_slider_overlay .button.services span.txt span {
		line-height: 15px;
	}
	#main_slider_overlay .button.services span.txt span.main {
		display: block;
		font-family: myfontbold, Helvetica, sans-serif;
		font-size: 15px;
	}
	#main_slider_overlay .button.services span.txt span.sub {
		display: block;
		font-family: myfont, Helvetica, sans-serif;
		font-size: 13px;
	}
	#services h2 {
		font-size: 29px;
		line-height: 29px
	}
	#services .description {
		font-size: 14px;
		line-height: 14px
	}
	h2.chapter-subtitle {
		font-size: 16px;
		line-height: 19px;
	}
	p.chapter-description, p.chapter-list-title, ul.chapter-list h3 {
		font-size: 14px;
		line-height: 19px;
		margin-top: 40px;
	}
	p.chapter-description {
		font-size: 13px;
		line-height: 17px;
	}
	#chapter_i, #chapter_ii, #chapter_iii {
		padding-top: 60px;
		padding-bottom: 60px
	}
	#chapter_i .row [class*=col_md_],
	#chapter_ii .row [class*=col_md_],
	#chapter_iii .row [class*=col_md_] {
		padding: 0 50px;
	}
	#chapter_i .cs-draggable, #chapter_iii .cs-draggable {
		right: 41.6667%;
	}
	#chapter_ii .cs-draggable {
		right: 0;
		left: 41.6667%
	}
	#chapter_i_slider, #chapter_ii_slider, #chapter_iii_slider {
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		right: 41.6667%;
		left: 0;
	}
	#chapter_i_slider.animate-in, #chapter_ii_slider.animate-in, #chapter_iii_slider.animate-in {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	#chapter_i_slider .css-slider, #chapter_ii_slider .css-slider, #chapter_iii_slider .css-slider {
		padding: 0
	}
	#chapter_ii_slider {
		left: 41.6667%;
		right: 0;
	}
	#chapter_i>.inner .cs-label, #chapter_ii>.inner .cs-label, #chapter_iii>.inner .cs-label {
		position: absolute;
		width: 100%;
		padding: 0 8% 0 10%;
		bottom: 66px;
		margin-bottom: 50px;
		text-align: right;
		z-index: 1;
		color: #fff;
		font: 15px/15px myfontbold, Helvetica, sans-serif
	}
	#chapter_i .cs-controls, #chapter_ii .cs-controls, #chapter_iii .cs-controls {
		bottom: 50px;
		width: initial
	}
	#chapter_i .cs-actions, #chapter_ii .cs-actions, #chapter_iii .cs-actions {
		bottom: 100px;
		left: 0;
		right: 41.6667%;
		text-align: center;
	}
	#chapter_ii .cs-actions {
		left: 41.6667%;
		right: 0;
	}
	#chapter_i .cs-controls, #chapter_iii .cs-controls {
		right: 41.6667%;
		left: 0;
		padding-left: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
	#chapter_ii .cs-controls {
		margin-left: 0;
		right: auto;
		left: 58.3333%;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
	#chapter_ii_slider .cs-label {
		left: 20px;
		right: auto;
		text-align: left
	}
	.main-menu .table-cell {
		padding: 0 1.5vw
	}
	#talk_to_us .txt, #talk_to_us strong {
		font-size: 32px;
		line-height: 36px
	}
	#projects .project .inner {
		position: relative;
		overflow: hidden;
		height: 100%;
		z-index: 1;
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: transform .2s ease-out;
		-moz-transition: transform .2s ease-out;
		-o-transition: transform .2s ease-out;
		transition: transform .2s ease-out
	}
	#projects .project .inner .services {
		opacity: 0;
		position: relative;
		top: -20px;
		-webkit-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-moz-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-o-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		transition: opacity .2s ease-out .2s, top .2s ease-out .2s
	}
	#projects .project .inner .subtitle, #projects .project .inner .title {
		top: -30px;
		transition: opacity .2s ease-out .2s, top .2s ease-out .2s
	}
	#projects .project .inner .buttons, #projects .project .inner .subtitle, #projects .project .inner .title {
		opacity: 0;
		position: relative;
		-webkit-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-moz-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-o-transition: opacity .2s ease-out .2s, top .2s ease-out .2s
	}
	#projects .project .inner .buttons {
		display: block;
		top: -40px;
		transition: opacity .2s ease-out .2s, top .2s ease-out .2s
	}
	#projects .project .inner .bg {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		transform-origin: 0 100%;
		-webkit-transform: skewY(-6deg);
		-moz-transform: skewY(-6deg);
		-ms-transform: skewY(-6deg);
		transform: skewY(-6deg)
	}
	#projects .project .inner .middle {
		display: inline-block;
		vertical-align: middle;
		line-height: initial;
		text-align: center;
		width: 100%
	}
	#projects .project .inner .services {
		display: block;
		text-align: center;
		margin-bottom: 30px
	}
	#projects .project .inner .services .icon-small, #projects .project .inner .services .icon-small .svg-circle, #projects .project .inner .services .icon-small .svg-square, #projects .project .inner .services .icon-small .svg-triangle-med {
		display: inline-block;
		height: 12px;
		width: 12px
	}
	#projects .project .inner .services .icon-small+.icon-small {
		margin-left: 4px
	}
	#projects .project .inner .services .icon-small .svg-triangle-med, #projects .project .inner .services .icon-small.triangle {
		width: 13.86px
	}
	#projects .project .inner .title {
		display: block;
		font: 26px/26px myfontbold, Helvetica, sans-serif;
		text-transform: uppercase;
		margin: 0 auto 20px;
		max-width: 460px
	}
	#projects .project .inner .subtitle {
		display: block;
		font-size: 16px;
		line-height: 18px;
		margin: 0 auto 40px;
		max-width: 460px
	}
	#projects .project:hover .inner {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	#projects .project:hover .inner .buttons, #projects .project:hover .inner .services, #projects .project:hover .inner .subtitle, #projects .project:hover .inner .title {
		opacity: 1;
		top: 0
	}
	#projects_detail .img-pd-intro {
		height: 66.5vh
	}
	#projects_detail .preface .txt-label {
		font-size: 18px;
		line-height: 22px
	}
	#projects_detail .preface .txt-value {
		font-size: 34px;
		line-height: 38px
	}
	#projects_detail .preface hr {
		margin: 50px auto
	}
	#projects_detail .social .txt-value a+a {
		margin-left: 16px
	}
	#projects_detail .img-module+.img-module, #projects_detail .img-module:first-of-type {
		margin-top: 70px
	}
	#projects_detail .img-module:last-of-type {
		margin-bottom: 70px
	}
	#projects_detail .img-pd-double picture {
		height: auto
	}
	#projects_detail .img-pd-double picture+picture {
		margin-top: 0
	}
	#projects_detail .img-pd-slider {
		height: 100vh;
		padding-bottom: 90px;
		margin-bottom: -90px
	}
	#projects_detail .img-pd-slider .cs-next, #projects_detail .img-pd-slider .cs-prev {
		width: 60px;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		background: 0 0
	}
	#projects_detail .img-pd-slider .cs-prev {
		left: 25px
	}
	#projects_detail .img-pd-slider .cs-next {
		right: 25px
	}
	#projects_detail .img-pd-slider .cs-next:before, #projects_detail .img-pd-slider .cs-prev:before {
		content: "";
		background: #fff;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: -webkit-transform .5s ease-out;
		-moz-transition: -moz-transform .5s ease-out;
		-o-transition: transform .5s ease-out;
		transition: -ms-transform .5s ease-out;
		transition: transform .5s ease-out
	}
	#projects_detail .img-pd-slider .cs-next svg, #projects_detail .img-pd-slider .cs-prev svg {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		width: 12px;
		height: 24px;
		margin-left: 2px;
		clip: rect(0, 12px, 24px, 0);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	#projects_detail .img-pd-slider .cs-next:hover:before, #projects_detail .img-pd-slider .cs-prev:hover:before {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	#projects_other_projects {
		padding: 70px 0
	}
	#projects_other_projects h2 {
		font: 30px/30px myfont, Helvetica, sans-serif;
		color: #333;
		text-align: center;
		margin-bottom: 30px
	}
	#projects_other_projects .project-mosaic {
		max-height: 295px;
		height: 295px;
		height: calc(25vw - 10px);
		height: calc((100vw - 55px)/ 4)
	}
	#projects_other_projects .project-mosaic a {
		position: relative;
		overflow: hidden;
		height: 100%
	}
	#projects_other_projects .project-mosaic a picture {
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 0
	}
	#projects_other_projects .project-mosaic a .inner {
		display: block;
		position: relative;
		overflow: hidden;
		height: 100%;
		line-height: 295px;
		line-height: calc(25vw - 10px);
		line-height: calc((100vw - 55px)/ 4);
		z-index: 1;
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		transform-origin: 50% 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: transform .2s ease-out;
		-moz-transition: transform .2s ease-out;
		-o-transition: transform .2s ease-out;
		transition: transform .2s ease-out
	}
	#projects_other_projects .project-mosaic a .inner .services {
		display: block;
		opacity: 0;
		position: relative;
		top: -20px;
		-webkit-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-moz-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-o-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		text-align: center;
		margin-bottom: 15px
	}
	#projects_other_projects .project-mosaic a .inner .title {
		color: #fff;
		top: -30px;
		transition: opacity .2s ease-out .2s, top .2s ease-out .2s
	}
	#projects_other_projects .project-mosaic a .inner .buttons, #projects_other_projects .project-mosaic a .inner .title {
		display: block;
		opacity: 0;
		position: relative;
		-webkit-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-moz-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
		-o-transition: opacity .2s ease-out .2s, top .2s ease-out .2s
	}
	#projects_other_projects .project-mosaic a .inner .buttons {
		top: -40px;
		transition: opacity .2s ease-out .2s, top .2s ease-out .2s
	}
	#projects_other_projects .project-mosaic a .inner .bg {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		transform-origin: 0 100%;
		-webkit-transform: skewY(-6deg);
		-moz-transform: skewY(-6deg);
		-ms-transform: skewY(-6deg);
		transform: skewY(-6deg)
	}
	#projects_other_projects .project-mosaic a .inner .middle {
		display: inline-block;
		vertical-align: middle;
		line-height: initial;
		text-align: center;
		width: 100%
	}
	#projects_other_projects .project-mosaic a .inner .services .icon-small, #projects_other_projects .project-mosaic a .inner .services .icon-small .svg-circle, #projects_other_projects .project-mosaic a .inner .services .icon-small .svg-square, #projects_other_projects .project-mosaic a .inner .services .icon-small .svg-triangle-med {
		display: inline-block;
		height: 12px;
		width: 12px
	}
	#projects_other_projects .project-mosaic a .inner .services .icon-small+.icon-small {
		margin-left: 4px
	}
	#projects_other_projects .project-mosaic a .inner .services .icon-small .svg-triangle-med, #projects_other_projects .project-mosaic a .inner .services .icon-small.triangle {
		width: 13.86px
	}
	#projects_other_projects .project-mosaic a .inner .title {
		font: 18px/20px myfontbold, Helvetica, sans-serif;
		text-transform: uppercase;
		margin: 0 20px 20px
	}
	#projects_other_projects .project-mosaic a:hover .inner {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	#projects_other_projects .project-mosaic a:hover .inner .buttons, #projects_other_projects .project-mosaic a:hover .inner .services, #projects_other_projects .project-mosaic a:hover .inner .title {
		opacity: 1;
		top: 0
	}
	#projects_other_projects .project-after-words .middle .title {
		font-size: 23px;
		line-height: 27px
	}
	#projects_other_projects .view-all {
		margin-top: 20px;
		color: #333;
		width: 100%
	}
	#projects_other_projects .view-all svg {
		fill: #333;
		height: 16px;
		width: 16px;
		margin: 1px 0 0
	}
	#projects_other_projects .view-all:hover {
		background: #333;
		color: #fff
	}
	#projects_other_projects .view-all:hover svg {
		fill: #fff
	}
	#gtku_teaser .css-slider {
		height: 43.8333vw
	}
	#gtku_teaser .css-slider .cs-controls {
		bottom: 60px
	}
	#gtku_teaser .css-slider .cs-next, #gtku_teaser .css-slider .cs-prev {
		width: 60px;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		background: 0 0
	}
	#gtku_teaser .css-slider .cs-prev {
		left: 25px
	}
	#gtku_teaser .css-slider .cs-next {
		right: 25px
	}
	#gtku_teaser .css-slider .cs-next:before, #gtku_teaser .css-slider .cs-prev:before {
		content: "";
		background: #fff;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: -webkit-transform .5s ease-out;
		-moz-transition: -moz-transform .5s ease-out;
		-o-transition: transform .5s ease-out;
		transition: -ms-transform .5s ease-out;
		transition: transform .5s ease-out
	}
	#gtku_teaser .css-slider .cs-next svg, #gtku_teaser .css-slider .cs-prev svg {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		width: 12px;
		height: 24px;
		margin-left: 2px;
		clip: rect(0, 12px, 24px, 0);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	#gtku_teaser .css-slider .cs-next:hover:before, #gtku_teaser .css-slider .cs-prev:hover:before {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2)
	}
	#gtku_teaser p.gtku-title {
		font-size: 28.9px;
		line-height: 32.9px
	}
	#gtku_teaser p.gtku-subtitle {
		font-size: 15px;
		line-height: 20px;
		margin-top: 20px
	}
	.gtku-story-second {
		margin-top: 60px
	}
	#gtku_team {
		position: relative;
		color: #333
	}
	#gtku_team>.inner {
		max-width: 1280px
	}
	#gtku_team .portrait img {
		display: block;
		width: 100%;
		border-radius: 50%
	}
	#gtku_team .name {
		text-align: center;
		font: 23px/27px myfont, Helvetica, sans-serif
	}
	#gtku_team .job {
		text-align: center;
		font: 17px/21px myfont, Helvetica, sans-serif;
		color: #b3b3b3
	}
	#gtku_team .story {
		margin-top: 60px;
		font: 15px/19px myfont, Helvetica, sans-serif;
		position: relative
	}
	#gtku_team .story:before {
		content: "";
		display: block;
		position: absolute;
		width: 34px;
		height: 1px;
		background: #32b6c8;
		top: -30px;
		left: 50%;
		margin-left: -17px
	}
	#gtku_team .areas {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 40px
	}
	#gtku_geography {
		margin-top: 0;
		padding-bottom: 90px
	}
	#gtku_geography>p {
		font: 33px/37px myfontlight, Helvetica, sans-serif;
		padding: 40px 4.744%;
		text-align: center;
		color: #333
	}
	#gtku_geography .flags p.title {
		font: 18px/22px myfont, Helvetica, sans-serif;
		margin-top: 20px;
		text-align: center;
		color: #333
	}
	#gtku_geography .flags p.subtitle {
		font: 14px/18px myfont, Helvetica, sans-serif;
		text-align: center;
		color: #b3b3b3
	}
	#not_found {
		background: url(../img/random_geometry_bg.svg) center top #32b6c8;
		color: #fff;
		line-height: 100%;
		text-align: center;
		padding-top: 100px;
		height: 100vh!important
	}
	#not_found .middle {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	#not_found .middle picture.not-found {
		width: 632px;
		margin: auto
	}
	#not_found .middle picture.not-found img {
		max-width: 100%
	}
	#not_found .middle .title {
		margin-top: 80px;
		font: 40px/44px myfontlight, Helvetica, sans-serif;
		text-align: left
	}
	#not_found .middle .subtitle {
		margin: 26px 0 30px;
		font-size: 22px;
		line-height: 26px;
		text-align: left
	}
	#not_found .middle a.button {
		width: 100%;
		margin-bottom: 0
	}
	#talk_to_us_form .col_xs_12, #talk_to_us_form .col_xs_12>.col_xs_12 {
		margin-top: 0
	}
}
@media(min-width:1200px) {
	.row {
		display: block;
		padding: 0 10px
	}
	.row [class*=col_lg_] {
		float: left;
		padding: 0 10px
	}
	.lg-no-pad-h, .lg-no-pad-r {
		padding-right: 0!important
	}
	.lg-no-pad-h, .lg-no-pad-l {
		padding-left: 0!important
	}
	.col_lg_1 {
		width: 8.3333%
	}
	.col_lg_2 {
		width: 16.6667%
	}
	.col_lg_3 {
		width: 25%
	}
	.col_lg_4 {
		width: 33.3333%
	}
	.col_lg_5 {
		width: 41.6667%
	}
	.col_lg_6 {
		width: 50%
	}
	.col_lg_7 {
		width: 58.3333%
	}
	.col_lg_8 {
		width: 66.6667%
	}
	.col_lg_9 {
		width: 75%
	}
	.col_lg_10 {
		width: 83.3333%
	}
	.col_lg_11 {
		width: 91.6667%
	}
	.col_lg_12 {
		width: 100%
	}
	.col_lg_auto {
		width: auto
	}
	.offl_lg_1 {
		margin-left: 8.3333%
	}
	.offl_lg_2 {
		margin-left: 16.6667%
	}
	.offl_lg_3 {
		margin-left: 25%
	}
	.offl_lg_4 {
		margin-left: 33.3333%
	}
	.offl_lg_5 {
		margin-left: 41.6667%
	}
	.offl_lg_6 {
		margin-left: 50%
	}
	.offl_lg_7 {
		margin-left: 58.3333%
	}
	.offl_lg_8 {
		margin-left: 66.6667%
	}
	.offl_lg_9 {
		margin-left: 75%
	}
	.offl_lg_10 {
		margin-left: 83.3333%
	}
	.offl_lg_11 {
		margin-left: 91.6667%
	}
	.offl_lg_12 {
		margin-left: 100%
	}
	.offr_lg_1 {
		margin-right: 8.3333%
	}
	.offr_lg_2 {
		margin-right: 16.6667%
	}
	.offr_lg_3 {
		margin-right: 25%
	}
	.offr_lg_4 {
		margin-right: 33.3333%
	}
	.offr_lg_5 {
		margin-right: 41.6667%
	}
	.offr_lg_6 {
		margin-right: 50%
	}
	.offr_lg_7 {
		margin-right: 58.3333%
	}
	.offr_lg_8 {
		margin-right: 66.6667%
	}
	.offr_lg_9 {
		margin-right: 75%
	}
	.offr_lg_10 {
		margin-right: 83.3333%
	}
	.offr_lg_11 {
		margin-right: 91.6667%
	}
	.offr_lg_12 {
		margin-right: 100%
	}
	.col_lg_1_5 {
		width: 20%
	}
	.col_lg_2_5 {
		width: 40%
	}
	.col_lg_3_5 {
		width: 60%
	}
	.col_lg_4_5 {
		width: 80%
	}
	.col_lg_5_5 {
		width: 100%
	}
	.offl_lg_1_5 {
		margin-left: 20%
	}
	.offl_lg_2_5 {
		margin-left: 40%
	}
	.offl_lg_3_5 {
		margin-left: 60%
	}
	.offl_lg_4_5 {
		margin-left: 80%
	}
	.offl_lg_5_5 {
		margin-left: 100%
	}
	.offr_lg_1_5 {
		margin-right: 20%
	}
	.offr_lg_2_5 {
		margin-right: 40%
	}
	.offr_lg_3_5 {
		margin-right: 60%
	}
	.offr_lg_4_5 {
		margin-right: 80%
	}
	.offr_lg_5_5 {
		margin-right: 100%
	}
	.lg-no-pad-t {
		padding-top: 0!important
	}
	.lg-no-pad-b {
		padding-bottom: 0!important
	}
	.lg-re-pad-h, .lg-re-pad-r {
		padding-right: 10px!important
	}
	.lg-re-pad-h, .lg-re-pad-l {
		padding-left: 10px!important
	}
	.lg-re-pad-t {
		padding-top: 10px!important
	}
	.lg-re-pad-b {
		padding-bottom: 10px!important
	}
	.lg_flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.lg_flex .lg_flex_order_first {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.lg_flex .lg_flex_order_second {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.lg_flex .lg_flex_order_third {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.lg_show_inline {
		display: inline!important
	}
	.lg_show_inline_block {
		display: inline-block!important
	}
	.lg_show_block {
		display: block!important
	}
	.lg_hide {
		display: none!important
	}
	#main_slider_overlay .claim_wrapper {
		height: 244px
	}
	#main_slider_overlay .main_claim {
		font-size: 60px;
		line-height: 60px
	}
	#main_slider_overlay .cs-actions .button {
		width: 330px;
		height: 62px;
		border-radius: 40px;
		line-height: 62px;
		font-size: 18px;
		margin-top: 4px;
	}
	#main_slider_overlay .cs-actions .button:nth-child(2) {
		width: 286px;
		height: 46px;
		border-radius: 25px;
		line-height: 46px;
		left: -22px;
		font-size: 14px;
		margin-top: 12px;
		top: 4px;
	}
	header#page_header_fixed .col_md_1 {
		width: 8.3333%
	}
	header#page_header_fixed .col_md_6 {
		width: 50%
	}
	.main-menu .table-cell {
		padding: 0 1.8vw
	}
	#gtku_teaser .css-slider .cs-controls {
		bottom: 70px
	}
	#talk_to_us .txt, #talk_to_us strong {
		font-size: 27px;
		line-height: 31px
	}
}
@media(min-width:1360px) {
	.row {
		display: block;
		padding: 0 10px
	}
	.row [class*=col_hd_] {
		float: left;
		padding: 0 10px
	}
	.hd-no-pad-h, .hd-no-pad-r {
		padding-right: 0!important
	}
	.hd-no-pad-h, .hd-no-pad-l {
		padding-left: 0!important
	}
	.col_hd_1 {
		width: 8.3333%
	}
	.col_hd_2 {
		width: 16.6667%
	}
	.col_hd_3 {
		width: 25%
	}
	.col_hd_4 {
		width: 33.3333%
	}
	.col_hd_5 {
		width: 41.6667%
	}
	.col_hd_6 {
		width: 50%
	}
	.col_hd_7 {
		width: 58.3333%
	}
	.col_hd_8 {
		width: 66.6667%
	}
	.col_hd_9 {
		width: 75%
	}
	.col_hd_10 {
		width: 83.3333%
	}
	.col_hd_11 {
		width: 91.6667%
	}
	.col_hd_12 {
		width: 100%
	}
	.col_hd_auto {
		width: auto
	}
	.offl_hd_1 {
		margin-left: 8.3333%
	}
	.offl_hd_2 {
		margin-left: 16.6667%
	}
	.offl_hd_3 {
		margin-left: 25%
	}
	.offl_hd_4 {
		margin-left: 33.3333%
	}
	.offl_hd_5 {
		margin-left: 41.6667%
	}
	.offl_hd_6 {
		margin-left: 50%
	}
	.offl_hd_7 {
		margin-left: 58.3333%
	}
	.offl_hd_8 {
		margin-left: 66.6667%
	}
	.offl_hd_9 {
		margin-left: 75%
	}
	.offl_hd_10 {
		margin-left: 83.3333%
	}
	.offl_hd_11 {
		margin-left: 91.6667%
	}
	.offl_hd_12 {
		margin-left: 100%
	}
	.offr_hd_1 {
		margin-right: 8.3333%
	}
	.offr_hd_2 {
		margin-right: 16.6667%
	}
	.offr_hd_3 {
		margin-right: 25%
	}
	.offr_hd_4 {
		margin-right: 33.3333%
	}
	.offr_hd_5 {
		margin-right: 41.6667%
	}
	.offr_hd_6 {
		margin-right: 50%
	}
	.offr_hd_7 {
		margin-right: 58.3333%
	}
	.offr_hd_8 {
		margin-right: 66.6667%
	}
	.offr_hd_9 {
		margin-right: 75%
	}
	.offr_hd_10 {
		margin-right: 83.3333%
	}
	.offr_hd_11 {
		margin-right: 91.6667%
	}
	.offr_hd_12 {
		margin-right: 100%
	}
	.col_hd_1_5 {
		width: 20%
	}
	.col_hd_2_5 {
		width: 40%
	}
	.col_hd_3_5 {
		width: 60%
	}
	.col_hd_4_5 {
		width: 80%
	}
	.col_hd_5_5 {
		width: 100%
	}
	.offl_hd_1_5 {
		margin-left: 20%
	}
	.offl_hd_2_5 {
		margin-left: 40%
	}
	.offl_hd_3_5 {
		margin-left: 60%
	}
	.offl_hd_4_5 {
		margin-left: 80%
	}
	.offl_hd_5_5 {
		margin-left: 100%
	}
	.offr_hd_1_5 {
		margin-right: 20%
	}
	.offr_hd_2_5 {
		margin-right: 40%
	}
	.offr_hd_3_5 {
		margin-right: 60%
	}
	.offr_hd_4_5 {
		margin-right: 80%
	}
	.offr_hd_5_5 {
		margin-right: 100%
	}
	.hd-no-pad-t {
		padding-top: 0!important
	}
	.hd-no-pad-b {
		padding-bottom: 0!important
	}
	.hd-re-pad-h, .hd-re-pad-r {
		padding-right: 10px!important
	}
	.hd-re-pad-h, .hd-re-pad-l {
		padding-left: 10px!important
	}
	.hd-re-pad-t {
		padding-top: 10px!important
	}
	.hd-re-pad-b {
		padding-bottom: 10px!important
	}
	.hd_flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
	.hd_flex .hd_flex_order_first {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.hd_flex .hd_flex_order_second {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.hd_flex .hd_flex_order_third {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.hd_show_inline {
		display: inline!important
	}
	.hd_show_inline_block {
		display: inline-block!important
	}
	.hd_show_block {
		display: block!important
	}
	.hd_hide {
		display: none!important
	}
	.inner {
		max-width: 1420px
	}
	p.chapter-description, p.chapter-list-title, ul.chapter-list h3 {
		font-size: 15px;
		line-height: 20px
	}
	#chapter_i, #chapter_ii, #chapter_iii {
		min-height: 90vh;
		min-height: calc(100vh - 100px)
	}
	#projects_other_projects .project-mosaic {
		max-height: none;
		height: 330px
	}
	#projects_detail .project-after-words, #projects_other_projects .project-mosaic a .inner {
		line-height: 330px
	}
	#gtku_teaser .css-slider {
		height: 43.7917vw
	}
	#gtku_teaser .css-slider .cs-controls {
		bottom: 80px
	}
	footer#page_footer #lets_talk {
		padding: 0 40px
	}
	footer#page_footer a:hover #lets_talk {
		padding: 0 70px 0 40px
	}
	footer#page_footer #lets_talk span.txt {
		font-size: 16px;
		line-height: 20px
	}
}
@media(min-width:1441px) {
	#main_slider_overlay .main_claim {
		font-size: 66px;
		line-height: 66px
	}
	#main_slider_overlay .cs-actions .button {
		height: 66px;
		line-height: 66px;
	}
	#main_slider_overlay .cs-actions .button:nth-child(2) {
		height: 50px;
		line-height: 50px;
	}
}
