@charset "UTF-8";

body,html{
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	background:#f4f4f4;
	width: 100% !important;

}



img,
legend {
	border: 0
}

pre,
textarea {
	overflow: auto
}

.button,
button,
select {
	text-transform: none
}

.container,
.o-container,
figure,
img,
sub,
sup {
	position: relative
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 75%, 0);
		transform: translate3d(0, 75%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 75%, 0);
		transform: translate3d(0, 75%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUpHuge {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpHuge {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUpTiny {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpTiny {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25%, 0);
		transform: translate3d(0, 25%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInLeftHuge {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-125%, 0, 0);
		transform: translate3d(-125%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftHuge {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-125%, 0, 0);
		transform: translate3d(-125%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(25%, 0, 0);
		transform: translate3d(25%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes slideUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes slideUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes slideUpHover {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
	25% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		opacity: 1
	}
	26% {
		opacity: 0
	}
	50% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		opacity: 0
	}
	51% {
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes slideUpHover {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
	25% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		opacity: 1
	}
	26% {
		opacity: 0
	}
	50% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		opacity: 0
	}
	51% {
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@-webkit-keyframes slideUpOut {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
	25% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		opacity: 1
	}
	26% {
		opacity: 0
	}
	50% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		opacity: 0
	}
	51% {
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes slideUpOut {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
	25% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		opacity: 1
	}
	26% {
		opacity: 0
	}
	50% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		opacity: 0
	}
	51% {
		opacity: 1
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@-webkit-keyframes bounceRight {
	0%,
	30%,
	50% {
		-webkit-transform: translateX(0) scaleX(1);
		transform: translateX(0) scaleX(1)
	}
	10% {
		-webkit-transform: translateX(-10px) scaleX(.85);
		transform: translateX(-10px) scaleX(.85)
	}
	20% {
		-webkit-transform: translateX(20px) scaleX(1);
		transform: translateX(20px) scaleX(1)
	}
	40% {
		-webkit-transform: translateX(15px) scaleX(.9);
		transform: translateX(15px) scaleX(.9)
	}
}

@keyframes bounceRight {
	0%,
	30%,
	50% {
		-webkit-transform: translateX(0) scaleX(1);
		transform: translateX(0) scaleX(1)
	}
	10% {
		-webkit-transform: translateX(-10px) scaleX(.85);
		transform: translateX(-10px) scaleX(.85)
	}
	20% {
		-webkit-transform: translateX(20px) scaleX(1);
		transform: translateX(20px) scaleX(1)
	}
	40% {
		-webkit-transform: translateX(15px) scaleX(.9);
		transform: translateX(15px) scaleX(.9)
	}
}

@-webkit-keyframes bounceLeft {
	0%,
	30%,
	50% {
		-webkit-transform: translateX(0) scaleX(1);
		transform: translateX(0) scaleX(1)
	}
	10% {
		-webkit-transform: translateX(10px) scaleX(.85);
		transform: translateX(10px) scaleX(.85)
	}
	20% {
		-webkit-transform: translateX(-20px) scaleX(1);
		transform: translateX(-20px) scaleX(1)
	}
	40% {
		-webkit-transform: translateX(-15px) scaleX(.9);
		transform: translateX(-15px) scaleX(.9)
	}
}

@keyframes bounceLeft {
	0%,
	30%,
	50% {
		-webkit-transform: translateX(0) scaleX(1);
		transform: translateX(0) scaleX(1)
	}
	10% {
		-webkit-transform: translateX(10px) scaleX(.85);
		transform: translateX(10px) scaleX(.85)
	}
	20% {
		-webkit-transform: translateX(-20px) scaleX(1);
		transform: translateX(-20px) scaleX(1)
	}
	40% {
		-webkit-transform: translateX(-15px) scaleX(.9);
		transform: translateX(-15px) scaleX(.9)
	}
}

@-webkit-keyframes moveUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes moveUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@-webkit-keyframes moveRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes moveRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes moveLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes moveLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body,
figure {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

ul {
	-webkit-padding-start: 0
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: 0;
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

.button,
audio,
button,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

.button,
button,
input,
select,
textarea {
	margin: 0;
	color: inherit;
	padding: 0;
	outline: 0
}

legend {
	padding: 0
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

*,
:after,
:before {
	box-sizing: inherit
}

input,
select,
textarea {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 0;
	font: inherit;
	line-height: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}

select::-ms-value {
	background: 0 0;
	color: inherit
}

textarea {
	resize: vertical
}

.button,
button {
	display: inline-block;
	overflow: visible;
	border: 0;
	background: 0 0;
	text-align: center;
	text-decoration: none;
	font: inherit;
	line-height: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.c-dropdown_item,
.c-footer_copy>*,
.c-last-news_content,
.c-last-news_title,
.c-news-list_title,
.c-page_quote,
.c-sidebar_labelmobile,
.c-sidebar_link,
.c-sidebar_sublink,
.o-title,
.t-expertise_value,
html,
p {

}

.button:hover,
button:hover {
	text-decoration: none
}

html {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.4;
	color: #222
}

body,
html {
	/*overflow-x: hidden*/
}

* {
	-webkit-overflow-scrolling: touch
}

.o-container,
.o-container_content {
	overflow: inherit;
}

::-moz-selection {
	background: #44d293;
	color: #252525;
	text-shadow: none
}

::selection {
	background: #44d293;
	color: #252525;
	text-shadow: none
}

hr {
	box-sizing: content-box;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc
}

img,
svg {
	max-width: 100%
}

figure,
img {
	z-index: 0
}

a {
	color: #1a0dab;
	text-decoration: none
}

p {
	font-size: 15px;
	line-height: 1.7;
	color: #a6a6a6
}

::-webkit-scrollbar {
	width: 5px;
	height:0px;
	background-color: #333
}

@media (max-width:999px) {
	::-webkit-scrollbar {
		width: 0
	}
}

::-webkit-scrollbar-thumb {
	background-color: #666
}

::-webkit-scrollbar-button {
	display: none
}

.js-wow {
	visibility: visible
}

.hidden,
.invisible {
	visibility: hidden
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin-top: 0
}

.h1,
h1 {
	font-size: 32px
}

.h2,
h2 {
	font-size: 24px
}

.h3,
h3 {
	font-size: 19px
}

.h4,
h4 {
	font-size: 16px
}

.h5,
h5 {
	font-size: 13px
}

.h6,
h6 {
	font-size: 11px
}

.container {
	max-width: none0;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	z-index: 10;
	min-height: 100vh
}

.o-container {
	width: calc(100vw - 0px);
	margin-left: 0px;
	min-height: calc(100vh - 300px)
}

@media (max-width:1366px) {
	.o-container {
		margin-left: 0px;
	}
}

.grid {
	margin-left: 0;
	letter-spacing: normal;
	font-size: 0
}

.grid_item {
	display: inline-block;
	padding-left: 0;
	width: 100%;
	vertical-align: top;
	font-size: 1rem
}

.o-checkbox-label,
.o-label,
.o-radio-label,
.s-form .gfield_label {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px;
	display: block
}

.o-checkbox-label::after,
.o-checkbox-label::before,
.o-input,
.o-radio-label::after,
.o-radio-label::before,
.o-select,
.o-textarea,
.s-form .gfield_select,
.s-form .ginput_container_email input,
.s-form .ginput_container_text input,
.s-form .ginput_container_textarea textarea {
	background-color: #e5cd8c;
	height: 40px;
	text-indent: 15px;
	outline: 0;
	width: 100%
}

.o-checkbox,
.o-radio {
	position: absolute;
	width: 0;
	opacity: 0
}

.o-checkbox:focus+.checkbox-label::before,
.o-radio:focus+.checkbox-label::before {
	border-color: gray
}

.o-checkbox:checked+.checkbox-label::after,
.o-radio:checked+.checkbox-label::after {
	opacity: 1
}

.o-checkbox-label,
.o-radio-label {
	position: relative;
	display: inline-block;
	margin-right: .5em;
	padding-left: 28px
}

.o-checkbox-label::after,
.o-checkbox-label::before,
.o-radio-label::after,
.o-radio-label::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	margin-top: -9px;
	padding: 0;
	width: 18px;
	height: 18px;
	content: ""
}

.o-checkbox-label::after,
.o-radio-label::after {
	border-color: transparent;
	background-color: transparent;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E);
	background-position: center;
	background-size: 13px;
	background-repeat: no-repeat;
	opacity: 0
}

.o-radio-label::after,
.o-radio-label::before {
	border-radius: 50%
}

.o-radio-label::after {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E);
	background-size: 8px
}

.o-select,
.s-form .gfield_select {
	position: relative;
	z-index: 1;
	padding-right: 40px
}

.o-select-wrap,
.s-form .ginput_container_select {
	position: relative
}

.o-select-wrap::after,
.s-form .ginput_container_select::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 40px;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E);
	background-position: center;
	background-size: 10px;
	background-repeat: no-repeat;
	content: "";
	pointer-events: none
}

.o-textarea,
.s-form .ginput_container_textarea textarea {
	resize: none;
	padding: 15px;
	min-height: 226px
}

.button {
	padding: 10px;
	background-color: #d3d3d3
}

.button:focus {
	background-color: #a9a9a9
}

.button:hover {
	background-color: gray
}

.button:active {
	background-color: #696969
}

.o-lines,
.o-lines_background {
	overflow: hidden;
	width: 101vw;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.o-lines {
	position: absolute;
	z-index: 6
}

.o-lines_background {
	position: fixed;
	z-index: 10;
	pointer-events: none
}

.o-lines-background_line,
.o-lines_line {
	height: 100vh;
	position: relative;
	display: inline-block;
	overflow: hidden
}

.o-lines-background_line {
	border-right: 1px solid rgba(0, 0, 0, .08);
	z-index: 0;
	width: 11.11vw
}

@media (max-width:1366px) {
	.o-lines-background_line {
		width: 16.66vw
	}
}

@media (max-width:999px) {
	.o-container {
		margin-left: 0
	}
	.o-lines-background_line {
		width: 33.33vw
	}
}

.o-lines_line {
	width: 11.11%;
	border-right: 1px solid transparent;
	z-index: 20;
	margin-left: -2px
}

.c-contact_line,
.c-mean_line {
	border-right: 1px solid rgba(0, 0, 0, .08)
}

@media (max-width:999px) {
	.o-lines_line {
		width: 33%
	}
}

.o-lines_line .line_overlay {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 103%
}

.o-title a:before,
.o-title span:before,
.o-title.-white:before {
	content: "";
	left: 5px;
	z-index: 5;
	bottom: 0
}

.c-news-list-header_title,
.c-sidebar_menu {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.o-title {
	font-size: 6.3em;
	font-weight: 700;
	display: inline-block;
	overflow: hidden;
	margin-left: -7px
}

@media (max-width:1366px) {
	.o-title {
		margin-left: 0
	}
}

@media (max-width:1599px) {
	.o-title {
		font-size: 4.5em
	}
}

.o-title.-white {
	color: #fff;
	position: relative
}

.o-title.-white:before {
	position: absolute;
	width: 100%;
	background-color: #fff;
	height: 8px
}

@media (max-width:1199px) {
	.o-title {
		font-size: 3em
	}
	.o-title.-white:before {
		height: 5px
	}
}

@media (max-width:999px) {
	.o-title {
		font-size: 40px
	}
	.o-title.-white:before {
		height: 3px
	}
}

.o-title a,
.o-title span {
	font-weight: 700;
	color: #44bc87;
	text-decoration: none;
	position: relative;
	display: block
}

.o-link,
.o-link:hover,
.o-subtitle,
.o-subtitle a {
	color: #252525
}

.o-title a:before,
.o-title span:before {
	position: absolute;
	width: calc(100% - 8px);
	background-color: #44bc87;
	height: 8px
}

@media (max-width:1199px) {
	.o-title a:before,
	.o-title span:before {
		height: 5px
	}
}

@media (max-width:999px) {
	.o-title a:before,
	.o-title span:before {
		height: 3px;
		left: 3px;
		width: calc(100%)
	}
}

.o-link:after,
.o-link:before,
.o-wysiwyg li:before {
	height: 2px;
	content: ""
}

.o-subtitle {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1
}

.o-link {
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	padding-bottom: 5px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: color .1s cubic-bezier(.25, .46, .45, .94);
	transition: color .1s cubic-bezier(.25, .46, .45, .94)
}

.o-link:after,
.o-link:before {
	position: absolute;
	bottom: 0;
	left: 0
}

.o-link:before {
	width: 100%;
	background-color: #44bc87
}

.o-link:after {
	width: 0;
	background-color: #252525;
	-webkit-transition: width .3s cubic-bezier(.455, .03, .515, .955);
	transition: width .3s cubic-bezier(.455, .03, .515, .955)
}

.o-link:hover:after {
	width: 100%;
	background-color: #252525
}


#CLARO .o-wysiwyg p{
	color:#222 !important;
}

.o-wysiwyg .qtext_para,
.o-wysiwyg p {
	color: #000;
	font-size: 18px;
	line-height: 1.7;
	opacity:0.7;
}

.o-wysiwyg blockquote {
	margin: 30px 0
}

.o-wysiwyg blockquote .qtext_para,
.o-wysiwyg blockquote p {
	color: #777;
	font-weight: 300
}

.o-wysiwyg blockquote b,
.o-wysiwyg blockquote strong {
	font-weight: 500
}

.o-wysiwyg b,
.o-wysiwyg strong {
	font-weight: 300
}

.o-wysiwyg h2,
.o-wysiwyg h2 b,
.o-wysiwyg h2 strong {
	font-size: 20px;
	font-weight: 700;
	margin: 60px 0 30px
}

.o-wysiwyg a,
.o-wysiwyg u {
	text-decoration: none
}

.o-wysiwyg a:after {
	content: ""
}

.o-wysiwyg ol,
.o-wysiwyg ul {
	list-style: none;
	margin-top: 30px;
	padding-left: 0
}

.o-wysiwyg li {
	color: #222;
	margin: 5px 0;
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	list-style: none;
	line-height: 1.7
}

.o-wysiwyg li:before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	background-color: #1EBF92;
}

.o-wysiwyg a {
	color: #11345B;
	padding-bottom: 0px;
	border-bottom:1px dotted #11345B;
	text-decoration: none;
}

.o-wysiwyg img {
}

.o-wysiwyg figure,
.o-wysiwyg img {
	z-index: 15
}

.o-wysiwyg .caption {
	margin-top: -15px;
	font-size: 12px
}

.o-wysiwyg .thumbnail {
	margin-bottom: 30px
}

.c-sidebar {
	position: fixed;
	display: inline-block;
	width: 11.12%;
	background-color: #fff;
	padding-top: 40px;
	height: 100vh;
	vertical-align: middle;
	z-index: 40
}

@media (max-width:1366px) {
	.c-sidebar {
		width: 16.6vw
	}
}

@media (max-width:999px) {
	.c-sidebar {
		padding-top: 0;
		width: 100%;
		height: 70px;
		background-color: #fff;
		z-index: 70
	}
}

.c-sidebar_logo {
	width: 85%;
	height: auto
}

.c-sidebar_logo a {
	width: 100%
}

@media (max-width:999px) {
	.c-sidebar_logo {
		display: inline-block;
		width: 70px;
		height: 71px;
		background-color: #44bc87;
		vertical-align: top
	}
}

.c-sidebar_menu {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%)
}

@media (max-width:999px) {
	.c-sidebar_menu {
		display: inline-block;
		width: calc(100% - 70.5px);
		margin-left: -4px;
		text-align: right;
		background-color: #fff;
		position: relative
	}
}

.c-sidebar_submenu {
	list-style: none;
	padding-left: 21%;
	width: 100%
}

.c-sidebar_submenu a {
	color: #252525;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 4px;
	font-size: 16px
}

.c-sidebar_link.-mobile,
.c-sidebar_submenu.-news a:after,
.c-sidebar_submenu.-news:before {
	display: none
}

@media (max-width:1599px) {
	.c-sidebar_submenu {
		padding-left: 12%
	}
	.c-sidebar_submenu a {
		font-size: 15px
	}
}

@media (max-width:1199px) {
	.c-sidebar_submenu {
		padding-left: 21%
	}
	.c-sidebar_submenu a {
		font-size: 14px
	}
}

.c-sidebar_submenu a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background-color: #252525;
	-webkit-transition: width .2s cubic-bezier(.77, 0, .175, 1);
	transition: width .2s cubic-bezier(.77, 0, .175, 1)
}

.c-sidebar_submenu a:hover:after {
	width: 100%
}

.c-sidebar_submenu.-news {
	background-color: #fff;
	width: calc(102% + 70px);
	padding-left: 0;
	padding-top: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100vh - 70px)
}

@media (min-width:1000px) {
	.js-wow {
		visibility: hidden
	}
	.c-sidebar_submenu.-news {
		display: none
	}
}

.c-sidebar_submenu.-news .c-sidebar-news_content {
	opacity: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1)
}

.c-sidebar_submenu.-news.is-open .c-sidebar-news_content {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .4s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .4s;
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .4s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .4s;
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .4s, transform .3s cubic-bezier(.645, .045, .355, 1) .4s;
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1) .4s, transform .3s cubic-bezier(.645, .045, .355, 1) .4s, -webkit-transform .3s cubic-bezier(.645, .045, .355, 1) .4s
}

@media (max-width:1199px) {
	.c-sidebar_submenu {
		padding-left: 10%
	}
}

.c-sidebar_submenu:nth-child(2) {
	margin-bottom: 50px
}

.c-sidebar-menu_item {
	margin: 0
}

@media (max-width:999px) {
	.c-sidebar_submenu a {
		color: #8d98b0;
		font-size: 20px
	}
	.c-sidebar_submenu {
		position: fixed;
		top: 70px;
		right: -1%;
		width: 101%;
		height: 100vh;
		background-color: #394459;
		margin-top: 0;
		padding-top: 15%;
		text-align: left;
		-webkit-transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
		transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
		transition: transform .6s cubic-bezier(.77, 0, .175, 1);
		transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1)
	}
	.c-sidebar_submenu:not(.is-open) {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
	.c-sidebar_submenu:not(.is-open) .c-sidebar-menu_item {
		-webkit-transition: opacity .3s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
		transition: opacity .3s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
		transition: transform .3s cubic-bezier(.77, 0, .175, 1) 0s, opacity .3s cubic-bezier(.77, 0, .175, 1) 0s;
		transition: transform .3s cubic-bezier(.77, 0, .175, 1) 0s, opacity .3s cubic-bezier(.77, 0, .175, 1) 0s, -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
		opacity: 0
	}
	.c-sidebar_submenu:not(.is-open) a:after {
		width: 0;
		-webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1) 0s;
		transition: width .3s cubic-bezier(.645, .045, .355, 1) 0s
	}
	.c-sidebar_submenu:before {
		position: fixed;
		width: 100vw;
		z-index: -1;
		height: 100vh;
		background-color: #252525;
		top: 0;
		left: 0;
		content: "";
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform 0s ease-out .6s;
		transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform 0s ease-out .6s;
		transition: opacity .6s cubic-bezier(.77, 0, .175, 1), transform 0s ease-out .6s;
		transition: opacity .6s cubic-bezier(.77, 0, .175, 1), transform 0s ease-out .6s, -webkit-transform 0s ease-out .6s;
		opacity: 0
	}
	.c-sidebar_submenu.is-open:before {
		top: 70px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: .5;
		-webkit-transition: opacity .6s cubic-bezier(.77, 0, .175, 1), top 0s ease-out .6s;
		transition: opacity .6s cubic-bezier(.77, 0, .175, 1), top 0s ease-out .6s
	}
	.c-sidebar_submenu a:after {
		width: 100%;
		left: auto;
		right: 0;
		background-color: #8d98b0;
		-webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1) .5s;
		transition: width .3s cubic-bezier(.645, .045, .355, 1) .5s
	}
	.c-sidebar-menu_item,
	.c-sidebar_link {
		-webkit-transition: opacity .3s cubic-bezier(.77, 0, .175, 1) .4s, -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) .4s;
		transition: opacity .3s cubic-bezier(.77, 0, .175, 1) .4s, -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) .4s;
		transition: transform .3s cubic-bezier(.77, 0, .175, 1) .4s, opacity .3s cubic-bezier(.77, 0, .175, 1) .4s;
		transition: transform .3s cubic-bezier(.77, 0, .175, 1) .4s, opacity .3s cubic-bezier(.77, 0, .175, 1) .4s, -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) .4s;
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	.c-sidebar_link.-mobile {
		display: block
	}
}

.c-sidebar-menu_item .number {
	position: absolute;
	font-size: .7em;
	top: 30%;
	right: -12px;
	width: 10px;
	text-align: left
}

.c-sidebar_link {
	font-weight: 700
}

.c-sidebar_sublink {
	font-weight: 400
}

.c-sidebar_button {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #252525;
	font-weight: 700;
	text-decoration: none;
	padding: 19.5px 0;
	font-size: 15px
}

.c-sidebar_button:before {
	z-index: -2;
	content: "";
	background-color: #44bc87;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.c-sidebar_button:after,
.c-sidebar_labelmobile:before {
	z-index: -1;
	content: "";
	left: 0
}

.c-sidebar_button:after {
	background-color: #44d293;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1);
	transition: width .3s cubic-bezier(.645, .045, .355, 1)
}

.c-sidebar_button:hover {
	color: #252525
}

.c-sidebar_button:hover:after {
	width: 100%
}

.c-sidebar_labelmobile {
	display: none;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	padding: 1.6875rem .9375rem;
	color: #394459;
	-webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
	transition: color .2s cubic-bezier(.645, .045, .355, 1);
	position: relative;
	margin-right: -4px;
	background: 0 0
}

.c-last-news_image,
.c-mean_figure,
.c-news-list_header,
.t-home-section_figure {
	background-position: center center
}

@media (max-width:999px) {
	.c-sidebar_button {
		display: none
	}
	.c-sidebar_labelmobile {
		display: inline-block
	}
}

@media (max-width:499px) {
	.c-sidebar_labelmobile {
		width: 50%;
		margin-left: -4px;
		margin-right: 0;
		text-align: center
	}
}

@media (max-width:360px) {
	.c-sidebar_labelmobile {
		font-size: 9px;
		letter-spacing: 1px
	}
}

.c-last-news_infos,
.c-last-news_more,
.c-sidebar-news_infos {
	letter-spacing: 2px;
	text-transform: uppercase
}

.c-sidebar_labelmobile svg {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	fill: #394459;
	-webkit-transition: fill .2s cubic-bezier(.645, .045, .355, 1) 0s;
	transition: fill .2s cubic-bezier(.645, .045, .355, 1) 0s;
	margin-left: 10px
}

.c-sidebar_labelmobile:before {
	position: absolute;
	bottom: -3px;
	height: 0;
	-webkit-transition: height .2s cubic-bezier(.645, .045, .355, 1) 0s;
	transition: height .2s cubic-bezier(.645, .045, .355, 1) 0s;
	width: 101%;
	background-color: #394459
}

.c-sidebar_labelmobile.is-open {
	color: #fff;
	-webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1) .6s;
	transition: color .2s cubic-bezier(.645, .045, .355, 1) .6s
}

.c-sidebar_labelmobile.is-open svg {
	fill: #8d98b0;
	-webkit-transition: fill .2s cubic-bezier(.645, .045, .355, 1) .3s;
	transition: fill .2s cubic-bezier(.645, .045, .355, 1) .3s
}

.c-sidebar_labelmobile.is-open:before {
	height: 110%;
	-webkit-transition: height .2s cubic-bezier(.645, .045, .355, 1) .6s;
	transition: height .2s cubic-bezier(.645, .045, .355, 1) .6s
}

.c-sidebar_logo-mobile {
	display: none
}

@media (max-width:999px) {
	.c-sidebar_logo-mobile {
		display: inline-block
	}
}

.c-sidebar_logo-desktop {
	display: block;
	width: 100%;
	height: auto!important
}

@media (max-width:999px) {
	.c-sidebar_logo-desktop {
		display: none
	}
}

.c-sidebar_menubar {
	display: inline-block;
	width: 20px;
	height: 2px;
	vertical-align: middle;
	padding: 0 10px;
	margin-left: 10px;
	background-color: #394459;
	position: relative;
	z-index: 2;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) 0s;
	transition: background-color .2s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) 0s;
	transition: transform .2s cubic-bezier(.645, .045, .355, 1) 0s, background-color .2s cubic-bezier(.645, .045, .355, 1) 0s;
	transition: transform .2s cubic-bezier(.645, .045, .355, 1) 0s, background-color .2s cubic-bezier(.645, .045, .355, 1) 0s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) 0s
}

.c-sidebar_menubar:after,
.c-sidebar_menubar:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #394459
}

.c-sidebar_menubar:after {
	top: -7px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: top .2s cubic-bezier(.645, .045, .355, 1) .2s, background-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
	transition: top .2s cubic-bezier(.645, .045, .355, 1) .2s, background-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
	transition: top .2s cubic-bezier(.645, .045, .355, 1) .2s, transform .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: top .2s cubic-bezier(.645, .045, .355, 1) .2s, transform .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}

.c-sidebar_menubar:before {
	bottom: -7px;
	-webkit-transition: bottom .2s cubic-bezier(.645, .045, .355, 1) .2s, background-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: bottom .2s cubic-bezier(.645, .045, .355, 1) .2s, background-color .2s cubic-bezier(.645, .045, .355, 1)
}

.is-open .c-sidebar_menubar {
	background-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .3s;
	transition: background-color .2s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .3s;
	transition: transform .2s cubic-bezier(.645, .045, .355, 1) .3s, background-color .2s cubic-bezier(.645, .045, .355, 1) .3s;
	transition: transform .2s cubic-bezier(.645, .045, .355, 1) .3s, background-color .2s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .3s
}

.is-open .c-sidebar_menubar:after {
	background-color: #8d98b0;
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .2s;
	transition: top .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .2s;
	transition: top .2s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.645, .045, .355, 1) .2s, background-color .2s cubic-bezier(.645, .045, .355, 1) .3s;
	transition: top .2s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.645, .045, .355, 1) .2s, background-color .2s cubic-bezier(.645, .045, .355, 1) .3s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .2s
}

.is-open .c-sidebar_menubar:before {
	background-color: #8d98b0;
	bottom: 0;
	-webkit-transition: bottom .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1) .3s;
	transition: bottom .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1) .3s
}

.c-sidebar_socials {
	position: absolute;
	bottom: 30%
}

@media (min-width:1000px) {
	.c-sidebar_socials {
		display: none
	}
}

.c-sidebar_socials a {
	display: inline-block
}

.c-sidebar_socials a:after {
	display: none
}

.c-sidebar_socials a:nth-child(2) {
	margin: 0 30px
}

.c-sidebar_socials a:nth-child(3) {
	margin-right: 30px
}

.c-sidebar_socials svg {
	width: 20px;
	height: 20px;
	fill: #44bc87
}

.c-sidebar-news_item {
	padding: 30px 0;
	margin: 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.c-sidebar-news_item:first-child {
	padding-right: 60px
}

.c-sidebar-news_item:first-child .c-sidebar-news_title {
	font-size: 25px
}

.c-sidebar-news_infos {
	color: #a6a6a6;
	font-size: 11px
}

@media (max-width:999px) {
	.c-sidebar-news_infos {
		font-size: 9px
	}
}

.c-sidebar-news_title {
	font-weight: 700;
	color: #252525;
	font-size: 16px
}

.c-sidebar-news_summary {
	font-size: 14px;
	color: #a6a6a6;
	margin-top: 20px
}

.c-last_news {
	display: inline-block;
	width: 77.77vw;
	margin-left: 11.11vw;
	vertical-align: middle;
	position: relative;
	height: calc(100vh - 60px);
	overflow: hidden
}

@media (max-width:1366px) {
	.c-last_news {
		margin-left: 8.4vw
	}
}

@media (max-width:999px) {
	.c-last_news {
		margin-left: 0;
		width: 100%;
		z-index: 9;
		height: auto;
		min-height: 80vh
	}
}

.c-last-news_item {
	height: calc(100vh - 82px);
	position: absolute;
	width: 33.33vw;
	overflow: hidden;
	z-index: 1
}

@media (max-width:1366px) {
	.c-last-news_item {
		width: 41.6vw
	}
}

@media (max-width:999px) {
	.c-last-news_item {
		position: absolute;
		height: auto;
		min-height: 80vh;
		width: 100%
	}
}

.c-last-news_title {
	position: absolute;
	z-index: 40;
	top: 20%;
	width: 44.44vw
}

.c-last-news_title a {
	display: inline-block;
	font-weight: 700;
	color: #44bc87;
	text-decoration: none;
	position: relative;
	-webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94);
	transition: color .2s cubic-bezier(.25, .46, .45, .94)
}

@media (max-width:1599px) {
	.c-last-news_title {
		font-size: 4.5em
	}
	.c-last-news_title a {
		padding-bottom: 10px
	}
	.c-last-news_title a:before {
		height: 7px
	}
}

@media (max-width:1199px) {
	.c-last-news_title {
		font-size: 3em
	}
	.c-last-news_title a {
		padding-bottom: 10px
	}
	.c-last-news_title a:before {
		height: 5px
	}
}

@media (max-width:999px) {
	.c-last-news_title {
		width: auto;
		position: relative;
		bottom: 0;
		top: auto;
		font-size: 40px;
		padding: 30px;
		z-index: 10;
		margin-bottom: 0
	}
	.c-last-news_title a {
		padding-bottom: 5px
	}
	.c-last-news_title a:before {
		height: 3px
	}
}

@media (min-width:1600px) {
	.c-last-news_title a {
		padding-bottom: 10px
	}
	.c-last-news_title a:before {
		height: 10px
	}
}

.c-last-news_title.is-hover a:after,
.c-last-news_title:hover a:after {
	width: 100%
}

.c-last-news_title.is-hover a .overlay,
.c-last-news_title:hover a .overlay {
	background-color: #fff;
	width: 100%
}

.c-last-news_content {
	position: absolute;
	left: 0;
	top: 40%;
	width: 33.33vw;
	padding-right: 80px;
	z-index: 2
}

@media (max-width:1366px) {
	.c-last-news_content {
		width: 48.9vw;
		padding-right: 0
	}
}

@media (max-width:999px) {
	.c-last-news_content {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		z-index: 0;
		padding: 0 30px
	}
}

.c-last-news_infos,
.c-last-news_intro {
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%)
}

.c-last-news_content,
.c-last-news_image {
	display: inline-block;
	vertical-align: middle
}

@media (max-width:999px) {
	.c-last-news_content,
	.c-last-news_image {
		display: block;
		width: 100%
	}
}

.c-last-news_image {
	height: 100vh;
	width: 33.4vw;
	float: right;
	background-size: cover;
	z-index: 15;
	position: relative;
	overflow: hidden
}

@media (max-width:1366px) {
	.c-last-news_image {
		width: 36.2vw
	}
}

@media (max-width:999px) {
	.c-last-news_image {
		float: none;
		width: 100%;
		position: relative;
		top: 0;
		z-index: 0;
		height: 50vh
	}
	.c-last-news_image:before {
		background-color: #394459;
		opacity: .7;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}
	.c-last-news_image img {
		width: 100%;
		height: auto;
		z-index: 5;
		position: absolute!important;
		right: 0;
		top: 0
	}
}

.c-last-news_image img {
	max-width: none;
	position: relative;
	z-index: 5
}

.c-last-news-image_overlay {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media (max-width:1025px) {
	.c-last-news-image_overlay {
		display: none
	}
}

.c-last-news_infos {
	color: #a6a6a6;
	font-size: 11px;
	transform: translateX(-150%);
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
	transition: opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.25, .46, .45, .94);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity 1s cubic-bezier(.25, .46, .45, .94);
	transition: transform 1s cubic-bezier(.25, .46, .45, .94), opacity 1s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.25, .46, .45, .94)
}

.c-last-news_intro {
	max-width: 33vw;
	font-size: 45px;
	transform: translateX(-150%);
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(.25, .46, .45, .94) .4s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) .4s;
	transition: opacity 1s cubic-bezier(.25, .46, .45, .94) .4s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) .4s;
	transition: transform 1s cubic-bezier(.25, .46, .45, .94) .4s, opacity 1s cubic-bezier(.25, .46, .45, .94) .4s;
	transition: transform 1s cubic-bezier(.25, .46, .45, .94) .4s, opacity 1s cubic-bezier(.25, .46, .45, .94) .4s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) .4s
}

.c-last-news_intro a {
	text-decoration: none;
	color: #252525
}

@media (max-width:1599px) {
	.c-last-news_intro {
		font-size: 35px
	}
}

@media (max-width:1199px) {
	.c-last-news_intro {
		font-size: 25px
	}
}

.c-last-news_more {
	color: #44bc87;
	font-size: 11px;
	font-weight: 700;
	padding-bottom: 5px;
	position: relative;
	text-decoration: none;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	opacity: 0;
	-webkit-transition: opacity .6s cubic-bezier(.25, .46, .45, .94) 1s, color .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) 1s;
	transition: opacity .6s cubic-bezier(.25, .46, .45, .94) 1s, color .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) 1s;
	transition: transform .6s cubic-bezier(.25, .46, .45, .94) 1s, opacity .6s cubic-bezier(.25, .46, .45, .94) 1s, color .2s cubic-bezier(.25, .46, .45, .94);
	transition: transform .6s cubic-bezier(.25, .46, .45, .94) 1s, opacity .6s cubic-bezier(.25, .46, .45, .94) 1s, color .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) 1s;
	display: inline-block
}

.c-last-news_more:hover,
.c-socials a:hover {
	color: #252525
}

.c-last-news_item.is-active,
.c-socials a {
	display: block
}

.c-last-news_more:hover:after {
	width: 100%
}

.c-last-news_more:after,
.c-last-news_more:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px
}

.c-last-news_more:before {
	width: 100%;
	background-color: #44bc87
}

.c-last-news_more:after {
	width: 0;
	background-color: #252525;
	-webkit-transition: width 6s linear .5s;
	transition: width 6s linear .5s
}

.c-last-news_more .overlay {
	background-color: #fff;
	white-space: nowrap;
	position: absolute;
	color: #252525;
	top: 0;
	left: 0;
	width: 0;
	-webkit-transition: width 6s linear .5s;
	transition: width 6s linear .5s;
	overflow: hidden
}

.c-last-news_item.is-active .c-last-news_infos,
.c-last-news_item.is-active .c-last-news_intro,
.c-last-news_item.is-active .c-last-news_more,
.c-last-news_item.is-active .c-last-news_title {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.c-last-news_item.is-active .c-last-news_more .overlay,
.c-last-news_item.is-active .c-last-news_more:after {
	width: 100%
}

.c-socials {
	position: fixed;
	top: 25vh;
	right: 0;
	z-index: 9999;
}

.c-socials a {
	width: 60px;
	height: 60px;
	position: relative
}

.c-socials a:nth-child(2) svg,
.c-socials a:nth-child(3) svg {
	width: 18px;
	height: 18px
}

.c-socials a:after,
.c-socials a:before {
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.c-socials a:before {
	z-index: -2;
	/*background-color: #44bc87;*/
	width: 100%
}

.c-socials a:after {
	z-index: -1;
	background-color: #44d293;
	width: 0;
	-webkit-transition: width .3s cubic-bezier(.645, .045, .355, 1);
	transition: width .3s cubic-bezier(.645, .045, .355, 1)
}

.c-socials a:hover:after {
	width: 100%
}

.c-socials_svg {
	fill: #222;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px
}

.c-footer_mean a:after,
.c-news-list_header:before {
	left: 0;
	bottom: 0;
	content: ""
}

.c-footer_wrapper {
	overflow: hidden;
	width: 88.4vw;
	float: right
}

@media (max-width:1366px) {
	.c-footer_wrapper {
		width: 83.6vw
	}
}

.c-footer {
	background-color: #394459;
	padding: 45px 0 0;
	position: relative;
	z-index: 9
}

@media (max-width:999px) {
	.c-last-news_intro {
		max-width: 100vw
	}
	.c-socials {
		display: none
	}
	.c-footer_wrapper {
		width: 100%;
		float: none
	}
	.c-footer {
		margin-left: 0;
		padding: 30px 0 0;
		width: 100%
	}
}

.c-footer.-little {
	width: 66.66vw;
	float: right
}

.c-footer.-little .c-footer_phone-social {
	margin-left: 11.11vw
}

.c-footer.-little .c-footer_socials {
	margin-bottom: 35px
}

.c-footer.-little .c-footer_logo img {
	margin-bottom: 15px
}

.c-footer.-little .c-footer_copy {
	width: 44.44vw
}

@media (max-width:999px) {
	.c-footer.-little {
		float: none;
		width: 100%
	}
	.c-footer.-little .c-footer_phone-social {
		margin-left: 0
	}
	.c-footer.-little .c-footer_logo img {
		display: block;
		margin: auto
	}
	.c-footer.-little .c-footer_copy {
		width: 100%
	}
}

.c-footer_mean {
	width: 22.22vw!important;
	margin-left: 11.12vw
}

.c-footer_mean a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px
}

.c-footer_mean a:after {
	position: absolute;
	height: 2px;
	width: 0;
	-webkit-transition: width .3s cubic-bezier(.215, .61, .355, 1);
	transition: width .3s cubic-bezier(.215, .61, .355, 1);
	background-color: #8d98b0
}

.c-footer_mean a:hover:after {
	width: 100%
}

@media (max-width:1366px) {
	.c-footer_mean {
		margin-left: 16.6vw
	}
}

.c-footer_phone {
	margin-left: 33.33vw;
	font-size: 14px
}

@media (max-width:1366px) {
	.c-footer_phone {
		margin-left: 11.2vw
	}
}

@media (max-width:999px) {
	.c-footer_mean {
		padding-top: 0;
		margin-top: 15px;
		width: 100%!important
	}
	.c-footer_phone {
		padding-top: 0;
		margin-top: 15px
	}
}

.c-footer_col {
	width: 11.11vw;
	display: inline-block;
	vertical-align: top;
	color: #8d98b0;
	letter-spacing: 1px
}

.c-footer_col a {
	text-decoration: none;
	font-size: 14px;
	color: #8d98b0
}

@media (max-width:999px) {
	.c-footer_col {
		margin: 0 auto 30px 0;
		text-align: center;
		width: 100%;
		display: block
	}
}

.c-footer_menu {
	display: inline-block;
	vertical-align: top;
	margin-left: 11vw
}

.c-footer_socials {
	margin-top: 22px
}

.c-footer_socials a:nth-child(2) {
	margin: 0 15%
}

@media (max-width:999px) {
	.c-footer_socials {
		margin-top: 15px
	}
}

.c-footer-socials_svg {
	display: inline-block;
	width: 15px;
	height: 15px;
	fill: #44bc87
}

.c-footer_copy {
	margin-top: 45px;
	padding: 20.5px 0 20.5px 11.12vw;
	background-color: #2e3749;
	width: 88.8vw;
	font-size: 11px;
	letter-spacing: 1px;
	color: #45526F;
	line-height: 20px
}

@media (max-width:1366px) {
	.c-footer_copy {
		padding: 20.5px 0 20.5px 16.6vw
	}
}

.c-footer_copy>* {
	color: #45526F
}

@media (max-width:999px) {
	.c-footer_copy {
		width: 100%;
		margin-top: 15px;
		text-align: center;
		padding: 20px 30px
	}
	.c-footer_copy>* {
		display: block
	}
}

.c-footer_copyright {
	width: 22.22vw;
	display: inline-block
}

@media (max-width:1366px) {
	.c-footer_copyright {
		width: 33.1vw
	}
}

@media (max-width:999px) {
	.c-footer_copyright {
		width: 100%
	}
}

.c-footer_locomotive {
	width: 11.11vw;
	margin-left: 33.33vw;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 2px
}

@media (max-width:1366px) {
	.c-footer_locomotive {
		margin-left: 0;
		width: 16vw
	}
}

@media (max-width:999px) {
	.c-footer_locomotive {
		width: 100%;
		float: none;
		margin-top: 10px;
		margin-left: 0
	}
}

.c-news_list {
	display: inline-block;
	width: 400px;
	height: calc(100vh - 50px);
	margin-top: 50px;
	overflow: hidden;
	position: fixed;
	z-index: 5;
	background:#222;
}


@media (max-width:999px) {
	.c-news_list {
		display: none
	}
}

.c-news-list_header {
	height: 20vh;
	width: 100%;
	background-size: cover;
	position: relative;
	-webkit-transition: height .6s cubic-bezier(.25, .46, .45, .94);
	transition: height .6s cubic-bezier(.25, .46, .45, .94)
}

.c-news-list_header:before {
	background-color: #394459;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .7
}

.c-news-list_header.is-tiny {
	height: 20vh
}

.c-news_list_wrapper {
	height: calc(100vh - 50px);
	overflow-x: hidden;
	overflow-y: scroll
}



.c-news-list-header_title {
	color: #44bc87;
	position: absolute;
	top: 50%;
	left: 20%;
	font-size: 30px;
	transform: translateY(-50%)
}

.c-news-list-header_title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #44bc87
}

.c-news-list-header_title .number {
	position: absolute;
	font-size: .5em;
	top: 0;
	right: -20px
}

.c-news-list_item {
	height: auto;
	width: 100%;
	background-color: none;
	-webkit-transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
	transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
	position: relative;
	font-size: 0
}

.c-news-list_item:before {
	display: inline-block;
	height: 100%;
	content: "";
	vertical-align: middle
}

.c-news-list_item>* {
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle
}

.c-news-list_item:hover {
	cursor: pointer;
	background-color: #222;
}

.c-news-list_item.is-active {
	background-color: #333;
}

.c-news-list_item.is-old .bar {
	width: 100%
}

.c-news-list_item .bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 6px;
	background-color: #44bc87;
	z-index: 0
}




.c-news-list_item a {
	padding:0px !important;
	min-height: 150px;
	position: relative;
	width: 100%
}


.c-new-list_content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0px;
	z-index: 10
}

.c-news-list_infos {
	text-transform: uppercase;
	color: #a6a6a6;
	font-size: 10px;
	letter-spacing: .1em;
}

@media (max-width:1366px) {
	.c-new-list_content {
		padding: 0px
	}
	.c-news-list_infos {
		font-size: 9px
	}
}

.c-news-list_title {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	line-height:22px;
}



.CLAUS{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 70px;
	padding-bottom:70px;
}

.c-news_block {
	display: inline-block;
	width: calc(100% - 400px);
	vertical-align: top;
	padding: 40px 0px 0px 0px;
	margin-left: 400px;
	overflow: inherit;
}


.LISTA_MARCAS{
	width:400px;
	position:fixed;
	left:0px;
	top:50px;
	background:#222;
}




@media (max-width:1800px) {
	
	
	.CLAUS{
		padding-left: 70px;
		padding-right: 90px;
	}
	
	.c-news_block {
		display: inline-block;
		width: calc(100% - 400px);
		vertical-align: top;
		padding: 0px !important;
		margin-left: 400px;
		overflow: inherit;
	}
	

}


@media (max-width:1400px) {
	
	
	.CLAUS{
		padding-left: 70px;
		padding-right: 90px;
	}
	
	.c-news_block {
		display: inline-block;
		width: calc(100% - 400px);
		vertical-align: top;
		padding: 0px !important;
		margin-left: 400px;
		overflow: inherit;
	}
	
	
	
	
	.LISTA_MARCAS{
		width:300px;
		position:fixed;
		left:0px;
		top:50px;
		background:#222;
	}

}





@media (max-width:800px) {
	
	
	.CLAUS{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.c-news_block {
		display: inline-block;
		width: calc(100% - 400px);
		vertical-align: top;
		padding: 0px !important;
		margin-left: 400px;
		overflow: inherit;
	}
	
	
	
	
	.LISTA_MARCAS{
		width:300px;
		position:fixed;
		left:0px;
		top:50px;
		background:#222;
	}

}






.c-page_content,
.c-page_content.-middle,
.c-page_quote,
.c-page_thumbnail {
	vertical-align: middle
}

@media (max-width:1366px) {
	.c-news-list_title {
		font-size: 14px
	}
}

@media (max-width:999px) {
	.c-news_block {
		width: 100%;
		padding: 100px 30px 30px;
		margin-left: 0
	}
}

.c-news_block.-next {
	padding: 0;
	background-color: #f5f5f5;
	-webkit-transition: background-color .6s ease-out .3s;
	transition: background-color .6s ease-out .3s
}

.c-news_block.-next.is-active {
	background-color: transparent
}

.c-news_block.-next a {
	text-decoration: none;
	position: relative;
	display: block;
	padding: 100px 11vw 200px
}

@media (max-width:1366px) {
	.c-news_block.-next a {
		padding: 100px 14vw 150px 8vw
	}
}

@media (max-width:1199px) {
	.c-news_block.-next a {
		padding: 100px 30px 150px
	}
}

.c-news_block.-next a:hover h1 {
	opacity: .7
}

.c-news_block.-next a:hover .c-news-block_arrow {
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	opacity: .7
}

p.c-news-block_infos {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color: #fff;
}

.c-news-block_infos_label {
	color: #fff;
	margin-right: 30px;
	display: inline-block;
	overflow: hidden;
	font-size:14px;
	vertical-align: middle;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
	transition: all .6s cubic-bezier(.215, .61, .355, 1);
	white-space: nowrap
}

.c-news-block_infos_label.is-animate {
	width: 0!important;
	margin-right: 0
}

.-next .c-news-block_infos_label {
	width: 100%;
}

@media (max-width:999px) {
	.c-news_block.-next a {
		padding: 50px 30px
	}
	p.c-news-block_infos {
		font-size: 9px
	}
	.c-news-block_infos_label {
		display: block;
		margin-bottom: 10px
	}
	.c-sidebar .c-news-block_infos_label {
		margin-bottom: 20px
	}
}

.c-news-block_title {
	font-size: 45px;
	font-weight:900;
	color: #fff;
	margin-top: 0px;
	-webkit-transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

#CLARO .c-news-block_title {
	color:#222 !important;
}


@media (max-width:1450px) {
	.c-news-block_title {
		font-size: 35px
	}
}

p.c-news-block_summary {
	font-weight: 700;
	font-size: 20px;
	margin: 40px 0 70px;
	color: #252525
}

@media (max-width:999px) {
	p.c-news-block_summary {
		font-size: 14px
	}
}

.c-news-block_thumbnail {
	display: block;
	width: 100%
}

p.c-news-block_author {
	color: #d5b362;
	font-size: 11px;
	text-transform: uppercase;
	margin: 65px 0
}

.c-news-block_arrow {
	position: absolute;
	bottom: 150px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	fill: #44bc87;
	width: 60px;
	height: 30px;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
	transition: transform .3s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1);
	transition: transform .3s cubic-bezier(.215, .61, .355, 1), opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1)
}

.c-news-block_arrow.is-animate {
	opacity: 0
}

@media (max-width:1366px) {
	.c-news-block_arrow {
		bottom: 100px
	}
}

.c-page {
	padding-top: 150px
}

@media (max-width:999px) {
	.c-news-block_arrow {
		display: none
	}
	.c-page {
		padding-top: 70px
	}
}

.c-page_thumbnail {
	display: inline-block;
	width: 33.33vw;
	height: 70.1vh;
	position: relative;
	overflow: hidden
}

.c-page_thumbnail img {
	width: 100%;
	display: block
}

@media (max-width:1199px) {
	.c-page_thumbnail img {
		width: auto;
		max-width: none;
		height: 100%
	}
}

@media (max-width:999px) {
	.c-page_thumbnail img {
		height: auto;
		width: 100%
	}
	.c-page_thumbnail {
		width: 100%;
		display: block;
		height: 50vh
	}
}

.c-page-thumbnail_overlay {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media (max-width:1025px) {
	.c-page-thumbnail_overlay {
		display: none
	}
}

.c-page_content {
	display: inline-block;
	width: 22vw;
	margin-left: 11.11vw;
	position: relative;
	z-index: 10
}

@media (max-width:1366px) {
	.c-page_content {
		margin-left: 8vw;
		width: 32vw
	}
}

@media (max-width:1199px) {
	.c-page_content {
		width: 33vw
	}
}

@media (max-width:999px) {
	.c-page_content {
		width: 100%;
		display: block;
		margin-left: 0;
		padding: 0 30px
	}
}

.c-page_header {
	margin-left: 10.85vw
}

.c-page_title {
	-webkit-transform: translateX(-22.1vw);
	-ms-transform: translateX(-22.1vw);
	transform: translateX(-22.1vw);
	margin-top: 50px
}

@media (max-width:1366px) {
	.c-page_header {
		margin-left: 8vw
	}
	.c-page_title {
		-webkit-transform: translateX(-25.3vw);
		-ms-transform: translateX(-25.3vw);
		transform: translateX(-25.3vw)
	}
}

@media (max-width:999px) {
	.c-page_header {
		margin-left: 0
	}
	.c-page_title {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		font-size: 40px
	}
}

.c-page_main {
	margin-top: 70px
}

.c-page_quote {
	display: inline-block;
	background-color: #8993a7;
	width: 44.4vw;
	padding: 220px 11.11vw;
	margin-bottom: 0;
	margin-left: 11.05vw;
	position: relative;
	z-index: 10;
	color: #fff
}

.c-page_quote h3 {
	font-size: 30px;
	font-weight: 500
}

@media (max-width:1599px) {
	.c-page_quote {
		padding: 150px 11.11vw
	}
	.c-contact_form .textarea {
		min-height: 150px!important
	}
}

@media (max-width:1366px) {
	.c-page_quote {
		margin-left: 9.7vw;
		width: 33.3vw;
		padding: 170px 8vw
	}
	.c-page_quote h3 {
		font-size: 22px
	}
}

@media (max-width:1199px) {
	.c-page_quote {
		margin-left: 8.6vw
	}
}

@media (max-width:999px) {
	.c-page_quote {
		width: 100%;
		display: block;
		margin-left: 0;
		margin-top: 30px;
		padding: 70px 30px
	}
	.c-page_quote h3 {
		font-size: 18px;
		font-weight: 700
	}
}

.c-page_quote.-services {
	background-color: #44bc87;
	color: #000
}

.c-page_quote_author {
	padding-left: 60px;
	position: relative;
	margin-bottom: 0
}

.c-page_quote_author:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 4px;
	background-color: #fff
}

.-services .c-page_quote_author:before {
	background-color: #000
}

.c-page_seperator {
	clear: both;
	display: block;
	height: 100px
}

.c-contact {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 11.11vw;
	z-index: 0
}

.c-contact.is-active {
	z-index: 60
}

@media (max-width:1366px) {
	.c-page_seperator {
		height: 50px
	}
	.c-contact {
		left: 16.6vw
	}
}

.c-contact .o-title {
	margin-left: -3px
}

.c-contact_lines {
	width: 88.88vw;
	height: 100vh;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	left: 0;
	z-index: 30
}

@media (max-width:1366px) {
	.c-contact_lines {
		width: 83.6vw
	}
}

@media (max-width:999px) {
	.c-contact {
		left: 0;
		overflow-y: scroll;
		padding: 50px 0;
		background-color: #44d293
	}
	.page>.c-contact {
		display: none
	}
	.c-contact_lines {
		width: 100%;
		display: none
	}
}

.o-container .c-contact_lines {
	right: 0
}

.c-contact_line {
	display: inline-block;
	vertical-align: bottom;
	width: 11.11vw;
	background-color: #44d293;
	height: 100vh;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.is-active .c-contact_line {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.c-contact_line:first-child {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transition-duration: 1.6s;
	transition-duration: 1.6s
}

.c-contact_line:nth-child(2) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s
}

.c-contact_line:nth-child(3) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

.c-contact_line:nth-child(4) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}

.c-contact_line:nth-child(5) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s
}

.c-contact_line:nth-child(6) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}

.c-contact_line:nth-child(7) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transition-duration: 1.7s;
	transition-duration: 1.7s
}

.c-contact_line:nth-child(8) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

.c-contact_header {
	position: relative;
	z-index: 30;
	padding: 10vh 0 5vh 11.11vw
}

@media (max-width:1366px) {
	.c-contact_line {
		width: 16.66vw
	}
	.c-contact_header {
		padding: 2vh 8.4vw
	}
}

@media (max-width:999px) {
	.c-contact_line {
		width: 33.33vw
	}
	.c-contact_header {
		padding: 2vh 30px
	}
}

.c-contact-col {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 11.11vw
}

@media (max-width:1366px) {
	.c-contact-col {
		width: 16.66vw
	}
}

.c-contact-col.-double {
	width: 25vw;
	margin-left: 0
}

@media (max-width:1366px) {
	.c-contact-col.-double {
		width: 22vw;
		margin-left: 8vw
	}
}

@media (max-width:999px) {
	.c-contact-col.-double {
		width: 100%;
		margin-left: 0;
		margin-top: 50px
	}
	.c-contact-col {
		display: block;
		width: 100%;
		margin: 0 auto 20px
	}
}

@media (max-width:1199px) {
	.c-contact-col h3 {
		font-size: 15px
	}
	.c-contact-col h4 {
		font-size: 13px
	}
}

.c-contact-col.-address {
	width: 22vw
}

@media (max-width:1366px) {
	.c-contact-col.-address {
		width: 16.66vw;
		margin-left: 0
	}
}

@media (max-width:999px) {
	.c-contact-col.-address {
		display: block;
		width: 100%;
		margin: 0 auto
	}
}

.c-contact_form {
	width: 44.44vw;
	position: relative;
	z-index: 30;
	overflow: hidden;
	margin-left: 22.22vw!important
}

@media (max-width:1366px) {
	.c-contact_form {
		width: 72vw;
		margin-left: 8vw!important
	}
}

@media (min-width:700px) and (max-width:999px) {
	.c-contact_form {
		width: 100%;
		margin: 0 auto;
		padding: 0 30px;
		margin-left: 0!important
	}
}

@media (max-width:699px) {
	.c-contact_form {
		padding: 0 30px 30px;
		width: 100%;
		margin-left: 0!important
	}
}

.c-contact_form #field_1_4,
.c-contact_form #field_1_4 .ginput_container_textarea {
	width: 100%
}

.c-contact_form #gform_submit_button_1 {
	margin-right: 0!important
}

.c-contact_form .s-form .ginput_container_textarea textarea {
	text-indent: 0
}

.s-form .gform_button {
	padding: 5px 0!important
}

.c-mean {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 11.11vw;
	z-index: 0
}

.c-mean.is-active {
	z-index: 60
}

@media (max-width:1366px) {
	.c-mean {
		left: 16.6vw
	}
}

.c-mean_lines {
	width: 88.88vw;
	height: 100vh;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	left: 0;
	z-index: 30
}

.c-mean_content,
.c-mean_figure {
	margin-top: 10vh;
	position: relative
}

@media (max-width:999px) {
	.c-mean {
		left: 0;
		overflow-y: scroll;
		padding: 50px 0;
		background-color: #6c7891
	}
	.page>.c-mean {
		display: none
	}
	.c-mean_lines {
		width: 100%;
		display: none
	}
}

.o-container .c-mean_lines {
	right: 0
}

.o-container .c-mean.is-active {
	z-index: 28
}

.c-mean_line {
	display: inline-block;
	vertical-align: bottom;
	width: 11.11vw;
	background-color: #6c7891;
	height: 100vh;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
	transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

@media (max-width:1366px) {
	.c-mean_line {
		width: 16.66vw
	}
}

.is-active .c-mean_line {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.c-mean_line:first-child {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transition-duration: 1.6s;
	transition-duration: 1.6s
}

.c-mean_line:nth-child(2) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s
}

.c-mean_line:nth-child(3) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

.c-mean_line:nth-child(4) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}

.c-mean_line:nth-child(5) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s
}

.c-mean_line:nth-child(6) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}

.c-mean_line:nth-child(7) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transition-duration: 1.7s;
	transition-duration: 1.7s
}

.c-mean_line:nth-child(8) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}

.c-mean_content {
	z-index: 35;
	width: 33.33vw;
	margin-left: 11.11vw;
	display: inline-block;
	vertical-align: middle
}

.c-mean_content .o-title {
	margin-left: 16.5vw;
	overflow: hidden
}

.c-mean_content h2 {
	color: #fff;
	font-size: 25px
}

.c-mean_content p {
	color: #fff;
	max-width: 22.22vw;
	padding-right: 30px
}

@media (max-width:1199px) {
	.c-mean_content p {
		max-width: 28vw
	}
}

@media (max-width:999px) {
	.c-mean_line {
		width: 33.33vw
	}
	.c-mean_content .o-title {
		margin-left: 0
	}
	.c-mean_content p {
		max-width: 100%
	}
	.c-mean_content {
		display: block;
		width: 100%;
		margin-left: 0;
		padding: 0 30px
	}
}

.c-mean_figure {
	z-index: 30;
	height: 70vh;
	width: 33.33vw;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	overflow: hidden
}

.c-mean_figure img {
	width: 110%;
	display: block
}

@media (max-width:1199px) {
	.c-mean_figure img {
		width: auto;
		max-width: none;
		height: 100%
	}
}

@media (max-width:999px) {
	.c-mean_figure img {
		height: auto;
		width: 100%
	}
}

@media (max-width:1199px) {
	.c-mean_figure {
		width: 38.9vw
	}
}

@media (max-width:999px) {
	.c-mean_figure {
		width: 100%;
		display: block;
		height: 50vh;
		margin-top: 0
	}
	.t-home_sections {
		margin-left: 0
	}
}

.c-mean-figure_overlay {
	background-color: #6c7891;
	position: absolute;
	top: 0;
	height: 110%;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media (max-width:1025px) {
	.c-mean-figure_overlay {
		display: none
	}
}

.c-dropdown {
	position: relative
}

.c-dropdown_list {
	position: absolute;
	bottom: 0;
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
	width: 101%;
	z-index: 50
}

.c-dropdown_item {
	padding: 27px 30px;
	display: block;
	background-color: #394459;
	font-weight: 700;
	font-size: 14px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	color: transparent;
	-webkit-transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
	transition: background-color .3s cubic-bezier(.215, .61, .355, 1)
}

.c-dropdown_item svg {
	width: 20px;
	height: 10px;
	fill: #8d98b0;
	position: absolute;
	right: 30px;
	top: 50%
}

.c-dropdown_item.is-active {
	background-color: #3e4a61
}

.is-active .c-dropdown_item {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	color: #8d98b0
}

.is-active .c-dropdown_item:first-child {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s, color .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s, color .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s
}

.is-active .c-dropdown_item:nth-child(2) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 50ms, color .5s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 50ms, color .5s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 50ms
}

.is-active .c-dropdown_item:nth-child(3) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .1s;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .1s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .1s, color .5s cubic-bezier(.215, .61, .355, 1) .1s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .1s, color .5s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .1s
}

.is-active .c-dropdown_item:nth-child(4) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .15s;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .15s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .15s, color .5s cubic-bezier(.215, .61, .355, 1) .15s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .15s, color .5s cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .15s
}

.c-dropdown_item:first-child,
.is-active .c-dropdown_item:nth-child(5) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .2s;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .2s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .2s, color .5s cubic-bezier(.215, .61, .355, 1) .2s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .2s, color .5s cubic-bezier(.215, .61, .355, 1) .2s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .2s
}

.c-dropdown_item:nth-child(2) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .15s;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .15s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .15s, color .5s cubic-bezier(.215, .61, .355, 1) .15s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .15s, color .5s cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .15s
}

.c-dropdown_item:nth-child(3) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .1s;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .1s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .1s, color .5s cubic-bezier(.215, .61, .355, 1) .1s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) .1s, color .5s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) .1s
}

.c-dropdown_item:nth-child(4) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 50ms, color .5s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 50ms, color .5s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 50ms
}

.c-dropdown_item:nth-child(5) {
	-webkit-transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: color .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s, color .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: transform .5s cubic-bezier(.215, .61, .355, 1) 0s, color .5s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1) 0s
}

.c-dropdown_label {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	color: #fff;
	position: relative
}

.c-dropdown_label svg {
	width: 22px;
	height: 20px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
	transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1);
	transition: transform .2s cubic-bezier(.215, .61, .355, 1);
	transition: transform .2s cubic-bezier(.215, .61, .355, 1), -webkit-transform .2s cubic-bezier(.215, .61, .355, 1)
}

#awwwards,
#awwwards a {
	position: absolute;
	width: 90px;
	height: 135px
}

.c-dropdown_label.is-active svg {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0)
}

#awwwards {
	top: 20px;
	text-indent: -666em;
	overflow: hidden;
	z-index: 999;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

#awwwards.top {
	top: 20px
}

#awwwards.left {
	left: 0
}

#awwwards.right {
	right: 0
}

#awwwards a {
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: 90px 135px
}

.t-home_section,
.t-home_sections {
	position: relative
}

#awwwards.sotd.black.left a {
	background-image: url(../../images/ribbons/awwwards_sotd_black_left.png)
}

#awwwards.sotd.black.right a {
	background-image: url(../../images/ribbons/awwwards_sotd_black_right.png)
}

#awwwards.sotd.silver.left a {
	background-image: url(../../images/ribbons/awwwards_sotd_silver_left.png)
}

#awwwards.sotd.silver.right a {
	background-image: url(../../images/ribbons/awwwards_sotd_silver_right.png)
}

#awwwards.sotd.white.left a {
	background-image: url(../../images/ribbons/awwwards_sotd_white_left.png)
}

#awwwards.sotd.white.right a {
	background-image: url(../../images/ribbons/awwwards_sotd_white_right.png)
}

#awwwards.sotd.green.left a {
	background-image: url(../../images/ribbons/awwwards_sotd_green_left.png)
}

#awwwards.sotd.green.right a {
	background-image: url(../../images/ribbons/awwwards_sotd_green_right.png)
}

@media only screen and (-Webkit-min-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3 / 2),
only screen and (min-device-pixel-ratio:1.5) {
	#awwwards.sotd.black.left a {
		background-image: url(../../images/ribbons/awwwards_sotd_black_left@2x.png)
	}
	#awwwards.sotd.black.right a {
		background-image: url(../../images/ribbons/awwwards_sotd_black_right@2x.png)
	}
	#awwwards.sotd.silver.left a {
		background-image: url(../../images/ribbons/awwwards_sotd_silver_left@2x.png)
	}
	#awwwards.sotd.silver.right a {
		background-image: url(../../images/ribbons/awwwards_sotd_silver_right@2x.png)
	}
	#awwwards.sotd.white.left a {
		background-image: url(../../images/ribbons/awwwards_sotd_white_left@2x.png)
	}
	#awwwards.sotd.white.right a {
		background-image: url(../../images/ribbons/awwwards_sotd_white_right@2x.png)
	}
	#awwwards.sotd.green.left a {
		background-image: url(../../images/ribbons/awwwards_sotd_green_left@2x.png)
	}
	#awwwards.sotd.green.right a {
		background-image: url(../../images/ribbons/awwwards_sotd_green_right@2x.png)
	}
}

.t-home-section_figure {
	display: inline-block;
	vertical-align: middle;
	height: 550px;
	background-size: cover;
	position: relative;
	z-index: 5;
	overflow: hidden;
	width: 100%
}

@media (max-width:999px) {
	.t-home-section_figure {
		height: auto
	}
}

.t-home-section_figure img {
	max-width: none;
	height: 100%;
	position: absolute
}

@media (max-width:999px) {
	.t-home-section_figure img {
		height: auto;
		width: 100%;
		position: relative;
		left: 0;
		display: block;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		margin: auto
	}
	.t-home-section_content {
		margin: 0;
		padding: 50px 0
	}
}

@media (min-width:1870px) {
	.t-home-section_figure img {
		height: auto;
		width: 100%
	}
}

.t-home-section_wrapperContent {
	overflow: hidden
}

.t-home-section-figure_overlay {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@media (max-width:1025px) {
	.t-home-section-figure_overlay {
		display: none
	}
}

.t-home-section_content {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 50px 0
}

.t-home-section_content p {
	font-size: 15px;
	color: #a6a6a6
}

.t-home-section_content .o-subtitle {
	font-size: 28px
}

.t-home-section_content .o-link,
.t-home-section_content .o-subtitle,
.t-home-section_content p {
	z-index: 2
}

.t-home-section_content .o-title {
	z-index: 6
}

.t-home-section_content .o-title.is-hover a .overlay,
.t-home-section_content .o-title.is-hover a:after,
.t-home-section_content .o-title:hover a .overlay,
.t-home-section_content .o-title:hover a:after {
	width: 100%
}

.t-home-section_content .o-link {
	display: inline-block
}

.t-home_section.-expertise .t-home-section_figure {
	width: 55.5vw
}

@media (max-width:1366px) {
	.t-home_section.-expertise .t-home-section_figure {
		width: 50vw
	}
}

@media (max-width:999px) {
	.t-home-section_content .o-title {
		margin-bottom: 10px;
		right: 0
	}
	.t-home_section.-expertise .t-home-section_figure {
		width: 100%;
		margin-top: 50px
	}
}

.t-home_section.-expertise .t-home-section_content {
	padding-right: 15px;
	width: 26%
}

@media (max-width:999px) {
	.t-home_section.-expertise .t-home-section_content {
		width: 100%;
		margin-top: 0;
		padding-top: 30px
	}
}

.t-home_section.-expertise .t-home-section_wrapperContent {
	padding: 0 5vw;
	width: 33.33vw
}

@media (max-width:1366px) {
	.t-home_section.-expertise .t-home-section_wrapperContent {
		width: 34.2vw;
		padding: 0 8vw
	}
}

@media (max-width:999px) {
	.t-home_section.-expertise .t-home-section_wrapperContent {
		padding: 0 30px;
		width: 100%
	}
}

.t-home_section.-expertise .o-title {
	position: relative;
	left: -16.2vw;
	-webkit-transition: color .2s cubic-bezier(.25, .46, .45, .94);
	transition: color .2s cubic-bezier(.25, .46, .45, .94);
	padding-left: 5vw
}

.t-home_section.-expertise .o-title span {
	padding-bottom: 5px;
	display: block
}

.t-home_section.-services .t-home-section_figure {
	width: 55.5vw
}

@media (max-width:1199px) {
	.t-home_section.-services .t-home-section_figure {
		width: 55.5vw
	}
}

@media (max-width:999px) {
	.t-home_section.-expertise .o-title {
		right: auto;
		left: 0;
		padding-left: 30px
	}
	.t-home_section.-services .t-home-section_figure {
		width: 100%
	}
	.t-home_section.-services .t-home-section_figure img {
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0)
	}
}

.t-home_section.-services .t-home-section_content {
	padding-left: 11vw;
	width: 33.3vw
}

.t-home_section.-services .t-home-section_content .o-title {
	margin-left: 10.95vw
}

@media (max-width:1366px) {
	.t-home_section.-services .t-home-section_content {
		width: 33.2vw;
		padding-left: 8vw
	}
	.t-home_section.-services .t-home-section_content .o-title {
		margin-left: 8.5vw
	}
}

.t-home_section.-services .o-title {
	position: relative
}

@media (max-width:999px) {
	.t-home_section.-services .t-home-section_content {
		width: 100%;
		padding-left: 30px;
		margin-top: 0;
		padding-top: 30px
	}
	.t-home_section.-services .t-home-section_content .o-title {
		margin-left: 0
	}
	.t-home_section.-services .o-title {
		left: 0
	}
}

.t-home_section.-services .t-home-section_wrapperContent {
	overflow: hidden
}

.t-home-section_list li {
	display: block;
	font-size: 20px!important;
	margin: 7px 0;
	padding-left: 30px;
	background-image: url(../../images/svgs/check.svg);
	background-position: center left;
	background-size: 20px 18px;
	background-repeat: no-repeat
}

.t-expertise_graph,
.t-expertise_info .o-link,
.t-services_info,
.t-services_info .o-link {
	display: inline-block
}

.t-home_section.-fondator .t-home-section_figure {
	width: 33.3vw
}

@media (max-width:999px) {
	.t-home_section.-fondator .t-home-section_figure {
		width: 100%
	}
}

.t-home_section.-fondator .t-home-section_content {
	padding-left: 11vw;
	padding-top: 100px;
	padding-right: 15px;
	width: 35.3%
}

@media (max-width:1366px) {
	.t-home_section.-fondator .t-home-section_content {
		padding-left: 8vw
	}
}

@media (max-width:999px) {
	.t-home_section.-fondator .t-home-section_content {
		width: 100%;
		padding-left: 30px;
		margin-top: 0;
		padding-top: 0
	}
}

.t-home_section.-fondator .o-title {
	position: relative;
	left: -22.2vw;
	margin-top: 30px;
	white-space: nowrap
}

.t-home-section_link:hover .o-link {
	color: #252525
}

.t-home-section_link:hover .o-link:after {
	width: 100%;
	background-color: #252525
}

.t-expertise .c-page_title span {
	padding-bottom: 5px
}

.t-expertise_graphic {
	padding: 0 11.11vw;
	background-color: #ebebeb;
	height: 95vh;
	position: relative
}

@media (max-width:1199px) {
	.t-expertise_graphic {
		padding-top: 30px
	}
}

@media (max-width:1366px) {
	.t-home_section.-fondator .o-title {
		left: -24.2vw
	}
	.t-expertise_graphic {
		padding: 0 16.6vw;
		height: 110vh
	}
}

@media (max-width:999px) {
	.t-home_section.-fondator .o-title {
		left: 0;
		right: auto;
		margin-top: .67em
	}
	.t-expertise_graphic {
		padding: 0
	}
}

@media (max-width:499px) {
	.t-expertise_graphic {
		height: 145vh
	}
}

.t-expertise_graphics {
	position: absolute;
	left: 11.11vw;
	bottom: 0;
	z-index: 5
}

.t-expertise_graph {
	width: 11.11vw;
	font-size: 0;
	vertical-align: bottom;
	overflow: hidden
}

.t-expertise_graph:nth-child(odd) .t-expertise_bar {
	background-color: #8993a7
}

.t-expertise_graph:nth-child(even) .t-expertise_bar {
	background-color: #fff
}

@media (max-width:1366px) {
	.t-expertise_graphics {
		left: 16.6vw
	}
	.t-expertise_graph {
		width: 8.35vw
	}
}

@media (max-width:999px) {
	.t-expertise_graphics {
		left: 0
	}
	.t-expertise_graph {
		width: 16.65vw
	}
}

.t-expertise_value {
	width: 100%;
	text-align: right;
	font-weight: 700;
	margin-bottom: 5px;
	padding-right: 5px
}

.t-expertise_bar {
	width: 100%;
	height: 0;
	background-color: #252525
}

.c-page-quote_container {
	width: 33.33vw;
	display: inline-block;
	vertical-align: middle
}

.t-expertise_info {
	position: absolute;
	top: 130px;
	left: 11vw;
	width: 22.22vw;
	overflow: hidden;
	padding-bottom: 30px;
	padding-right: 30px;
	z-index: 10
}

@media (max-width:1366px) {
	.t-expertise_info {
		left: 8vw;
		width: 25vw
	}
}

@media (max-width:999px) {
	.t-expertise_info {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 50px 30px 30px
	}
}

.c-page.t-about {
	padding-bottom: 150px
}

.t-about_content {
	width: 33.33vw
}

@media (max-width:999px) {
	.c-page.t-about {
		padding-bottom: 0;
		margin-bottom: 30px
	}
	.t-about_content {
		width: 100%
	}
}

.t-about_wrapper {
	width: 22.22vw
}

@media (max-width:1599px) {
	.t-about_wrapper {
		width: 33.33vw
	}
}

@media (max-width:999px) {
	.t-about_wrapper {
		width: 100%
	}
	.t-about .c-page_thumbnail img {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.t-services_map {
	padding: 130px 11.11vw;
	background-color: #f9df9a;
	position: relative
}

@media (max-width:1199px) {
	.t-services_map {
		padding: 70px 30px
	}
}

.t-services_info {
	width: 22.22vw;
	overflow: hidden;
	padding-right: 30px
}

.t-services_info p {
	color: #867855
}

.t-services_info .o-link:before {
	background-color: #fff!important
}

@media (max-width:999px) {
	.t-services_info {
		width: 100%;
		display: block
	}
}

.t-services_map_image {
	width: 50vw;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding-top: 100px
}

@media (max-width:999px) {
	.t-services_map_image {
		width: 100%;
		display: block;
		margin-top: 0
	}
}

.vertical-center:before,
.vertical-center>* {
	display: inline-block;
	vertical-align: middle
}

.vertical-center {
	font-size: 0
}

.vertical-center:before {
	height: 100%;
	content: ""
}

.vertical-center>* {
	font-size: 1rem
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.hidden {
	display: none!important
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.s-form {
	margin-left: 0;
	letter-spacing: normal;
	font-size: 0
}

.s-form .gform_fields {
	list-style: none;
	padding: 0;
	margin: 0
}

.s-form .gfield {
	display: inline-block;
	padding-left: 0;
	width: 100%;
	vertical-align: top;
	font-size: 1rem;
	margin-bottom: 25px
}

@media (min-width:1000px) {
	.s-form .gfield {
		width: 50%
	}
	.s-form .gfield_description,
	.s-form .ginput_container {
		display: inline-block
	}
}

.s-form #field_1_3 .gfield_description,
.s-form #field_1_3 .ginput_container,
.s-form #field_1_5 .gfield_description,
.s-form #field_1_5 .ginput_container {
	width: 100%
}

.s-form .gforms_confirmation_message {
	font-size: 1rem
}

.s-form .gfield_description {
	font-size: 13px
}

.s-form .gfield_description,
.s-form .ginput_container {
	width: 90%
}

@media (max-width:999px) {
	.s-form .gfield_description,
	.s-form .ginput_container {
		width: 100%
	}
}

.s-form .gform_validation_container {
	display: none!important;
	position: absolute!important;
	left: -9000px
}

.s-form .gform_footer {
	text-align: right
}

.s-form .gform_button {
	display: inline-block;
	width: auto;
	float: right;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 30px;
	background-color: transparent;
	position: relative;
	border-bottom: 2px solid #000
}

@media (min-width:1000px) {
	.s-form .gform_button {
		margin-right: 5%
	}
}

.left {
	float: left!important
}

.right {
	float: right!important
}

.align-left {
	text-align: left!important
}

.align-right {
	text-align: right!important
}

.align-center {
	text-align: center!important
}

.is-visible {
	visibility: visible!important;
	opacity: 1!important
}

.is-hidden {
	visibility: hidden!important;
	opacity: 0!important
}

.underline {
	z-index: 5
}

.overline {
	z-index: 15
}

.is-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.u-fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.u-fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.u-fadeInUpHuge {
	-webkit-animation-name: fadeInUpHuge;
	animation-name: fadeInUpHuge
}

.u-fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

.u-fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall
}

.u-fadeInUpTiny {
	-webkit-animation-name: fadeInUpTiny;
	animation-name: fadeInUpTiny
}

.u-fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

.u-fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

.u-fadeInLeftHuge {
	-webkit-animation-name: fadeInLeftHuge;
	animation-name: fadeInLeftHuge
}

.u-fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.u-fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

.u-slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp
}

.u-moveUp {
	-webkit-animation-name: moveUp;
	animation-name: moveUp
}

.u-moveRight {
	-webkit-animation-name: moveRight;
	animation-name: moveRight
}

.u-moveLeft {
	-webkit-animation-name: moveLeft;
	animation-name: moveLeft
}