.-animated {
  animation-duration: .75s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.7, .7, 0, .9);
  opacity: 0;
  will-change: transform;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.-fade-in-up {
  animation-name: fadeInUp;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}


aside,
figcaption,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: .5rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}


ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #0275d8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, .75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
 border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
 -ms-box-shadow: 0 0 10px #000;
     box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner>div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
            transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
  }

  20% {
            transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1400px) {
  .row--overlap {
    margin-left: -8.34vw;
    margin-right: -8.34vw;
  }
}

.col-16 {
  width: 100%;
}

.col-11 {
  width: 68.75%;
}

.col-10 {
  width: 62.5%;
}

.col-9 {
  width: 56.25%;
}

.col-8 {
  width: 50%;
}

.col-7 {
  width: 43.75%;
}

.col-5 {
  width: 31.25%;
}

.col-4 {
  width: 25%;
}

.col-3 {
  width: 18.75%;
}

.pl-6 {
  padding-left: 37.5%;
}

.pl-2 {
  padding-left: 12.5%;
}

.pl-1 {
  padding-left: 6.25%;
}

.pr-4 {
  padding-right: 25%;
}

.pr-1 {
  padding-right: 6.25%;
}

.ml-11 {
  margin-left: 68.75%;
}

.ml-5 {
  margin-left: 31.25%;
}

.ml-3 {
  margin-left: 18.75%;
}

.ml-2 {
  margin-left: 12.5%;
}

.mr-3 {
  margin-right: 18.75%;
}

.mr-2 {
  margin-right: 12.5%;
}

.mr-1 {
  margin-right: 6.25%;
}

@media (max-width: 1100px) {
  .col-md-16 {
    width: 100% !important;
  }
}

@media (max-width: 1100px) {
  .col-md-15 {
    width: 93.75% !important;
  }
}

@media (max-width: 1100px) {
  .col-md-13 {
    width: 81.25% !important;
  }
}

@media (max-width: 1100px) {
  .col-md-11 {
    width: 68.75% !important;
  }
}

@media (max-width: 1100px) {
  .col-md-10 {
    width: 62.5% !important;
  }
}

@media (max-width: 1100px) {
  .col-md-8 {
    width: 50% !important;
  }
}

@media (max-width: 1100px) {
  .pl-md-4 {
    padding-left: 25% !important;
  }
}

@media (max-width: 1100px) {
  .pl-md-2 {
    padding-left: 12.5% !important;
  }
}

@media (max-width: 1100px) {
  .pr-md-3 {
    padding-right: 18.75% !important;
  }
}

@media (max-width: 1100px) {
  .pr-md-2 {
    padding-right: 12.5% !important;
  }
}

@media (max-width: 1100px) {
  .ml-md-8 {
    margin-left: 50% !important;
  }
}

@media (max-width: 1100px) {
  .ml-md-5 {
    margin-left: 31.25% !important;
  }
}

@media (max-width: 1100px) {
  .ml-md-3 {
    margin-left: 18.75% !important;
  }
}

@media (max-width: 1100px) {
  .ml-md-1 {
    margin-left: 6.25% !important;
  }
}

@media (max-width: 1100px) {
  .mr-md-1 {
    margin-right: 6.25% !important;
  }
}

@media (max-width: 720px) {
  .col-sm-16 {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  .col-sm-8 {
    width: 50% !important;
  }
}

@media (max-width: 720px) {
  .pl-sm-1 {
    padding-left: 6.25% !important;
  }
}

@media (max-width: 720px) {
  .pl-sm-0 {
    padding-left: 0% !important;
  }
}

@media (max-width: 720px) {
  .pr-sm-1 {
    padding-right: 6.25% !important;
  }
}

@media (max-width: 720px) {
  .ml-sm-4 {
    margin-left: 25% !important;
  }
}

@media (max-width: 720px) {
  .ml-sm-0 {
    margin-left: 0% !important;
  }
}

@media (max-width: 720px) {
  .mr-sm-4 {
    margin-right: 25% !important;
  }
}

@media (max-width: 720px) {
  .mr-sm-0 {
    margin-right: 0% !important;
  }
}

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

.flex-align-c {
  -ms-flex-align: center;
      align-items: center;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-0 {
  margin-top: 0 !important;
}

.-mb-45 {
  margin-bottom: -45px;
}

.mb-45 {
  margin-bottom: 45px;
}

@media (max-width: 720px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
}

.mb-0 {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

.pt-85 {
  padding-top: 85px;
}

@media (max-width: 1800px) {
  .pt-85 {
    padding-top: 4.82vw;
  }
}

@media (max-width: 720px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}

@media (max-width: 720px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.offset-heading {
  margin-bottom: 73.35px;
  margin-top: -101.875px !important;
}

@media (max-width: 1800px) {
  .offset-heading {
    margin-bottom: 6.25%;
  }
}

@media (max-width: 1024px) {
  .offset-heading {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .no-mob {
    display: none !important;
  }
}

.padding-bottom {
  padding-bottom: 40.75px;
}

@media (max-width: 1800px) {
  .padding-bottom {
    margin-bottom: 2.25vw;
  }
}

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

.white {
  color: #fff !important;
}

.color--biscay {
  color: #1f3b72 !important;
}

.color--martinique {
  color: #34325c !important;
}

.color--san-marino {
  color: #5875b7 !important;
}

.bg-white {
  background: #fff;
}

@media (max-width: 720px) {
  .bg-sm-overlap-l-white {
    position: relative;
  }

  .bg-sm-overlap-l-white::before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    background: white;
    height: 100%;
    top: 0;
    width: 7vw;
  }
}

.bg-overlap-r-white {
  position: relative;
}

.bg-overlap-r-white::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  background: white;
  height: 100%;
  top: 0;
  width: 250px;
}

@media (max-width: 1800px) {
  .bg-overlap-r-white::after {
    width: 8.34vw;
  }
}

@media (max-width: 1024px) {
  .bg-overlap-r-white::after {
    width: 10vw;
  }
}

@media (max-width: 720px) {
  .bg-overlap-r-white::after {
    width: 7vw;
  }
}

.trim>*:last-child {
  margin-bottom: 0 !important;
}

.ex-sortable.trim .ex-section:last-child>*:last-child {
  margin-bottom: 0 !important;
}

.alpha,
.beta,
.gamma,
.delta,
.epsilon {
  font-family: Georgia, serif;
  margin-top: 0;
  line-height: 1.3;
  color: #233d6b;
  font-weight: normal;
}

.alpha.bold,
.beta.bold,
.gamma.bold,
.delta.bold,
.epsilon.bold {
  font-weight: 700;
}

.alpha.malta,
.beta.malta,
.gamma.malta,
.delta.malta,
.epsilon.malta {
  color: #bab09e;
}

.alpha.no-margin,
.beta.no-margin,
.gamma.no-margin,
.delta.no-margin,
.epsilon.no-margin {
  margin: 0;
}

.alpha {
  font-size: 6.25rem;
  font-size: 81px;
  font-size: calc((38px - 512px * .04814) + 4.81366vw);
  margin: 0;
}

@media screen and (max-width: 512px) {
  .alpha {
    font-size: 38px;
  }
}

@media screen and (min-width: 1800px) {
  .alpha {
    font-size: 100px;
  }
}

.alpha--small {
  font-size: 5.5rem;
  font-size: 72px;
  font-size: calc((32px - 512px * .04348) + 4.34783vw);
  line-height: 1;
}

@media screen and (max-width: 512px) {
  .alpha--small {
    font-size: 32px;
  }
}

@media screen and (min-width: 1800px) {
  .alpha--small {
    font-size: 88px;
  }
}

.beta {
  font-size: 2.625rem;
  font-size: 28px;
  font-size: calc((28px - 512px * .01087) + 1.08696vw);
}

@media screen and (max-width: 512px) {
  .beta {
    font-size: 28px;
  }
}

@media screen and (min-width: 1800px) {
  .beta {
    font-size: 42px;
  }
}

.gamma {
  font-size: 1.5rem;
  font-size: 15px;
  font-size: calc((18px - 512px * .00466) + .46584vw);
}

@media screen and (max-width: 512px) {
  .gamma {
    font-size: 18px;
  }
}

@media screen and (min-width: 1800px) {
  .gamma {
    font-size: 24px;
  }
}

.delta {
  font-size: 1.125rem;
  font-size: 10px;
  font-size: calc((16px - 512px * .00155) + .15528vw);
}

@media screen and (max-width: 512px) {
  .delta {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  .delta {
    font-size: 18px;
  }
}

.epsilon {
  font-size: 1rem;
  font-size: 9px;
  font-size: calc((14px - 512px * .00155) + .15528vw);
}

@media screen and (max-width: 512px) {
  .epsilon {
    font-size: 14px;
  }
}

@media screen and (min-width: 1800px) {
  .epsilon {
    font-size: 16px;
  }
}

.serif {
  font-family: Georgia, serif;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-11 {
  font-size: 11px;
}

.fs-14 {
  font-size: 14px;
}

.uppercase {
  text-transform: uppercase;
}

.half {
  width: 50%;
}

@media (max-width: 1024px) {
  .half {
    width: 100%;
  }
}

.three-quarters {
  width: 75%;
}

@media (max-width: 1024px) {
  .three-quarters {
    width: 100%;
  }
}

html,
body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  background: #f8faff;
  color: #85829d;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  font-size: 16px;
  font-weight: normal;
}

body.-locked {
  max-height: 100vh;
  overflow: hidden;
}

.site-content a {
  color: #5875b7;
  transition: color .25s cubic-bezier(.7, .7, 0, .9);
  text-decoration: none;
}

.site-content a:hover {
  color: #233d6b;
}

.site-content a:focus {
  text-decoration: underline;
}

.site-container {
  max-width: 1880px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .site-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .site-container {
    padding-top: 160px;
  }
}

@media (max-width: 512px) {
  .site-container {
    padding-top: 120px;
  }
}

.ex-site .site-container {
  margin-top: 92px;
}

@media (max-width: 1024px) {
  .ex-site .site-container {
    margin-top: 0;
    padding-top: 0;
  }
}

.site-section {
  width: 100%;
  max-width: 1800px;
  background-color: #fff;
  position: relative;
  padding: 172.5px 20px 197.5px;
}

@media (max-width: 1800px) {
  .site-section {
    padding-top: 12.25vw;
    padding-bottom: 10vw;
  }
}

@media (max-width: 1024px) {
  .site-section {
    padding-top: 7.5vh;
    padding-bottom: 7.5vh;
  }
}

@media (max-width: 720px) {
  .site-section {
    padding-top: 7.5vh;
    padding-bottom: 7.5vh;
  }
}

.site-section--home a {
  margin-left: 81.5px;
}

@media (max-width: 1800px) {
  .site-section--home a {
    margin-left: 5vw;
  }
}

@media (max-width: 1024px) {
  .site-section--home a {
    margin-left: 0;
  }
}

.site-section--video {
  padding-bottom: 55.111% !important;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .site-section--video {
    padding-bottom: 61.111% !important;
  }
}

.site-section--reduced-vert-padding {
  padding-top: 86.25px;
  padding-bottom: 98.75px;
}

@media (max-width: 1800px) {
  .site-section--reduced-vert-padding {
    padding-top: 4.82vw;
    padding-bottom: 5.45vw;
  }
}

@media (max-width: 1024px) {
  .site-section--reduced-vert-padding {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
}

.site-section--no-pad-top {
  padding-top: 0;
}

.site-section--overlap-top-right {
  margin-top: 90px;
}

@media (max-width: 1800px) {
  .site-section--overlap-top-right {
    margin-top: 5vw;
  }
}

.site-section--overlap-top-right::before {
  content: '';
  display: block;
  width: 50%;
  height: 90px;
  position: absolute;
  top: -90px;
  right: 0;
  background: #fff;
}

.site-section--hero,
.site-section--portfolio {
  padding: 0;
  padding-bottom: 61.111%;
  background-color: #233d6b;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .site-section--hero,
  .site-section--portfolio {
    padding: 15% 5% !important;
  }
}

.site-section--hero-narrow {
  padding-bottom: 44.5%;
}

@media (max-width: 1200px) {
  .site-section--hero-narrow {
    padding-bottom: 50%;
  }
}

.site-section--hero--careers {
  padding-bottom: 30%;
}

@media (max-width: 1200px) {
  .site-section--hero--careers {
    padding-bottom: 40%;
  }
}

.site-section--hero-narrow::after {
  display: block;
  position: absolute;
  width: 77%;
  height: 5px;
  background: #b2a38a;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.site-section--hero-narrow:not(.site-section--hero-news)::after {
  content: '';
}

.site-section--hero .editable--image,
.site-section--portfolio .editable--image,
.site-section--hero .editable__bounding-box,
.site-section--portfolio .editable__bounding-box {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.site-section--hero *,
.site-section--portfolio * {
  color: #fff;
}

.site-section--hero a,
.site-section--portfolio a {
  color: #fff;
  font-family: Georgia, serif;
  font-weight: bold;
  position: relative;
}

.site-section--hero a::after,
.site-section--portfolio a::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translate3d(-100%, 5px, 0);
  transition: .25s cubic-bezier(.7, .7, 0, .9);
}

.site-section--hero a:hover,
.site-section--portfolio a:hover {
  color: #fff;
  text-decoration: none;
}

.site-section--hero a:hover::after,
.site-section--portfolio a:hover::after {
  opacity: 1;
  transform: translate3d(0, 5px, 0);
}

.site-section.overlay:before,
.site-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  left: 0;
  top: 0;
  object-fit: cover;
}

.site-section.overlay:before {
  content: '';
  background: linear-gradient(rgba(88, 117, 183, .55), rgba(88, 117, 183, .55));
}

.site-section--bar-top-right::before,
.site-section--bar-top-right-alt-1::before,
.site-section--bar-top-right-alt-2::before,
.site-section--bg-zircon::before {
  content: '';
  width: 331.5px;
  height: 5px;
  background: #98a5d4;
  display: block;
  position: absolute;
}

.site-section--bar-top-right::before {
  top: 0;
  right: 0;
  width: 41%;
}

.site-section--bar-top-right-alt-1::before {
  top: 0;
  right: 5%;
  width: 50%;
}

.site-section--bar-top-right-alt-2::before {
  top: 0;
  right: 0;
  width: 54.5%;
}

.site-section--bg-zircon {
  background-color: #f8faff;
}

.site-section--bg-zircon::before {
  top: 0;
  left: 0;
}

.site-section--bg-zircon-no-pseudo {
  background-color: #f8faff;
}

.site-section--bg-zircon-no-pseudo::before {
  display: none;
}

.site-section--no-bar::before {
  display: none;
}

.site-section--bg-biscay {
  background: #1f3b72;
}

.site-section--bg-biscay * {
  color: #fff;
}

.site-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.site-content--hero,
.site-content--portfolio {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding-left: 80px;
}

@media (max-width: 1024px) {
  .site-content--hero,
  .site-content--portfolio {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
        transform: none;
    padding-left: 0;
  }

  .site-content--hero .bold,
  .site-content--portfolio .bold {
    font-weight: normal;
  }
}

.site-content--hero p,
.site-content--portfolio p {
  padding-left: 81.5px;
  max-width: 566.5px;
  margin-top: 50px;
  line-height: 1.75;
  letter-spacing: .03em;
}

@media (max-width: 1800px) {
  .site-content--hero p,
  .site-content--portfolio p {
    padding-left: 6.25%;
  }
}

@media (max-width: 1800px) {
  .site-content--hero p,
  .site-content--portfolio p {
    margin-top: 2.7vw;
  }
}

@media (max-width: 1550px) {
  .site-content--hero p,
  .site-content--portfolio p {
    margin-top: 2.2vw;
  }
}

@media (max-width: 1024px) {
  .site-content--hero p,
  .site-content--portfolio p {
    padding-left: 0;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

.site-content--hero a,
.site-content--portfolio a {
  display: inline-block;
  margin-top: 13px;
  letter-spacing: .025em;
}

.site-content--hero-narrow h1 {
  margin-left: 81.5px;
  line-height: 1.45;
  margin-top: 40px;
}

@media (max-width: 1800px) {
  .site-content--hero-narrow h1 {
    margin-left: 4.5vw;
    margin-top: 2.25vw;
  }
}

@media (max-width: 1024px) {
  .site-content--hero-narrow h1 {
    margin-left: 0;
  }
}

.site-content--hero-narrow p {
  max-width: 750px;
}

.tagline {
  color: #fff;
  margin-bottom: 35px;
  display: block;
  font-family: Georgia, serif;
  font-size: 1.125rem;
  font-weight: bold;
}

.tagline::before {
  width: 50px;
  height: 2px;
  background-color: #fff;
  content: '';
  display: inline-block;
  margin-right: 33.5px;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .tagline {
    display: none;
  }
}

.two-col {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1024px) {
  .two-col {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.two-col--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .two-col--reverse {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.two-col__item {
  width: 50%;
}

@media (max-width: 1024px) {
  .two-col__item {
    width: 100%;
  }
}

.two-col__item--home {
  margin-top: 132px;
  margin-left: -4px;
}

@media (max-width: 1800px) {
  .two-col__item--home {
    margin-top: 7.35vw;
  }
}

.two-col__item--home p {
  margin-top: 21px;
}

.two-col__item--home p:first-of-type {
  margin-top: 52px;
}

.two-col__item--home .btn,
.two-col__item--home .two-col__item .editable--link .btn.btn--block,
.two-col__item .editable--link .two-col__item--home .btn.btn--block {
  margin-top: 87px;
}

.two-col__item--home-lower {
  margin-top: 146px;
}

@media (max-width: 1800px) {
  .two-col__item--home-lower {
    margin-top: 8.15vw;
  }
}

.two-col__item p {
  padding-left: 81.5px;
  font-size: 1rem;
}

@media (max-width: 1800px) {
  .two-col__item p {
    padding-left: 6.25%;
  }
}

@media (max-width: 1024px) {
  .two-col__item p {
    padding-left: 40.75px;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .two-col__item p {
    padding-left: 3.125%;
  }
}

.two-col__item--bump-left {
  padding-left: 81.5px;
}

@media (max-width: 1800px) {
  .two-col__item--bump-left {
    padding-left: 6.25%;
  }
}

@media (max-width: 1024px) {
  .two-col__item--bump-left {
    padding-left: 0px;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .two-col__item--bump-left {
    padding-left: 0%;
  }
}

.two-col__item--bump-right {
  padding-right: 65.2px;
}

@media (max-width: 1800px) {
  .two-col__item--bump-right {
    padding-right: 5%;
  }
}

@media (max-width: 1024px) {
  .two-col__item--bump-right {
    padding-right: 0px;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .two-col__item--bump-right {
    padding-right: 0%;
  }
}

@media (max-width: 1024px) {
  .two-col__item--image {
    margin-bottom: 29px;
  }
}

.two-col__item--image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.two-col__item .editable--link {
  display: block;
  width: 100%;
}

.canvas-anim,
.hero-video,
.hero-video__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.canvas-fallback {
  background-color: rgba(29, 61, 110, .55);
}

.hero-video {
  object-fit: cover;
}

.hero-video__container {
  overflow: hidden;
}

.breadcrumb {
  color: #34325c;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  left: 0;
  top: 0;
  position: absolute;
}

.breadcrumb--static {
  position: relative;
}

.breadcrumb .editable>* {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.breadcrumb>* {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.breadcrumb strong::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  margin: 0 10px;
  background: #c2c0ce;
}

.modal {
  border-radius: 0;
  box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .15);
}

.blocker {
  z-index: 999;
}

.carousel-cell {
  width: 100%;
}

.carousel-cell .ex-section-buttons {
  right: 81.5px !important;
}

.carousel-cell img {
  display: block;
  max-width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  left: 0;
  top: 0;
  object-fit: cover;
  background-color: rgba(31, 60, 108, .1);
}

.btn,
.two-col__item .editable--link .btn.btn--block {
  display: inline-block;
}

.btn--block,
.two-col__item .editable--link .btn.btn--block {
  display: -ms-flexbox;
  display: flex;
  color: #5875b7;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  position: relative;
  margin-top: 60px;
  height: 70px;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: bold;
  transition: color .25s cubic-bezier(.7, .7, 0, .9);
}

@media (max-width: 1024px) {
  .btn--block,
  .two-col__item .editable--link .btn.btn--block {
    margin-left: 0;
  }
}

.btn--block::before,
.two-col__item .editable--link .btn.btn--block::before {
  width: 50px;
  height: 2px;
  background: #5875b7;
  margin-right: 31.5px;
  content: '';
  transition: width .25s cubic-bezier(.7, .7, 0, .9);
}

.btn--block::after,
.two-col__item .editable--link .btn.btn--block::after {
  content: '→';
  font-size: 1.625rem;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-serif;
  width: 70px;
  height: 70px;
  background: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  box-shadow: 0 10px 100px -5px rgba(94, 117, 178, .2);
  transition: .25s cubic-bezier(.7, .7, 0, .9);
}

@media (max-width: 1024px) {
  .btn--block::after,
  .two-col__item .editable--link .btn.btn--block::after {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 512px) {
  .btn--block::after,
  .two-col__item .editable--link .btn.btn--block::after {
    width: 75px;
    height: 75px;
  }
}

.btn--block:hover::before,
.two-col__item .editable--link .btn.btn--block:hover::before {
  width: 81.5px;
}

.btn--block:hover::after,
.two-col__item .editable--link .btn.btn--block:hover::after {
  background: #5875b7;
  color: #fff;
  box-shadow: 0 0 50px -5px rgba(94, 117, 178, .1);
}

.btn--block--no-arrow::after {
  display: none;
}

.btn--about {
  display: -ms-flexbox;
  display: flex;
  color: #5875b7;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 14px;
  position: relative;
  transition: color .25s cubic-bezier(.7, .7, 0, .9);
}

.btn--about::before {
  content: 'Next';
  display: inline-block;
  font-weight: bold;
  width: 35px;
  margin-right: 40px;
  transition: .25s cubic-bezier(.7, .7, 0, .9);
}

.btn--about::after {
  content: '';
  height: 1px;
  width: 25px;
  background: #5875b7;
  left: 40px;
  top: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: .25s cubic-bezier(.7, .7, 0, .9);
}

.btn--about:hover {
  color: #233d6b;
}

.btn--about:hover::before {
  margin-right: 60px;
}

.btn--about:hover::after {
  width: 45px;
  background: #233d6b;
}

.btn--contact,
.btn--investors {
  font-family: Georgia, serif;
  color: #fff !important;
  border: 0;
  background: #5875b7;
  font-weight: bold;
  width: 100%;
  max-width: 407.5px;
  height: 90px;
  letter-spacing: .025em;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: background .25s cubic-bezier(.7, .7, 0, .9) !important;
  border-radius: 0;
}

.btn--contact::after,
.btn--investors::after {
  content: '→';
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-serif;
}

.btn--contact:hover,
.btn--investors:hover {
  background: #3b5288;
}

.btn--contact--drop {
  -ms-transform: translateY(50%);
      transform: translateY(50%);
}

.btn--investors {
  padding-left: 35px;
  padding-right: 33px;
}

.btn--investors::after {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../img/markup/download-arrow--white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.btn--date {
  border: none;
  background: #5875b7;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 30px;
}

.btn--date.reset {
  margin-left: 10px;
  background: #bab09e;
}

.btn--date.reset:hover {
  background: #bab09e-20;
}

.btn--date:hover {
  background: #5875b7-20;
}

.btn--load-more {
  font-family: Georgia, serif;
  color: #fff !important;
  border: 0;
  background: #5875b7;
  font-weight: bold;
  height: 80px;
  padding: 10px 40px;
  border-radius: 0;
  letter-spacing: .025em;
  cursor: pointer;
  transition: background .25s cubic-bezier(.7, .7, 0, .9) !important;
}

.btn--load-more:hover {
  background: #3b5288;
}

.link-arrow::after {
  content: '→';
  position: absolute;
  right: 40px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 1.625rem;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-serif;
  transition: transform .3s ease-out;
  opacity: .8;
}

.link-arrow:hover::after {
  -ms-transform: translate(10px, -50%);
      transform: translate(10px, -50%);
}

.return-link {
  margin-top: 30px;
  display: block;
}

.return-link::before {
  content: '←';
  line-height: inherit;
  margin-right: .5em;
  text-decoration: none;
  display: inline-block;
  font-size: 1.65em;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-serif;
}

.form {
  max-width: 567px;
  width: 100%;
}

.form input,
.form textarea {
  width: 100%;
  border: 2px solid #5875b7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 6.25%;
  font-family: Georgia, serif;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #5875b7;
  font-weight: bold;
  font-family: Georgia, serif;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #5875b7;
  font-weight: bold;
  font-family: Georgia, serif;
}

.form input {
  height: 85px;
}

.form textarea {
  resize: none;
  height: 170px;
}

.form-group {
  padding-top: 20px;
  position: relative;
  width: 100%;
}

.form-group--inset {
  width: calc(100% - 20px);
}

.form-group--upload {
  padding: 13px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #34325c;
  color: #fff;
}

.form-group--select label {
  width: 25%;
  margin-right: 20px;
}

.form-group__label {
  font-size: 14px;
  z-index: 1;
  pointer-events: none;
}

.form-group__label:not(.form-group__label--static) {
  position: absolute;
  top: 30px;
  transition: transform ease-out .3s, font-size ease-out .3s;
}

.form-group__input:focus+.form-group__label,
.form-group__input.-filled+.form-group__label {
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
  font-size: 11px;
}

.form-group__input,
.form-group__textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid #5875b7;
  border-radius: 0;
  padding: 15px 0;
}

.form-group__input:focus,
.form-group__textarea:focus {
  outline: none;
}

.form-group__textarea {
  resize: none;
}

.form-group__file {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #5875b7;
  border-radius: 50px;
  color: #fff;
  padding: 18px 22px;
  margin-left: 25px;
  transition: background .3s ease-out;
  outline: none;
}

.form-group__file.-uploaded {
  background: #98a5d4;
}

.form-submit {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #fff;
  background: #5875b7;
  padding: 35px 30px;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.form-submit--inset {
  width: calc(100% - 20px);
}

.form-submit::after {
  content: '→';
  display: inline-block;
  margin-left: 10px;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-serif;
}

.form-error {
  color: red;
}

.nav-header--mobile {
  width: 32%;
}

@media (max-width: 1200px) {
  .nav-header--mobile {
    padding: 20px 20px;
  }
}

@media (max-width: 1024px) {
  .nav-header--mobile {
    width: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-header--mobile.-open {
  border-bottom: 1px solid #364f80;
}

.site-header {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: auto;
  right: auto;
  z-index: 999;
  max-width: 1800px;
  width: 100%;
  background: #fff;
  transition: background .25s cubic-bezier(.7, .7, 0, .9), box-shadow .25s cubic-bezier(.7, .7, 0, .9);
  box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .1);
}

@media (max-width: 1880px) {
  .site-header {
    left: 40px;
    right: 40px;
    width: auto;
  }
}

@media (max-width: 1800px) {
  .site-header {
    background: #fff;
  }
}

@media (max-width: 1550px) {
  .site-header {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 1200px) {
  .site-header {
    left: 0;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .site-header {
    box-shadow: 0 10px 10px -5px rgba(94, 117, 178, 0);
    position: relative;
    -ms-flex-pack: justify;
        justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
}

.site-header::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 100%;
  background-color: #f8faff;
  right: 100%;
  pointer-events: none;
}

.site-header::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 100%;
  background-color: #f8faff;
  left: 100%;
  pointer-events: none;
}

@media (max-width: 1800px) {
  .site-header::before,
  .site-header::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .site-header {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    top: 0;
    bottom: 0;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
    overflow: auto;
  }

  .site-header.-open {
    position: fixed;
    background: #233d6b;
  }

  .site-header.-open .site-logo {
    background: #233d6b;
  }

  .site-header.-open .site-logo .svg--mobile>svg * {
    fill: #fff;
  }

  .site-header.-open .nav-toggle {
    background: #233d6b;
  }

  .site-header.-open .nav-toggle span {
    color: #fff;
  }
}

.site-header--no-shadow {
  box-shadow: none;
}

.site-logo {
  width: 32%;
  background: #fff;
  transition: background .25s cubic-bezier(.7, .7, 0, .9);
}

@media (max-width: 1024px) {
  .site-logo {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 3% 5%;
    margin-right: auto;
  }
}

@media (max-width: 512px) {
  .site-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-logo .svg--desktop {
  display: block;
}

@media (max-width: 1024px) {
  .site-logo .svg--desktop {
    display: none;
  }
}

.site-logo .svg--desktop>svg {
  width: 262px;
  height: auto;
  float: right;
}

@media (max-width: 1200px) {
  .site-logo .svg--desktop>svg {
    width: 100%;
    max-width: 282px;
  }
}

.site-logo .svg--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .site-logo .svg--mobile {
    display: block;
  }
}

.site-logo .svg--mobile>svg {
  width: 182px;
  height: 100%;
}

@media (max-width: 1024px) {
  .site-logo .svg--mobile>svg {
    width: 37.5%;
  }
}

.site-logo .svg--mobile>svg * {
  transition: fill .25s cubic-bezier(.7, .7, 0, .9);
}

.site-nav {
  margin: 0 0 0 155px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 58%;
  margin-left: auto;
  position: relative;
}

@media (max-width: 1200px) {
  .site-nav {
    margin-left: auto;
    width: 68%;
  }
}

@media (max-width: 1024px) {
  .site-nav {
    margin: 0 auto;
    left: 0;
    width: 100%;
    background: #233d6b;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .1);
    transition: opacity .25s cubic-bezier(.7, .7, 0, .9), visibility .25s cubic-bezier(.7, .7, 0, .9), position 0s 0s;
    margin-bottom: auto;
    position: absolute;
    visibility: hidden;
  }
}

@media (max-width: 1024px) {
  .site-nav.-show {
    visibility: visible;
    position: relative;
    opacity: 1;
    pointer-events: all;
    overflow: auto;
  }
}

.site-nav__list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1024px) {
  .site-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}

.site-nav__list-item {
  list-style: none;
  display: inline-block;
}

@media (max-width: 1024px) {
  .site-nav__list-item {
    width: 100%;
    border-top: 1px solid #364f80;
  }
}

@media (min-width: 1024px) {
  .site-nav__list-item--mobile {
    display: none;
  }
}

.site-nav__link {
  padding: 0 35px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  text-decoration: none;
  transition: color .25s cubic-bezier(.7, .7, 0, .9);
  color: #85829d;
  border-bottom: 2px solid transparent;
}

.site-nav__link:hover {
  color: #233d6b;
  border-color: #233d6b;
}

@media (max-width: 1024px) {
  .site-nav__link {
    font-size: 1.25rem;
    padding: 25px 5%;
    color: #fff;
  }

  .site-nav__link:hover {
    color: #fff;
  }
}

.site-nav__link--contact {
  margin-left: auto;
  border-bottom: 0;
  display: block;
  padding: 32px 55px;
  background: #bab09e;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  transition: background .25s cubic-bezier(.7, .7, 0, .9);
}

.site-nav__link--contact:hover {
  color: #fff;
  background: #a59880;
}

@media (max-width: 1800px) {
  .site-nav__link--contact {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .site-nav__link--contact {
    display: none;
  }
}

.nav-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: -ms-flexbox;
    display: flex;
    background: #f8faff;
    position: relative;
    border: 0;
    outline: 0;
    padding: 35px 25px;
    width: 125px;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    transition: background .25s cubic-bezier(.7, .7, 0, .9);
  }

  .nav-toggle span {
    font-family: Georgia, serif;
    font-size: 20px;
    color: #233d6b;
    font-weight: bold;
    transition: color .25s cubic-bezier(.7, .7, 0, .9);
  }

  .nav-toggle span::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #5875b7;
    display: block;
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
  }
}

.search-toggle {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1024px) {
  .search-toggle {
    display: none;
  }
}

.search-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e2e7f3;
}

.search-input.active {
  display: -ms-flexbox;
  display: flex;
}

.search-input__query {
  -webkit-appearance: hidden;
     -moz-appearance: hidden;
          appearance: hidden;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  outline: none;
}

.search-input__close {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
}

.search-results {
  position: absolute;
  background: #f8faff;
  box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .15);
  left: 0;
  right: 0;
  top: 100%;
  padding: 30px 0 10px;
  display: none;
  max-height: 600px;
  overflow-y: auto;
}

.search-results.active {
  display: block;
}

.search-results__title,
.search-results__category,
.search-input__query {
  margin-left: 40px;
  margin-right: 40px;
}

.search-results__link {
  padding-left: 40px;
  padding-right: 40px;
}

.search-results__title {
  font-family: "Noe Display", Georgia, serif;
  font-size: 16px;
  color: #233d6b;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #e2e7f3;
  padding-bottom: 18px;
}

.search-results__count {
  font-weight: 700;
}

.search-results__section {
  padding-bottom: 18px;
}

.search-results__section+.search-results__section .search-results__category {
  border-top: 2px solid #e2e7f3;
}

.search-results__category {
  text-transform: uppercase;
  color: #5875b7;
  letter-spacing: .02em;
  font-weight: 500;
  font-size: 11px;
  padding-top: 18px;
  margin-top: 0;
}

.search-results__list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}

.search-results__item {
  width: 100%;
  display: block;
}

.search-results__link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #85829d;
  font-size: 16px;
}

.search-results__link:hover {
  background: #5875b7;
  color: #fff;
}

.site-footer {
  background-image: url("../img/footer.jpg");
  background-position: center;
  background-size: cover;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
  padding-top: 87.5px;
  padding-bottom: 50px;
  border-bottom: 6px solid #bab09e;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.0625rem;
}

.site-footer__contact span {
  margin: 0 15px;
}

.site-footer__links {
  margin-top: 100px;
  font-size: .6875rem;
}

.site-footer__links span:not(:last-child)::after {
  content: '-';
  display: inline-block;
  margin: 0 10px;
}

.site-footer__links a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.site-footer__links a::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: .25s cubic-bezier(.7, .7, 0, .9);
}

.site-footer__links a:hover {
  color: #fff;
  text-decoration: none;
}

.site-footer__links a:hover::after {
  opacity: .75;
  transform: translate3d(0, 5px, 0);
}

.site-footer__address {
  padding: 0 65.5px;
}

@media (max-width: 512px) {
  .site-footer__address {
    padding: 0 7.5vw;
  }
}

.site-logo--footer {
  background: none;
  display: block;
  margin: 0 auto 30px;
  padding: 0;
}

.site-logo--footer svg {
  float: none !important;
}

@media (max-width: 1024px) {
  .site-logo--footer svg {
    max-width: 120px !important;
    width: 25% !important;
  }
}

.site-logo--footer svg .tcs-logo-1,
.site-logo--footer svg .tcs-logo-2,
.site-logo--footer svg .tcs-logo-3 {
  fill: #fff;
}

.back-to-top {
  font-size: .6875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  padding: 22px;
  background: #fff;
  color: #85829d;
  text-decoration: none;
  transition: color .25s cubic-bezier(.7, .7, 0, .9);
}

.back-to-top__symbol {
  height: auto;
  margin-right: 10px;
}

.back-to-top__symbol svg {
  width: 27px;
  height: 27px;
}

.back-to-top__symbol svg * {
  stroke: #85829d;
  transition: stroke .25s cubic-bezier(.7, .7, 0, .9);
}

.back-to-top:hover {
  color: #5f5d76;
}

.back-to-top:hover .back-to-top__symbol svg * {
  stroke: #5f5d76;
}

.stock-info {
  border-top: 1px solid #e7e6eb;
  position: fixed;
  width: 100%;
  max-width: 1800px;
  background: #fff;
  bottom: 0;
  text-align: center;
  font-size: .875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 999;
}

.stock-info>span {
  padding: 20px 10px;
  vertical-align: middle;
}

.stock-info__symbol {
  font-weight: 600;
}

@media (max-width: 512px) {
  .stock-info__symbol {
    width: 100%;
    padding-bottom: 0 !important;
  }
}

.stock-info__price {
  color: #34325c;
  font-weight: 700;
  font-size: 1.1875rem;
}

.stock-info__change {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.stock-info__icon {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 10px;
}

@media (max-width: 1800px) {
  .stock-info {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .stock-info {
    position: relative;
  }
}

.news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .ex-section {
  max-width: calc(50% - 50px);
}

@media (max-width: 1024px) {
  .news .ex-section {
    max-width: initial;
    width: 100%;
  }
}

.news__heading {
  padding-left: 81.5px;
}

@media (max-width: 1800px) {
  .news__heading {
    padding-left: 6.25%;
  }
}

.news__heading--home {
  position: relative;
  top: -0.5em;
}

.news__item {
  width: 485px;
  max-width: calc(33.333333% - 24px);
  margin-bottom: 20px;
  background: #233d6b;
}

.news__item__image {
  width: 488px;
  max-width: 100%;
}

.news__item__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.news__item__info,
.news--home .news__item:nth-child(2n+1) .news__item__info {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 42px 70px 37px 45px;
  color: #fff;
}

@media (max-width: 1024px) {
  .news__item__info,
  .news--home .news__item:nth-child(2n+1) .news__item__info {
    width: 100%;
  }
}

.news__item__info p,
.news--home .news__item:nth-child(2n+1) .news__item__info p {
  font-family: Georgia, serif;
  line-height: 1.5;
}

.news__item__info a,
.news--home .news__item:nth-child(2n+1) .news__item__info a {
  font-family: Georgia, serif;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}

.news__item__info a:hover,
.news--home .news__item:nth-child(2n+1) .news__item__info a:hover {
  text-decoration: underline;
}

.news__item__share,
.news--home .news__item:nth-child(2n+1) .news__item__share {
  background: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s cubic-bezier(.7, .7, 0, .9);
}

.news__item__share.-show,
.news--home .news__item:nth-child(2n+1) .news__item__share.-show {
  pointer-events: all;
  opacity: 1;
}

.news__item__share ul,
.news--home .news__item:nth-child(2n+1) .news__item__share ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.news__item__share ul li,
.news--home .news__item:nth-child(2n+1) .news__item__share ul li {
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.news__item__share ul li a,
.news--home .news__item:nth-child(2n+1) .news__item__share ul li a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: inherit;
  transition: background .25s cubic-bezier(.7, .7, 0, .9);
}

.news__item__share ul li a svg,
.news--home .news__item:nth-child(2n+1) .news__item__share ul li a svg {
  max-height: 32px;
  max-width: 32px;
}

.news__item__share ul li a svg *,
.news--home .news__item:nth-child(2n+1) .news__item__share ul li a svg * {
  fill: #fff;
}

.news__item__share ul li a:hover,
.news--home .news__item:nth-child(2n+1) .news__item__share ul li a:hover {
  background: #365ea5;
}

.news__item:nth-child(even),
.news__item:nth-child(4n),
.news--home .news__item:nth-child(2n+2) {
  background: #fff;
}

.news__item:nth-child(even) .news__item__info,
.news__item:nth-child(4n) .news__item__info,
.news--home .news__item:nth-child(2n+2) .news__item__info {
  color: #233d6b;
}

.news__item:nth-child(even) .news__item__info a,
.news__item:nth-child(4n) .news__item__info a,
.news--home .news__item:nth-child(2n+2) .news__item__info a {
  color: #5875b7 !important;
}

.news__item:nth-child(even) .news__item__info .info__date,
.news__item:nth-child(4n) .news__item__info .info__date,
.news--home .news__item:nth-child(2n+2) .news__item__info .info__date {
  color: #98a5d4;
}

.news__item:nth-child(even) .news__item__share a svg *,
.news__item:nth-child(4n) .news__item__share a svg *,
.news--home .news__item:nth-child(2n+2) .news__item__share a svg * {
  fill: #233d6b;
}

.news__item:nth-child(even) .news__item__share a:hover,
.news__item:nth-child(4n) .news__item__share a:hover,
.news--home .news__item:nth-child(2n+2) .news__item__share a:hover {
  background: #f2f2f2;
}

.news-article__share--portfolio {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .news-article__share--portfolio {
    padding-top: 12.5vw;
  }
}

@media (max-width: 1024px) {
  .news {
    max-width: initial;
    padding-left: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }

  .news__heading {
    padding-left: 0;
  }

  .news__item {
    max-width: 100%;
  }

  .news:nth-child(even) .news__item__info a {
    color: #5875b7 !important;
  }

  .news:nth-child(even) .news__item__info .info__date {
    color: #98a5d4;
  }

  .news:nth-child(even) .news__item__share a svg * {
    fill: #233d6b;
  }

  .news:nth-child(even) .news__item__share a:hover {
    background: #f2f2f2;
  }
}

@media (max-width: 512px) {
  .news__item {
    box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .15);
  }

  .news__item__info {
    float: none;
    padding-left: 163px;
    padding-right: 163px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 512px) and (max-width: 1800px) {
  .news__item__info {
    padding-left: 12.5%;
  }
}

@media (max-width: 512px) and (max-width: 1800px) {
  .news__item__info {
    padding-right: 12.5%;
  }
}

@media (max-width: 512px) {
  .news__item__image {
    width: 100%;
  }
}

.info__date {
  font-size: .6875rem;
  font-family: "Graphik", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
  font-weight: 500;
}

.info__share {
  position: absolute;
  top: 48px;
  right: 37px;
}

.info__share svg {
  width: 21px;
  height: 21px;
  fill: #5875b7;
}

.info__summary {
  list-style: 1.6;
  font-size: 1.04rem;
  margin-top: 0;
}

.news-article {
  margin-top: -20px;
}

.news-article__text p {
  margin-bottom: 38px;
}

.news-article__image img {
  width: 100%;
  height: auto;
  margin-bottom: 38px;
  margin-top: 16px;
}

.news-article__video {
  margin-bottom: 38px;
  margin-top: 16px;
}

.news-article__carousel {
  margin-bottom: 20px;
}

.news-article__section--portfolio {
  background: #fff;
  padding-top: 84px;
  padding-bottom: 118px;
}

.news-article__section--portfolio h2 {
  color: #183d6d;
}

.news-article__section--portfolio h2,
.news-article__section--portfolio a {
  font-family: Georgia, serif;
}

.news-article__section--portfolio a {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1800px) {
  .news-article__section--portfolio {
    padding-top: 5vw;
    padding-bottom: 50px;
  }
}

.news-article__section--image-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.news-article__section--image-text .news-article__image {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-article__section--image-text .news-article__image>img {
  max-width: 100%;
  height: auto;
}

.news-article__section--quote {
  padding-top: 28px;
  font-family: Georgia, serif;
  font-style: italic;
  margin-bottom: 43px;
}

.news-article__section--quote blockquote {
  border-top: 2px solid #5875b7;
  padding-top: 8px;
  padding-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
}

.news-article__section--quote blockquote p {
  color: #5875b7;
  font-family: Georgia, serif;
  letter-spacing: .025em;
  line-height: 1.9;
  font-size: 1.5rem;
}

.news-article__share {
  margin-top: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.news-article__share--portfolio {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.news-article__share>p {
  color: #5875b7;
  font-family: Georgia, serif;
  font-weight: bold;
}

.news-article__share ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.news-article__share ul li {
  margin: 5px;
}

.news-article__share ul li:first-child {
  margin-left: 0;
}

.news-article__share ul li:last-child {
  margin-right: 0;
}

.news-article__share ul li a {
  border: 2px solid #5875b7;
  width: 63px;
  height: 63px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background: #fff;
  transition: background .25s cubic-bezier(.7, .7, 0, .9);
}

.news-article__share ul li a .svg {
  display: block;
}

.news-article__share ul li a .svg>svg {
  vertical-align: middle;
}

.news-article__share ul li a .svg>svg * {
  fill: #5875b7;
  transition: fill .25s cubic-bezier(.7, .7, 0, .9);
}

.news-article__share ul li a:hover {
  background: #5875b7;
}

.news-article__share ul li a:hover .svg>svg * {
  fill: #fff;
}

@media (max-width: 1024px) {
  .news-article__share {
    padding-left: 0px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .news-article__share {
    padding-left: 0%;
  }
}

@media (max-width: 1024px) {
  .news-article__share>* {
    padding: 0;
    margin: 0 0 20.375px;
  }
}

.news--home {
  margin-bottom: 30px;
}

.news-filters {
  padding: 25px;
  z-index: initial;
  background: #fff;
  z-index: 1;
}

.filters {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.filters__select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.filters__select+.filters__select {
  margin-left: 30px;
}

.filters__label {
  margin-right: 30px;
  font-size: .875rem;
}

.filters__filter {
  display: block;
  line-height: 50px;
  border: 0;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid;
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-family: Georgia, serif;
  color: #233d6b;
  font-weight: bold;
  max-width: 100%;
  padding-right: 40px;
  background-image: url("../img/select-arrow.png");
  background-size: 20px 12px;
  background-repeat: no-repeat;
  background-position: 94% 49%;
}

.filters__filter::-ms-expand {
  display: none;
}

.news-main-image {
  margin-top: -250px;
  margin-bottom: 80px;
}

.news-main-image>img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .news-main-image {
    margin-top: -200px;
  }
}

@media (max-width: 720px) {
  .news-main-image {
    margin-top: -160px;
  }
}

@media (max-width: 512px) {
  .news-main-image {
    margin-top: -50px;
  }
}

.sub-nav {
  background: #fff;
  box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .1);
  position: absolute;
  z-index: 999;
  width: 100%;
  max-width: 1800px;
  border-top: 1px solid rgba(186, 176, 158, .2);
  overflow: hidden;
}

@media (max-width: 1880px) {
  .sub-nav {
    left: 40px;
    right: 40px;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .sub-nav {
    left: 0;
    right: 0;
  }
}

.sub-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  margin: 0;
}

.sub-nav__list-item {
  margin: 0 18px;
}

.sub-nav__link {
  padding: 25px 0;
  display: block;
  color: #85829d;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: color .25s cubic-bezier(.7, .7, 0, .9), border-color .25s cubic-bezier(.7, .7, 0, .9);
}

.sub-nav__link.-active,
.sub-nav__link:hover {
  color: #233d6b;
  border-color: #5875b7;
}

.sub-nav::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #f8faff;
  right: 100%;
  top: 0;
  pointer-events: none;
}

.sub-nav::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #f8faff;
  left: 100%;
  top: 0;
  pointer-events: none;
}

.sub-nav--news {
  box-shadow: none !important;
}

.about-block {
  margin-top: 70px;
  width: 100%;
}

@media (max-width: 1800px) {
  .about-block {
    margin-top: 6.7vw;
  }
}

@media (max-width: 1100px) {
  .about-block {
    margin-top: 0;
    padding-top: 7.5vh;
  }
}

.about-block__heading,
.portfolio__heading,
.investors__heading {
  width: 100%;
  max-width: 730px;
  display: block;
  margin-left: auto;
  margin-bottom: -100px;
  min-height: 295px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .about-block__heading,
  .portfolio__heading,
  .investors__heading {
    margin-bottom: 15%;
    min-height: 0;
  }
}

@media (max-width: 512px) {
  .about-block__heading,
  .portfolio__heading,
  .investors__heading {
    min-height: initial;
  }
}

.about-block__heading *,
.portfolio__heading *,
.investors__heading * {
  line-height: 1.4;
}

.about-block__heading--history {
  padding-right: 80px;
}

@media (max-width: 1800px) {
  .about-block__heading--history {
    padding-right: 4.5vw;
  }
}

@media (max-width: 1024px) {
  .about-block__heading--history {
    padding-right: 0;
  }
}

.about-block__heading--history .beta {
  margin-bottom: 20px;
}

.about-block__body {
  background-color: #f8faff;
  margin-left: auto;
  padding-top: 180px;
  padding-left: 405px;
  padding-right: 82px;
  padding-bottom: 80px;
  margin-top: -130px;
  width: 100%;
  max-width: 1056px;
  position: relative;
}

@media (max-width: 1800px) {
  .about-block__body {
    padding-top: 10vw;
    padding-left: 22.5vw;
    padding-right: 4.6vw;
    padding-bottom: 4.45vw;
    margin-top: -7.25vw;
  }
}

@media (max-width: 1024px) {
  .about-block__body {
    padding: 81.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .about-block__body {
    padding: 5vw 5vw 10vw !important;
  }
}


.about-block__body--white-bar-top-wide::before,
.about-block__body--white-bar-bottom-small::before,
.about-block__body--white-bar-top-small::before {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  height: 90px;
}

@media (max-width: 1800px) {
  
  .about-block__body--white-bar-top-wide::before,
  .about-block__body--white-bar-bottom-small::before,
  .about-block__body--white-bar-top-small::before {
    height: 5vw;
  }
}

@media (max-width: 512px) {
  
  .about-block__body--white-bar-top-wide::before,
  .about-block__body--white-bar-bottom-small::before,
  .about-block__body--white-bar-top-small::before {
    height: 10vw;
  }
}

.about-block__body--white-bar-top-wide::before {
  top: 0;
  right: 0;
  width: 76.5%;
}

.about-block__body--white-bar-top-small::before {
  top: 0;
  left: 0;
  width: 38%;
}

.about-block__body--white-bar-bottom-small::before {
  bottom: 0;
  left: 0;
  width: 18%;
}

.about-block__body--directors {
  margin-top: -170px;
  padding-top: 100px;
  padding-left: 162.5px;
}

@media (max-width: 1800px) {
  .about-block__body--directors {
    margin-top: -9.45vw;
    padding-top: 5.45vw;
    padding-left: 9vw;
  }
}

@media (max-width: 1024px) {
  .about-block__body--directors {
    margin-top: 0;
  }
}

.about-block__body--directors .director {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 20%;
}

@media (max-width: 1550px) {
  .about-block__body--directors .director {
    margin-left: 0;
  }
}

.about-block__body--directors .director:nth-child(2n+2) {
  margin-left: 0;
  margin-right: 20%;
}

@media (max-width: 1550px) {
  .about-block__body--directors .director:nth-child(2n+2) {
    margin-right: 0;
  }
}

.about-block__body--directors .about-block__content {
  width: 86%;
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 1550px) {
  .about-block__body--directors .about-block__content {
    margin-left: 12.5%;
  }
}

@media (max-width: 1200px) {
  .about-block__body--directors .about-block__content {
    margin-left: 20vw;
  }
}

@media (max-width: 1024px) {
  .about-block__body--directors .about-block__content {
    width: 100%;
  }
}

.about-block__body--directors .about-block__content .btn,
.about-block__body--directors .about-block__content .two-col__item .editable--link .btn.btn--block,
.two-col__item .editable--link .about-block__body--directors .about-block__content .btn.btn--block {
  margin-top: 25px;
}

.about-block__body--directors .about-block__content .about-block__employee {
  width: 325px;
  position: absolute;
  left: -81.5px;
  top: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

@media (max-width: 1550px) {
  .about-block__body--directors .about-block__content .about-block__employee {
    width: 25vw;
    left: 0;
  }
}

@media (max-width: 1024px) {
  .about-block__body--directors .about-block__content .about-block__employee {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    -ms-transform: none;
        transform: none;
    margin-bottom: 81.5px;
    width: 100%;
    margin-bottom: 10vw;
  }
}

.about-block__body--directors .about-block__content .about-block__employee>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about-block__body--inverted {
  margin-left: 0;
  margin-right: auto;
  padding-right: 315px;
  padding-left: 245px;
  padding-top: 156px;
}

@media (max-width: 1800px) {
  .about-block__body--inverted {
    padding-right: 17.5vw;
    padding-left: 13.65vw;
    padding-top: 8.75vw;
  }
}

.about-block__body--inverted .about-block__image {
  left: auto;
  right: 0;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
}

@media (max-width: 1550px) {
  .about-block__body--inverted .about-block__image {
    -ms-transform: translate(50%, -25%);
        transform: translate(50%, -25%);
    width: 75%;
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .about-block__body--inverted .about-block__image {
    width: 100%;
  }
}

.about-block__body--inverted .about-block__content {
  margin-bottom: 75px;
}

.about-block__body--pad-bottom {
  padding-bottom: 140px;
}

.about-block__content {
  margin-bottom: 180px;
}

@media (max-width: 1800px) {
  .about-block__content {
    margin-bottom: 10vw;
  }
}

.about-block__content p:first-of-type {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .about-block__content {
    margin: 4.5vw 0 !important;
  }
}

.about-block--image-overlap-top .about-block__body {
  padding-top: 70px;
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .about-block--image-overlap-top .about-block__body {
    margin-top: 0;
  }
}

.about-block--image-overlap-top .about-block__image {
  top: 33.5%;
}

.about-block__image {
  width: 485px;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 43.5%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media (max-width: 1800px) {
  .about-block__image {
    width: 26.95vw;
  }
}

@media (max-width: 1550px) {
  .about-block__image {
    width: 60%;
    position: static;
    -ms-transform: translate(-50%, -25%);
        transform: translate(-50%, -25%);
  }
}

@media (max-width: 1024px) {
  .about-block__image {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    -ms-transform: none !important;
        transform: none !important;
    margin-bottom: 81.5px;
    width: 100%;
  }
}

@media (max-width: 512px) {
  .about-block__image {
    margin-bottom: 2.5vh;
  }
}

.about-block__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1550px) {
  .news-article__section--portfolio .about-block__image {
    width: 26.95vw;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}

@media (max-width: 1024px) {
  .news-article__section--portfolio .about-block__image {
    width: 100%;
    position: relative;
    -ms-transform: none;
        transform: none;
  }
}

.about-block__image .image__caption {
  width: 406px;
  min-height: 181px;
  padding: 50px 80px;
  position: absolute;
  background: #fff;
  right: 0;
  bottom: -15px;
  line-height: 1.7;
  -ms-transform: translate(81.5px, 50px);
      transform: translate(81.5px, 50px);
  font-size: 11px;
  color: #233d6b;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .about-block__image .image__caption {
    right: auto;
  }
}

@media (max-width: 512px) {
  .about-block__image .image__caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: initial;
    padding: 7.5vw;
    margin: 0;
    -ms-transform: none;
        transform: none;
  }
}

.news-article__section--portfolio .about-block__image .image__caption {
  padding: 0;
  background-color: #5975b5;
  position: absolute;
  bottom: 0;
  right: 30px;
  margin-bottom: 50px;
  min-height: 90px;
  line-height: 90px;
  font-weight: bold;
}

.news-article__section--portfolio .about-block__image .image__caption::after {
  content: '→';
  font-size: 1.625rem;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-serif;
  width: 70px;
  height: 70px;
  background: transparent;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  color: #fff;
}

.news-article__section--portfolio .about-block__image .image__caption>a {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 30px;
}

.news-article__section--portfolio .about-block__image .image__caption:hover {
  background-color: #fff;
}

.news-article__section--portfolio .about-block__image .image__caption:hover::after {
  background-color: #fff;
  color: #5975b5;
}

.news-article__section--portfolio .about-block__image .image__caption:hover>a {
  color: #5975b5;
}

@media (max-width: 512px) {
  .news-article__section--portfolio .about-block__image .image__caption {
    margin-bottom: 0;
  }
}

.site-section--about-mission-statement {
  padding: 140px 250px 225px;
  position: relative;
  background-color: #233d6b;
  background-image: url("../img/about-mission-statement-background.png");
  background-position: center;
  background-size: cover;
}

@media (max-width: 1800px) {
  .site-section--about-mission-statement {
    padding: 7.8vw 13.9vw 12.5vw;
  }
}

@media (max-width: 1024px) {
  .site-section--about-mission-statement .site-content {
    padding: 20vw 0;
  }
}

.site-section--about-mission-statement * {
  color: #fff;
}

.site-section--about-mission-statement::after {
  content: '';
  position: absolute;
  display: block;
  width: 54.25%;
  background: #fff;
  height: 90px;
  bottom: 0;
  right: 0;
}

@media (max-width: 1800px) {
  .site-section--about-mission-statement::after {
    height: 5vw;
  }
}

@media (max-width: 512px) {
  .site-section--about-mission-statement::after {
    height: 10vw;
  }
}

.site-section--about-mission-statement .btn--about {
  color: #98a5d4;
}

.site-section--about-mission-statement .btn--about::after {
  background-color: #98a5d4;
}

.site-section--about-mission-statement .btn--about:hover {
  color: #fff;
}

.site-section--about-mission-statement .btn--about:hover::after {
  background-color: #fff;
}

.mission-statement {
  padding-left: 407.5px;
  margin-right: auto;
}

@media (max-width: 1800px) {
  .mission-statement {
    padding-left: 31.25%;
  }
}

.mission-statement p,
.mission-statement .btn--about {
  margin-left: 163px;
  max-width: 515px;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .mission-statement {
    padding-left: 0px;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .mission-statement {
    padding-left: 0%;
  }
}

@media (max-width: 1024px) {
  .mission-statement p,
  .mission-statement .btn--about {
    margin-left: auto;
    max-width: 100%;
  }
}

.non-exec-directors {
  margin-left: 6.5%;
}

@media (max-width: 1024px) {
  .non-exec-directors {
    margin-left: 0;
  }
}

.non-exec-directors .ex-sortable {
  display: -ms-flexbox;
  display: flex;
  margin: 213px auto -163px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1800px) {
  .non-exec-directors .ex-sortable {
    margin: 11.85vw auto -9vw;
  }
}

@media (max-width: 1024px) {
  .non-exec-directors .ex-sortable {
    margin: 10vw auto 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.non-exec-directors__item {
  width: 50%;
  position: relative;
  min-height: 200px;
  background: #fff;
  margin-top: -90px;
  padding: 180px 81.5px 172px;
}

@media (max-width: 1024px) {
  .non-exec-directors__item {
    margin: 0;
    padding: 5vw !important;
    margin-bottom: 10vw;
    width: 100%;
  }

  .non-exec-directors__item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .non-exec-directors__item:nth-child(odd) {
    width: 53%;
  }

  .non-exec-directors__item:nth-child(even) {
    width: 47%;
  }
}

@media (min-width: 1025px) {
  .non-exec-directors__item:nth-child(1),
  .non-exec-directors__item:nth-child(4n),
  .non-exec-directors__item:nth-child(5n) {
    background: #bab09e;
    color: #fff;
  }

  .non-exec-directors__item:nth-child(1) *,
  .non-exec-directors__item:nth-child(4n) *,
  .non-exec-directors__item:nth-child(5n) * {
    color: #fff;
  }

  .non-exec-directors__item:nth-child(1) .non-exec-directors__image,
  .non-exec-directors__item:nth-child(4n) .non-exec-directors__image,
  .non-exec-directors__item:nth-child(5n) .non-exec-directors__image {
    top: -163px;
  }

  .non-exec-directors__item:nth-child(4n+2) {
    padding-top: 270px;
  }

  .non-exec-directors__item:nth-child(4n+2) .non-exec-directors__image {
    top: -69.5px;
  }

  .non-exec-directors__item:nth-child(4n+3) {
    position: relative;
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .non-exec-directors__item:nth-child(4n+3) .non-exec-directors__image {
    top: -5px;
    left: -83px;
  }

  .non-exec-directors__item:nth-child(4n+3) .non-exec-directors__content {
    margin-top: 60px;
  }

  .non-exec-directors__item:nth-child(4n+3)::before,
  .non-exec-directors__item:nth-child(4n+3)::after {
    content: '';
    display: block;
    position: absolute;
  }

  .non-exec-directors__item:nth-child(4n+3)::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #bab09e;
  }

  .non-exec-directors__item:nth-child(4n+3)::after {
    bottom: 0;
    right: 0;
    width: 25%;
    height: 180px;
    background: #bab09e;
  }

  .non-exec-directors__item:nth-child(4n+4) {
    padding-top: 431px;
  }

  .non-exec-directors__item:nth-child(4n+4) .non-exec-directors__image {
    top: 90px;
    left: -81.5px;
  }
}

@media (max-width: 1024px) {
  .non-exec-directors__item:nth-child(even) {
    background: #bab09e;
    color: #fff;
  }

  .non-exec-directors__item:nth-child(even) * {
    color: #fff;
  }
}

.non-exec-directors__image {
  top: -163px;
  left: -81.5px;
  position: absolute;
}

.non-exec-directors__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .non-exec-directors__image {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    -ms-transform: none;
        transform: none;
    margin-bottom: 10vw;
  }
}

.environment {
  display: -ms-flexbox;
  display: flex;
  margin-top: -170px;
}

@media (max-width: 1800px) {
  .environment {
    margin-top: -9.5vw;
  }
}

@media (max-width: 1200px) {
  .environment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .environment {
    margin-top: 0;
  }
}

.environment__image,
.environment__image img {
  display: block;
}

.environment__item {
  width: 50%;
}

@media (max-width: 1200px) {
  .environment__item {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .environment__item {
    width: 100%;
  }
}

.environment__item:nth-child(1) .environment__content {
  position: relative;
}

.environment__item:nth-child(1) .environment__content * {
  color: #fff;
}

.environment__item:nth-child(1) .environment__content::after {
  content: '';
  display: block;
  position: absolute;
  top: -105px;
  left: 0;
  bottom: -57px;
  right: -82px;
  background: #bab09e;
  z-index: -1;
}

@media (max-width: 1024px) {
  .environment__item:nth-child(1) .environment__content::after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.environment__item:nth-child(2) {
  margin-top: 90px;
}

@media (max-width: 1024px) {
  .environment__item:nth-child(2) {
    margin-top: 10vw;
  }
}

.environment__content {
  padding: 73px 80px 64px 80px;
  margin-left: 82px;
}

@media (max-width: 1024px) {
  .environment__content {
    margin-left: 0;
    padding: 5vw;
  }
}

.environment__content p:first-of-type {
  margin-top: 5px;
  margin-bottom: 35px;
}

.environment__downloads {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  position: absolute;
  left: 40px;
  bottom: 69px;
  width: 40.5%;
  display: table;
}

@media (max-width: 1024px) {
  .environment__downloads {
    position: static;
    width: 100%;
    padding-left: 0;
  }
}

.environment__download {
  margin-bottom: 53px;
}

.environment__download:last-of-type {
  margin-bottom: 0;
}

.about-block__body--environment {
  margin-top: 70px;
  padding-left: 485px;
  padding-top: 65px;
}

@media (max-width: 1024px) {
  .about-block__body--environment {
    margin-top: 5vw;
    padding-top: 10vw !important;
  }
}

.site-section--portfolio {
  padding-bottom: 33.25%;
}

@media (max-width: 1200px) {
  .site-section--portfolio {
    padding-bottom: 40%;
  }
}

.site-section--portfolio h1 {
  margin-left: 80px;
  margin-top: 45px;
  line-height: 1.4;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .site-section--portfolio h1 {
    margin-left: 0;
    margin-top: 0;
    padding-right: 2.5vw;
  }
}

@media (min-width: 1025px) {
  .site-content--portfolio {
    padding-top: 109px;
  }
}

.site-section--portfolio-content {
  padding-top: 50px;
}

@media (max-width: 1800px) {
  .site-section--portfolio-content {
    padding-top: 2.8vw;
  }
}

.portfolio-intro {
  padding-right: 163px;
  max-width: 730px;
  width: 100%;
  margin-left: auto;
}

@media (max-width: 1800px) {
  .portfolio-intro {
    padding-right: 12.5%;
  }
}

@media (max-width: 1024px) {
  .portfolio-intro {
    padding-top: 10vw;
    padding-right: 0;
  }
}

.portfolio,
.investors,
.contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  background: linear-gradient(to right, #fff 0%, #fff 18.75%, #f8faff 18.75%, #f8faff 100%);
  padding-top: 163px;
  padding-bottom: 81.5px;
}

@media (max-width: 1800px) {
  .portfolio,
  .investors,
  .contact {
    padding-top: 9.1vw;
    padding-bottom: 4.05vw;
  }
}

@media (max-width: 1024px) {
  .portfolio,
  .investors,
  .contact {
    display: block !important;
  }
}

.portfolio__header {
  position: relative;
}

@media (max-width: 1024px) {
  .portfolio__header {
    margin-top: 5%;
  }
}

.portfolio__header .breadcrumb {
  bottom: 0;
}

@media (max-width: 1200px) {
  .portfolio__header .breadcrumb {
    bottom: auto;
    top: -4vw;
  }
}

.portfolio__city {
  display: block;
}

.portfolio__heading,
.investors__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: -55px;
  text-align: left;
  min-height: auto;
}

@media (max-width: 1024px) {
  .portfolio__heading,
  .investors__heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10.5vw;
    margin-bottom: 5%;
  }
}

.portfolio__item {
  padding-left: 81.5px;
  padding-right: 81.5px;
  position: relative;
  padding-bottom: 195px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1800px) {
  .portfolio__item {
    padding-left: 6.25%;
  }
}

@media (max-width: 1800px) {
  .portfolio__item {
    padding-right: 6.25%;
  }
}

@media (max-width: 1800px) {
  .portfolio__item {
    padding-bottom: 10.86vw;
  }
}

@media (max-width: 1200px) {
  .portfolio__item {
    padding-bottom: 22.5vw;
  }
}

.portfolio__item:not(.portfolio__item--large) {
  max-width: 50%;
}

.portfolio__item:not(.portfolio__item--large):nth-child(odd) {
  padding-top: 81.5px;
  padding-bottom: 81.5px;
}

@media (max-width: 1200px) {
  .portfolio__item:not(.portfolio__item--large):nth-child(odd) {
    padding-top: 10vw;
    padding-bottom: 12.5vw;
  }
}

.portfolio__item:not(.portfolio__item--large):nth-child(odd) .portfolio__caption {
  bottom: 0;
}

.portfolio__item:not(.portfolio__item--large):nth-child(4n) .portfolio__caption,
.portfolio__item:not(.portfolio__item--large):nth-child(4n+3) .portfolio__caption {
  background: #233d6b;
  color: #fff;
}

.portfolio__item:not(.portfolio__item--large):nth-child(4n) .portfolio__caption *,
.portfolio__item:not(.portfolio__item--large):nth-child(4n+3) .portfolio__caption * {
  color: #fff;
}

.portfolio__item--large {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: calc(8.86vw + 40px);
  padding: 0;
}

@media (min-width: 1025px) {
  .portfolio__item--large {
    margin-left: 6.25%;
    margin-right: 6.25%;
  }
}

.portfolio__item--large .portfolio__caption {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #bab09e;
  color: #fff;
  width: 365px;
}

.portfolio__item--large .portfolio__caption * {
  color: #fff;
}

.portfolio__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.portfolio__caption {
  width: 100%;
  max-width: 100%;
  right: 81.5px;
  padding: 51.75px 48.75px 40px;
  background: #fff;
}

@media (max-width: 1024px) {
  .portfolio__caption {
    padding: 7.5vw 5vw;
  }
}

.portfolio__caption a {
  display: block;
}

.portfolio__link {
  font-size: 1rem;
  font-family: Georgia, serif;
  font-weight: bold;
}

.portfolio__details {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  position: relative;
  display: table;
}

@media (max-width: 1024px) {
  .portfolio__details {
    width: 100%;
    margin-top: 7.5vw;
  }
}

.portfolio__details::after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 2px;
  background: #fff;
  opacity: .25;
  right: 0;
  top: 50%;
}

@media (max-width: 1024px) {
  .portfolio__details::after {
    display: none;
  }
}

.portfolio__detail {
  margin-top: 45px;
}

@media (max-width: 1800px) {
  .portfolio__detail {
    margin-top: 2.5vw;
  }
}

.portfolio__detail:first-of-type {
  margin-top: 0;
}

.portfolio__detail dl {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  -ms-flex-align: center;
      align-items: center;
}

.portfolio__detail dl dt,
.portfolio__detail dl dd {
  display: block;
}

.portfolio__detail dl dt:first-of-type,
.portfolio__detail dl dd:first-of-type {
  margin-top: 0;
}

.portfolio__detail dl dt {
  min-width: 120px;
  font-size: .6875rem;
  font-weight: bold;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 1024px) {
  .portfolio__detail dl dt {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.portfolio__detail dl dt::after {
  content: '';
  width: 25px;
  height: 1px;
  background: #fff;
  display: block;
}

@media (max-width: 1024px) {
  .portfolio__detail dl dt::after {
    margin-left: 15px;
  }
}

.portfolio__detail dl dd {
  letter-spacing: .025em;
  font-family: Georgia, serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .portfolio__detail dl dd {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .portfolio,
  .investors,
  .contact {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .portfolio .portfolio__item,
  .investors .portfolio__item,
  .contact .portfolio__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 !important;
    max-width: 100%;
    -ms-transform: none !important;
        transform: none !important;
    margin-bottom: 81.5px;
  }

  .portfolio .portfolio__item>*,
  .investors .portfolio__item>*,
  .contact .portfolio__item>* {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
  }

  .portfolio .portfolio__caption,
  .investors .portfolio__caption,
  .contact .portfolio__caption {
    height: auto;
  }

  .portfolio .portfolio__image>img,
  .investors .portfolio__image>img,
  .contact .portfolio__image>img {
    width: 100%;
  }
}

.portfolio-filter {
  position: relative;
  padding: 45px 10vw;
  z-index: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  box-shadow: 0px 5px 49px 0px rgba(94, 117, 178, .1);
  position: relative;
  z-index: 1;
}

.portfolio-hero {
  position: relative;
  margin-bottom: 40px;
}

.portfolio-hero .breadcrumb {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .portfolio-hero .breadcrumb {
    top: 0;
    -ms-transform: none;
        transform: none;
  }
}

.portfolio-overview {
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(to right, #fff 0%, #fff 18.75%, #f8faff 18.75%, #f8faff 100%);
  padding: 81.5px 0;
  margin: 163px auto 81.5px;
}

@media (max-width: 1800px) {
  .portfolio-overview {
    margin: 9.05555vw auto 4.5vw;
    padding: 4.5vw 0;
  }
}

.portfolio-overview__image {
  padding-left: 163px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1800px) {
  .portfolio-overview__image {
    padding-left: 12.5%;
  }
}

.portfolio-overview__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.portfolio-overview__text {
  padding-left: 163px;
  padding-right: 81.5px;
}

@media (max-width: 1800px) {
  .portfolio-overview__text {
    padding-left: 12.5%;
  }
}

@media (max-width: 1800px) {
  .portfolio-overview__text {
    padding-right: 6.25%;
  }
}

@media (max-width: 1024px) {
  .portfolio-overview {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.portfolio-links {
  margin: 81.5px auto;
  padding: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .portfolio-links {
    margin: 7.5vw 0;
  }
}

.portfolio-links li {
  list-style: none;
  width: 100%;
}

.site-section--portfolio-stats {
  padding-top: 144px;
}

@media (max-width: 1800px) {
  .site-section--portfolio-stats {
    padding-top: 8vw;
  }
}

.site-section--portfolio-stats:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 90px;
  background: #fff;
}

.portfolio-stats {
  padding-left: 489px;
}

@media (max-width: 1800px) {
  .portfolio-stats {
    padding-left: 37.5%;
  }
}

@media (max-width: 1800px) {
  .portfolio-stats {
    padding-left: 31.75vw;
  }
}

@media (max-width: 1024px) {
  .portfolio-stats {
    padding: 0;
  }
}

.stat-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 151.5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1800px) {
  .stat-row {
    margin-bottom: 8.4vw;
  }
}

.stat-row:last-child {
  margin-bottom: 0;
}

.stat-item:not(:last-child) {
  padding-right: 53.5px;
}

@media (max-width: 1800px) {
  .stat-item:not(:last-child) {
    padding-right: 4vw;
  }
}

.stat-item__number {
  margin-top: 5px;
  margin-bottom: 22px;
  line-height: 1.25;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 5.25rem;
}

@media (max-width: 1024px) {
  .stat-item__number {
    font-size: 3.125rem;
  }
}

.stat-item__number::after {
  content: '';
  display: block;
  height: 3px;
  margin-top: 9px;
  width: 100%;
  background: #bab09e;
}

@media (max-width: 1024px) {
  .stat-item {
    font-size: .875rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

.portfolio-filters {
  -ms-flex-pack: start;
      justify-content: start;
}

.investors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media (max-width: 720px) {
  .investors {
    background: #f8faff;
  }
}

.investors__heading {
  margin-bottom: 25px;
}

@media (max-width: 1800px) {
  .investors__heading {
    margin-bottom: 1.25vw;
  }
}

@media (max-width: 1200px) {
  .investors__heading {
    padding-top: 4vw;
  }
}

@media (max-width: 1024px) {
  .investors__heading {
    padding-top: 10vw;
  }
}

.investors__image,
.contact__image,
.investors__content,
.contact__content {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .investors__image,
  .contact__image,
  .investors__content,
  .contact__content {
    padding: 0;
  }
}

.investors__image,
.contact__image {
  padding-right: 81.5px;
  position: relative;
  margin-top: -60px;
}

@media (max-width: 1800px) {
  .investors__image,
  .contact__image {
    padding-right: 6.25%;
  }
}

@media (max-width: 1024px) {
  .investors__image,
  .contact__image {
    margin-top: 0;
    padding-right: 0;
  }
}

.investors__image>img,
.contact__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1550px) {
  .investors__image .btn--contact,
  .contact__image .btn--contact {
    max-width: 307.5px;
  }
}

.investors__content,
.contact__content {
  padding-right: 81.5px;
  padding-left: 81.5px;
  width: 100%;
  max-width: 730px;
}

@media (max-width: 1800px) {
  .investors__content,
  .contact__content {
    padding-right: 6.25%;
  }
}

@media (max-width: 1800px) {
  .investors__content,
  .contact__content {
    padding-left: 6.25%;
  }
}

@media (max-width: 1024px) {
  .investors__content,
  .contact__content {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media (max-width: 1024px) {
  .investors__content--downloads {
    margin-top: 7.5vw;
  }
}

.investors__downloads {
  margin: 0;
  padding: 0;
  width: 70%;
  margin-left: 5%;
}

@media (max-width: 1024px) {
  .investors__downloads {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.investors__downloads li {
  list-style: none;
  width: 100%;
}

.investors__downloads>* {
  margin-bottom: 50px;
}

.investors__downloads-filters {
  width: 25%;
}

@media (max-width: 1024px) {
  .investors__downloads-filters {
    width: 100%;
  }
}

.investors__frame {
  max-width: 831.5px;
  padding: 40.75px;
  display: block;
  margin-left: auto;
  margin-right: 40.75px;
  background: #fff;
}

@media (max-width: 1024px) {
  .investors__frame {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .investors__frame {
    padding-left: 0%;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .investors__frame {
    padding-right: 0%;
  }
}

.investors__graph {
  margin-top: -45px;
  margin-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.investors__graph__item {
  margin-bottom: 163px;
  padding-left: 81.5px;
  padding-right: 81.5px;
  max-width: 50%;
}

@media (max-width: 1800px) {
  .investors__graph__item {
    padding-left: 6.25%;
  }
}

@media (max-width: 1800px) {
  .investors__graph__item {
    padding-right: 6.25%;
  }
}

@media (max-width: 1024px) {
  .investors__graph__item {
    max-width: 95%;
    margin-bottom: 0;
    margin-top: 81.5px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .investors__graph__item {
    padding-left: 0%;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .investors__graph__item {
    padding-right: 0%;
  }
}

.investors__graph__item>img {
  display: block;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.investors__graphs-download {
  margin-top: 7.5vw;
}

@media (max-width: 1024px) {
  .investors__graphs-download .btn--investors {
    position: relative;
    width: 100%;
  }
}

.investors--shareholders {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 100px;
}

@media (1800px) {
  .investors--shareholders {
    padding-top: 5.58vw;
  }
}

@media (max-width: 1024px) {
  .investors--shareholders {
    padding-top: 0;
  }
}

.investors--shareholders .investors__image,
.investors--shareholders .contact__image {
  width: 40%;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .investors--shareholders .investors__image,
  .investors--shareholders .contact__image {
    width: auto;
  }
}

.investors--shareholders .investors__content,
.investors--shareholders .contact__content {
  width: 60%;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .investors--shareholders .investors__content,
  .investors--shareholders .contact__content {
    width: 81%;
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .investors--shareholders .investors__content,
  .investors--shareholders .contact__content {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .investors--shareholders .investors__content--information {
    margin-top: 5.58vw;
  }
}

.investors--shareholders .investors__content--full-width {
  width: 81%;
  max-width: 100%;
}

@media (max-width: 720px) {
  .investors--shareholders .investors__content--full-width {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .investors--shareholders .investors__content--full-width--sd {
    width: 81%;
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .investors--shareholders .investors__content--full-width--sd {
    width: 100%;
  }
}

.content-header {
  letter-spacing: .025em;
  padding-bottom: 2.55em;
  margin-bottom: 2em;
  margin-top: 5.25em;
  border-bottom: 2px solid #233d6b;
}

.content-header__sub {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.content-header__note {
  margin-left: auto;
  font-size: .6875rem;
  font-weight: bold;
}

.investors--col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.calendar {
  margin-top: 85px;
}

@media (max-width: 1800px) {
  .calendar {
    margin-top: 5.25vw;
  }
}

.calendar+.calendar {
  margin-top: 50px;
}

@media (max-width: 1800px) {
  .calendar+.calendar {
    margin-top: 2.45vw;
  }
}

.calendar__header {
  background: #233d6b;
  padding: 20px 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .025em;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .calendar__header {
    padding: 15px 20px;
  }
}

@media (max-width: 720px) {
  .calendar__header {
    padding: 10px 20px;
  }
}

.calendar__list {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.calendar__list li {
  background: #5875b7;
  color: #fff;
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .calendar__list li {
    padding: 15px 20px;
  }
}

@media (max-width: 720px) {
  .calendar__list li {
    padding: 10px 15px;
  }
}

.calendar__list li:nth-child(even) {
  background: #98a5d4;
}

.calendar__date {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .calendar__date {
    width: 25%;
  }
}

@media (max-width: 720px) {
  .calendar__date {
    width: 35%;
  }
}

@media (max-width: 1024px) {
  .calendar__event {
    width: 70%;
  }
}

@media (max-width: 720px) {
  .calendar__event {
    width: 65%;
  }
}

.calendar__disclamer {
  margin-top: 50px;
}

.investors__content--financial-calendar {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 1800px) {
  .investors__content--financial-calendar {
    margin-top: 3.25vw;
    margin-bottom: 3.25vw;
  }
}

.investors__downloads--footer {
  margin-top: 70px;
  width: 90%;
  margin-right: 10%;
}

.download-link,
.external-link {
  font-family: Georgia, serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 5px;
  padding-left: 0;
  border-bottom: 2px solid;
  height: 100%;
  width: 100%;
  color: #5875b7;
  text-decoration: none;
  line-height: 1.7;
  font-weight: bold;
  transition: color .25s cubic-bezier(.7, .7, 0, .9), border-color .25s cubic-bezier(.7, .7, 0, .9), padding .25s cubic-bezier(.7, .7, 0, .9) !important;
}

.download-link__arrow {
  height: 52px;
  width: 52px;
  position: relative;
}

.download-link__arrow::after,
.download-link__arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .25s cubic-bezier(.7, .7, 0, .9);
}

.download-link__arrow::after {
  background-image: url("../img/markup/download-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.download-link__arrow::before {
  background-image: url("../img/markup/download-arrow--dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  opacity: 0;
  z-index: 1;
}

.download-link:hover .download-link__arrow::before,
.external-link:hover .download-link__arrow::before {
  opacity: 1;
}

.download-link:hover,
.external-link:hover {
  color: #1f3b72;
  padding-left: 20px;
}

.external-link::after {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.external-advisors {
  position: relative;
  padding-top: 163px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1800px) {
  .external-advisors {
    padding-top: 9vw;
  }
}

.external-advisors__item {
  width: 33.333%;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1100px) {
  .external-advisors__item {
    width: 50%;
  }
}

@media (max-width: 720px) {
  .external-advisors__item {
    width: 100%;
  }
}

.external-advisors__card {
  max-width: 325px;
  width: 100%;
  box-shadow: 0 20px 55px 0 rgba(94, 117, 178, .3);
  position: relative;
  margin-bottom: 81.5px;
}

@media (min-width: 1100px) {
  .external-advisors__item:nth-child(3n+2) .external-advisors__card {
    margin-top: 81.5px;
  }
}

.external-advisors__image {
  position: relative;
}

.external-advisors__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.external-advisors__body {
  padding: 40.75px;
  background: #233d6b;
  color: #fff;
}

@media (max-width: 1024px) {
  .external-advisors__body {
    padding: 7.5vw 5vw;
  }
}

.external-advisors__body * {
  color: #fff;
}

.investors__reports {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  max-width: 831.5px;
  padding: 40.75px;
  margin-left: auto;
  margin-right: 40.75px;
}

@media (max-width: 1024px) {
  .investors__reports {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .investors__reports {
    padding-left: 0%;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .investors__reports {
    padding-right: 0%;
  }
}

.contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 81.5px;
  padding-top: 110px;
}

@media (max-width: 1800px) {
  .contact {
    padding-top: 7.23vw;
    margin-bottom: 4.5vw;
  }
}

@media (max-width: 512px) {
  .contact {
    background: transparent !important;
  }
}

.contact__details {
  margin-bottom: 25px;
}

.contact__detail {
  display: block;
}

.contact__detail--link a {
  color: inherit;
}

.contact__detail--link a:hover {
  color: #5875b7;
}

.contact__detail--email {
  margin-top: 40px;
}

.contact__image {
  position: relative;
}

.contact__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .contact__image {
    margin-top: 0;
  }
}

@media (max-width: 512px) {
  .contact__image {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 512px) and (max-width: 1800px) {
  .contact__image {
    padding-right: 0%;
  }
}

@media (max-width: 512px) and (max-width: 1800px) {
  .contact__image {
    padding-left: 0%;
  }
}

.contact__content {
  width: auto;
}

@media (max-width: 512px) {
  .contact__content {
    width: 100%;
    padding: 5vh 2.5vw;
  }
}

.contact--inverted {
  background: linear-gradient(to right, #f8faff 0%, #f8faff 81.25%, #fff 81.25%, #fff 100%);
  direction: rtl;
}

.contact--inverted>* {
  direction: ltr;
}

.contact--inverted .contact__image {
  padding-right: 0px;
  padding-left: 81.5px;
}

@media (max-width: 1800px) {
  .contact--inverted .contact__image {
    padding-right: 0%;
  }
}

@media (max-width: 1800px) {
  .contact--inverted .contact__image {
    padding-left: 6.25%;
  }
}

@media (max-width: 512px) {
  .contact--inverted .contact__image {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 512px) and (max-width: 1800px) {
  .contact--inverted .contact__image {
    padding-right: 0%;
  }
}

@media (max-width: 512px) and (max-width: 1800px) {
  .contact--inverted .contact__image {
    padding-left: 0%;
  }
}

.contact--inverted a {
  left: 0px;
}

.contact__form {
  padding-right: 163px;
  padding-top: 54.33333px;
  position: relative;
}

@media (max-width: 1800px) {
  .contact__form {
    padding-right: 12.5%;
  }
}

@media (max-width: 1800px) {
  .contact__form {
    padding-top: 3.5vw;
  }
}

@media (max-width: 1024px) {
  .contact__form {
    padding-right: 0px;
    padding-top: 0;
  }
}

@media (max-width: 1024px) and (max-width: 1800px) {
  .contact__form {
    padding-right: 0%;
  }
}

.contact__form::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 18.75%;
  height: 90px;
  width: 12.5%;
  background: #fff;
}

@media (max-width: 1800px) {
  .contact__form::before {
    height: 5vw;
  }
}

@media (max-width: 1024px) {
  .contact__form::before {
    display: none;
  }
}

.contact__form form {
  margin-left: auto;
}

@media (max-width: 1024px) {
  .contact__form form p:first-of-type {
    margin-top: 0;
  }
}

.cf-success {
  margin-left: auto;
  max-width: 567px;
}

.load-more {
  text-align: center;
  margin-top: 50px;
}

.blocker {
  background-color: rgba(21, 37, 64, .65);
}

.modal {
  max-width: 725px;
  padding: 60px;
}

@media (max-width: 1800px) {
  .modal {
    padding: 5vw;
  }
}

.modal a.close-modal {
  text-indent: 0;
  width: auto;
  height: auto;
  background-image: none;
  font-family: Georgia, serif;
  color: #fff !important;
  border: 0;
  background: #5875b7;
  font-weight: bold;
  height: 80px;
  letter-spacing: .025em;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -35px;
  right: 0;
  transition: background .25s cubic-bezier(.7, .7, 0, .9) !important;
  border-radius: 0;
}

@media (max-width: 1800px) {
  .modal a.close-modal {
    top: -2.5vw;
  }
}

@media (max-width: 1024px) {
  .modal a.close-modal {
    top: -12.5vw;
  }
}

.careers-grid__item::after {
  content: '';
  display: table;
  clear: both;
}

.careers-grid__item:nth-child(odd) {
  margin-top: -90px;
}

.careers-grid__item:nth-child(even) {
  margin-top: 90px;
}

@media (max-width: 1100px) {
  .careers-grid__item:nth-child(n) {
    margin-top: 90px;
  }
}

@media (max-width: 720px) {
  .careers-grid__item:nth-child(n) {
    margin-top: 30px;
  }
}

.careers-post__content {
  display: block;
  background: #fff;
  box-shadow: 0px 40px 100px 0px rgba(152, 165, 212, .5);
  padding: 12.5%;
}

.careers-post__content,
.careers-post__content:hover,
.careers-post__content:focus {
  text-decoration: none !important;
}

.careers-deadline {
  vertical-align: middle;
  margin-bottom: 20px;
  display: block;
}

.careers-deadline time::before {
  content: '';
  width: 25px;
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  background: currentColor;
  display: inline-block;
  vertical-align: middle;
}

.careers-post__link {
  display: block;
  float: right;
  position: relative;
  padding: 25px 40px;
  width: 87.5%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-color: #1f3b72;
}

.careers-post__title {
  position: relative;
}

.careers-post__intro {
  margin-bottom: 95px;
}

.page-content--text,
.page-content--quote {
  margin-bottom: 100px;
}

.page-content--quote {
  color: #5875b7;
  border-left: 2px solid #5875b7;
}

.page-content--quote blockquote {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content--quote p {
  line-height: 2.5;
}

.social-share--inline {
  display: -ms-flexbox;
  display: flex;
}

.social-share--inline .social-share__title {
  margin-right: 20px;
}

.social-share--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-share__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0 -5px;
}

.social-share__block {
  margin: 5px;
}

.social-share__link {
  border: 2px solid #5875b7;
  width: 63px;
  height: 63px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background: #fff;
  transition: background .25s cubic-bezier(.7, .7, 0, .9);
}

.social-share__link:hover {
  background: #5875b7;
}

.social-share__svg {
  display: block;
}

.social-share__svg--facebook {
  width: 14px;
}

.social-share__svg--twitter {
  width: 26px;
}

.social-share__svg--linkedin {
  width: 22px;
}

.social-share__svg--email {
  width: 25px;
}

.social-share__svg>svg {
  vertical-align: middle;
}

.social-share__svg>svg * {
  fill: #5875b7;
  transition: fill .25s cubic-bezier(.7, .7, 0, .9);
}

a:hover .social-share__svg>svg * {
  fill: #fff;
}

.select {
  position: relative;
  width: 75%;
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  bottom: 0;
}

.select__label {
  position: relative;
  line-height: 58px;
  text-overflow: ellipsis;
  width: 100%;
  background: #34325c;
  border-radius: 8px;
  padding: 0 30px;
  color: #fff;
  display: block;
}

@media (min-width: 1101px) {
  .select__label {
    line-height: 68px;
  }
}

.select__label::after {
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent;
}

.folio-mobile-nav {
  display: none;
  width: 100%;
  padding: 20px;
  height: 80px;
  text-align: center;
  text-align-last: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
  box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .15);
}

@media only screen and (max-width: 1024px) {
  .folio-mobile-nav {
    display: block;
  }
}

.sub-nav {
  background: #fff;
  box-shadow: 0 30px 55px -5px rgba(94, 117, 178, .1);
  position: absolute;
  z-index: 998;
  width: 100%;
  max-width: 1800px;
  border-top: 1px solid rgba(186, 176, 158, .2);
  overflow: hidden;
}

@media (max-width: 1880px) {
  .sub-nav {
    left: 40px;
    right: 40px;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .sub-nav {
    left: 0;
    right: 0;
  }
}

.sub-nav__list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .sub-nav__list {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.sub-nav__list-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 18px;
}

.sub-nav__link {
  padding: 25px 0;
  display: block;
  color: #85829d;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  transition: color .25s cubic-bezier(.7, .7, 0, .9), border-color .25s cubic-bezier(.7, .7, 0, .9);
}

.-active .sub-nav__link,
.sub-nav__link:hover {
  color: #233d6b;
  border-color: #5875b7;
}

.sub-nav::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #f8faff;
  right: 100%;
  top: 0;
  pointer-events: none;
}

.sub-nav::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #f8faff;
  left: 100%;
  top: 0;
  pointer-events: none;
}

.cookie-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  color: #85829d;
  padding: 30px;
  box-shadow: 0 0 20px -2px rgba(52, 50, 92, .3);
  transition: .2s ease-in-out;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  opacity: 0;
}

.cookie-info.-open {
  -ms-transform: translateY(0%);
      transform: translateY(0%);
  opacity: 1;
}

@media (max-width: 440px) {
  .cookie-info {
    padding: 5vw;
  }
}

.cookie-info__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.cookie-info__inner a {
  color: #85829d;
  transition: color .2s ease-in-out;
}

.cookie-info__inner a:hover {
  color: #233d6b;
}

.cookie-info__text p {
  margin-bottom: 0;
}

.cookie-info__button {
  margin-left: 10px;
}

.cookie-info__button a {
  display: block;
  color: #b2a38a;
}

.cookie-info__button a:hover {
  color: #9e8b6b;
}

.cookie-info__button svg {
  width: 32px;
  height: 32px;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-container>*,
.resp-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel__image {
  overflow: hidden;
}

.carousel__image>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel__nav {
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 81.5px;
}

.carousel__nav nav {
  height: 100%;
  width: 100%;
}

.carousel__nav ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}

.carousel__nav ul li {
  height: 50%;
  width: 135%;
  position: relative;
  transition: transform .25s cubic-bezier(.7, .7, 0, .9), background .25s cubic-bezier(.7, .7, 0, .9);
}

.carousel__nav ul li:hover {
  -ms-transform: translateX(-25%);
      transform: translateX(-25%);
}

.carousel__nav ul li:first-child {
  background: #fff;
}

.carousel__nav ul li:first-child a {
  color: #233d6b !important;
}

.carousel__nav ul li:last-child {
  background: rgba(35, 61, 107, .8);
}

.carousel__nav ul li:last-child:hover {
  background: #233d6b;
}

.carousel__nav ul li:last-child a {
  color: #fff !important;
}

.carousel__nav ul a {
  color: inherit;
  text-decoration: none;
  font-size: 24px;
  position: absolute;
  left: -35%;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(52, 50, 92, 0);
  transition: background .25s cubic-bezier(.7, .7, 0, .9), left .25s cubic-bezier(.7, .7, 0, .9);
}

.carousel__nav ul a:hover {
  left: 0;
}

.carousel__create {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(35, 61, 107, .8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  transition: background .25s cubic-bezier(.7, .7, 0, .9), left .25s cubic-bezier(.7, .7, 0, .9);
}

.carousel__delete {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 10px;
  background-color: #fff;
}

.hero {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #233d6b;
  color: #fff;
}

@media (min-width: 986px) {
  .hero {
    min-height: 400px;
  }
}

.hero--article {
  padding-top: 280px;
  padding-bottom: 200px;
}

@media (max-width: 1800px) {
  .hero--article {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

.hero-image-container {
  width: 80%;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1100px) {
  .hero-image-container {
    width: 40%;
  }
}

.hero-image-container.full,
.hero-image-container--full {
  width: 100%;
}

.hero-image-container>*,
.hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-container>*.full,
.hero-image.full {
  width: 100%;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 105%;
  height: 105%;
}

@media (max-width: 1200px) {
  .hero-video {
    height: 115%;
  }
}

.hero-overlay-bg {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url("../img/portfolio-header-overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.news-hero {
  margin-top: 45px;
}

@media (max-width: 1800px) {
  .news-hero {
    margin-top: 2.5vw;
  }
}

.news-hero__content {
  position: relative;
}

.news-hero__title {
  position: relative;
  padding-right: 60px;
  line-height: 1.25;
  letter-spacing: .025em;
}

@media (max-width: 1800px) {
  .news-hero__title {
    padding-right: 3.35vw;
  }
}

@media (max-width: 1550px) {
  .news-hero__title {
    margin-bottom: .15em;
  }
}

.news-hero .news-hero__intro {
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .news-hero .news-hero__intro {
    margin-bottom: 2vw;
  }
}

@media (max-width: 1024px) {
  .news-hero .news-hero__intro {
    margin-top: 7.5vw;
  }
}

.news-hero .news-hero__intro p {
  padding-left: 0;
  line-height: 2;
}

.news-hero__date {
  position: absolute;
  left: -160px;
  top: 76px;
  vertical-align: middle;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 1800px) {
  .news-hero__date {
    left: -10vw;
  }
}

@media (max-width: 1550px) {
  .news-hero__date {
    top: 4.75vw;
    position: static;
  }
}

.news-hero__date strong {
  letter-spacing: .025em;
}

.news-hero__date strong::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  margin: 0 10px;
  background: #c2c0ce;
}

.news-hero__cta {
  padding-left: 80px;
  position: relative;
}

.news-hero__cta::before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  height: 2px;
  background: #fff;
}

.tw-block {
  display: block;
}

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

.tw-flex-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.tw-flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.tw-flex-col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.tw-flex-col-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.tw-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tw-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.tw-flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tw-items-center {
  -ms-flex-align: center;
      align-items: center;
}

.tw-justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.tw-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tw-flex-1 {
  -ms-flex: 1;
      flex: 1;
}

.tw-flex-auto {
  -ms-flex: auto;
      flex: auto;
}

.tw-flex-initial {
  -ms-flex: initial;
      flex: initial;
}

.tw-flex-none {
  -ms-flex: none;
      flex: none;
}

.tw-flex-grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.tw-flex-shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.tw-flex-no-grow {
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.tw-flex-no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-mr-10 {
  margin-right: 10px;
}

.tw-mb-100 {
  margin-bottom: 100px;
}

.tw-mb-1em {
  margin-bottom: 1em;
}

.tw-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.tw-text-14 {
  font-size: 14px;
}

.tw-w-full {
  width: 100%;
}

@media (min-width: 512px) {

  .sm\:tw-flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .sm\:tw-flex-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .sm\:tw-flex-col {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .sm\:tw-flex-col-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .sm\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm\:tw-flex-1 {
    -ms-flex: 1;
        flex: 1;
  }

  .sm\:tw-flex-auto {
    -ms-flex: auto;
        flex: auto;
  }

  .sm\:tw-flex-initial {
    -ms-flex: initial;
        flex: initial;
  }

  .sm\:tw-flex-none {
    -ms-flex: none;
        flex: none;
  }

  .sm\:tw-flex-grow {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .sm\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .sm\:tw-flex-no-grow {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }

  .sm\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 720px) {

  .md\:tw-flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .md\:tw-flex-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .md\:tw-flex-col {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .md\:tw-flex-col-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .md\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:tw-flex-1 {
    -ms-flex: 1;
        flex: 1;
  }

  .md\:tw-flex-auto {
    -ms-flex: auto;
        flex: auto;
  }

  .md\:tw-flex-initial {
    -ms-flex: initial;
        flex: initial;
  }

  .md\:tw-flex-none {
    -ms-flex: none;
        flex: none;
  }

  .md\:tw-flex-grow {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .md\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md\:tw-flex-no-grow {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }

  .md\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 1024px) {

  .lg\:tw-flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .lg\:tw-flex-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .lg\:tw-flex-col {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .lg\:tw-flex-col-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .lg\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg\:tw-items-start {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .lg\:tw-flex-1 {
    -ms-flex: 1;
        flex: 1;
  }

  .lg\:tw-flex-auto {
    -ms-flex: auto;
        flex: auto;
  }

  .lg\:tw-flex-initial {
    -ms-flex: initial;
        flex: initial;
  }

  .lg\:tw-flex-none {
    -ms-flex: none;
        flex: none;
  }

  .lg\:tw-flex-grow {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .lg\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg\:tw-flex-no-grow {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }

  .lg\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 1200px) {

  .xl\:tw-flex-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .xl\:tw-flex-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .xl\:tw-flex-col {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .xl\:tw-flex-col-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }

  .xl\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:tw-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:tw-flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:tw-flex-1 {
    -ms-flex: 1;
        flex: 1;
  }

  .xl\:tw-flex-auto {
    -ms-flex: auto;
        flex: auto;
  }

  .xl\:tw-flex-initial {
    -ms-flex: initial;
        flex: initial;
  }

  .xl\:tw-flex-none {
    -ms-flex: none;
        flex: none;
  }

  .xl\:tw-flex-grow {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .xl\:tw-flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:tw-flex-no-grow {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }

  .xl\:tw-flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
