@font-face {
	font-family: 'Gellix-Regular';
	src: url('../fonts/Gellix-Regular.eot');
  src: url('../fonts/Gellix-Regular.otf');
	src: local('☺'), 
	url('../fonts/Gellix-Regular.woff') format('woff'),
  url('../fonts/Gellix-Regular.woff2') format('woff2'),  
	url('../fonts/Gellix-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gellix-RegularItalic';
	src: url('../fonts/Gellix-RegularItalic.eot');
  src: url('../fonts/Gellix-RegularItalic.otf');
	src: local('☺'), 
	url('../fonts/Gellix-RegularItalic.woff') format('woff'),
  url('../fonts/Gellix-RegularItalic.woff2') format('woff2'),  
	url('../fonts/Gellix-RegularItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gellix-SemiBold';
	src: url('../fonts/Gellix-SemiBold.eot');
  src: url('../fonts/Gellix-SemiBold.otf');
	src: local('☺'), 
	url('../fonts/Gellix-SemiBold.woff') format('woff'),
  url('../fonts/Gellix-SemiBold.woff2') format('woff2'),  
	url('../fonts/Gellix-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gellix-SemiBoldItalic';
	src: url('../fonts/Gellix-SemiBoldItalic.eot');
  src: url('../fonts/Gellix-SemiBoldItalic.otf');
	src: local('☺'), 
	url('../fonts/Gellix-SemiBoldItalic.woff') format('woff'),
  url('../fonts/Gellix-SemiBoldItalic.woff2') format('woff2'),  
	url('../fonts/Gellix-SemiBoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gellix-Bold';
	src: url('../fonts/Gellix-Bold.eot');
  src: url('../fonts/Gellix-Bold.otf');
	src: local('☺'), 
	url('../fonts/Gellix-Bold.woff') format('woff'),
  url('../fonts/Gellix-Bold.woff2') format('woff2'),  
	url('../fonts/Gellix-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gellix-BoldItalic';
	src: url('../fonts/Gellix-BoldItalic.eot');
  src: url('../fonts/Gellix-BoldItalic.otf');
	src: local('☺'), 
	url('../fonts/Gellix-BoldItalic.woff') format('woff'),
  url('../fonts/Gellix-BoldItalic.woff2') format('woff2'),  
	url('../fonts/Gellix-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sombra Regular';
	src: url('../fonts/Sombra Regular.eot');
  src: url('../fonts/Sombra Regular.otf');
	src: local('☺'), 
	url('../fonts/Sombra Regular.woff') format('woff'), 
	url('../fonts/Sombra Regular.woff2') format('woff2'),
	url('../fonts/Sombra Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Sombra Bold';
	src: url('../fonts/Sombra Bold.eot');
  src: url('../fonts/Sombra Bold.otf');
	src: local('☺'), 
	url('../fonts/Sombra Bold.woff') format('woff'), 
	url('../fonts/Sombra Bold.woff2') format('woff2'),
	url('../fonts/Sombra Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Sombra Black';
	src: url('../fonts/Sombra Black.eot');
  src: url('../fonts/Sombra Black.otf');
	src: local('☺'), 
	url('../fonts/Sombra Black.woff') format('woff'), 
	url('../fonts/Sombra Black.woff2') format('woff2'),
	url('../fonts/Sombra Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after, *:before {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus, a:focus {
	outline:0;
	outline-offset:0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ul li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ul {list-style: none;}
caption,th { text-align:left; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after { clear: both; }
button, 
input[type="submit"],
input[type="checkbox"],
input[type="radio"] { 
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Montserrat', sans-serif;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:not([type=checkbox]):not([type=radio]),
input[type="submit"],
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  background-color: #fff;
  color: #2C2C2A;
  font-family: 'Gellix-Regular';
  overflow-x: hidden;
}

.ios .navigationsContent ul a,
.ios .headerTop h1,
.ios .pnHeader h1,
.ios .bnHeader h2,
.ios .lets H2,
.ios .ourImpactHome-header h2,
.ios .hoverActive .ourImpactHome-header h2,
.ios .col3Block .bnHeader h2,
.ios .peopleMapHeader h1,
.ios .pinHeaderText,
.ios .modalContent,
.ios .ourHeader h2 {
  letter-spacing: -1px;
}

body.home {
  padding-top: 0;
}
a {
  text-decoration: none;
}
strong,
b {
  font-family: 'Gellix-Bold';
  font-weight: normal;
}
@media (min-width: 768px) {
  .forMobile {
    display: none!important;
  }
  .col3Block {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .col3Block .col {
    width: calc(33.33333% - 20px);
  }
}
.topContainer,
.hsContent,
.hsContainer,
.ourContainer,
.ourContent,
.col3Box,
.сountreyContainer,
.insightsContainer,
.footerContainer,
.headerTop-container,
.col2greyContainer,
.chartsContainer,
.marketImpactContainer,
.peopleMapContent,
.fpComtainer,
.textFbox-contrainer,
.fp4ColsBox,
.pinHeaderContainer,
.pinCintainer,
.cpBoxContainer,
.mpContainer,
.c2cContainer,
.imfContainer,
.pc2Container,
.cc1Container,
.sgContainer,
.markingContainer,
.ihbContainer,
.i2cContainer,
.letsContaier,
.insfComtainer,
.ourlocationContainer,
.cfContainer,
.jsContainer,
.legalContainer,
.logo6colContainer,
.graphContainer {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 993px) {
  .topContainer,
  .hsContent,
  .ourContent,
  .col3Box,
  .сountreyContainer,
  .insightsContainer,
  .footerContainer,
  .headerTop-container,
  .col2greyContainer,
  .chartsContainer,
  .marketImpactContainer,
  .peopleMapContent,
  .fpComtainer,
  .textFbox-contrainer,
  .fp4ColsBox,
  .pinHeaderContainer,
  .pinCintainer,
  .cpBoxContainer,
  .mpContainer,
  .c2cContainer,
  .imfContainer,
  .pc2Container,
  .cc1Container,
  .sgContainer,
  .markingContainer,
  .ihbContainer,
  .letsContaier,
  .insfComtainer,
  .ourlocationContainer,
  .cfContainer,
  .jsContainer,
  .legalContainer,
  .logo6colContainer,
  .graphContainer {
    max-width: 1230px;
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .topContainer,
  .hsContent,
  .ourContent,
  .col3Box,
  .сountreyContainer,
  .insightsContainer,
  .footerContainer,
  .headerTop-container,
  .col2greyContainer,
  .chartsContainer,
  .marketImpactContainer,
  .peopleMapContent,
  .fpComtainer,
  .textFbox-contrainer,
  .fp4ColsBox,
  .pinHeaderContainer,
  .pinCintainer,
  .cpBoxContainer,
  .mpContainer,
  .c2cContainer,
  .imfContainer,
  .pc2Container,
  .cc1Container,
  .sgContainer,
  .markingContainer,
  .ihbContainer,
  .letsContaier,
  .insfComtainer,
  .ourlocationContainer,
  .cfContainer,
  .jsContainer,
  .legalContainer,
  .logo6colContainer,
  .graphContainer {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .noMobile {
    display: none!important;
  }
}
/* TOP START
------------------------------------------------------------------------------ */
.topContent,
.navigationsTop {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.topLogo svg {
  display: block;
  fill: #2C2C2A;
  width: auto;
}
body.home .topLogo svg {
  fill: #D5FA94;
}

@media (min-width: 768px) {
  .topContent {
    -webkit-align-items: center;
    align-items: center;
    min-height: 125px;
  }
  body.home .topLogo svg {
    height: 33px;
  }
  .topLogo svg {
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .topContent {
    min-height: 73px;
  }
  body.home .topLogo svg {
    height: 18px;
  }
  .topLogo svg {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .topContent {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 37px 37px 0;
    min-height: 124px;
  }
  .topLogo svg {
    height: 21px;
  }
}
.icon-1 svg {
  display: block;
  fill: #2C2C2A;
}

/* .nav-toggle start
----------------------------------------------- */
.bar {
  position: fixed;
  z-index: 15;
}
.nav-toggle {
  display: block;
  position: relative;
  cursor: pointer;
}
.nav-toggle span { 
  left: 0; 
  top: 12px; 
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  position: absolute;
  display: block;
  content: '';
  background: #2C2C2A;
  cursor: pointer;
}
.nav-toggle:hover span,
.nav-toggle:hover span:before,
.nav-toggle:hover span:after {
  background: #D5FA94;
}
.nav-toggle span, 
.nav-toggle span:before, 
.nav-toggle span:after {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
.nav-toggle.active {
  opacity: 0;
}
.nav-toggle.active span {
  background-color: transparent;
}
.navigationsTop .nav-toggle.active {
  opacity: 1;
}
.navigationsTop .nav-toggle.active span:before, 
.navigationsTop .nav-toggle.active span:after {
  top: 0;
}
.navigationsTop .nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.navigationsTop .nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.navigations {
  height: 100vh;
  min-height: 100%;
  background-color: #D4D5CF;
  position: fixed;
  z-index: 20;
  top: 0;
  overflow: hidden;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.navigationsContent ul a {
  display: block;
  font-family: 'Sombra Black';
  color: #2C2C2A;
}
.navigationsContent ul a:hover,
.navigationsContent ul li.current-menu-item a {
  color: #fff
}
.navigationsContent ul li.current-menu-item a {
  cursor: default;
}
.nav-toggle.active + .navigations {
  right: 0;
}

@media (min-width: 1201px) {
  .bar {
    top: 49px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .bar {
    top: 24px;
    right: 70px;
  }
}

@media (min-width: 993px) {
  .bar {
    top: 49px;
  }
  .nav-toggle {
    width: 53px; 
    height: 27px;
  }
  .nav-toggle span:before {
    top: -12px;
  }
  .nav-toggle span:after {
    bottom: -12px; 
  }
  .nav-toggle span, 
  .nav-toggle span:before,
  .nav-toggle span:after {
    height: 3px;
    width: 53px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  
  .navigationsTop .nav-toggle {
    top: -5px;
    right: -18px;
    height: 60px;
  }
  .navigationsTop .nav-toggle span {
    top: 27px;
  }
  .navigationsTop .nav-toggle span, 
  .navigationsTop .nav-toggle span:before,
  .navigationsTop .nav-toggle span:after {
    height: 2px;
  }
  .navigations {
    padding: 40px 70px 25px;
  }
  .icon-1 svg {
    width: 83px;
    height: auto;
  }
  .icon-1 {
    margin-bottom: 100px;
  }
  .navigationsContent ul a {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .bar {
    top: 24px;
    right: 70px;
  }
  .nav-toggle {
    width: 38px; 
    height: 27px;
  }
  .nav-toggle span:before {
    top: -10px;
  }
  .nav-toggle span:after {
    bottom: -10px; 
  }
  .nav-toggle span, 
  .nav-toggle span:before,
  .nav-toggle span:after {
    height: 3px;
    width: 38px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
  
  .navigationsTop .nav-toggle {
    top: -12px;
    right: -15px;
    height: 60px;
  }
  .navigationsTop .nav-toggle span {
    top: 27px;
  }
  .navigationsTop .nav-toggle span, 
  .navigationsTop .nav-toggle span:before,
  .navigationsTop .nav-toggle span:after {
    height: 2px;
  }
  .navigations {
    padding: 25px 33px 0;
  }
  .icon-1 {
    width: 50px;
    margin-bottom: 150px;
  }
  .icon-1 svg {
    width: 100%;
    height: auto;
  }
  .navigationsContent ul a {
    font-size: 37px;
    line-height: 49px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .bar {
    top: 33px;
    right: 37px;
  }
  .nav-toggle {
    width: 38px; 
    height: 27px;
  }
  .nav-toggle span:before {
    top: -10px;
  }
  .nav-toggle span:after {
    bottom: -10px; 
  }
  .nav-toggle span, 
  .nav-toggle span:before,
  .nav-toggle span:after {
    height: 3px;
    width: 38px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }

  .navigationsTop .nav-toggle {
    top: -5px;
    right: 5px;
    height: 40px;
  }
  .navigationsTop .nav-toggle span {
    top: 20px;
  }
  .navigationsTop .nav-toggle span, 
  .navigationsTop .nav-toggle span:before,
  .navigationsTop .nav-toggle span:after {
    height: 2px;
  }
  .navigations {
    width: 100%;
    right: -100%;
    padding: 37px 37px 0;
  }
  .icon-1 {
    margin-bottom: 80px;
  }
  .icon-1 svg {
    width: 49px;
    height: auto;
  }
  .navigationsContent ul a {
    font-size: 39px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1201px) {
  .navigations {
    width: 805px;
    right: -805px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .navigations {
    width: 600px;
    right: -600px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navigations {
    width: 374px;
    right: -374px;
  }
}
/* .nav-toggle stop
------------------------------------------------- */
.navigationsContent ul {
  overflow-y: auto;
}
@media (min-width: 993px) {
  .navigationsContent ul {
    height: calc(100vh - 224px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navigationsContent ul {
    height: calc(100vh - 222px);
  }
}
@media (max-height: 767px) {
  .navigationsContent ul {
    height: calc(100vh - 162px);
  }
}
/* TOP STOP
------------------------------------------------------------------------------ */

body.home .topBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/* HOME SLIDER START
------------------------------------------------------------------------------ */
.hsBox,
.mobimage {
  background-repeat:no-repeat;
	background-position:center top;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.home-slider .slick-arrow {
  display: none!important;
}
.hsHeader h2 {
  color: #fff;
  font-family: 'Sombra Black';
}
.hsHeader h2 .dynamic {
	color: #D5FA94;
	display: block;
	height: 1.1em;
	overflow: hidden;
}
.hsHeader h2 .dynamic span {
	display: block;
	position:relative;
}

.hsBox {
  position: relative;
}
.dottedline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dottedline img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .dottedline-forMobile {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .dottedline-forDesktoptablet {
    display: none!important;
  }
  .dottedline img {
    right: 0;
  }
}

@media (min-width: 768px) {
  .mobimage {
    background-image: none!important;
  }
  .hsContent {
    height: 734px;
    padding-top: 169px;
  }
  .hsHeader h2 {
    font-size: 68px;
    line-height: 72px;
  }
  .hsHeader h2 .dynamic {
    font-size: 68px;
    line-height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hsContent {
    height: 392px;
    padding-top: 97px;
  }
}
@media (max-width: 767px) {
  .hsBox {
    background-image: none!important;
  }
  .hsContent {
    min-height: 100vh;
    padding: 110px 37px 0;
  }
  .hsHeader h2 {
    font-size: 38px;
    line-height: 42px;
  }
  .hsHeader h2 .dynamic {
	  font-size: 38px;
    line-height: 40px;
  } 
}
/* HOME SLIDER START
------------------------------------------------------------------------------ */

/* black line START
------------------------------------------------------------------------------ */
.blackLineBox {
  background: #2C2C2A;
  position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
}
.blackLineContent {
  min-height: 48px;
}
.blackLineItem {
  font-family: 'Sombra Black';
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .blackLineContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .blackLineItem {
    margin: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blackLineBox {
    display: none;
  }
}
@media (max-width: 767px) {
  .blackLineBox {
    display: none;
  }
}
/* black line STOP
------------------------------------------------------------------------------ */

/* HOME Our Impact START
------------------------------------------------------------------------------ */
.ourImpactHome {
  background-color: #fff;
}
.ourImpactHome .col {
  position: relative;
  overflow: hidden;
}

.ourImpactHome-header h2 {
  font-family: 'Sombra Black';
}
.ourImpactHome-link a {
  color: #000;
  font-family: 'Sombra Regular';
}
.ourImpactHome-link a:hover {
  text-decoration: underline;
}
.ourImpactHome-link a img {
  margin-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .ourImpactHome {
    padding: 70px 30px 105px;
  }
  .ourImpactHome .col,
  .transformBox {
    height: 282px;
    overflow: hidden;
  }
  .ourImpactHome .col .transformBlock {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }
  .ourImpactHome .col:hover .transformBlock {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transform: translateY(-278px);
    -webkit-transform: translateY(-278px);
    -moz-transform: translateY(-278px);
    -ms-transform: translateY(-278px);
    -o-transform: translateY(-278px);
}
  .transformBox {
    border-top: 8px solid #D4D5CF;
  }
  .ourImpactHome .col:hover .transformBox {
    border-top: 8px solid #D5FA94;
  }

  .blockHover,
  .hoverActive  {
    height: 274px;
    overflow: hidden;
  }

  .hoverActive {
    display: -webkit-flex;
    -webkit-fflex-direction: column;
    -webkit-fflex-wrap: nowrap;
    -webkit-fjustify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .ourImpactHome-header {
    padding: 20px 0 0;
    margin-bottom: 28px;
  }
  .ourImpactHome-header h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .ourImpactHome-content,
  .ourImpactHome-content p {
    font-size: 20px;
    line-height: 30px;
  }
  body.home .ourImpactHome-link {
    margin-top: 20px;
  }
  .ourImpactHome-link a {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .ourImpactHome {
    padding: 70px 70px 105px;
  }
  body.home .ourImpactHome-link {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .ourImpactHome {
    padding-bottom: 65px;
    padding: 62px 37px 65px;
  }
  .hoverActive {
    display: none;
  }
  .transformBox {
    border-top: 2px solid #D4D5CF;
  }
  .ourImpactHome-header {
    padding: 14px 0 0;
    margin-bottom: 16px;
  }
  .ourImpactHome-header h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .ourImpactHome-content {
    margin-bottom: 80px;
  }
  .ourImpactHome-content,
  .ourImpactHome-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .ourImpactHome-link a {
    font-size: 14px;
    line-height: 20px;
  }
  .ourImpactHome-link a img {
    height: 12px;
    top: -1px;
  }
}
.blockHover {
  width: 100%;
}
.hoverActive {
  text-align: center;
  width: 100%;
}
.hoverActive .ourImpactHome-content,
.hoverActive .ourImpactHome-content p {
  font-family: 'Gellix-SemiBold';
}
@media (min-width: 768px) {
  .hoverActive .ourImpactHome-header {
    padding: 0;
    margin-bottom: 0;
  }
  .hoverActive .ourImpactHome-header h2 {
    font-size: 100px;
    line-height: 1;
  }
  .hoverActive .ourImpactHome-content,
  .hoverActive .ourImpactHome-content p {
    font-size: 20px;
    line-height:30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .ourImpactHome {
    padding: 51px 70px 60px;
  }
  .ourImpactHome-header {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .ourImpactHome-header h2 {
    font-size: 20px;
    line-height:25px;
  }
  .ourImpactHome-content {
    margin-bottom: 48px
  }
  .ourImpactHome-content,
  .ourImpactHome-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .ourImpactHome-link a {
    font-size: 14px;
    line-height: 17px;
  }
  .ourImpactHome-link a img {
    margin-left: 8px;
    height: 10px;
    top: -1px;
  }
  .hoverActive .ourImpactHome-header {
    padding: 0;
    margin-bottom: 0;
  }
  .hoverActive .ourImpactHome-header h2 {
    font-size: 60px;
    line-height: 1;
  }
  .hoverActive .ourImpactHome-content,
  .hoverActive .ourImpactHome-content p {
    font-size: 20px;
    line-height:30px;
  }
}
@media (max-width: 767px) {
  .hoverActive .ourImpactHome-header {
    padding: 80px 0 0;
    margin-bottom: 0;
  }
  .hoverActive .ourImpactHome-content br {
    display: none;
  }
}
/* HOME Our Impact STOP
------------------------------------------------------------------------------ */

/* country slider START
------------------------------------------------------------------------------ */
.country-slider .slick-arrow {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.country-slider .slick-prev {
  display: none!important;
}
.country-slider .slick-next {
  position: absolute;
}
.country-slider .slick-arrow svg {
  fill: #fff;
}
.country-slider .slick-arrow:hover svg {
  fill: #d5fa94;
}
@media (min-width: 768px) {
  .country-slider .slick-next {
    bottom: 50px;
    right: 135px;
  }
  .country-slider .slick-arrow svg {
    width: 45px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .country-slider .slick-next {
    top: 375px;
    right: 56px;
  }
  .country-slider .slick-arrow svg {
    width: 25px;
    height: auto;
  }
}

.сountreyBox {	
  background-repeat:no-repeat;
	background-position:right center;	
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}
.сountreyBox:nth-child(odd) {
  background-color: #d5fa94;
}
.сountreyBox:nth-child(even) {
  background-color: #C5E5FF;
}
.сountreyLocation,
.сountreyLocation p {
  font-family: 'Sombra Black';
  color: #93A3A1;
  font-size: 14px;
}
.сountreyText,
.сountreyText p {
  font-family: 'Sombra Bold';
}
.сountreyPic img {
  max-width: 160px;
  height: auto;
}
@media (min-width: 993px) {
  .countreyColMobile {
    display: none!important;
  }
  .countreyCol-1 {
    padding: 69px 0;
  }
  .сountreyLocation {
    margin-bottom: 57px;
  }
  .сountreyText {
    margin-bottom: 48px;
  }
  .сountreyText,
  .сountreyText p {
    font-size: 38px;
    line-height: 48px;
  }
  .сountreyText p:before {
    content: "\201C";
    position: absolute;
    margin-left: -.5em;
  }
  .сountreyText p:after {
    content: "\201D";
  }
  .сountreySubText {
    margin-bottom: 70px;
  }
  .сountreySubText,
  .сountreySubText p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .сountreyBox {	
    background-position:right -40px center;	
  }
  .countreyCol-1 {
    padding: 69px 0;
  }
  .сountreyContent {
    min-height: auto;
    padding: 40px 0;
    max-width: 50%;
  }
  .сountreyLocation {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 25px;
  }
  .сountreyText {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .сountreySubText {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .country-slider .slick-next {
    bottom: 30px;
    right: 80px;
  }
  .country-slider .slick-arrow svg {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .сountreyBox {
    background-image: none!important;
  }
  .countreyColMobile {
    background-repeat:no-repeat;
    background-position: right bottom 45px;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    height: 500px;
    width: 100%;
  }
  .countreyCol-1 {
    padding-bottom: 70px;
  }
  .countreyCol {
    padding: 0 37px;
  }
  .сountreyLocation {
    margin-bottom: 30px;
  }
  .сountreyText {
    margin-bottom: 14px;
  }
  .сountreyText,
  .сountreyText p {
    font-size: 28px;
    line-height: 35px;
  }
  .сountreySubText {
    margin-bottom: 50px;
  }
  .сountreySubText,
  .сountreySubText p {
    font-size: 16px;
    line-height: 23px;
  }
  .сountreyPic {
    padding: 0 37px;
  }
}

@media (min-width: 1201px) {
  .сountreyContent {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 450px;
  }
  .countreyCol-2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .сountreyBox {
    background-image: none!important;
  }
  .сountreyContainer {
    padding: 0;
  }
  .сountreyContent {
    display: table;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .countreyCol-1 {
    display: table-cell;
    width: 50%;
    padding-right: 20px;
    padding-left: 70px;
  }
  .countreyCol-2 {	
    display: table-cell;
    background-position:left top;	
    background-repeat:no-repeat;
    width: 50%;	
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .countreyCol-2 {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .countreyCol-2 {	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .countreyCol-2 {
    display: none;
  }
}

/* country slider STOP
------------------------------------------------------------------------------ */

/* INSIGHTS START
------------------------------------------------------------------------------ */
.insightsBox {
  background-color: #EFF0EA;
}
.insightsCol h2 {
  font-family: 'Sombra Regular';
  font-weight: 400;
  text-transform: uppercase;
}
.insightsBlock {
  display: block;
}
.insightsCountry {
  color: #93A3A1;
}
.insightsCountry,
.insightsCountry p {
  font-family: 'Sombra Black';
  color: #93A3A1;
  font-size: 14px;
  text-transform: uppercase;
}
.insightsText,
.insightsText p {
  font-family: 'Sombra Bold';
  color: #2C2C2A;
}
.insightsLink a,
.insightsLink span {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
	-webkit-align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
	align-content: center;
  color: #2C2C2A;  
  font-family: 'Sombra Regular';
}
.insightsLink a i,
.insightsLink span i {
  font-style: normal;
  display: block;
}
.insightsLink a:hover,
.insightsBlock:hover .insightsLink span {
  text-decoration: underline;  
}
.insightsLink a span{
  display: block;
  margin-left: 10px;
  position: relative;
}
.insightsLink span span {
  margin-left: 10px;
}
.insightsLink a span img,
.insightsLink span span img {
  position: absolute;
}
.insightsLink a span img:nth-child(2),
.insightsLink span span img:nth-child(2) {
  opacity: 0;
}

@media (min-width: 768px) {
  .insightsContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 120px 0 0 0;
  }
  .insightsCol:nth-child(1) {
    width: 40%;
  }
  .insightsCol:nth-child(2) {
    width: 60%;
  }
  .insightsCol h2 {
    font-size: 50px;
    line-height: 56px;
    margin-top: -10px;
  }
  .insightsBlock {
    border-top: 8px solid #fff;
    padding: 39px 0 0 0;
  }
  .insightsBlock:hover {
    border-top: 8px solid #D5FA94;
  }
  .insightsCountry {
    margin: 0 0 20px;
  }
  .insightsText{
    margin: 0 0 35px;
  }
  .insightsText,
  .insightsText p {
    font-size: 32px;
    line-height: 46px;
  }
  .insightsLink {
    padding: 0 0 110px;
  }
  .insightsLink a,
  .insightsLink span {
    font-size: 18px;
  }
  .insightsLink a span,
  .insightsLink span span {
    top: 2px;
  }
  .insightsLink a span,
  .insightsLink a span img
  .insightsLink span span,
  .insightsLink span span img {
    width: 23px;
    height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .insightsContent {
    padding: 69px 0 0 0;
  }
  .insightsCol h2 {
    font-size: 27px;
    line-height: 31px;
    margin-top: -6px;
  }
  .insightsBlock {
    border-top: 5px solid #fff;
    padding: 18px 0 0 0;
  }
  .insightsBlock:hover {
    border-top: 5px solid #D5FA94;
  }
  .insightsCountry {
    margin: 0 0 10px;
  }
  .insightsText{
    margin: 0 0 20px;
  }
  .insightsText,
  .insightsText p {
    font-size: 20px;
    line-height:30px;
  }
  .insightsLink {
    padding: 0 0 50px;
  }
  .insightsLink a,
  .insightsLink span {
    font-size: 14px;
  }
  .insightsLink a span,
  .insightsLink span span {
    top: -4px;
    margin-left: 6px;
  }
  .insightsLink a span,
  .insightsLink a span img,
  .insightsLink span span,
  .insightsLink span span img {
    width: 13px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .insightsBox {
    padding: 80px 37px 0;
  }
  .insightsCol h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 51px;
  }  
  .insightsBlock {
    border-top: 4px solid #fff;
    padding-top: 26px;
  }
  .insightsBlock:hover {
    border-top: 4px solid #D5FA94;
  }
  .insightsCountry {
    margin-bottom: 15px;
  }
  .insightsText{
    margin-bottom: 40px;
  }
  .insightsText,
  .insightsText p {
    font-size: 26px;
    line-height: 33px;
  }
  
  .insightsLink {
    padding-bottom: 50px;
  }
  .insightsLink a,
  .insightsLink span {
    font-size: 14px;
  }
  .insightsLink a span,
  .insightsLink span span {
    top: -4px;
  }
  .insightsLink a span,
  .insightsLink a span img,
  .insightsLink span span,
  .insightsLink span span img {
    height: auto;
    width: 16px;
  }
}
/* INSIGHTS STOP
------------------------------------------------------------------------------ */

/* FOOTER START
------------------------------------------------------------------------------ */
footer {
  background-color: #2C2C2A;
  color: #fff;
  background-image: url(../images/bg_footer.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.footerCol:nth-child(1) a {
  display: block;
}
.footerCol a,
.copyright a {
  color: #fff;
}
.footerCol a:hover,
.copyright a:hover,
.footerCol li.current-menu-item a,
.copyright li.current-menu-item a {
  color: #D5FA94;
  text-decoration: underline;
}
.footerCol li.current-menu-item a,
.copyright li.current-menu-item a  {
  cursor: default;
}
.singUpText {
  font-family: 'Sombra Black';
}
.singUpText,
.singUpText p {
  font-size: 14px;
}

.socialFooter a {
  background-color: #D5FA94;
  display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-webkit-align-content: center;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.socialFooter a:hover {
  background-color: #fff;
}
.copyright {
  font-family: 'Sombra Bold';
}
@media (min-width: 768px) {
  footer {
    padding: 90px 0 50px;
  }
  .footerContent {
    margin-bottom: 190px;
  }
  .footerContent,
  .footerCol:nth-child(1),
  .socialFooter,
  .socialFooter ul,
  .copyright,
  .copyright ul {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .footerCol:nth-child(1) {
    width: 40%;
  }
  .footerCol:nth-child(2) {
    width: 60%;
  }
  .footerCol:nth-child(1) ul {
    width: 50%;
  }
  .footerCol:nth-child(1) a {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .singUpFooter {
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .singUpText {
    margin-bottom: 20px;
  }
  .socialFooter a {
    width: 40px;
    height: 40px;
    margin-right: 30px;
  }
  .socialFooter a img {
    height: 24px;
    width: auto;
  }
  .copyrighText,
  .copyrighText p,
  .copyright ul li a {
    font-size: 12px;
    line-height: 22px;
  }
  .copyright ul li a {
    display: block;
    margin-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer {
    padding: 90px 0;
  }
  .footerContent {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 70px;
  }
  .footerContent .footerCol {
    width: auto;
  }
  .footerContent .footerCol ul {
    width: auto;
  }
  .footerCol:nth-child(1) ul {
    margin-right: 50px;
  }
  .footerContent .footerCol:nth-child(2) {
    width: 314px;
  }
  .singUpFooter {
    margin-bottom: 20px;
    margin-top: 7px;
  }
  .singUpText {
    margin-bottom: 10px;
  }
  .socialFooter a {
    width: 21px;
    height: 21px;
    margin-right: 20px;
  }
  .socialFooter a img {
    height: 15px;
  }
  .copyright,
  .copyrighText,
  .copyrighText span,
  .copyright ul {
    display: block;
  }
  .copyright ul li a {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer {
    background-image: url(../images/bg_footerm.png);
    -webkit-background-size: 90% auto;
    -moz-background-size: 90% auto;
    -o-background-size: 90% auto;
    background-size: 90% auto;
  }
  .footerContainer {
    padding: 60px 37px 170px;
  }
  .footerContent {
    position: relative;
  }
  .footerCol:nth-child(1) {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 80%;
    margin-bottom: 70px;
  }
  .footerCol:nth-child(1) ul {
    width: 50%;
  }
  .footerCol:nth-child(1) a {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .singUpFooter {
    margin-bottom: 60px;
  }
  .singUpText {
    margin-bottom: 10px;
  }
  .socialFooter {
    position: absolute;
    top: 0;
    right: 9px;
    z-index: 2;
  }
  .socialFooter a {
    width: 26px;
    height: 26px;
    margin-bottom: 26px;
  }
  .socialFooter a img {
    height: 16px;
    width: auto;
  }
  .socialFooter ul li:last-child a {
    margin-bottom: 0;
  }
  .copyrighText span {
    display: block;
  }
  .copyright,
  .copyright p {
    font-size: 10px;
    line-height: 20px;
  }
}

.singUpFooter form {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  max-width: 470px;
}
.singUpFooter input {
  background: none;
  border: none;
  font-family: 'Sombra Black';
}

.singUpFooter input[type="email"]::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; text-transform: uppercase; }
.singUpFooter input[type="email"]::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
  text-transform: uppercase; }
.singUpFooter input[type="email"]:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
  text-transform: uppercase; }
.singUpFooter input[type="email"]:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
  text-transform: uppercase; }
.singUpFooter input[type="email"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.singUpFooter input[type="email"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.singUpFooter input[type="email"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.singUpFooter input[type="email"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.singUpFooter input[type="submit"] {
  background: none;
  border: none;
  cursor: pointer;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
	background-position: center;	
}
.singUpFooter input[type="submit"]:hover {
  background-image: url(../images/arrow-hover1.svg);
}

@media (min-width: 993px) {
  .singUpFooter input[type="email"] {
    width: calc(100% - 57px);
    height: 56px;
    padding: 0 0 0 20px;
    font-size: 14px;
  }
  .singUpFooter input[type="submit"] {
    height: 56px;
    width: 56px;
  }
  .singUpFooter input[type="submit"] {
    -webkit-background-size: 23px auto;
    -moz-background-size: 23px auto;
    -o-background-size: 23px auto;
    background-size: 23px auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .singUpFooter input[type="email"] {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
    height: 46px;
    font-size: 11px;
  }
  .singUpFooter input[type="submit"] {
    height: 46px;
    width: 46px;
  }
  .singUpFooter input[type="submit"] {
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
  }
}

@media (max-width: 767px) {
  .singUpFooter input[type="email"] {
    width: calc(100% - 41px);
    padding: 0 0 0 20px;
    height: 40px;
    font-size: 12px;
  }
  .singUpFooter input[type="submit"] {
    height: 40px;
    width: 40px;
  }
  .singUpFooter input[type="submit"] {
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
  }
}
/* FOOTER STOP
------------------------------------------------------------------------------ */

/* MODAL START
------------------------------------------------------------------------------ */
.modalcontainer {
  background-color: #D5FA94;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 171px;
  left: 50%;
  z-index: 5;
  -moz-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
  margin: 0 auto;
  max-width: 650px;
}
.closeModal {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  cursor: pointer;
}
.closeModal svg {
  width: 22px;
  height: auto;
  fill: #2C2C2A;
}
.closeModal:hover svg {
  fill: #000;
}
.modalcontainer {
  padding: 40px 46px 46px;
}
.modalContent h3 {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 18px;
  padding-right: 10px;
}
.modalContent p {
  font-size: 20px;
  line-height: 30px;
}
.modalContent h3 {
  font-family: 'Sombra Black';
  text-transform: uppercase;
}
.modalContactUs {
  margin-top: 70px;
}
.modalContactUs a {
  font-family: 'Sombra Black';
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #2C2C2A;
  width: 277px;
  height: 60px;
  border: 3px solid #2C2C2A;
  text-align: center;
  display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: center;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
.modalContactUs a:hover {
  background-color: #2C2C2A;
  color: #fff;
}
/* MODAL STOP
------------------------------------------------------------------------------ */

/* HEADER TOP START
------------------------------------------------------------------------------ */
.headerTop h1 {
  font-family: 'Sombra Black';
  font-weight: normal;
}
@media (min-width: 768px) {
  .headerTop {
    margin: 78px 0 109px;
  }
  .headerTop h1 {
    font-size: 58px;
    line-height: 68px;
    max-width: 855px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .headerTop {
    margin: 72px 0 59px;
  }
  .headerTop h1 {
    font-size: 35px;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .headerTop {
    margin: 0 37px 47px;
  }
  .headerTop h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
/* HEADER TOP STOP
------------------------------------------------------------------------------ */

/* BLOCK NUMBER START
------------------------------------------------------------------------------ */
.blockNumber {
  background-color: #D5FA94;
}
.bnHeader,
.bnHeader h2 {
  font-family: 'Sombra Black';
}
.bnText,
.bnText p {
  font-family: 'Gellix-SemiBold';
}
@media (min-width: 768px) {
  .blockNumber {
    padding: 32px 0;
  }
  .blockNumber .col {
    width: auto;
    padding: 20px 0;
  }
  .blockNumber .col:nth-child(1),
  .blockNumber .col:nth-child(3),
  .blockNumber .col:nth-child(5) {
    min-width: 25%;
    max-width: 330px;
  }
  .colSeparator div {
    border-right: 1px solid #93A3A1;
    display: flex;
    height: 100%;
  }
  .bnHeader {
    margin-bottom: 8px;
  }
  .bnHeader,
  .bnHeader h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .bnText,
  .bnText p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1045px) {
  .blockNumber .col:nth-child(1), 
  .blockNumber .col:nth-child(3), 
  .blockNumber .col:nth-child(5) {
    max-width: 200px;
  }
  .bnHeader,
  .bnHeader h2 {
    font-size: 53px;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blockNumber {
    padding: 15px 0;
  }
  .blockNumber .col {
    padding: 10px 0;
  }
  .bnHeader,
  .bnHeader h2 {
    font-size: 53px;
    line-height: 1;
  }
  .bnText, 
  .bnText p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .blockNumber {
    padding: 5px 37px;
  }
  .blockNumber .col {
    padding: 50px 0;
  }
  .colSeparator div {
    border-top: 1px solid #93A3A1;
  }
  .bnHeader {
    margin-bottom: 5px;
  }
  .bnHeader,
  .bnHeader h2 {
    font-size: 39px;
    line-height: 41px;
  }
  .bnText,
  .bnText p {
    font-size: 15px;
    line-height: 22px;
  }
}
/* BLOCK NUMBER STOP
------------------------------------------------------------------------------ */

/* OUR SLIDER START
------------------------------------------------------------------------------ */
.our-slider {
  position: relative;
}
.ourBox,
.our-slider-mobile {
  background-repeat:no-repeat;
	background-position:center top;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.our-slider .slick-arrow {
  display: none!important;
}
.ourContent {
  position: relative;
}
.ourHeader h2 {
  color: #fff;
  font-family: 'Sombra Bold';
}
.photoCredit {
  color: #fff;
  font-family: 'Gellix-SemiBold';
}
.our-slider .slick-dots {
  cursor: pointer;
  position: absolute;
  bottom: 27px;
  z-index: 2;
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.our-slider .slick-dots li {
  margin-right: 11px;
}
.our-slider .slick-dots li:last-child {
  margin-right: 0;
}
.our-slider .slick-dots li button {
  background: none;
  width: 16px;
  height: 16px;
  padding: 0;
  text-indent: -9999px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.our-slider .slick-dots li button:hover,
.our-slider .slick-dots li.slick-active button {
  background: #D5FA94;
  border: 2px solid #D5FA94;
}
.slide-logo img {
  max-width: 150px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .ourContent h2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .our-slider-mobile {
    display: none!important;
  }
  .ourContent {
    height: 715px;
  }
  .ourHeader {
    position: absolute;
    left: 30px;
    bottom: 93px;
  }
  .ourHeader h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .slide-logo {
    position: absolute;
    right: 30px;
    bottom: 70px;
  }
  .photoCredit {
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
  .photoCredit,
  .photoCredit p {
    font-size: 10px;
    line-height: 32px; 
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ourContent {
    height: 381px;
  }
  .ourHeader {
    left: 70px;
    bottom: 49px;
  }
  .ourHeader h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .our-slider .slick-dots {
    bottom: 10px;
  }
  .our-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .our-slider .slick-dots li {
    margin-right: 8px;
  }
  .our-slider .slick-dots li button {
    border: 1px solid #fff;
  }
  .our-slider .slick-dots li button:hover,
  .our-slider .slick-dots li.slick-active button {
    border: 1px solid #D5FA94;
  }
  .slide-logo {
    position: absolute;
    right: 70px;
    bottom: 70px;
  }
  .photoCredit {
    right: 70px;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ourBox {
    background-image: none!important;
  }
  .ourContent {
    padding: 60px 37px;
  }
  .ourHeader h2 {
    font-size: 28px;
    line-height: 35px;
    color: #2C2C2A;
  }
  .ourHeader h2 br,
  .photoCredit,
  .our-slider .slick-dots,
  .slide-logo {
    display: none!important;
  }
}
/* OUR SLIDER START
------------------------------------------------------------------------------ */

/* col 2 grey START
------------------------------------------------------------------------------ */
.abBlocks,
.col2grey {
  background-color: #EFF0EA;
}
.col2greyCol h2 {
  font-family: 'Sombra Regular';
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .abBlocks {
    padding-top: 125px;
  }
  .col2greyContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-top: 8px solid #fff;
    padding-top: 42px;
  }
  .col2greyCol:nth-child(1) {
    width: 40%;
  }
  .col2greyCol:nth-child(2) {
    width: 60%;
  }
  .col2greyCol h2 {
    font-size: 50px;
    line-height: 56px;
    margin-top: -2px;
  }
  .col2greyText {
    margin-bottom: 40px;
  }
  .col2greyText,
  .col2greyText p {
    font-size: 20px;
    line-height: 30px;
  }
  .col2greyBlock .insightsLink {
    margin: 0 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .abBlocks {
    padding-top: 60px;
  }
  .col2greyContent {
    border-top: 5px solid #fff;
    padding-top: 25px;
  }
  .col2greyCol h2 {
    font-size: 27px;
    line-height: 31px;
  }
  .col2greyText,
  .col2greyText p {
    font-size: 16px;
    line-height: 22px;
  }
  .col2greyBlock .insightsLink {
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .abBlocks {
    padding-top: 84px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .col2greyContent {
    border-top: 8px solid #fff;
    padding-top: 20px;
  }
  .col2greyCol h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .col2greyText {
    margin-bottom: 40px;
  }
  .col2greyText,
  .col2greyText p {
    font-size: 16px;
    line-height: 23px;
  }
  .col2greyBlock .insightsLink {
    padding-bottom: 65px;
  }
}

@media (min-width: 1201px) {
  .abBlocks .col2grey .col2greyBlock .insightsLink {
    padding-bottom: 50px;
  }
  .abBlocks .col2grey:nth-child(2) .col2greyBlock .insightsLink {
    margin-bottom: 100px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .abBlocks .col2grey .col2greyBlock .insightsLink {
    padding-bottom: 50px;
  }
  .abBlocks .col2grey:nth-child(2) .col2greyBlock .insightsLink {
    margin-bottom: 260px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .abBlocks .col2grey .col2greyBlock .insightsLink {
    padding-bottom: 50px;
  }
  .abBlocks .col2grey:nth-child(2) .col2greyBlock .insightsLink {
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .abBlocks .col2grey:nth-child(2) .col2greyBlock .insightsLink {
    padding-bottom: 140px;
  }
}
/* col 2 grey STOP
------------------------------------------------------------------------------ */

/* charts START
------------------------------------------------------------------------------ */
.chartsBox {
  background-color: #2C2C2A;
}
.chartsHeader h2 {
  color: #fff;
  font-family: 'Sombra Black';
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .chartsContent {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .chartsHeader h2 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .chartsContent {
    padding: 37px;
  }
  .chartsHeader h2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}
/* charts STOP
------------------------------------------------------------------------------ */

/* Enormous market. Outsized impact. START
------------------------------------------------------------------------------ */
.marketImpactHeader h2 {
  font-family: 'Sombra Black';
}
.marketImpactCol {
  border-top: 1px solid #93A3A1;
}
.marketImpactHeader h2 {
  display: inline;
}
.marketImpactHeader h2:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}
.marHeader h3 {
  font-family: 'Sombra Black';
}
@media (min-width: 768px) {
  .marketImpactContent {
    padding: 123px 0 106px;
  }
  .marketImpactHeader {
    margin-bottom: 147px;
  }
  .marketImpactHeader h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .marketImpactHeader h2:nth-child(1) {
    background-image:-webkit-linear-gradient(#d5fa94, #d5fa94);
    background-image: linear-gradient(#d5fa94, #d5fa94);
    background-position: 0% 84%;
    background-repeat: no-repeat;
    background-size: 100% 8px;
  }
  .marketImpactHeader h2:nth-child(2) {
    background-image:-webkit-linear-gradient(#C5E5FF, #C5E5FF);
    background-image: linear-gradient(#C5E5FF, #C5E5FF);
    background-position: 0% 84%;
    background-repeat: no-repeat;
    background-size: 100% 8px;
  }
  .marketImpactCols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .marketImpactCol {
    width: calc(50% - 15px);
    padding-top: 28px;
  }
  .marHeader h3 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 5px;
  }
  .maxText,
  .maxText p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .marketImpactContent {
    padding: 86px 0 116px;
  }
  .marketImpactHeader {
    margin-bottom: 140px;
  }
  .marketImpactHeader h2 {
    font-size: 53px;
    line-height: 66px;
  }
  .marketImpactHeader h2:nth-child(1),
  .marketImpactHeader h2:nth-child(2) {
    background-size: 100% 5px;
  }
  .marHeader h3 {
    font-size: 35px;
    line-height: 39px
  }
  .marketImpactCol {
    padding-top: 25px;
  }
  .maxText, 
  .maxText p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .marketImpactContent {
    padding: 63px 37px 30px;
  }
  .marketImpactHeader {
    margin-bottom: 100px;
  }
  .marketImpactHeader h2 {
    font-size: 39px;
    line-height: 41px;
  }
  .marketImpactHeader h2:nth-child(1) {
    background-image:-webkit-linear-gradient(#d5fa94, #d5fa94);
    background-image: linear-gradient(#d5fa94, #d5fa94);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 100% 4px;
  }
  .marketImpactHeader h2:nth-child(2) {
    background-image:-webkit-linear-gradient(#C5E5FF, #C5E5FF);
    background-image: linear-gradient(#C5E5FF, #C5E5FF);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 100% 4px;
  }
  .marketImpactCol {
    padding-top: 13px;
    margin-bottom: 50px;
  }
  .marHeader h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .maxText,
  .maxText p {
    font-size: 16px;
    line-height: 23px;
  }
}
/* Enormous market. Outsized impact. STOP
------------------------------------------------------------------------------ */

/* PEOPLE MAP START
------------------------------------------------------------------------------ */
.peopleMap {
  background-color: #93A3A1;
}
.peopleMapHeader h1 {
  font-family: 'Sombra Black';
  color: #fff;
}
.peopleCounry {
  padding-left: 0;
  padding-right: 0;
}
.peopleCounry .col span {
  color: #2C2C2A;
  font-family: 'Sombra Bold';
}
@media (min-width: 768px) {
  .peopleMap {
    background-image: url(../images/map-1.png);
    background-repeat:no-repeat;
    background-position: right top;	
    -webkit-background-size: auto 70%;
    -moz-background-size: auto 70%;
    -o-background-size: auto 70%;
    background-size: auto 70%;
  }
  .peopleMapContent {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 725px;
  }
  .peopleMapHeader h1 {
    font-size: 46px;
    line-height: 52px;
    max-width: 540px;
    margin-top: 112px;
  }
  .peopleCounry {
    margin-bottom: 78px;
  }
  .peopleCounry .col {
    border-top: 8px solid #D5FA94;
    padding-top: 20px;
  }
  .peopleCounry .col span {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .peopleMap {
    -webkit-background-size: auto 58%;
    -moz-background-size: auto 58%;
    -o-background-size: auto 58%;
    background-size: auto 58%;
  }
  .peopleMapContent {
    min-height: 416px;
  }
  .peopleMapHeader h1 {
    font-size: 30px;
    line-height: 34px;
    max-width: 301px;
    margin-top: 70px;
  }
  .peopleCounry {
    margin-bottom: 60px;
  }
  .peopleCounry .col {
    border-top: 4px solid #D5FA94;
    padding-top: 10px;
  }
  .peopleCounry .col span {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .peopleMap {
    background-color: #93A3A1;
    background-image: url(../images/map-1.png);
    background-repeat:no-repeat;
    background-position: center top;	
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 220px;
  }
  .peopleMapHeader h1 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 30px;
  }
  .peopleCounry {
    padding-bottom: 50px;
  }
  .peopleCounry .col {
    border-top: 4px solid #D5FA94;
    padding-top: 16px;
    margin-top: 32px;
  }
  .peopleCounry .col span {
    font-size: 18px;
    line-height: 22px;
  }
}
/* PEOPLE MAP STOP
------------------------------------------------------------------------------ */

/* PEOPLE MAP START
------------------------------------------------------------------------------ */
@media (max-width: 767px) {
  .blockNumber.fotOut {
    margin-bottom: 56px;
  }
}
.peopleCarouselContent {
  background-color: #2C2C2A;
}
.pItem {
  background-repeat:no-repeat;
	background-position:top center;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.peopleCarouselContent .slick-arrow {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
}
.peopleCarouselContent .slick-arrow svg {
  fill: #fff;
}
.peopleCarouselContent .slick-arrow:hover svg {
  fill: #d5fa94;
}
@media (min-width: 768px) {
  .peopleCarouselContent {
    padding: 60px 0;
  }
  .pItem {
    margin-left: 15px;
    margin-right: 15px;
  }
  .peopleCarouselContent  .slick-arrow {
    margin-top: -23px;
  }
  .peopleCarouselContent  .slick-prev {
    left: 40px;
  }
  .peopleCarouselContent  .slick-next {
    right: 40px;
  }
  .peopleCarouselContent .slick-arrow svg {
    width: 45px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .peopleCarouselContent {
    padding: 34px 0;
  }
  .pItem {
    margin-left: 10px;
    margin-right: 10px;
  }
  .peopleCarouselContent .slick-arrow svg {
    width: 24px;
  }
  .peopleCarouselContent .slick-prev {
    left: 24px;
  }
  .peopleCarouselContent .slick-next {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .peopleCarouselContent {
    padding: 38px 0;
  }
  .pItem {
    margin-left: 8px;
    margin-right: 8px;
  }
  .peopleCarouselContent  .slick-arrow {
    margin-top: -10px;
  }
  .peopleCarouselContent  .slick-prev {
    left: 40px;
  }
  .peopleCarouselContent  .slick-next {
    right: 40px;
  }
  .peopleCarouselContent .slick-arrow svg {
    width: 20px;
    height: auto;
  }
}
/* PEOPLE MAP STOP
------------------------------------------------------------------------------ */

/* FILTER PEOPLE START
------------------------------------------------------------------------------ */
.fpHeader {
  border-bottom: 1px solid #2C2C2A;
  cursor: pointer;
}
.fpHeader h3 {
  color: #000;
  font-family: 'Sombra Black';
  font-weight: normal;
  text-transform: uppercase;
}
.filtersLink ul {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: flex-start;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.filtersLink a {
  display: block;
  text-align: left;
  color: #93A3A1;
  font-family: 'Sombra Regular';
  position: relative;
}
.filtersLink a:hover {
  color: #D5FA94;
  font-family: 'Gellix-Bold';
}
.filtersLink a.active {
  font-family: 'Gellix-Bold';
}
.filtersLink a.active:hover {
  cursor: default;
  color: #93A3A1;
}
.fp3col {
  color: #000;
  display: block;
}
.pfPfoto,
.pf4Pfoto-hover {
  background-color: #EFF0EA;
  display: block;
  text-align: center bottom;
  background-repeat:no-repeat;
	background-position:center top;	
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
  position: relative;
  z-index: 1;
}
.pfPfoto {
  width: 100%;
  overflow: hidden;
}
.pf4Pfoto-hover {
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.fp3col:hover .pf4Pfoto-hover,
.fp4col:hover .pf4Pfoto-hover {
  opacity: 1;
}
.pfText {
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 2;
}
.pfText:before {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.pfText-Name {
  display: block;
}
.pfText-mp {
  display: block;
  font-family: 'Sombra Black';
  text-transform: uppercase;
}

.filtersLink{
	visibility: hidden;
  position: absolute;
}

@media (min-width: 768px) {
  .fpHeader {
    margin-top: 114px;
    margin-bottom: 87px;
    padding-bottom: 4px;
  }
  .fpHeader h3 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .filtersLink a {
    font-size: 14px;
    line-height: 30px;
  }
  .filtersLink a:hover,
  .filtersLink a.active {
    top: -2px;
  }
  .fp3Cols {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -30px;
  }
  .fp3col {
    width: calc(33.33333% - 30px);
    margin-left: 30px;
    margin-bottom: 60px;
  }
  .pfText {
    border: 6px solid #2C2C2A;
    padding: 25px 30px;
  }
  .pfText:before {
    width: 40px;
    height: 40px;
    border-left: 6px solid #2C2C2A;
    border-top: 6px solid #2C2C2A;
    top: -24px;
    left: 33px;
  }
  .pfText-Name,
  .pfText-Name {
    font-size: 20px;
    line-height: 30px;
  }
  .pfText-mp,
  .pfText-mp p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .fpHeader {
    margin-top: 30px;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
  .fpHeader h3 {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .filtersLink a {
    font-size: 11px;
    line-height: 19px;
  }
  .filtersLink a:hover,
  .filtersLink a.active {
    top: -1px;
  }
  .fp3Cols {
    margin-left: -20px;
  }
  .fp3col {
    width: calc(33.33333% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .pfText {
    border: 4px solid #2C2C2A;
    padding: 10px 15px;
  }
  .pfText::before {
    width: 25px;
    height: 25px;
    border-left: 4px solid #2C2C2A;
    border-top: 4px solid #2C2C2A;
    top: -15px;
    left: 18px;
  }
  .pfText-Name, 
  .pfText-Name {
    font-size: 16px;
    line-height: 22px;
  }
  .pfText-mp, 
  .pfText-mp p {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .fpComtainer {
    padding: 62px 37px 0;
  }
  .fpHeader {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .fpHeader h3 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .filtersLink a {
    font-size: 14px;
    line-height: 30px;
  }
  .filtersLink a:hover,
  .filtersLink a.active {
    top: -2px;
  }
  .fp3col {
    margin-bottom: 60px;
  }
  .pfText {
    border: 4px solid #2C2C2A;
    padding: 16px 30px 20px;
  }
  .pfText:before {
    width: 30px;
    height: 30px;
    border-left: 4px solid #2C2C2A;
    border-top: 4px solid #2C2C2A;
    top: -18px;
    left: 33px;
  }
  .pfText-Name,
  .pfText-Name p {
    font-size: 16px;
    line-height: 23px;
  }
  .pfText-Name {
    margin-bottom: 6px;
  }
  .pfText-mp,
  .pfText-mp p {
    font-size: 12px;
    line-height: 16px;
  }
}
/* FILTER PEOPLE STOP
------------------------------------------------------------------------------ */

/* textFbox START
------------------------------------------------------------------------------ */
.textFbox-Text,
.textFbox-Text p {
  font-family: 'Sombra Bold';
  color: #000;
}
.textFbox-Text p:before {
    content: "\201C";
    position: absolute;
    margin-left: -.5em;
  }
.textFbox-Text p:after {
    content: "\201D";
}
@media (min-width: 768px) {
  .textFbox-content {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .textFbox-col {
    width: 59%;
  }
  .textFbox-Text,
  .textFbox-Text p {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .textFbox-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .textFbox-col {
    width: 64%;
  }
  .textFbox-Text,
  .textFbox-Text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .textFbox-content {
    padding: 40px 37px 100px;
  }
  .textFbox-Text,
  .textFbox-Text p {
    font-size: 28px;
    line-height: 35px;
  }
}
/* textFbox STOP
------------------------------------------------------------------------------ */

/* fp4ColsBox START
------------------------------------------------------------------------------ */
.fp4col {
  color: #000;
  display: block;
}
.pf4Pfoto {
  background-color: #EFF0EA;
  display: block;
  text-align: center bottom;
  background-repeat:no-repeat;
  background-position:center top;	
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
  z-index: 1;
}
.pf4Pfoto {
  width: 100%;
  overflow: hidden;
}
.pf4Text {
  background-color: #fff;
  display: block;
}
.pf4Text-Name {
  display: block;
}
.pf4Text-mp {
  font-family: 'Sombra Black';
  text-transform: uppercase;
  display: block;
}
@media (min-width: 768px) {
  .fp4Cols {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -30px;
    padding-bottom: 45px;
  }
  .fp4col {
    width: calc(25% - 30px);
    margin-left: 30px;
    margin-bottom: 60px;
  }
  .pf4Text {
    padding: 20px 0 0 0;
  }
  .pf4Text-Name,
  .pf4Text-Name {
    font-size: 20px;
    line-height: 30px;
  }
  .pf4Text-mp,
  .pf4Text-mp p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .fp4Cols {
    margin-left: -20px;
  }
  .fp4col {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 40px;
  }
  .pf4Text {
    padding: 9px 0 0 0;
  }
  .pf4Text-Name, 
  .pf4Text-Name {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .pf4Text-mp, .pf4Text-mp p {
    font-size: 11px;
    line-height: 19px
  }
}
@media (max-width: 767px) {
  .fp4Cols {
    padding: 0 37px 30px 37px;
  }
  .fp4col {
    margin-bottom: 68px;
  }
  .pf4Text {
    padding: 20px 0 0 0;
  }
  .pf4Text-Name {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pf4Text-Name,
  .pf4Text-Name p {
    font-size: 16px;
    line-height: 23px;
  }
  .pf4Text-mp,
  .pf4Text-mp p {
    font-size: 12px;
    line-height: 16px;
  }
}
/* fp4ColsBox STOP
------------------------------------------------------------------------------ */

/* PEOPE INDIVIDUAL START
------------------------------------------------------------------------------ */
.pinHeader {
  background-color: #EFF0EA;
}
.pinHeaderText,
.pinHeaderText p {
  font-family: 'Sombra Bold';
}
.leftHeader h3 {
  font-family: 'Sombra Black';
  text-transform: uppercase;
  color: #000;
}
.mapPin {
  width: 100%;
  border: 1px solid #93A3A1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mapPin img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.leftContent ul span,
.leftContent ul a {
  font-family: 'Gellix-SemiBold';
  color: #000;
  display: block;
}
.leftContent ul a:hover {
  color: #d5fa94;
}
.pnHsup {
  font-family: 'Sombra Black';
  text-transform: uppercase;
  color: #93A3A1;
}
.pnHeader h1 {
  font-family: 'Sombra Black';
  color: #2C2C2A;
}
.pnHsub {
  font-family: 'Sombra Bold';
  color: #2C2C2A;
}
.pnContent,
.pnContent p {
  color: #000;
}
.pnContent blockquote {
  font-family: 'Sombra Bold';
}
.pnContent .insightsLink {
  margin-bottom: 0;
}
 .pinHeaderText p:before {
    content: '\201C';
    position: absolute;
    margin-left: -.5em;
}
  .pinHeaderText p:after {
    content: '\201D';
}
@media (min-width: 768px) {
  .pinHeaderContent {
    display: table;
    width: 100%;
  }
  .pinHeaderCol {
    display: table-cell;
    width: 50%;
  }
  .pinHeaderCol:nth-child(1) {
    text-align: left;
    vertical-align: middle;
  }
  .pinHeaderCol:nth-child(2) {
    padding-top: 40px;
    text-align: center;
    vertical-align: middle;
  }
  .pinHeaderText {
    margin-bottom: 20px;
  }
  .pinHeaderText,
  .pinHeaderText p {
    font-size: 38px;
    line-height: 48px;
  }
  
  .pinContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 94px;
    padding-bottom: 101px;
  }
  .pinCol-1 {
    width: 33.33333%;
    padding-right: 30px;
  }
  .pinCol-2 {
    width: 66.66666%;
  }
  .mapPin {
    max-width: 269px;
    margin-bottom: 100px;
    padding: 16px;
  }
  .leftContent {
    border-top: 8px solid #D5FA94;
    padding-top: 25px;
    width: 100%;
    max-width: 270px;
  }
  .leftHeader h3 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .leftContent {
    margin-bottom: 120px;
  }
  .leftContent ul span,
  .leftContent ul a {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 24px;
  }
  .pnHeader {
    min-height: 360px;
  }
  .pnHsup {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .pnHeader h1 {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 20px;
  }
  .pnHsub {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .pnContent,
  .pnContent p {
    font-size: 20px;
    line-height: 30px;
  }
  .pnContent p {
    margin-bottom: 30px;
  }
  .pnContent blockquote,
  .pnContent blockquote p {
    font-size: 38px;
    line-height: 48px;
  }
  .pnContent blockquote {
    display: block;
    max-width: 670px;
    float: right;
    margin: 30px 0 60px;
  }
  .pnContent .insightsLink {
    margin-top: 80px;
  }
  .pnContent .insightsLink span span {
    top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .pinHeaderCol:nth-child(2) {
    padding-top: 20px;
  }
  .pinHeaderText {
    margin-bottom: 10px;
  }
  .pinHeaderText, 
  .pinHeaderText p {
    font-size: 20px;
    line-height: 30px;
  }
  .pinContent {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .pinCol-1 {
    padding-right: 20px;
  }
  .mapPin {
    max-width: 142px;
    margin-bottom: 60px;
    padding: 9px;
  }
  .leftContent {
    border-top: 5px solid #D5FA94;
    padding-top: 13px;
    margin-bottom: 40px;
  }
  .leftHeader h3 {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 4px;
  }
  .leftContent ul span,
  .leftContent ul a {
    font-size: 15px;
    line-height: 22px;
  }
  .pnHeader {
    min-height: 196px;
  }
  .pnHsup {
    margin-bottom: 0;
  }
  .pnHeader h1 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 10px;
  }
  .pnHsub {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .pnContent p {
    margin-bottom: 20px;
  }
  .pnContent, 
  .pnContent p {
    font-size: 16px;
    line-height: 22px;
  }
  .pnContent blockquote {
    max-width: 73%;
    margin: 20px 0 40px;
  }
  .pnContent blockquote, 
  .pnContent blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
  .pnContent .insightsLink {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .pnContent .insightsLink span span {
    top: -4px;
  }
}
@media (max-width: 767px) {
  .pinHeaderText {
    padding: 40px 37px;
  }
  .pinHeaderText,
  .pinHeaderText p {
    font-size: 28px;
    line-height: 35px;
  }
  .pinHeaderCol:nth-child(2) {
    text-align: right;
  }
  .pinHeaderCol:nth-child(2) img {
    max-height: 400px;
  }
  .pinCol-2 .pnHeader {
    display: none!important;
  }
  .pinContent {
    margin: 39px 37px 100px;
  }
  .pnHeader {
    margin-bottom: 40px;
  }
  .pnHsup {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .pnHeader h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .pnHsub {
    font-size: 18px;
    line-height: 22px
  }
  .mapPin {
    max-width: 196px;
    margin-bottom: 60px;
    padding: 12px;
  }
  .pnleftContentBox {
    border-top: 4px solid #D5FA94;
    padding-top: 20px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pnleftContentBox .leftContent {
    width: 50%;
    margin-bottom: 80px;
  }
  .pnleftContentBox .leftContent:nth-child(odd) {
    padding-right: 20px;
  }
  .leftHeader h3 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .leftContent ul span,
  .leftContent ul a {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .pnContent,
  .pnContent p {
    font-size: 16px;
    line-height: 23px;
  }
  .pnContent p {
    margin-bottom: 20px;
  }
  .pnContent blockquote,
  .pnContent blockquote p {
    font-size: 16px;
    line-height: 23px;
  }
  .pnContent blockquote {
    margin: 10px 0 30px;
  }
  .pnContent .insightsLink {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
/* PEOPE INDIVIDUAL STOP 
------------------------------------------------------------------------------ */

/* MAP 2 START 
------------------------------------------------------------------------------ */
.mp {
  background-color: #2C2C2A;
  background-image: url(../images/mp.svg);
  background-repeat: no-repeat;
  background-position: center top;	
	background-position: auto 90%;	
	-webkit-background-size: auto 90%;
	-moz-background-size: auto 90%;
	-o-background-size: auto 90%;
	background-size: auto 90%;
}
.mpLink,
.mpLink span {
  display: block;
}
.mpLink {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Sombra Bold';
  cursor: pointer;
}
.mpPic {
  background-image: url(../images/circle-border.svg);
  background-repeat: no-repeat;
  background-position: center;	
	background-position: cover;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mpPic,
.mpCircle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mpCircle {
  background-color: rgba(213, 250, 148, .45);
  position: relative;
}
.mpLink:hover{
  color: #93A3A1;
}
.mpLink:hover .mpCircle {
  background-color: rgba(213, 250, 148, .8);
}
.mpPic,
.mpText {
  position: relative;
}
.mpSeparator {
  background-repeat: no-repeat;
  background-position: left top;	
  background-position: cover;	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
}
.mpLink-1 .mpSeparator {
  background-image: url(../images/sp1.svg);
}
.mpLink-2 .mpSeparator {
  background-image: url(../images/sp2.svg);
}
.mpLink-3 .mpSeparator {
  background-image: url(../images/sp3.svg);
}
@media (min-width: 1250px) {
  .mp {
    margin-top: 72px;
  }
  .mpContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -webkit-align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    height: 705px;
  }
  .mpPic {
    width: 328px;
    height: 328px;
  }
  .mpCircle {
    width: 292px;
    height: 292px;
    left: 18px;
    top: 18px;
  }
  .mpLink {
    font-size: 20px;
    line-height: 24px;
    bottom: 55px;
  }
  .mpSeparator {
    bottom: 10px;
  }
  .mpLink-1 {
    left: 54px;
  }
  .mpLink-1 .mpPic {
    top: 37px
  }
  .mpLink-1 .mpSeparator {
    width: 132px;
    height: 212px;
    left: -70px;
  }
  .mpLink-1 .mpText {
    left: -50px;
  }
  .mpLink-2 {
    left: 20px;
  }
  .mpLink-2 .mpPic {
    top: -100px
  }
  .mpLink-2 .mpSeparator {
    width: 2px;
    height: 271px;
    left: 50px;
  }
  .mpLink-2 .mpText {
    left: 70px;
  }
  .mpLink-3 {
    left: -31px;
  }
  .mpLink-3 .mpPic {
    top: -50px
  }
  .mpLink-3 .mpSeparator {
    width: 2px;
    height: 200px;
    left: 50px;
  }
  .mpLink-3 .mpText {
    left: 70px;
  }
}
@media (min-width: 993px) and (max-width: 1249px) {
  .mpContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    height: 705px;
  }
  .mpPic {
    width: 260px;
    height: 260px;
  }
  .mpCircle {
    width: 224px;
    height: 224px;
    left: 18px;
    top: 18px;
  }
  .mpLink {
    font-size: 20px;
    line-height: 24px;
    bottom: 55px;
  }
  .mpSeparator {
    bottom: 10px;
  }
  .mpLink-1 {
    left: 54px;
  }
  .mpLink-1 .mpPic {
    top: 37px
  }
  .mpLink-1 .mpSeparator {
    width: 132px;
    height: 212px;
    left: -70px;
  }
  .mpLink-1 .mpText {
    left: -50px;
  }
  .mpLink-2 {
    left: 20px;
  }
  .mpLink-2 .mpPic {
    top: -100px
  }
  .mpLink-2 .mpSeparator {
    width: 2px;
    height: 271px;
    left: 50px;
  }
  .mpLink-2 .mpText {
    left: 70px;
  }
  .mpLink-3 {
    left: -31px;
  }
  .mpLink-3 .mpPic {
    top: -50px
  }
  .mpLink-3 .mpSeparator {
    width: 2px;
    height: 200px;
    left: 50px;
  }
  .mpLink-3 .mpText {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .mpContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    -webkit-align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    height: 378px;
  }
  .mpPic {
    width: 176px;
    height: 175px;
  }
  .mpCircle {
    width: 156px;
    height: 156px;
    left: 10px;
    top: 10px;
  }
  .mpLink {
    font-size: 13px;
    line-height: 16px;
    bottom: 20px;
  }
  .mpSeparator {
    bottom: 3px;
  }
  .mpLink-1 {
    left: 0;
  }
  .mpLink-1 .mpPic {
    top: 10px
  }
  .mpLink-1 .mpSeparator {
    width: 70px;
    height: 123px;
    left: -45px;
  }
  .mpLink-1 .mpText {
    left: -35px;
  }
  .mpLink-2 {
    left: 10px;
  }
  .mpLink-2 .mpPic {
    top: -50px
  }
  .mpLink-2 .mpSeparator {
    width: 2px;
    height: 152px;
    left: 30px;
  }
  .mpLink-2 .mpText {
    left: 40px;
  }
  .mpLink-3 {
    left: 20px;
  }
  .mpLink-3 .mpPic {
    top: -30px
  }
  .mpLink-3 .mpSeparator {
    width: 2px;
    height: 114px;
    left: 50px;
  }
  .mpLink-3 .mpText {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .mpContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    -webkit-align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    height: 201px;
  }
  .mpPic {
    width: 85px;
    height: 85px;
  }
  .mpCircle {
    width: 75px;
    height: 75px;
    left: 5px;
    top: 5px;
  }
  .mpLink {
    font-size: 8px;
    line-height: 9px;
    bottom: 10px;
  }
  .mpSeparator {
    bottom: 10px;
  }
  .mpLink-1 {
    left: 0px;
  }
  .mpLink-1 .mpPic {
    top: 0;
  }
  .mpLink-1 .mpSeparator {
    width: 36px;
    height: 65px;
    left: -21px;
  }
  .mpLink-1 .mpText {
    left: -15px;
    bottom: 5px;
  }
  .mpLink-2 {
    left: 10px;
  }
  .mpLink-2 .mpPic {
    top: -25px
  }
  .mpLink-2 .mpSeparator {
    width: 2px;
    height: 90px;
    left: 15px;
  }
  .mpLink-2 .mpText {
    left: 25px;
    bottom: 8px;
  }
  .mpLink-3 {
    left: 15px;
  }
  .mpLink-3 .mpPic {
    top: -15px;
  }
  .mpLink-3 .mpSeparator {
    width: 2px;
    height: 61px;
    left: 20px;
  }
  .mpLink-3 .mpText {
    left: 30px;
    bottom: 8px;
  }
}
/* MAP 2 STOP 
------------------------------------------------------------------------------ */

/* mpbar start
------------------------------------------------------------------------------ */
.mpbar {
  background-color: #D5FA94;
  min-height: 100vh;
  position: fixed;
  z-index: 20;
  top: 0;
  right: -100%;  
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.mpbarTop {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.mpbarTop .nav-toggle span,
.mpbarTop .nav-toggle.active span {
  background-color: transparent;
}
.mpbarTop .nav-toggle.active {
  opacity: 1;
}
.mpbarTop .nav-toggle span:before, 
.mpbarTop .nav-toggle span:after,
.mpbarTop .nav-toggle.active span:before, 
.mpbarTop .nav-toggle.active span:after {
  top: 0;
}
.mpbarTop .nav-toggle:hover span:before,
.mpbarTop .nav-toggle span:before,
.mpbarTop .nav-toggle.active span:before  {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 1;
}
.mpbarTop .nav-toggle:hover span:after,
.mpbarTop .nav-toggle span:after,
.mpbarTop .nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  opacity: 1;
}
.mpbarTop .nav-toggle:hover span:before,
.mpbarTop .nav-toggle:hover span:after {
  background: #000;
}
.mpbarTop .nav-toggle span, 
.mpbarTop .nav-toggle span:before,
.mpbarTop .nav-toggle span:after {
  height: 2px;
}
.mpScroll {
  overflow-y: auto;
}
.mpCountry h2 {
  font-family: 'Sombra Bold';
}
.mpNumbers {
  font-family: 'Sombra Black';
}
.mpSubnumbers {
  font-family: 'Gellix-Bold';
}
.mpsHeader h3 {
  font-family: 'Gellix-Bold';
  text-transform: uppercase;
}
.mpsContent a,
.mpsContent span {
  color: #2C2C2A;
  display: block;
  font-family: 'Gellix-SemiBold';
}
.mpsContent a:hover {
  text-decoration: underline;
}
.mpbar.active {
  right: 0;
}
@media (min-width: 993px) {
  .mpbar {
    width: 805px;
  }
  .mpbarTop .nav-toggle {
    top: 15px;
  }
  .mpbarContent {
    padding: 46px 99px 0;
  }
  .mpScroll {
    height: calc(100vh - 260px);
  }
  .mpCountry {
    margin-bottom: 30px;
  }
  .mpCountry h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .mpDescription{
    margin-bottom: 40px;
  }
  .mpDescription,
  .mpDescription p {
    font-size: 20px;
    line-height: 30px;
  }
  .mpNumbers{
    margin-bottom: 10px;
  }
  .mpNumbers,
  .mpNumbers p {
    font-size: 100px;
    line-height: 100px;
  }
  .mpSubnumbers {
    margin-bottom: 50px;
  }
  .mpSubnumbers,
  .mpSubnumbers p {
    font-size: 18px;
    line-height: 24px;
  }
  .mpsHeader {
    margin-bottom: 20px;
  }
  .mpsHeader h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .mpsContent {
    margin-bottom: 50px;
  }
  .mpsContent a,
  .mpsContent span {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .mpbar {
    width: 374px;
  }
  .mpbarContent {
    padding: 23px 34px 0;
  }
  .mpbarContent .icon-1 {
    margin-bottom: 30px;
  }
  .mpScroll {
    height: calc(100vh - 111px);
  }
  .mpCountry {
    margin-bottom: 10px;
  }
  .mpCountry h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .mpDescription{
    margin-bottom: 30px;
  }
  .mpDescription,
  .mpDescription p {
    font-size: 16px;
    line-height: 22px;
  }
  .mpNumbers{
    margin-bottom: 10px;
  }
  .mpNumbers,
  .mpNumbers p {
    font-size: 53px;
    line-height: 66px;
  }
  .mpSubnumbers {
    margin-bottom: 40px;
  }
  .mpSubnumbers,
  .mpSubnumbers p {
    font-size: 15px;
    line-height: 22px;
  }
  .mpsHeader {
    margin-bottom: 10px;
  }
  .mpsHeader h3 {
    font-size: 11px;
    line-height: 19px;
  }
  .mpsContent {
    margin-bottom: 40px;
  }
  .mpsContent a,
  .mpsContent span {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .mpbar {
    width: 100%;
  }
  .mpbarContent {
    padding: 32px 37px 0;
  }
  .mpbarContent .icon-1 {
    margin-bottom: 50px;
  }
  .mpScroll {
    height: calc(100vh - 128px);
  }
  .mpCountry {
    margin-bottom: 10px;
  }
  .mpCountry h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .mpDescription{
    margin-bottom: 30px;
  }
  .mpDescription,
  .mpDescription p {
    font-size: 16px;
    line-height: 23px;
  }
  .mpNum {
    float: right;
    width: 50%;
  }
  .mpsBox {
    float: left;
    width: 50%;
  }
  .mpNumbers{
    margin-bottom: 10px;
  }
  .mpNumbers,
  .mpNumbers p {
    font-size: 39px;
    line-height: 41px;
  }
  .mpSubnumbers {
    margin-bottom: 40px;
  }
  .mpSubnumbers,
  .mpSubnumbers p {
    font-size: 15px;
    line-height: 22px;
  }
  .mpsHeader {
    margin-bottom: 10px;
  }
  .mpsHeader h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .mpsContent {
    margin-bottom: 40px;
  }
  .mpsContent a,
  .mpsContent span {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
  }
}
/* mpbar stop
------------------------------------------------------------------------------ */

/* COMPANIES BOX START
------------------------------------------------------------------------------ */
.cpFilter .fpHeader {
  margin: 0;
}
.formSearch {
  border-bottom: 1px solid #2C2C2A;
  padding-bottom: 16px;
}
.formSearch form {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.formSearch input {
  border: none;
  height: 26px;
}
.formSearch input[type="text"] {
  width: calc(100% - 27px);
  padding: 0 10px;
  font-family: 'Sombra Bold';
  font-size: 18px;
}
.formSearch input[type="search"] {
  width: 26px;
  background: url(../images/lupa.svg) no-repeat 50% 50%;
}
.formSearch input[type="search"]:hover {
  cursor: pointer;
  opacity: .7;
}
.cpHeader {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.cpoc {
  position: relative;
  cursor: pointer;
}
.cpoc:hover img.imgplus {
  opacity: .7;
}
.cpoc img.imgminus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.cpTitle.active .cpoc img.imgplus {
  opacity: 0;
}
.cpTitle.active .cpoc img.imgminus {
  opacity: 1;
}
.cpTitle.active .cpoc:hover img.imgminus {
  opacity: .7;
}
.cpTtext {
  display: none;
}
.cptBl1 span {
  color: #000;
  display: block;
  text-transform: uppercase;
  font-family: 'Sombra Black';
}
.cptBl2,
.cptBl2 p {
  color: #000;
  font-family: 'Gellix-SemiBold';  
}

.cpHeader-logo{
	display: block;
}
.cpHeader-logo img{
	max-width: 50%;
}
.cpHeader-logo.activeState{
	display: none
}
.active .cpHeader-logo{
	display: none
}
.active .cpHeader-logo.activeState{
	display: block
}

.cptBl3 a {
  font-family: 'Sombra Regular';
}
.cpTitle .cpSubtex {
  color: #000;
  font-family: 'Sombra Regular';
}

@media (min-width: 993px) {
  .cpBoxContent {
    margin-top: 44px;
  }
  .cpFilter,
  .cpBlocks {
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .cpFilter {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cpf-col,
  .cpBlocks-col {
    width: calc(50% - 113px);
  }
  .cpBlocks {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 78px;
  }
  .cpBlock {
    border-bottom: 8px solid #D5FA94;
    padding-bottom: 40px;
    margin-bottom: 100px;
  }
  .cpHeader {
    min-height: 140px;
  }
  .cpHeader-logo {
    width: calc(100% - 50px);
  }
  .cpoc {
    width: 39px;
  }
  .cpoc img.imgminus {
    top:18px
  }
  .cpSubtex {
    font-size: 20px;
    line-height: 30px;
    min-height: 93px;
  }
  .cpTtext {
    margin-top: 30px;
  }
  .cptBl1 {
    margin-bottom: 30px;
  }
  .cptBl1 span {
    font-size: 14px;
    line-height: 20px;
  }
  .cptBl2 {
    margin-bottom: 50px;
  }
  .cptBl2, 
  .cptBl2 p {
    font-size: 18px;
    line-height: 24px;
  }
  .cptBl3 a {
    font-size: 18px;
    line-height: 30px;   
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cpBoxContent {
    margin-top: 42px;
  }
  .cpFilter,
  .cpBlocks {
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .cpFilter {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cpf-col,
  .cpBlocks-col {
    width: calc(50% - 64px);
  }
  .cpBlocks {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 69px;
  }
  .cpBlock {
    border-bottom: 5px solid #D5FA94;
    padding-bottom: 34px;
    margin-bottom: 90px;
  }
  .cpHeader {
    min-height: 80px;
  }
  .cpHeader-logo {
    width: calc(100% - 30px);
  }
  .cpoc {
    width: 21px;
  }
  .cpoc img.imgminus {
    top: 12px
  }
  .cpSubtex {
    font-size: 16px;
    line-height: 22px;
  }
  .cpTtext {
    margin-top: 20px;
  }
  .cptBl1 {
    margin-bottom: 20px;
  }
  .cptBl1 span {
    font-size: 11px;
    line-height: 19px;
  }
  .cptBl2 {
    margin-bottom: 30px;
  }
  .cptBl2, 
  .cptBl2 p {
    font-size: 15px;
    line-height: 22px;
  }
  .cptBl3 a {
    font-size: 14px;
    line-height: 17px;  
  }
}
@media (max-width: 767px) {
  .cpBoxContent {
    margin: 16px 37px 120px;
  }
  .formSearch {
    margin-bottom: 26px;
  }
  .cpBlocks {
    margin-top: 57px;
  }
  .cpBlock {
    border-bottom: 4px solid #D5FA94;
    padding-bottom: 34px;
    margin-bottom: 58px;
  }
  .cpHeader {
    margin-bottom: 46px;
  }
  .cpHeader-logo {
    width: calc(100% - 30px);
  }
  .cpoc {
    width: 24px;
  }
  .cpoc img.imgminus {
    top: 11px;
  }
  .cpSubtex {
    font-size: 16px;
    line-height: 23px;
  }
  .cpTtext {
    margin-top: 20px;
  }
  .cptBl1 {
    margin-bottom: 20px;
  }
  .cptBl1 span {
    font-size: 12px;
    line-height: 24px;
  }
  .cptBl2 {
    margin-bottom: 40px;
  }
  .cptBl2, 
  .cptBl2 p {
    font-size: 15px;
    line-height: 22px;
  }
  .cptBl3 a {
    font-size: 14px;
    line-height: 20px; 
  }
}
/* COMPANIES BOX START
------------------------------------------------------------------------------ */

/* IMAGE HEADER BLOCK START
------------------------------------------------------------------------------ */
.ihb {
  background-color: #2C2C2A;
  position: relative;
} 
.ihbImg {
  background-repeat:no-repeat;
	background-position: right top;	
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
  width: 100%;
}
.ihbContainer {
  position: relative;
  z-index: 2;
}
.ihdN-1 {
  color: #D5FA94;
  text-transform: uppercase;
  font-family: 'Sombra Black';
}
.ihbText-1 .span-1 {
  color: #D5FA94;
  display: block;
  font-family: 'Sombra Black';
}
.ihbText-1 .span-2 {
  color: #D5FA94;
  font-family: 'Gellix-SemiBold';
}
.ihbNumber-2block {
  color: #fff;
}
.ihdN-2 {
  text-transform: uppercase;
  font-family: 'Sombra Black';
}
.ihdN-2 {
  font-family: 'Sombra Black';
}
@media (min-width: 993px) {
  .ihb {
    min-height: 720px;
  }
  .ihbImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    min-height: 720px;
  }
  .ihbContent {
    padding-top: 60px;
  }
  .ihbNumber-1 {
    margin-bottom: 31px;
  }
  .ihdN-1 {
    font-size: 150px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  .ihbText-1 .span-1 {
    font-size: 32px;
    line-height: 46px;
  }
  .ihbText-1 .span-2 {
    font-size: 18px;
    line-height: 24px;
  }
  .ihbNumber-2block {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ihbNumber-2 {
    width: 260px;
    margin-bottom: 31px;
  }
  .ihdN-2 {
    font-size: 46px;
    line-height: 52px;
  }
  .ihbText-2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ihb {
    min-height: 520px;
  }
  .ihbImg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    min-height: 520px;
  }
  .ihbContent {
    padding-top: 30px;
  }
  .ihbNumber-1 {
    margin-bottom: 20px;
  }
  .ihdN-1 {
    font-size: 80px;
    line-height: 53px;
    margin-bottom: 10px;
  }
  .ihbText-1 .span-1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ihbText-1 .span-2 {
    font-size: 15px;
    line-height: 22px;
  }
  .ihbNumber-2 {
    padding-bottom: 20px;
    max-width: 185px;
  }
  .ihdN-2 {
    font-size: 35px;
    line-height: 39px;
  }
  .ihbText-2 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ihbBlock {
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 68px;
    padding-bottom: 60px;
  }
  .ihbNumber-1 {
    margin-bottom: 20px;
  }
  .ihdN-1 {
    font-size: 91px;
    line-height: 61px;
    margin-bottom: 5px;
  }
  .ihbText-1 .span-1 {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Gellix-Regular';
  }
  .ihbText-1 .span-2 {
    display: none;
  }
  .ihbNumber-2block {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ihbNumber-2 {
    width: calc(50% - 10px);
    margin-right: 0px;
  }
  .ihbNumber-2block .ihbNumber-2:first-child {
    margin-right: 20px;
  }
  .ihdN-2 {
    font-size: 30px;
    line-height: 34px;
  }
  .ihbText-2 {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Gellix-Regular';
  }
  .ihbNumber-2block .ihbNumber-2:last-child {
    display: none;
  }
}
/* IMAGE HEADER BLOCK STOP
------------------------------------------------------------------------------ */ 

/* CONTENT 2 COL START
------------------------------------------------------------------------------ */
.c2c {
  background-color: #d5fa94;
}
.c2Header h2 {
  font-family: 'Sombra Black';
  font-weight: normal;
}
.c2cText ul li {
  padding-left: 33px;
  position: relative;
}
.c2cText ul li:before {
  content: '';
  display: block;
  background-color: #2C2C2A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 15px;
}
@media (min-width: 993px) {
  .c2cContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-top: 92px;
  }
  .c2cCol {
    width: 60%;
  }
  .c2Header {
    margin-bottom: 30px;
  }
  .c2Header h2 {
    font-size: 46px;
    line-height: 52px;
  }
  .c2cText {
    margin-bottom: 70px;
  }
  .c2cText,
  .c2cText p {
    font-size: 20px;
    line-height: 30px;
  }
  .c2cContent .insightsLink {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .c2cContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-top: 63px;
    margin-left: 70px;
    margin-right: 70px;
  }
  .c2cCol {
    width: 60%;
  }
  .c2Header {
    margin-bottom: 20px;
  }
  .c2Header h2 {
    font-size: 35px;
    line-height: 39px;
  }
  .c2cText {
    margin-bottom: 50px;
  }
  .c2cText,
  .c2cText p {
    font-size: 12px;
    line-height: 17px;
  }
  .c2cContent .insightsLink {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .c2cContent {
    padding-top: 84px;
    margin-left: 37px;
    margin-right: 37px;
  }
  .c2Header {
    margin-bottom: 20px;
  }
  .c2Header h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .c2cText {
    padding-bottom: 40px;
  }
  .c2cText,
  .c2cText p {
    font-size: 16px;
    line-height: 23px;
  }
  .c2cContent .insightsLink {
    padding-bottom: 80px;
  }
}
/* CONTENT 2 COL STOP
------------------------------------------------------------------------------ */

/* IMPACT FRAMEWORK START
------------------------------------------------------------------------------ */
.imf {
  background-color: #EFF0EA;
}
.imfBlock {
  border-top: 2px solid #D4D5CF;
}
.imfBlock:last-child {
  border-bottom: 2px solid #D4D5CF;
}
.imfCol-1 h2 {
  font-family: 'Sombra Regular';
  text-transform: uppercase;
  font-weight: normal;
}
.imfHeader h3 {
  font-family: 'Sombra Black';
  font-weight: normal;
}
.imfIconText,
.imfIconText p {
  font-family: 'Sombra Regular';
  text-transform: uppercase;
}
.imfBlock h4 {
  font-family: 'Sombra Black';
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 993px) {
  .imfContent {
    padding-top: 130px;
    padding-bottom: 170px;
  }
  .imfCol-1 h2 {
    font-size: 50px;
    line-height: 56px;
    margin-top: -11px;
    margin-bottom: 120px;
  }
  .imfBlockContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }

  .imfleft,
  .imfBlack,
  .imfIcon {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .imfleft {
    width: 40%;
  }
  .imfHeader {
    padding-bottom: 10px;
  }
  .imfHeader h3 {
    font-size: 32px;
    line-height: 44px;
  }
  .imfText {
    padding-right: 30px;
  }
  .imfText,
  .imfText p {
    font-size: 20px;
    line-height: 30px;
  }

  .imfBlack {
    width: 40%;
    border-left: 2px solid #D4D5CF;
    border-right: 2px solid #D4D5CF;
  }

  .imfIcon {
    width: 20%;
    text-align: center;
  }
  .imfIcomImg img {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .imfIconText,
  .imfIconText p {
    font-size: 18px;
    line-height: 30px;
  }

  .imfBlock-header {
    padding: 0;
  }
  .imfBlock-header .imfleft,
  .imfBlock-header .imfBlack,
  .imfBlock-header .imfIcon {
    padding: 40px 0 37px;
  }
  .imfBlock h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .imfleft h4 {
    padding-right: 20px;
  }
  .imfBlack h4,
  .imfIcon h4 {
    padding: 0 20px;
  }
  .imfBlack h4 {
    text-align: center;
  }

  .imfBlack-pic {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .imfBlack-pic img {
    display: block;
    margin: 10px;
	width: 90px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .imfContent {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .imfCol-1 h2 {
    font-size: 27px;
    line-height: 31px;
    font-weight: normal;
    margin-bottom: 65px;
  }
  .imfBlockContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }

  .imfleft,
  .imfBlack,
  .imfIcon {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .imfleft {
    width: 40%;
  }
  .imfHeader {
    padding-bottom: 10px;
  }
  .imfHeader h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .imfText {
    padding-right: 30px;
  }
  .imfText,
  .imfText p {
    font-size: 16px;
    line-height: 22px;
  }
  .imfBlack {
    width: 40%;
    border-left: 2px solid #D4D5CF;
    border-right: 2px solid #D4D5CF;
  }

  .imfIcon {
    width: 20%;
    text-align: center;
  }
  .imfIcomImg img {
    margin-top: 40px;
    margin-bottom: 10px;
    width: 33px;
    height: auto;
  }
  .imfIconText,
  .imfIconText p {
    font-size: 12px;
    line-height: 16px;
  }

  .imfBlock-header {
    padding: 0;
  }
  .imfBlock-header .imfleft,
  .imfBlock-header .imfBlack,
  .imfBlock-header .imfIcon {
    padding: 40px 0 37px;
  }
  .imfBlock h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .imfleft h4 {
    padding-right: 20px;
  }
  .imfBlack h4,
  .imfIcon h4 {
    padding: 0 20px;
  }
  .imfBlack h4 {
    text-align: center;
  }
  
  .imfBlack-pic {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .imfBlack-pic img {
    display: block;
    margin: 10px;
  }

}

@media (min-width: 768px) {
  .imf.forMobile {
    display: none;
  }
  div.imfCol-2 .imfBlock:nth-child(2) .imfleft,
  div.imfCol-2 .imfBlock:nth-child(3) .imfleft,
  div.imfCol-2 .imfBlock:nth-child(4) .imfleft {
    padding-top: 40px;
  }
  
  div.imfCol-2 .imfBlock:nth-child(2) .imfIcon,
  div.imfCol-2 .imfBlock:nth-child(3) .imfIcon,
  div.imfCol-2 .imfBlock:nth-child(4) .imfIcon   {
   padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .imf.forDesktopTablet {
    display: none;
  }
  .imfContent {
    padding: 70px 0px;
    width: 100%;
    overflow: hidden;
  }
  .imfCol-1 {
    padding-left: 37px;
    padding-right: 37px;
  }
  .imfCol-1 h2 {
    font-size: 30px;
    line-height: 34px;    
    font-weight: normal;
    margin-bottom: 40px;
  }

  .imfTd {
    width: 100vw;
    padding-left: 37px;
  }

  .tableBox {
    width: 100%;
    overflow: hidden;
    padding-left: 37px;
  }
  .imfCol-2 {
    width: 300vw;
    overflow: hidden;
    position: relative;
  }

  .imfCol-2 th,
  .imfCol-2 td {
    border-top: 1px solid #D4D5CF;
    width: calc(100vw - 37px);
  }
  .imfCol-2 td {
    padding-right: 72px;
  }
  .imfCol-2 tr:last-child td {
    border-bottom: 1px solid #D4D5CF;
  }

  .imfBlock {
    border-top: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .imfCol-2 td:first-child .imfBlock {
    padding-top: 20px;
  }

  .imfBlock-header {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .imfBlock:last-child {
    border-bottom: none;
  }
  .imfHeader {
    margin-bottom: 5px;
  }
  .imfHeader h3 {
    font-size: 26px;
    line-height: 33px;
    padding-right: 37px;
  }

  .imfBlack-pic {
    text-align: center;
  }
  .imfBlack-pic img {
    width: 67px;
    height: 67px;
    margin: 6px 10px 6px 0;
  }

  .imfText {
    padding-right: 15px;
    max-width: 249px;  
  }
  .imfText,
  .imfText p {
    font-size: 16px;
    line-height: 23px;
  }
  .imfIcon {
    text-align: center;
  }
  .imfIcomImg img {
    width: 33px;
    height: auto;
    margin-bottom: 10px;
  }
  .imfIconText,
  .imfIconText p {
    font-size: 13px;
    line-height: 22px;
  }


  .imfBlock h4 {	
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0 20px 0;
  }
  .imfBlock h4 span {
    width: calc(100% - 74px);
    padding-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }
  .imfBlock h4 a {
    margin-right: 74px;
    position: relative;
    top: 5px;
  }
  .imfLink-3 img {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
  }

  .imfBlock-header .imfIcon {
    width: 100%;
    text-align: left;
    padding-top: 0;
  }

  table.imfCol-2 tr td:last-child .imfIcon {
    padding-top: 5px;
  }

  table.imfCol-2 td:last-child .imfBlock {
    padding-top: 10px;
  }

  table.imfCol-2 .imfIcomImg img {
    margin-top: 20px;
  }

}
/* IMPACT FRAMEWORK STOP
------------------------------------------------------------------------------ */

/* NEW GRAPH START
------------------------------------------------------------------------------ */
.graph {
  background-color: #2C2C2A;
  color: #fff;
}
.graphContent {
  margin: 0 auto;
}
.graphTop,
.graphTop p {
  font-family: 'Sombra Bold';
}
.graphPicBox {
  text-align: center;
}
.direct,
.direct p {
  font-family: 'Sombra Regular';
  font-weight: normal;
  text-align: center;
}
.graphFooter,
.graphFooter p{
  font-family: 'Sombra Black';
  font-weight: normal;
  text-transform: uppercase;
  color: #93A3A1;
}

@media (min-width: 993px) {
  .graph {
    padding-top: 116px;
    padding-bottom: 75px;
  }
  .graphTop {
    margin-bottom: 100px;
  }
  .graphTop,
  .graphTop p {
    font-size: 28px;
    line-height: 34px;
  }
  .graphPic {
    margin-bottom: 100px;
  }
  .marketImpact,
  .marketImpact p {
    font-size: 28px;
    line-height: 34px;
  }
  .direct,
  .direct p {
    font-size: 28px;
    line-height: 34px;
  }
  .graphFooter,
  .graphFooter p{
    font-size: 14px;
    line-height: 22px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .graph {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .graphTop {
    margin-bottom: 70px;
  }
  .graphTop,
  .graphTop p {
    font-size: 28px;
    line-height: 34px;
  }
  .graphPic {
    margin-bottom: 70px;
  }
  .marketImpact,
  .marketImpact p {
    font-size: 28px;
    line-height: 34px;
  }
  .direct,
  .direct p {
    font-size: 28px;
    line-height: 34px;
  }
  .graphFooter,
  .graphFooter p{
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .graph {
    display: none;
  }
}
/* NEW GRAPH STOP
------------------------------------------------------------------------------ */ 

/* 2 COL PIC START
------------------------------------------------------------------------------ */
.ps2Content .pfText-Name {
  font-family: 'Sombra Black';
  text-transform: uppercase;
}
.ps2Content .pfText-mp {
  text-transform: none;
  font-family: 'Gellix-Regular';
}
.psLink {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-family: 'Sombra Regular';
}
.ps2Content .fp3col:hover .psLink {
  color: #000;
  text-decoration: underline; 
}
.psLink i {
  font-style: normal;
  display: block;
}
.psLink span {
  display: block;
  position: relative;
  margin-left: 4px;
}
.psLink span img {
  position: absolute;
  left: 10px;
}
.psLink span img:nth-child(2) {
  opacity: 0;
}

.ps2Content{
	margin-bottom: 106px;
}

@media (min-width: 993px) {
  .ps2Content {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -30px;
	margin-bottom: 106px;
  }
  .ps2Content .fp3col {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-bottom: 0px;
  }
  .ps2Content .fp3col .pfPfoto {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ps2Content .pfText {
    padding: 60px 80px 70px 90px;
  }
  .pfText:before {
    left: 55px;
  }
  .ps2Content .pfText-Name {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .ps2Content .pfText-mp {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .psLink {
    font-size: 18px;
  }
  .psLink span {
    top: 1px;
  }
  .psLink span, 
  .psLink span img {
    width: 23px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .ps2Content .fp3col .pfPfoto {
    height: 387px!important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ps2Content {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -30px;
  }
  .ps2Content .fp3col {
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-bottom: 0px;
  }
  .ps2Content .fp3col .pfPfoto {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ps2Content .pfText {
    padding: 40px 50px;
  }
  .pfText:before {
    left: 30px;
  }
  .ps2Content .pfText-Name {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .ps2Content .pfText-mp {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .psLink {
    font-size: 14px;
  }
  .psLink span {
    top: -4px;
  }
  .psLink span, 
  .psLink span img {
    width: 15px;
    height: auto;
  }
  .psLink span img {
    left: 4px;
  }
}
@media (max-width: 767px) {
  .ps2Content {
    margin-left: -30px;
    margin-left: 37px;
    margin-right: 37px;
  }
  .ps2Content .fp3col {
    margin-bottom: 44px;
  }
  .ps2Content .fp3col .pfPfoto {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .ps2Content .pfText {
    padding: 40px 50px;
  }
  .pfText:before {
    left: 30px;
  }
  .ps2Content .pfText-Name {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .ps2Content .pfText-mp {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .psLink {
    font-size: 14px;
  }
  .psLink span {
    top: -4px;
  }
  .psLink span, 
  .psLink span img {
    width: 15px;
    height: auto;
  }
  .psLink span img {
    left: 4px;
  }
}
/* 2 COL PIC STOP
------------------------------------------------------------------------------ */

/* 1 COL CONTENT START
------------------------------------------------------------------------------ */
.cc1Col {
  font-family: 'Sombra Black';
}
.border-green {
  background-image:-webkit-linear-gradient(#d5fa94, #d5fa94);
  background-image: linear-gradient(#d5fa94, #d5fa94);
  background-position: 0% 84%;
  background-repeat: no-repeat;

}
.border-blue {
  background-image:-webkit-linear-gradient(#C5E5FF, #C5E5FF);
  background-image: linear-gradient(#C5E5FF, #C5E5FF);
  background-position: 0% 84%;
  background-repeat: no-repeat;
}
@media (min-width: 993px) {
  .cc1Col {
    font-size: 100px;
    line-height: 100px;
    padding: 185px 0;
  }
  .border-green,
  .border-blue {
    background-size: 100% 8px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .cc1Col {
    font-size: 53px;
    line-height: 66px;
    padding: 90px 0;
  }
  .border-green,
  .border-blue {
    background-size: 100% 4px;
  }
}
@media (max-width: 767px) {
  .cc1Content {
    margin-left: 37px;
    margin-right: 37px;
  }
  .cc1Col {
    font-size: 39px;
    line-height: 41px;
    padding: 42px 0 90px;
  }
  .border-green,
  .border-blue {
    background-size: 100% 3px;
  }
}
/* 1 COL CONTENT STOP
------------------------------------------------------------------------------ */

/*  SUSTAINABILITY GOALS START
------------------------------------------------------------------------------ */
.sg {
  background-color: #d5fa94;
}
.sgCol1 h2 {
  font-family: 'Sombra Regular';
  font-weight: normal;
}
.sgBlock {
  display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: space-between;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.sgBlock {
  border-top: 1px solid #93A3A1
}
.sgHeadet h3 {
  font-family: 'Sombra Black';
}
.sgText {
  font-family: 'Gellix-SemiBold';
}
@media (min-width: 993px) {
  .sgContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 107px;
    padding-bottom: 60px;
  }
  .sgCol1 {
    width: 40%;
  }
  .sgCol2 {
    width: 60%;
  }
  .sgCol1 h2 {
    font-size: 50px;
    line-height: 56px;
    margin-top: -13px;
  }
  .sgBlock-col-1 {
    width: calc(100% - 199px);
  }
  .sgBlock-col-2 {
    width: 133px;
  }
  .sgBlock-col-2 img {
    width: 100%;
  }
  .sgBlock {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .sgHeadet {
    margin-bottom: 30px;
  }
  .sgHeadet h3 {
    font-size: 32px;
    line-height: 46px;
    margin-top: -10px;
  }
  .sgText p {
    margin-bottom: 35px;
  }
  .sgText,
  .sgText p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 993px) and (max-width: 1090px) {
  .sgCol1 h2 {
    font-size: 40px;
    margin-top: -16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sgContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 57px;
    padding-bottom: 40px;
  }
  .sgCol1 {
    width: 40%;
  }
  .sgCol2 {
    width: 60%;
  }
  .sgCol1 h2 {
    font-size: 27px;
    line-height: 31px;
    margin-top: -6px;
  }
  .sgBlock-col-1 {
    width: calc(100% - 90px);
  }
  .sgBlock-col-2 {
    width: 70px;
  }
  .sgBlock-col-2 img {
    width: 100%;
  }
  .sgBlock {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .sgHeadet {
    margin-bottom: 20px;
  }
  .sgHeadet h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .sgText p {
    margin-bottom: 20px;
  }
  .sgText,
  .sgText p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .sg {
    background-color: #EFF0EA;
    padding-top: 80px;
  }
  .sgContent {
    margin: 0 37px;
    border-top: 4px solid #fff;
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .sgCol2 {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sgCol1 h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .sgBlock-col-2 img {
    width: 89px;
    height: auto;
    margin-bottom: 20px;
  }
  .sgBlock {
    border-top: none;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: calc(50% - 10px);
    margin-bottom: 50px;
  }
  .sgHeadet {
    margin-bottom: 13px;
  }
  .sgHeadet h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .sgText p {
    margin-bottom: 10px;
  }
  .sgText,
  .sgText p {
    font-size: 16px;
    line-height: 23px;
  }
}
/*  SUSTAINABILITY GOALS STOP
------------------------------------------------------------------------------ */

/* MAKING AN IMPACT IN 2020 START
------------------------------------------------------------------------------ */
.marking{
  background-color: #C5E5FF;
}
.markingHeader h3 {
  font-family: 'Sombra Black';
  text-transform: uppercase;
}
.markingRead {
  font-family: 'Sombra Black';
  color: #2C2C2A;
  display: inline-block;
}
.markingRead:hover {
  text-decoration: underline;
}
.markingRead span {
  display: inline-block;
  margin-left: 6px;
  position: relative;
}
.markingRead span img {
  position: absolute;
}
.markingRead span img:nth-child(2) {
  opacity: 0;
}
.markingDownload {
  font-family: 'Sombra Black';
  text-transform: uppercase;
  color: #2C2C2A;
  line-height: 1;
  display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
  display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  text-align: center;
}
.markingDownload:hover {
  background-color: #2C2C2A;
  color: #fff;
}
@media (min-width: 993px) {
  .markingHeader {
    padding-top: 70px;
    margin-bottom: 30px;
  }
  .markingHeader h3 {
    font-size: 14px;
    line-height: 30px;
  }
  .markingCol {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
  }
  .markingRead {
    font-size: 46px;
    line-height: 52px;
  }
  .markingRead span {
    top: -6px;
  }
  .markingRead span, 
  .markingRead span img {
    width: 23px;
    height: 16px;
  }
  .markingDownload {
    font-size: 14px;
    width: 227px;
    height: 60px;
    border: 3px solid #2C2C2A;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .markingHeader {
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .markingHeader h3 {
    font-size: 14px;
    line-height: 30px;
  }
  .markingCol {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
  }
  .markingRead {
    font-size: 35px;
    line-height: 39px;
    max-width: 322px;
  }
  .markingRead span {
    top: -3px;
  }
  .markingRead span, 
  .markingRead span img {
    width: 23px;
    height: 16px;
  }
  .markingDownload {
    font-size: 11px;
    width: 140px;
    height: 37px;
    border: 2px solid #2C2C2A;
  }
}
@media (max-width: 767px) {
  .markingContent {
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 42px;
    padding-bottom: 66px;
  }
  .markingHeader {
    margin-bottom: 20px;
  }
  .markingHeader h3 {
    font-size: 12px;
    line-height: 16px;
  }
  .markingRead {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .markingRead span {
    top: -11px;
  }
  .markingRead span, 
  .markingRead span img {
    width: 18px;
    height: auto;
  }
  .markingDownload {
    font-size: 12px;
    width: 160px;
    height: 38px;
    border: 2px solid #2C2C2A;
  }
}
/* MAKING AN IMPACT IN 2020 STOP
------------------------------------------------------------------------------ */

/* i2c START
------------------------------------------------------------------------------ */
.i2c {
  background-color: #d5fa94;
  position: relative;
}
.i2cPic {
  position: absolute;
}
.i2cRegion,
.i2cRegion p {
  color: #93A3A1;
  font-family: 'Sombra Black';
  text-transform: uppercase;
}
.i2Header h2 {
  font-family: 'Sombra Black';
}
@media (min-width: 993px) {
  .i2cContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }
  .i2cCol {
    width: 50%;
  }
  .i2cpic {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .i2cBlock {
    padding: 65px 30px 75px 8%;
    max-width: 590px;
  }
  .i2cRegion {
    margin-bottom: 35px;
  }
  .i2cRegion,
  .i2cRegion p {
    font-size: 14px;
    line-height: 30px;
  }
  .i2Header {
    margin-bottom: 15px;
  }
  .i2Header h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .i2cText {
    margin-bottom: 70px;
  }
  .i2cText,
  .i2cText p {
    font-size: 20px;
    line-height: 30px;
  }
  .i2cContent .insightsLink {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .i2cContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
  }
  .i2cCol {
    width: 50%;
  }
  .i2cpic {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .i2cBlock {
    width: 310px;
    padding: 40px 0 40px 64px;
  }
  .i2cRegion {
    margin-bottom: 20px;
  }
  .i2cRegion,
  .i2cRegion p {
    font-size: 14px;
    line-height: 17px;
  }
  .i2Header {
    margin-bottom: 15px;
  }
  .i2Header h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .i2cText {
    margin-bottom: 40px;
  }
  .i2cText,
  .i2cText p {
    font-size: 16px;
    line-height: 22px;
  }
  .i2cContent .insightsLink {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .i2cpic {
    background-image: none!important;
  }
  .i2cBlock {
    margin: 0 37px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .i2cRegion {
    margin-bottom: 20px;
  }
  .i2cRegion,
  .i2cRegion p {
    font-size: 14px;
    line-height: 17px;
  }
  .i2Header {
    margin-bottom: 15px;
  }
  .i2Header h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .i2cText {
    margin-bottom: 40px;
  }
  .i2cText,
  .i2cText p {
    font-size: 16px;
    line-height: 22px;
  }
  .i2cContent .insightsLink {
    padding-bottom: 0;
  }
}
/* i2c STOP
------------------------------------------------------------------------------ */

/*  FILTER inspiring START
------------------------------------------------------------------------------ */
.infsBlock {
  color: #000;
  position: relative;
  display: block;
  width: 100%;
}
.infsRegion {
  display: block;
}
.infsRegion, 
.infsRegion p {
  font-family: 'Sombra Black';
  text-transform: uppercase;
  color: #93A3A1;
}
.infsHeadader {
  display: block;
}
.infsHeadader h2 {
  font-family: 'Sombra Black';
}
@media (min-width: 993px) {
  .insFilter .fpHeader {
    margin-top: 76px;
    margin-bottom: 120px;
  }
  .insfContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .infsCol {
    width: calc(50% - 15px);
  }
  .infsBlock {
    border-top: 6px solid #E5E5E5;
    padding-top: 32px;
    padding-bottom: 165px;
  }
  .infsBlock:hover {
    border-top: 6px solid #d5fa94;
  }
  .infsRegion {
    margin-bottom: 20px;
  }
  .infsRegion, 
  .infsRegion p {
    font-size: 14px;
  }
  .infsHeadader {
    min-height: 138px;
  }
  .infsHeadader h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .infsBlock .psLink {
    position: absolute;
    left: 0;
    bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .insFilter .fpHeader {
    margin-top: 45px;
    margin-bottom: 70px;
  }
  .insfContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .infsCol {
    width: calc(50% - 15px);
  }
  .infsBlock {
    border-top: 4px solid #E5E5E5;
    padding-top: 15px;
    padding-bottom: 100px;
  }
  .infsBlock:hover {
    border-top: 4px solid #d5fa94;
  }
  .infsRegion {
    margin-bottom: 8px;
  }
  .infsRegion, 
  .infsRegion p {
    font-size: 11px;
  }
  .infsHeadader {
    min-height: 96px;
  }
  .infsHeadader h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .infsBlock .psLink {
    position: absolute;
    left: 0;
    bottom: 52px;
  }
}
@media (max-width: 767px) {
  .insFilter {
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 47px;
    padding-bottom: 40px;
  }
  .infsBlock {
    border-top: 4px solid #E5E5E5;
    height: auto!important;
    padding-top: 15px;
  }
  .infsBlock:hover {
    border-top: 4px solid #d5fa94;
  }
  .infsRegion {
    margin-bottom: 11px;
  }
  .infsRegion, 
  .infsRegion p {
    color: #93A3A1;
    font-size: 14px;
  }
  .infsHeadader h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 40px;
  }
  .infsBlock .psLink {
    padding-bottom: 52px;
  }
}
/*  FILTER inspiring STOP
------------------------------------------------------------------------------ */

/* Let’s stay in touch block start
------------------------------------------------------------------------------ */
.lets {
  background-color: #C5E5FF;
}
.lets h2 {
  font-family: 'Sombra Black';
}
.letsHeader {
  font-family: 'Sombra Black';
  text-transform: uppercase;
}
.infsBlock:hover .psLink i {
  color: #000;
  text-decoration: underline;
}
.infsBlock .psLink span {
  margin-left: 2px;
}
.letsEmail {
  background-color: #fff;
  width: 100%;
}
.letsEmail form {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.letsEmail input[type="email"] {
  font-family: 'Sombra Black';
  color: #2C2C2A;
}
.letsEmail input[type="email"],
.letsEmail input[type="submit"] {
  background: none;
  border: none;
}
.letsEmail input[type="email"]::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; text-transform: uppercase; }
.letsEmail input[type="email"]::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
  text-transform: uppercase; }
.letsEmail input[type="email"]:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
  text-transform: uppercase; }
.letsEmail input[type="email"]:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
  text-transform: uppercase; }
.letsEmail input[type="email"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.letsEmail input[type="email"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.letsEmail input[type="email"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.letsEmail input[type="email"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.letsEmail input[type="submit"] {
  cursor: pointer;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
	background-position: center;	
}
.letsEmail input[type="submit"]:hover {
  background-image: url(../images/arrow-hover1.svg);
}
@media (min-width: 993px) {
  .letsContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 101px;
    padding-bottom: 185px;
  }
  .letsCol:nth-child(1) {
    width: 410px;
  }
  .letsCol:nth-child(2) {
    width: 571px;
  }
  .lets H2 {
    font-size: 58px;
    line-height: 68px;
    margin-top: 8px;
  }
  .letsHeader{
    margin-bottom: 13px;
  }
  .letsHeader,
  .letsHeader p {
    font-size: 14px;
    line-height: 30px;
  }
  .letsText{
    margin-bottom: 50px;
  }
  .letsText,
  .letsText p {
    font-size: 20px;
    line-height: 30px;
  }
  .letsEmail input[type="email"] {
    height: 77px;
    width: calc(100% - 78px);
    font-size: 14px;
    padding-left: 36px;
  }
  .letsEmail input[type="submit"] {
    height: 77px;
    width: 77px;
  }
  .letsEmail input[type="submit"] {
    -webkit-background-size: 23px auto;
    -moz-background-size: 23px auto;
    -o-background-size: 23px auto;
    background-size: 23px auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .letsContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 54px;
    padding-bottom: 90px;
  }
  .letsCol:nth-child(1) {
    width: 200px;
  }
  .letsCol:nth-child(2) {
    width: 50%;
  }
  .lets H2 {
    font-size: 35px;
    line-height: 39px;
  }
  .letsHeader{
    margin-bottom: 20px;
  }
  .letsHeader,
  .letsHeader p {
    font-size: 11px;
    line-height: 19px;
  }
  .letsText{
    margin-bottom: 30px;
  }
  .letsText,
  .letsText p {
    font-size: 16px;
    line-height: 22px;
  }
  .letsEmail input[type="email"] {
    height: 46px;
    width: calc(100% - 46px);
    font-size: 11px;
    padding-left: 19px;
  }
  .letsEmail input[type="submit"] {
    height: 46px;
    width: 46px;
  }
  .letsEmail input[type="submit"] {
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
  }
}
@media (max-width: 767px) {
  .letsContent {
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 41px;
    padding-bottom: 72px;
  }
  .lets H2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 38px;
  }
  .letsHeader {
    margin-bottom: 20px;
  }
  .letsHeader,
  .letsHeader p {
    font-size: 12px;
    line-height: 16px;
  }
  .letsText {
    margin-bottom: 50px;
  }
  .letsText,
  .letsText p {
    font-size: 16px;
    line-height: 23px;
  }
  .letsEmail input[type="email"] {
    height: 40px;
    width: calc(100% - 46px);
    font-size: 12px;
    padding-left: 19px;
  }
  .letsEmail input[type="submit"] {
    height: 40px;
    width: 40px;
  }
  .letsEmail input[type="submit"] {
    -webkit-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
  }
}
/* Let’s stay in touch block stop
------------------------------------------------------------------------------ */

/* OUR LOCATIONS START
------------------------------------------------------------------------------ */
.ourlocation {
  background-color: #d5fa94;
}
.ourlocationContainer h1 {
  font-family: 'Sombra Regular';
  text-transform: uppercase;
  font-weight: normal;
}
.ourCountry {
  font-family: 'Sombra Bold';
}
.quonateam strong {
  font-family: 'Sombra Black';
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 993px) {
  .ourlocationContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 78px;
    padding-bottom: 140px;
  }
  .ourlocationCol:nth-child(1) {
    width: 40%;
  }
  .ourlocationCol:nth-child(2) {
    width: 60%;
  }
  .ourlocationContainer h1 {
    font-size: 50px;
    line-height: 56px;
  }
  .ourCountry {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .quonateam strong {
    font-size: 14px;
  }
  .quonateam {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ourlocationContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ourlocationCol:nth-child(1) {
    width: 40%;
  }
  .ourlocationCol:nth-child(2) {
    width: 60%;
  }
  .ourlocationContainer h1 {
    font-size: 27px;
    line-height: 31px;
  }
  .ourCountry {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .quonateam strong {
    font-size: 14px;
  }
  .quonateam {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .ourlocationContent {
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .ourlocationContainer h1 {
    font-size: 30px;
    line-height: 34px;    
    margin-bottom: 60px;
  }
  .ourlocationContainer h1 br {
    display: none;
  }
  .ourCountry {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .quonateam strong {
    font-size: 14px;
  }
  .quonateam {
    font-size: 16px;
    line-height: 22px;
  }
}
/* OUR LOCATIONS STOP
------------------------------------------------------------------------------ */

/* press start
------------------------------------------------------------------------------ */
@media (min-width: 993px) { 
  .press .markingRead {
    font-size: 28px;
    line-height: 34px;
    max-width: 780px;
  }
  .press .markingRead span {
    top: 1px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .press .markingRead {
    font-size: 28px;
    line-height: 34px;
    max-width: 450px;
  }
  .press .markingRead span {
    top: 1px;
  }
}
/* press stop
------------------------------------------------------------------------------ */

/* CONTACT FORM START
------------------------------------------------------------------------------ */
.ourlocationContainer h2 {
  font-family: 'Sombra Regular';
  text-transform: uppercase;
  font-weight: normal;
}
.cfb select {
  cursor: pointer;
}
.cfb select,
.cfb input,
.cfb textarea {
  border: none;
  background-color: #EFF0EA;
  color: #2C2C2A;
  text-transform: uppercase;
  font-family: 'Sombra Black';
  font-weight: normal;
  position: relative;
}
.cfb textarea {
  resize: none;
}
.cfb input[type="submit"] {
  background-color: transparent;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  font-family: 'Sombra Regular';
  text-transform: none;
}
.cfb input[type="submit"]:hover {
  text-decoration: underline;
}
.cfb .Reasonforcontact {
  display: block;
}

.cfb textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; text-transform: uppercase; }
.cfb textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
text-transform: uppercase; }
.cfb textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
text-transform: uppercase; }
.cfb textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
text-transform: uppercase; }
.cfb textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.cfb textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.cfb textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.cfb textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.cfb input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; text-transform: uppercase; }
.cfb input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
text-transform: uppercase; }
.cfb input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
text-transform: uppercase; }
.cfb input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #2C2C2A; 
text-transform: uppercase; }
.cfb input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.cfb input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.cfb input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.cfb input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: transparent;
  border: none;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 10px 0 0 0;
  padding: 0;
}

.csCol h2 {
  font-family: 'Sombra Regular';
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 993px) {
  .cfContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 130px;
    border-top: 8px solid #D4D5CF;
    padding-top: 69px;
    padding-bottom: 154px;
  }
  .csCol:nth-child(1) {
    width: 40%;
  }
  .csCol:nth-child(2) {
    width: 60%;
  }
  .csCol h2 {
    font-size: 50px;
    line-height: 56px;
  }

  .cfb .form-field {
    margin-bottom: 31px;
  }
  .cfb select,
  .cfb input {
    height: 77px;
    padding: 10px 36px;
  }
  .cfb select {
    padding-right: 55px;
  }
  .cfb textarea {
    height: 244px;
    padding: 36px 36px 10px;
  }
  .cfb select,
  .cfb input,
  .cfb textarea {
    width: 100%;
    font-size: 14px;
  }
  .cfb input[type="submit"] {
    font-size: 18px;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 0 35px 0 0;
  }
  .cfb .Reasonforcontact:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #2C2C2A;
    position: absolute;
    z-index: 2;
    top: 31px;
    right: 24px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .cfContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 60px;
    border-top: 6px solid #D4D5CF;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .csCol:nth-child(1) {
    width: 40%;
  }
  .csCol:nth-child(2) {
    width: 60%;
  }
  .csCol h2 {
    font-size: 27px;
    line-height: 31px;
  }

  .cfb .form-field {
    margin-bottom: 20px;
  }
  .cfb select,
  .cfb input {
    height: 44px;
    padding: 10px 20px;
  }
  .cfb select {
    padding-right: 30px;
  }
  .cfb textarea {
    height: 244px;
    padding: 20px 20px 10px;
  }
  .cfb select,
  .cfb input,
  .cfb textarea {
    width: 100%;
    font-size: 14px;
  }
  .cfb input[type="submit"] {
    font-size: 18px;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 0 35px 0 0;
  }
  .cfb .Reasonforcontact:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2C2C2A;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
  }
  .cfb .Reasonforcontact:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2C2C2A;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 14px;
  }
}

@media (max-width: 767px) {
  .cfContent {
    margin-top: 72px;
    margin-left: 37px;
    margin-right: 37px;
    padding-top: 34px;
    padding-bottom: 62px;
    border-top: 4px solid #D4D5CF;
  }
  .csCol h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 63px;
  }

  .cfb .form-field {
    margin-bottom: 12px;
  }
  .cfb select,
  .cfb input {
    height: 44px;
    padding: 10px 15px;
  }
  .cfb select {
    padding-right: 30px;
  }
  .cfb textarea {
    height: 138px;
    padding: 20px 15px 10px;
  }
  .cfb select,
  .cfb input,
  .cfb textarea {
    width: 100%;
    font-size: 12px;
  }
  .cfb input[type="submit"] {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20px 0 0;
    -webkit-background-size: 20%;
    -moz-background-size: 20%;
    -o-background-size: 20%;
    background-size: 20%;
  }
  .cfb .Reasonforcontact:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #2C2C2A;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 14px;
  }
}
/* CONTACT FORM STOP
------------------------------------------------------------------------------ */

/* OBS START
------------------------------------------------------------------------------ */
.jsHeader {
  font-family: 'Sombra Regular';
  text-transform: uppercase;
}
.jsHeader li:last-child {
  margin-right: 0;
}
.jsHeader li span {
  text-decoration: underline;
}
.jsHeader li a {
  color: #2C2C2A;
  text-decoration: none;
}
.jsHeader li a:hover {
  text-decoration: underline;
}
.jsCol,
.div.job_listings {
  margin-bottom: 0
}
.job_filters {
  background: transparent;
}
.job_filters .search_jobs {
  padding: 0;
}
.search_jobs input {
  border: 1px solid #D4D5CF;
  font-family: 'Sombra Regular';
  color: #000;
  font-weight: normal;
}

.search_jobs input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.search_jobs input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.search_jobs input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.search_jobs input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #000;}
.search_jobs input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search_jobs input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search_jobs input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search_jobs input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.search_jobs .search_submit input {
  background: transparent;
  margin: 0 auto;
  font-family: 'Sombra Black';
}
.search_jobs .search_submit input:hover {
  background: #2C2C2A;
  color: #fff;
}
.job_filters .job_types,
div.job_listings ul.job_listings {
  border-top: none;
}
ul.job_listings li.job_listing a:hover {
  background-color: #D5FA94;
}

ul.job_listings li.job_listing a div.position h3 {
  font-weight: normal;
  color: #000;
}
ul.job_listings li.job_listing a:hover div.position h3 {
  text-decoration: underline;
}
ul.job_listings li.job_listing a div.position .company,
ul.job_listings li.job_listing a div.position .company strong {
  font-family: 'Gellix-SemiBold';
  font-weight: normal;
  color: #000;
}
li.job_listing a div.location {
  font-family: 'Gellix-SemiBold';
  font-weight: normal;
  color: #93A3A1;
}
ul.job_listings li.job_listing a .meta li {
  font-weight: normal;
  color: #93A3A1;
}
@media (min-width: 993px) {
  .jsHeader {
    border-top: 8px solid #D4D5CF;
    padding-top: 30px;
    margin-bottom: 60px;
    font-size: 18px;
  }
  .jsHeader ul {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .jsHeader li {
    margin-right: 30px;
  }

  .jsCol {
    margin-bottom: 60px;
  }
  .job_filters .search_jobs div.search_keywords, 
  .job_filters .search_jobs div.filter_first {
    padding-right: 30px;
    width: 50%;
  }
  .job_filters .search_jobs div.search_location, 
  .job_filters .search_jobs div.filter_last {
    padding-left: 30px;
    width: 50%;
  }
  .search_jobs input {
    height: 56px;
    padding: 14px 30px;
    font-size: 18px;
  }
  .job_filters .search_jobs div.search_submit {
    padding-top: 36px;
    text-align: center;
  }
  .search_jobs .search_submit input {
    border: 3px solid #2C2C2A;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    width: 228px;
    height: 60px;
    margin-bottom: 60px;
  }
  ul.job_listings li.job_listing a {
    padding: 25px;
    line-height: 1;
  }
  ul.job_listings li.job_listing a img.company_logo {
    width: 50px;
    height: 50px;
    left: 25px;
    margin-right: 18px;
  }
  ul.job_listings li.job_listing a div.position {
    padding-left: 68px;
  }
  ul.job_listings li.job_listing a div.position h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: -3px;
  }
  ul.job_listings li.job_listing a div.position .company,
  ul.job_listings li.job_listing a div.position .company strong {
    font-size: 18px;
    line-height: 24px;
  }
  li.job_listing a div.location {
    font-size: 18px;
    line-height: 24px;
  }
  ul.job_listings li.job_listing a .meta li {
    font-size: 18px;
    line-height: 24px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  .jsHeader {
    border-top: 6px solid #D4D5CF;
    padding-top: 30px;
    margin-bottom: 60px;
    font-size: 18px;
  }
  .jsHeader ul {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .jsHeader li {
    margin-right: 30px;
  }

  .jsCol {
    margin-bottom: 60px;
  }
  .job_filters .search_jobs div.search_keywords, 
  .job_filters .search_jobs div.filter_first {
    padding-right: 30px;
    width: 50%;
  }
  .job_filters .search_jobs div.search_location, 
  .job_filters .search_jobs div.filter_last {
    padding-left: 30px;
    width: 50%;
  }
  .search_jobs input {
    height: 56px;
    padding: 14px 30px;
    font-size: 18px;
  }
  .job_filters .search_jobs div.search_submit {
    padding-top: 36px;
    text-align: center;
  }
  .search_jobs .search_submit input {
    border: 3px solid #2C2C2A;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    width: 228px;
    height: 60px;
    margin-bottom: 60px;
  }
  ul.job_listings li.job_listing a {
    padding: 25px;
    line-height: 1;
  }
  ul.job_listings li.job_listing a img.company_logo {
    width: 50px;
    height: 50px;
    left: 25px;
    margin-right: 18px;
  }
  ul.job_listings li.job_listing a div.position {
    padding-left: 68px;
  }
  ul.job_listings li.job_listing a div.position h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: -3px;
  }
  ul.job_listings li.job_listing a div.position .company,
  ul.job_listings li.job_listing a div.position .company strong {
    font-size: 18px;
    line-height: 24px;
  }
  li.job_listing a div.location {
    font-size: 18px;
    line-height: 24px;
  }
  ul.job_listings li.job_listing a .meta li {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .jsContent {
    margin-left: 37px;
    margin-right: 37px;
  }
  .jsHeader {
    border-top: 4px solid #D4D5CF;
    padding-top: 20px;
    margin-bottom: 45px;
    font-size: 14px;
  }
  .jsHeader ul {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .jsHeader li {
    margin-right: 20px;
  }

  .jsCol {
    margin-bottom: 60px;
  }
  .job_filters .search_jobs div.search_keywords {
    margin-bottom: 36px;
  }
  .job_filters .search_jobs div.search_keywords, 
  .job_filters .search_jobs div.filter_first {
    padding-right: 0;
    width: 100%;
  }
  .job_filters .search_jobs div.search_location, 
  .job_filters .search_jobs div.filter_last {
    padding-left: 0;
    width: 100%;
  }
  .search_jobs input {
    height: 56px;
    padding: 14px 20px;
    font-size: 18px;
  }
  .job_filters .search_jobs div.search_submit {
    padding-top: 36px;
    text-align: center;
  }
  .search_jobs .search_submit input {
    border: 3px solid #2C2C2A;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
  }
  ul.job_listings li.job_listing a {
    padding: 20px 10px;
    line-height: 1;
  }
  ul.job_listings li.job_listing a img.company_logo {
    width: 50px;
    height: 50px;
    left: 5px;
    margin-right: 18px;
    visibility: visible;
  }
  ul.job_listings li.job_listing a div.position {
    padding-left: 60px;
  }
  ul.job_listings li.job_listing a div.position h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: -3px;
  }
  ul.job_listings li.job_listing a div.position {
    margin-bottom: 15px;
  }
  ul.job_listings li.job_listing a div.position .company,
  ul.job_listings li.job_listing a div.position .company strong {
    font-size: 18px;
    line-height: 24px;
  }

  ul.job_listings li.job_listing a div.location,
  ul.job_listings li.job_listing a .meta {
    float: none;
    width: 100%;
    display: table;
    line-height: 1;
    padding: 0;
    text-align: left;
  }

  li.job_listing a div.location {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  ul.job_listings li.job_listing a .meta li {
    font-size: 18px;
    line-height: 24px;
  }

}

.job_filters .showing_jobs a {
  font-family: 'Sombra Regular';
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.job_filters .showing_jobs a:hover {
  text-decoration: underline;
}
/* OBS STOP
------------------------------------------------------------------------------ */

/* Legal START
------------------------------------------------------------------------------ */
.legalContent h5 {
  font-family: 'Gellix-Bold';
  font-weight: normal;
}
@media (min-width: 993px) {
  .legalContent {
    border-top: 8px solid #D4D5CF;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .legalContent {
    font-size: 20px;
    line-height: 30px;
  }
  
  .legalContent h5 {
    font-size: 32px;
    line-height: 46px;
  }
  .legalContent p,
  .legalContent li {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .legalContent {
    border-top: 6px solid #D4D5CF;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .legalContent {
    font-size: 16px;
    line-height: 22px;
  }
  .legalContent h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .legalContent p,
  .legalContent li {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .legalContent {
    border-top: 4px solid #D4D5CF;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 37px;
    margin-right: 37px;
  }
  .legalContent {
    font-size: 16px;
    line-height: 22px;
  }
  .legalContent h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .legalContent p,
  .legalContent li {
    margin-bottom: 20px;
  }
}
/* Legal STOP
------------------------------------------------------------------------------ */


/* cookie START
------------------------------------------------------------------------------ */
#cookie-law-info-bar {
  background: #EFF0EA!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  text-align: left!important;

  z-index: 10001;
  right: 0!important;
  bottom: 69px!important;

  width: 320px!important;
  padding: 24px 30px 27px 30px!important;

  font-family: 'Gellix-Regular'!important;
  font-weight: normal!important;
  font-size: 12px!important;
  line-height: 16px!important;
  color: #2C2C2A!important;
}

#cookie_action_close_header {
  background: #EFF0EA!important;
  border: 3px solid #2C2C2A!important;
  margin: 24px 0 0 0!important;
  padding: 0!important;

  width: 107px!important;
  height: 38px!important;

	display: -webkit-flex!important;
	-webkit-flex-direction: column!important;
	-webkit-flex-wrap: nowrap!important;
	-webkit-justify-content: center!important;
	display: flex!important;
	flex-direction: column!important;
	flex-wrap: nowrap!important;
  justify-content: center!important;

  float: left!important;

  font-family: 'Sombra Black'!important;
  font-weight: normal!important;
  font-size: 10px!important;
  text-align: center!important;
  text-transform: uppercase!important;
  color: #2C2C2A!important;
  
}
#cookie_action_close_header:hover {
  background: #2C2C2A!important;
  color: #fff!important;
}

.cli_settings_button {
  font-family: 'Sombra Black'!important;
  font-weight: normal!important;
  font-size: 10px!important;
  text-align: center!important;
  text-transform: uppercase!important;
  color: #93A3A1!important;

	display: -webkit-flex!important;
	-webkit-flex-direction: column!important;
	-webkit-flex-wrap: nowrap!important;
	-webkit-justify-content: center!important;
	display: flex!important;
	flex-direction: column!important;
	flex-wrap: nowrap!important;
  justify-content: center!important;
  float: right!important;

  width: calc(100% - 108px)!important;
  height: 38px!important;
  margin: 24px 0 0 0!important;
}
.cli_settings_button:hover {
  color: #2C2C2A!important;
}

.modalcontainer.hidden{
	display:none;
}
/* cookie STOP
------------------------------------------------------------------------------ */

/* logo 6 col START
------------------------------------------------------------------------------ */
.logo6col {
  background-color: #D5FA94;
}

 .logo6coBlock img{
	 width: 69%
 }

@media (min-width: 993px) {
  .logo6col {
    padding-bottom: 100px;
  }
  .logo6colContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .logo6coBlock img {
    padding-bottom: 80px;
  }
  .logo6colContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .logo6coBlock {
    width: 33.33333%;
  }
  .logo6coBlock:nth-child(3n+2){
     text-align: center;
   }
   .logo6coBlock:nth-child(3n+3){
      text-align: right;
    }
}

@media (max-width: 767px) {
  .logo6col {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .logo6colContent {
    margin-left: 37px;
    margin-right: 37px;
  }
  .logo6colContent {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .logo6coBlock {
    width: 50%;
  }
  .logo6coBlock:nth-child(odd) {
    text-align: right;
    padding-right: 20px;
  }
  
  .logo6coBlock:nth-child(even) {
    padding-left: 20px;
  }
  .logo6coBlock img {
    padding-bottom: 60px;
  }
}
/* logo 6 col STOP
------------------------------------------------------------------------------ */
