/* Document
========================================================================== */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Sections
========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

/* Text-level semantics
========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

/**
* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
*/
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
========================================================================== */
img {
  border-style: none;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0;
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

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

[type='search'] {
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/* Custom SK
========================================================================== */
a:focus {
  outline: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

[disabled] {
  cursor: default;
}

.b-rewards__list, .c-projects__list {
  margin: 0;
}

.b-rewards__item, .c-projects__item {
  margin: 0;
  padding: 0;
  background: none;
}

.b-rewards__item::before, .c-projects__item::before {
  display: none;
}

.u-align-top {
  vertical-align: top;
}

.u-align-middle {
  vertical-align: middle;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-bg-default {
  background: #e7e7e7;
}

.u-bg-primary {
  background: #0093d0;
}

.u-bg-secondary {
  background: #2a2a2a;
}

.u-bg-lightgrey {
  background: #f2f2f2;
}

.u-bg-darkblue {
  border-top: 1px solid #0093d0;
  background: rgba(46, 52, 57, 0.42);
  position: relative;
}

.u-relative {
  position: relative;
}

.u-clearfix::before, .u-clearfix::after {
  content: '';
  display: table;
}

.u-clearfix::after {
  clear: both;
}

.u-ctx {
  display: table-cell;
}

.u-ctx::after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  line-height: 0;
  font-size: xx-large;
  content: ' x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ';
}

.u-color-secondary {
  color: #2a2a2a;
}

.u-pull-left {
  float: left;
}

.u-pull-right {
  float: right;
}

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

.u-out,
.js .u-js-out {
  position: absolute;
  left: -5000px;
}

.u-max-width--8-12 {
  max-width: 981px;
}

.u-pt-xl {
  padding-top: 130px;
}

.u-pt-md {
  padding-top: 160px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-mb-xl {
  margin-bottom: 230px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-sm {
  margin-bottom: 60px;
}

.u-mb-xs {
  margin-bottom: 30px;
}

@media (min-width: 750px) {
  .u-mb-md {
    margin-bottom: 160px;
  }
}

@media (min-width: 1024px) {
  .u-pt-xl {
    padding-top: 230px;
  }
  .u-mb-0\@md {
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .u-mb-md\@md {
    margin-bottom: 100px;
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-justify {
  text-align: justify;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-lowercase {
  text-transform: lowercase;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-none {
  text-transform: none;
}

.u-text-capitalize {
  text-transform: capitalize;
}

.u-no-decoration {
  text-decoration: none;
}

.u-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-decoration: none;
}

.u-font-light {
  font-weight: 300;
}

.u-font-regular {
  font-weight: normal;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-italic {
  font-style: italic;
}

.u-hide {
  display: none;
}

@media (min-width: 480px) {
  .u-hide\@sm {
    display: none;
  }
}

@media (min-width: 750px) {
  .u-hide\@md {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-hide\@lg {
    display: none;
  }
}

@media (min-width: 1366px) {
  .u-hide\@xl {
    display: none;
  }
}

@media (min-width: 1628px) {
  .u-hide\@xxl {
    display: none;
  }
}

@media (min-width: 1920px) {
  .u-hide\@xxxl {
    display: none;
  }
}

.u-show {
  display: block;
}

@media (min-width: 480px) {
  .u-show\@sm {
    display: block;
  }
}

@media (min-width: 750px) {
  .u-show\@md {
    display: block;
  }
}

@media (min-width: 1024px) {
  .u-show\@lg {
    display: block;
  }
}

@media (min-width: 1366px) {
  .u-show\@xl {
    display: block;
  }
}

@media (min-width: 1628px) {
  .u-show\@xxl {
    display: block;
  }
}

@media (min-width: 1920px) {
  .u-show\@xxxl {
    display: block;
  }
}

.js .u-js-hide {
  display: none;
}

.u-block {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 22pt;
  margin: 0 0 .5cm;
}

h2 {
  font-size: 18pt;
  margin: .75cm 0 .2cm;
}

h3 {
  font-size: 14pt;
  margin: .5cm 0 .15cm;
}

h4,
h5,
h6 {
  font-size: 12pt;
  margin: 1cm 0 .5cm;
}

blockquote {
  padding-left: 0;
  padding-right: 0;
  margin: .5cm 0;
}

table {
  margin: 15px 1pt 35px;
  text-align: left;
  border-collapse: collapse;
  width: 98% !important;
  font-size: 8pt;
}

tr {
  page-break-inside: avoid;
}

th,
td {
  border: 1pt solid #000;
  padding: 4px 10px;
}

th {
  font-weight: bold;
}

.b-cookie,
.m-main,
.m-accessibility,
.header__language,
footer,
form,
.icon-svg,
.btn,
.slick-dots,
.b-medial__more,
video,
.b-medial__media,
.carousel,
.b-contact__btns,
.b-map__media--office,
.b-contact__subtitle {
  display: none !important;
}

.header {
  border-bottom: 2pt solid #000;
  padding: 0 0 20pt;
  margin: 0 auto 20pt;
}

.header__logo {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.header__logo img {
  border: 0;
}

.footer {
  border-top: 2pt solid #000;
  padding: 20pt 0 0;
  margin: 20pt 0 0;
}

.section {
  display: -ms-flexbox;
  display: flex;
}

.section > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}

.section__list {
  padding: 0 40px;
}

.b-projectlist__item {
  margin-bottom: 30px;
  list-style-type: none;
}

.b-homepage {
  padding-top: 60px;
}

.b-homepage__title {
  font-size: 70px;
}

.b-rewards {
  margin-bottom: 100px;
}

.b-rewards__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 -20px -20px;
}

.b-rewards__item {
  list-style-type: none;
  margin: 0 0 20px 20px;
}

.b-rewards__item:last-child {
  display: none;
}

.b-awards__imgs {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -30px -30px;
}

.b-awards__img {
  text-align: center;
  max-width: 40px;
  margin: 0 0 30px 30px;
  max-width: 40px;
  max-height: 50px;
  width: auto;
  height: auto;
}

.b-intro,
.b-video,
.b-hero {
  margin-bottom: 50px;
}

.b-peoples__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: auto;
}

.b-peoples__left, .b-peoples__right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}

.b-peoples__left {
  -ms-flex-order: 2;
      order: 2;
  padding-right: 40px;
}

.b-management__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: auto;
}

.b-management__left {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0;
  width: 50%;
}

.b-management__right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.b-stats__list {
  display: -ms-flexbox;
  display: flex;
}

.b-stats__item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}

.b-team {
  margin-bottom: 40px;
}

.b-team__media {
  max-width: 50%;
}

.b-common__media {
  display: none;
}

.c-projects__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: auto;
}

.c-projects__inner > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.c-projects__item {
  list-style-type: none;
}

.c-projects__more {
  display: none;
}

.b-projects__title {
  margin: 5px 0 20px;
}

.b-project {
  padding: 100px 0;
}

.b-full .grid {
  display: -ms-flexbox;
  display: flex;
}

.b-full .grid__cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
  padding: 0 30px;
}

body {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  background: none;
  font-size: 8pt;
  line-height: 12pt;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

p,
ul,
table {
  margin: 0 0 .4cm;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=print.css.map */
