@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-LightItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: #000; }
a {
	color: inherit; }
.section__body a {
  color: #284486;
  text-decoration: none;
  border-bottom: 1px solid #284486; }
.section__body a:hover {
    border-bottom: 0; }
a[href^="tel"] {
    text-decoration: none; }
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-bottom: calc(1.6em / 2); }
.h1, h1 {
  font-size: 78px;
  line-height: 0.87;
  font-weight: 700; }
.h2, h2 {
  font-size: 76px;
  line-height: 1.2; }
.h3, h3 {
  font-size: 70px;
  line-height: 1.11;
  font-weight: 600; }
.h4, h4 {
  font-size: 60px;
  font-weight: 700; }
.h5, h5 {
  font-size: 54px;
  font-weight: 400; }
.h6, h6 {
  font-size: 32px;
  line-height: 1.2; }
.fsz-7 {
  font-size: 36px; }
@media (max-width: 1399px) {
  .h1, h1 {
    font-size: 54px; }
  .h2, h2 {
    font-size: 50px; }
  .h3, h3 {
    font-size: 48px; }
  .h4, h4 {
    font-size: 42px; }
  .h5, h5 {
    font-size: 38px; }
  .h6, h6 {
    font-size: 22px; }
  .fsz-7 {
    font-size: 24px; }
  body {
    font-size: 18px; } }
@media (max-width: 1199px) {
  .h3, h3 {
    font-size: 45px; }
  .fsz-7 {
    font-size: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1, h1 {
    font-size: 48px; }
  .h2, h2 {
    font-size: 42px; }
  .h3, h3 {
    font-size: 38px; }
  .h4, h4 {
    font-size: 34px; }
  .h5, h5 {
    font-size: 30px; }
  .h6, h6 {
    font-size: 20px; }
  .fsz-7 {
    font-size: 20px; } }
@media (max-width: 374px) {
  .h1, h1 {
    font-size: 45px; }
  .h2, h2 {
    font-size: 40px; }
  .h3, h3 {
    font-size: 36px; }
  .h4, h4 {
    font-size: 32px; }
  .h5, h5 {
    font-size: 28px; }
  .h6, h6 {
    font-size: 18px; }
  .fsz-7 {
    font-size: 18px; }
  body {
    font-size: 16px; } }
@media (max-width: 1199px) {
  br {
    display: none; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.6em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box .box__inner {
  background: #fff;
  text-align: center;
  padding: 35px 54px 41px;
  height: 100%; }
@media (max-width: 1399px) {
    .box .box__inner {
      padding: 43px 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .box .box__inner {
      padding: 25px 15px; } }
.box .box__head h6 {
  font-size: 72px;
  color: #307d87;
  letter-spacing: -0.0019em;
  font-weight: 600;
  margin-bottom: 11px; }
@media (max-width: 1023px) {
    .box .box__head h6 {
      font-size: 56px; } }
.box .box__body p {
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6; }
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media (max-width: 1023px) {
    .boxes {
      margin: 0 -10px -29px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .boxes {
      margin: 0 0 -29px;
      display: block; } }
.boxes .box {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 29px; }
@media (max-width: 1199px) {
      .boxes .box {
        max-width: 33.33%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%; } }
@media (max-width: 1023px) {
      .boxes .box {
        padding: 0 10px;
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .boxes .box {
        max-width: none;
        padding: 0; } }
/* ------------------------------------------------------------ *\
	Btn alt
\* ------------------------------------------------------------ */
.btn-alt {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 310px;
  border-radius: 40px;
  background: #666;
  color: #fff;
  font-size: 32px;
  padding: 15px 10px 14px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  font-weight: 400; }
@media (min-width: 1023.02px) {
    .btn-alt:hover {
      background: #264288; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn-alt {
      min-width: 220px;
      font-size: 22px;
      padding: 10px 5px; } }
.btn-alt span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.btn-alt img {
    margin-left: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .btn-alt img {
        max-width: 20px; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Experience
\* ------------------------------------------------------------ */
.experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #d9d9d9;
  padding: 58px 0 72px 70px;
  background-image: url(../images/voices-of-experience.svg);
  background-blend-mode: overlay;
  background-size: 38% auto;
  background-position: 4% 72%;
  background-repeat: no-repeat;
  position: relative; }
@media (max-width: 1399px) {
    .experience {
      padding: 45px 0 45px 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .experience {
      padding: 20px 20px;
      background-position: right 5%; } }
.experience:after {
    content: '';
    position: absolute;
    left: 99%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #d9d9d9; }
.experience h4 {
    width: 37%;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.0031em; }
@media (max-width: 1399px) {
      .experience h4 {
        font-size: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .experience h4 {
        width: 100%; } }
.experience p {
    width: 10%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 1.8%;
    margin-top: 3px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .experience p {
        margin: 0; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 45px 0; }
@media (max-width: 1399px) {
    .footer {
      padding: 30px 0;
      font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      font-size: 16px; } }
.footer ul {
    list-style-type: none; }
@media (min-width: 767.02px) {
    .footer li {
      display: inline-block;
      vertical-align: middle; }
      .footer li + li:before {
        content: '|';
        display: inline-block;
        vertical-align: middle;
        color: currentcolor;
        margin: 0 21px; } }
.footer a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.footer a:hover {
      opacity: 0.8; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */ }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 15px; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
.grid .grid__col--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1023px) {
  .grid--tablet-disable > .grid__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .grid--tablet-disable > .grid__col + .grid__col {
    margin-top: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--mobile-disable > .grid__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .grid--mobile-disable > .grid__col + .grid__col {
    margin-top: 40px; } }
@media (max-width: 374px) {
  .grid--mobile-s-disable > .grid__col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .grid--mobile-s-disable > .grid__col + .grid__col {
    margin-top: 40px; } }
.grid--bottom-gutter {
  margin-bottom: -95px; }
@media (max-width: 1399px) {
    .grid--bottom-gutter {
      margin-bottom: -40px; } }
.grid--bottom-gutter > .grid__col {
    padding-bottom: 95px; }
@media (max-width: 1399px) {
      .grid--bottom-gutter > .grid__col {
        padding-bottom: 40px; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11; }
@media (max-width: 1023px) {
    .header {
      text-align: right;
      padding: 16px 0; } }
@media (max-width: 1023px) {
    .header .nav {
      position: absolute;
      background-color: #000;
      top: 100%;
      right: -321px;
      width: 320px;
      height: calc(100vh - 100%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      overflow-y: auto; } }
@media (max-width: 1023px) {
  .header--expanded .nav {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); } }
/* ------------------------------------------------------------ *\
	Hero alt
\* ------------------------------------------------------------ */
.hero-alt {
  position: relative; }
.hero-alt .hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; }
.hero-alt .hero__background:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
@media (max-width: 1023px) {
        .hero-alt .hero__background:after {
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%); } }
.hero-alt .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 40px 101px 0; }
@media (max-width: 1399px) {
      .hero-alt .hero__inner {
        padding: 60px 0 80px; } }
@media (max-width: 1023px) {
      .hero-alt .hero__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
.hero-alt .hero__content {
    padding-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1023px) {
      .hero-alt .hero__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 0; } }
.hero-alt .hero__content p {
    font-size: 36px;
    margin-bottom: 4px;
    font-weight: 400; }
@media (max-width: 1399px) {
      .hero-alt .hero__content p {
        font-size: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero-alt .hero__content p {
        font-size: 22px;
        margin-bottom: 10px; } }
.hero-alt .hero__content h1 {
    font-size: 76px; }
@media (max-width: 1399px) {
      .hero-alt .hero__content h1 {
        font-size: 66px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero-alt .hero__content h1 {
        font-size: 44px; } }
@media (max-width: 1023px) {
    .hero-alt .hero__image {
      margin-bottom: 20px; } }
.hero-alt .hero__logo {
    display: inline-block;
    max-width: 500px; }
.hero-alt .hero__logo img {
    width: 100%; }
/* ------------------------------------------------------------ *\
	Hero 
\* ------------------------------------------------------------ */
.hero {
  background-color: #264288;
  color: #fff;
  padding: 145px 0;
  background-size: auto 140%;
  background-position: 129% 34%;
  background-repeat: no-repeat; }
@media (max-width: 1399px) {
    .hero {
      background-position: right;
      background-size: auto 100%; } }
.hero .hero__content h6 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -0.0076em;
    margin-bottom: 10px; }
.hero .hero__content h2 {
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.008em; }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */
.list-dots {
  list-style-type: none; }
.list-dots li {
    position: relative;
    padding: 0 0 0 15px; }
.list-dots li:before {
      display: inline-block;
      content: '•';
      position: absolute;
      top: 0;
      left: 0; }
.list-dots li p {
    letter-spacing: 0;
    margin-bottom: 0 !important; }
.list-dots li + li {
    margin-top: 0.5em; }
/* ------------------------------------------------------------ *\
	List logos alt
\* ------------------------------------------------------------ */
.list-logos-alt {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -90px; }
@media (max-width: 1199px) {
    .list-logos-alt {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
@media (max-width: 1199px) {
    .list-logos-alt {
      margin: 0 -15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-logos-alt {
      display: block;
      margin: 0; } }
.list-logos-alt li {
    margin-bottom: 90px; }
@media (max-width: 1399px) {
      .list-logos-alt li {
        max-width: 33.33%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%; } }
@media (max-width: 1199px) {
      .list-logos-alt li {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        text-align: center; } }
@media (max-width: 1023px) {
      .list-logos-alt li {
        padding: 0 15px;
        margin-bottom: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-logos-alt li {
        padding: 0;
        max-width: none; } }
.list-logos-alt a {
    display: inline-block;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
@media (min-width: 1023.02px) {
      .list-logos-alt a:hover {
        opacity: .6; } }
/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */
ul.list-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px -109px; }
@media (max-width: 1399px) {
    ul.list-logos {
      margin-bottom: -50px; } }
ul.list-logos li {
    text-align: center;
    max-width: 40%;
    padding: 0 20px 109px; }
@media (max-width: 1399px) {
      ul.list-logos li {
        max-width: 30%;
        padding: 0 20px 50px; } }
@media (max-width: 1023px) {
      ul.list-logos li {
        max-width: 50%; } }
@media (max-width: 580px) {
      ul.list-logos li {
        max-width: 100%;
        width: 100%; } }
/* ------------------------------------------------------------ *\
	List members
\* ------------------------------------------------------------ */
.list-members {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 1199px) {
    .list-members {
      display: block; } }
.list-members li {
    position: relative;
    padding: 10px 0 16px 30px;
    margin-right: 86px; }
@media (max-width: 1399px) {
      .list-members li {
        margin-right: 15px; } }
@media (max-width: 1199px) {
      .list-members li {
        margin: 0 0 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-members li {
        padding: 10px 0 10px 20px; } }
.list-members li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 100%;
      background: #307d87; }
.list-members li:last-child {
      margin: 0; }
.list-members strong {
    font-size: 24px;
    display: block;
    letter-spacing: -0.012em;
    margin-bottom: 7px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-members strong {
        font-size: 22px; } }
.list-members p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-members p {
        font-size: 24px; } }
/* ------------------------------------------------------------ *\
	List Numbered
\* ------------------------------------------------------------ */
.list-numbered {
  list-style-type: none;
  max-width: 560px; }
.list-numbered li {
    counter-increment: inst;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.list-numbered li:before {
      content: counter(inst) ".";
      display: inline-block;
      font-size: 40px;
      font-weight: 300;
      min-width: 68px;
      color: #b2b2b2;
      line-height: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .list-numbered li:before {
          font-size: 28px;
          min-width: 40px; } }
.list-numbered li p {
      width: 10%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.list-numbered li + li {
    margin-top: 15px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
  color: #fff; }
@media (min-width: 1023.02px) {
    .nav-trigger {
      display: none; } }
.nav-trigger span {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: currentcolor;
    -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger span:nth-child(1) {
      top: 0; }
.nav-trigger span:nth-child(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
.nav-trigger span:nth-child(3) {
      top: 100%;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
.header--expanded .nav-trigger span {
  -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.header--expanded .nav-trigger span:nth-child(2) {
    opacity: 0; }
.header--expanded .nav-trigger span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
.header--expanded .nav-trigger span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  text-align: center;
  margin-right: 35px; }
@media (max-width: 1023px) {
    .nav {
      margin: 0;
      text-align: left; } }
.nav li {
    display: inline-block;
    background-color: #000; }
@media (max-width: 1023px) {
      .nav li {
        width: 100%; } }
.nav li:hover ul {
      opacity: 1;
      pointer-events: auto; }
.nav a {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 0.05em; }
@media (max-width: 1399px) {
      .nav a {
        font-size: 20px; } }
@media (max-width: 1023px) {
      .nav a {
        font-size: 18px; } }
.nav > ul > li {
    padding: 40px 32px; }
@media (max-width: 1399px) {
      .nav > ul > li {
        padding: 20px 20px; } }
@media (max-width: 1023px) {
      .nav > ul > li {
        padding: 10px 20px; } }
.nav > ul > li > a {
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.nav > ul > li > a:hover {
      opacity: 0.8; }
@media (min-width: 1023.02px) {
    .nav > ul > li + li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 26px;
      width: 1px;
      background-color: #fff; } }
.nav .has-dd {
    position: relative; }
@media (min-width: 1023.02px) {
      .nav .has-dd {
        padding-left: 36px;
        padding-right: 36px; } }
@media (max-width: 1023px) {
      .nav .has-dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media (max-width: 1023px) {
      .nav .has-dd > a:not(.has-dd__btn) {
        width: 10%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 10px; } }
.nav .has-dd__btn {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: -2px;
    background-image: url(../images/ico-dd.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; }
@media (max-width: 1023px) {
      .nav .has-dd__btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        pointer-events: auto; } }
@media (min-width: 1023.02px) {
    .nav .has-dd ul {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: left;
      padding: 16px 0;
      background-color: #000;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
@media (max-width: 1399px) {
    .nav .has-dd ul {
      padding: 10px 0; } }
@media (max-width: 1023px) {
    .nav .has-dd ul {
      width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      display: none;
      margin-bottom: 0; } }
.nav .has-dd ul li {
    width: 100%; }
.nav .has-dd ul a {
    font-size: 32px;
    letter-spacing: 0.6px;
    font-weight: 300;
    display: block;
    line-height: 1.65;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    padding: 1px 50px; }
@media (max-width: 1399px) {
      .nav .has-dd ul a {
        font-size: 18px;
        padding: 1px 20px; } }
@media (max-width: 1023px) {
      .nav .has-dd ul a {
        padding: 2px 10px; } }
.nav .has-dd ul a:hover {
      background-color: #fff;
      color: #000; }
@media (max-width: 1023px) {
    .nav .dd-expanded .has-dd__btn {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); } }
/* ------------------------------------------------------------ *\
	Quote
\* ------------------------------------------------------------ */
.quote {
  position: relative;
  padding-left: 30px; }
.quote:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: calc(100% - 7px);
    background: #307d87; }
.quote p {
    font-weight: 300;
    font-style: italic;
    font-size: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .quote p {
        font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Featured
\* ------------------------------------------------------------ */
.section-featured {
  padding: 131px 0 130px;
  background-size: 61.7% auto;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-bottom: -130px;
  overflow: hidden; }
@media (max-width: 1399px) {
    .section-featured {
      padding: 60px 0;
      background-size: cover; } }
@media (max-width: 1399px) {
    .section-featured .section__inner {
      padding: 0 0 0 5vw; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-featured .section__inner {
      padding: 0; } }
.section-featured .section__body {
    background-color: #fff;
    padding: 73px 0 73px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
.section-featured .section__body:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      bottom: 0;
      width: 100%;
      background-color: #fff; }
@media (max-width: 1399px) {
      .section-featured .section__body {
        padding: 50px 30px 70px 50px; } }
@media (max-width: 1023px) {
      .section-featured .section__body {
        margin-right: -40px;
        padding: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__body {
        margin-right: -30px;
        padding: 30px; } }
.section-featured .section__entry {
    display: inline-block; }
@media (min-width: 1023.02px) {
      .section-featured .section__entry:first-child {
        width: 34%; }
      .section-featured .section__entry:last-child {
        width: 10%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-left: 3.2%; } }
@media (max-width: 1023px) {
      .section-featured .section__entry + .section__entry {
        margin-top: 40px; } }
.section-featured .section__entry h5 {
    color: #264288;
    letter-spacing: -0.71px;
    line-height: 1.05;
    margin-bottom: 28px; }
.section-featured .section__entry p:not(:last-child) {
    margin-bottom: 1em; }
.section-featured .section__foot {
    background-color: #264288;
    color: #fff;
    font-size: 35px;
    line-height: 1.35;
    font-weight: 300;
    padding: 66px 160px 66px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
@media (max-width: 1399px) {
      .section-featured .section__foot {
        padding: 50px 20vw 70px 50px; } }
@media (max-width: 1023px) {
      .section-featured .section__foot {
        padding: 40px 30px 40px 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__foot {
        padding: 40px 15px 50px 25px; } }
.section-featured .section__foot:before, .section-featured .section__foot:after {
      content: '';
      position: absolute;
      background-color: #264288;
      left: calc(100% - 1px);
      top: 0;
      width: 50vw;
      height: 100%;
      z-index: 2; }
.section-featured .section__foot:after {
      top: 0;
      left: auto;
      right: calc(50% - 50vw);
      bottom: 0;
      width: 28vw;
      background-image: url(../images/northstar.svg);
      background-size: 81% auto;
      background-position: 36% 76%;
      background-repeat: no-repeat; }
@media (max-width: 1800px) {
        .section-featured .section__foot:after {
          background-position: 100% 100%; } }
@media (max-width: 1600px) {
        .section-featured .section__foot:after {
          right: calc(50% - 57vw); } }
@media (max-width: 1023px) {
        .section-featured .section__foot:after {
          right: -10vw;
          width: 50vw;
          opacity: 0.4;
          background-position: 240% 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section-featured .section__foot:after {
          width: 100%;
          background-position: 220% -50%; } }
.section-featured .section__foot > * {
      position: relative;
      z-index: 3; }
.section-featured .section__foot > * {
    z-index: 3; }
.section-featured .section__foot h1 {
    margin-bottom: 0; }
.section-featured .section__foot h1 br {
      display: block; }
.section-featured .section__foot p {
    width: 10%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 50px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-featured .section__foot p {
        margin-left: 0;
        margin-top: 20px;
        width: 100%; } }
/* ------------------------------------------------------------ *\
	Section Leaders
\* ------------------------------------------------------------ */
.section-leaders {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d9d9d9));
  background-image: -o-linear-gradient(top, #fafafa 0%, #d9d9d9 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #d9d9d9 100%);
  padding: 320px 0 200px; }
@media (max-width: 1399px) {
    .section-leaders {
      padding: 200px 0 100px; } }
.section-leaders .section__head {
    margin-bottom: 94px; }
.section-leaders .section__head h3 {
    letter-spacing: -0.01em; }
/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */
.section-logos {
  padding: 98px 0 155px; }
@media (max-width: 1399px) {
    .section-logos {
      padding: 50px 0 60px; } }
@media (max-width: 1023px) {
    .section-logos {
      padding: 50px 0; } }
/* ------------------------------------------------------------ *\
	Section Plan
\* ------------------------------------------------------------ */
.section-plan {
  padding: 189px 0px; }
@media (max-width: 1399px) {
    .section-plan {
      padding: 80px 0px; } }
.section-plan .section__head {
    margin-bottom: 97px; }
@media (max-width: 1399px) {
      .section-plan .section__head {
        margin-bottom: 50px; } }
.section-plan .section__head h3 {
    letter-spacing: -0.62px;
    margin-bottom: 90px; }
@media (max-width: 1399px) {
      .section-plan .section__head h3 {
        margin-bottom: 50px; } }
.section-plan .section__head p {
    line-height: 1.33;
    letter-spacing: -0.065px; }
.section-plan .section__body h6 {
    font-size: 34px;
    font-weight: 600;
    padding-right: 100px;
    margin-bottom: 0.58em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-plan .section__body h6 {
        padding-right: 0; } }
.section-plan .section__body p {
    margin-bottom: 0; }
.section-plan .section__body p + p {
    margin-top: 1em; }
.section-plan .list-numbered {
    margin: 20px 0 0;
    padding: 0px 21px; }
.section-plan .list-numbered + p {
    margin-top: 18px; }
.section-plan .section__foot {
    margin-top: 73px;
    background-color: #333333;
    color: #fff;
    padding: 58px 70px 66px;
    line-height: 1.35; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-plan .section__foot {
        padding: 30px 20px; } }
.section-plan .section__foot h4 {
    line-height: 1.17;
    letter-spacing: -0.003em;
    margin-bottom: 0.5em; }
.section-plan .section__foot p {
    letter-spacing: -0.05px; }
/* ------------------------------------------------------------ *\
	Section Project
\* ------------------------------------------------------------ */
.section-project {
  margin-top: 200px;
  padding: 131px 0 0;
  background-size: auto 100%;
  background-position: 164.2% 50%;
  background-repeat: no-repeat;
  position: relative; }
@media (max-width: 1399px) {
    .section-project {
      margin-top: 100px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-project {
      margin-top: 60px;
      padding: 60px 0 0; } }
.section-project:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50vw - 345px);
    right: 0;
    background-image: url(../images/Data-Project.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
@media (max-width: 1023px) {
      .section-project:before {
        left: 10%; } }
.section-project .section__inner {
    background-color: #fff;
    max-width: 1290px;
    padding: 59px 118px 129px 0;
    position: relative; }
@media (max-width: 1399px) {
      .section-project .section__inner {
        max-width: 90%;
        padding: 40px 40px 40px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-project .section__inner {
        max-width: 100%;
        padding: 40px 20px 40px 0;
        margin-left: 0px; } }
.section-project .section__head {
    margin-bottom: 0.7em; }
.section-project .section__head h5 {
    color: #264288;
    letter-spacing: -0.018em;
    font-weight: 400; }
.section-project .section__body p:not(:last-child) {
    margin-bottom: 1em; }
/* ------------------------------------------------------------ *\
	Section Result
\* ------------------------------------------------------------ */
.section-result {
  padding: 190px 0 0; }
@media (max-width: 1399px) {
    .section-result {
      padding: 100px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-result {
      padding: 70px 0 0; } }
.section-result .section__head {
    margin-bottom: 90px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-result .section__head {
        margin-bottom: 40px; } }
.section-result .section__head h3 {
    letter-spacing: -0.012em;
    font-weight: 600; }
.section-result .section__body {
    margin-bottom: 4.9em; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-result .section__body {
        margin-bottom: 50px; } }
.section-result .section__body p:not(:last-child) {
    margin-bottom: 1em; }
.section-result .section__body ul {
    margin-bottom: 0.5em; }
.section-result .section__body img {
    -webkit-box-shadow: 0 20px 0 0 #264288;
            box-shadow: 0 20px 0 0 #264288; }
.section-result .section__body img:first-child {
      margin-top: 6px; }
.section-result .section__foot {
    background-color: #333333;
    color: #fff;
    padding: 1.5em 1.9em 1.9em;
    font-size: 36px;
    line-height: 1.35;
    position: relative;
    z-index: 3;
    background-size: 35.5% auto;
    background-position: 104% 13.7%;
    background-repeat: no-repeat; }
@media (max-width: 1399px) {
      .section-result .section__foot {
        font-size: 26px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-result .section__foot {
        padding: 30px; } }
.section-result .section__foot h4 {
    margin-bottom: 0.35em; }
.section-result .section__decor {
    position: relative;
    z-index: 2;
    padding-bottom: 86px; }
.section-result .section__decor:before, .section-result .section__decor:after {
      content: '';
      position: absolute;
      left: 8.5%;
      bottom: 43px;
      height: 140px;
      width: 100vw;
      background-color: #bec6db; }
.section-result .section__decor:before {
      background-color: #e5e5e5;
      bottom: 0;
      left: auto;
      right: 20.8%;
      height: 146px; }
.section-result .section__media-mobile {
    display: none; }
.section-result .section__media-mobile img {
      width: 100%;
      max-width: 100%; }
@media (max-width: 1023px) {
      .section-result .section__media-mobile {
        display: block;
        float: right;
        width: 50%;
        margin-left: 40px;
        margin-bottom: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-result .section__media-mobile {
        width: 100%;
        float: none;
        margin: 0 0 40px; } }
.section-result--alt .section__body img {
  max-width: 93.2%;
  -webkit-box-shadow: none;
          box-shadow: none; }
.section-result--alt .section__body img + img {
    margin-top: 59px;
    -webkit-box-shadow: 0 -20px 0 0 #264288;
            box-shadow: 0 -20px 0 0 #264288; }
.section-result--alt .section__media-mobile {
  float: left;
  margin: 0 20px 20px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-result--alt .section__media-mobile {
      margin: 0 0 40px;
      float: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .section-result--alt .section__media-mobile img {
        width: 100%;
        max-width: calc(50% - 10px);
        margin: 0 !important;
        -webkit-box-shadow: 0 -20px 0 0 #264288;
                box-shadow: 0 -20px 0 0 #264288; }
        .section-result--alt .section__media-mobile img + img {
          margin-top: 0; } }
/* ------------------------------------------------------------ *\
	Section Team
\* ------------------------------------------------------------ */
.section-team {
  margin-top: 12px; }
.section-team .section__head {
    position: relative; }
.section-team .section__head:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 101%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
.section-team .section__head img {
    width: 100%; }
.section-team .section__body {
    position: relative;
    z-index: 2;
    margin-top: -16.8%; }
.section-team .section__title {
    margin-bottom: 89px; }
.section-team .section__title h3 {
    letter-spacing: -0.021em;
    font-weight: 700; }
.section-team .section__content {
    letter-spacing: -0.009em; }
.section-team .section__content p {
    margin-bottom: 1em; }
.section-team .section__content .list-dots {
    margin-bottom: 1em; }
.section-team .section__media {
    margin-top: 2.6em;
    max-width: 660px;
    border-top: 20px solid #264288; }
@media (max-width: 1023px) {
      .section-team .section__media {
        max-width: 100%; } }
.section-team .section__foot {
    position: relative;
    z-index: 3;
    margin-top: -2.5%; }
@media (max-width: 1023px) {
      .section-team .section__foot {
        margin-top: 50px; } }
.section-team .section__foot .experience {
    max-width: 1050px;
    margin-left: auto;
    position: relative;
    z-index: 2; }
.section-team .section__foot .experience + .step {
    margin-top: -98px; }
@media (max-width: 1399px) {
      .section-team .section__foot .experience + .step {
        margin-top: -40px; } }
.section-team .section__foot .step {
    max-width: 1232px; }
@media (max-width: 1023px) and (min-width: 767.02px) {
  .section-team .grid__col + .grid__col {
    margin-top: 50px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 191px 0 198px; }
@media (max-width: 1399px) {
    .section {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 40px 0; } }
.section .section__inner {
    position: relative;
    z-index: 2; }
.section .section__head--alt h5 {
    font-size: 56px;
    letter-spacing: 0.056em; }
@media (max-width: 1399px) {
      .section .section__head--alt h5 {
        font-size: 48px; } }
@media (max-width: 1199px) {
      .section .section__head--alt h5 {
        font-size: 44px; } }
@media (max-width: 1023px) {
      .section .section__head--alt h5 {
        font-size: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head--alt h5 {
        font-size: 30px; } }
.section .section__head--size1 {
    margin-bottom: 86px; }
@media (max-width: 1399px) {
      .section .section__head--size1 {
        margin-bottom: 60px; } }
@media (max-width: 1023px) {
      .section .section__head--size1 {
        margin-bottom: 30px; } }
.section .section__head--size1 h3 {
    font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head--size1 h3 {
        font-size: 30px; } }
.section .section__head--size2 {
    margin-bottom: 71px; }
@media (max-width: 1399px) {
      .section .section__head--size2 {
        margin-bottom: 50px; } }
@media (max-width: 1023px) {
      .section .section__head--size2 {
        margin-bottom: 30px; } }
.section .section__head--size2 h3 {
    font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head--size2 h3 {
        font-size: 30px; } }
.section .section__content h5 {
    color: #235e66;
    line-height: 1;
    margin-bottom: 32px; }
@media (max-width: 1023px) {
      .section .section__content h5 {
        margin-bottom: 15px; } }
.section .section__content p {
    margin-bottom: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content p {
        margin-bottom: 10px; } }
.section .section__content p:last-child {
      margin-bottom: 0; }
.section .section__content p > a {
    color: #307d87; }
.section .section__content--alt {
    padding-bottom: 61px;
    margin-bottom: 93px;
    border-bottom: 1px solid  #b2b2b2; }
@media (max-width: 1399px) {
      .section .section__content--alt {
        margin-bottom: 60px; } }
@media (max-width: 1023px) {
      .section .section__content--alt {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
.section .section__content--alt:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
.section .section__boxes {
    padding-top: 6px;
    max-width: 569px;
    margin-left: auto; }
@media (max-width: 1023px) {
      .section .section__boxes {
        max-width: none;
        padding-top: 0;
        margin-top: 50px; } }
.section .section__box {
    background: #235e66;
    color: #fff;
    padding: 37px 49px 43px;
    margin-bottom: 50px; }
@media (max-width: 1023px) {
      .section .section__box {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box {
        padding: 20px 20px 30px; } }
.section .section__box:last-child {
      margin-bottom: 0; }
.section .section__box > span {
    font-size: 34px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box > span {
        font-size: 28px; } }
.section .section__box p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box p {
        font-size: 20px; } }
.section .section__box p + p {
    margin-top: 15px; }
.section .section__box p > span {
    display: block;
    font-size: 24px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box p > span {
        font-size: 20px; } }
.section .section__box--light {
    background: #fcfcfc;
    border: 1px solid  #d1d1d1;
    color: #000; }
.section .section__text {
    margin-bottom: 71px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__text {
        margin-bottom: 30px; } }
.section .section__list-logos-alt {
    margin-bottom: -90px; }
@media (max-width: 1023px) {
      .section .section__list-logos-alt {
        margin-bottom: -60px; } }
.section .section__actions {
    text-align: center; }
@media (max-width: 1023px) {
    .section .section__columns {
      margin: 0; } }
@media (max-width: 1023px) {
    .section .section__column--1of2 {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0; } }
/*  Section dark  */
.section--dark {
  background: #333;
  color: #fff; }
/*  Section blue  */
.section--blue {
  background: #307d87;
  color: #fff;
  border-bottom: 30px solid #235e66; }
/*  Section small  */
.section--small {
  padding: 191px 0; }
@media (max-width: 1399px) {
    .section--small {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section--small {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--small {
      padding: 40px 0; } }
/*  Section alt  */
.section--alt {
  padding: 177px 0 199px;
  position: relative;
  overflow: hidden; }
@media (max-width: 1399px) {
    .section--alt {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section--alt {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt {
      padding: 40px 0; } }
.section--alt .section__background-image {
    position: absolute;
    top: -34.8%;
    left: -2.7%;
    opacity: .05;
    z-index: 0;
    pointer-events: none; }
@media (max-width: 1399px) {
      .section--alt .section__background-image {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
.section--alt .section__background-image svg {
    width: 2538px;
    height: 2538px; }
@media (max-width: 1399px) {
      .section--alt .section__background-image svg {
        width: auto;
        height: 100%; } }
@media all and (max-width: 1399px) and (-ms-high-contrast: none), (max-width: 1399px) and (-ms-high-contrast: active) {
    .section--alt .section__background-image svg {
      width: 2200px;
      height: auto; } }
.section--alt .section__background-image--alt {
    top: -48px;
    left: -48px;
    width: 100%;
    height: 100%; }
.section--alt .section__background-image--alt svg {
    width: 1399px;
    height: 1239px;
    display: block;
    margin-left: auto; }
@media (max-width: 1399px) {
      .section--alt .section__background-image--alt svg {
        width: auto;
        height: 100%; } }
.section--alt .section__head {
    text-align: center;
    margin-bottom: 35px; }
.section--alt .section__image {
    margin-bottom: 60px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__image {
        margin: 0 -20px 30px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1410px + 60px * 2);
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
  width: 100%; }
@media (max-width: 1199px) {
    .shell {
      padding-left: 40px;
      padding-right: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .shell {
      padding-left: 30px;
      padding-right: 30px; } }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Step 
\* ------------------------------------------------------------ */
.step {
  background-color: #264288;
  color: #fff;
  padding: 51px 70px 68px 2px;
  line-height: 1.35;
  position: relative; }
.step:after {
    content: '';
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #264288; }
.step h4 {
    letter-spacing: 0.29px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.1; }
/* ------------------------------------------------------------ *\
	Submenu
\* ------------------------------------------------------------ */
.submenu {
  padding: 18px 0;
  background-color: #ccc;
  text-align: center; }
@media (max-width: 1199px) {
    .submenu {
      padding: 18px 0; } }
@media (max-width: 1023px) {
    .submenu {
      padding: 18px 0; } }
.submenu a {
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    padding: 0 4px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
@media (max-width: 1399px) {
      .submenu a {
        font-size: 18px; } }
@media (max-width: 1199px) {
      .submenu a {
        font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .submenu a {
        font-size: 15px; } }
@media (max-width: 374px) {
      .submenu a {
        font-size: 13px; } }
.submenu a:hover {
      color: #264288; }
.submenu .active a {
    font-weight: 900;
    color: #264288; }
.submenu .submenu__inner {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -7px; }
.submenu h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0 20px 0 9px; }
@media (max-width: 1399px) {
      .submenu h6 {
        padding: 0 20px 0 0;
        font-size: 20px; } }
@media (max-width: 1199px) {
      .submenu h6 {
        font-size: 18px; } }
@media (max-width: 1023px) {
      .submenu h6 {
        display: none; } }
.submenu .submenu__nav {
    overflow-x: auto;
    overflow-y: hidden; }
@media (max-width: 1023px) {
      .submenu .submenu__nav {
        width: 100%; } }
.submenu ul li {
    display: inline-block;
    vertical-align: middle; }
.submenu ul li + li {
    position: relative;
    margin-left: 19px;
    padding-left: 23px; }
@media (max-width: 1399px) {
      .submenu ul li + li {
        margin-left: 10px;
        padding-left: 10px; } }
.submenu ul li + li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 20px;
      width: 1px;
      background-color: #808080; }
.is-sticky .submenu {
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%; }
/*  Submenu alt  */
.submenu--alt {
  padding: 23px 0 20px; }
.submenu--alt h6 {
    padding: 0 12px 0 18px; }
.submenu--alt .submenu__inner {
    margin: 0 0 0 -8px; }
.submenu--alt .active a {
    color: #235e66; }
/* ------------------------------------------------------------ *\
	Team List
\* ------------------------------------------------------------ */
.team-list .team__title {
  text-align: center;
  color: #264288;
  margin-bottom: 36px; }
.team-list .team__title h6 {
  font-weight: 400;
  letter-spacing: 0.038em; }
.team-list .team__group .team {
  height: 100%; }
.team-list .team__group .team:before {
    width: calc(100% + 20px + 15px); }
.team-list .team__group .grid__col:last-child .team:before {
  margin-left: -35px; }
@media (max-width: 1023px) and (min-width: 767.02px) {
  .team-list .grid__col--1of3 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
/* ------------------------------------------------------------ *\
	Team
\* ------------------------------------------------------------ */
.team {
  background-color: #fff;
  padding: 20px 20px; }
.team:before {
    content: '';
    background-color: #264288;
    width: 100%;
    display: block;
    height: 20px; }
.team .team__content {
    padding: 17px 0px 0;
    text-align: center;
    font-size: 26px;
    line-height: 1.15; }
@media (max-width: 1399px) {
      .team .team__content {
        font-size: 16px; } }
.team .team__content h6 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px; }
@media (max-width: 1399px) {
      .team .team__content h6 {
        font-size: 18px; } }
@media (max-width: 1023px) {
    .team .team__media img {
      width: 100%; } }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial h6 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px; }
@media (max-width: 1199px) {
    .testimonial h6 {
      font-size: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial h6 {
      font-size: 26px; } }
.testimonial p {
  font-weight: 300;
  font-style: italic;
  font-size: 28px;
  line-height: 1.45;
  margin-bottom: 33px; }
@media (max-width: 1399px) {
    .testimonial p {
      font-size: 26px; } }
@media (max-width: 1199px) {
    .testimonial p {
      font-size: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial p {
      font-size: 18px; } }
.testimonial p:last-child {
    margin-bottom: 0; }
.testimonial span {
  font-size: 22px;
  letter-spacing: -0.00139em;
  max-width: 80%;
  line-height: 1.2;
  display: block;
  font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial span {
      font-size: 16px; } }
.testimonial .testimonial__inner {
  background: #235e66;
  height: 100%;
  border-left: 5px solid #fff;
  padding: 34px 35px; }
@media (max-width: 1399px) {
    .testimonial .testimonial__inner {
      padding: 34px 20px; } }
/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
@media (max-width: 1199px) {
    .testimonials {
      margin: 0 -10px; } }
@media (max-width: 1023px) {
    .testimonials {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -10px -30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonials {
      display: block;
      margin: 0 0 -30px; } }
.testimonials .testimonial {
    padding: 0 15px;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1199px) {
      .testimonials .testimonial {
        padding: 0 10px; } }
@media (max-width: 1023px) {
      .testimonials .testimonial {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 30px; } }
@media (max-width: 1023px) {
      .testimonials .testimonial {
        max-width: none;
        padding: 0; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
  overflow: hidden; }
@media (max-width: 1399px) {
    .wrapper {
      padding-top: 71px; } }
@media (max-width: 1023px) {
    .wrapper {
      padding-top: 65px; } }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
