@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");

html {
	scroll-behavior: smooth;
}

button,
input,
label,
select,
textarea {
	display: inline-block;
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	vertical-align: middle;
	white-space: normal;
	line-height: inherit;
	background: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit
}

input[type=button],
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit],
select {
	box-sizing: border-box
}

input:focus {
	outline: 0
}

input[type=checkbox],
input[type=radio] {
	width: 13px;
	height: 13px
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box
}

input[type=button],
input[type=reset],
input[type=submit] {
	overflow: visible
}

select[multiple] {
	vertical-align: top
}

button {
	background: none;
	border: 0;
	outline: none
}

button::-moz-focus-inner {
	border: 0;
	padding: 0
}

button:active,
button:focus,
button:hover {
	outline: 0
}

textarea {
	vertical-align: top
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a,
button,
input[type=button],
input[type=file],
input[type=image],
input[type=submit] {
	cursor: pointer
}

html {
	font-family: sans-serif;
	line-height: 1.4;
	font-size: 1em;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

*,
:after,
:before {
	box-sizing: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

html {
	font-size: 100%;
	height: 100%
}

body,
html {
	box-sizing: border-box
}

body {
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #131316;
	background-color: #fff;
	font-family: Roboto, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

a {
	text-decoration: inherit;
	color: inherit
}

a:hover {
	cursor: pointer
}

ol,
ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none
}

img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle
}

strong {
	font-weight: 700
}

em {
	font-style: italic
}

.has--no-scroll {
	overflow: hidden;
	max-height: 100vh;
}

body:not(.is--home),
html:not(.is--home) {
	background: #2a3241;
	scroll-behavior: smooth
}

.hidden-heading {
	font-size: 0;
	width: 1px;
	height: 1px;
	display: inline-block;
	overflow: hidden;
	position: absolute!important;
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px)
}

.has--center {
	width: 100%;
	margin: 0 auto;
	max-width: 1165px;
	max-width: 72.8125rem
}

.is--hidden {
	display: none
}

.is--desktop {
	display: block
}

@media only screen and (max-width:799px) {
	.is--desktop {
		display: none
	}
}

.is--mobile {
	display: none
}

@media only screen and (max-width:799px) {
	.is--mobile {
		display: block
	}
}

.t-btn {
	color: #2a3241;
	position: relative;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	margin-right: 70px;
	margin-right: 4.375rem
}

.t-btn:after {
	content: "";
	position: absolute;
	top: 85%;
	height: 1px;
	width: 100%;
	background: #2a3241;
	left: 0
}

.t-btn__cicle {
	position: absolute;
	top: -10px;
	right: -45px;
	border-radius: 50%;
	width: 53px;
	width: 3.3125rem;
	height: 53px;
	height: 3.3125rem
}

.t-btn.margin-top {
	width: auto!important;
	margin-top: 35px;
	margin-top: 2.1875rem
}

.t-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5050
}

.t-header-nav {
	background: rgba(0,0,0,0.5);
}

.t-header-button {
	display: none;
	cursor: pointer;
}

.t-header.pages {
	background: rgba(0, 0, 0, .5)
}

.is--home .t-header-logo {
	/* background: #2a3241;*/
	/* width: 30%;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
	min-height: 6.25rem;
	position: relative;
}

.t-header-logo {
	background: rgba(0,0,0,0.5);
	width: 30%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100px;
	min-height: 6.25rem;
	position: relative;
}
.pages .t-header__lang {
	right: -100px
}

.t-header__lang {
	position: absolute;
	right: 0;
	padding-right: 5%;
	text-align: center;
}
.t-header__lang a,
.t-header__lang p {
	color: #e6e6e6;
	font-size: 12px;
	text-align: left;
	width: 100%;
	line-height: 20px;
}

.t-header__lang a:hover,
.t-header__lang a.is--active {
	color: #fff;
	text-decoration: underline;
}

.t-header__lang nav {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding-top: 10px;
}

.t-header__lang p:after {
	content: '';
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	width: 5px;
	height: 5px;
	display: inline-block;
	transform: rotate(135deg) translateY(2px);
	margin-left: 10px;
	vertical-align: middle;
}

.t-header__lang:hover nav {
	display: block;
}

.t-header-logo a {
	display: block;
	width: 180px;
	width: 11.25rem
}



.t-header-nav {
	width: 70%;
	padding: 0 11.5% 0 32px;
	min-height: 100px;
}

.t-header-nav,
.t-header-nav ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.t-header-nav ul {
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.t-header-nav ul .has--submenu {
	position: relative
}

.t-header-nav ul .has--submenu:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 30px;
	left: 0;
	width: 100%;
	background: transparent
}

.t-header-nav ul .has--submenu:hover .t-header-nav__submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.t-header-nav ul .has--submenu:hover .t-header-nav__submenu:before {
	width: 21%
}

.t-header-nav__main-link {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	font-size: 14px;
	font-size: .875rem
}

.t-header-nav__main-link.is--active:after {
	content: "";
	position: absolute;
	top: 100%;
	height: 2px;
	background: #fff;
	width: 100%;
	left: 0
}

.t-header-nav__submenu {
	top: 100%;
	background: #fff;
	margin-top: 21px;
	padding: 25px 35px;
	width: 100%;
	min-width: 336px;
	max-width: 336px;
	will-change: transform, transition;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden
}

.t-header-nav__submenu,
.t-header-nav__submenu:before {
	position: absolute;
	left: 0;
	z-index: 1;
	pointer-events: none
}

.t-header-nav__submenu:before {
	content: "";
	background: #2a3241;
	height: 3px;
	top: 0;
	width: 0;
	transition: all .6s ease;
	will-change: width, transition
}

.t-header-nav__submenu a {
	display: block;
	line-height: 28px;
	text-decoration: none;
	color: #2a3241;
	text-transform: uppercase;
	font-size: 11px
}

.t-header .has--center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center
}

.t-header .has--center .t-header-logo {
	width: 100%;
	width: 180px;
	width: 11.25rem
}

.t-header .has--center .t-header-nav {
	width: 75%;
	padding: 0
}

.t-header .has--center .t-header-logo {
	background: transparent;
	width: 134px;
}

.t-footer {
	position: relative
}

.t-footer figure {
	margin: 0
}

.t-footer figure img {
	width: 100%;
	height: auto
}

.t-footer__article {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 65%
}

.t-footer__article:after {
	content: "";
	background: #202632;
	background: linear-gradient(90deg, #202632, #303b50);
	height: 56px;
	width: 100%;
	display: block
}

.t-footer__article-top {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 103px;
	position: relative
}

.t-footer__article-top:after,
.t-footer__article-top:before {
	content: "";
	background: #e6e6e6;
	height: 1px;
	width: 80%;
	left: 20%;
	position: absolute
}

.t-footer__article-top:before {
	top: 0
}

.t-footer__article-top:after {
	top: 85%
}

.t-footer__article-top h3 {
	color: #2a3241;
	display: block;
	font-weight: 300;
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 50px;
	line-height: 3.125rem;
	padding: 49px 0;
	padding: 3.0625rem 0;
	margin-right: 90px;
	margin-right: 5.625rem
}

.t-footer__article-top h4 {
	color: #2a3241;
	display: block;
	font-weight: 300;
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 50px;
	line-height: 3.125rem;
	padding: 2.0625rem 0;
	margin-right: 90px;
	margin-right: 5.625rem
}

.t-footer__article-top a {
	position: absolute;
	right: 10%;
	top: 67%
}

.t-footer__article-bottom {
	background: #2a3241;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 98px 0 124px;
	padding: 6.125rem 0 7.75rem
}

.t-footer__article-bottom--center {
	width: 100%;
	max-width: 592px;
	max-width: 37rem
}
@media screen and (min-width: 992px) {
	.t-footer__article-bottom--center {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.t-footer__article-bottom--logo svg {
	width: 155px;
	width: 17.6875rem;
}

.t-footer__article-bottom--items {
	/*padding-top: 90px;
	padding-top: 5.625rem*/
}

.t-footer__article-bottom--items a {
	color: #e6e3e1;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem
}

.t-footer__article-bottom--items a:not(.linkedin):after {
	content: "";
	height: 1px;
	background: #e6e3e1;
	width: 100%;
	position: absolute;
	bottom: 8px
}

.t-footer__share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.t-footer__share a svg {
	width: 34px;
	height: 34px;
	fill: #fff
}

.t-footer__pages {
	background: #2a3241;
	position: relative;
	padding: 40px 0;
	/*padding: 5rem 0;*/
	margin-top: 35px;
	margin-top: 2.1875rem
}

.t-footer__pages:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	background: #1f2530;
	background: linear-gradient(90deg, #1f2530, #2f394e 51%, #283142);
	min-height: 35px;
	min-height: 2.1875rem
}

.t-footer__pages-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items:center;
}

.t-footer__pages-flex--logo {
	margin-right: 120px;
	margin-right: 7.5rem
}

.t-footer__pages-flex--logo svg {
	width: 185px;
	width: 15.5625rem
}

.t-footer__pages-flex--items {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.t-footer__pages-flex--items a:not(.new-button) {
	display: block;
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
	font-size: 16px;
	font-size: 1rem;
	line-height: 35px;
	line-height: 2.1875rem
}

.t-footer__pages-flex--items--center,
.t-footer__pages-flex--items--left {
	/*margin-right: 50px;
	margin-right: 3.125rem*/
}

.t-footer__pages-flex--items--right svg {
	fill: #fff;
	height: 30px;
	height: 1.875rem
}
.t-footer__pages-flex--items--right {
	display: flex!important;
}
.t-footer__pages-flex--items--right a {
	margin: 0 15px 0 0!important;
	height: 30px!important;
}

.js--close-menu {
	display:none!important;
}

.lang {
	display: none;
}

@media only screen and (max-width: 799px) {
	.js--close-menu {
		display: block!important;
	}

	.t-header{
		height: 60px;
		padding: 0 32px;
		background: rgba(0, 0, 0, .5);
		justify-content: space-between;
	}

	.t-header-logo {
		background: transparent;
		width: auto;
		min-height: initial;
	}

	.t-header-logo svg {
		width: 100%;
		height: 100%;
	}

	.t-header-logo a {
		width: 8.375rem;
	}


	.t-header.pages {
		padding: 0 10%;
		background: rgba(0, 0, 0, .7);
		justify-content: sp;
	}

	.t-footer__article {
		width: 100%;
	} 

	.t-header-nav {
		padding: 0!important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%;
		z-index: 5050;
		min-height: 100vh;
		background: rgba(17, 22, 31, 0.95)!important;
		transition: all ease 0.4s;
		will-change: transform, transition;
		transform: translateY(-120%);
	}

	.t-header-nav.is--active {
		transform: translate(0);
	}

	.t-header-nav .t-header-close-button {
		position: absolute;
		top: 3%;
		right: 8%;
		cursor: pointer;
		width: 30px;
		height: 30px;
		font-size: 25px;
		color: #fff;
	}

	.t-header-nav ul {
		flex-direction: column;
	}

	.t-header-nav ul li a {
		line-height: 44px;
		font-size: 20px;
		font-weight: 300;
	}
	
	.t-footer__article-top {
		padding-left: 10%;
		margin-right: 0;
		flex-direction: column;
		align-items: flex-start;
		background: url(../images/background-svg-ahi.svg) 50% no-repeat;
		background-size: cover;
	}

	.t-footer__article-top:after, .t-footer__article-top:before {
		left: 10%;
	}


	.t-footer__article-top:after {
		top: 90%;
	}

	.t-footer__article-top a {
		margin-top: 10%;
		right: initial;
		left: 10%;
		color: #6E6E6E;
		}

	.t-footer__article-top h3 {
		font-size: 26px;
		line-height: 28px;
	}

	.t-footer__article-bottom {
		padding: 0 1.875rem 24rem;
		display: block;
		background: url(../images/background_footer-m.png) 100% 0 no-repeat;
		background-size: cover;
	}

	.t-footer__article-bottom--center {
		margin-top: 1.875rem;
		max-width: 100%;
	}

	.t-footer__article-bottom--logo svg {
		width: 5.75rem;
	}

	.t-footer__article-bottom--items {
		padding-top: 0;
	}

	.t-footer__article-bottom--items a {
		font-weight: 400;
		text-transform: none;
		text-decoration: underline;
		position: relative;
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 1rem;
		line-height: 1.125rem;
	}

	.t-footer__article-bottom--items a:not(.linkedin):after {
		display: none;
	}

	.t-footer__share a svg {
		width: 1.4rem;
		height: 1.4rem;
	}

	.t-footer__article-bottom:before {
		content: "";
		background: #2a3241;
		height: 1px;
		width: 100%;
		display: block;
	}

	.t-footer__article:after {
		display: none;
	}

	.t-footer__article-bottom--banner {
		background: #2A3241;
	}

	.t-btn {
		font-size: 1rem;
		line-height: 1.125rem;
		margin-right: 0;
		color: #6E6E6E;
	}

	.t-btn__cicle {
		height: 1.8rem;
		width: 1.8rem;
		top: -1px;
		right: -24px;
	}

	.t-btn__cicle svg {
		fill: #6E6E6E;
	}

	.t-footer__pages-flex--items {
		flex-direction: column;
	}

	.t-footer__bg {
		display: none;
	}

	.t-footer__pages-flex--logo {
		margin-right: 0;
	}

	.t-footer__pages-flex--logo svg {
		width: 5.75rem;
	}

	.t-footer__pages-flex {
		align-items: flex-start;
		justify-content: space-between;
	}

	.t-footer__pages-flex--items--center, .t-footer__pages-flex--items--left {
		margin-right: 0;
	}

	.t-footer__pages-flex--items a {
		font-size: 1rem;
		line-height: 1.125rem;
		margin-bottom: 0.5rem;
	}

	.t-footer__pages-flex--items--right svg {
		width: 1.4rem;
		height: 1.4rem;
		margin-top: 10px;
	}

	.t-footer__pages {
		padding: 60px 10%;
		margin-top: 0;
	}

	.t-footer__pages:before {
		height: 15px;
		min-height: 0;
		top: 0;
	}

	.t-header-button {
		display: block;
	}

	.t-header__lang {display: none;}

	.lang {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.lang a {
		font-size: 18px!important;
		color: #e6e6e6;
		font-weight: 700!important;
		margin: 0 5px;
	}
	.lang a.is--active {
		color: #fff!important;
		text-decoration: underline;
	}

	.has--no-scroll .t-header-button,
	.t-header-nav__submenu {
		display: none;
	}
}

.new-button {
	background: #e6e3e1;
	color: #303643;
	font-size: 18px;
	padding: 10px 45px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
}
.new-button:hover {
	background: #fff;
	text-decoration: none;
}
.t-footer__article-bottom--items ul {
	margin-top: 20px;
}
.t-footer__share {
	margin-top: 115px;
	justify-content: left;
}
.t-footer__share li {
	margin: 0 15px 0 0;
}

/*.t-footer__pages-flex {
	flex-wrap: wrap;
}*/
@media screen and (min-width: 992px) {
	.new-button {
		margin-top: 125px;
	}
	.t-footer__pages-flex .new-button {
		margin-top: 15px;
	}
	.t-footer__pages-flex--items {
		/*padding-top: 30px;*/
	}
	.t-footer__pages-flex--items--right {
		padding-top: 30px;
	}
}

.t-about__board {
	background: #f9f9f9;
	padding: 40px;
}
.t-about__board h3 {
	color: #212734;
	font-size: 21px;
	font-weight: 300;
	margin: 80px 0 40px 0;
}
.t-about__board .col:last-child img {
	margin: 0 0 50px 0;
}
.t-about__board .col:last-child div + div {
	margin-top: 80px;
}
.t-about__board img {
	align-self: center;
	width: auto;
}
.t-about__board figure {
	position: relative;
	display: inline-block;
	margin: 0;
}
.t-about__board figure:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #2f3a4f;
	background: linear-gradient(90deg, #2f3a4f, #202631);
	height: 30px;
	height: 1.875rem;
}
.t-about__board p {
	color: #6e6e6e;
}
@media screen and (min-width: 992px) {
	.t-about__board h3 {
		font-size: 39px;
	}
	.t-about__board .has--center {
		display: flex;
		justify-content: space-between;
	}
	.t-about__board .col:first-child {
		flex: 0 0 20%;
	}
	.t-about__board .col:nth-child(2) {
		flex: 0 0 30%;
	}
	.t-about__board .col:last-child {
		flex: 0 0 30%;
	}
	.t-about__board {
		padding: 100px 0;
		margin-bottom: 100px;
	}
}

.t-dev__form--modal {
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}
.t-dev__form--modal .has--center {
	position: relative;
}
.close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	cursor: pointer;
}
p:empty {
	display: none;
}

.t-dev__banner--bg {
	position: relative;
}
.t-dev__banner--bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #2a3241;
	mix-blend-mode: multiply;
}
.t-dev__banner--bg .t-dev__banner-main--title,
.t-dev__banner--bg .t-dev__banner-main--description {
	position: relative;
	z-index: 30;
}
.t-dev__banner--bg .t-dev__banner-main--title {
	flex: 0 0 80%;
	margin: 0 0 50px 0;
}
.t-dev__banner--bg .t-dev__banner-main--title {
	font-size: 21px;
	line-height: 1.3;
}
.t-dev__banner--bg .t-dev__banner-main--description p {
	color: #e0dcdc;
	flex: 1;
}
.t-dev__banner--bg .t-dev__banner-main--flex {
	align-items: flex-start;
	flex-direction: column;
}
.t-dev__banner--bg .t-carrer__options-main--link {
	color: #fff;
	text-decoration: underline;
	position: relative;
	font-size: 14px;
	font-size: .875rem;
	width: 100px;
	display: block;
}
.t-dev__banner--bg .t-carrer__options-main--link span svg {
	fill: #fff;
}
.t-dev__banner--bg .t-btn__cicle {
	right: -65px;
}
@media screen and (min-width: 992px) {
	.t-dev__banner .t-dev__banner-main--title {
		font-size: 48px;
	}
	.t-dev__banner--bg .t-dev__banner-main--flex {
		align-items: stretch;
	}
	.t-dev__banner--bg .t-dev__banner-main--description {
		flex: 0 0 30%;
		padding-top: 110px;
		align-items: stretch;
		align-content: stretch;
		display: flex;
		flex-direction: column;
	}
}

.post-list {
	padding: 40px 0;
}
.post-box__image {
	height: 270px;
	width: 100%;
	margin: 0 0 60px 0;
	position: relative;
}
.post-box__image:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	background: #2f3a4f;
	height: 30px;
}
.post-box h2 {
	color: #2a3241;
	font-size: 18px;
	margin: 15px 0;
	font-weight: 600;
}
.post-box {
	margin: 0 0 30px 0;
}
.post-box a {
	margin: 20px 0 30px 0;
}
@media screen and (min-width: 992px) {
	.post-list {
		padding: 100px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: stretch;
	}
	.post-box {
		flex: 0 0 calc(33% - 15px);
	}
	.post-box h2 {
		color: #2a3241;
		font-size: 21px;
	}
}

.navigation ul {
	margin: 0 0 60px 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}
 
.navigation {
	margin: 20px 0 0 0;
	overflow: hidden;
}
.navigation li {
	display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background: #2f3a4f;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px 12px 8px 12px;
	display: inline-block;
}
 
.navigation li a:hover,
.navigation li.active a {
	opacity: .8;
}


.t-post {
	background: #f9f9f9;
	padding: 30px;
}
.t-post h2, .t-post h3, .t-post h4 {
	font-weight: 300;
	color: #2a3241;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.t-post h2 {
	font-size: 32px;
}
.t-post h3 {
	font-size: 26px;
}
.t-post h4 {
	font-size: 21px;
}
.t-post p {
	color: #6e6e6e;
}

.next-prev {
	text-align: center;
	display: block;
	width: 100%;
	margin: 50px 0 30px 0;
}
.next-prev a {
	display: inline-block;
	color: #2a3241;
	margin: 0 10px;
	font-size: 16px;
	text-transform: uppercase;
}
.t-post img {
	width: 100%;
	height: auto;
	border-bottom: 25px solid;
	border-image-source: linear-gradient(90deg, #cbcbcb, #f9f9f9);
	border-image-slice: 1;
	margin: 30px 0;
}
.t-post p {
	margin: 20px 0;
}
@media screen and (min-width: 992px) {
	.t-post {
		padding: 100px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: stretch;
		box-shadow: 0 10px 50px rgba(0,0,0,.1);
	}
	.t-post h2 {
		font-size: 48px;
	}
	.t-post h3 {
		font-size: 36px;
	}
	.t-post h4 {
		font-size: 24px;
	}
	.t-post__left, .t-post__right {
		flex: 0 0 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
		/*margin: 30px 0;*/
	}
	.t-post__inner {
		transform: translateY(-100px);
	}
}

.careers_new {
	padding: 30px 0;
}
.careers_new .has--center {
	padding: 0 30px;
}
.careers_new figure {
	margin: 0;
	width: 100%;
	position: relative;
}
.careers_new figure:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #cecece;
	background: linear-gradient(90deg, #cecece, #fff);
	height: 30px;
	height: 1.875rem;
}
.careers_new h2 {
	color: #2a3241;
	font-size: 32px;
	margin: 50px 0 20px 0 ;
}
.careers_new--right div:last-child img {
	width: 80px;
	margin-top: 40px;
}
@media screen and (min-width: 992px) {
	.careers_new {
		padding: 90px 0 120px 0;
	}
	.careers_new h2 {
		margin: 0 0 60px 0;
		font-size: 52px;
		line-height: 48px;
		font-weight: 300;
	}
	.careers_new .has--center {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.careers_new--left, .careers_new--right {
		flex: 0 0 50%;
	}
	.careers_new--right {
		display: flex;
		padding-left: 60px;
	}
	.careers_new--right div:first-child {
		margin-right: 30px;
	}
	.careers_new--right div:last-child img {
		margin-top: 10px;
	}
}

/* Residences */
.residences__title {
	background: #3640b5;
	padding: 90px 30px 30px 30px;
}
.residences__title img {
	max-width: 100%;
	margin-bottom: 30px;
	width: auto;
}
.residences__title p {
	color: #fff;
}
@media screen and (min-width: 992px) {
	.residences__title {
		padding: 200px 0;
		background: #3640b5 url('../images/bg-residences.jpg')no-repeat center;
	}
	.residences__title p {
		max-width: 45%;
		margin-top: 60px;
	}
}

.residences__image {
	background: url('../images/residences-image.jpg')no-repeat center/cover;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
	border-bottom: 25px solid #3640b5;
}
@media screen and (min-width: 992px) {
	.residences__title + .t-dev__options {
		margin-top: -100px;
		margin-bottom: -100px;
		transform: translateY(0);
	}
	.residences__image {
		height: 670px;
	}
}

.residences__image + .t-choices__options {
	transform: translateY(0);
}
.new-residences .t-choices__options-wrapper:before {
	display: none;
}

.new-residences {
	padding: 30px;
}
.new-residences .t-choices__options-title h3 {
	margin-top: 0;
}
.new-residences .t-choices__options-title h3 strong {
	display: block;
	font-size: 70%;
	margin-top: 12px;
}
.new-residences .t-choices__options-title {
	border-left: 0;
	padding-left: 0;
}
.new-residences .t-choices__options-bottom {
	padding-left: 0;
}
.new-residences .t-choices__options-bottom:before {
	display: none;
}

@media screen and (min-width: 992px) {
	.new-residences {
		padding: 90px 0;
	}
	.t-residences-content article h3, .t-choices__options-title h3 {
		font-size: 36px!important;
	}
	.new-residences h3 p {
		font-size: 46px!important;
	}
	.new-residences .t-choices__options-bottom {
		max-width: 90%;
		margin: 0 auto;
	}
	.new-residences .t-choices__options-bottom--item {
		margin-bottom: 80px;
	}
	.t-choices__options-bottom--item h3, .t-choices__options-bottom--item p {
		max-width: 75%;
	}
}

.lps {
	padding: 30px;
}
.lps h3 {
	font-size: 21px;
	color: #2a3241;
	position: relative;
	padding-top: 70px;
}
.lps h3:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100px;
	height: 8px;
	background: #e8e5e3;
}
.lps strong {
	display: block;
	margin-top: 12px;
	font-size: 70%;
}
.lps-logo {
	margin-top: 30px;
}
.lps-logo, .lps-description {
	border: 2px solid #e8e5e3;
}
.lps-description {
	border-top: 0;
	padding: 15px;
	text-align: center;
}
.lps-description p {
	color: #6e6e6e;
}
@media screen and (min-width: 992px) {
	.lps {
		padding: 0 0 100px 0;
	}
	.lps .has--center {
		max-width: 72.8125rem;
		margin: 0 auto;
	}
	.lps h3 p {
		font-size: 42px!important;
		max-width:80%;
		font-weight: 300;
		margin-bottom: 40px;
	}
	.lps-flex {
		display: flex;
		flex-wrap: wrap;
	}
	.lps-box {
		flex: 0 0 50%;
		display: flex;
		margin-bottom: 30px;
	}
	.lps-logo img {
		height: 130px;
		width: auto;
	}
	.lps-logo {
		margin-bottom: 83px;
	}
	.lps-description {
		border: 2px solid #e8e5e3;
		align-self: flex-end;
		width: 170px;
		text-align: left;
		font-size: 18px;
	}
}

.ciente {
	display:block;
}
.ciente .last {
	color: #fff;
	display:flex;
}
.ciente input {
    position:Relative;
    top: 3px;
}
.ciente .wpcf7-list-item-label {
	padding-left: 20px;
	flex: 1;
	margin-top: 0;
	font-size: 12px;
}
.ciente .wpcf7-not-valid-tip {
	margin-top: 10px!important;
	font-size: 12px;
}

.btn-send input {
	color: #2a3241!important;
	background: #fff!important;
	right: 0!important;
}

@media (min-width: 992px) {
	.t-footer__pages-flex--items--center {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.t-footer__pages-flex--items--center a {
		flex: 0 0 50%;
	}
	.t-footer__pages-flex--items--left {
		margin:  0 20px;
	}
	.t-footer__pages-flex--items--left:nth-child(2) {
		margin-right: 40px;
		margin-top: 3px;
	}
}