@charset "UTF-8";
/* Core Styles */
*,
::after,
::before {
  box-sizing: border-box;
}
html * {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media screen and (max-width: 840px) {
  html {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
body {
  font-family: "greycliff-cf", sans-serif;
  margin: 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5454;
  color: #000000;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
::selection {
  color: #FFFFFF;
  background: #4F8195;
}
/* Third Party Styles */
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}
dialog:not([open]) {
  display: none;
}
dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Shared Styles */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
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,
ol,
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;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.fill-primary {
  fill: #003245;
}
.fill-secondary {
  fill: #4F8195;
}
.fill-tertiary {
  fill: #BDD65C;
}
.fill-accent {
  fill: #FFCD2E;
}
.fill-font {
  fill: #003245;
}
.fill-black {
  fill: #000000;
}
.fill-shade1 {
  fill: #27596C;
}
.fill-shade4 {
  fill: #CAD9DF;
}
.fill-shade5 {
  fill: #E5ECEF;
}
.c-primary {
  color: #003245;
}
.c-secondary {
  color: #4F8195;
}
.c-tertiary {
  color: #BDD65C;
}
.c-accent {
  color: #FFCD2E;
}
.c-font {
  color: #003245;
}
.c-white {
  color: #FFFFFF;
}
.c-service {
  color: #6C2470;
}
.c-shade3 {
  color: #A6C0CA;
}
.c-shade6 {
  color: #549EAF;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
.h1 {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.23;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}
h2,
.h2 {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.23;
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
h3,
.h3 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
h4,
.h4 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 600px) {
  h4,
  .h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
h5,
.h5 {
  font-size: 32px;
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
}
p {
  margin: 30px 0 0;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 600px) {
  p {
    margin: 20px 0 0;
  }
}
p:first-child {
  margin-top: 0;
}
p.intro {
  font-size: 40px;
  font-size: 2.5rem;
}
strong,
.Bold,
.bold {
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 40px;
  }
}
.small-wrapper {
  max-width: 630px;
}
.small-wrapper-2 {
  max-width: 860px;
}
.no-wrap {
  white-space: nowrap;
}
.font-20 {
  font-size: 20px;
  font-size: 1.25rem;
}
.semibold {
  font-weight: 600;
}
.btn-primary {
  position: absolute;
  bottom: 0;
  color: #003245;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-top: 40px;
}
.btn-primary:before {
  content: "";
  background-color: #BDD65C;
  background-image: url(/images/icons/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
  top: 0;
  left: 0;
  margin-right: 20px;
  border-radius: 50%;
  color: #000000;
  font-size: 30px;
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .hide-tablet-max {
    display: none;
  }
}
.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
.small-star-svg {
  width: 235px;
}
.overflow-hidden {
  overflow: hidden;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003245;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading img {
  opacity: 0;
  width: 240px;
  animation: 1s star-scale forwards 0.2s;
}
a:hover {
  text-decoration: underline;
}
@keyframes star-scale {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(8);
  }
}
@keyframes loading-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.background-video {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
}
.our-culture .background-video {
  width: 60%;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .our-culture .background-video {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .our-culture .background-video {
    width: 100%;
  }
}
.our-culture .background-video::after {
  content: "";
  background-color: #000000;
  position: absolute;
  bottom: -184px;
  left: -50px;
  width: 100%;
  height: 300px;
  transform: rotate(12deg);
}
@media screen and (max-width: 1400px) {
  .our-culture .background-video::after {
    bottom: -170px;
    transform: rotate(8deg);
  }
}
@media screen and (max-width: 840px) {
  .our-culture .background-video::after {
    left: -40px;
    width: 120%;
  }
}
.background-video video {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
  position: relative;
  bottom: 0%;
}
.background-video[data-position="top-left"] {
  transform: scaleY(-1);
}
.row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.row--space60 {
  margin: 0 -30px;
}
@media screen and (max-width: 840px) {
  .row--space60 {
    margin: 0 -10px;
  }
}
.row--space60 [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 840px) {
  .row--space60 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.col,
.flex-grow {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (min-width: 641px) {
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 841px) {
  .col-md {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1025px) {
  .col-lg {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
    margin: 0;
  }
  .row .col-4 {
    margin-top: 20px;
  }
  [class*=col-] {
    width: 100%;
    padding: 0;
  }
}
.animate__animated {
  opacity: 0;
}
.animate__animated.animate-active {
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  opacity: 1;
}
.homepage figure.animate__animated.animate-active {
  animation-name: zoomIn;
  animation-delay: 0.3s;
}
.section-page figure.animate__animated.animate-active,
.content-page figure.animate__animated.animate-active,
.article-page figure.animate__animated.animate-active,
.site-services figure.animate__animated.animate-active {
  animation-name: zoomIn;
  animation-delay: 0.3s;
}
.intractive-svg--relations.animate__animated {
  animation-name: none;
}
.intractive-svg--relations .anchor-node {
  opacity: 0;
  transition: all 0.3s;
}
.intractive-svg--relations [data-target-id="customerRelations"] {
  transition: all 0.5s 1.5s;
  transform: translateX(18%);
}
.animate-active.intractive-svg--relations [data-target-id="customerRelations"] {
  opacity: 1;
  transform: translateX(0%);
}
.intractive-svg--relations [data-target-id="employeeRelations"] {
  transition: all 0.5s 0.8s;
  transform: translateX(18%);
}
.animate-active.intractive-svg--relations [data-target-id="employeeRelations"] {
  opacity: 1;
  transform: translateX(0%);
}
.intractive-svg--relations [data-target-id="shareholderRelations"] {
  transition: all 0.5s 0.8s;
  transform: translateX(-18%);
}
.animate-active.intractive-svg--relations [data-target-id="shareholderRelations"] {
  opacity: 1;
  transform: translateX(0%);
}
.intractive-svg--relations [data-target-id="communityRelations"] {
  transition: all 0.5s 1.5s;
  transform: translateX(-18%);
}
.animate-active.intractive-svg--relations [data-target-id="communityRelations"] {
  opacity: 1;
  transform: translateX(0%);
}
.intractive-svg--relations .main-node {
  opacity: 0;
  transition: all 0.8s;
}
.animate-active.intractive-svg--relations .main-node {
  opacity: 1;
}
.intractive-svg--relations .intractive-svg__content {
  opacity: 0;
  transition: all 0.3s 2s;
}
.animate-active.intractive-svg--relations .intractive-svg__content {
  opacity: 1;
}
/* components Styles */
.main-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.main-header.is-active {
  height: 100%;
  pointer-events: all;
  z-index: 5;
}
.main-header.is-active .main-header__wrapper {
  opacity: 1;
  transform: translateY(0%);
}
.main-header.is-active .main-header__wrapper-bg {
  transform: scale(1);
  opacity: 1;
}
.main-header.is-active .logo {
  opacity: 1;
  margin-left: 20px;
}
@media screen and (max-width: 840px) {
  .main-header.is-active .logo {
    margin-left: 0;
  }
}
.main-header.is-active nav li {
  opacity: 1;
  transform: translateX(0%);
}
.main-header .hamburger {
  position: absolute;
  right: 30px;
  top: 30px;
  pointer-events: all;
  z-index: 1;
  width: 56px;
  height: 56px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
  background-image: url(/images/icons/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.main-header .hamburger:hover {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1200px) {
  .main-header .hamburger {
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 840px) {
  .main-header .hamburger {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .main-header .hamburger {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
.main-header .hamburger.is-active {
  background-image: url(/images/icons/minus.svg);
}
.main-header__wrapper {
  background-color: #003245;
  padding: 40px 50px;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(50%);
}
@media screen and (max-width: 600px) {
  .main-header__wrapper {
    padding: 40px 20px;
  }
}
.main-header__wrapper-bg {
  position: absolute;
  top: -20%;
  right: -30%;
  z-index: 0;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.5s 0.6s;
}
@media screen and (max-width: 1400px) {
  .main-header__wrapper-bg {
    top: -30%;
    right: -40%;
    transform: scale(1);
  }
}
@media screen and (max-width: 1200px) {
  .main-header__wrapper-bg {
    top: -5%;
    right: -30%;
  }
  .main-header__wrapper-bg svg {
    width: 1100px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__wrapper-bg {
    right: -40%;
  }
}
@media screen and (max-width: 840px) {
  .main-header__wrapper-bg {
    right: -50%;
  }
}
@media screen and (max-width: 600px) {
  .main-header__wrapper-bg {
    top: 30%;
  }
  .main-header__wrapper-bg svg {
    width: 500px;
  }
}
.main-header__wrapper .logo {
  width: 400px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.main-header__wrapper .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .main-header__wrapper .container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .main-header__wrapper .container {
    padding-left: 20px !important;
  }
}
.main-header__wrapper nav {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .main-header__wrapper nav {
    flex-direction: column;
  }
}
.main-header__wrapper nav a {
  color: #FFFFFF;
  display: block;
}
.main-header__wrapper nav .active a {
  color: #BDD65C;
}
.main-header__wrapper nav .active::before {
  color: white !important;
}
.main-header__wrapper nav .nav-links li {
  list-style: none;
  margin-top: 30px;
  font-size: 48px;
  font-size: 3rem;
  position: relative;
}
.main-header__wrapper nav .nav-links li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .main-header__wrapper nav .nav-links li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .main-header__wrapper nav .nav-links {
    margin-bottom: 60px;
  }
}
.main-header__wrapper nav li {
  list-style: none;
  margin-top: 10px;
  transition: all 0.3s 0.4s;
  opacity: 0;
  transform: translateX(-100px);
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
.main-header__wrapper nav li:nth-child(2) {
  transition-delay: 0.5s;
}
.main-header__wrapper nav li:nth-child(3) {
  transition-delay: 0.6s;
}
.main-header__wrapper nav li:nth-child(4) {
  transition-delay: 0.7s;
}
.main-header__wrapper nav li:nth-child(5) {
  transition-delay: 0.8s;
}
.main-footer {
  color: #FFFFFF;
  padding-top: calc(10vh + 60px);
  padding-bottom: 80px;
  font-weight: 600;
  margin-top: -10vh;
  clip-path: polygon(0 10vh, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-footer__bg {
  background-color: #003245;
  background-image: url(/images/footer-stripe-bg.svg);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 300px);
  height: 100%;
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .main-footer {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
    padding-top: 100px;
    margin-top: -40px;
  }
}
.main-footer li {
  list-style: none;
}
.main-footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .main-footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-footer__links {
  color: #BDD65C;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
}
.main-footer__links li {
  margin-top: 10px;
}
.main-footer .copy {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 600px) {
  .main-footer .copy {
    margin-top: 40px;
  }
}
.main-footer .copy li {
  margin-top: 5px;
}
.client-logos-carousel {
  margin-top: 75px;
}
@media screen and (max-width: 600px) {
  .client-logos-carousel {
    margin-top: 40px;
  }
}
.client-logos-carousel .item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logos-carousel .item img {
  max-width: 100%;
  width: 100%;
}
.client-logos-carousel .item .width1 {
  max-width: 80px;
}
.client-logos-carousel .item .width2 {
  max-width: 200px;
}
.client-logos-carousel .slick-prev,
.client-logos-carousel .slick-next {
  background-color: #BDD65C;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logos-carousel .slick-prev::before,
.client-logos-carousel .slick-next::before {
  content: "";
  background-image: url(/images/icons/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
}
.client-logos-carousel .slick-prev.slick-disabled,
.client-logos-carousel .slick-next.slick-disabled {
  display: none !important;
}
.client-logos-carousel .slick-next {
  right: -80px;
}
@media screen and (max-width: 1400px) {
  .client-logos-carousel .slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 600px) {
  .client-logos-carousel .slick-next {
    right: -30px;
  }
}
.client-logos-carousel .slick-prev {
  left: -80px;
}
@media screen and (max-width: 1400px) {
  .client-logos-carousel .slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .client-logos-carousel .slick-prev {
    left: -30px;
  }
}
.client-logos-carousel .slick-prev::before {
  transform: rotate(180deg);
}
.cookiecontrol {
  position: fixed;
  overflow: auto;
  width: 100%;
  max-width: 600px;
  max-height: calc(100vh - 80px);
  background-color: #f1f1f1;
  color: #000000;
  text-align: left;
  font-size: small;
  font-weight: 100;
  border-width: 8px;
  padding: 20px;
  box-sizing: border-box;
  top: 0%;
  border-color: #BDD65C;
}
.cookiecontrol h2,
.cookiecontrol h3 {
  color: #000000;
  color: #4F8195;
}
.cookiecontrol h2 {
  margin: 1rem 0;
}
.cookiecontrol h3 {
  margin: 1rem 0;
}
.cookiecontrol p {
  margin: 1rem 0;
  line-height: normal;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .cookiecontrol p {
    font-size: 16px;
  }
}
.cookiecontrol p a {
  text-decoration: underline;
  font-size: inherit;
  color: #003245;
}
.cookiecontrol input[type='image'] {
  float: right;
  width: 2em;
  transform: rotate(45deg);
  outline: none;
}
.cookiecontrol input[type='checkbox'] {
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1.4em;
  height: 1.4em;
}
.cookiecontrol button {
  color: #000000;
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #000000;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 8px 9px;
  padding: 10px 15px;
  background-color: #003245;
  color: #fff;
}
.cookiecontrol button:hover {
  background-color: #BDD65C;
  color: #003245;
}
.cookiecontrol :focus {
  outline: none;
}
.cookiecontrol .btn-group {
  margin: 1em 0;
}
.cookiecontrol .cookiecontrol-body {
  display: none;
}
.cookiecontrol .cookiecontrol-footer button {
  margin-right: 12px;
}
.cookiecontrol .cookiecontrol-footer button:last-child {
  margin-right: 0;
}
.cookiecontrolbutton {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}
.cookiecontrolbutton button {
  color: #000000;
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid #000000;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  border: 0;
  position: relative;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  padding: 10px 15px;
  background-color: #003245;
  color: #fff;
}
.cookiecontrolbutton button:hover {
  background-color: #BDD65C;
  color: #003245;
}
.cookiecontrolbutton button:hover {
  background: #000;
}
@-moz-document url-prefix() {
  .cookiecontrol {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cookiecontrol {
    top: 50%;
    transform: translateY(-50%);
  }
}
.bs-accordion {
  margin: 40px 0 60px;
}
.bs-accordion > li {
  list-style: none;
}
.bs-accordion__item {
  border-bottom: 1px solid #4F8195;
}
.bs-accordion__header {
  display: block;
}
.bs-accordion__header button {
  background: none;
  border: none;
  color: #003245;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 30px 30px 32px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: padding 0.3s;
}
@media screen and (max-width: 600px) {
  .bs-accordion__header button {
    padding: 20px 30px 20px 0;
  }
}
.bs-accordion__header button .logo {
  margin-right: 60px;
  width: 170px;
}
.bs-accordion__header button .logo img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .bs-accordion__header button .logo {
    width: 80px;
    margin-right: 10px;
  }
}
.bs-accordion__header button header h5 {
  color: #4F8195;
}
.bs-accordion__header button:hover {
  background: none;
}
.bs-accordion__header button:after {
  content: "";
  position: absolute;
  right: 0px;
  transition: transform 0.3s;
  width: 32px;
  height: 32px;
  background-image: url(/images/icons/plus-circle.png);
  background-repeat: no-repeat;
  background-position: center;
}
.bs-accordion__header button.selected::after {
  background-image: url(/images/icons/minus-circle.png);
}
.bs-accordion__body {
  transition: height 0.3s ease;
  overflow: hidden;
  box-sizing: content-box;
}
.bs-accordion__body:not(.selected) {
  display: none;
}
.bs-accordion__body .content-wrap {
  padding: 0px 20px 80px 230px;
}
@media screen and (max-width: 840px) {
  .bs-accordion__body .content-wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .bs-accordion__body .content-wrap {
    padding: 20px 0;
  }
}
.bs-accordion__body ul {
  margin: 30px 0 0 25px;
}
.bs-accordion__body ul li {
  list-style: disc;
  color: #003245;
}
.bs-accordion--group-companies .bs-accordion__header button.selected {
  padding-bottom: 0;
}
.bs-accordion--group-companies .bs-accordion__header button:after {
  top: 100px;
}
@media screen and (max-width: 600px) {
  .bs-accordion--group-companies .bs-accordion__header button:after {
    top: 50px;
  }
}
.bs-accordion--conversation .bs-accordion__item {
  border-top: none;
  border-bottom: 1px solid #4F8195;
}
.bs-accordion--conversation .bs-accordion__body .content-wrap {
  padding: 0px 0px 80px;
}
@media screen and (max-width: 600px) {
  .bs-accordion--conversation .bs-accordion__body .content-wrap {
    padding-bottom: 40px;
  }
}
.bs-tablist {
  margin-top: 40px;
  position: relative;
}
.bs-tablist [role=tablist] {
  display: flex;
  justify-content: space-between;
}
.bs-tablist [role=tablist] li {
  list-style: none;
}
.bs-tablist [role=tablist] button {
  display: block;
  padding: 0 20px 20px;
  background: transparent;
  border: none;
  color: #4F8195;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.bs-tablist [role=tablist] button:focus {
  outline: none;
}
.bs-tablist [role=tabpanel] {
  padding: 20px 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 100%;
  transition: opacity 0.5s;
  top: 138px;
}
.bs-tablist [role=tabpanel].selected {
  opacity: 1;
  position: relative;
  z-index: 1;
  top: 0;
}
.bs-tablist[data-style="tablist-impact"] li {
  flex: 1;
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button {
  padding: 0;
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button:hover#purposefulBrands::before {
  background-image: url(/images/relations/brands-hover.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button:hover#authenticCultures::before {
  background-image: url(/images/relations/cultures-hover.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button:hover#positiveEngagement::before {
  background-image: url(/images/relations/engagement-hover.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button:hover#impactfulChange::before {
  background-image: url(/images/relations/change-hover.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button:hover#tabFive::before {
  background-image: url(/images/relations/last-hover.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button.selected#purposefulBrands::before {
  background-image: url(/images/relations/brands-active.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button.selected#authenticCultures::before {
  background-image: url(/images/relations/cultures-active.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button.selected#positiveEngagement::before {
  background-image: url(/images/relations/engagement-active.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button.selected#impactfulChange::before {
  background-image: url(/images/relations/change-active.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button.selected#tabFive::before {
  background-image: url(/images/relations/last-active.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button::before {
  content: "";
  display: block;
  height: 128px;
  width: 128px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.5s;
}
@media screen and (max-width: 600px) {
  .bs-tablist[data-style="tablist-impact"] [role=tablist] button::before {
    height: 60px;
    width: 60px;
  }
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button#purposefulBrands::before {
  background-image: url(/images/relations/brands.svg);
  background-size: 86%;
  background-position: top;
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button#authenticCultures::before {
  background-image: url(/images/relations/cultures.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button#positiveEngagement::before {
  background-image: url(/images/relations/engagement.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button#impactfulChange::before {
  background-image: url(/images/relations/change.svg);
}
.bs-tablist[data-style="tablist-impact"] [role=tablist] button#tabFive::before {
  background-image: url(/images/relations/last.svg);
  background-size: 85%;
}
.bs-tablist[data-style="tablist-spark"] {
  border-top: 1px solid #BDD65C;
  border-bottom: 1px solid #BDD65C;
}
.bs-tablist[data-style="tablist-spark"] [role=tablist] button {
  font-size: 60px;
  font-size: 3.75rem;
  padding: 30px 0 0;
  color: #A6C0CA;
  line-height: 1;
  color: #003245;
}
.bs-tablist[data-style="tablist-spark"] [role=tablist] button.selected {
  color: #BDD65C;
  border-bottom: 1px solid #BDD65C;
}
.bs-tablist[data-style="tablist-spark"] [role=tabpanel] {
  padding-bottom: 0;
}
.bs-tablist[data-style="tablist-spark"] .spark-tab-wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.bs-tablist[data-style="tablist-spark"] .spark-tab-wrapper .h2 {
  color: #4F8195;
}
.bs-tablist[data-style="tablist-spark"] .spark-tab-wrapper .h2 strong {
  color: #BDD65C;
}
.bs-tablist[data-style="tablist-spark"] .spark-tab-wrapper h3 {
  color: #4F8195;
  font-weight: 600;
  margin-top: 20px;
}
.intractive-svg {
  display: flex;
  margin: 60px 0 80px;
  flex-wrap: wrap;
}
.intractive-svg > div {
  flex: 1;
}
@media screen and (max-width: 840px) {
  .intractive-svg > div {
    flex: none;
    width: 100%;
  }
}
.intractive-svg__vector {
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .intractive-svg__vector {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.intractive-svg__vector .anchor-node {
  cursor: pointer;
}
.intractive-svg__vector .dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.intractive-svg__vector .dots li {
  list-style: none;
  margin: 0 7px;
}
.intractive-svg__vector .dots button {
  width: 7px;
  height: 7px;
  background-color: whtie;
  border-radius: 50%;
  border: none;
}
.intractive-svg__vector .dots button.is-active {
  background-color: #BDD65C;
}
.intractive-svg__content {
  display: flex;
  align-items: center;
}
.intractive-svg__content .wrapper {
  display: none;
}
.intractive-svg__content .wrapper.is-active {
  display: block;
}
.intractive-svg--relations {
  display: block;
}
.intractive-svg--relations .intractive-svg__vector {
  margin-right: 0px;
  margin-bottom: 80px;
}
.intractive-svg--relations .wrapper {
  text-align: center;
}
.intractive-svg--relations .wrapper h5 {
  color: #BDD65C;
}
.media-wrapper {
  margin: 60px 0px;
}
.media-wrapper__content {
  position: relative;
  padding-bottom: 56.25%;
}
.media-wrapper .video-js,
.media-wrapper iframe,
.media-wrapper video,
.media-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.media-wrapper img {
  object-fit: cover;
}
.media-wrapper .video-js .vjs-big-play-button {
  border-radius: 50%;
  width: 225px;
  height: 225px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: -112px;
  margin-top: -112px;
  border: 1px solid rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 600px) {
  .media-wrapper .video-js .vjs-big-play-button {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
  }
}
.media-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: block;
}
.media-wrapper .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-size: 6.25rem;
}
.people-carousel {
  margin-top: 80px;
  position: relative;
}
.people-carousel::before {
  content: "“";
  font-size: 80px;
  font-size: 5rem;
  position: absolute;
  left: -30px;
  top: -15px;
  color: #BDD65C;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .people-carousel {
    margin-top: 40px;
  }
}
.people-carousel blockquote {
  position: relative;
  padding-bottom: 80px;
  height: 100%;
  font-weight: 300;
  padding-left: 2px;
}
.people-carousel blockquote .attribution {
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  font-weight: 600;
}
.people-carousel blockquote .attribution p:first-child {
  color: #BDD65C;
}
.people-carousel blockquote .attribution p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .people-carousel blockquote .h5 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.people-carousel .slick-dots {
  bottom: -80px;
  text-align: left;
  bottom: -60px;
}
@media screen and (max-width: 600px) {
  .people-carousel .slick-dots {
    bottom: -40px;
  }
}
.people-carousel .slick-dots li {
  width: auto;
  margin: 0 10px;
}
.people-carousel .slick-dots li:first-child {
  margin-left: 0;
}
.people-carousel .slick-dots li.slick-active button {
  background-color: #BDD65C;
}
@media screen and (max-width: 600px) {
  .people-carousel .slick-dots li {
    margin: 0 5px;
  }
}
.people-carousel .slick-dots li button {
  width: 100px;
  height: 3px;
  background-color: #FFFFFF;
  padding: 0;
}
@media screen and (max-width: 840px) {
  .people-carousel .slick-dots li button {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .people-carousel .slick-dots li button {
    width: 40px;
  }
}
.people-carousel .slick-dots li.slick-active button {
  background-color: #BDD65C;
}
/* pages Styles */
.homepage main > section {
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 840px) {
  .homepage main > section {
    min-height: auto;
  }
}
.homepage main > section figure {
  display: inline-block;
}
.homepage main > section .container {
  position: relative;
  z-index: 1;
}
.homepage main > section h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.homepage main > section h2::after {
  content: "";
  width: 160px;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #BDD65C;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
.homepage .section-positive-change {
  background-color: #000000;
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
  position: relative;
  height: calc(100vh + 120px);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}
@media screen and (max-width: 840px) {
  .homepage .section-positive-change {
    height: calc(100vh + 100px);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  }
}
.homepage .section-positive-change__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/banner-stripes-bg.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.homepage .section-positive-change .container {
  display: flex;
  align-items: center;
  height: 100vh;
}
.homepage .section-positive-change header {
  display: flex;
  align-items: flex-end;
}
.homepage .section-positive-change header img {
  width: 100vh;
}
@media screen and (max-width: 840px) {
  .homepage .section-positive-change header {
    flex-direction: row-reverse;
    margin-top: 0;
    align-items: flex-start;
  }
}
.homepage .section-positive-change figure {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .homepage .section-positive-change figure {
    margin-bottom: 60px;
  }
  .homepage .section-positive-change figure svg {
    width: 180px;
  }
}
@media screen and (max-width: 840px) {
  .homepage .section-positive-change figure {
    margin-top: -100px;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-positive-change figure {
    position: relative;
    left: -80px;
  }
  .homepage .section-positive-change figure svg {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .section-positive-change h1 {
    line-height: 1;
    margin-bottom: 20px;
  }
}
.homepage .section-positive-change h1 strong {
  color: #BDD65C;
}
.homepage .section-positive-change h5 {
  font-weight: 300;
}
.homepage .section-positive-change h5 strong {
  font-weight: 700;
  white-space: nowrap;
}
.homepage .section-we-are {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0px 0 80px;
}
.homepage .section-we-are__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: -80px;
  overflow: hidden;
}
.homepage .section-we-are__bg img {
  width: 2748px;
  max-width: none;
  position: absolute;
  bottom: -900px;
  left: -1500px;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .homepage .section-we-are__bg img {
    width: 2250px;
    bottom: -650px;
    left: -1250px;
  }
}
@media screen and (max-width: 840px) {
  .homepage .section-we-are__bg img {
    width: 1550px;
    bottom: -500px;
    left: -850px;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-we-are__bg img {
    width: 800px;
    bottom: -250px;
    left: -450px;
  }
}
.homepage .section-we-are .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .homepage .section-we-are .container {
    align-items: flex-start;
  }
}
.homepage .section-we-are .media-wrapper {
  width: 100%;
  margin: -110px 0 140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 840px) {
  .homepage .section-we-are .media-wrapper {
    margin: -120px -80px 80px;
    width: calc(100% + 160px);
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-we-are .media-wrapper {
    margin: -100px -40px 80px;
    width: calc(100% + 80px);
  }
}
.homepage .section-we-are .content-wrapper {
  max-width: 800px;
}
.homepage .section-we-are header {
  position: relative;
}
.homepage .section-we-are figure {
  position: absolute;
  left: -115px;
  top: -70px;
}
@media screen and (max-width: 840px) {
  .homepage .section-we-are figure {
    position: relative;
    top: -20px;
    left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-we-are figure {
    left: -20px;
  }
  .homepage .section-we-are figure svg {
    width: 80px;
  }
}
.homepage .section-we-are h2 {
  color: #4F8195;
}
.homepage .section-we-are h4 {
  color: #4F8195;
}
.homepage .section-we-are p {
  color: #003245;
  margin-top: 40px;
}
.homepage .section-relations {
  display: flex;
  align-items: center;
  color: white;
  height: auto;
  z-index: 1;
  position: relative;
  min-height: 900px;
}
@media screen and (max-width: 840px) {
  .homepage .section-relations {
    height: auto;
    min-height: auto;
    padding: 180px 0 100px;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-relations {
    padding-top: 140px;
  }
}
.homepage .section-relations::before {
  content: "";
  background-color: #4F8195;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 840px) {
  .homepage .section-relations::before {
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
  }
}
.homepage .section-relations__bg {
  position: absolute;
  left: -200px;
  bottom: -550px;
}
@media screen and (max-width: 1200px) {
  .homepage .section-relations__bg {
    left: -35%;
    bottom: -50%;
  }
  .homepage .section-relations__bg svg {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .section-relations__bg {
    bottom: -70%;
  }
}
@media screen and (max-width: 840px) {
  .homepage .section-relations__bg {
    left: -60%;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-relations__bg {
    bottom: -200px;
    left: -200px;
  }
  .homepage .section-relations__bg svg {
    width: 500px;
  }
}
.homepage .section-relations__bg > div {
  transition: transform 0.3s linear;
}
.homepage .section-relations .content-wrapper {
  max-width: 950px;
  margin: auto;
}
.homepage .section-relations figure {
  position: absolute;
  right: 220px;
  top: -50px;
}
@media screen and (max-width: 1024px) {
  .homepage .section-relations figure {
    top: 0px;
  }
  .homepage .section-relations figure svg {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-relations figure {
    right: 60px;
    top: 50px;
  }
  .homepage .section-relations figure svg {
    width: 120px;
  }
}
.homepage .section-relations h4 {
  color: #BDD65C;
  margin-bottom: 20px;
}
.homepage .section-our-difference {
  z-index: 1;
  margin-top: -16vh;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 170px 0px 150px;
}
@media screen and (max-width: 1024px) {
  .homepage .section-our-difference {
    padding-top: 240px;
  }
}
@media screen and (max-width: 840px) {
  .homepage .section-our-difference {
    margin-top: -5vh;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-our-difference {
    padding: 140px 0 80px;
  }
}
.homepage .section-our-difference::before {
  content: "";
  background-color: #003245;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 840px) {
  .homepage .section-our-difference::before {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}
.homepage .section-our-difference .background-video {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 840px) {
  .homepage .section-our-difference .background-video {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}
.homepage .section-our-difference__bg {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  overflow: hidden;
  opacity: 0.7;
}
.homepage .section-our-difference__bg img {
  width: 2748px;
  max-width: none;
  position: absolute;
  bottom: -1250px;
  right: -600px;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 1400px) {
  .homepage .section-our-difference__bg img {
    right: -900px;
    bottom: -1500px;
  }
}
@media screen and (max-width: 1200px) {
  .homepage .section-our-difference__bg img {
    width: 2250px;
    bottom: -850px;
    right: -1050px;
  }
}
@media screen and (max-width: 840px) {
  .homepage .section-our-difference__bg img {
    width: 1550px;
    bottom: -600px;
    right: -750px;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-our-difference__bg img {
    width: 800px;
    bottom: -320px;
    right: -370px;
  }
}
.homepage .section-our-difference .content-wrapper {
  max-width: 800px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .homepage .section-our-difference .content-wrapper {
    max-width: none;
  }
}
.homepage .section-our-difference header {
  max-width: 504px;
}
.homepage .section-our-difference figure {
  position: absolute;
  left: 170px;
  top: -150px;
}
@media screen and (max-width: 1200px) {
  .homepage .section-our-difference figure {
    left: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .homepage .section-our-difference figure {
    top: -220px;
  }
  .homepage .section-our-difference figure svg {
    width: 180px;
  }
}
@media screen and (max-width: 840px) {
  .homepage .section-our-difference figure {
    top: -240px;
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-our-difference figure {
    top: -165px;
    left: 20px;
  }
  .homepage .section-our-difference figure svg {
    width: 120px;
  }
}
.homepage .section-our-difference h4 {
  color: #BDD65C;
}
.homepage .section-our-difference p {
  color: #FFFFFF;
}
.homepage .section-our-difference .bs-tablist {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .homepage .section-our-difference .bs-tablist {
    margin-top: 40px;
  }
}
.homepage .section-our-difference .proposition-text {
  margin-top: 20px;
  min-height: 240px;
}
@media screen and (max-width: 600px) {
  .homepage .section-our-difference .proposition-text {
    margin-top: 0;
  }
}
.homepage .section-our-difference .proposition-text h4 {
  color: white;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  line-height: 1;
}
.homepage .section-our-difference .proposition-text h4::after {
  content: "";
  width: 160px;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #BDD65C;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
.homepage .section-companies {
  overflow: hidden;
  margin-top: -9vw;
  color: #003245;
  background-color: #FFFFFF;
  padding-bottom: 100px;
  z-index: 1;
  background-color: white;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  padding: 170px 0px 200px;
}
@media screen and (max-width: 840px) {
  .homepage .section-companies {
    padding: 80px 0 100px;
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-companies {
    padding-bottom: 60px;
  }
}
.homepage .section-companies__info p {
  font-size: 32px;
  font-size: 2rem;
}
.homepage .section-companies h2 {
  color: #4F8195;
}
.homepage .section-companies__bg {
  position: absolute;
  width: 100%;
  bottom: -400px;
  left: -10%;
  opacity: 0.5;
}
@media screen and (max-width: 1400px) {
  .homepage .section-companies__bg {
    left: -25%;
  }
}
@media screen and (max-width: 840px) {
  .homepage .section-companies__bg {
    bottom: -400px;
    left: -10%;
  }
}
@media screen and (max-width: 600px) {
  .homepage .section-companies__bg {
    width: 100%;
    bottom: -150px;
  }
}
.bs-fullpage-action {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 4;
}
@media screen and (max-width: 600px) {
  .bs-fullpage-action {
    right: 10px;
  }
}
.bs-fullpage-action li {
  color: #003245;
  cursor: pointer;
  line-height: 1;
  margin: 14px 0;
  list-style: none;
}
.bs-fullpage-action li a {
  display: block;
  background-color: #BDD65C;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.bs-fullpage-action li a.active {
  background-color: #CAD9DF;
}
.section-page .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-page .container {
    padding-left: 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-page .container {
    padding-left: 40px;
  }
}
.section-page main > section {
  position: relative;
}
.section-page main > section figure {
  display: inline-block;
}
.section-page main > section .container {
  position: relative;
  z-index: 1;
}
.section-page main > section h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-page main > section h2::after {
  content: "";
  width: 160px;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #BDD65C;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
.section-page main > section h1 {
  font-size: 64px;
  font-size: 4rem;
}
.section-page .section-positive-change {
  background-color: #000000;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  min-height: 430px;
}
.section-page .section-positive-change.angle-right {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 80%);
}
@media screen and (max-width: 840px) {
  .section-page .section-positive-change {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
    margin-bottom: 50px;
  }
  .section-page .section-positive-change.angle-right {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 90%);
  }
}
@media screen and (max-width: 600px) {
  .section-page .section-positive-change {
    min-height: 300px;
  }
}
.section-page .section-positive-change__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/banner-stripes-bg.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .section-page .section-positive-change h1 {
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 840px) {
  .section-page .section-positive-change h1 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .section-page .section-positive-change h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.section-page .section-positive-change h1 strong {
  color: #BDD65C;
}
.space {
  height: 100px;
}
@media screen and (max-width: 600px) {
  .space {
    height: 40px;
  }
}
.space[data-height="60"] {
  height: 60px;
}
.page-content {
  padding-bottom: 200px;
}
@media screen and (max-width: 840px) {
  .page-content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .page-content {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.page-content__info {
  position: relative;
}
.page-content__info h2 {
  color: #4F8195;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.page-content__info h2::after {
  content: "";
  width: 160px;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #BDD65C;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
.page-content__info p:first-child {
  margin-top: 40px;
}
.page-content__info > figure {
  position: absolute;
  top: -140px;
  left: -150px;
}
@media screen and (max-width: 1200px) {
  .page-content__info > figure {
    left: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .page-content__info > figure {
    top: auto;
    left: -20px;
    position: relative;
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .page-content__info > figure svg {
    width: 120px;
  }
}
.page-content__info header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.next-page {
  margin-top: 100px;
}
.our-purpose .next-page {
  margin-top: 140px;
}
.our-thinking .next-page {
  margin-top: 180px;
}
.our-culture .next-page {
  margin-top: 40px;
}
.banner-start {
  position: absolute;
  right: 188px;
  top: -50px;
}
@media screen and (max-width: 1400px) {
  .banner-start {
    top: -65px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-start {
    top: -50px;
  }
  .banner-start svg {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .banner-start {
    right: 60px;
    top: -20px;
  }
  .banner-start svg {
    width: 120px;
  }
}
.additional-panel {
  background-color: #4F8195;
  color: white;
  padding: 150px 0;
  margin-top: -2px;
}
@media screen and (max-width: 600px) {
  .additional-panel {
    padding: 80px 0;
  }
}
.additional-panel.angle {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  margin-top: -100px;
}
@media screen and (max-width: 840px) {
  .additional-panel.angle {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
  }
}
.additional-panel a {
  font-weight: 700;
}
.additional-panel p {
  max-width: 860px;
}
.cp-our-difference {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 40px 0 5vw;
  position: relative;
}
@media screen and (max-width: 600px) {
  .cp-our-difference {
    padding-bottom: 100px;
  }
}
.cp-our-difference__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: -80px;
  overflow: hidden;
}
.cp-our-difference__bg img {
  width: 2748px;
  max-width: none;
  position: absolute;
  bottom: -1000px;
  left: -1500px;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .cp-our-difference__bg img {
    width: 2250px;
    bottom: -650px;
    left: -1250px;
  }
}
@media screen and (max-width: 840px) {
  .cp-our-difference__bg img {
    width: 1550px;
    bottom: -500px;
    left: -850px;
  }
}
@media screen and (max-width: 600px) {
  .cp-our-difference__bg img {
    width: 800px;
    bottom: -250px;
    left: -450px;
  }
}
.cp-our-difference .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cp-our-difference .container__flex-star {
  align-self: flex-start;
  margin-top: 100px;
}
.cp-our-difference .content-wrapper {
  max-width: 800px;
}
.cp-our-difference header {
  position: relative;
}
.cp-our-difference h2 {
  color: #4F8195;
}
.cp-our-difference h4 {
  color: #4F8195;
}
.cp-our-difference p {
  color: #003245;
  margin-top: 40px;
}
.cp-our-difference .overlay-top-next {
  position: absolute;
  bottom: -340px;
  left: 60px;
}
@media screen and (max-width: 1200px) {
  .cp-our-difference .overlay-top-next {
    bottom: -300px;
  }
}
@media screen and (max-width: 840px) {
  .cp-our-difference .overlay-top-next {
    left: 20px;
    bottom: -250px;
  }
  .cp-our-difference .overlay-top-next svg {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .cp-our-difference .overlay-top-next {
    bottom: -300px;
  }
  .cp-our-difference .overlay-top-next svg {
    width: 80px;
  }
}
.site-services .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .site-services .container {
    padding-left: 80px;
  }
}
@media screen and (max-width: 600px) {
  .site-services .container {
    padding-left: 40px;
  }
}
.site-services .hero {
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
}
@media screen and (max-width: 840px) {
  .site-services .hero {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  }
}
.site-services .hero__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(/images/other/banner.jpg);
}
.contact-us.site-services .hero__bg-top {
  background-image: url(/images/other/contact-banner.jpg);
}
.site-services .hero__bg-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/banner-stripes-bg.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.site-services .hero__primary-heading {
  min-height: 500px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .site-services .hero__primary-heading {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.site-services .hero__primary-heading figure {
  margin-right: 40px;
  margin-left: -80px;
}
@media screen and (max-width: 1024px) {
  .site-services .hero__primary-heading figure {
    margin-left: -40px;
  }
}
@media screen and (max-width: 840px) {
  .site-services .hero__primary-heading figure svg {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .site-services .hero__primary-heading figure {
    margin-left: -20px;
  }
}
.site-services .page-content {
  position: relative;
}
.site-services .page-content__bg {
  position: absolute;
  right: -1300px;
  bottom: -900px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .site-services .page-content__bg {
    right: -1100px;
    bottom: -700px;
  }
}
@media screen and (max-width: 840px) {
  .site-services .page-content__bg {
    right: -750px;
    bottom: -450px;
  }
}
@media screen and (max-width: 600px) {
  .site-services .page-content__bg {
    right: -400px;
    bottom: -300px;
  }
}
.site-services .page-content__bg > div {
  transition: all 0.3s linear;
}
.site-services .page-content__bg img {
  width: 2750px;
  max-width: none;
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .site-services .page-content__bg img {
    width: 2250px;
  }
}
@media screen and (max-width: 840px) {
  .site-services .page-content__bg img {
    width: 1550px;
  }
}
@media screen and (max-width: 600px) {
  .site-services .page-content__bg img {
    width: 800px;
  }
}
.site-services .page-content h5 {
  color: #4F8195;
  margin-top: 50px;
}
.site-services .page-content .dash-list {
  list-style: none;
}
.site-services .page-content .dash-list li {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px;
  display: flex;
}
.site-services .page-content .dash-list li::before {
  content: "-";
  display: inline-block;
  margin-right: 60px;
}
.intractive-svg--vision .cls-1 {
  fill: #fff;
}
.intractive-svg--vision .cls-2 {
  clip-path: url(#clippath-1);
}
.intractive-svg--vision .cls-3 {
  clip-path: url(#clippath);
}
.intractive-svg--vision .cls-4 {
  fill: none;
}
.intractive-svg--vision .cls-5 {
  fill: #4f8195;
}
.intractive-svg--vision .cls-6 {
  fill: #4f8195;
}
.intractive-svg--vision .cls-7 {
  fill: #003245;
}
.intractive-svg--vision .is-active {
  fill: #BDD65C;
}
.intractive-svg--relations {
  margin-bottom: 0px;
}
.intractive-svg--relations .st0 {
  fill: #FFFFFF;
}
.intractive-svg--relations .st1 {
  fill: #003245;
}
.intractive-svg--relations .st3 {
  font-size: 32px;
  font-weight: bold;
}
.intractive-svg--relations .st4 {
  fill: #A6C0CA;
}
.intractive-svg--relations .st5 {
  font-size: 22px;
  font-weight: bold;
}
.intractive-svg--relations .st6 {
  fill: #BAD75E;
}
.intractive-svg--relations .is-active .st4 {
  fill: #BAD75E;
}
.for-our-clients .section-stakeholder {
  background-color: #4F8195;
  padding: 10vw 0 100px;
  color: white;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 840px) {
  .for-our-clients .section-stakeholder {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 600px) {
  .for-our-clients .section-stakeholder {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .for-our-clients .section-stakeholder .intractive-svg {
    margin-top: 40px;
  }
  .for-our-clients .section-stakeholder .intractive-svg__vector {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.for-our-clients .section-stakeholder__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  overflow: hidden;
}
.for-our-clients .section-stakeholder__bg img {
  position: relative;
  top: -500px;
  right: -500px;
}
@media screen and (max-width: 1400px) {
  .for-our-clients .section-stakeholder__bg img {
    top: -350px;
  }
}
@media screen and (max-width: 840px) {
  .for-our-clients .section-stakeholder__bg img {
    top: -200px;
    right: -200px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-clients .section-stakeholder__bg img {
    top: -80px;
    right: -60px;
  }
}
.for-our-clients .section-stakeholder header {
  text-align: center;
}
.for-our-clients .section-stakeholder header h2::after {
  content: none;
}
.for-our-clients .section-for-change {
  color: white;
  padding: 10vw 0 15vw;
  background-color: #003245;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
  margin-bottom: -10vh;
  margin-top: -1px;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .for-our-clients .section-for-change {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 96%);
  }
}
@media screen and (max-width: 1024px) {
  .for-our-clients .section-for-change {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-clients .section-for-change {
    padding-bottom: 120px;
  }
}
.for-our-clients .section-for-change__bg {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.for-our-clients .section-for-change__bg img {
  width: 2748px;
  max-width: none;
  position: absolute;
  top: -1250px;
  left: calc(50% - 1374px);
  transition: transform 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .for-our-clients .section-for-change__bg img {
    width: 2250px;
    top: -1050px;
    left: calc(50% - 1125px);
  }
}
@media screen and (max-width: 840px) {
  .for-our-clients .section-for-change__bg img {
    width: 1550px;
    top: -650px;
    left: calc(50% - 775px);
  }
}
@media screen and (max-width: 600px) {
  .for-our-clients .section-for-change__bg img {
    width: 800px;
    top: -350px;
    left: calc(50% - 400px);
  }
}
.for-our-clients .section-for-change .container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.for-our-clients .section-for-change .content-wrapper {
  max-width: 800px;
  width: 100%;
}
.for-our-clients .section-for-change figure {
  position: absolute;
  left: 200px;
  top: -80px;
}
@media screen and (max-width: 1200px) {
  .for-our-clients .section-for-change figure {
    top: -80px;
    left: 140px;
  }
  .for-our-clients .section-for-change figure svg {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .for-our-clients .section-for-change figure {
    left: 20px;
    position: relative;
    align-self: flex-start;
    top: 0;
  }
}
@media screen and (max-width: 840px) {
  .for-our-clients .section-for-change figure {
    left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-clients .section-for-change figure {
    left: -20px;
  }
  .for-our-clients .section-for-change figure svg {
    width: 120px;
  }
}
.for-our-clients .page-content {
  position: relative;
  padding-top: 80px;
}
.for-our-clients .page-content__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  overflow: hidden;
  opacity: 0.15;
}
.for-our-clients .page-content__bg img {
  position: relative;
  top: -500px;
  left: -600px;
}
@media screen and (max-width: 1400px) {
  .for-our-clients .page-content__bg img {
    left: -450px;
    top: 0px;
  }
}
@media screen and (max-width: 840px) {
  .for-our-clients .page-content__bg img {
    top: 300px;
    left: -300px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-clients .page-content__bg img {
    top: 400px;
    left: -200px;
    transform: scale(1.5);
  }
}
.for-our-clients .page-content figure {
  position: absolute;
  right: 40px;
  top: 60px;
}
@media screen and (max-width: 1024px) {
  .for-our-clients .page-content figure {
    right: 80px;
  }
  .for-our-clients .page-content figure svg {
    width: 180px;
  }
}
@media screen and (max-width: 840px) {
  .for-our-clients .page-content figure {
    top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-clients .page-content figure {
    top: 80px;
  }
  .for-our-clients .page-content figure svg {
    width: 80px;
  }
}
.for-our-group-companies .page-content {
  padding-top: 40px;
  position: relative;
}
.for-our-group-companies .page-content__info p {
  font-size: 32px;
  font-size: 2rem;
}
.for-our-group-companies .page-content__bg {
  position: absolute;
  width: 100%;
  bottom: -300px;
  left: -10%;
  opacity: 0.5;
}
@media screen and (max-width: 1400px) {
  .for-our-group-companies .page-content__bg {
    left: -25%;
  }
}
@media screen and (max-width: 840px) {
  .for-our-group-companies .page-content__bg {
    bottom: -200px;
    left: -10%;
  }
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .page-content__bg {
    width: 100%;
    bottom: -150px;
  }
}
.for-our-group-companies .page-content .overlay-top-next {
  position: absolute;
  bottom: -345px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .for-our-group-companies .page-content .overlay-top-next {
    right: 80px;
    bottom: -380px;
  }
}
@media screen and (max-width: 1024px) {
  .for-our-group-companies .page-content .overlay-top-next {
    bottom: -300px;
  }
  .for-our-group-companies .page-content .overlay-top-next svg {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .page-content .overlay-top-next {
    bottom: -200px;
  }
  .for-our-group-companies .page-content .overlay-top-next svg {
    width: 120px;
  }
}
.for-our-group-companies .section-conversation__banner {
  margin: 80px 0;
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .section-conversation__banner {
    margin: 40px 0px 20px;
  }
}
.for-our-group-companies .section-conversation__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.for-our-group-companies .section-conversation__header {
  margin: 0px 0 20px;
}
.for-our-group-companies .section-conversation__header p {
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .section-conversation .bs-accordion .col-4 {
    margin-bottom: 40px;
  }
}
.for-our-group-companies .section-conversation .bs-accordion img {
  width: 100%;
}
.for-our-group-companies .section-conversation .bs-accordion strong {
  color: #4F8195;
  display: block;
}
.for-our-group-companies .our-vision {
  background-color: #003245;
  color: #FFFFFF;
  padding: 10% 0 8%;
  clip-path: polygon(0 10vh, 100% 0, 100% 100%, 0 100%);
  margin-top: -10vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .for-our-group-companies .our-vision {
    padding: 15% 0 12%;
  }
}
@media screen and (max-width: 840px) {
  .for-our-group-companies .our-vision {
    clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .for-our-group-companies .our-vision h2 {
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .our-vision {
    padding-bottom: 120px;
    padding-top: 100px;
  }
}
.for-our-group-companies .our-vision figure {
  position: absolute;
  top: -200px;
}
@media screen and (max-width: 1024px) {
  .for-our-group-companies .our-vision figure svg {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .our-vision figure svg {
    width: 120px;
  }
}
.for-our-group-companies .our-vision .content-wrapper {
  max-width: 80%;
}
@media screen and (max-width: 840px) {
  .for-our-group-companies .our-vision .content-wrapper {
    max-width: none;
  }
}
.for-our-group-companies .our-vision h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.for-our-group-companies .our-vision h2::after {
  content: "";
  width: 160px;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #BDD65C;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
.for-our-group-companies .our-vision h2::after {
  background-color: #BDD65C;
}
.for-our-group-companies .our-vision__bg {
  position: absolute;
  overflow: hidden;
  transition: all 0.3s linear;
  right: -500px;
  top: -500px;
}
@media screen and (max-width: 1400px) {
  .for-our-group-companies .our-vision__bg {
    right: -600px;
    top: -600px;
  }
}
@media screen and (max-width: 1200px) {
  .for-our-group-companies .our-vision__bg {
    right: -500px;
    top: -500px;
  }
  .for-our-group-companies .our-vision__bg svg {
    width: 1000px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .our-vision__bg {
    right: -300px;
    top: -350px;
  }
  .for-our-group-companies .our-vision__bg svg {
    width: 600px;
  }
}
.for-our-group-companies .our-vision__list {
  margin-top: 40px;
}
.for-our-group-companies .our-vision__list-heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.for-our-group-companies .our-vision__list-heading::after {
  content: "";
  width: 160px;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #BDD65C;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}
.for-our-group-companies .our-vision__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.for-our-group-companies .our-vision__list ul h5 {
  color: #A6C0CA;
  padding-bottom: 24px;
  border-bottom: 1px solid #4F8195;
}
@media screen and (max-width: 840px) {
  .for-our-group-companies .our-vision__list ul h5 {
    padding-bottom: 12px;
  }
}
.for-our-group-companies .our-vision__list li {
  width: 45%;
  list-style: none;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .for-our-group-companies .our-vision__list li {
    width: 48%;
  }
}
@media screen and (max-width: 840px) {
  .for-our-group-companies .our-vision__list li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .for-our-group-companies .our-vision__list li {
    margin-top: 40px;
  }
}
.for-our-people {
  position: relative;
}
.for-our-people .team-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 840px) {
  .for-our-people .team-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .for-our-people .team-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.for-our-people .team-list li {
  list-style: none;
}
.for-our-people .team-list img {
  width: 100%;
}
.for-our-people .team-list .article {
  position: relative;
}
.for-our-people .team-list .article:hover .article__details {
  opacity: 1;
}
.for-our-people .team-list .article__details {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  background-color: rgba(0, 50, 69, 0.85);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .for-our-people .team-list .article__details {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .for-our-people .team-list .article__details {
    padding: 40px;
  }
}
.for-our-people .team-list .article__details p {
  margin-top: 0;
  font-weight: 600;
}
.for-our-people .team-list .article__details .c-tertiary {
  font-size: 16px;
  font-size: 1rem;
}
.for-our-people .team-list .article__details .font-normal {
  font-weight: 400;
}
.contact-us .page-content {
  padding-top: 40px;
}
.contact-us .page-content__bg {
  position: absolute;
  right: -1200px;
  bottom: -1400px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .contact-us .page-content__bg {
    right: -1000px;
    bottom: -1000px;
  }
}
@media screen and (max-width: 840px) {
  .contact-us .page-content__bg {
    right: -750px;
    bottom: -650px;
  }
}
@media screen and (max-width: 600px) {
  .contact-us .page-content__bg {
    right: -400px;
    bottom: -400px;
  }
}
.contact-us .page-content__info p {
  font-size: 32px;
  font-size: 2rem;
  max-width: 920px;
}
.contact-us form {
  margin: 50px 0 0;
  max-width: 682px;
}
.contact-us form .d-flex {
  display: flex;
}
.contact-us form input {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 15px;
  padding: 12px 20px;
  border: solid 1px #4F8195;
  border-radius: 0px;
  margin-bottom: 19px;
}
.contact-us form textarea {
  display: block;
  width: 100%;
  height: 169px;
  font-size: 15px;
  padding: 12px 20px;
  border: solid 1px #4F8195;
  border-radius: 0px;
  margin-bottom: 19px;
}
.contact-us form button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.contact-us .contact-us-form__error {
  color: red;
}
.contact-us .loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #BDD65C;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
