/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #000;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
}
@font-face {
  font-family: "Moderat";
  src: url("/fonts/Moderat-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Moderat-Light.otf") format("opentype"), url("/fonts/Moderat-Light.woff") format("woff"), url("/fonts/Moderat-Light.ttf") format("truetype"), url("/fonts/Moderat-Light.svg#Moderat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?z7k2wl");
  src: url("/fonts/icomoon.eot?z7k2wl#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?z7k2wl") format("truetype"), url("/fonts/icomoon.woff?z7k2wl") format("woff"), url("/fonts/icomoon.svg?z7k2wl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-caret-down:before {
  content: "\e902";
}

.icon-ecp:before {
  content: "\e903";
}

.icon-external-link:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e905";
}

.icon-internal-link:before {
  content: "\e920";
}

body,
html {
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 17px;
  color: #646464;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

input,
select,
textarea {
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  margin: 0;
  letter-spacing: 0.01rem;
  color: #646464;
}

h1 {
  font-size: 50px;
  line-height: 46px;
}

h2 {
  font-size: 30px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 14px;
  line-height: 18px;
}

p {
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01rem;
  font-weight: 400;
}

p strong {
  font-weight: 600;
}

li {
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01rem;
  font-weight: 400;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  background: #fff;
}

input,
select,
textarea {
  outline: none;
  transition: all 200ms ease-out;
  appearance: none;
  border-radius: 0;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #fff !important;
}

a,
a:visited,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out;
}

a:hover {
  color: white;
  outline: none;
  text-decoration: none;
  transition: all 200ms ease-out;
}

.has-background {
  background-size: cover;
  background-position: center center;
  behavior: url(css/backgroundsize.min.htc);
}

.offscreen {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms linear 100ms, transform 600ms ease-in 0ms;
}

.onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.inner {
  width: 1336px;
  margin: 0 auto;
}

.loading nav {
  opacity: 0;
}

.loading main {
  opacity: 0;
}

.loading footer {
  opacity: 0;
}

body.loading {
  overflow: hidden;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 9999;
}
#loading .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
  background: #345dff;
  animation: loading 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  to {
    left: 0;
    width: 100%;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  transition: background-color 200ms linear 0ms, height 200ms linear 0ms;
}

.scrolled header {
  background-color: #fff;
  height: 90px;
}

header .inner {
  display: flex;
  height: 120px;
  justify-content: space-between;
  transition: height 200ms linear 0ms;
}

.scrolled header .inner {
  height: 90px;
}

#brand {
  display: flex;
  align-items: center;
}

#brand a {
  font-size: 34px;
  color: #345dff;
}

.scrolled #brand a {
  font-size: 28px;
}

nav {
  display: flex;
  align-items: center;
  transition: opacity 200ms linear 0ms;
}

nav ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

nav ul li {
  width: auto;
  margin: 0 0 0 80.5px;
}

nav ul li a,
nav ul li a:visited,
nav ul li a:active,
nav ul li a:focus {
  color: #345dff;
  padding: 0 0 3px 0;
  border-bottom: 1px solid transparent;
}

nav ul li a:hover {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

nav ul li a.current {
  border-bottom: 1px solid #345dff;
}

#menu-toggle {
  display: none;
  position: fixed;
  top: 21px;
  right: 25px;
}

#menu-toggle button {
  position: relative;
  width: 25px;
  height: 17px;
  border: none;
  background-color: transparent;
  outline: none;
}

#menu-toggle button span {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #345dff;
  border-radius: 10px;
  transition: all 200ms linear 0ms;
}

#menu-toggle button span.top-bar {
  top: 0;
  left: 0;
}

#menu-toggle button span.middle-bar {
  top: 7px;
  left: 0;
}

#menu-toggle button span.bottom-bar {
  top: 14px;
  left: 0;
}

.shownav #menu-toggle button span.top-bar {
  top: 7px;
  left: 0;
  transform: rotate(-45deg);
}

.shownav #menu-toggle button span.middle-bar {
  opacity: 0;
}

.shownav #menu-toggle button span.bottom-bar {
  top: 7px;
  left: 0;
  transform: rotate(45deg);
}

#menu {
  position: fixed;
  top: 60px;
  left: 0;
  background-color: #fff;
  height: auto;
  min-height: calc(100vh - 60px);
  width: 100%;
  z-index: 99;
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
  transition: all 200ms linear 0ms;
}

#menu ul {
  width: 100%;
  margin: calc(30vh - 55px) 0 0 0;
  padding: 0 25px;
  list-style: none;
}

#menu ul li {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 19px;
}

#menu ul li a,
#menu ul li a:visited,
#menu ul li a:active,
#menu ul li a:focus {
  color: #345dff;
  padding: 0 0 3px 0;
  border-bottom: 1px solid transparent;
}

#menu ul li a:hover {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#menu ul li a.current {
  border-bottom: 1px solid #345dff;
}

main {
  width: 100%;
  padding: 60px 0 0 0;
  transition: opacity 200ms linear 0ms;
}

#introduction {
  width: 100%;
  min-height: 80vh;
  padding: calc(30vh - 120px) 0 0 0;
}

#introduction .inner {
  display: flex;
  justify-content: space-between;
}

#introduction-title {
  width: calc(50% - 30px);
}

#introduction-title h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
}

#introduction-content {
  width: calc(50% - 30px);
  padding: 0 140px 0 0;
}

#introduction-content p {
  font-size: 30px;
  color: #646464;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 30px 0;
}

#disclaimer {
  width: 100%;
  padding: calc(30vh - 120px) 0 175px 0;
}

#disclaimer .inner {
  display: flex;
  justify-content: space-between;
}

#disclaimer-title {
  width: calc(50% - 30px);
}

#disclaimer-title h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
}

#disclaimer-content {
  width: calc(50% - 30px);
}

#disclaimer-content p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 30px 0;
}

#disclaimer-content p:last-child {
  margin: 0;
}

#team-profile {
  width: 100%;
  position: relative;
}

#team-profile .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#team-profile .arrow i {
  color: #fff;
  font-size: 26px;
}

#team-profile img {
  width: 100%;
}

#stats {
  width: 100%;
  padding: 72px 0 95px 0;
  background-color: #f2f2f2;
}

#stats .inner {
  display: flex;
  justify-content: space-between;
}

#stats .inner .stat {
  width: calc(25% - 45px);
}

#stats .inner .stat h2 {
  font-size: 30px;
  color: #345dff;
  font-weight: 400;
  margin: 0 0 29px 0;
}

#stats .inner .stat h3 {
  font-size: 19px;
  color: #345dff;
  font-weight: 400;
  line-height: 1.47;
}

#team-members {
  width: 100%;
  position: relative;
}

#team-members .first-department {
  padding-top: 50px !important;
}

#team-members .department {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #345dff;
}

#team-members .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#team-members .arrow i {
  color: #f2f2f2;
  font-size: 26px;
}

#team-members .cards {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
  padding: 25px 0 0 0;
}

#team-members .person {
  width: calc(25% - 45px);
  margin: 0 60px 100px 0;
}

#team-members .person:nth-child(4n+4) {
  margin: 0 0 100px 0;
}

#team-members .person .media {
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0 30px 0 0;
}

#team-members .person .media img {
  border-radius: 50%;
  width: 100%;
}

#team-members .person .content {
  width: 100%;
}

#team-members .person.active .content .collapsed {
  display: none;
}

#team-members .person .content .expanded {
  display: none;
}

#team-members .person.active .content .expanded {
  display: block;
}

#team-members .person .content h3 {
  font-size: 19px;
  color: #345dff;
  font-weight: 400;
  line-height: 1.47;
}

#team-members .person .content h4 {
  font-size: 19px;
  color: #646464;
  font-weight: 400;
  line-height: 1.47;
}

#team-members .person .content p {
  font-size: 19px;
  color: #646464;
  font-weight: 400;
  line-height: 1.47;
  margin: 20px 0 0 0;
}

#team-members .person .content p a {
  color: #646464;
}

#team-members .person .content p a:hover {
  color: #00264d;
}

#team-members .person .content p span {
  color: #345dff;
}

#team-members .person .content p i {
  color: #345dff;
}

#team-members .person .content a:hover i {
  color: #00264d;
}

#team-members .person .content a:hover span {
  color: #00264d;
}

#privacy {
  width: 100%;
  padding: calc(30vh - 120px) 0 175px 0;
}

#privacy .privacy-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 43px 0 92px 0;
  border-bottom: 1px dotted #939597;
}

#privacy .privacy-row:last-child {
  padding: 43px 0 0 0;
  border-bottom: none;
}

#privacy .privacy-title {
  width: calc(50% - 30px);
}

#privacy .privacy-title h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
}

#privacy .privacy-title h3 {
  font-size: 19px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
}

#privacy .privacy-content {
  width: calc(50% - 30px);
}

#privacy .privacy-content p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 30px 0;
}

#privacy .privacy-content ul,
#privacy .privacy-content ol {
  width: 100%;
  margin: 0 0 24px 0;
  padding: 0 0 0 18px;
}

#privacy .privacy-content li {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 12px 0;
}

#privacy .privacy-content p:last-child {
  margin: 0;
}

#privacy .privacy-content p a,
#privacy .privacy-content p a:visited,
#privacy .privacy-content p a:active,
#privacy .privacy-content p a:focus {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#privacy .privacy-content p a:hover {
  color: #00264d;
  border-bottom: 1px solid #00264d;
}

#services {
  width: 100%;
  position: relative;
  background-color: #e3e3e3;
}

#services .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#services .arrow i {
  color: #fff;
  font-size: 26px;
}

#services .service {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

#services .service-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  object-position: right bottom;
  object-fit: cover;
}

#services .service .service-description {
  width: calc(50% - 200px);
  padding: 180px 0 0 0;
  position: relative;
  z-index: 5;
}

#services .service .service-description h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 80px 0;
}

#services .service .service-description p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 24px 0;
}

#services .service .service-description p a,
#services .service .service-description p a:visited,
#services .service .service-description p a:active,
#services .service .service-description p a:focus {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#services .service .service-description p a:hover {
  color: #00264d;
  border-bottom: 1px solid #00264d;
}

#results {
  width: 100%;
}

#results .inner {
  display: flex;
  justify-content: space-between;
}

#results-description {
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  width: calc(50% - 200px);
}

#results-description i {
  color: #345dff;
  margin: 0 0 15px 0;
  display: inline-block;
}

#results-description h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 80px 0;
}

#results-description p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 18px 0;
}

#results-description p.more {
  font-size: 16px;
}

#results-description p a,
#results-description p a:visited,
#results-description p a:active,
#results-description p a:focus {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#results-description p a:hover {
  color: #00264d;
  border-bottom: 1px solid #00264d;
}

#results-description .top {
  flex: 1 1 auto;
  height: 100%;
}

#results-description .bottom {
  flex: 0 0 auto;
}

#results-description .bottom p:last-child {
  margin: 0;
}

#results-graph {
  padding: 340px 0 180px 30px;
  width: 50%;
}

#results-graph img {
  width: 100%;
}

#philosophies {
  width: 100%;
}

#philosophies .philosophy {
  width: 100%;
  position: relative;
}

#philosophies .philosophy.grey {
  background-color: #f2f2f2;
}

#philosophies .philosophy .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#philosophies .philosophy .arrow i {
  color: #f2f2f2;
  font-size: 26px;
}

#philosophies .philosophy.grey .arrow i {
  color: #fff;
}

#philosophies .philosophy .inner {
  display: flex;
  justify-content: space-between;
}

#philosophies .philosophy .philosophy-description {
  width: 260px;
  padding: 90px 0 0 0;
}

#philosophies .philosophy .philosophy-description h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 75px 0;
}

#philosophies .philosophy .philosophy-description p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 24px 0;
}

#philosophies .philosophy .philosophy-description p a,
#philosophies .philosophy .philosophy-description p a:visited,
#philosophies .philosophy .philosophy-description p a:active,
#philosophies .philosophy .philosophy-description p a:focus {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#philosophies .philosophy .philosophy-description p a:hover {
  color: #00264d;
  border-bottom: 1px solid #00264d;
}

#philosophies .philosophy .philosophy-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
  width: 990px;
  transform: translateY(-70px);
}

#philosophies .philosophy .philosophy-grid .philosophy-item {
  width: 290px;
  margin: 0 60px 100px 0;
}

#philosophies .philosophy .philosophy-grid .philosophy-item:nth-child(3n+3) {
  margin: 0 0 100px 0;
}

#philosophies .philosophy .philosophy-grid .philosophy-item .media {
  width: 100%;
  padding: 0 30px 0 0;
  margin: 0 0 22px 0;
}

#philosophies .philosophy .philosophy-grid .philosophy-item .media img {
  max-width: 260px;
}

#philosophies .philosophy .philosophy-grid .philosophy-item .content {
  width: 100%;
  padding: 0 30px 0 0;
}

#philosophies .philosophy .philosophy-grid .philosophy-item .content h3 {
  font-size: 19px;
  color: #345dff;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 24px 0;
}

#philosophies .philosophy .philosophy-grid .philosophy-item .content p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 24px 0;
}

#philosophies .philosophy .philosophy-grid .philosophy-item .content p a,
#philosophies .philosophy .philosophy-grid .philosophy-item .content p a:visited,
#philosophies .philosophy .philosophy-grid .philosophy-item .content p a:active,
#philosophies .philosophy .philosophy-grid .philosophy-item .content p a:focus {
  color: #646464;
  border-bottom: 1px solid #646464;
}

#philosophies .philosophy .philosophy-grid .philosophy-item .content p a:hover {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#download-list {
  width: 100%;
  margin: 80px 0 0 0;
}

#download-list .download {
  width: 100%;
  margin: 0 0 25px 0;
}

#download-list .download a {
  width: 100%;
  display: flex;
  align-items: center;
}

#download-list .download img {
  margin: 0 20px 0 0;
  max-width: 30px;
}

#download-list .download span {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
}

#download-list .download a:hover span {
  color: #345dff;
}

#download-list .download span strong {
  font-weight: 300;
  border-bottom: 1px solid #646464;
}

#download-list .download a:hover span strong {
  border-bottom: 1px solid #345dff;
}

#promises {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
}

#promises .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#promises .arrow i {
  color: #fff;
  font-size: 26px;
}

#promises .inner {
  display: flex;
  justify-content: space-between;
}

#promises-description {
  padding: 100px 0 180px 0;
  width: 260px;
}

#promises-description h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 80px 0;
}

#promises-description p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 18px 0;
}

#promises-points {
  display: flex;
  justify-content: space-between;
  width: 990px;
}

#promises-points .column {
  width: 290px;
  padding: 135px 0 0 0;
}

#promises-points .column .number {
  width: 40px;
  height: 40px;
  background-color: #345dff;
  margin: 0 0 86px 0;
  position: relative;
  border-radius: 50%;
}

#promises-points .column .number span {
  position: absolute;
  top: 48%;
  left: 50%;
  font-size: 19px;
  color: #fff;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 14px;
}

#promises-points .column h3 {
  font-size: 19px;
  color: #345dff;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 20px 0;
}

#promises-points .column p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 18px 0;
}

#promises-points .column p.more {
  font-size: 16px;
}

#promises-points .column p a,
#promises-points .column p a:visited,
#promises-points .column p a:active,
#promises-points .column p a:focus {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#promises-points .column p a:hover {
  color: #00264d;
  border-bottom: 1px solid #00264d;
}

.chart-legend {
  width: 100%;
}

.chart-legend ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}

.chart-legend ul li {
  margin: 0 5px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 0 40px;
  position: relative;
}

.chart-legend ul li span {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 2px;
  top: 13px;
  left: 5px;
}

#scatter-chart {
  position: relative;
}

#scatter-chart canvas {
  position: relative;
  z-index: 2;
}

#scatter-chart:before {
  position: absolute;
  height: 1px;
  width: calc(100% - 70px);
  background-color: #939597;
  content: "";
  left: 59px;
  top: calc(50% - 23px);
  z-index: 1;
}

#scatter-chart:after {
  position: absolute;
  width: 1px;
  height: calc(100% - 56px);
  background-color: #939597;
  content: "";
  left: calc(50% + 24px);
  top: 6px;
  z-index: 1;
}

#contact {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
}

#contact .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#contact .arrow i {
  color: #fff;
  font-size: 26px;
}

#contact-title {
  width: 100%;
  padding: 90px 0 0 0;
}

#contact-title h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 80px 0;
}

#contact-media {
  position: absolute;
  top: -100px;
  left: 52%;
}

#contact-form {
  width: 100%;
}

#contact-form input[placeholder],
#contact-form [placeholder],
#contact-form *[placeholder] {
  color: #646464;
  opacity: 1;
}
#contact-form input:-webkit-autofill,
#contact-form input:-webkit-autofill:hover,
#contact-form input:-webkit-autofill:focus,
#contact-form input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
#contact-form ::-webkit-input-placeholder {
  color: #646464;
  opacity: 1 !important;
}
#contact-form :-moz-placeholder {
  color: #646464;
}
#contact-form ::-moz-placeholder {
  color: #646464;
}
#contact-form :-ms-input-placeholder {
  color: #646464;
}
#contact-form input:-webkit-autofill {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #646464 !important;
}

#contact-form-columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#contact-form .field {
  width: 100%;
  padding: 8px 0 0 0;
  position: relative;
}

#contact-form .dropdown:before {
  content: "\e902";
  font-family: icomoon;
  position: absolute;
  right: 10px;
  top: 9px;
  color: #646464;
  pointer-events: none;
}

#contact-form .field textarea {
  padding: 0;
  height: 275px;
  width: 100%;
  background-color: transparent;
  color: #646464;
  font-size: 17px;
  border: none;
}

#contact-form .field input[type=text] {
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  width: 100%;
  background-color: transparent;
  color: #646464;
  font-size: 17px;
  border: none;
  border-bottom: 1px dotted #646464;
}

#contact-form .field input[type=email] {
  padding: 0 0 5px 0;
  margin: 0 0 14px 0;
  width: 100%;
  background-color: transparent;
  color: #646464;
  font-size: 17px;
  border: none;
  border-bottom: 1px dotted #646464;
}

#contact-form .field select {
  padding: 0 0 5px 0;
  margin: 0 0 14px 0;
  appearance: none;
  width: 100%;
  background-color: transparent;
  color: #646464;
  font-size: 17px;
  border: none;
  border-bottom: 1px dotted #646464;
}

#contact-form .textarea textarea {
  background-image: linear-gradient(to right, #f2f2f2 1px, transparent 1px), linear-gradient(#646464 1px, transparent 1px);
  background-size: 2px 47px;
  background-position-y: 24px;
}

#contact-form .dual-fields {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#contact-form .dual-fields .field {
  width: calc(50% - 30px);
}

#contact-form-alpha {
  width: calc(50% - 30px);
}

#contact-form-beta {
  width: calc(50% - 30px);
}

#contact-form-action {
  width: 100%;
  padding: 48px 0 100px 0;
}

#contact-form button {
  width: 100%;
  max-width: 140px;
  height: 36px;
  border: none;
  border-radius: 50px;
  background-color: #345dff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 200ms linear 0ms;
}

#contact-form button:hover {
  background-color: #00264d;
}

#subscribe-connect {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  padding-top: 75px;
}

#subscribe-connect-media {
  position: absolute;
  top: -100px;
  left: 51%;
}
#subscribe-connect-media img {
  max-width: 85%;
  padding-left: 15px;
}

#subscribe-connect .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#subscribe-connect .arrow i {
  color: #fff;
  font-size: 26px;
}

#subscribe-connect .inner {
  display: flex;
  justify-content: space-between;
  padding: 92px 0 0 0;
}

#subscribe-connect h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 70px 0;
}

#subscribe {
  width: calc(50% - 30px);
}

#subscribe input[placeholder],
#subscribe [placeholder],
#subscribe *[placeholder] {
  color: #646464;
  opacity: 1;
}
#subscribe input:-webkit-autofill,
#subscribe input:-webkit-autofill:hover,
#subscribe input:-webkit-autofill:focus,
#subscribe input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
#subscribe #mce-responses {
  font-size: 20px;
  color: #345dff;
}
#subscribe #mce-error-response {
  color: #cc0000;
}
#subscribe ::-webkit-input-placeholder {
  color: #646464;
  opacity: 1 !important;
}
#subscribe :-moz-placeholder {
  color: #646464;
}
#subscribe ::-moz-placeholder {
  color: #646464;
}
#subscribe :-ms-input-placeholder {
  color: #646464;
}
#subscribe input:-webkit-autofill {
  -webkit-box-shadow: none !important;
  -webkit-text-fill-color: #646464 !important;
}

#subscribe .field {
  width: 100%;
  padding: 8px 0 0 0;
  position: relative;
}

#subscribe .dropdown:before {
  content: "\e902";
  font-family: icomoon;
  position: absolute;
  right: 10px;
  top: 13px;
  color: #646464;
  pointer-events: none;
}

#subscribe .field.checkbox {
  color: #646464;
}

#subscribe .field.checkbox.interested-in {
  font-family: Moderat;
}

#subscribe .field.checkbox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#subscribe .field input[type=checkbox] {
  padding: 0 0 5px 0;
  margin: 0 0 14px 0;
  appearance: checkbox;
  color: #646464;
  font-size: 17px;
  border: none;
  border-bottom: 1px dotted #646464;
}

#subscribe .field.dropdown {
  padding: 12px 0 0 0;
}

#subscribe .field input[type=text] {
  padding: 0 0 5px 0;
  margin: 0 0 14px 0;
  width: 100%;
  background-color: transparent;
  color: #646464;
  font-size: 17px;
  border: none;
  border-bottom: 1px dotted #646464;
}

#subscribe .field input[type=email] {
  padding: 0 0 5px 0;
  margin: 0 0 14px 0;
  width: 100%;
  background-color: transparent;
  color: #646464;
  font-size: 17px;
  border: none;
  border-bottom: 1px dotted #646464;
}

#subscribe .field select {
  padding: 0 0 5px 0;
  margin: 0 0 14px 0;
  appearance: none;
  width: 100%;
  background-color: transparent;
  color: #646464;
  font-size: 17px;
  border: none;
  border-bottom: 1px dotted #646464;
}

#subscribe .textarea textarea {
  background-image: linear-gradient(to right, #f2f2f2 1px, transparent 1px), linear-gradient(#646464 1px, transparent 1px);
  background-size: 2px 32px;
  background-position-y: 24px;
}

#subscribe .dual-fields {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#subscribe .dual-fields .field {
  width: calc(50% - 30px);
}

#subscribe .action {
  width: 100%;
  padding: 48px 0 100px 0;
}

#subscribe .action button {
  width: 100%;
  max-width: 140px;
  height: 36px;
  border: none;
  border-radius: 50px;
  background-color: #345dff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 200ms linear 0ms;
}

#subscribe .action button:hover {
  background-color: #00264d;
}

#connect {
  width: calc(50% - 30px);
}

#socials {
  width: 100%;
  padding: 5px 0 0 0;
}

#socials a {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #345dff;
  border-radius: 50%;
  color: #fff;
  position: relative;
  font-size: 19px;
  margin: 0 16px 0 0;
}

#socials a i {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#socials a:hover {
  background-color: #00264d;
}

#performances {
  width: 100%;
}

#performances .performance {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#performances .performance.grey {
  background-color: #f2f2f2;
}

#performances .performance .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#performances .performance .arrow i {
  color: #f2f2f2;
  font-size: 26px;
}

#performances .performance.grey .arrow i {
  color: #fff;
}

#performances .performance .inner {
  display: flex;
  justify-content: space-between;
}

#performances .performance .performance-description {
  width: calc(50% - 200px);
  padding: 100px 0 0 0;
  display: flex;
  flex-direction: column;
}

#performances .performance .performance-description h2 {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 75px 0;
}

#performances .performance .performance-description p {
  font-size: 19px;
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  margin: 0 0 24px 0;
}

#performances .performance .performance-description p a,
#performances .performance .performance-description p a:visited,
#performances .performance .performance-description p a:active,
#performances .performance .performance-description p a:focus {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}

#performances .performance .performance-description p a:hover {
  color: #00264d;
  border-bottom: 1px solid #00264d;
}

#performances .performance .performance-description-top {
  height: 100%;
  flex: 1 1 auto;
}

#performances .performance .performance-description-bottom {
  height: auto;
  flex: 1 1 auto;
  padding: 0 0 180px 0;
}

#performances .performance .performance-description-bottom p {
  margin: 0;
}

#performances .performance .performance-description-bottom i {
  color: #345dff;
  margin: 0 0 15px 0;
  display: inline-block;
}

#performances .performance .performance-media {
  padding: 220px 0 180px 30px;
  width: 50%;
}

#performances .performance .performance-media img {
  width: 100%;
}

footer {
  width: 100%;
  background-color: #00264d;
  padding: 76px 0 100px 0;
  transition: opacity 200ms linear 0ms;
}

footer .inner {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}

footer .column {
  width: calc(25% - 45px);
}

footer .column h5 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03rem;
  color: #345dff;
  margin: 0 0 28px 0;
}

footer .column ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .column ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

footer .column ul li a,
footer .column ul li a:visited,
footer .column ul li a:active,
footer .column ul li a:focus {
  color: #fff;
}

footer .column ul li a:hover {
  color: #fff;
  opacity: 0.5;
}

footer .column p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03rem;
  color: #fff;
}

footer .column.notes p {
  color: #939597;
  margin: 0 0 22px 0;
}

footer .column p strong {
  font-weight: 400;
  color: #345dff;
}

footer .column p a,
footer .column p a:visited,
footer .column p a:active,
footer .column p a:focus {
  color: #fff;
}

footer .column p a:hover {
  color: #fff;
  opacity: 0.5;
}

footer .column .field {
  width: 100%;
  padding: 8px 0 0 0;
  position: relative;
}

footer .column .dropdown:before {
  content: "\e902";
  font-family: icomoon;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #939597;
  transform: translateY(-50%);
  pointer-events: none;
}

footer .column .field input[type=text] {
  padding: 0 0 5px 0;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  border-bottom: 1px dotted #939597;
}

footer .column .field input[type=email] {
  padding: 0 0 5px 0;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  border-bottom: 1px dotted #939597;
}

footer .column .field select {
  padding: 0 0 5px 0;
  appearance: none;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  border-bottom: 1px dotted #939597;
}

footer .column .action {
  width: 100%;
  margin: 40px 0 0 0;
}

footer .column .action button {
  width: 100%;
  max-width: 140px;
  height: 36px;
  border: none;
  border-radius: 50px;
  background-color: #345dff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 200ms linear 0ms;
}

footer .column .action button:hover {
  background-color: #fff;
  color: #345dff;
}

.disclaimers-section {
  padding: 40px 0;
}

.disclaimers-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.disclaimers-section h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.disclaimers-section .text-block {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.disclaimers-section .text-block p {
  margin-bottom: 15px;
}

.disclaimers-section .text-block a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px solid #007bff;
  transition: border-color 0.3s;
}

.disclaimers-section .text-block a:hover {
  border-color: transparent;
}

.sveltekit-body-wrapper {
  display: contents;
}

.disclaimer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.disclaimer-popup .disclaimer-content {
  background: #102A56;
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 820px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  font-family: "Moderat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.disclaimer-popup .disclaimer-content h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}
.disclaimer-popup .investor-type-section,
.disclaimer-popup .country-section {
  margin-bottom: 40px;
}
.disclaimer-popup .investor-type {
  display: flex;
  gap: 80px;
  margin-bottom: 20px;
  justify-content: flex-start;
  padding: 0;
}
.disclaimer-popup .investor-type label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  font-family: "Moderat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.disclaimer-popup .investor-type label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.disclaimer-popup .investor-type label input[type=radio] + .radio-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.disclaimer-popup .investor-type label input[type=radio] + .radio-custom:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.disclaimer-popup .investor-type label input[type=radio]:checked + .radio-custom {
  border-color: #ffffff;
}
.disclaimer-popup .investor-type label input[type=radio]:checked + .radio-custom:after {
  transform: scale(1);
}
.disclaimer-popup .investor-type label input[type=radio]:hover + .radio-custom {
  border-color: #ffffff;
}
.disclaimer-popup input[type=radio] {
  display: none;
}
.disclaimer-popup .hidden {
  display: none !important;
}
.disclaimer-popup .country-section {
  margin-bottom: 20px;
}
.disclaimer-popup .disclaimer-section {
  margin-bottom: 20px;
}
.disclaimer-popup .investor-country select {
  width: 100%;
  max-width: 400px;
  padding: 10px 35px 10px 15px;
  font-size: 18px;
  color: #646464;
  font-family: "Moderat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23646464' d='M6 9L0 0h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}
.disclaimer-popup .investor-country select:focus {
  outline: none;
  border-color: #345dff;
}
.disclaimer-popup .disclaimer-text {
  max-height: 300px;
  overflow-y: auto;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}
.disclaimer-popup .disclaimer-text::-webkit-scrollbar {
  width: 8px;
}
.disclaimer-popup .disclaimer-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.disclaimer-popup .disclaimer-text::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.disclaimer-popup .disclaimer-button {
  width: auto;
  min-width: 150px;
  padding: 12px 30px;
  background: #345dff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Moderat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  transition: background-color 0.2s, opacity 0.2s;
}
.disclaimer-popup .disclaimer-button:hover:not(:disabled) {
  background: #2a4ecc;
}
.disclaimer-popup .disclaimer-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.menu-button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  padding: 0;
}
.menu-button:focus {
  outline: 2px solid #345dff;
  outline-offset: 2px;
}
.menu-button:focus:not(:focus-visible) {
  outline: none;
}

.submenu {
  display: none;
  width: 300px;
}
.submenu.open {
  display: block;
}

.menu-category {
  color: #345dff;
}

.table-info th.w-25,
.table-info td.w-25 {
  width: 25%;
}
.table-info th.w-15,
.table-info td.w-15 {
  width: 15%;
}
.table-info th.w-10,
.table-info td.w-10 {
  width: 10%;
}

.text-large {
  font-size: 22px;
  line-height: 1.47;
}
.text-large.padded {
  padding-top: 20px;
}
.text-medium {
  font-size: 18px;
}

.download-link {
  cursor: pointer;
  color: #646464;
}

.disabled {
  opacity: 0.2;
}

.contact-us-section {
  padding: 100px 0;
  background-color: #f2f2f2;
}
.contact-us-section .container {
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 40px;
}
.contact-us-section h2 {
  font-size: 30px;
  color: #345dff;
  font-weight: 300;
  margin-bottom: 60px;
}
.contact-us-section h3 {
  font-size: 20px;
  color: #345dff;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-us-section .contact-details {
  margin-bottom: 60px;
}
.contact-us-section .contact-details p {
  font-size: 20px;
  line-height: 1.5;
  color: #646464;
}
.contact-us-section .contact-details p a {
  color: #646464;
  text-decoration: none;
  border-bottom: 1px solid #646464;
  transition: border-color 0.2s;
}
.contact-us-section .contact-details p a:hover {
  border-color: transparent;
}
.contact-us-section .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.contact-us-section .contact-grid .contact-item p {
  font-size: 20px;
  line-height: 1.5;
  color: #646464;
}
.contact-us-section .contact-grid .contact-item p a {
  color: #646464;
  text-decoration: none;
  border-bottom: 1px solid #646464;
  transition: border-color 0.2s;
}
.contact-us-section .contact-grid .contact-item p a:hover {
  border-color: transparent;
}
@media (max-width: 768px) {
  .contact-us-section {
    padding: 60px 0;
  }
  .contact-us-section .container {
    padding: 0 20px;
  }
  .contact-us-section h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .contact-us-section h3 {
    font-size: 18px;
  }
  .contact-us-section .contact-details p,
  .contact-us-section .contact-grid .contact-item p {
    font-size: 16px;
  }
  .contact-us-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

body.dark-blue-theme.shownav header {
  background: #fff;
}

@media only screen and (min-width: 766px) {
  nav {
    width: calc(100% - 105px);
  }
}

header #brand {
  overflow: hidden;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header {
  background: #00264d;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header #brand a {
  color: #fff;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header nav ul li a,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header nav ul li a:visited,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header nav ul li a:active,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header nav ul li a:focus,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header .menu-button {
  color: #fff;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header nav ul li a:hover,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header .menu-button:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header .submenu {
  background: #00264d;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header .submenu li a {
  color: #fff !important;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header .submenu li a:hover {
  border-bottom: 1px solid #fff;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled {
  background: #fff;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled #brand a,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled nav ul li a,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled nav ul li a:visited,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled nav ul li a:active,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled nav ul li a:focus,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled .menu-button {
  color: #345dff;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled nav ul li a:hover,
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled .menu-button:hover {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled .submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled .submenu li a {
  color: #345dff !important;
}
.page-wrapper:has(#emerging-growth-company, #growth-companies-fund, #global-growth-fund-aust) header.scrolled .submenu li a:hover {
  border-bottom: 1px solid #345dff;
}
.page-wrapper:has(#global-growth-fund-ucits) header {
  background: #00264d;
}
.page-wrapper:has(#global-growth-fund-ucits) header #brand a {
  color: #fff;
}
.page-wrapper:has(#global-growth-fund-ucits) header nav ul li a,
.page-wrapper:has(#global-growth-fund-ucits) header nav ul li a:visited,
.page-wrapper:has(#global-growth-fund-ucits) header nav ul li a:active,
.page-wrapper:has(#global-growth-fund-ucits) header nav ul li a:focus,
.page-wrapper:has(#global-growth-fund-ucits) header .menu-button {
  color: #fff;
}
.page-wrapper:has(#global-growth-fund-ucits) header nav ul li a:hover,
.page-wrapper:has(#global-growth-fund-ucits) header .menu-button:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.page-wrapper:has(#global-growth-fund-ucits) header .submenu {
  background: #00264d;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.page-wrapper:has(#global-growth-fund-ucits) header .submenu li a {
  color: #fff !important;
}
.page-wrapper:has(#global-growth-fund-ucits) header .submenu li a:hover {
  border-bottom: 1px solid #fff;
}
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled {
  background: #fff;
}
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled #brand a,
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled nav ul li a,
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled nav ul li a:visited,
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled nav ul li a:active,
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled nav ul li a:focus,
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled .menu-button {
  color: #345dff;
}
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled nav ul li a:hover,
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled .menu-button:hover {
  color: #345dff;
  border-bottom: 1px solid #345dff;
}
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled .submenu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled .submenu li a {
  color: #345dff !important;
}
.page-wrapper:has(#global-growth-fund-ucits) header.scrolled .submenu li a:hover {
  border-bottom: 1px solid #345dff;
}
@media only screen and (min-width: 766px) {
  header nav {
    width: calc(100% - 105px);
  }
}
@media only screen and (max-width: 1120px) {
  header nav ul li {
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 766px) {
  header nav > ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 766px) {
  header nav > ul li {
    position: relative;
  }
}
header nav > ul li:hover .submenu {
  opacity: 1;
}
@media only screen and (min-width: 766px) {
  header nav .submenu {
    display: block;
    width: auto;
    padding: 17px 10px;
    position: absolute;
    top: 100%;
    left: -10px;
    background: #fff;
    opacity: 0;
    transition: opacity 0.2s linear 0s;
    z-index: 2;
  }
}
@media only screen and (min-width: 766px) {
  header nav .submenu li {
    margin: 0 0 17px;
  }
}
@media only screen and (min-width: 766px) {
  header nav .submenu li:last-child {
    margin: 0;
  }
}

.menu-button {
  color: #345dff;
  padding: 0 0 3px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear;
}
.menu-button:hover {
  border-bottom: 1px solid #345dff;
}

#menu {
  position: fixed;
  top: 60px;
  left: 0;
  background-color: #fff;
  height: calc(100vh - 60px);
  width: 100%;
  z-index: 99;
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
  transition: all 0.3s ease;
  overflow-y: auto;
  padding: 20px 0;
  display: none;
}
#menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  display: block;
}
#menu ul {
  width: 100%;
  margin: 0;
  padding: 0 25px;
  list-style: none;
}
#menu ul li {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
}
#menu ul li a,
#menu ul li button {
  display: block;
  color: #345dff;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  width: 100%;
  text-align: left;
  font-size: inherit;
}
#menu ul li a:hover, #menu ul li a.current,
#menu ul li button:hover,
#menu ul li button.current {
  border-bottom: 1px solid #345dff;
}
#menu .submenu {
  padding: 10px 0 0 20px;
  margin: 0;
}
#menu .submenu li {
  margin: 0 0 10px;
  font-size: 16px;
}
#menu .submenu li:after {
  display: none;
}
#menu .submenu .menu-category {
  color: #345dff;
  font-weight: 500;
  padding: 20px 0 10px;
  font-size: 20px;
  letter-spacing: 0.5px;
  border-top: 1px dotted #345dff;
  margin-top: 10px;
}
#menu .submenu .menu-category:first-child {
  border-top: none;
  margin-top: 0;
}

@media only screen and (max-width: 765px) {
  body.shownav {
    overflow: hidden;
  }
  header {
    height: 60px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  header .inner {
    height: 60px;
    padding: 0 25px;
  }
  header #brand a {
    font-size: 17px;
  }
  #menu-toggle {
    display: block;
    position: fixed;
    top: 18px;
    right: 25px;
    z-index: 100;
  }
  #menu-toggle button {
    position: relative;
    width: 24px;
    height: 20px;
    border: none;
    background: none;
    padding: 0;
  }
  #menu-toggle button span {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #345dff;
    transition: all 0.3s ease;
    left: 0;
  }
  #menu-toggle button span.top-bar {
    top: 0;
  }
  #menu-toggle button span.middle-bar {
    top: 9px;
  }
  #menu-toggle button span.bottom-bar {
    top: 18px;
  }
  .shownav #menu-toggle button span.top-bar {
    transform: rotate(45deg);
    top: 9px;
  }
  .shownav #menu-toggle button span.middle-bar {
    opacity: 0;
  }
  .shownav #menu-toggle button span.bottom-bar {
    transform: rotate(-45deg);
    top: 9px;
  }
  nav {
    display: none;
  }
}
h2 {
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 766px) {
  h2 {
    font-size: 30px;
  }
}

.title {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 766px) {
  .title {
    font-size: 20px;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.ucits-header {
  background-color: #c2eaff;
}

.position-relative {
  position: relative;
}
.position-relative .arrow {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: transparent;
}
.position-relative .arrow.dark-blue i {
  color: #00264d;
}
.position-relative .arrow.grey i {
  color: #f2f2f2;
}
.position-relative .arrow.light-blue i {
  color: #c2eaff;
}
.position-relative .arrow i {
  color: #fff;
  font-size: 26px;
}

.dark-blue {
  color: #fff;
  background: #00264d;
}

.grey {
  background-color: #f2f2f2;
}

.info-list,
.link-list,
.logo-list {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.info-list li {
  margin-bottom: 20px;
}
.info-list span {
  display: block;
}
.info-list span.info-title {
  font-size: 26px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 766px) {
  .info-list span.info-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.info-list span.info {
  text-transform: capitalize;
}
@media only screen and (min-width: 766px) {
  .info-list span.info {
    font-size: 20px;
  }
}

.link-list {
  font-size: 14px;
  line-height: 1.42857;
}
@media only screen and (min-width: 766px) {
  .link-list {
    font-size: 20px;
  }
}
.link-list li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 12px;
}
@media only screen and (min-width: 766px) {
  .link-list li {
    margin-bottom: 17px;
  }
}
.link-list a {
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  padding-left: 30px;
  position: relative;
}
@media only screen and (min-width: 766px) {
  .link-list a {
    padding-left: 45px;
  }
}
.link-list a:hover span {
  border-color: transparent;
}
.link-list a:hover i {
  color: #00264d;
}
.link-list a span {
  border-bottom: 1px solid #646464;
  transition: border-color 0.2s linear 0s;
}
.link-list a i {
  font-size: 22px;
  font-weight: 300;
  color: #345dff;
  position: absolute;
  top: -2px;
  left: 0;
  transition: color 0.2s linear 0s;
}
@media only screen and (min-width: 766px) {
  .link-list a i {
    font-size: 30px;
    top: 0;
  }
}
.link-list a i.icon-internal-link {
  font-size: 16px;
  top: 2px;
}
@media only screen and (min-width: 766px) {
  .link-list a i.icon-internal-link {
    font-size: 22px;
    top: 4px;
  }
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px 20px;
}
@media only screen and (min-width: 766px) {
  .logo-list {
    margin-bottom: 65px;
  }
}
.logo-list li {
  width: 50%;
  text-align: center;
  padding: 0 10px 25px;
}
@media only screen and (min-width: 766px) {
  .logo-list li {
    width: 16.66%;
    padding: 0 25px 25px;
  }
}

.container {
  max-width: 1336px;
  margin: 0 auto;
}
@media only screen and (max-width: 1550px) {
  .container {
    max-width: 1116px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 765px) {
  .container {
    padding: 0 25px;
  }
}

.introduction-section {
  min-height: 80vh;
  padding: calc(30vh - 120px) 0 50px;
}
@media only screen and (min-width: 766px) {
  .introduction-section {
    padding: 100px 0 150px;
  }
}
.introduction-section.dark-blue h2 {
  color: inherit;
}
@media only screen and (min-width: 766px) {
  .introduction-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 766px) {
  .introduction-section .col {
    width: calc(50% - 30px);
  }
}
.introduction-section h2 {
  margin-bottom: 45px;
}
.introduction-section p {
  margin: 0;
}
.introduction-section .info-list {
  color: #a7a9ac;
}
@media only screen and (min-width: 766px) {
  .introduction-section .info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.introduction-section .info-list li {
  color: inherit;
  margin-bottom: 30px;
}
@media only screen and (min-width: 766px) {
  .introduction-section .info-list li {
    flex: 1 0 auto;
    padding: 0 10px;
  }
}

.introduction-section#introduction {
  padding: 50px 0 75px;
}
@media only screen and (min-width: 766px) {
  .introduction-section#introduction {
    padding: 100px 0 150px;
  }
}

.information-section-ucits-uk {
  font-size: 16px;
  padding: 60px 0 45px;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk {
    padding: 100px 0 80px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk .container {
    position: relative;
  }
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.information-section-ucits-uk .col {
  margin-bottom: 70px;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk .col {
    width: 50%;
    padding: 0 15px;
    margin: 0;
  }
}
.information-section-ucits-uk .col:last-child {
  margin-bottom: 0;
}
.information-section-ucits-uk .media {
  width: 187px;
  margin-bottom: 42px;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk .media {
    width: 297px;
    position: absolute;
    top: -277px;
    right: 40px;
    margin: 0;
  }
}
@media only screen and (min-width: 1121px) {
  .information-section-ucits-uk .media {
    right: 65px;
  }
}
.information-section-ucits-uk .title,
.information-section-ucits-uk time {
  color: #345dff;
}
.information-section-ucits-uk time {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk time {
    font-size: 20px;
  }
}
.information-section-ucits-uk .title {
  margin-bottom: 22px;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk .title {
    margin-bottom: 10px;
  }
}
.information-section-ucits-uk time {
  margin-bottom: 30px;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk time {
    margin-bottom: 60px;
  }
}
.information-section-ucits-uk .link-list {
  margin-bottom: 35px;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk .link-list {
    margin-bottom: 30px;
  }
}
.information-section-ucits-uk .info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (min-width: 1121px) {
  .information-section-ucits-uk .info-list {
    margin: 0 -25px;
  }
}
.information-section-ucits-uk .info-list li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 766px) {
  .information-section-ucits-uk .info-list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1121px) {
  .information-section-ucits-uk .info-list li {
    width: 50%;
    padding: 0 25px;
  }
}

.information-section {
  font-size: 16px;
  padding: 60px 0 45px;
}
@media only screen and (min-width: 766px) {
  .information-section {
    padding: 100px 0 80px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 766px) {
  .information-section .container {
    position: relative;
  }
}
@media only screen and (min-width: 766px) {
  .information-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.information-section .col {
  margin-bottom: 70px;
}
@media only screen and (min-width: 766px) {
  .information-section .col {
    width: 50%;
    padding: 0 15px;
    margin: 0;
  }
}
.information-section .col:last-child {
  margin-bottom: 0;
}
.information-section .media {
  width: 187px;
  margin-bottom: 42px;
}
@media only screen and (min-width: 766px) {
  .information-section .media {
    width: 297px;
    position: absolute;
    top: -277px;
    right: 40px;
    margin: 0;
  }
}
@media only screen and (min-width: 1121px) {
  .information-section .media {
    right: 65px;
  }
}
.information-section .title,
.information-section time {
  color: #345dff;
}
.information-section time {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 766px) {
  .information-section time {
    font-size: 20px;
  }
}
.information-section .title {
  margin-bottom: 22px;
}
@media only screen and (min-width: 766px) {
  .information-section .title {
    margin-bottom: 40px;
  }
}
.information-section time {
  margin-bottom: 30px;
}
@media only screen and (min-width: 766px) {
  .information-section time {
    margin-bottom: 60px;
  }
}
.information-section .link-list {
  margin-bottom: 35px;
}
@media only screen and (min-width: 766px) {
  .information-section .link-list {
    margin-bottom: 70px;
  }
}
.information-section .info-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media only screen and (min-width: 1121px) {
  .information-section .info-list {
    margin: 0 -25px;
  }
}
.information-section .info-list li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 766px) {
  .information-section .info-list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1121px) {
  .information-section .info-list li {
    width: 50%;
    padding: 0 25px;
  }
}

.performance-section {
  font-weight: 300;
  padding: 50px 0 40px;
}
@media only screen and (min-width: 766px) {
  .performance-section {
    padding: 100px 0 71px;
  }
}
.performance-section h2 {
  color: #345dff;
  margin-bottom: 16px;
}
@media only screen and (min-width: 766px) {
  .performance-section h2 {
    margin-bottom: 79px;
  }
}
.performance-section .text-block {
  font-size: 12px;
  line-height: 1.416666;
  margin-bottom: 35px;
}
@media only screen and (min-width: 766px) {
  .performance-section .text-block {
    width: 50%;
    font-size: 16px;
    margin-bottom: 79px;
  }
}
@media only screen and (min-width: 766px) {
  .performance-section .text-block.two-column {
    width: 100%;
    columns: 2;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1121px) {
  .performance-section .text-block.two-column {
    column-gap: 50px;
  }
}
.performance-section .text-block p {
  font-size: inherit;
  line-height: inherit;
}
.performance-section .table-holder {
  overflow-x: auto;
  margin-bottom: 25px;
}
@media only screen and (min-width: 766px) {
  .performance-section .table-holder {
    margin-bottom: 49px;
  }
}
.performance-section .table-holder .table-info {
  margin-bottom: 0;
}
@media only screen and (max-width: 765px) {
  .performance-section .table-holder .table-info {
    min-width: 1300px;
  }
}
@media only screen and (min-width: 766px) {
  .performance-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 1121px) {
  .performance-section .row {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 766px) {
  .performance-section .row .col {
    width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1121px) {
  .performance-section .row .col {
    padding: 0 30px;
  }
}
.performance-section .row .table-info {
  margin-bottom: 35px;
}
@media only screen and (min-width: 766px) {
  .performance-section .row .table-info {
    margin-bottom: 49px;
  }
}

.table-info {
  width: 100%;
  font-size: 14px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 766px) {
  .table-info {
    font-size: 16px;
    line-height: 1.5;
  }
}
.table-info th {
  vertical-align: top;
  color: #345dff;
  text-align: left;
}
.table-info th,
.table-info td {
  padding: 10px 20px 10px 0;
}
@media only screen and (min-width: 766px) {
  .table-info th,
  .table-info td {
    padding: 11px 20px 11px 0;
  }
}
@media only screen and (min-width: 766px) {
  .table-info td:first-child {
    font-size: 18px;
  }
}
.table-info .separator {
  padding: 0;
}
.table-info .separator hr {
  margin: 0;
  border-top: 1px dotted #646464;
}
.table-info .w-50 {
  width: 50%;
}
.table-info .w-25 {
  width: 25%;
}
.table-info .w-16 {
  width: 16.66%;
}
.table-info .w-15 {
  width: 15%;
}
.table-info .w-10 {
  width: 10%;
}

/* Compact tables with dotted bottom borders (NTA and Distribution tables) */
.table-info.compact tbody tr {
  border-bottom: 1px dotted #646464;
}
.table-info.compact tbody tr:last-child {
  border-bottom: none;
}
.table-info.compact th,
.table-info.compact td {
  padding: 8px 15px 8px 0;
}

/* Download All link styling */
.download-all-link {
  display: inline-block;
  margin-top: 15px;
  color: #345dff;
  text-decoration: none;
}
.download-all-link:hover {
  text-decoration: underline;
}

.team-section {
  padding: 50px 0 75px;
}
@media only screen and (min-width: 766px) {
  .team-section {
    padding: 100px 0 50px;
  }
}
.team-section#team-members .inner {
  padding: 0;
}
.team-section h2 {
  color: #345dff;
  margin-bottom: 45px;
}
@media only screen and (min-width: 766px) {
  .team-section h2 {
    margin-bottom: 90px;
  }
}

.archive-section {
  padding: 50px 0 75px;
}
@media only screen and (min-width: 766px) {
  .archive-section {
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 766px) {
  .archive-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 766px) {
  .archive-section .col {
    width: 50%;
    padding: 0 15px;
  }
}
.archive-section h2 {
  color: #345dff;
  margin-bottom: 45px;
}
@media only screen and (min-width: 766px) {
  .archive-section h2 {
    margin-bottom: 90px;
  }
}
.archive-section .title {
  color: #345dff;
  margin-bottom: 22px;
}
@media only screen and (min-width: 766px) {
  .archive-section .title {
    margin-bottom: 40px;
  }
}
.archive-section .link-list {
  margin-bottom: 45px;
}
@media only screen and (min-width: 766px) {
  .archive-section .link-list {
    margin-bottom: 70px;
  }
}

.search-form {
  margin-bottom: 70px;
}
@media only screen and (min-width: 766px) {
  .search-form {
    max-width: 430px;
  }
}
.search-form .dropdown {
  display: flex;
  font-size: 16px;
  margin: 0 0 8px;
  border-bottom: 1px dotted #345dff;
  position: relative;
}
@media only screen and (min-width: 766px) {
  .search-form .dropdown {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.search-form .dropdown:last-child {
  margin-bottom: 0;
}
.search-form .dropdown:before {
  content: "\e902";
  font-family: icomoon;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 45%;
  color: #939597;
  transform: translateY(-50%);
  pointer-events: none;
}
.search-form .dropdown label {
  width: 113px;
  padding-right: 10px;
  font-size: inherit;
  color: #646464;
}
@media only screen and (min-width: 766px) {
  .search-form .dropdown label {
    width: 135px;
  }
}
.search-form .dropdown select {
  width: calc(100% - 113px);
  font-size: inherit;
  line-height: 1.1;
  background-color: transparent;
  border: none;
  color: #345dff;
  appearance: none;
  padding: 0 40px 5px 0;
}
@media only screen and (min-width: 766px) {
  .search-form .dropdown select {
    width: calc(100% - 130px);
    padding-bottom: 10px;
  }
}
.search-form .action {
  margin-top: 45px;
}
@media only screen and (min-width: 766px) {
  .search-form .action {
    margin-top: 80px;
  }
}
.search-form button {
  min-width: 110px;
  font-size: 14px;
  padding: 5px 15px;
  border: none;
  border-radius: 50px;
  background-color: #345dff;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.2s linear 0s;
}
@media only screen and (min-width: 766px) {
  .search-form button {
    min-width: 162px;
    font-size: 17px;
    padding: 13px 15px;
  }
}
.search-form button:hover {
  background-color: rgb(21.3, 68.5004926108, 255);
}

.search-block.active .collapsed {
  display: none;
}
.search-block.active .expanded {
  display: block;
}
.search-block .expanded {
  display: none;
}
.search-block .trigger {
  font-size: 15px;
  color: #646464;
}
.search-block .trigger:hover {
  color: #00264d;
}
@media only screen and (min-width: 766px) {
  .search-block .trigger {
    font-size: 20px;
  }
}
.search-block .trigger span {
  color: #345dff;
}

.contact-us-section {
  padding: 50px 0 45px;
}
@media only screen and (min-width: 766px) {
  .contact-us-section {
    padding: 100px 0 90px;
  }
}
@media only screen and (min-width: 766px) {
  .contact-us-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 766px) {
  .contact-us-section .col {
    width: 50%;
    padding: 0 15px;
  }
}
.contact-us-section h2 {
  color: #345dff;
  margin-bottom: 45px;
}
.contact-us-section p {
  font-size: inherit;
  line-height: inherit;
}
.contact-us-section a {
  color: inherit;
  border-bottom: 1px solid #646464;
  transition: border-color 0.2s linear 0s;
}
.contact-us-section a:hover {
  border-color: transparent;
}
.contact-us-section .text-block {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 75px;
}
@media only screen and (min-width: 766px) {
  .contact-us-section .text-block {
    font-size: 30px;
    margin-bottom: 150px;
  }
}
.contact-us-section .media {
  text-align: right;
}
@media only screen and (min-width: 766px) {
  .contact-us-section .media {
    text-align: left;
  }
}
.contact-us-section .media img {
  width: 105px;
}
@media only screen and (min-width: 766px) {
  .contact-us-section .media img {
    width: 158px;
  }
}

.platforms-section {
  padding: 50px 0 45px;
}
@media only screen and (min-width: 766px) {
  .platforms-section {
    padding: 100px 0 150px;
  }
}
.platforms-section h2 {
  color: #345dff;
  margin-bottom: 45px;
}
@media only screen and (min-width: 766px) {
  .platforms-section h2 {
    margin-bottom: 90px;
  }
}
.platforms-section .title {
  color: #345dff;
  margin-bottom: 22px;
}
@media only screen and (min-width: 766px) {
  .platforms-section .title {
    margin-bottom: 80px;
  }
}
.platforms-section .subtitle {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.platforms-section p a {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear 0s;
}
.platforms-section p a:hover {
  border-color: #646464;
}
.platforms-section .logo-list img {
  display: inline-block;
  vertical-align: middle;
  max-width: 140px;
  width: 100%;
}
@media only screen and (min-width: 766px) {
  .platforms-section .text-block {
    font-size: 16px;
    columns: 2;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 1121px) {
  .platforms-section .text-block {
    column-gap: 50px;
  }
}

.pdf-list {
  width: 100%;
  margin: 80px 0 0 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdf-list li {
  width: 100%;
  margin: 0 0 12px 0;
}
.pdf-list li a {
  display: inline-flex;
  align-items: flex-start;
}
.pdf-list li a:hover {
  text-decoration: none;
}
.pdf-list li a:hover span {
  color: #345dff;
}
.pdf-list li a:hover span strong {
  border-bottom: 1px solid #345dff;
}
.pdf-list li img {
  margin: 0 16px 0 0;
  max-width: 30px;
}
.pdf-list li span {
  color: #646464;
  line-height: 1.47;
  font-weight: 300;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 766px) {
  .pdf-list li span {
    font-size: 19px;
  }
}
.pdf-list li span strong {
  font-weight: 300;
  border-bottom: 1px solid #646464;
}

.info-block {
  padding: 50px 0 75px;
}
@media only screen and (min-width: 766px) {
  .info-block {
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 766px) {
  .info-block.small-pd {
    padding: 100px 0 100px;
  }
}
@media only screen and (min-width: 766px) {
  .info-block.pd-sm {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 766px) {
  .info-block .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 766px) {
  .info-block .col {
    width: 50%;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1121px) {
  .info-block .col .text {
    padding-right: 117px;
  }
}
.info-block .col .text p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 766px) {
  .info-block .col .text p {
    font-size: 19px;
    letter-spacing: 0.6px;
    line-height: 1.45;
  }
  .info-block .col .text p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1121px) {
  .info-block .col .text-small {
    padding-right: 117px;
  }
}
.info-block .col .text-small p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 766px) {
  .info-block .col .text-small p {
    font-size: 15px;
    color: grey;
    letter-spacing: 0.6px;
    line-height: 1.45;
  }
  .info-block .col .text-small p:last-of-type {
    margin-bottom: 0;
  }
}
.info-block .col .media.media-absolute {
  width: 190px;
  max-height: 171px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 766px) {
  .info-block .col .media.media-absolute {
    position: absolute;
    top: 0;
    left: 52.8%;
    transform: translateY(-120px);
    margin: 0;
  }
}
.info-block h2 {
  color: #345dff;
  margin-bottom: 45px;
  line-height: 1.33;
  font-weight: 300;
  letter-spacing: 1px;
}
@media only screen and (min-width: 766px) {
  .info-block h2 {
    margin-bottom: 90px;
  }
  .info-block h2:only-child {
    margin-bottom: 0;
  }
}
.info-block .title {
  color: #345dff;
  margin-bottom: 22px;
}
@media only screen and (min-width: 766px) {
  .info-block .title {
    margin-bottom: 33px;
    font-size: 19px;
    letter-spacing: 0.7px;
    padding-top: 4px;
  }
}
.info-block a {
  color: currentColor;
}
.info-block a:hover {
  color: currentColor;
  text-decoration: underline;
}

.sustainability-section#introduction {
  padding: 50px 0 75px;
}
@media only screen and (min-width: 766px) {
  .sustainability-section#introduction {
    padding: 163px 0 128px;
  }
}
.sustainability-section#introduction h2 {
  letter-spacing: 1px;
}
@media only screen and (min-width: 1121px) {
  .sustainability-section#introduction #introduction-content {
    padding-right: 93px;
  }
}
.sustainability-section#introduction #introduction-content p {
  letter-spacing: 0.9px;
}
.sustainability-section#introduction a {
  color: currentColor;
}
.sustainability-section#introduction a:hover {
  color: currentColor;
  text-decoration: underline;
}

@media only screen and (min-width: 766px) {
  footer .column ul {
    column-count: 2;
  }
}
@media only screen and (min-width: 1121px) {
  footer .column ul {
    column-gap: 75px;
  }
}
@media only screen and (min-width: 766px) {
  footer .column ul li:last-child {
    margin-bottom: 105px;
  }
}
@media only screen and (min-width: 1121px) {
  footer .column ul li:last-child {
    margin-bottom: 100px;
  }
}
footer .column ul li a + a:before {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
@media only screen and (min-width: 766px) {
  footer .column.column-xl {
    width: calc(50% - 45px);
  }
}

.text-sm-center {
  text-align: center;
}
@media only screen and (min-width: 766px) {
  .text-sm-center {
    text-align: left;
  }
}

.disclaimer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disclaimer-popup .disclaimer-content {
  background: #002d5a;
  padding: 40px 30px;
  max-width: 820px;
  width: 90%;
  border-radius: 8px;
}
.disclaimer-popup .disclaimer-content .investor-type-section {
  margin-bottom: 40px;
}
.disclaimer-popup .disclaimer-content .country-section {
  margin-bottom: 20px;
}
.disclaimer-popup .disclaimer-content .selector-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.disclaimer-popup .disclaimer-content .selector-col {
  flex: 1;
}
.disclaimer-popup .disclaimer-content .selector-col select {
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.disclaimer-popup .disclaimer-content h3 {
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}
.disclaimer-popup .disclaimer-content select {
  width: 100%;
  max-width: 400px;
  padding: 10px 35px 10px 15px;
  font-size: 18px;
  color: #646464;
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23646464' d='M6 9L0 0h12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}
.disclaimer-popup .disclaimer-content select:focus {
  outline: none;
  border-color: #345dff;
}
.disclaimer-popup .disclaimer-content select option {
  font-size: 18px;
}
.disclaimer-popup .disclaimer-content .investor-type {
  display: flex;
  gap: 80px;
  margin-bottom: 20px;
  justify-content: flex-start;
  padding: 0;
}
.disclaimer-popup .disclaimer-content .investor-type label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  font-family: Moderat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.disclaimer-popup .disclaimer-content .investor-type label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.disclaimer-popup .disclaimer-content .investor-type label input[type=radio]:checked + .radio-custom {
  border-color: #fff;
}
.disclaimer-popup .disclaimer-content .investor-type label input[type=radio]:checked + .radio-custom:after {
  transform: scale(1);
}
.disclaimer-popup .disclaimer-content .investor-type label .radio-custom {
  position: absolute;
  top: 4px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.disclaimer-popup .disclaimer-content .investor-type label .radio-custom:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.disclaimer-popup .disclaimer-content .investor-country {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-start;
  padding: 0;
}
.disclaimer-popup .disclaimer-content .investor-language {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  justify-content: flex-start;
  padding: 0;
}
.disclaimer-popup .disclaimer-content .disclaimer-text {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 12px 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #646464;
  border-radius: 4px;
}
.disclaimer-popup .disclaimer-content .disclaimer-text::-webkit-scrollbar {
  width: 8px;
}
.disclaimer-popup .disclaimer-content .disclaimer-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.disclaimer-popup .disclaimer-content .disclaimer-text::-webkit-scrollbar-thumb {
  background: #646464;
  border-radius: 4px;
}
.disclaimer-popup .disclaimer-content .disclaimer-button {
  display: block;
  width: 200px;
  margin: 20px 0;
  padding: 13px 15px;
  background-color: #345dff;
  border: 1px solid #345dff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 17px;
  font-weight: 300;
  min-width: 162px;
  text-align: center;
}
.disclaimer-popup .disclaimer-content .disclaimer-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: rgba(52, 93, 255, 0.6);
  border-color: rgba(52, 93, 255, 0.6);
  pointer-events: none;
}
.disclaimer-popup .disclaimer-content .disclaimer-button:not(:disabled):hover {
  background-color: rgb(21.3, 68.5004926108, 255);
  border-color: rgb(21.3, 68.5004926108, 255);
}

.pointer {
  cursor: pointer;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.person {
  width: calc(25% - 20px);
}

.trigger {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #666;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  margin-top: 1rem;
}

.trigger:hover {
  opacity: 0.8;
}

.trigger:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.trigger span {
  font-size: 1.2rem;
  font-weight: 300;
}

/*@media only screen and (max-width: 1440px) {*/
@media only screen and (max-width: 1550px) {
  .inner {
    width: 1036px;
  }
  #introduction {
    width: 100%;
    min-height: 80vh;
    padding: calc(30vh - 120px) 0 0 0;
  }
  #introduction-title {
    width: calc(50% - 30px);
  }
  #introduction-content {
    width: calc(50% - 30px);
    padding: 0;
  }
  #disclaimer {
    width: 100%;
    padding: calc(30vh - 120px) 0 175px 0;
  }
  #disclaimer-title {
    width: calc(50% - 30px);
  }
  #disclaimer-content {
    width: calc(50% - 30px);
  }
  #stats .inner .stat {
    width: calc(25% - 45px);
  }
  #team-members .person {
    width: calc(25% - 45px);
    margin: 0 60px 100px 0;
  }
  #team-members .person:nth-child(4n+4) {
    margin: 0 0 100px 0;
  }
  #privacy {
    width: 100%;
    padding: calc(30vh - 120px) 0 175px 0;
  }
  #privacy .privacy-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 43px 0 92px 0;
    border-bottom: 1px dotted #939597;
  }
  #privacy .privacy-row:last-child {
    padding: 43px 0 0 0;
    border-bottom: none;
  }
  #privacy .privacy-title {
    width: calc(50% - 30px);
  }
  #privacy .privacy-content {
    width: calc(50% - 30px);
  }
  #services .service .service-description {
    width: calc(50% - 100px);
  }
  #results-description {
    width: calc(50% - 100px);
  }
  #results-graph {
    padding: 340px 0 180px 30px;
    width: 50%;
  }
  #philosophies .philosophy .philosophy-description {
    width: calc(25% - 45px);
    margin: 0 60px 0 0;
    padding: 90px 0 0 0;
    flex: 0 0 auto;
  }
  #philosophies .philosophy .philosophy-grid {
    width: 75%;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item {
    width: calc(33% - 38px);
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item img {
    width: 100%;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item .content {
    padding: 0;
  }
  #promises-description {
    padding: 100px 0 180px 0;
    width: calc(25% - 45px);
    margin: 0 60px 0 0;
    flex: 0 0 auto;
  }
  #promises-points {
    width: 75%;
    padding: 0 0 100px 0;
  }
  #promises-points .column {
    width: calc(33% - 38px);
    padding: 135px 0 0 0;
  }
  #performances .performance .performance-description {
    width: calc(50% - 100px);
  }
  #performances .performance .performance-media {
    padding: 220px 0 180px 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 1120px) {
  .inner {
    width: 100%;
    padding: 0 40px;
  }
  nav ul li {
    margin: 0 0 0 50px;
  }
  #introduction {
    width: 100%;
    min-height: 80vh;
    padding: calc(30vh - 120px) 0 0 0;
  }
  #performances .performance .performance-description {
    display: flex;
    justify-content: space-between;
  }
  #performances .performance .performance-description-title {
    width: calc(50% - 30px);
  }
  #performances .performance .performance-description-content {
    width: calc(50% - 30px);
  }
  #disclaimer {
    width: 100%;
    padding: calc(30vh - 120px) 0 175px 0;
  }
  #disclaimer-title {
    width: calc(50% - 30px);
  }
  #disclaimer-content {
    width: calc(50% - 30px);
  }
  #stats .inner .stat {
    width: calc(25% - 45px);
  }
  #team-members .inner {
    padding: 60px 40px;
  }
  #team-members .person {
    width: calc(50% - 30px);
    margin: 0 0 40px 0;
  }
  #team-members .person:nth-child(4n+4) {
    margin: 0 0 40px 0;
  }
  #team-members .person:nth-child(odd) {
    margin: 0 30px 40px 0;
  }
  #team-members .person:nth-child(even) {
    margin: 0 0 40px 30px;
  }
  #team-members .person .media img {
    max-width: 240px;
  }
  #subscribe-connect .inner {
    padding: 92px 40px 0 40px;
  }
  #privacy {
    width: 100%;
    padding: calc(30vh - 120px) 0 175px 0;
  }
  #privacy .privacy-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 43px 0 92px 0;
    border-bottom: 1px dotted #939597;
  }
  #privacy .privacy-row:last-child {
    padding: 43px 0 0 0;
    border-bottom: none;
  }
  #privacy .privacy-title {
    width: calc(50% - 30px);
  }
  #privacy .privacy-content {
    width: calc(50% - 30px);
  }
  #services .service .service-description {
    width: calc(50% - 30px);
  }
  #services .service .service-description h2 {
    margin: 0 0 40px 0;
  }
  #results .inner {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  #results-description {
    width: 100%;
    padding: 40px 0 60px 0;
  }
  #results-graph {
    padding: 0 0 80px 0;
    width: 100%;
  }
  #philosophies .philosophy .inner {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  #philosophies .philosophy .philosophy-description {
    width: 100%;
    padding: 90px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  #philosophies .philosophy-description-title {
    width: calc(50% - 30px);
  }
  #philosophies .philosophy-description-content {
    width: calc(50% - 30px);
  }
  #philosophies .philosophy .philosophy-description h2 {
    margin: 0 0 40px 0;
  }
  #philosophies .philosophy .philosophy-grid {
    width: 100%;
    transform: translate(0);
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item {
    width: calc(50% - 30px);
    margin: 0 0 40px 0;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item:nth-child(3n+3) {
    margin: 0 0 40px 0;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item:nth-child(odd) {
    margin: 0 30px 40px 0;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item:nth-child(even) {
    margin: 0 0 40px 30px;
  }
  #promises .inner {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  #promises-description {
    padding: 40px 0 30px 0;
    width: calc(50% - 30px);
  }
  #promises-description h2 {
    margin: 0 0 40px 0;
  }
  #promises-points {
    width: 100%;
    padding: 0 0 60px 0;
    flex-wrap: wrap;
  }
  #promises-points .column {
    width: calc(50% - 30px);
    margin: 0 0 40px 0;
    padding: 0;
  }
  #promises-points .column:nth-child(3n+3) {
    margin: 0 0 40px 0;
  }
  #promises-points .column:nth-child(odd) {
    margin: 0 30px 40px 0;
  }
  #promises-points .column:nth-child(even) {
    margin: 0 0 40px 30px;
  }
  #promises-points .column .number {
    margin: 0 0 40px 0;
  }
  #performances .performance .inner {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
  #performances .performance .performance-description {
    width: 100%;
  }
  #performances .performance .performance-media {
    padding: 60px 0 60px 0;
    width: 100%;
  }
  #performances .performance .performance-description-bottom {
    padding: 0 0 40px 0;
  }
  footer {
    padding: 56px 0 60px 0;
  }
  footer .inner {
    flex-wrap: wrap;
  }
  footer .column {
    width: calc(50% - 30px);
  }
  footer .column:nth-child(1) {
    margin: 0 0 40px 0;
  }
  footer .column:nth-child(2) {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #disclaimer {
    width: 100%;
    padding: 180px 0 175px 0;
  }
  #disclaimer .inner {
    display: block;
  }
  #disclaimer-title {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #disclaimer-content {
    width: 100%;
  }
  #privacy .privacy-row {
    display: block;
  }
  #privacy .privacy-title {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #privacy .privacy-content {
    width: 100%;
  }
}
@media only screen and (max-width: 765px) {
  body.shownav {
    overflow: hidden;
  }
  .inner {
    padding: 0 25px;
  }
  #menu-toggle {
    display: block;
  }
  .shownav #menu {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }
  .shownav header {
    background-color: #fff;
  }
  header {
    height: 60px;
  }
  .scrolled header {
    height: 60px;
  }
  header .inner {
    height: 60px;
  }
  .scrolled header .inner {
    height: 60px;
  }
  #brand a {
    font-size: 17px;
  }
  .scrolled #brand a {
    font-size: 17px;
  }
  nav {
    display: none;
  }
  #introduction .inner {
    padding: 0 25px;
  }
  #introduction-title h2 {
    font-size: 20px;
  }
  #introduction-content p {
    font-size: 20px;
  }
  #results .inner {
    padding: 60px 25px 0 25px;
    display: block;
  }
  #promises .inner {
    padding: 0 25px;
  }
  #contact .arrow i {
    font-size: 16px;
  }
  #contact-media {
    position: relative;
    top: 0;
    left: 0;
    max-width: 200px;
    padding: 30px 0 0 0;
  }
  #contact-media img {
    max-width: 100%;
  }
  #contact-title {
    padding: 40px 0 0 0;
  }
  #contact-title h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #contact-form-columns {
    display: block;
  }
  #contact-form-alpha,
  #contact-form-beta {
    width: 100%;
  }
  #contact-form .field input[type=text],
  #contact-form .field input[type=email],
  #contact-form .field textarea,
  #contact-form .field select {
    font-size: 15px;
  }
  #contact-form-action {
    padding: 30px 0 60px 0;
  }
  #subscribe-connect .arrow i {
    font-size: 16px;
  }
  #subscribe-connect-media {
    position: relative;
    top: 0;
    left: 0;
    max-width: 200px;
    padding: 0px 0 20px 0;
  }
  #subscribe-connect-media img {
    max-width: 100%;
  }
  #subscribe-connect .inner {
    padding: 60px 25px 0 25px;
    display: block;
  }
  #subscribe {
    width: 100%;
  }
  #subscribe .dual-fields {
    display: block;
  }
  #subscribe .dual-fields .field {
    width: 100%;
  }
  #subscribe .field input[type=text],
  #subscribe .field input[type=email],
  #subscribe .field textarea,
  #subscribe .field select {
    font-size: 15px;
  }
  #subscribe .action {
    padding: 38px 0 60px 0;
  }
  #connect {
    width: 100%;
    padding: 0 0 40px 0;
  }
  #subscribe-connect h2 {
    margin: 0 0 30px 0;
    font-size: 20px;
  }
  #socials a {
    font-size: 15px;
    width: 36px;
    height: 36px;
  }
  #disclaimer {
    padding: 60px 0 60px 0;
  }
  #disclaimer-title h2 {
    font-size: 20px;
  }
  #disclaimer-content p {
    font-size: 15px;
  }
  #download-list {
    margin: 60px 0 0 0;
  }
  #download-list .download span {
    font-size: 15px;
  }
  #philosophies .philosophy .inner {
    padding: 0 25px;
  }
  #philosophies .philosophy .arrow i {
    font-size: 16px;
  }
  #philosophies .philosophy .philosophy-description {
    padding: 60px 0 0 0;
  }
  #philosophies .philosophy .philosophy-description h2 {
    font-size: 20px;
  }
  #philosophies .philosophy .philosophy-description p {
    font-size: 15px;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item .content h3 {
    font-size: 15px;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item .content p {
    font-size: 15px;
  }
  #promises .arrow i {
    font-size: 16px;
  }
  #promises-description h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #promises-description p {
    font-size: 15px;
  }
  #promises-points .column .number {
    width: 34px;
    height: 34px;
    margin: 0 0 20px 0;
  }
  #promises-points .column .number span {
    font-size: 12px;
  }
  #promises-points .column h3 {
    font-size: 15px;
  }
  #promises-points .column p,
  #promises-points .column p.more {
    font-size: 15px;
  }
  #performances .performance .arrow i {
    font-size: 16px;
  }
  #performances .performance .inner {
    padding: 0 25px;
  }
  #performances .performance .performance-description {
    padding: 60px 0 0 0;
  }
  #performances .performance .performance-description h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #performances .performance .performance-description p {
    font-size: 15px;
  }
  #performances .performance .performance-media {
    padding: 20px 0 60px 0;
  }
  #services .arrow i {
    font-size: 16px;
  }
  #services .service .service-description {
    padding: 90px 0 0 0;
  }
  #services .service .service-description h2 {
    font-size: 20px;
  }
  #services .service .service-description p {
    font-size: 15px;
  }
  #results-description h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  #results-description p,
  #results-description p.more {
    font-size: 15px;
  }
  #stats {
    padding: 50px 0 40px 0;
  }
  #stats .inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
  }
  #stats .inner .stat {
    width: 50%;
    margin: 0 0 30px 0;
  }
  #stats .inner .stat h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  #stats .inner .stat h3 {
    font-size: 15px;
  }
  #team-members .inner {
    padding: 60px 25px;
  }
  #team-members .arrow i {
    font-size: 16px;
  }
  #team-members .person,
  #team-members .person:nth-child(odd),
  #team-members .person:nth-child(even) {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #team-members .person .content h3,
  #team-members .person .content h4,
  #team-members .person .content p {
    font-size: 15px;
  }
  #privacy {
    padding: 60px 0 60px 0;
  }
  #privacy .privacy-row,
  #privacy .privacy-row:last-child {
    padding: 0 0 40px 0;
    border-bottom: none;
    margin: 0;
  }
  #privacy .privacy-title h2 {
    font-size: 19px;
  }
  #privacy .privacy-title h3 {
    font-size: 15px;
  }
  #privacy .privacy-content p {
    font-size: 15px;
  }
  #privacy .privacy-content li {
    font-size: 15px;
  }
  footer {
    padding: 50px 0 40px 0;
  }
  footer .inner {
    display: block;
  }
  footer .column {
    width: 100%;
    margin: 0 0 50px 0;
  }
  footer .column:last-child {
    margin: 0;
  }
  footer .column h5 {
    font-size: 15px;
    margin: 0 0 20px 0;
  }
  footer .column ul li {
    font-size: 15px;
  }
  footer .column.notes p {
    font-size: 15px;
  }
  footer .column .field input[type=text],
  footer .column .field input[type=email],
  footer .column .field select {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form .dual-fields {
    display: block;
  }
  #contact-form .dual-fields .field {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #philosophies .philosophy .philosophy-description {
    width: 100%;
  }
  #promises-description {
    width: 100%;
  }
  #performances .performance .performance-description {
    display: block;
  }
  #performances .performance .performance-description-title {
    width: 100%;
  }
  #performances .performance .performance-description-content {
    width: 100%;
  }
  #philosophies .philosophy .philosophy-description {
    display: block;
  }
  #philosophies .philosophy-description-title {
    width: 100%;
  }
  #philosophies .philosophy-description-content {
    width: 100%;
  }
  #introduction .inner {
    display: block;
    width: 100%;
  }
  #introduction-title {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #introduction-content {
    width: 100%;
    padding: 0;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item:nth-child(odd),
  #philosophies .philosophy .philosophy-grid .philosophy-item:nth-child(even) {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #philosophies .philosophy .philosophy-grid .philosophy-item .content {
    width: 100%;
  }
  #promises-points {
    display: block;
  }
  #promises-points .column {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #promises-points .column:nth-child(3n+3) {
    margin: 0 0 30px 0;
  }
  #promises-points .column:nth-child(odd) {
    margin: 0 0 40px 0;
  }
  #promises-points .column:nth-child(even) {
    margin: 0 0 30px 0;
  }
  #promises-points .column .content {
    width: 100%;
  }
  #services .service .service-description {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .chart-legend ul {
    flex-wrap: wrap;
  }
  #performances .performance .performance-description-bottom {
    padding: 0 0 20px 0;
  }
}

/* ============================================
   Contact & Complaints page styles
   ============================================ */
.section-title {
  font-size: 30px;
  color: #345dff;
  line-height: 1.33;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.section-block {
  margin-bottom: 40px;
}
