/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 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.67em 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: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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, 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 {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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, 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 OS X.
 */
[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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root {
  --grid-gutter: 30px;
  --gradient-from: #19498D;
  --gradient-to: #0F1938;
}
@media screen and (max-width: 1024px) {
  :root {
    --grid-gutter: 1rem;
  }
}

body.modal-open {
  overflow: hidden;
}

figure {
  margin: 4rem auto;
  padding: 0;
}
figure:first-child {
  margin-top: 0;
}
figure:last-child {
  margin-bottom: 0;
}
figure img {
  margin: 0 auto;
}
figure.animate img {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
figure.revealed img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 640px) {
  figure {
    overflow: hidden;
  }
  figure.half img {
    width: 200%;
    height: auto;
    max-width: unset;
  }
  figure.half.other-half img {
    margin-left: -100%;
  }
}

a {
  text-decoration: none;
}
a.more {
  position: relative;
  float: right;
  padding-right: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #cc0000;
  line-height: 14px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.more:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  color: currentColor;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
a.more:hover {
  color: #16161d;
}
a.dd {
  padding-right: 1rem;
  position: relative;
}
a.dd:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0.1rem;
  top: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-left: 0.5rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
a img {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.5rem;
}

img {
  display: block;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  svg * {
    stroke-dashoffset: 0 !important;
  }
}
.subnav {
  padding-top: 3rem;
  text-align: center;
  background-color: #fff;
}
.subnav a {
  margin: 0 1.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #16161d;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subnav a:first-child, .subnav a:hover {
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  .subnav a:hover {
    color: #16161d;
  }
}
@media screen and (max-width: 480px) {
  .subnav {
    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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .subnav a {
    margin: 0 0.5rem 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

section {
  padding: 4rem 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  section {
    padding: 2rem 0;
  }
}
section.npb {
  padding-bottom: 0;
}
section.split-half {
  position: relative;
  padding: 2.5rem 0;
  min-height: 25rem;
}
section.split-half.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient-from)), color-stop(50%, var(--gradient-to)), color-stop(50%, #e5e5e5), to(#e5e5e5));
  background: linear-gradient(to right, var(--gradient-from) 0%, var(--gradient-to) 50%, #e5e5e5 50%, #e5e5e5 100%);
}
section.split-half.gradient-reverse {
  background: -webkit-gradient(linear, right top, left top, from(var(--gradient-from)), color-stop(50%, var(--gradient-to)), color-stop(50%, #e5e5e5), to(#e5e5e5));
  background: linear-gradient(to left, var(--gradient-from) 0%, var(--gradient-to) 50%, #e5e5e5 50%, #e5e5e5 100%);
}
section.split-half h2.grid-item:last-child {
  padding-left: 4rem;
}
@media screen and (max-width: 800px) {
  section.split-half {
    padding: 0;
    min-height: 50vw;
  }
  section.split-half.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50vw, transparent), color-stop(50vw, #e5e5e5), to(#e5e5e5)), -webkit-gradient(linear, left top, right top, from(var(--gradient-from)), to(var(--gradient-to)));
    background: linear-gradient(to bottom, transparent 0%, transparent 50vw, #e5e5e5 50vw, #e5e5e5 100%), linear-gradient(to right, var(--gradient-from) 0%, var(--gradient-to) 100%);
  }
  section.split-half.gradient-reverse {
    background: -webkit-gradient(linear, right top, left top, from(var(--gradient-from)), to(var(--gradient-to)));
    background: linear-gradient(to left, var(--gradient-from) 0%, var(--gradient-to) 100%);
  }
  section.split-half h2.grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #fff;
    padding-top: 2rem;
  }
  section.split-half h2.grid-item br {
    display: none;
  }
}
section.split-half .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: fixed;
  background-size: contain;
}
section.split-half .window.window-reverse {
  left: auto;
  right: 0;
  background-position: right center;
}
@media screen and (max-width: 800px) {
  section.split-half .window {
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 640px) {
  section.split-half .window {
    background-size: 75% auto;
    background-attachment: scroll;
    height: 50vw;
  }
}
section.split-half .split-bg, section.split-half .split-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}
section.split-half .split-bg.bg-left, section.split-half .bg-left.split-img {
  left: 0;
}
section.split-half .split-bg.bg-right, section.split-half .bg-right.split-img {
  right: 0;
}
@media screen and (max-width: 800px) {
  section.split-half .split-bg, section.split-half .split-img {
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 640px) {
  section.split-half .split-bg, section.split-half .split-img {
    height: 100%;
  }
}
section.split-half .split-img {
  opacity: 1;
}
section.split-half.stack .split-img {
  mix-blend-mode: normal;
}
@media screen and (max-width: 800px) {
  section.split-half.stack .split-img {
    position: relative;
  }
}
section.split-half.stack .container .grid-item {
  padding-right: 3rem;
}
@media screen and (max-width: 800px) {
  section.split-half.stack .container {
    padding: 4rem 60px;
  }
  section.split-half.stack .container .grid-item {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  section.split-half.stack .container {
    padding: 4rem 2rem;
  }
}

.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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grid.grid-g0 {
  --grid-gutter: 0px;
}
.grid.grid-2col .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--grid-gutter)) / 2);
          flex: 0 0 calc((100% - var(--grid-gutter)) / 2);
}
@media screen and (max-width: 800px) {
  .grid.grid-2col .grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.grid.grid-3col .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - var(--grid-gutter) * 2) / 3);
          flex: 0 0 calc((100% - var(--grid-gutter) * 2) / 3);
}
@media screen and (max-width: 800px) {
  .grid.grid-3col .grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.figures {
  padding-left: 4rem;
}
.figures .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  padding: 2rem;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.figures .figure:last-child {
  border: 0 none;
}
.figures .figure img, .figures .figure .image {
  width: 4.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.figures .figure .value {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 17.5rem;
  padding-left: 1rem;
}
.figures .figure .value span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .figures {
    padding: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .figures .figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #fff;
  }
  .figures .figure:nth-child(n+3) {
    border-bottom: 0 none;
  }
  .figures .figure .value {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .figures .figure:nth-child(n) {
    border-bottom: 1px solid #fff;
  }
  .figures .figure:last-child {
    border-bottom: 0 none;
  }
  .figures .figure .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
  }
  .figures .figure .value {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 4rem);
            flex: 0 1 calc(100% - 4rem);
    width: auto;
    max-width: 100%;
  }
}

/**
 * Basic typography style for copy text
 */
body {
  color: #16161d;
  background-color: #f8f8f8;
  font: 400 16px/1.5 Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[lang=hant] body {
  font-family: Arial, "Microsoft JhengHei", sans-serif;
}
[lang=hans] body {
  font-family: Arial, "Microsoft YaHei", sans-serif;
}
[lang=jp] body {
  font-family: Arial, "MS PGothic", "MS Gothic", sans-serif;
}

h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 640px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 6rem auto 2.5rem;
}
h3:first-child {
  margin-top: 0;
}
h3:last-child {
  margin-bottom: 0;
}

h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto 1.25rem;
  color: var(--page-color);
}
p + h4 {
  margin-top: 3rem;
}

h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-bottom: 0.75rem;
}

p {
  font-size: 1rem;
  margin: 0 auto 1rem;
}
p:last-child {
  margin-bottom: 0;
}
p.dated {
  font-size: 14px;
  color: #b2b2b2;
  margin-bottom: 0.5rem;
}
p.intro {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  p.intro {
    font-size: calc(18px + 2 * (100vw - 320px) / 1046);
  }
}
@media screen and (min-width: 1366px) {
  p.intro {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) {
  p.intro {
    font-size: 20px;
  }
}
p.intro + p:not(.intro) {
  margin-top: 3rem;
}
p.note {
  font-size: 13px;
}
p a {
  color: #cc0000;
  text-decoration: underline;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  position: relative;
  max-width: 1366px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 60px; /* 3 */
  padding-right: 60px; /* 3 */
  width: 100%; /* 1 */
}
@media screen and (max-width: 480px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container + .container {
  margin-top: 2.5rem;
}

.wide-content {
  max-width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .wide-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.content, .page-media-center .media-list {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .content, .page-media-center .media-list {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

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

.bkg-red {
  background-color: #cc0000;
  color: #fff;
}

.bkg-blue {
  background-color: #000080;
  color: #fff;
}
.bkg-blue a.more {
  color: #809CC3;
}
.bkg-blue a.more:after {
  border-color: #fff;
}

.bkg-teal {
  background-color: #00807f;
  color: #fff;
}
.bkg-teal a.more {
  color: #80BFBF;
}
.bkg-teal a.more:after {
  border-color: #fff;
}

.bkg-lightblue {
  background-color: #0067ac;
  color: #fff;
}
.bkg-lightblue a.more {
  color: #80B3D5;
}
.bkg-lightblue a.more:after {
  border-color: #fff;
}

.bkg-grey {
  background-color: #e5e5e5;
}

.bkg-lightgrey {
  background-color: #f5f5f5;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 0;
}

.selectboxit .selectboxit-text {
  text-indent: 0;
}

.selectboxit-container .selectboxit-options a {
  font-weight: 700;
}

.selectboxit-container .selectboxit-option .selectboxit-option-anchor {
  padding: 0 8px 0 2px;
}

.selectboxit-container .selectboxit-option-icon-container {
  display: none;
}

header {
  position: relative;
  height: 540px;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  header {
    overflow: visible;
  }
}
@media screen and (max-width: 800px) {
  header {
    height: 400px;
  }
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient-from)), to(var(--gradient-to)));
  background: linear-gradient(to right, var(--gradient-from) 0%, var(--gradient-to) 100%);
  z-index: -1;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header:before {
    background: -webkit-gradient(linear, left top, right top, from(#19498D), to(#0F1938));
    background: linear-gradient(to right, #19498D 0%, #0F1938 100%);
  }
}
header > img, header video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header > img, header video {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto;
    opacity: 1;
  }
}
@supports (-ms-ime-align: auto) {
  header > img, header video {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    opacity: 1;
  }
}
header .fallback {
  display: none;
}
header.small {
  height: 10rem;
}
header .banner {
  position: relative;
  height: 100%;
}
header .banner img {
  width: 100%;
}
header h1 {
  position: relative;
  left: 50%;
  top: calc(50% + 47px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66.6666666667%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header h1 {
    width: 100%;
    white-space: normal;
  }
}
@media screen and (max-width: 640px) {
  header h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    padding: 8rem 2rem 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 36px;
  }
  header h1 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 32px;
    padding-bottom: 2rem;
  }
}
header .nav-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  header .nav-wrapper {
    padding: 0;
  }
}
header .logo {
  float: left;
}
header .logo img {
  height: 70px;
}
@media screen and (max-width: 1024px) {
  header .logo {
    display: block;
    position: relative;
    top: 1rem;
  }
  header .logo img {
    height: 74px;
  }
}
header .links {
  float: right;
}
@media screen and (max-width: 1024px) {
  header .links {
    display: none;
  }
}
header .links:hover a {
  color: #16161d;
}
header .links a {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .links a:hover {
  color: #fff;
}
header .links span {
  vertical-align: bottom;
}
header .links .icon {
  height: 0.875rem;
  width: 0.875rem;
  vertical-align: middle;
}
header .links .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
header .links .icon svg path {
  fill: currentColor;
}
header .links .lang {
  margin-left: 2.5rem;
  position: relative;
  display: inline-block;
}
header .links .lang .popup {
  width: 5.5rem;
  right: 0;
  top: 100%;
  left: auto;
  z-index: 99;
  padding: 0.5rem 1rem;
}
header .links .lang .popup a {
  margin: 0;
  color: #fff;
}
header nav {
  position: relative;
  top: -4px;
  float: right;
  clear: right;
  margin-top: 1.125rem;
}
header nav.dim > ul > li a, header nav:hover > ul > li a {
  color: rgba(255, 255, 255, 0.4);
}
header nav.dim > ul > li.active a, header nav.dim > ul > li:hover a, header nav:hover > ul > li.active a, header nav:hover > ul > li:hover a {
  color: #fff;
}
header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header nav ul li {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  text-align: right;
  line-height: 1;
}
header nav ul li.last {
  padding-right: 0;
}
header nav ul li.mobile {
  display: none;
}
header nav ul li.mobile.div {
  padding: 1.5rem 0;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  header nav ul li.mobile {
    display: block;
  }
  header nav ul li.mobile.div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1280px) {
  header nav ul li {
    padding: 0 0.75rem;
  }
}
header nav a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  header nav {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: none;
    padding: 6rem 2rem 0;
    margin: 0;
    pointer-events: none;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
  }
  header nav:before {
    content: "";
    position: absolute;
    right: 2rem;
    top: 4rem;
    width: 2rem;
    height: 2rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #16161d;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  header nav > ul {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header nav > ul li {
    display: block;
    padding: 0;
    margin: 2rem 0;
    text-align: left;
  }
  header nav > ul li a {
    display: inline !important;
    color: #fff !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
  }
  header nav > ul li a .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  header nav > ul li a.dd:after {
    display: none;
  }
  header nav > ul li .lang .popup {
    margin-left: 0;
  }
  header nav > ul li .popup a {
    font-weight: 400 !important;
  }
  .nav-open header nav {
    pointer-events: auto;
  }
  .nav-open header nav:before {
    opacity: 1;
    -webkit-transform: scale(75);
            transform: scale(75);
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.2s ease, transform 0.5s ease;
    transition: opacity 0.2s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .nav-open header nav ul {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
  }
}
header .nav-toggle {
  display: none;
  width: 2rem;
  height: 28px;
  position: absolute;
  right: 2rem;
  top: 4rem;
  z-index: 101;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0 none;
}
header .nav-toggle span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
header .nav-toggle span:before, header .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .nav-toggle span:before {
  left: 0;
}
header .nav-toggle span:after {
  right: 0;
}
header .nav-toggle span:nth-child(1) {
  top: 0;
}
header .nav-toggle span:nth-child(1):before {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
header .nav-toggle span:nth-child(1):after {
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
header .nav-toggle span:nth-child(2) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .nav-toggle span:nth-child(2):before, header .nav-toggle span:nth-child(2):after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .nav-toggle span:nth-child(3) {
  bottom: 0;
}
header .nav-toggle span:nth-child(3):before {
  bottom: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
header .nav-toggle span:nth-child(3):after {
  bottom: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.nav-open header .nav-toggle {
  position: fixed !important;
  width: 1.5rem;
}
.nav-open header .nav-toggle span:before, .nav-open header .nav-toggle span:after {
  width: 0.9rem;
}
.nav-open header .nav-toggle span:nth-child(1):before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.nav-open header .nav-toggle span:nth-child(1):after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.nav-open header .nav-toggle span:nth-child(2):before {
  -webkit-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
  opacity: 0;
}
.nav-open header .nav-toggle span:nth-child(2):after {
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  opacity: 0;
}
.nav-open header .nav-toggle span:nth-child(3):before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.nav-open header .nav-toggle span:nth-child(3):after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  header .nav-toggle {
    display: block;
  }
}
header .dropdown:hover .popup {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  pointer-events: auto;
}
header .popup {
  overflow: hidden;
  width: 230px;
  position: absolute;
  left: 0.25rem;
  top: calc(100% + 0.5rem);
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
header .popup ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .popup ul li {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
}
header .popup ul li a {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .popup ul li a:hover {
  text-shadow: 1px 0 1px currentColor;
}
@media screen and (max-width: 1024px) {
  header .popup {
    position: static;
    width: auto;
    padding: 0;
    margin-left: 1rem;
    background-color: transparent;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: none;
    transition: none;
  }
  header .popup ul li {
    margin: 1.5rem 0;
  }
  header .popup ul li:last-child {
    margin-bottom: 0;
  }
}

footer {
  background: url("../images/footer.png") no-repeat right bottom/auto #e5e5e5;
}
@media screen and (max-width: 640px) {
  footer {
    background-size: 80% auto;
  }
}
footer .container {
  padding: 3rem 4rem;
  overflow: hidden;
}
footer .container .wide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .container {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 480px) {
  footer .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  footer .container .wide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .logo {
  display: block;
}
footer .logo img {
  height: 5rem;
}
@media screen and (max-width: 1024px) {
  footer .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
footer nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding-top: 3rem;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer nav {
    max-width: 65%;
  }
}
@media screen and (max-width: 1280px) {
  footer nav {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  footer nav {
    padding-left: 0;
  }
}
footer nav .column {
  margin-right: 3rem;
}
@media screen and (max-width: 1024px) {
  footer nav .column {
    display: none;
  }
}
footer nav .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav .column > ul ul {
  margin-top: 0.5rem;
}
footer nav .column > ul ul a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer nav .column > ul ul a:hover {
  opacity: 0.5;
}
footer nav .column > ul > li {
  margin-bottom: 0.75rem;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
footer nav .column > ul > li > a {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer nav .column > ul > li > a:hover {
  opacity: 0.5;
}
footer nav .column > ul > li.ln {
  line-height: 1.2;
}
footer nav .column > ul > li.ln a {
  background-color: #16161d;
  padding: 4px 3px;
  border-radius: 2px;
}
footer nav .column > ul > li.ln a .icon {
  width: 18px;
  height: 18px;
}
footer nav .links {
  width: 100%;
  margin-top: 2rem;
  font-size: 13px;
  text-align: left;
}
footer nav .links .linkedin {
  display: none;
}
@media screen and (max-width: 1024px) {
  footer nav .links .linkedin {
    display: block;
    margin-right: 1.25rem;
  }
  footer nav .links .linkedin:after {
    display: none;
  }
}
footer nav .links .icon {
  position: relative;
  top: 4px;
  padding: 0.25rem;
  border-radius: 2px;
  background-color: #16161d;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1rem;
}
@media screen and (max-width: 1024px) {
  footer nav .links .icon {
    top: 0;
  }
}
footer nav .links a {
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer nav .links a:hover {
  opacity: 0.5;
}
footer nav .links a:after {
  content: "|";
  margin: 0 0.25rem;
}
footer nav .links a:last-child:after {
  content: "";
  margin-right: 0.125rem;
}
@media screen and (max-width: 1024px) {
  footer nav .links {
    margin-top: 0;
    font-size: 0.875rem;
  }
  footer nav .links a {
    display: block;
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem;
  }
  footer nav .links a:after {
    display: none;
  }
}

form .form-row {
  position: relative;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
form .form-row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
form label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  padding-right: 0.5rem;
  margin-top: 0.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  form label {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
@media screen and (max-width: 640px) {
  form label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.25rem;
  }
}
form input, form select, form textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  border: 0 none;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #b2b2b2;
}
@media screen and (max-width: 800px) {
  form input, form select, form textarea {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
@media screen and (max-width: 640px) {
  form input, form select, form textarea {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
form select + span {
  position: absolute;
  border: 0 none;
  right: 0.75rem;
  bottom: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form input[type=file] {
  padding: 0.5rem 0;
}
form input[type=file] + span {
  position: absolute;
  left: 15%;
  top: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #16161d;
  cursor: pointer;
}
form textarea {
  height: 10rem;
  resize: none;
}
form button {
  position: relative;
  margin-left: auto;
  padding: 0 0.75rem 0.5rem 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border: 0 none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button:hover {
  color: #cc0000;
}
form p {
  max-width: calc(0.4166666667 * 1366px);
  margin: 0;
  font-size: 1rem;
  margin-right: auto;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal-open .modal {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
.modal-open .modal .modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-open .modal .modal-content {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.modal .modal-content {
  position: fixed;
  width: 90vw;
  max-width: 1296px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .modal .modal-content {
    max-width: 75vw;
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal .modal-content {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
  }
}
.modal .modal-close {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  z-index: 1;
}
.modal .modal-close .icon {
  width: 20px;
  height: 20px;
}
.modal .bio-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 800px) {
  .modal .bio-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal .bio-container .bio-image {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 52%;
}
@media screen and (max-width: 800px) {
  .modal .bio-container .bio-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: unset;
  }
}
.modal .bio-container .bio-content {
  padding: 3.5rem 5rem;
  width: 48%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 800px) {
  .modal .bio-container .bio-content {
    padding: 2.5rem;
    width: 100%;
    height: 50vh;
    position: relative;
  }
}
.modal .bio-container .bio-content .name {
  font-size: 20px;
  margin-bottom: 0.5rem;
  color: #cc0000;
}
.modal .bio-container .bio-content .title {
  font-size: 16px;
}

.notification {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #16161d;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .notification {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .notification {
    font-size: 0.75rem;
  }
}
.notification.open {
  visibility: visible;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9999;
}
.notification .notification-content {
  position: relative;
  padding: 2rem 2rem 2rem 0;
  color: #fff;
}
.notification .notification-content a {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .notification .notification-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .notification .notification-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.notification .notification-close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.notification .notification-close .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.announcement {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 800px) {
  .announcement {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 480px) {
  .announcement {
    font-size: 0.75rem;
  }
}
.announcement.open {
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  max-height: 300px;
}
.announcement .announcement-content {
  position: relative;
  padding: 2rem 2rem 2rem 0;
  color: #16161d;
}
.announcement .announcement-content a {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .announcement .announcement-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .announcement .announcement-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.announcement .announcement-close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.announcement .announcement-close .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-size: 80%;
  vertical-align: bottom;
}
.icon.icon-person {
  background-image: url("../images/icon-person.svg");
}
.icon.icon-person-white {
  background-image: url("../images/icon-person-white.svg");
}
.icon.icon-globe {
  background-image: url("../images/icon-globe.svg");
}
.icon.icon-plus {
  background-image: url("../images/icon-plus.svg");
}
.icon.icon-pin {
  background-image: url("../images/icon-pin.svg");
}
.icon.icon-arrow-red {
  background-image: url("../images/icon-arrow-red.svg");
}
.icon.icon-arrow-white {
  background-image: url("../images/icon-arrow-white.svg");
}
.icon.icon-close {
  background-image: url("../images/icon-close.svg");
}
.icon.icon-close-white {
  background-image: url("../images/icon-close-white.svg");
}
.icon.icon-retail {
  background-image: url("../images/icon-retail.svg");
}
.icon.icon-fandb {
  background-image: url("../images/icon-fandb.svg");
}
.icon.icon-telecom {
  background-image: url("../images/icon-telecom.svg");
}
.icon.icon-healthcare {
  background-image: url("../images/icon-healthcare.svg");
}
.icon.icon-energy {
  background-image: url("../images/icon-energy.svg");
}
.icon.icon-auto {
  background-image: url("../images/icon-auto.svg");
}
.icon.icon-financial {
  background-image: url("../images/icon-financial.svg");
}
.icon.icon-industrial {
  background-image: url("../images/icon-industrial.svg");
}
.icon.icon-entertainment {
  background-image: url("../images/icon-entertainment.svg");
}
.icon.icon-education {
  background-image: url("../images/icon-education.svg");
}
.icon.icon-linkedin {
  background-image: url("../images/icon-linkedin.svg");
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.page-home {
  --gradient-from: #19498D;
  --gradient-to: #0F1938;
  /* temp */
}
.page-home header {
  height: 100vh;
  overflow: hidden;
}
.page-home header:before {
  background: -webkit-gradient(linear, left top, right top, from(#19498D), to(#0F1938));
  background: linear-gradient(to right, #19498D 0%, #0F1938 100%);
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-home header:before {
    background: none;
  }
}
@supports (-ms-ime-align: auto) {
  .page-home header:before {
    background: none;
  }
}
.page-home header .down {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 1.25rem;
  height: 1.25rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-animation: lightBounce 4s infinite;
          animation: lightBounce 4s infinite;
}
.page-home header .fish {
  position: absolute;
  right: -100px;
  top: -50px;
  height: 200px;
  max-width: 230px;
}
@media screen and (max-width: 1280px) {
  .page-home header .fish {
    max-width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .page-home header .fish {
    height: 140px;
    left: 65vw;
    right: auto;
  }
}
@media screen and (max-width: 800px) {
  .page-home header .fish {
    left: auto;
    right: 0;
    top: -100%;
  }
}
@media screen and (max-width: 640px) {
  .page-home header {
    max-height: 100vh;
    min-height: 480px;
  }
  .page-home header h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    padding: 8rem 2rem 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-home header h1 .fish {
    position: static;
    height: 150px;
    margin-bottom: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.intro-grid {
  margin-top: 4rem;
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .intro-grid .grid-item {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 480px) {
  .intro-grid {
    margin-top: 2.5rem;
  }
}
.intro-grid .grid-item {
  position: relative;
  display: block;
  color: #16161d;
}
.intro-grid .image {
  position: relative;
  overflow: hidden;
}
.intro-grid .image img {
  margin: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.intro-grid .desc {
  position: relative;
  height: 10.25rem;
  padding: 2rem 2rem 3rem;
}
.intro-grid .desc p {
  font-size: 1.125rem;
}
.intro-grid .desc .more {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  color: #cc0000;
  line-height: 1;
}
.intro-grid .desc .more:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  color: currentColor;
}
.intro-grid .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.intro-grid h5 {
  font-size: 1.125rem;
  position: relative;
  padding: 0.75rem 0;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.intro-grid .bkg-blue {
  background: linear-gradient(to bottom, transparent 0%, transparent 56px, #000080 56px, #000080 100%);
}
.intro-grid .bkg-blue h5 {
  color: #000080;
}
@media screen and (max-width: 840px) {
  .intro-grid .bkg-blue {
    background: #000080;
  }
}
.intro-grid .bkg-teal {
  background: linear-gradient(to bottom, transparent 0%, transparent 56px, #00807f 56px, #00807f 100%);
}
.intro-grid .bkg-teal h5 {
  color: #00807f;
}
@media screen and (max-width: 840px) {
  .intro-grid .bkg-teal {
    background: #00807f;
  }
}
.intro-grid .bkg-lightblue {
  background: linear-gradient(to bottom, transparent 0%, transparent 56px, #0067ac 56px, #0067ac 100%);
}
.intro-grid .bkg-lightblue h5 {
  color: #0067ac;
}
@media screen and (max-width: 840px) {
  .intro-grid .bkg-lightblue {
    background: #0067ac;
  }
}
.intro-grid .grid-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro-grid .grid-item.revealed:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.intro-grid .grid-item.revealed:hover .more {
  color: #16161d;
}
.intro-grid .grid-item.animate:nth-child(2) img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.intro-grid .grid-item.animate:nth-child(3) img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.intro-grid .grid-item.animate img {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
}
.intro-grid .grid-item.animate.revealed img {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  opacity: 1;
}
@media screen and (max-width: 840px) {
  .intro-grid .grid-item {
    position: relative;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-bottom: 0.75rem;
  }
  .intro-grid h5,
  .intro-grid .desc {
    position: relative;
    z-index: 10;
  }
  .intro-grid h5 {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

#fast-facts h2 {
  padding-left: 16.6666666667%;
  color: #fff;
  padding-right: 2rem;
}
#fast-facts .grid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 800px) {
  #fast-facts .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #fast-facts .grid h2 {
    -ms-flex-preferred-size: 50vw;
        flex-basis: 50vw;
    min-height: 180px;
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #fast-facts .window {
    height: 50vw;
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #fast-facts {
    background: -webkit-gradient(linear, left top, right top, from(#19498D), color-stop(50%, #0F1938), color-stop(50%, #e5e5e5), to(#e5e5e5));
    background: linear-gradient(to right, #19498D 0%, #0F1938 50%, #e5e5e5 50%, #e5e5e5 100%);
  }
}

#news {
  padding-bottom: 5rem;
}
#news .news-list {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  border-top: 1px solid #b2b2b2;
}
#news .news-list .news-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  position: relative;
  padding: 2rem;
  border-bottom: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #news .news-list .news-item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
}
@media screen and (max-width: 1024px) {
  #news .news-list .news-item {
    padding: 2rem 1rem 3rem;
  }
}
@media screen and (max-width: 800px) {
  #news .news-list .news-item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
}
#news .news-list .news-item .image {
  display: none;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#news .news-list .news-item .image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 640px) {
  #news .news-list .news-item .image {
    display: none;
  }
}
#news .news-list .news-item .desc {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-bottom: 2rem;
}
#news .news-list .news-item .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#news .news-list .news-item .date {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
#news .news-list .news-item h4 {
  margin-bottom: 1rem;
}
#news .news-list .news-item .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #news .news-list .news-item .more {
    right: 1rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  #news .news-list .news-item .more {
    right: 0;
    bottom: 1.25rem;
  }
}
#news .news-list .news-item.revealed {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
#news .news-list .news-item:hover img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
#news .news-list .news-item:hover .desc {
  color: #cc0000;
}
#news .news-list .news-item:hover .more {
  color: #16161d;
}
@media screen and (max-width: 640px) {
  #news .news-list .news-item:hover img {
    -webkit-transform: none;
            transform: none;
  }
}
#news .all-news {
  margin: 2rem 2rem 0 0;
}
@media screen and (max-width: 1024px) {
  #news .all-news {
    margin-right: 0;
  }
}

@-webkit-keyframes lightBounce {
  0%, 10%, 100%, 40%, 80% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
            transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translateY(-10px) translateX(-50%) rotate(45deg);
            transform: translateY(-10px) translateX(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(-50%) rotate(45deg);
            transform: translateY(-5px) translateX(-50%) rotate(45deg);
  }
}

@keyframes lightBounce {
  0%, 10%, 100%, 40%, 80% {
    -webkit-transform: translateY(0) translateX(-50%) rotate(45deg);
            transform: translateY(0) translateX(-50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translateY(-10px) translateX(-50%) rotate(45deg);
            transform: translateY(-10px) translateX(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(-50%) rotate(45deg);
            transform: translateY(-5px) translateX(-50%) rotate(45deg);
  }
}
div.animate.team-member, .page-about .pie-content-grid .animate.grid-item, .page-about .animate.aum-content-grid-item {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div.revealed.team-member, .page-about .pie-content-grid .revealed.grid-item, .page-about .revealed.aum-content-grid-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.page-about {
  --gradient-from: #19498D;
  --gradient-to: #0F1938;
}
.page-about header:before {
  background: -webkit-gradient(linear, left top, right top, from(#19498D), to(#0F1938));
  background: linear-gradient(to right, #19498D 0%, #0F1938 100%);
}
.page-about #milestones {
  overflow: hidden;
  max-height: 25rem;
}
@media screen and (max-width: 800px) {
  .page-about #milestones {
    max-height: unset;
  }
}
@media screen and (max-width: 640px) {
  .page-about #milestones .split-img {
    height: 50vw;
    overflow: hidden;
  }
}
.page-about #milestones .grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-about #milestones .grid h2 {
  padding-left: 20.8333333333%;
  color: #fff;
}
.page-about #milestones .grid .grid-item {
  position: relative;
  max-width: 50%;
}
.page-about #milestones .grid .grid-item:last-child {
  max-width: 50%;
  padding-left: 4rem;
}
@media screen and (max-width: 800px) {
  .page-about #milestones .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-about #milestones .grid h2 {
    -ms-flex-preferred-size: 50vw;
        flex-basis: 50vw;
    padding-top: 2.5rem;
    padding-left: 0;
  }
  .page-about #milestones .grid .grid-item {
    max-width: 100%;
  }
  .page-about #milestones .grid .grid-item:last-child {
    max-width: 100%;
    padding: 2rem 0;
  }
}
.page-about #milestones .milestone-image-list {
  position: relative;
  height: 100%;
}
.page-about #milestones .milestone-image-list .slick-list, .page-about #milestones .milestone-image-list .slick-track, .page-about #milestones .milestone-image-list .milestone-image {
  height: 100%;
}
.page-about #milestones .milestone-image-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-about #milestones .milestone-image-list img {
    width: auto;
    float: right;
  }
}
.page-about #milestones .timeline {
  max-width: 50vw;
}
@media screen and (max-width: 800px) {
  .page-about #milestones .timeline {
    max-width: 100%;
  }
}
.page-about #milestones .timeline > .timeline-item:nth-child(n+2) {
  display: none;
}
.page-about #milestones .timeline .year {
  position: relative;
  padding: 2.75rem 2.5rem 2.75rem 3.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #cc0000;
}
.page-about #milestones .timeline .year:before {
  content: "";
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: 1rem;
  top: 0;
  border-radius: 50%;
  border: 3px solid #cc0000;
  z-index: -1;
  background-color: #e5e5e5;
}
.page-about #milestones .timeline .year:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: -2;
}
.page-about #milestones .timeline p {
  padding: 0 0.5rem 0 8rem;
}
@media screen and (max-width: 800px) {
  .page-about #milestones .timeline p {
    padding: 1rem 0.5rem 0;
  }
}
.page-about #milestones .timeline .timeline-item {
  outline: 0 none;
}
.page-about #milestones .timeline .timeline-item:first-child .year:after {
  left: 1rem;
  width: calc(100% - 1rem);
}
.page-about #milestones .timeline .timeline-item:last-child .year:after {
  background: repeating-linear-gradient(to right, #fff 16px, #fff 22px, transparent 22px, transparent 28px), linear-gradient(to right, #fff 0px, #fff 1rem, transparent 1rem, transparent 100%);
}
.page-about #milestones .slick-prev {
  left: -2rem;
  top: 3.5rem;
}
.page-about #milestones .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-left: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .page-about #milestones .slick-prev {
    left: -1.5rem;
  }
}
.page-about #milestones .slick-next {
  right: -2rem;
  top: 3.5rem;
}
.page-about #milestones .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .page-about #milestones .slick-next {
    right: -1.5rem;
  }
}
.page-about #milestones .slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.page-about .aum-content {
  margin-bottom: 100px;
}
.page-about .aum-content-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.page-about .aum-content-grid-item {
  width: 33.33%;
  padding: 0 25px;
  border-right: 1px solid #16161d;
}
@media screen and (max-width: 640px) {
  .page-about .aum-content-grid-item {
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #16161d;
  }
}
.page-about .aum-content-grid-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: 0 none;
}
@media screen and (max-width: 640px) {
  .page-about .aum-content-grid-item:last-child {
    border-bottom: 0;
  }
}
.page-about .aum-content-grid-item h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.page-about .aum-content-grid-item h4 {
  font-size: 16px;
  line-height: 1;
  margin: 20px 0 0;
  display: block;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.page-about .aum-content-grid-item h4::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 5px;
  width: 1px;
  height: 11px;
  background-color: #cc0000;
}
.page-about .aum-content-grid-item h4::before {
  position: absolute;
  content: "";
  top: 6px;
  right: 0;
  width: 11px;
  height: 1px;
  background-color: #cc0000;
}
.page-about .aum-content-grid-item h4.open::after {
  opacity: 0;
}
.page-about .aum-content-grid-item h4 + p {
  margin: 10px 0;
  display: none;
}
.page-about .aum-content-grid-item .h4 {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.page-about .aum-content-grid-item.pag-dark-blue h3,
.page-about .aum-content-grid-item.pag-dark-blue h4,
.page-about .aum-content-grid-item.pag-dark-blue h4 + p,
.page-about .aum-content-grid-item.pag-dark-blue .h4 {
  color: #000080;
}
.page-about .aum-content-grid-item.pag-green h3,
.page-about .aum-content-grid-item.pag-green h4,
.page-about .aum-content-grid-item.pag-green h4 + p,
.page-about .aum-content-grid-item.pag-green .h4 {
  color: #00807F;
}
.page-about .aum-content-grid-item.pag-sky-blue h3,
.page-about .aum-content-grid-item.pag-sky-blue h4,
.page-about .aum-content-grid-item.pag-sky-blue h4 + p,
.page-about .aum-content-grid-item.pag-sky-blue .h4 {
  color: #0067AC;
}
.page-about .pie-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #e5e5e5;
}
.page-about .pie-content .heading-block {
  margin-bottom: 0;
}
.page-about .pie-content-grid {
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .page-about .pie-content-grid .grid-item > div {
    height: 300px !important;
  }
}
@media screen and (max-width: 500px) {
  .page-about .pie-content-grid .grid-item svg g path[fill=none],
  .page-about .pie-content-grid .grid-item svg g text[text-anchor=start],
  .page-about .pie-content-grid .grid-item svg g text[text-anchor=end] {
    display: none;
  }
}
.page-about .pie-content-grid.separator {
  border-bottom: 1px solid #16161d;
}
.page-about .pie-content:last-child {
  padding-top: 75px;
  margin-bottom: 0;
}
.page-about #team, .page-about #leadership {
  overflow: hidden;
}
.page-about #team {
  padding: 9rem 0 0;
}
@media screen and (max-width: 800px) {
  .page-about #team {
    padding: 2rem 0 0;
  }
}
.page-about #leadership {
  padding: 9rem 0;
}
.page-about #leadership h2 {
  text-align: center;
  margin-bottom: 30px;
}
.page-about #leadership .content, .page-about #leadership .page-media-center .media-list, .page-media-center .page-about #leadership .media-list {
  max-width: 1000px;
}
.page-about #leadership .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page-about #leadership .filter .filter-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1.5rem;
}
.page-about #leadership .filter .selectboxit-container {
  text-transform: uppercase;
}
.page-about #leadership .filter .selectboxit-btn {
  width: auto;
  background: transparent;
  border: 0 none;
  padding-right: 2rem;
}
.page-about #leadership .filter .selectboxit-arrow {
  border: 0 none;
  right: 0.25rem;
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-about #leadership .filter .selectboxit-options {
  text-transform: none;
  border-radius: 0;
}
.page-about #leadership .filter .selectboxit-text {
  font-weight: 700;
}
.page-about .team-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 88px;
}
@media screen and (max-width: 1000px) {
  .page-about .team-stats {
    margin-bottom: 75px;
  }
}
.page-about .team-stats > div {
  padding-bottom: 40px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 40px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .page-about .team-stats > div {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.page-about .team-stats > div .image {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 10px;
  text-align: center;
}
.page-about .team-stats > div .image svg {
  width: 100%;
  height: 100%;
}
.page-about .team-stats .gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page-about .team-stats .gender .image {
  margin-right: 0;
}
.page-about .team-stats .gender--male {
  text-align: right;
}
.page-about .team-stats span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .page-about .team-stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .page-about .team-stats > div {
    border-right: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page-about .team-stats > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

#invest-map {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#invest-map .invest-map {
  position: relative;
}
#invest-map .invest-map__control {
  position: absolute;
  right: 10vw;
  top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#invest-map .invest-map__control .col-location {
  width: 340px;
}
#invest-map .invest-map__control .col-location p {
  display: none;
  margin-bottom: 0;
}
#invest-map .invest-map__control .col-location p.p--geography {
  display: block;
}
#invest-map .invest-map__wrapper {
  width: calc(100% - 30vw);
}
#invest-map .invest-map__wrapper svg .map-area {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#invest-map .invest-map__modal {
  width: 30vw;
  padding: 30px 60px 30px 25px;
  background-color: black;
  color: white;
  position: absolute;
  right: 10vw;
  top: 25vh;
  display: none;
}
#invest-map .invest-map__modal-close {
  position: absolute;
  right: 10px;
  top: 5px;
}
#invest-map .invest-map__modal-name {
  font-size: 18px;
  text-transform: uppercase;
}
#invest-map .invest-map__modal-content {
  font-size: 16px;
}
#invest-map .invest-map__modal-close {
  cursor: pointer;
}
#invest-map .invest-map--location {
  display: none;
}
#invest-map .toggle-button {
  margin-bottom: 50px;
}
#invest-map .toggle-button input {
  display: none;
}
#invest-map .toggle-button input:checked + label .toggle::after {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  left: 0;
}
#invest-map .toggle-button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
}
#invest-map .toggle-button label .left, #invest-map .toggle-button label .right {
  letter-spacing: 0;
  font-size: 16px;
}
#invest-map .toggle-button label .left {
  color: #cc0000;
}
#invest-map .toggle-button label .toggle {
  width: 50px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #16161d;
  position: relative;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#invest-map .toggle-button label .toggle::after {
  position: absolute;
  content: "";
  top: -1px;
  left: -2px;
  width: 20px;
  height: 20px;
  background-color: #cc0000;
  border-radius: 50%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#invest-map .toggle-button label .right {
  color: #16161d;
}
@media screen and (max-width: 999px) {
  #invest-map {
    padding-bottom: 0;
  }
  #invest-map .invest-map__wrapper {
    width: 100%;
  }
  #invest-map .invest-map__control {
    position: relative;
    right: auto;
  }
  #invest-map .invest-map__control .col-location {
    width: 100%;
  }
  #invest-map .invest-map__control .col-location p {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #invest-map .invest-map__modal {
    top: auto;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  #invest-map .toggle-button {
    width: 100%;
    margin-bottom: 0;
  }
  #invest-map .toggle-button label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 50px;
    max-width: 220px;
    margin: 0 auto;
  }
  #invest-map .toggle-button label .left,
  #invest-map .toggle-button label .right {
    width: 100%;
    padding-right: 35px;
  }
  #invest-map .toggle-button label .left {
    margin-bottom: 10px;
  }
  #invest-map .toggle-button label .toggle {
    width: 20px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #invest-map .toggle-button label .toggle::after {
    left: -1px;
  }
  #invest-map .toggle-button input:checked + label .toggle::after {
    left: -1px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
#invest-map.active {
  background-color: #e5e5e5;
}
#invest-map.active .invest-map__control .col-location p.p--geography {
  display: none;
}
#invest-map.active .invest-map__control .col-location p.p--location {
  display: block;
}
#invest-map.active .invest-map__modal {
  display: none !important;
}
#invest-map.active .invest-map--geography {
  display: none;
}
#invest-map.active .invest-map--location {
  display: block;
}
#invest-map.active .toggle-button label .left {
  color: #16161d;
}
#invest-map.active .toggle-button label .right {
  color: #cc0000;
}

.team {
  --grid-gutter: 1rem;
  margin-top: 4rem;
}
.team:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .team .grid-item {
    width: 50%;
  }
}
.team .animate {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team .animate.revealed {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.team h2 {
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .team {
    margin: 2rem 0;
  }
  .team .grid-item:first-child {
    margin-bottom: 2rem;
  }
  .team h2 {
    padding: 0;
    margin-bottom: 0;
  }
}
.team-grid {
  margin-top: 100px;
  gap: var(--grid-gutter);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.team-grid .team-grid-item {
  width: calc((100% - var(--grid-gutter) * 2) / 3);
}
@media screen and (max-width: 800px) {
  .team-grid .team-grid-item {
    -ms-flex-preferred-size: calc((100% - var(--grid-gutter)) / 2);
        flex-basis: calc((100% - var(--grid-gutter)) / 2);
  }
}
.team-grid.filter-on .team-member__info {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

div.team-member {
  min-height: 6.5rem;
  margin-bottom: 1rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
div.team-member:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
div.team-member.dim:before {
  background-color: rgba(255, 255, 255, 0.8);
}
div.team-member.revealed.class3n1 .team-member__info {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}
@media screen and (max-width: 800px) {
  div.team-member.revealed.class3n1 .team-member__info {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  div.team-member.revealed.class2n .team-member__info {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
}
div.team-member:hover {
  color: #cc0000;
}
div.team-member:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div.team-member:hover:after {
  border-color: #cc0000;
}
div.team-member h5 {
  margin-bottom: 0.75rem;
}
div.team-member .bio {
  display: none;
}
div.team-member__image {
  overflow: hidden;
}
div.team-member__image img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
div.team-member__info {
  position: relative;
  padding: 1rem 1rem 0;
}
div.team-member__info .name {
  font-weight: 700;
}
div.team-member__info:after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#team-separator.gradient-reverse {
  background: -webkit-gradient(linear, right top, left top, from(var(--gradient-from)), color-stop(50%, var(--gradient-to)), color-stop(50%, #f5f5f5), to(#f5f5f5));
  background: linear-gradient(to left, var(--gradient-from) 0%, var(--gradient-to) 50%, #f5f5f5 50%, #f5f5f5 100%);
}
@media screen and (max-width: 800px) {
  #team-separator.gradient-reverse {
    background: -webkit-gradient(linear, right top, left top, from(var(--gradient-from)), to(var(--gradient-to)));
    background: linear-gradient(to left, var(--gradient-from) 0%, var(--gradient-to) 100%);
  }
}

#history.gradient {
  background: -webkit-gradient(linear, left top, right top, from(var(--gradient-from)), color-stop(50%, var(--gradient-to)), color-stop(50%, #f5f5f5), to(#f5f5f5));
  background: linear-gradient(to right, var(--gradient-from) 0%, var(--gradient-to) 50%, #f5f5f5 50%, #f5f5f5 100%);
}
@media screen and (max-width: 800px) {
  #history.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50vw, transparent), color-stop(50vw, #e5e5e5), to(#e5e5e5)), -webkit-gradient(linear, left top, right top, from(var(--gradient-from)), to(var(--gradient-to)));
    background: linear-gradient(to bottom, transparent 0%, transparent 50vw, #e5e5e5 50vw, #e5e5e5 100%), linear-gradient(to right, var(--gradient-from) 0%, var(--gradient-to) 100%);
  }
}

.heading-block {
  text-align: center;
  margin-bottom: 40px;
}
.heading-block .small {
  color: #b1b1b1;
  margin-bottom: 5px;
}
.heading-block h2 {
  margin-bottom: 10px;
}

.history-timeline {
  max-width: 840px;
  margin: 80px auto 0;
  padding-bottom: 4rem;
  position: relative;
}
.history-timeline .history-line {
  position: absolute;
  top: 330px;
  right: 0;
  left: 0;
  width: 360px;
  margin: 0 auto;
  z-index: 1;
}
.history-timeline .history-line svg {
  position: absolute;
}
.history-timeline .history-line #line-1 {
  top: 0;
  left: 0;
  width: 180px;
}
.history-timeline .history-line #line-2 {
  top: 130px;
  right: 1px;
  width: 182px;
}
.history-timeline .history-line #line-3 {
  top: 680px;
  left: -3px;
  width: 182px;
}
.history-timeline .history-line #line-4 {
  top: 955px;
  left: calc(50% - 2px);
  width: 2px;
}
.history-timeline .history-line-mobile {
  display: none;
  position: absolute;
  top: 215px;
  left: 10px;
  width: 54px;
  z-index: 1;
}
.history-timeline .history-line-mobile svg {
  position: absolute;
}
.history-timeline .history-line-mobile #line-1 {
  top: 0;
  left: 0;
  width: 26px;
}
.history-timeline .history-line-mobile #line-2,
.history-timeline .history-line-mobile #line-3 {
  right: 0;
  width: 30px;
}
.history-timeline .history-line-mobile #line-2 {
  top: 220px;
}
.history-timeline .history-line-mobile #line-3 {
  top: 480px;
  right: -1px;
}

.timeline-content {
  position: relative;
  z-index: 2;
}
.timeline-content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.timeline-content .box .box-content {
  width: 210px;
}
.timeline-content .box h2 {
  color: #cc0000;
  margin-bottom: 10px;
  position: relative;
}
.timeline-content .box h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% + 20px);
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #cc0000;
}
.timeline-content .box h2 + img {
  margin-bottom: 15px;
}
.timeline-content .box img {
  display: inline-block;
}
.timeline-content .box img + h2 {
  margin-top: 30px;
}
.timeline-content .box img.full {
  display: block;
  max-width: none;
  width: 500px;
}
.timeline-content .box--1, .timeline-content .box--3 {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.timeline-content .box--2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  margin-top: -25px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  margin-right: 2px;
}
.timeline-content .box--2 h2::after {
  left: -40px;
}
.timeline-content .box--4 {
  margin-top: 225px;
}
.timeline-content .box.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.timeline-content ul {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
}
.timeline-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.timeline-content ul li::after {
  position: absolute;
  content: "";
  top: 12px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-11px);
          transform: translateX(-11px);
  border-radius: 50%;
  background-color: #cc0000;
}
.timeline-content ul li::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 50%;
  width: 180px;
  height: 1px;
  background-color: #16161d;
}
.timeline-content ul li .box-content {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}
.timeline-content ul li .box-content h2,
.timeline-content ul li .box-content p {
  width: 100%;
}
[lang=jp] .timeline-content ul li .box-content h2,
[lang=jp] .timeline-content ul li .box-content p {
  word-break: break-all;
}
[lang=jp] .timeline-content ul li .box-content h2 span,
[lang=jp] .timeline-content ul li .box-content p span {
  word-break: break-word;
}
.timeline-content ul li .box-content h2 {
  color: #cc0000;
  margin-bottom: 10px;
}
.timeline-content ul li .box-content h2 + .img {
  margin-bottom: 15px;
}
.timeline-content ul li .box-content .img {
  width: 500px;
  margin-right: -20px;
}
.timeline-content ul li .box-content .img img {
  max-width: none;
  margin: 0 auto;
}
.timeline-content ul li .box-content .img img[src*=".svg"], .timeline-content ul li .box-content .img img[src*=".png"] {
  margin: 0;
  display: inline-block;
}
.timeline-content ul li .box-content .img img[src*=timeline-2019], .timeline-content ul li .box-content .img img[src*=milestone-2023] {
  width: 120px;
}
.timeline-content ul li .box-content .img + h2 {
  margin-top: 30px;
}
.timeline-content ul li:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: right;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.timeline-content ul li:nth-child(even)::before {
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.timeline-content ul li:nth-child(even) .box-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0;
}
.timeline-content ul li:nth-child(even) .box-content .img {
  margin-right: 0;
}
.timeline-content ul li:last-child::before {
  top: 19px;
}
.timeline-content ul li:last-child::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #cc0000;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.timeline-content ul li.active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media all and (max-width: 999px) {
  .history-timeline {
    width: 330px;
  }
  .history-timeline .history-line {
    display: none;
  }
  .timeline-content .box {
    display: block;
    text-align: left;
    padding-bottom: 60px;
    position: relative;
  }
  .timeline-content .box::after {
    position: absolute;
    content: "";
    left: 7px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #16161D;
    z-index: -1;
  }
  .timeline-content .box .box-content {
    width: 100%;
  }
  .timeline-content .box img {
    margin-left: 50px;
  }
  .timeline-content .box img.full {
    width: 100%;
    margin-left: 0;
  }
  .timeline-content .box img + h2 {
    margin-top: 20px;
  }
  .timeline-content .box h2 {
    line-height: 1;
  }
  .timeline-content .box h2::before {
    position: absolute;
    content: "";
    top: 18px;
    left: 10px;
    width: 30px;
    height: 1px;
    background-color: #16161D;
  }
  .timeline-content .box h2::after {
    left: 0;
    width: 15px;
    height: 15px;
  }
  .timeline-content .box h2 + img {
    margin-top: 20px;
  }
  .timeline-content .box h2,
  .timeline-content .box p {
    padding-left: 50px;
  }
  .timeline-content .box--2, .timeline-content .box--4 {
    margin-top: 0;
  }
  .timeline-content ul {
    margin: 0;
  }
  .timeline-content ul li {
    display: block;
    padding-bottom: 60px;
  }
  .timeline-content ul li::before {
    position: absolute;
    content: "";
    left: 7px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #16161D;
    z-index: -1;
  }
  .timeline-content ul li::after {
    left: 0;
    width: 15px;
    height: 15px;
    -webkit-transform: none;
            transform: none;
  }
  .timeline-content ul li .box-content {
    width: 100%;
    margin-right: 0;
  }
  .timeline-content ul li .box-content .img {
    margin-right: 0;
    width: 100%;
    padding-left: 50px;
  }
  .timeline-content ul li .box-content .img img {
    max-width: 100%;
  }
  .timeline-content ul li .box-content .img img[src*=timeline-2021] {
    width: 150px;
  }
  .timeline-content ul li .box-content .img.full {
    padding-left: 0;
  }
  .timeline-content ul li .box-content h2,
  .timeline-content ul li .box-content p {
    padding-left: 50px;
  }
  .timeline-content ul li .box-content h2 {
    position: relative;
  }
  .timeline-content ul li .box-content h2::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 10px;
    width: 30px;
    height: 1px;
    background-color: #16161D;
  }
  .timeline-content ul li:nth-child(even) {
    text-align: left;
  }
  .timeline-content ul li:nth-child(even)::before {
    left: 7px;
    -webkit-transform: none;
            transform: none;
  }
  .timeline-content ul li:last-child::before {
    top: 0;
    height: 15px;
  }
  .timeline-content ul li:last-child::after {
    left: -2px;
  }
  .timeline-content ul li:last-child .box-content h2::before {
    display: none;
  }
}
@media all and (max-width: 420px) {
  #team-separator.gradient-reverse {
    min-height: 65vw;
  }
  #team-separator.gradient-reverse .window {
    height: 65vw;
  }
}
@media all and (max-width: 380px) {
  .history-timeline {
    width: 310px;
  }
}
.page-real-estate {
  --gradient-from: #00b5b4;
  --gradient-to: #00807f;
  --page-color: #00807f;
}
.page-real-estate header:before {
  background: -webkit-gradient(linear, left top, right top, from(#00b5b4), to(#00807f));
  background: linear-gradient(to right, #00b5b4 0%, #00807f 100%);
}
.page-real-estate #re-ff h2 {
  color: #fff;
}
.page-real-estate #re-ff .figures .figure {
  padding: 2rem 0;
}
.page-real-estate #re-ff .figures .figure .image {
  float: none;
}
@media screen and (max-width: 800px) {
  .page-real-estate #re-ff h2 {
    height: 50vw;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-real-estate #re-ff .window {
    height: 50vw;
    overflow: hidden;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-real-estate section.split-half.gradient {
    background: -webkit-gradient(linear, left top, right top, from(#00b5b4), color-stop(50%, #00807f), color-stop(50%, #e5e5e5), to(#e5e5e5));
    background: linear-gradient(to right, #00b5b4 0%, #00807f 50%, #e5e5e5 50%, #e5e5e5 100%);
  }
  .page-real-estate section.split-half.gradient-reverse {
    background: -webkit-gradient(linear, right top, left top, from(#00b5b4), color-stop(50%, #00807f), color-stop(50%, #e5e5e5), to(#e5e5e5));
    background: linear-gradient(to left, #00b5b4 0%, #00807f 50%, #e5e5e5 50%, #e5e5e5 100%);
  }
  .page-real-estate h4 {
    color: #00807f;
  }
}

.page-private-equity {
  --gradient-from: #000080;
  --gradient-to: #5a5ac4;
  --page-color: #000080;
}
.page-private-equity header:before {
  background: -webkit-gradient(linear, left top, right top, from(#000080), to(#5a5ac4));
  background: linear-gradient(to right, #000080 0%, #5a5ac4 100%);
}
.page-private-equity #focus {
  overflow: hidden;
  --grid-gutter: 20px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.page-private-equity #focus .grid-item {
  padding: 2rem 2rem 2rem 5rem;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-private-equity #focus .grid-item {
    width: calc(50% - 10px);
  }
}
.page-private-equity #focus .grid-item.animate {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.page-private-equity #focus .grid-item.animate:nth-child(odd) {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-private-equity #focus .grid-item.animate:nth-child(even) {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.page-private-equity #focus .grid-item.animate.revealed {
  opacity: 1;
}
.page-private-equity #focus .grid-item.animate.revealed:nth-child(n) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 800px) {
  .page-private-equity #focus .grid-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-private-equity #focus .grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-private-equity #focus h4 {
  margin: 0;
  vertical-align: middle;
}
.page-private-equity #focus h4 .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 1.25rem;
  vertical-align: middle;
}
.page-private-equity #focus h4 > span {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
}
.page-private-equity #focus h4 > span span {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .page-private-equity #focus h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-private-equity #focus h4 span {
    width: calc(80% - 100px);
  }
}
.page-private-equity section.split-half .split-bg, .page-private-equity section.split-half .split-img {
  opacity: 1;
}
.page-private-equity #portfolio-list {
  padding: 3.5rem 0;
}
.page-private-equity #portfolio-list .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page-private-equity #portfolio-list .filter .filter-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 1.5rem;
}
@media screen and (max-width: 640px) {
  .page-private-equity #portfolio-list .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-private-equity #portfolio-list .filter .filter-item {
    text-align: left;
    margin: 0;
  }
}
.page-private-equity #portfolio-list .filter .selectboxit-container {
  text-transform: uppercase;
}
.page-private-equity #portfolio-list .filter .selectboxit-container .selectboxit-btn {
  width: auto;
  background: transparent;
  border: 0 none;
  padding-right: 2rem;
}
.page-private-equity #portfolio-list .filter .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  border: 0 none;
  right: 0.25rem;
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-private-equity #portfolio-list .filter .selectboxit-options {
  text-transform: none;
  border-radius: 0;
}
.page-private-equity #portfolio-list .filter .selectboxit-text {
  font-weight: 700;
}
.page-private-equity .portfolio-list {
  --grid-gutter: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--grid-gutter);
  margin-top: 3.5rem;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .page-private-equity .portfolio-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3rem;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-private-equity .portfolio-list {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-private-equity .portfolio-list .grid-item {
  position: relative;
  grid-row: span 1;
  grid-column: span 1;
  background-color: #e5e5e5;
  padding: 1rem;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-private-equity .portfolio-list .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2rem) / 3);
            flex: 0 0 calc((100% - 2rem) / 3);
    width: calc((100% - 2rem) / 3);
    margin-bottom: 1rem;
  }
}
.page-private-equity .portfolio-list .grid-item .grid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform-origin: -1rem top;
          transform-origin: -1rem top;
}
.page-private-equity .portfolio-list .grid-item .front {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.page-private-equity .portfolio-list .grid-item .detail {
  position: relative;
  left: 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(200% + 4rem);
          flex: 0 0 calc(200% + 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0;
}
@media screen and (max-width: 480px) {
  .page-private-equity .portfolio-list .grid-item .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-private-equity .portfolio-list .grid-item .detail-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-private-equity .portfolio-list .grid-item .detail-block p {
  margin: 1.2rem 0 1rem;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .page-private-equity .portfolio-list .grid-item .detail-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (max-width: 480px) {
  .page-private-equity .portfolio-list .grid-item .detail-block {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    margin-bottom: 1rem;
  }
}
.page-private-equity .portfolio-list .grid-item .stat {
  margin-bottom: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .page-private-equity .portfolio-list .grid-item .stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
.page-private-equity .portfolio-list .grid-item.expanded {
  background-color: #000080;
  grid-column: span 3;
  z-index: 10;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-private-equity .portfolio-list .grid-item.expanded {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 2rem);
            flex: 0 0 calc(100% - 2rem);
    width: 100%;
  }
}
.page-private-equity .portfolio-list .grid-item.expanded .sector {
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .page-private-equity .portfolio-list .grid-item.expanded .sector {
    margin-top: 1rem;
  }
}
.page-private-equity .portfolio-list .grid-item.expanded .front {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(33.3333333333% - (1rem + var(--grid-gutter)));
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-private-equity .portfolio-list .grid-item.expanded .front {
    width: calc(33.3333333333% - 2rem);
  }
}
.page-private-equity .portfolio-list .grid-item.expanded .detail {
  left: 1rem;
  width: 66.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
}
@media screen and (max-width: 800px) {
  .page-private-equity .portfolio-list .grid-item.expanded {
    grid-column: span 2;
  }
  .page-private-equity .portfolio-list .grid-item.expanded .detail {
    left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .page-private-equity .portfolio-list .grid-item.expanded .grid-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-private-equity .portfolio-list .grid-item.expanded .front, .page-private-equity .portfolio-list .grid-item.expanded .detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .page-private-equity .portfolio-list .grid-item.expanded .detail-block:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .page-private-equity .portfolio-list .grid-item.expanded .detail-block:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media screen and (max-width: 480px) {
  .page-private-equity .portfolio-list .grid-item.expanded .detail-block:last-child {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-private-equity .portfolio-list .image {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vw;
  max-height: 300px;
  text-align: center;
}
.page-private-equity .portfolio-list .image img {
  margin: 0 auto;
  max-width: 75%;
  max-height: 40%;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-private-equity .portfolio-list .image img {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 800px) {
  .page-private-equity .portfolio-list .image {
    height: 30vw;
  }
}
.page-private-equity .portfolio-list .sector {
  margin: 2rem auto 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .page-private-equity .portfolio-list .sector {
    margin: 1rem auto 0;
    font-size: 14px;
  }
}
.page-private-equity .portfolio-list .detail {
  font-size: 1.125rem;
  line-height: 1.3125;
  color: #fff;
}
.page-private-equity .portfolio-list .detail strong {
  line-height: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0067ac;
}
.page-private-equity .portfolio-list .detail .close {
  position: absolute;
  right: 1rem;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.page-private-equity .portfolio-list .detail .close .icon {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .page-private-equity .portfolio-list .detail .close {
    top: -2rem;
    right: 0;
  }
}
.page-private-equity .portfolio-list .detail .more {
  float: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: inherit;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.page-private-equity .portfolio-list .detail .more:after {
  -webkit-transition: inherit;
  transition: inherit;
}
.page-private-equity .portfolio-list .empty {
  display: none;
  grid-column: span 3;
  font-weight: 700;
  text-align: center;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-private-equity section.split-half.gradient-reverse {
    background: -webkit-gradient(linear, right top, left top, from(#000080), color-stop(50%, #5a5ac4), color-stop(50%, #e5e5e5), to(#e5e5e5));
    background: linear-gradient(to left, #000080 0%, #5a5ac4 50%, #e5e5e5 50%, #e5e5e5 100%);
  }
}

.tpl-6 {
  --gradient-from: #0067ac;
  --gradient-to: #0293E3;
  --page-color: #0067ac;
}
.tpl-6 header:before {
  background: -webkit-gradient(linear, left top, right top, from(#0067ac), to(#0293E3));
  background: linear-gradient(to right, #0067ac 0%, #0293E3 100%);
}
.tpl-6 #private-debt {
  --grid-gutter: 1rem;
  overflow: hidden;
}
.tpl-6 #private-debt .grid {
  margin: 2rem 0 4rem;
}
.tpl-6 #private-debt .grid-item {
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tpl-6 #private-debt .grid-item {
    width: calc((100% - 1rem) / 2);
  }
}
.tpl-6 #private-debt .grid-item h4 {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .tpl-6 #private-debt .grid-item {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
}
@media screen and (max-width: 640px) {
  .tpl-6 #private-debt .grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tpl-6 #private-debt .animate {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tpl-6 #private-debt .animate:nth-child(odd) {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.tpl-6 #private-debt .animate:nth-child(even) {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.tpl-6 #private-debt .animate.revealed:nth-child(n) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tpl-6 h4 {
    color: #0067ac;
  }
}

.page-esg {
  --gradient-from: #19498D;
  --gradient-to: #0F1938;
  --page-color: #cc0000;
}
.page-esg h4 {
  color: #16161d;
}
.page-esg header::before {
  background: -webkit-gradient(linear, left top, right top, from(#5b5b5f), to(#D3D3D4));
  background: linear-gradient(to right, #5b5b5f 0%, #D3D3D4 100%);
}
.page-esg .principles-grid {
  margin-top: 5rem;
}
.page-esg .principles-grid .principle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.page-esg .principles-grid .principle-item .image, .page-esg .principles-grid .principle-item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.page-esg .principles-grid .principle-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-esg .principles-grid .principle-item .image.animate img {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-esg .principles-grid .principle-item .image.revealed img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.page-esg .principles-grid .principle-item .text {
  padding: 4rem 3rem 4rem 4rem;
  background-color: #f5f5f5;
}
.page-esg .principles-grid .principle-item:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-esg .principles-grid .principle-item:nth-child(even) .text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 720px) {
  .page-esg .principles-grid .principle-item .text {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .page-esg .principles-grid {
    margin-top: 2rem;
  }
  .page-esg .principles-grid .principle-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-esg .principles-grid .principle-item:nth-child(n) .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .page-esg .principles-grid .principle-item:nth-child(n) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-esg .esg-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 1rem;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.page-esg .esg-map .map-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
.page-esg .esg-map .image {
  height: 140px;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #b2b2b2;
}
.page-esg .esg-map .image img {
  margin: 0 auto;
  max-width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-esg .esg-map .text h4 {
  height: 2em;
  color: #cc0000;
  font-weight: 400;
}
.page-esg .esg-map .text ul {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: disc outside none;
}
.page-esg .esg-map .text ul li {
  margin-bottom: 20px;
}
.page-esg .esg-map .text ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .page-esg .esg-map {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-esg .esg-map .map-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #b2b2b2;
  }
  .page-esg .esg-map .map-item:last-child {
    border-bottom: 0 none;
  }
  .page-esg .esg-map .map-item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
    padding: 0 1rem 0 0;
    margin: 0;
    border: 0 none;
  }
  .page-esg .esg-map .map-item .image img {
    margin: 0;
    max-width: 4rem;
    max-height: 5rem;
    -o-object-position: left top;
       object-position: left top;
  }
  .page-esg .esg-map .map-item .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 5rem);
            flex: 1 0 calc(100% - 5rem);
  }
  .page-esg .esg-map .map-item .text h4 {
    height: auto;
    margin-bottom: 20px;
  }
}
.page-esg .transrep-list .transrep-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 5rem;
}
.page-esg .transrep-list .transrep-item:last-child {
  margin-bottom: 0;
}
.page-esg .transrep-list .transrep-item .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.page-esg .transrep-list .transrep-item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.page-esg .transrep-list .transrep-item .image img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .page-esg .transrep-list .transrep-item .desc {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .page-esg .transrep-list .transrep-item .image {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .page-esg .transrep-list .transrep-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-esg .transrep-list .transrep-item .desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-esg .transrep-list .transrep-item .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
    margin-bottom: 1rem;
  }
  .page-esg .transrep-list .transrep-item .image img {
    width: auto;
    max-width: 50%;
    max-height: 120px;
  }
}

.page-media-center {
  --page-color: #e5e5e5;
  --gradient-from: #16161d;
  --gradient-to: #e5e5e5;
}
.page-media-center header:before {
  background: -webkit-gradient(linear, left top, right top, from(#16161d), to(#e5e5e5));
  background: linear-gradient(to right, #16161d 0%, #e5e5e5 100%);
}
.page-media-center header > img {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
}
.page-media-center #media .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-media-center #media .container aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.page-media-center #media .container .contact-box {
  position: sticky;
  top: 2rem;
  padding: 2rem 1.5rem;
  background-color: #e5e5e5;
}
.page-media-center #media .container .contact-box a {
  float: none;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  color: inherit;
}
.page-media-center #media .container .contact-box a:hover {
  color: #cc0000;
}
.page-media-center #media .container .contact-box .media-contact-detail p {
  font-size: 0.75rem;
}
@media screen and (max-width: 640px) {
  .page-media-center #media .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-media-center #media .container aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
  }
}
.page-media-center .media-list {
  margin: 0;
  padding-left: 2rem;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-media-center .media-list {
    width: 100%;
  }
}
.page-media-center .media-list .button-container {
  text-align: center;
  padding: 1.5rem;
}
.page-media-center .media-list .loadmore {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #16161d;
}
.page-media-center .media-list .media-pagination {
  padding: 2rem 0;
  text-align: right;
}
.page-media-center .media-list .media-pagination span, .page-media-center .media-list .media-pagination a {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  color: #16161d;
}
.page-media-center .media-list .media-pagination span {
  font-weight: 600;
}
.page-media-center .media-list .media-pagination a:hover {
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  .page-media-center .media-list {
    padding-left: 0;
  }
}
.page-media-center .media-item {
  position: relative;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 800px) {
  .page-media-center .media-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-media-center .media-item .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.page-media-center .media-item .image {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: auto;
}
.page-media-center .media-item .image + .desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 1rem;
}
.page-media-center .media-item .image img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 800px) {
  .page-media-center .media-item .image.desc {
    padding-left: 0;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .page-media-center .media-item .image + .desc {
    padding-left: 0;
    margin-top: 1rem;
  }
  .page-media-center .media-item .image img {
    width: 100%;
  }
}
.page-media-center .media-item:first-child {
  padding-top: 0;
}
.page-media-center .media-item .date {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.page-media-center .media-item h5 {
  margin-bottom: 0.75rem;
}
.page-media-center .media-item .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-media-center .media-item:hover img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.page-media-center .media-item:hover .desc {
  color: #cc0000;
}
.page-media-center .media-item:hover .more {
  color: #cc0000;
}
.page-media-center .media-item.animate {
  overflow: hidden;
}
.page-media-center .media-item.animate .image {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-media-center .media-item.animate .desc {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.page-media-center .media-item.animate.revealed .image {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.page-media-center .media-item.animate.revealed .desc {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/* news inside page */
.tpl-14 {
  --page-color: #e5e5e5;
  --gradient-from: #16161d;
  --gradient-to: #e5e5e5;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tpl-14 header {
    background: -webkit-gradient(linear, left top, right top, from(#16161d), to(#e5e5e5));
    background: linear-gradient(to right, #16161d 0%, #e5e5e5 100%);
  }
}
.tpl-14 #media-page {
  padding-bottom: 7.5rem;
}
.tpl-14 #media-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tpl-14 #media-page .container aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.tpl-14 #media-page .container aside .back {
  display: block;
  width: 50px;
  margin: 1rem 0 0;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #16161d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tpl-14 #media-page .container aside .back:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tpl-14 #media-page .container aside .back:hover {
  color: #cc0000;
}
.tpl-14 #media-page .container aside .back:hover:before {
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  .tpl-14 #media-page .container aside .back {
    position: relative;
    top: 0;
  }
}
.tpl-14 #media-page .container .sticky-container {
  position: sticky;
  top: 2rem;
}
.tpl-14 #media-page .container .contact-box {
  padding: 2rem 1.5rem;
  background-color: #e5e5e5;
}
.tpl-14 #media-page .container .contact-box .media-contact-detail p {
  font-size: 0.75rem;
}
.tpl-14 #media-page .container .contact-box a {
  float: none;
  text-decoration: none;
  letter-spacing: 0;
  white-space: nowrap;
  color: inherit;
}
.tpl-14 #media-page .container .contact-box .more:hover {
  color: #cc0000;
}
@media screen and (max-width: 640px) {
  .tpl-14 #media-page .container .contact-box {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .tpl-14 #media-page .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tpl-14 #media-page .container aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
  }
}
.tpl-14 #media-page .media-container {
  padding-left: 2rem;
}
.tpl-14 #media-page .media-container h3 {
  margin: 0 0 1.5rem;
}
.tpl-14 #media-page .media-container h4 {
  color: #16161d;
}
.tpl-14 #media-page .media-container hr {
  margin: 2rem 0;
  border: 0 none;
  border-top: 1px solid #b2b2b2;
}
.tpl-14 #media-page .media-container .location {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tpl-14 #media-page .media-container .share {
  padding: 1.5rem 0;
  margin: 2.5rem 0;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.tpl-14 #media-page .media-container .share-btn {
  display: inline-block;
  position: relative;
}
.tpl-14 #media-page .media-container .share-btn .a2a_kit {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  min-width: 150px;
}
.tpl-14 #media-page .media-container .share-btn:hover span {
  padding-bottom: 30px;
}
.tpl-14 #media-page .media-container .share-btn:hover .a2a_kit {
  opacity: 1;
  pointer-events: auto;
}
.tpl-14 #media-page .media-container .share .more {
  margin-left: 2.5rem;
  letter-spacing: 0;
  float: none;
}
@media screen and (max-width: 640px) {
  .tpl-14 #media-page .media-container {
    padding-left: 0;
  }
}

.page-contact header:before {
  background: -webkit-gradient(linear, left top, right top, from(#19498D), to(#0F1938));
  background: linear-gradient(to right, #19498D 0%, #0F1938 100%);
}
.page-contact .more {
  float: none;
  color: #16161d;
  letter-spacing: 0;
}
.page-contact .more:after {
  color: currentColor;
}
.page-contact .more:hover {
  color: #cc0000;
}
.page-contact .location .label, .page-contact .location-item .label {
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
}
.page-contact .location h5, .page-contact .location-item h5 {
  margin-bottom: 1.5rem;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-contact section.split-half {
    overflow: hidden;
  }
  .page-contact section.split-half .split-img {
    height: auto;
  }
  .page-contact .location-item {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .page-contact .location-head .split-img {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .page-contact .location {
    padding: 2rem 0;
  }
}
.page-contact .locations .location-item {
  padding-bottom: 3.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 800px) {
  .page-contact .locations .location-item {
    -ms-flex-preferred-size: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
  }
}
@media screen and (max-width: 640px) {
  .page-contact .locations .location-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.page-contact #investor-relations {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left center;
  background-color: transparent;
  --gradient-from: #19498D;
  --gradient-to: #0F1938;
  background: -webkit-gradient(linear, left top, right top, from(#19498D), color-stop(50%, #0F1938), color-stop(50%, #e5e5e5), to(#e5e5e5));
  background: linear-gradient(to right, #19498D 0%, #0F1938 50%, #e5e5e5 50%, #e5e5e5 100%);
}
.page-contact #investor-relations:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--gradient-from)), to(var(--gradient-to)));
  background: linear-gradient(to left, var(--gradient-from) 0%, var(--gradient-to) 100%);
  z-index: -1;
}
.page-contact #investor-relations .grid-item:last-child {
  padding-left: 4rem;
}
.page-contact #investor-relations .grid-item h5, .page-contact #investor-relations .grid-item p {
  color: #16161d;
}
.page-contact #investor-relations .grid-item h5 a, .page-contact #investor-relations .grid-item p a {
  color: #cc0000;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-contact #investor-relations .grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-contact #investor-relations .grid .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 800px) {
  .page-contact #investor-relations {
    background-attachment: scroll;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50vw, transparent), color-stop(50vw, #e5e5e5), to(#e5e5e5)), -webkit-gradient(linear, right top, left top, from(var(--gradient-from)), to(var(--gradient-to)));
    background: linear-gradient(to bottom, transparent 0%, transparent 50vw, #e5e5e5 50vw, #e5e5e5 100%), linear-gradient(to left, var(--gradient-from) 0%, var(--gradient-to) 100%);
  }
  .page-contact #investor-relations .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contact #investor-relations .grid-item {
    -ms-flex-preferred-size: 50vw;
        flex-basis: 50vw;
  }
  .page-contact #investor-relations .grid-item:last-child {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-height: 0;
    padding-left: 0;
    margin: 2rem 0;
  }
}
.page-contact #ir-contact .grid-item {
  padding-bottom: 3.5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #b2b2b2;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.page-contact #ir-contact .grid-item h5 {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 640px) {
  .page-contact #ir-contact .grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.page-contact #joinus .grid-item p {
  margin-top: 1.25rem;
  font-weight: 400;
}
.page-contact #joinus .grid-item p a {
  color: #cc0000;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .page-contact #joinus .split-img {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .page-contact #joinus .grid-item {
    padding: 2rem 0 3rem;
  }
  .page-contact #joinus .grid-item br {
    display: none;
  }
  .page-contact #joinus .grid-item h4 {
    margin-bottom: 0;
  }
}

.page-careers {
  --page-color: #e5e5e5;
  --gradient-from: #16161d;
  --gradient-to: #e5e5e5;
}
.page-careers .btn-upload {
  position: relative;
  width: 120px;
  padding: 0.75rem 1rem;
  margin: 0;
  background-color: #16161d;
  text-align: center;
  text-transform: none;
  color: #fff;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  cursor: pointer;
}
.page-careers .btn-upload input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  widows: 100%;
  height: 100%;
}
.page-careers .selected-file {
  width: calc(80% - 120px);
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
}
.page-careers .selected-file span {
  white-space: nowrap;
}
.page-careers .form-row .note {
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .page-careers .form-row .spacer {
    display: none;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-careers header:before {
    background: -webkit-gradient(linear, left top, right top, from(#16161d), to(#e5e5e5));
    background: linear-gradient(to right, #16161d 0%, #e5e5e5 100%);
  }
}

.page-404 {
  --gradient-from: #000080;
  --gradient-to: #4b4bbe;
  height: 100vh;
}
.page-404 header {
  height: 100%;
  max-height: 100%;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-404 header:before {
    background: -webkit-gradient(linear, left top, right top, from(#000080), to(#4b4bbe));
    background: linear-gradient(to right, #000080 0%, #4b4bbe 100%);
  }
}
.page-404 header .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  color: #fff;
}
.page-404 header .banner h2, .page-404 header .banner h4 {
  white-space: normal;
  margin-bottom: 1.5rem;
}
.page-404 header .banner a {
  color: #fff;
  text-decoration: underline;
}

.tpl-24 {
  --gradient-from: #16161d;
  --gradient-to: #e5e5e5;
}
.tpl-24 header:before {
  background: -webkit-gradient(linear, left top, right top, from(#16161d), to(#e5e5e5));
  background: linear-gradient(to right, #16161d 0%, #e5e5e5 100%);
}
.tpl-24 .content h1, .tpl-24 .page-media-center .media-list h1, .page-media-center .tpl-24 .media-list h1 {
  margin-bottom: 3.75rem;
}
.tpl-24 .content h5, .tpl-24 .page-media-center .media-list h5, .page-media-center .tpl-24 .media-list h5 {
  margin-bottom: 1.75rem;
}/*# sourceMappingURL=main.css.map */5, .tpl-24 .page-media-center .media-list h5, .page-media-center .tpl-24 .media-list h5 {
  margin-bottom: 1.75rem;
}/*# sourceMappingURL=main.css.map */