@import "../css/vendor.min.css";
.relative {
  position: relative;
}

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

.height100 {
  height: 100%;
}

.height100vh {
  height: 100vh;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

.italic {
  font-style: italic;
}

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

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

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

.uppercase,
.is-caps {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

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

.is-sans,
.font-sans {
  font-family: "Manrope", sans-serif;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

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

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

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

.mt-50 {
  margin-top: clamp(1.875rem, 2.056rem + 1.111vw, 3.125rem);
}

.mt-100 {
  margin-top: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
}

.mt-130 {
  margin-top: clamp(4.0625rem, 1.1739rem + 7.2228vw, 8.125rem);
}

.mt-200 {
  margin-top: clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem);
}

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

.mb-200 {
  margin-bottom: clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem);
}

.pt-100 {
  padding-top: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
}

.pt-200 {
  padding-top: clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem);
}

.pb-100 {
  padding-bottom: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
}

.pb-200 {
  padding-bottom: clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem);
}

.no-margin {
  margin: 0;
}

.secondary-color {
  color: #757575;
}

.white-color {
  color: #ffffff;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  --header-bg-color: #ffffff;
  --header-text-color: #212427;
  --header-text-color-lighter: #757575;
}
body.page-template-template-home {
  --header-bg-color: #002850;
  --header-text-color: #ffffff;
  --header-text-color-lighter: #ffffff;
}
body.page-template-template-about, body.page-template-template-culture, body.page-template-template-responsibility, body.page-template-template-strategies, body.page-template-template-strategy, body.page-template-template-team, body.single-member, body.single-post, body.page-template-template-responsibility, body.page-template-template-resources, body.page-template-default, body.page-template-template-portfolio, body.blog {
  --header-bg-color: #F2F8FE;
  --header-text-color: #212427;
  --header-text-color-lighter: #757575;
}
body.single-company, body.page-template-template-casestudies, body.single-casestudy {
  --header-bg-color: #FBFAF5;
  --header-text-color: #212427;
  --header-text-color-lighter: #757575;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  visibility: visible;
  opacity: 1;
  padding-bottom: 10px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.site-header.no-dictionary {
  padding-top: 25px;
}
@media screen and (max-width: 63.99875em) {
  .site-header.no-dictionary {
    padding-top: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .site-header {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .site-header .nav-container {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 63.99875em) {
  .site-header.no-dictionary .nav-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.show-takeover .site-header:before {
  background-color: transparent;
}
body.show-takeover .site-header .logo a svg.light-logo,
body.show-takeover .site-header .logo a img.light-logo {
  opacity: 1;
}
body.show-takeover .site-header .logo a svg.dark-logo,
body.show-takeover .site-header .logo a img.dark-logo {
  opacity: 0;
}
.site-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--header-bg-color);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.site-header .logo a {
  display: table;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 63.99875em) {
  .site-header .logo a {
    top: 0;
  }
}
.site-header .logo a svg,
.site-header .logo a img {
  height: 45px;
  display: table;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media print, screen and (max-width: 74.99875em) {
  .site-header .logo a svg,
  .site-header .logo a img {
    height: 35px;
  }
}
.site-header .logo a svg.light-logo,
.site-header .logo a img.light-logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.site-header .logo a svg.dark-logo,
.site-header .logo a img.dark-logo {
  opacity: 1;
}
body.page-template-template-home .site-header .logo a svg.light-logo,
body.page-template-template-home .site-header .logo a img.light-logo {
  opacity: 1;
}
body.page-template-template-home .site-header .logo a svg.dark-logo,
body.page-template-template-home .site-header .logo a img.dark-logo {
  opacity: 0;
}
.site-header .skip-main {
  left: auto;
  position: absolute;
  top: -60px;
  width: 1px;
  height: 50px;
  overflow: hidden;
  z-index: -999;
  color: #fff;
  background-color: #002850;
  font-size: 1.2em;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #ffffff;
  text-align: center;
  width: 30%;
  z-index: 999;
  color: #fff;
  left: auto;
  overflow: auto;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media screen and (max-width: 63.99875em) {
  .site-header .skip-main {
    margin: 10px 20%;
    width: 60%;
  }
}
.site-header .skip-main:focus, .site-header .skip-main:active {
  top: 0;
}
.site-header .dictionary {
  text-align: right;
  padding-top: 25px;
  -webkit-transition: margin-top 0.5s, top 0.5s, padding-top 0.5s, opacity 0.5s;
  transition: margin-top 0.5s, top 0.5s, padding-top 0.5s, opacity 0.5s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
body.has-scrolled .site-header .dictionary {
  padding-top: 10px;
}
.site-header .dictionary .dictionary-heading {
  color: var(--header-text-color);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: initial;
}
.site-header .dictionary .dictionary-text {
  margin-top: 3px;
  color: #002850;
  padding-right: 3px;
}
body.page-template-template-home .site-header .dictionary .dictionary-text {
  color: #c1ddf8;
}
.site-header .dictionary .dictionary-text .term {
  color: #002850;
  font-weight: 600;
}
body.page-template-template-home .site-header .dictionary .dictionary-text .term {
  color: #c1ddf8;
}
.site-header .dictionary .dictionary-text .definition {
  font-style: italic;
  font-weight: 400 !important;
}

.menu-header.dropdown,
.menu-header.no-bullet.dropdown {
  margin-bottom: 0;
  display: table;
  margin: 0 0 0 auto;
  padding: 0;
}
.menu-header.dropdown > li,
.menu-header.no-bullet.dropdown > li {
  display: inline-block;
}
.menu-header.dropdown > li:last-child,
.menu-header.no-bullet.dropdown > li:last-child {
  text-decoration: none;
}
@media screen and (min-width: 56.25em) {
  .menu-header.dropdown > li:last-child > a,
  .menu-header.no-bullet.dropdown > li:last-child > a {
    text-decoration: none !important;
  }
  .menu-header.dropdown > li:last-child > a:hover, .menu-header.dropdown > li:last-child > a:focus,
  .menu-header.no-bullet.dropdown > li:last-child > a:hover,
  .menu-header.no-bullet.dropdown > li:last-child > a:focus {
    text-decoration: none;
  }
}
@media screen and (min-width: 56.25em) {
  .menu-header.dropdown > li:hover > a, .menu-header.dropdown > li:focus > a,
  .menu-header.no-bullet.dropdown > li:hover > a,
  .menu-header.no-bullet.dropdown > li:focus > a {
    color: var(--header-text-color);
    -webkit-text-decoration: underline solid var(--header-text-color);
            text-decoration: underline solid var(--header-text-color);
  }
}
.menu-header.dropdown > li.is-dropdown-submenu-parent > a,
.menu-header.no-bullet.dropdown > li.is-dropdown-submenu-parent > a {
  padding: 15px 40px;
}
.menu-header.dropdown > li.is-dropdown-submenu-parent > a:before, .menu-header.dropdown > li.is-dropdown-submenu-parent > a:after,
.menu-header.no-bullet.dropdown > li.is-dropdown-submenu-parent > a:before,
.menu-header.no-bullet.dropdown > li.is-dropdown-submenu-parent > a:after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: var(--header-text-color);
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  left: auto;
  margin: 0;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.menu-header.dropdown > li.is-dropdown-submenu-parent > a:after,
.menu-header.no-bullet.dropdown > li.is-dropdown-submenu-parent > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}
.menu-header.dropdown > li .nav-item-label,
.menu-header.no-bullet.dropdown > li .nav-item-label {
  font-size: 1.0625rem;
  line-height: 1;
  padding: 16px 20px 8px 20px;
  color: var(--header-text-color);
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  display: block;
  margin-top: 8px;
  border-top: 1px solid #d3d3d3;
  -webkit-transition: -webkit-text-decoration 0.5s;
  transition: -webkit-text-decoration 0.5s;
  transition: text-decoration 0.5s;
  transition: text-decoration 0.5s, -webkit-text-decoration 0.5s;
}
.menu-header.dropdown > li.is-active > a,
.menu-header.no-bullet.dropdown > li.is-active > a {
  color: var(--header-text-color);
  -webkit-transition: font-weight 0.5s, color 0.5s;
  transition: font-weight 0.5s, color 0.5s;
}
.menu-header.dropdown > li.is-active > a:before,
.menu-header.no-bullet.dropdown > li.is-active > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-header.dropdown > li.is-active > a:after,
.menu-header.no-bullet.dropdown > li.is-active > a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-header.dropdown > li a,
.menu-header.no-bullet.dropdown > li a {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--header-text-color);
  font-weight: 600;
  position: relative;
  padding: 15px 40px;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: color 0.5s, -webkit-text-decoration 0.5s !important;
  transition: color 0.5s, -webkit-text-decoration 0.5s !important;
  transition: text-decoration 0.5s, color 0.5s !important;
  transition: text-decoration 0.5s, color 0.5s, -webkit-text-decoration 0.5s !important;
}
.menu-header.dropdown > li.current-menu-item > a,
.menu-header.no-bullet.dropdown > li.current-menu-item > a {
  font-weight: 600;
  -webkit-text-decoration: underline solid var(--header-text-color);
          text-decoration: underline solid var(--header-text-color);
}
.menu-header.dropdown > li .sub-menu,
.menu-header.no-bullet.dropdown > li .sub-menu {
  border: none;
  background-color: var(--header-bg-color);
  list-style: none;
  display: block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  pointer-events: none;
  min-width: auto;
  padding: 0px 0 10px 0;
  margin: 0;
  left: 20px !important;
  -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.menu-header.dropdown > li .sub-menu.js-dropdown-active,
.menu-header.no-bullet.dropdown > li .sub-menu.js-dropdown-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
  opacity: 1;
  z-index: 200;
}
.menu-header.dropdown > li .sub-menu li.is-shorter a,
.menu-header.no-bullet.dropdown > li .sub-menu li.is-shorter a {
  padding: 4px 20px;
  text-decoration: underline;
  color: var(--header-text-color-lighter);
}
.menu-header.dropdown > li .sub-menu li.is-shorter a:hover, .menu-header.dropdown > li .sub-menu li.is-shorter a:focus,
.menu-header.no-bullet.dropdown > li .sub-menu li.is-shorter a:hover,
.menu-header.no-bullet.dropdown > li .sub-menu li.is-shorter a:focus {
  color: var(--header-text-color);
}
.menu-header.dropdown > li .sub-menu li a,
.menu-header.no-bullet.dropdown > li .sub-menu li a {
  font-size: 1.0625rem;
  line-height: 1;
  padding: 6px 30px;
  font-weight: 400;
  color: var(--header-text-color);
  white-space: nowrap;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: color 0.5s, -webkit-text-decoration 0.5s;
  transition: color 0.5s, -webkit-text-decoration 0.5s;
  transition: text-decoration 0.5s, color 0.5s;
  transition: text-decoration 0.5s, color 0.5s, -webkit-text-decoration 0.5s;
}
.menu-header.dropdown > li .sub-menu li a:hover, .menu-header.dropdown > li .sub-menu li a:focus,
.menu-header.no-bullet.dropdown > li .sub-menu li a:hover,
.menu-header.no-bullet.dropdown > li .sub-menu li a:focus {
  background-color: transparent;
  -webkit-text-decoration: underline solid var(--header-text-color);
          text-decoration: underline solid var(--header-text-color);
}
.menu-header.dropdown > li .sub-menu li .sub-menu,
.menu-header.no-bullet.dropdown > li .sub-menu li .sub-menu {
  margin: 0;
  top: 10px;
}

.mobile-navigation .button {
  color: var(--header-text-color);
  border-color: var(--header-text-color);
  overflow: hidden;
}
.mobile-navigation .button:hover, .mobile-navigation .button:focus {
  background-color: transparent;
  color: var(--header-text-color);
  border-color: var(--header-text-color);
}
.mobile-navigation .button .main-text {
  position: relative;
  display: table;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.mobile-navigation .button .open-text {
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  bottom: 0;
  right: 0;
  margin: auto;
  display: table;
  width: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
body.show-takeover .mobile-navigation .button {
  color: #ffffff;
  border-color: #ffffff;
}
body.show-takeover .mobile-navigation .button .open-text {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
body.show-takeover .mobile-navigation .button .main-text {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.takeover.nav-takeover {
  background-color: transparent;
  z-index: 0;
  background-color: #002850;
}
.takeover.nav-takeover .takeover-content {
  padding: 0;
  padding: 30px 0 0 0;
}
.takeover.nav-takeover .takeover-content .takeover-nav-container .toggle-takeover {
  padding: 12px 18px;
  right: 1.25rem;
  top: 0rem;
}
.takeover.nav-takeover .takeover-content .grid-container {
  height: 100%;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin: 0 20px;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media screen and (max-height: 750px) {
  .takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li {
    margin-top: 40px;
  }
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li.current-menu-item > a {
  text-decoration: underline !important;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li a {
  width: auto;
  padding: 10px 0;
  font-size: 1.25rem;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  margin-right: 10px;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li a .line {
  width: calc(100% - 0px);
  left: 0px;
  bottom: 5px;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li a:hover {
  text-decoration: underline !important;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .submenu-toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  min-height: 0;
  min-width: 0;
  margin: 0;
  position: relative;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .submenu-toggle:before, .takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .submenu-toggle:after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  left: auto;
  margin: 0;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .submenu-toggle:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 19px;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .submenu-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .submenu-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .sub-menu {
  width: 100%;
  margin: 0;
  list-style: none;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .sub-menu li.current-menu-item a {
  text-decoration: underline !important;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .sub-menu li:hover {
  text-decoration: underline !important;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .sub-menu li .nav-item-label {
  color: #ffffff;
  display: table;
  padding: 10px 0;
  margin-top: 10px;
  border-top: 1px solid #7F93A7;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .sub-menu li.is-shorter a {
  padding: 5px 0;
  text-decoration: underline;
}
.takeover.nav-takeover .takeover-content .grid-container > .grid-x .menu-header > li .sub-menu li a {
  color: #7F93A7;
}
.takeover.nav-takeover .takeover-content .grid-container .dictionary {
  padding: 60px 20px 30px 20px;
  text-align: left;
  padding-bottom: 100px;
}
.takeover.nav-takeover .takeover-content .grid-container .dictionary .dictionary-heading {
  color: #ffffff;
}
.takeover.nav-takeover .takeover-content .grid-container .dictionary .dictionary-text {
  color: #84BBF2;
}
.takeover.nav-takeover .takeover-content .grid-container .dictionary .dictionary-text .term {
  color: #84BBF2;
}

.site-header .menu-header .current-menu-item > a {
  -webkit-text-decoration: underline solid var(--header-text-color) !important;
          text-decoration: underline solid var(--header-text-color) !important;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  background-color: #002850;
  color: #ffffff;
}
@media screen and (max-width: 39.99875em) {
  .site-footer .logo {
    display: table;
    margin: auto;
  }
}
.site-footer .logo a svg {
  height: 36px;
}
.site-footer .menu-footer {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 63.99875em) {
  .site-footer .menu-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.site-footer .menu-footer > .menu-item {
  margin-bottom: 40px;
}
.site-footer .menu-footer > .menu-item a,
.site-footer .menu-footer > .menu-item button {
  color: #FEFEFE;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.32px;
  display: table;
  padding: 0;
  cursor: pointer;
}
.site-footer .menu-footer > .menu-item a:hover,
.site-footer .menu-footer > .menu-item button:hover {
  text-decoration: underline !important;
}
.site-footer .menu-footer > .menu-item.menu-item-has-children > a:hover {
  text-decoration: underline !important;
}
.site-footer .menu-footer > .menu-item.menu-item-has-children > a .current-menu-item > a {
  text-decoration: underline !important;
}
.site-footer .menu-footer > .menu-item .sub-menu {
  list-style: none;
  margin-left: 0;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item {
  margin-top: 10px;
  padding: 0;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item:first-child {
  margin-top: 10px;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item .nav-item-label {
  display: block;
  line-height: 1;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item.is-shorter {
  color: #ffffff;
  text-decoration: underline;
  margin-top: 10px;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item a {
  font-weight: 300;
  text-decoration: none;
  color: #ffffff;
  padding-left: 10px;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item .sub-menu .menu-item {
  margin-top: 10px;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
  font-weight: 300;
  color: #7F93A7;
}
.site-footer .menu-footer > .menu-item .sub-menu .menu-item .sub-menu .menu-item a:hover {
  color: #ffffff;
}
.site-footer .menu-footer .current-menu-item > a {
  text-decoration: underline !important;
}
.site-footer .footer-button {
  margin: 0 0 0 100px;
}
@media print, screen and (max-width: 89.99875em) {
  .site-footer .footer-button {
    margin: 0 0 0 50px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .site-footer .footer-button {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .site-footer .footer-button {
    width: 100%;
  }
}
.site-footer .footer-util {
  border-top: 1px solid #F2F8FE;
  padding-top: 40px;
}
.site-footer .footer-util .legal {
  color: #7F93A7;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 39.99875em) {
  .site-footer .footer-util .legal {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-util .legal > .cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 39.99875em) {
  .site-footer .footer-util .legal > .cell {
    text-align: center;
    margin-top: 10px;
  }
}
.site-footer .footer-util .legal a {
  color: #7F93A7;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.28px;
}
@media print, screen and (min-width: 40em) {
  .site-footer .footer-util .legal a:hover {
    color: #ffffff;
  }
}
.site-footer .footer-util .legal a i {
  color: #ffffff;
  font-size: 1.3125rem;
}

.reveal.download-resources {
  padding: 40px;
  background-color: #FEFEFE;
  border-radius: 5px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.reveal.download-resources .resource-links {
  margin: 30px 0 0 0;
  list-style: none;
}
.reveal.download-resources .resource-links .resource {
  margin-bottom: 20px;
}
.reveal.download-resources .resource-links .resource:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal.download-resources .resource-links .resource .underline-link {
    margin-top: 20px;
    display: block;
  }
}
.reveal.download-resources .close-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 60px;
  border: none;
  margin: 0;
  padding: 0;
}
.reveal.download-resources .close-button:hover, .reveal.download-resources .close-button:focus {
  background-color: transparent;
}
.reveal.download-resources .close-button:hover i, .reveal.download-resources .close-button:focus i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.reveal.download-resources .close-button i {
  font-size: 1rem;
  color: #212427;
  top: -6px;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/**
 * Any global style overrides 
 */
.canvas-wrapper {
  position: relative;
  min-height: auto;
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu li.menu-item.menu-item-has-children:has(> a[href="#"]),
.menu li.menu-item.menu-item-has-children:hover > a[href="#"],
.menu li.menu-item.menu-item-has-children:focus > a[href="#"],
.menu li.menu-item.menu-item-has-children a[href="#"],
.menu li.menu-item.menu-item-has-children a[href="#"]:hover,
.menu li.menu-item.menu-item-has-children a[href="#"]:focus {
  cursor: default;
  text-decoration: none !important;
}

.grid-container {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 63.99875em) {
  .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

p {
  line-height: inherit;
}
p:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 26.24875em) {
  .grid-x > .shrink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#content {
  min-height: 800px;
  position: relative;
}
#content main {
  position: relative;
}

.lazy,
.bg-lazy {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lazy.loaded, .lazy.bg-loaded,
.bg-lazy.loaded,
.bg-lazy.bg-loaded {
  opacity: 1;
}

.barba-progress {
  background: #002850;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
}

.breadcrumbs {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #212427;
  padding-bottom: 11px;
}

/**
 * BarbaJS Transitions
 */
#barba-wrapper {
  position: relative;
}

.barba-container + .barba-container {
  position: absolute;
  min-height: 100vh;
  top: 0;
  width: 100%;
}

/**
 * Forms
 */
select {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #E5E5DD;
  color: #757575;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2;
  margin: 0;
  height: auto;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
  letter-spacing: -0.176px;
}
select:focus {
  background-color: #002850;
  border: 0;
  color: #ffffff;
  border-bottom: 0px solid #002850;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
select::-webkit-input-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
select::-moz-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
select:-ms-input-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
select::-ms-input-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
select::placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
select option {
  line-height: 41px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #E5E5DD;
  color: #757575;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2;
  margin: 0;
  height: auto;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
  letter-spacing: -0.176px;
}
input[type=text].is-invalid-input,
input[type=search].is-invalid-input,
input[type=email].is-invalid-input,
input[type=password].is-invalid-input,
textarea.is-invalid-input {
  background-color: transparent;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: transparent;
  border: 0;
  color: #002850;
  border-bottom: 2px solid #002850;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5 !important;
}
input[type=text].filter-search,
input[type=search].filter-search,
input[type=email].filter-search,
input[type=password].filter-search,
textarea.filter-search {
  padding: 7px 40px 7px 0;
}

/**
 * tom-select
 */
.ts-wrapper.input-hidden .ts-control input {
  display: none;
}
.ts-wrapper.focus .ts-control:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ts-wrapper.focus .ts-control:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ts-wrapper .ts-control {
  cursor: pointer !important;
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #E5E5DD;
  color: #002850;
  border-radius: 0;
  font-weight: 500;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  padding: 7px 40px 7px 0 !important;
}
.ts-wrapper .ts-control:before, .ts-wrapper .ts-control:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 7px;
  width: 10px;
  height: 1px;
  background-color: #757575;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.ts-wrapper .ts-control:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.ts-wrapper .ts-control:focus-visible {
  background-color: transparent;
}
.ts-wrapper .ts-control input {
  display: none !important;
  width: auto;
}
.ts-wrapper .ts-control .item {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.176px;
  color: #757575;
  display: inline-block;
  cursor: pointer;
}
.ts-wrapper .ts-dropdown {
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.ts-wrapper .ts-dropdown .ts-dropdown-content .option {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.176px;
  color: #757575;
}

.contact-form .gform_submission_error {
  font-weight: 300;
  font-size: clamp(1.125rem, 0.769rem + 0.889vw, 1.625rem);
  line-height: 1.5;
  letter-spacing: -0.286px;
  color: #CD0F28;
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact-form .gform_submission_error .gform-icon {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.contact-form .gfield {
  margin-bottom: 50px;
}
.contact-form .gfield .validation_message {
  color: #CD0F28;
}
.contact-form .gfield .gfield_label {
  color: #757575;
  margin-bottom: 10px;
}
.contact-form .gfield .ginput_container input {
  padding: 7px 0;
}
.contact-form .gfield textarea {
  height: 190px;
  resize: none;
}
.contact-form #field_1_6 {
  margin-bottom: 10px;
}
.contact-form .gform-footer .gform_button {
  margin-top: 10px;
}

h1,
.h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(2.875rem, 2.697rem + 0.444vw, 3.125rem);
  line-height: 1.25;
  letter-spacing: -0.935px;
}
.canvas-wrapper.smaller_h1 h1,
.canvas-wrapper.smaller_h1 .h1 {
  font-size: 2.8125rem;
}
.canvas-wrapper.smallest_h1 h1,
.canvas-wrapper.smallest_h1 .h1 {
  font-size: 2.6875rem;
}
h1.smaller,
.h1.smaller {
  font-size: 2.8125rem;
}
h1.smallest,
.h1.smallest {
  font-size: 2.6875rem;
}

.page-template-template-home h1,
.page-template-template-home .h1 {
  font-size: clamp(2.875rem, 2.697rem + 2vw, 4.375rem) !important;
}
.page-template-template-home h1.smallest,
.page-template-template-home .h1.smallest {
  font-size: clamp(2.875rem, 2.697rem + 2vw, 4.375rem) !important;
}

h2,
.h2,
.body-large {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 2.056rem + 1.111vw, 3.125rem);
  line-height: 1.25;
  letter-spacing: -0.66px;
}
.canvas-wrapper.smaller_h2 h2,
.canvas-wrapper.smaller_h2 .h2,
.canvas-wrapper.smaller_h2 .body-large {
  font-size: clamp(2.5rem, 2.278rem + 0.556vw, 2.8125rem);
}
.canvas-wrapper.smallest_h2 h2,
.canvas-wrapper.smallest_h2 .h2,
.canvas-wrapper.smallest_h2 .body-large {
  font-size: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
}

h3,
.h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 1.733rem + 0.667vw, 2.375rem);
  line-height: 1.2;
  letter-spacing: -0.528px;
}
.canvas-wrapper.smaller_h3 h3,
.canvas-wrapper.smaller_h3 .h3 {
  font-size: clamp(2rem, 1.822rem + 0.444vw, 2.25rem);
}
.canvas-wrapper.smallest_h3 h3,
.canvas-wrapper.smallest_h3 .h3 {
  font-size: clamp(2rem, 1.911rem + 0.222vw, 2.125rem);
}
h3.smaller,
.h3.smaller {
  font-size: clamp(1rem, 0.822rem + 0.444vw, 1.25rem) !important;
}

h4,
.h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1.625rem, 1.181rem + 1.111vw, 2.25rem);
  line-height: 1.22;
  letter-spacing: -0.396px;
}

.body-1 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1.125rem, 0.769rem + 0.889vw, 1.625rem);
  line-height: 1.5;
  letter-spacing: -0.286px;
}
.body-1.bold {
  font-weight: 500;
}
.body-1.extrabold {
  font-weight: 600;
}

.body-2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 0.822rem + 0.444vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: -0.286px;
}
.body-2.bold {
  font-weight: 500;
}

.body-3 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.176px;
}
.body-3.bold {
  font-weight: 500;
}

.body-4 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: -0.154px;
}
.body-4.bold {
  font-weight: 500;
}

.eyebrow-1,
.gfield_label {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.911rem + 0.222vw, 1.125rem);
  line-height: 1;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.eyebrow-2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

p a {
  color: #002850;
  display: inline-block;
}
p a:hover, p a:focus {
  color: #002850;
}

.button,
button {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.32px;
  padding: 12px 18px;
  border-radius: 3px;
  border: 1px solid #002850;
  color: #212427;
  background-color: transparent;
  margin: 60px 0 0 0;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  color: #ffffff;
  background-color: #002850;
}
.button.button-white-border,
button.button-white-border {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.button.button-white-border:hover, .button.button-white-border:focus,
button.button-white-border:hover,
button.button-white-border:focus {
  color: #002850;
  background-color: #ffffff;
}
.button.no-margin,
button.no-margin {
  margin: 0;
}

.ajax-load-more-wrap .alm-btn-wrap {
  padding: 0;
  margin: 0;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.32px;
  padding: 12px 18px;
  border-radius: 3px;
  border: 1px solid #002850;
  color: #212427;
  background-color: transparent;
  margin: 60px 0 0 0;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #212427;
  padding: 12px 18px;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.loading:before {
  display: none;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover, .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:focus {
  color: #ffffff;
  background-color: #002850;
}

.underline-link {
  color: #212427;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.32px;
  text-decoration-line: underline;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.underline-link.large {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
}
.underline-link.with-icon i {
  margin-left: 10px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.underline-link.with-icon:hover {
  color: #757575;
}
.underline-link.with-icon:hover i {
  color: #757575;
}
.underline-link.secondary-color {
  color: #757575;
}
.underline-link.resolve-color {
  color: #002850;
}

.hover-underline-resolve-color, .strategy-cta .cta a {
  color: #212427;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-underline-resolve-color:hover, .strategy-cta .cta a:hover, .hover-underline-resolve-color:focus, .strategy-cta .cta a:focus {
  color: #002850;
  text-decoration-color: #212427;
}
.hover-underline-resolve-color.with-icon i, .strategy-cta .cta a.with-icon i {
  margin-left: 10px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.hover-underline-resolve-color.with-icon:hover, .strategy-cta .cta a.with-icon:hover, .hover-underline-resolve-color.with-icon:focus, .strategy-cta .cta a.with-icon:focus {
  color: #002850;
}
.hover-underline-resolve-color.with-icon:hover i, .strategy-cta .cta a.with-icon:hover i, .hover-underline-resolve-color.with-icon:focus i, .strategy-cta .cta a.with-icon:focus i {
  color: #002850;
}

.underline-link-border {
  color: #212427;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.28px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  padding-bottom: 8px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .underline-link-border:hover:after {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.underline-link-border:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #212427;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.lottie-container {
  pointer-events: none;
}

.right-grow-arrow {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #757575;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: width 0.5s, background-color 0.5s;
  transition: width 0.5s, background-color 0.5s;
}
.right-grow-arrow:before, .right-grow-arrow:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -3px;
  background-color: #757575;
  width: 10px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.right-grow-arrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
}

.left-grow-arrow {
  content: "";
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #757575;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: width 0.5s, background-color 0.5s;
  transition: width 0.5s, background-color 0.5s;
}
.left-grow-arrow:before, .left-grow-arrow:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -3px;
  background-color: #757575;
  width: 10px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.left-grow-arrow:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
}

.grid-filter {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  .grid-filter {
    position: initial;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
  }
}
@media screen and (max-width: 63.99875em) {
  .grid-filter > .grid-x {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: initial;
  }
}
.grid-filter .filter-toggle {
  height: 42px;
}
.grid-filter .filter-toggle:hover, .grid-filter .filter-toggle:focus {
  color: #002850;
  background-color: transparent;
}
.grid-filter .filter-toggle.is-active .is-filtered {
  display: inline-block;
}
.grid-filter .filter-toggle .is-filtered {
  display: none;
  background-color: #CD0F28;
  width: 18px;
  height: 18px;
  color: #ffffff;
  border-radius: 50%;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.36px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
  .grid-filter .filter-dropdowns {
    position: fixed;
    top: 5px;
    width: 100vw;
    height: 100%;
    left: 0;
    z-index: 1000;
    padding: 40px 20px;
    border-radius: 3px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.5s, visibility 0.5s, top 0.5s;
    transition: opacity 0.5s, visibility 0.5s, top 0.5s;
  }
}
.grid-filter .filter-dropdowns .back-link {
  display: table;
  cursor: pointer;
}
.grid-filter .filter-dropdowns .back-link i {
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
.grid-filter .filter-dropdowns .h4 {
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 63.99875em) {
  .grid-filter .filter-dropdowns > .grid-x {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid-filter .filter-dropdowns > .grid-x > .cell {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .grid-filter .filter-dropdowns > .grid-x > .cell {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 63.99875em) {
  .grid-filter .filter-dropdowns > .grid-x > .cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .grid-filter .filter-dropdowns > .grid-x > .cell:last-child .dropdown-filter {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .grid-filter .filter-dropdowns > .grid-x > .cell:last-child .input-filter {
    margin-bottom: 0;
  }
}
.grid-filter .filter-dropdowns > .grid-x .save-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.grid-filter .filter-dropdowns > .grid-x .save-button .button {
  width: 100%;
}
.grid-filter .filter-dropdowns > .grid-x .save-button .button:hover, .grid-filter .filter-dropdowns > .grid-x .save-button .button:focus {
  color: #002850;
  background-color: transparent;
}
.grid-filter .filter-dropdowns .dropdown-filter {
  min-width: 190px;
  margin-right: 50px;
}
@media screen and (max-width: 63.99875em) {
  .grid-filter .filter-dropdowns .dropdown-filter {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.grid-filter .filter-dropdowns .input-filter {
  min-width: 400px;
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .grid-filter .filter-dropdowns .input-filter {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.grid-filter .filter-dropdowns .input-filter > svg {
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.grid-filter .filter-dropdowns .input-filter.search-typeahead .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 10px 0 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.grid-filter .filter-dropdowns .input-filter.search-typeahead .search-results .team-search-result-link {
  display: block;
}
.grid-filter .filter-dropdowns .input-filter.search-typeahead .search-results .team-search-result {
  padding-bottom: 10px;
  position: relative;
  padding-right: 2rem;
}
.grid-filter .filter-dropdowns .input-filter.search-typeahead .search-results .team-search-result .result-photo {
  max-width: 39px;
  margin-right: 10px;
}
.grid-filter .filter-dropdowns .input-filter.search-typeahead .search-results .team-search-result .result-name {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: -0.154px;
  color: #212427;
}
.grid-filter .filter-dropdowns .input-filter.search-typeahead .search-results .team-search-result .result-title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #757575;
}
.grid-filter .filter-dropdowns .input-filter.search-typeahead .search-results svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.grid-filter .filter-dropdowns.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 0;
}
.grid-filter .grid-list-view button {
  cursor: pointer;
  padding: 0;
  border: none;
  margin: 0 0 0 50px;
}
.grid-filter .grid-list-view button:hover, .grid-filter .grid-list-view button:focus {
  background-color: transparent;
}
.grid-filter .grid-list-view button:hover .grid-text, .grid-filter .grid-list-view button:focus .grid-text {
  color: #002850;
}
.grid-filter .grid-list-view button.active i {
  opacity: 1;
}
.grid-filter .grid-list-view button .grid-text {
  display: table;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.grid-filter .grid-list-view button i {
  color: #002850;
  font-size: 2.0625rem;
  opacity: 0.25;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.about-stats .stats {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.about-stats .stats .stat {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 74.99875em) {
  .about-stats .stats .stat {
    margin-bottom: 40px;
  }
}
.about-stats .stats .stat .stat-number {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(2.125rem, 2.458rem + 1.667vw, 2.875rem);
  line-height: 1;
  letter-spacing: -0.715px;
  color: #002850;
}
@media print, screen and (max-width: 74.99875em) {
  .about-stats .stats .stats-content {
    margin-top: 120px;
    margin-bottom: 50px;
  }
}
.about-stats .stats .hero-about-lottie.lottie-container {
  position: absolute;
  width: 50%;
  bottom: 100%;
  left: calc(50% - 26px);
}
@media print, screen and (max-width: 74.99875em) {
  .about-stats .stats .hero-about-lottie.lottie-container {
    position: absolute;
    width: auto;
    height: 370px;
    bottom: calc(100% + 20px);
    left: calc(25% - 27px);
  }
}

@media print, screen and (max-width: 56.24875em) {
  .about-cta .cta .cta-text {
    margin-top: 80px;
  }
}
.about-cta .cta .cta-image img {
  width: 100%;
}
.about-cta .cta .cta-image .lottie-container {
  position: absolute;
  right: 0;
  bottom: calc(100% - 30px);
  height: 133px;
}
@media screen and (min-width: 56.25em) {
  .about-cta .cta .cta-image .lottie-container {
    top: auto;
    bottom: 100%;
    right: 0;
    -webkit-transform: translate(calc(100% - 35px), 32px);
            transform: translate(calc(100% - 35px), 32px);
  }
}
@media screen and (min-width: 75em) {
  .about-cta .cta .cta-image .lottie-container {
    -webkit-transform: translate(calc(100% - 35px), 30px);
            transform: translate(calc(100% - 35px), 30px);
  }
}

@media print, screen and (max-width: 74.99875em) {
  .hero-about-lottie {
    max-width: 283px !important;
  }
}

.resources-hero {
  padding-top: var(--nav-height);
  position: relative;
}
.resources-hero:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #F2F8FE;
  z-index: -1;
}
.resources-hero .hero {
  padding-top: clamp(1.125rem, 3.361rem + 7.222vw, 3rem);
  padding-bottom: 90px;
}
@media screen and (max-width: 40.625em) {
  .resources-hero .hero {
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 31.25em) {
  .resources-hero .hero {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 26.25em) {
  .resources-hero .hero {
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 25em) {
  .resources-hero .hero {
    padding-bottom: 100px;
  }
}
.resources-hero .hero .hero-content {
  max-width: 540px;
  margin-top: 50px;
}
@media screen and (max-width: 58.75em) {
  .resources-hero .hero .hero-content {
    max-width: 480px;
  }
}
@media screen and (max-width: 51.875em) {
  .resources-hero .hero .hero-content {
    max-width: 440px;
  }
}
@media screen and (max-width: 49.375em) {
  .resources-hero .hero .hero-content {
    max-width: 400px;
  }
}
.resources-hero .lottie-container {
  position: absolute;
  bottom: clamp(-13.75rem, 4.431rem - 18.889vw, -3.125rem);
}

.resources-accordion .accordion .accordion-item.is-active .accordion-title:focus-visible {
  background-color: transparent;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
}
.resources-accordion .accordion .accordion-item.is-active .accordion-title .title-chevron:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.resources-accordion .accordion .accordion-item.is-active .accordion-title .title-chevron:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.resources-accordion .accordion .accordion-item .accordion-title {
  padding: 25px 0;
  border: none;
  color: #212427;
  margin: 0;
  display: table;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  -webkit-transition: -webkit-text-decoration 0.5s;
  transition: -webkit-text-decoration 0.5s;
  transition: text-decoration 0.5s;
  transition: text-decoration 0.5s, -webkit-text-decoration 0.5s;
}
.resources-accordion .accordion .accordion-item .accordion-title:hover {
  background-color: transparent;
  -webkit-text-decoration: underline solid #212427;
          text-decoration: underline solid #212427;
}
.resources-accordion .accordion .accordion-item .accordion-title:focus {
  background-color: transparent;
}
.resources-accordion .accordion .accordion-item .accordion-title:focus-visible {
  background-color: transparent;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
}
.resources-accordion .accordion .accordion-item .accordion-title:before {
  display: none;
}
.resources-accordion .accordion .accordion-item .accordion-title .title-chevron {
  position: relative;
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}
.resources-accordion .accordion .accordion-item .accordion-title .title-chevron:before, .resources-accordion .accordion .accordion-item .accordion-title .title-chevron:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--header-text-color);
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  left: auto;
  margin: 0;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.resources-accordion .accordion .accordion-item .accordion-title .title-chevron:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0px;
}
.resources-accordion .accordion .accordion-item .accordion-content {
  border: none;
  padding: 0 0 0 60px;
}

.culture-invest .invest {
  position: relative;
}
.culture-invest .invest .invest-image .image {
  border-radius: 5px;
  overflow: hidden;
}
.culture-invest .invest .invest-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.culture-invest .invest .invest-image .lottie-container.top {
  position: absolute;
  bottom: calc(100% - 73px);
  right: 30px;
  width: 240px;
  height: 300px;
}
@media print, screen and (max-width: 74.99875em) {
  .culture-invest .invest .invest-image .lottie-container.top {
    left: -50px;
    width: 120px;
    height: 220px;
  }
}
.culture-invest .invest .invest-image .lottie-container.bottom {
  position: absolute;
  top: calc(100% - 35px);
  right: calc(100% - 35px);
  width: 229px;
  z-index: -1;
}
@media print, screen and (max-width: 74.99875em) {
  .culture-invest .invest .invest-image .lottie-container.bottom {
    top: calc(100% + 25px);
    right: calc(100% + 135px);
    width: 120px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .culture-invest .invest .invest-image .lottie-container.bottom {
    display: none;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .culture-invest .invest .invest-text {
    margin-top: 80px;
  }
}
.culture-invest .invest .invest-text .invest-heading {
  max-width: 310px;
}
@media screen and (max-width: 63.99875em) {
  .culture-invest .invest .invest-text .invest-heading {
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .culture-cta .cta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.culture-cta .cta .cta-image {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
@media print, screen and (max-width: 56.24875em) {
  .culture-cta .cta .cta-text {
    margin-top: 80px;
  }
}
.culture-cta .cta .cta-text .lottie-container {
  position: relative;
  left: -170px;
  bottom: 100%;
  width: 250px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 56.24875em) {
  .culture-cta .cta .cta-text .lottie-container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: 60px;
    left: -50px;
    width: 125px;
  }
}

.twocolumn-image .lottie-container.hero {
  position: absolute;
  bottom: 100%;
}

.responsibility-footer {
  background-color: #FBFAF5;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 56.24875em) {
  .responsibility-footer {
    margin-top: -70px;
  }
}
.responsibility-footer .lottie-container {
  position: absolute;
  right: 0;
  bottom: 0;
}

.strategies-columns {
  background-color: #FBFAF5;
}
.strategies-columns .lottie-container {
  margin-top: -288px;
  position: relative;
  width: 100%;
  top: 58px;
}
@media screen and (max-width: 100em) {
  .strategies-columns .lottie-container {
    margin-top: -18vw;
  }
}
@media screen and (max-width: 39.99875em) {
  .strategies-columns .lottie-container {
    margin-top: -38vw;
  }
}
.strategies-columns .columns {
  margin-top: 100px;
}
@media print, screen and (max-width: 74.99875em) {
  .strategies-columns .columns {
    margin-top: 0px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .strategies-columns .columns > .cell {
    margin-top: 100px;
  }
}
@media screen and (max-width: 39.99875em) {
  .strategies-columns .columns > .cell .hover-underline-resolve-color, .strategies-columns .columns > .cell .strategy-cta .cta a, .strategy-cta .cta .strategies-columns .columns > .cell a {
    margin-top: 20px;
    display: block;
  }
}

.strategies-focus .focus .accordion {
  margin-top: 50px;
}
.strategies-focus .focus .accordion.five-across .accordion-item {
  width: calc(20% - 30px);
}
@media print, screen and (max-width: 89.99875em) {
  .strategies-focus .focus .accordion.five-across .accordion-item {
    width: calc(20% - 10px);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .strategies-focus .focus .accordion.five-across .accordion-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  .strategies-focus .focus .accordion.five-across .accordion-item {
    width: 100%;
  }
}
.strategies-focus .focus .accordion.five-across .accordion-item .accordion-title {
  padding: 30px 20px 0 20px;
}
.strategies-focus .focus .accordion .accordion-item {
  min-height: 270px;
  border: 2px solid #F2F8FE;
  width: calc(25% - 30px);
  background-color: #F2F8FE;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
@media print, screen and (max-width: 89.99875em) {
  .strategies-focus .focus .accordion .accordion-item {
    width: calc(25% - 10px);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .strategies-focus .focus .accordion .accordion-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  .strategies-focus .focus .accordion .accordion-item {
    width: 100%;
  }
}
.strategies-focus .focus .accordion .accordion-item:nth-child(5n+2) {
  border-color: #D8DEE4;
  background-color: #D8DEE4;
}
.strategies-focus .focus .accordion .accordion-item:nth-child(5n+3) {
  border-color: #FBFAF5;
  background-color: #FBFAF5;
}
.strategies-focus .focus .accordion .accordion-item:nth-child(5n+4) {
  border-color: #E2EFFB;
  background-color: #E2EFFB;
}
.strategies-focus .focus .accordion .accordion-item:nth-child(5n+5) {
  border-color: #E5E5DD;
  background-color: #E5E5DD;
}
.strategies-focus .focus .accordion .accordion-item.is-active .accordion-title:focus-visible {
  background-color: transparent;
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
}
.strategies-focus .focus .accordion .accordion-item.is-active .accordion-title .title-chevron:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.strategies-focus .focus .accordion .accordion-item.is-active .accordion-title .title-chevron:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.strategies-focus .focus .accordion .accordion-item .accordion-title {
  padding: 40px 30px 0 30px;
  border: none;
  color: #212427;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-transition: font-weight 0.5s;
  transition: font-weight 0.5s;
}
.strategies-focus .focus .accordion .accordion-item .accordion-title:hover {
  background-color: transparent;
}
.strategies-focus .focus .accordion .accordion-item .accordion-title:focus {
  background-color: transparent;
}
.strategies-focus .focus .accordion .accordion-item .accordion-title:focus-visible {
  background-color: transparent;
}
.strategies-focus .focus .accordion .accordion-item .accordion-title:before {
  display: none;
}
.strategies-focus .focus .accordion .accordion-item .accordion-title .title-chevron {
  position: relative;
  top: 13px;
  width: 30px;
}
.strategies-focus .focus .accordion .accordion-item .accordion-title .title-chevron:before, .strategies-focus .focus .accordion .accordion-item .accordion-title .title-chevron:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--header-text-color);
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  left: auto;
  margin: 0;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.strategies-focus .focus .accordion .accordion-item .accordion-title .title-chevron:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0px;
}
.strategies-focus .focus .accordion .accordion-item .accordion-content {
  border: none;
  padding: 5px 30px 14px 30px;
  background-color: transparent;
}

.page-template-template-strategies .m-hero .hero {
  min-height: 675px;
}
@media print, screen and (max-width: 26.24875em) {
  .page-template-template-strategies .m-hero .hero {
    min-height: 690px;
  }
}
.page-template-template-strategies .m-hero .hero .hero-content {
  max-width: 600px;
}

@media screen and (max-width: 63.99875em) {
  .m-hero.strategy {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 63.99875em) {
  .m-hero.strategy .pe {
    height: 200px;
  }
}

@media screen and (max-width: 63.99875em) {
  .strategy-criteria {
    position: relative;
  }
}
@media screen and (max-width: 39.99875em) {
  .strategy-criteria {
    margin-bottom: 210px !important;
  }
}
.strategy-criteria .criteria a.button {
  margin-top: 12px;
}
.strategy-criteria .criteria .stat {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 74.99875em) {
  .strategy-criteria .criteria .stat {
    margin-bottom: 40px;
  }
}
.strategy-criteria .criteria .stat .stat-number {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(1.575rem, 1.095rem + 1.2vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.715px;
  color: #002850;
}
@media screen and (max-width: 63.99875em) {
  .strategy-criteria .criteria .stats-content {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
.strategy-criteria .criteria .stats .lottie-container {
  position: absolute;
  width: 50%;
  bottom: 100%;
  left: 33.666667%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 63.99875em) {
  .strategy-criteria .criteria .stats .lottie-container {
    position: absolute;
    width: auto;
    height: 290px;
    bottom: calc(100% - 40px);
    left: 50%;
  }
}

.strategy-cta {
  background-color: #FBFAF5;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.strategy-cta .scs-cta {
  position: absolute;
  top: 40px;
  right: 40%;
  -webkit-transform: translate(50%, -100%);
          transform: translate(50%, -100%);
}
.strategy-cta .cta .cta-heading {
  text-align: center;
}
.strategy-cta .cta .cta-button {
  margin: 40px auto 0 auto;
  text-align: center;
  display: table;
}
.companies-hero {
  background-color: #F2F8FE;
  position: relative;
}
.companies-hero:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #F2F8FE;
  z-index: -1;
}
.companies-hero .lottie-container {
  position: absolute;
  right: 30px;
  bottom: -300px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 100em) {
  .companies-hero .lottie-container {
    bottom: -18vw;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .companies-hero .lottie-container {
    bottom: -13vw;
  }
}
@media screen and (max-width: 63.99875em) {
  .companies-hero .lottie-container {
    width: 820px;
    bottom: -200px;
  }
}
.companies-hero .breadcrumbs {
  padding-top: var(--nav-height);
}
.companies-hero .hero {
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 60px;
}
@media screen and (max-width: 39.99875em) {
  .companies-hero .hero {
    padding-top: 36px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 63.99875em) {
  .companies-grid .lottie-container {
    position: absolute;
    min-width: 820px;
    width: calc(100% - 60px);
    right: 30px;
    margin-top: -155px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .companies-grid .lottie-container {
    margin-top: -95px;
    width: calc(100% - 40px);
    right: 20px;
  }
}
.companies-grid .grid-filter {
  margin-top: clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem);
}
@media screen and (max-width: 63.99875em) {
  .companies-grid .grid-filter {
    margin-top: 200px;
  }
}
.companies-grid .grid {
  margin: 100px -16px 0 -16px;
}
.companies-grid .grid.is-grid .company a {
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, transform 0.5s;
  transition: background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.companies-grid .grid.is-grid .company a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #F2F8FE;
}
.companies-grid .grid.is-grid .company a:hover .company-logo img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.companies-grid .grid.is-grid .company a:hover .view-details {
  color: #000000;
}
.companies-grid .grid.is-list {
  margin: 100px 0 0 0;
}
.companies-grid .grid.is-list > .cell {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.companies-grid .grid.is-list .company a {
  padding-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5DD;
  background-color: transparent;
}
.companies-grid .grid.is-list .company a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.companies-grid .grid.is-list .company a:hover .company-logo img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.companies-grid .grid.is-list .company a:hover .company-name {
  text-decoration-color: #212427;
  color: #002850;
}
.companies-grid .grid.is-list .company a .company-logo {
  max-height: 60px;
  position: relative;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  margin: 0 20px 0 0;
  display: none;
}
.companies-grid .grid.is-list .company a .company-logo img {
  max-height: 40px;
  margin: auto;
  position: relative;
}
.companies-grid .grid.is-list .company a .company-name {
  display: block;
  padding-right: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
}
.companies-grid .grid.is-list .company a .company-name.smaller {
  font-size: 1.75rem;
}
@media print, screen and (max-width: 89.99875em) {
  .companies-grid .grid.is-list .company a .company-name {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .companies-grid .grid.is-list .company a .company-name {
    font-size: clamp(2rem, 1.644rem + 0.889vw, 2.5rem);
  }
}
.companies-grid .grid.is-list .company a .company-description {
  display: block;
  padding-right: 20px;
}
@media print, screen and (max-width: 56.24875em) {
  .companies-grid .grid.is-list .company a .company-description {
    width: 100%;
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0px;
  }
}
.companies-grid .grid.is-list .company a .view-details {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.32px;
  padding: 12px 18px;
  border-radius: 3px;
  border: 1px solid #002850;
  color: #212427;
  background-color: transparent;
  margin: 60px 0 0 0;
  text-decoration: none;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  position: relative;
  bottom: 0;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.companies-grid .grid.is-list .company a .view-details:hover, .companies-grid .grid.is-list .company a .view-details:focus {
  color: #ffffff;
  background-color: #002850;
}
@media print, screen and (max-width: 56.24875em) {
  .companies-grid .grid.is-list .company a .view-details {
    width: 100%;
    margin-top: 30px;
  }
  .companies-grid .grid.is-list .company a .view-details:hover, .companies-grid .grid.is-list .company a .view-details:focus {
    color: #212427;
    background-color: transparent;
  }
}
.companies-grid .grid > .cell {
  padding-right: 16px;
  padding-left: 16px;
}
.companies-grid .grid .company a {
  background-color: #FBFAF5;
  position: relative;
  padding-top: 100%;
  margin-bottom: 32px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.companies-grid .grid .company a:hover .company-logo img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.companies-grid .grid .company a:hover .view-details {
  color: #000000;
}
.companies-grid .grid .company a .company-logo {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 140px;
}
@media print, screen and (max-width: 89.99875em) {
  .companies-grid .grid .company a .company-logo {
    max-height: 110px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .companies-grid .grid .company a .company-logo {
    max-height: 100px;
  }
}
@media screen and (max-width: 63.99875em) {
  .companies-grid .grid .company a .company-logo {
    max-height: 130px;
  }
}
@media screen and (max-width: 39.99875em) {
  .companies-grid .grid .company a .company-logo {
    max-height: 90px;
  }
}
.companies-grid .grid .company a .company-logo img {
  height: 100%;
  width: calc(100% - 40px);
  max-height: 140px;
  margin: auto;
  right: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media print, screen and (max-width: 89.99875em) {
  .companies-grid .grid .company a .company-logo img {
    max-height: 110px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .companies-grid .grid .company a .company-logo img {
    max-height: 100px;
  }
}
@media screen and (max-width: 63.99875em) {
  .companies-grid .grid .company a .company-logo img {
    max-height: 130px;
  }
}
.companies-grid .grid .company a .company-name {
  margin: 0;
  display: none;
}
.companies-grid .grid .company a .company-description {
  display: none;
}
.companies-grid .grid .company a .view-details {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 39.99875em) {
  .companies-grid .grid .company a .view-details {
    bottom: 12px;
    font-size: 0.875rem;
  }
}

.company-related-news a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company-related-news a:hover {
  color: #002850;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.casestudies-hero {
  padding-top: var(--nav-height);
  background-color: #FBFAF5;
}
@media screen and (max-width: 63.99875em) {
  .casestudies-hero {
    padding-bottom: 150px;
  }
  .casestudies-hero .breadcrumbs {
    padding-bottom: calc(117px - 32px);
  }
}
.casestudies-hero .lottie-container {
  position: absolute;
  top: 0;
  bottom: -17%;
  left: -20px;
  right: 0;
  margin: auto;
  width: calc(100% + 40px);
}
@media screen and (max-width: 63.99875em) {
  .casestudies-hero .lottie-container {
    position: relative;
  }
}
.casestudies-hero .hero {
  min-height: 862px;
}
@media screen and (max-width: 63.99875em) {
  .casestudies-hero .hero {
    min-height: auto;
  }
}
.casestudies-hero .hero .hero-heading {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 89.99875em) {
  .casestudies-hero .hero .hero-heading {
    max-width: 80%;
  }
}
@media screen and (max-width: 63.99875em) {
  .casestudies-hero .hero .hero-heading {
    max-width: 100%;
  }
}
.casestudies-hero .hero .hero-content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.casestudies-testimonials.no-testimonials .testimonials {
  border: none;
  border-top: 2px solid #E5E5DD;
  padding: 0;
}
.casestudies-testimonials .lottie-container {
  height: 200px;
  margin-bottom: -4px;
  margin-top: -80px;
}
@media screen and (max-width: 39.99875em) {
  .casestudies-testimonials .lottie-container {
    height: 100px;
    margin-bottom: -4px;
    margin-top: -30px;
  }
}
.casestudies-testimonials .testimonials {
  padding-right: clamp(1.25rem, -2.306rem + 8.889vw, 6.25rem);
  padding-left: clamp(1.25rem, -2.306rem + 8.889vw, 6.25rem);
  border: 2px solid #E5E5DD;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 63.99875em) {
  .casestudies-testimonials .testimonials {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .casestudies-testimonials .testimonials {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.casestudies-testimonials .testimonials .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.casestudies-testimonials .testimonials .swiper .swiper-wrapper .swiper-slide .testimonial .testimonial-author {
  margin-top: 54px;
}
@media screen and (max-width: 63.99875em) {
  .casestudies-testimonials .testimonials .testimonials-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .casestudies-testimonials .testimonials .testimonials-controls .flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .casestudies-testimonials .testimonials .testimonials-controls .flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-pagination {
  position: relative;
  margin: auto;
  left: 0;
  top: 0;
  width: auto;
  bottom: 0;
  text-align: right;
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-next,
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-prev {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  width: 40px;
  height: 40px;
  margin: 0;
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-next:after,
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-prev:after {
  display: none;
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-next .left-grow-arrow,
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-prev .left-grow-arrow {
  right: 6px;
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-next .right-grow-arrow,
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-prev .right-grow-arrow {
  left: 6px;
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .left-grow-arrow,
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .left-grow-arrow {
  width: 30px;
  background-color: #002850;
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .right-grow-arrow,
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .right-grow-arrow {
  width: 30px;
  background-color: #002850;
}
.casestudies-testimonials .testimonials .testimonials-controls .swiper-button-next {
  margin-left: 10px;
}

.page-template-template-casestudies .hero {
  padding-top: 10px;
  min-height: 370px !important;
}
@media print, screen and (min-width: 64em) {
  .page-template-template-casestudies .hero .hero-heading {
    position: relative;
    top: 40px;
  }
}
.page-template-template-casestudies .investment-item .item {
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.page-template-template-casestudies .investment-item .item:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  background-color: #F2F8FE !important;
}

.team-hero {
  background-color: #F2F8FE;
  padding-bottom: 100px;
}
@media screen and (max-width: 63.99875em) {
  .team-hero {
    padding-bottom: 150px;
  }
}
.team-hero .breadcrumbs {
  padding-top: var(--nav-height);
}
.team-hero .hero {
  padding-top: 68px;
}
.team-hero .hero .hero-content {
  z-index: 1;
  position: relative;
}
.team-hero .lottie-container {
  position: absolute;
  right: 30px;
  bottom: -294px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 100em) {
  .team-hero .lottie-container {
    bottom: -20vw;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .team-hero .lottie-container {
    bottom: -22vw;
  }
}
@media screen and (max-width: 63.99875em) {
  .team-hero .lottie-container {
    width: 820px;
    bottom: -200px;
  }
}

.team-grid.hide-function .grid .member.hide-function {
  display: none !important;
}
@media screen and (max-width: 63.99875em) {
  .team-grid .lottie-container {
    position: absolute;
    min-width: 820px;
    width: calc(100% - 60px);
    right: 30px;
    margin-top: -155px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .team-grid .lottie-container {
    margin-top: -95px;
    width: calc(100% - 40px);
    right: 20px;
  }
}
.team-grid .grid-filter {
  margin-top: clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem);
}
@media screen and (max-width: 63.99875em) {
  .team-grid .grid-filter {
    margin-top: 200px;
  }
}
.team-grid .grid {
  margin: 100px -16px 0 -16px;
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .team-grid .grid {
    margin: 60px -20px 0 -20px;
  }
}
.team-grid .grid.is-list {
  margin: 100px 0 0 0;
}
.team-grid .grid.is-list > .cell {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.team-grid .grid.is-list .member a {
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5DD;
  background-color: transparent;
  margin-bottom: 30px;
}
@media screen and (max-width: 39.99875em) {
  .team-grid .grid.is-list .member a {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.team-grid .grid.is-list .member a .member-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: auto;
}
.team-grid .grid.is-list .member a .member-image {
  display: none;
}
.team-grid .grid.is-list .member a .member-name {
  width: auto;
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-right: 20px;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
}
@media screen and (max-width: 39.99875em) {
  .team-grid .grid.is-list .member a .member-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.team-grid .grid.is-list .member a .member-job {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-right: 20px;
}
@media screen and (max-width: 39.99875em) {
  .team-grid .grid.is-list .member a .member-job {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin-top: 5px;
  }
}
.team-grid .grid.is-list .member a .member-job .job-arrow {
  display: none;
}
.team-grid .grid.is-list .member a .view-details {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.32px;
  padding: 12px 18px;
  border-radius: 3px;
  border: 1px solid #002850;
  color: #212427;
  background-color: transparent;
  margin: 60px 0 0 0;
  text-decoration: none;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  position: relative;
  bottom: 0;
  display: block;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.team-grid .grid.is-list .member a .view-details:hover, .team-grid .grid.is-list .member a .view-details:focus {
  color: #ffffff;
  background-color: #002850;
}
.team-grid .grid.is-grid .member a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-grid .grid.is-grid .member a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team-grid .grid > .cell {
  padding-right: 16px;
  padding-left: 16px;
}
.team-grid .grid .member.hide-operating-partners {
  display: none !important;
}
.team-grid .grid .member.hide-senior-advisors {
  display: none !important;
}
.team-grid .grid .member.hide-emeritus-advisors {
  display: none !important;
}
.team-grid .grid .member a {
  -webkit-transition: none;
  transition: none;
  margin-bottom: 50px;
}
.team-grid .grid .member a:hover .member-name {
  color: #002850;
  text-decoration-color: #212427;
}
.team-grid .grid .member a:hover .member-job .job-arrow .right-grow-arrow {
  width: 30px;
}
.team-grid .grid .member a .member-image {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #F2F8FE;
}
.team-grid .grid .member a .member-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-grid .grid .member a .member-name {
  -webkit-transition: font-weight 0.5s, color 0.5s;
  transition: font-weight 0.5s, color 0.5s;
}
.team-grid .grid .member a .member-job .job-arrow {
  width: 25px;
  margin-right: 10px;
}
.team-grid .grid .member a .view-details {
  display: none;
}

.news-hero {
  background-color: #F2F8FE;
  position: relative;
}
.news-hero:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #F2F8FE;
  z-index: -1;
}
.news-hero .hero {
  padding-top: calc(117px + 100px);
  padding-bottom: 100px;
}
.news-hero .lottie-container {
  position: absolute;
  right: 30px;
  bottom: -180px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 100em) {
  .news-hero .lottie-container {
    bottom: -11vw;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-hero .lottie-container {
    bottom: -12vw;
  }
}
@media screen and (max-width: 63.99875em) {
  .news-hero .lottie-container {
    width: 820px;
    bottom: -200px;
  }
}

@media screen and (max-width: 63.99875em) {
  .news-grid .lottie-container {
    position: absolute;
    min-width: 820px;
    width: calc(100% - 60px);
    right: 30px;
    margin-top: -155px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .news-grid .lottie-container {
    margin-top: -95px;
    width: calc(100% - 40px);
    right: 20px;
  }
}
.news-grid .grid-filter {
  margin-top: clamp(4.375rem, 1.806rem + 11.111vw, 7.5rem);
}
@media screen and (max-width: 63.99875em) {
  .news-grid .grid-filter {
    margin-top: 120px;
  }
}
.news-grid .new-post {
  width: 100%;
}
.news-grid .new-post a {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E5E5DD;
  margin-left: -10px;
  margin-right: -10px;
}
.news-grid .new-post a:hover .new-post-title {
  color: #002850;
  text-decoration-color: #212427;
}
.news-grid .new-post a > .cell {
  padding-left: 10px;
  padding-right: 10px;
}
.news-grid .new-post a .new-post-title {
  margin-top: 5px;
  -webkit-transition: font-weight 0.2s, color 0.2s;
  transition: font-weight 0.2s, color 0.2s;
  max-width: 800px;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
}
@media screen and (max-width: 39.99875em) {
  .news-grid .new-post a .new-post-button {
    margin-top: 30px;
    width: 100%;
  }
}

.contact-info {
  padding-top: calc(117px + 140px);
  padding-bottom: 155px;
}
@media screen and (max-width: 63.99875em) {
  .contact-info {
    padding-top: var(--nav-height);
  }
}
.contact-info .info .h1 {
  margin-bottom: 50px;
}
.contact-info .info a {
  display: table;
}
.contact-info .info .info-image .image {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 63.99875em) {
  .contact-info .info .info-image .image {
    margin-top: 50px;
  }
}
.contact-info .info .info-image .image img {
  position: relative;
  width: 100%;
}
.contact-info .info .info-image .lottie-container.image1 {
  position: absolute;
  bottom: -163px;
  left: -125px;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-info .info .info-image .lottie-container.image1 {
    width: 110px;
    left: auto;
    right: 20px;
    bottom: -85px;
  }
}
.contact-info .info .info-image .lottie-container.image2 {
  position: absolute;
  top: -6%;
  width: calc(100% + 220px);
  right: -20px;
}

.contact-form .form .gform_required_legend {
  display: none;
}
.contact-form .form .gform_heading {
  margin-bottom: clamp(3.125rem, 0.903rem + 5.556vw, 6.25rem);
}

.address-contact {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.address-contact:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  color: #002850;
}

.default-content .wp-block-image {
  margin: 40px 0;
  position: relative;
}
.default-content .wp-block-columns {
  margin: 30px 0;
}
.default-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.default-content .wp-block-quote {
  background-color: #002850;
  border: none;
  padding: 40px;
  margin: 40px 0;
}
.default-content .wp-block-quote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #ffffff;
}
.default-content .wp-block-quote cite {
  color: #ffffff;
  margin-top: 10px;
}

.home-hero {
  background-color: #002850;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .home-hero::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    z-index: 1;
  }
}
.home-hero .grid-container {
  min-height: clamp(46.875rem, 15.867rem + 48.45vw, 62.5rem);
}
@media screen and (max-width: 63.99875em) {
  .home-hero .grid-container {
    min-height: auto;
  }
}
.home-hero .grid-container .hero {
  min-height: clamp(46.875rem, 15.867rem + 48.45vw, 62.5rem);
}
@media screen and (max-width: 63.99875em) {
  .home-hero .grid-container .hero {
    min-height: auto;
    padding-top: calc(117px + 120px);
  }
}
.home-hero .grid-container .hero .hero-heading {
  color: #FEFEFE;
}
.home-hero .grid-container .hero .hero-heading span {
  display: table;
}
.home-hero .grid-container .hero .hero-heading span:nth-child(2), .home-hero .grid-container .hero .hero-heading span:nth-child(4) {
  color: #FBFAF5;
}
.home-hero .grid-container .hero .hero-heading span:nth-child(3) {
  margin-top: 40px;
}
.home-hero .grid-container .hero .hero-subheading {
  color: #ffffff;
  margin-top: 50px;
}
@media screen and (max-width: 63.99875em) {
  .home-hero .grid-container .hero .hero-subheading {
    margin-top: 50px;
  }
}
.home-hero .lottie-container {
  position: absolute;
  bottom: clamp(-6.25rem, -1.806rem - 11.111vw, -12.5rem);
  right: 20px;
  width: 90%;
  height: auto;
  -webkit-transform: translateY(48px);
          transform: translateY(48px);
}
@media screen and (max-width: 63.99875em) {
  .home-hero .lottie-container {
    position: relative;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    margin-top: 40px;
    margin-bottom: -110px;
    z-index: 1;
  }
}

body.page-template-template-home .m-intro {
  margin-bottom: -10px;
}
body.page-template-template-home .m-intro .intro-title {
  background: #fff;
  display: table;
  padding-right: 20px;
  margin-bottom: -15px;
}

.home-companies {
  background-color: #F2F8FE;
}
.home-companies .companies {
  background-color: #F2F8FE;
}
.home-companies .companies .lottie-container {
  width: calc(100% - 100px);
  position: absolute;
  bottom: calc(100% - clamp(6.25rem, 1.806rem + 11.111vw, 12.5rem) - 18px);
  left: 100px;
}
.home-companies .companies .companies-text {
  padding-left: 100px;
}
@media print, screen and (max-width: 74.99875em) {
  .home-companies .companies .companies-text {
    padding-left: 0;
  }
}
.home-companies .companies .companies-text .companies-title {
  padding-right: 20px;
  background-color: #F2F8FE;
  display: table;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .home-companies .companies .companies-text .companies-title {
    top: 3px;
  }
}
.home-companies .companies .companies-text .companies-heading {
  margin-top: 20px;
}
.home-companies .companies .companies-text .companies-content {
  margin-top: 20px;
}
.home-companies .companies .sectors {
  padding-left: 100px;
}
@media print, screen and (max-width: 74.99875em) {
  .home-companies .companies .sectors {
    padding-left: 0;
  }
}
.home-companies .companies .sectors .sector-link {
  padding-right: 12px;
  margin-right: 8px;
  border-right: 1px solid #002850;
  display: inline-block;
}
@media screen and (max-width: 39.99875em) {
  .home-companies .companies .sectors .sector-link {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border: none;
    border-top: 1px solid #002850;
    display: table;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .home-companies .companies .sectors .sector-link:hover {
    color: #002850;
    text-decoration: underline;
  }
}
.home-companies .companies .sectors .sector-link:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.home-companies .companies .sectors.mobile-sectors {
  text-align: center;
}
.home-companies .companies .sectors.mobile-sectors a {
  display: block;
  margin-top: 20px !important;
}
.home-companies .companies .sectors.mobile-sectors {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .home-companies .companies .sectors.mobile-sectors {
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .home-companies .companies .sectors.desktop-sectors {
    display: none;
  }
}
.home-companies .companies .companies-logos {
  padding-left: 100px;
  padding-right: 100px;
  margin-right: -30px;
  margin-left: -30px;
}
@media print, screen and (max-width: 74.99875em) {
  .home-companies .companies .companies-logos {
    padding: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .home-companies .companies .companies-logos {
    margin-top: 20px;
  }
}
.home-companies .companies .companies-logos .logos-groups {
  position: relative;
  height: 140px;
  margin-top: 50px;
}
@media screen and (max-width: 39.99875em) {
  .home-companies .companies .companies-logos .logos-groups {
    margin-top: 20px;
  }
}
.home-companies .companies .companies-logos .logos-groups .logo-image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.home-companies .companies .companies-logos .logos-groups .logo-image.is-active {
  opacity: 1;
  z-index: 1;
}
.home-companies .companies .companies-logos .logos-groups .logo-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.home-companies .companies .companies-all {
  padding: 0 100px;
}
@media print, screen and (max-width: 74.99875em) {
  .home-companies .companies .companies-all {
    padding: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .home-companies .companies .companies-all {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 39.99875em) {
  .home-companies .companies .companies-all .button {
    margin-top: 40px;
  }
}

.home-testimonials .testimonials {
  padding-right: clamp(1.25rem, -2.306rem + 8.889vw, 6.25rem);
  padding-left: clamp(1.25rem, -2.306rem + 8.889vw, 6.25rem);
  border: 2px solid #E5E5DD;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 63.99875em) {
  .home-testimonials .testimonials {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .home-testimonials .testimonials {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.home-testimonials .testimonials .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.home-testimonials .testimonials .swiper .swiper-wrapper .swiper-slide .testimonial .testimonial-eyebrow {
  margin-bottom: 20px;
}
.home-testimonials .testimonials .swiper .swiper-wrapper .swiper-slide .testimonial .testimonial-author {
  margin-top: 54px;
}
.home-testimonials .testimonials .swiper .swiper-wrapper .swiper-slide .testimonial .testimonial-author .author-job {
  margin-top: 10px;
}
@media screen and (max-width: 63.99875em) {
  .home-testimonials .testimonials .testimonials-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .home-testimonials .testimonials .testimonials-controls .flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .home-testimonials .testimonials .testimonials-controls .flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.home-testimonials .testimonials .testimonials-controls .swiper-pagination {
  position: relative;
  margin: auto;
  left: 0;
  top: 0;
  width: auto;
  bottom: 0;
  text-align: right;
}
.home-testimonials .testimonials .testimonials-controls .swiper-button-next,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  width: 40px;
  height: 40px;
  margin: 0;
}
.home-testimonials .testimonials .testimonials-controls .swiper-button-next:after,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev:after {
  display: none;
}
.home-testimonials .testimonials .testimonials-controls .swiper-button-next .left-grow-arrow,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev .left-grow-arrow {
  right: 6px;
}
.home-testimonials .testimonials .testimonials-controls .swiper-button-next .right-grow-arrow,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev .right-grow-arrow {
  left: 6px;
}
.home-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .left-grow-arrow,
.home-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .right-grow-arrow,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .left-grow-arrow,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .right-grow-arrow {
  width: 30px;
  background-color: #002850;
}
.home-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .left-grow-arrow:before, .home-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .left-grow-arrow:after,
.home-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .right-grow-arrow:before,
.home-testimonials .testimonials .testimonials-controls .swiper-button-next:hover .right-grow-arrow:after,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .left-grow-arrow:before,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .left-grow-arrow:after,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .right-grow-arrow:before,
.home-testimonials .testimonials .testimonials-controls .swiper-button-prev:hover .right-grow-arrow:after {
  background-color: #002850;
}
.home-testimonials .testimonials .testimonials-controls .swiper-button-next {
  margin-left: 10px;
}

@media print, screen and (max-width: 56.24875em) {
  .home-cta .cta .cta-text {
    margin-top: 80px;
  }
}
.home-cta .cta .cta-text .lottie-container {
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  width: 363px;
  z-index: -1;
}
@media print, screen and (max-width: 89.99875em) {
  .home-cta .cta .cta-text .lottie-container {
    top: 50%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .home-cta .cta .cta-text .lottie-container {
    display: none;
  }
}

.casestudy-hero {
  background-color: #FBFAF5;
}
.casestudy-hero .hero {
  min-height: 750px;
  padding-top: calc(117px + 60px);
  padding-bottom: 95px;
}
@media screen and (max-width: 63.99875em) {
  .casestudy-hero .hero {
    min-height: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .casestudy-hero .hero .back-link {
    margin-bottom: 50px;
    display: table;
  }
}
.casestudy-hero .hero .back-link:hover i {
  margin-right: 10px;
}
.casestudy-hero .hero .back-link i {
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
@media screen and (max-width: 63.99875em) {
  .casestudy-hero .hero .hero-heading {
    margin-top: 20px;
    margin-bottom: 100px;
    max-width: 75%;
    font-size: 40px;
  }
}
@media screen and (max-width: 39.99875em) {
  .casestudy-hero .hero .hero-heading {
    max-width: 100%;
  }
}
@media screen and (max-width: 63.99875em) {
  .casestudy-hero .hero .hero-logo {
    padding-top: 100%;
  }
}
.casestudy-hero .hero .hero-logo img {
  margin: auto;
  display: table;
  max-width: 65%;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .casestudy-hero .hero .hero-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}
.casestudy-hero .hero .lottie-container {
  position: absolute;
  width: 105%;
}
@media screen and (max-width: 63.99875em) {
  .casestudy-hero .hero .lottie-container {
    width: 520%;
    right: -36%;
    top: -24%;
  }
}

.casestudy-detail .detail {
  padding-top: 6.25rem;
}
.casestudy-detail .detail .detail-sideitem {
  margin-bottom: 40px;
}
.casestudy-detail .detail .detail-sideitem .sideitem-heading {
  margin-bottom: 10px;
}
.casestudy-detail .detail .detail-sideitem .sideitem-content a {
  display: table;
  margin-bottom: 5px;
}
.casestudy-detail .content-blocks .block {
  margin-top: 115px;
}
.casestudy-detail .content-blocks .block .block-content {
  max-width: 80%;
}
.casestudy-detail .content-blocks .block .block-content ul {
  margin-left: 30px;
}

@media screen and (max-width: 39.99875em) {
  .casestudy-back {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 39.99875em) {
  .casestudy-back .back-button {
    margin-bottom: 50px;
    width: 100%;
  }
}
.casestudy-back .next-prev i {
  margin-right: 10px;
}
.casestudy-back .next-prev.next-link {
  margin-left: 100px;
}
@media screen and (max-width: 39.99875em) {
  .casestudy-back .next-prev.next-link {
    margin-left: 0;
  }
}
.casestudy-back .next-prev.next-link i {
  margin-right: 0px;
  margin-left: 10px;
}

.member-hero {
  padding-top: calc(117px + 60px);
  padding-bottom: 95px;
  background-color: #F2F8FE;
}
@media screen and (max-width: 63.99875em) {
  .member-hero .hero .back-link {
    margin-bottom: 50px;
    display: table;
  }
}
.member-hero .hero .back-link:hover i {
  margin-right: 10px;
}
.member-hero .hero .back-link i {
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
@media screen and (max-width: 63.99875em) {
  .member-hero .hero .hero-logo {
    margin-top: 70px;
  }
}
.member-hero .lottie-container.animation-1 {
  position: absolute;
  top: calc(100% + 30px);
  width: 108%;
  z-index: 1;
}
.member-hero .lottie-container.animation-2 {
  position: absolute;
  top: -25px;
  right: -21px;
}

.member-detail .detail {
  padding-top: 6.25rem;
}
.member-detail .detail .detail-sideitem {
  margin-bottom: 40px;
}
.member-detail .detail .detail-sideitem .sideitem-heading {
  margin-bottom: 10px;
}
.member-detail .detail .detail-sideitem .sideitem-content a {
  display: table;
  margin-bottom: 5px;
  color: #212427;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.member-detail .detail .detail-sideitem .sideitem-content a:hover, .member-detail .detail .detail-sideitem .sideitem-content a:focus {
  color: #002850;
  text-decoration: underline;
}

@media screen and (max-width: 39.99875em) {
  .member-back {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 39.99875em) {
  .member-back .back-button {
    margin-bottom: 50px;
    width: 100%;
  }
}
.member-back .next-prev i {
  margin-right: 10px;
}
.member-back .next-prev.next-link {
  margin-left: 100px;
}
@media screen and (max-width: 39.99875em) {
  .member-back .next-prev.next-link {
    margin-left: 0;
  }
}
.member-back .next-prev.next-link i {
  margin-right: 0px;
  margin-left: 10px;
}

.company-hero,
.casestudy-hero {
  background-color: #FBFAF5;
}
.company-hero .hero,
.casestudy-hero .hero {
  padding-top: var(--nav-height);
  padding-bottom: 106px;
}
@media screen and (max-width: 39.99875em) {
  .company-hero .hero,
  .casestudy-hero .hero {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 63.99875em) {
  .company-hero .hero,
  .casestudy-hero .hero {
    min-height: auto;
  }
}
.company-hero .hero .lottie-container,
.casestudy-hero .hero .lottie-container {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: 82%;
}
@media screen and (max-width: 39.99875em) {
  .company-hero .hero .lottie-container,
  .casestudy-hero .hero .lottie-container {
    position: static;
    width: 100%;
  }
}
.company-hero .hero .back-link,
.casestudy-hero .hero .back-link {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 63.99875em) {
  .company-hero .hero .back-link,
  .casestudy-hero .hero .back-link {
    margin-bottom: 50px;
    display: table;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -0.36px;
  }
}
.company-hero .hero .back-link:hover i,
.casestudy-hero .hero .back-link:hover i {
  margin-right: 10px;
}
.company-hero .hero .back-link i,
.casestudy-hero .hero .back-link i {
  margin-right: 5px;
  position: relative;
  top: 1px;
  -webkit-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
@media screen and (max-width: 63.99875em) {
  .company-hero .hero .hero-heading,
  .casestudy-hero .hero .hero-heading {
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 75%;
    font-size: 40px;
  }
}
@media screen and (max-width: 39.99875em) {
  .company-hero .hero .hero-heading,
  .casestudy-hero .hero .hero-heading {
    max-width: 100%;
  }
}
.company-hero .hero .eyebrow,
.casestudy-hero .hero .eyebrow {
  margin-top: 40px;
}
@media screen and (max-width: 63.99875em) {
  .company-hero .hero .eyebrow,
  .casestudy-hero .hero .eyebrow {
    margin-top: 0px;
  }
}
.company-hero .hero .hero-logo,
.casestudy-hero .hero .hero-logo {
  position: relative;
  padding-top: 49%;
}
@media screen and (max-width: 63.99875em) {
  .company-hero .hero .hero-logo,
  .casestudy-hero .hero .hero-logo {
    padding-top: 100%;
  }
}
.company-hero .hero .hero-logo img,
.casestudy-hero .hero .hero-logo img {
  margin: auto;
  display: table;
  max-width: 65%;
  width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 63.99875em) {
  .company-hero .hero .hero-logo img,
  .casestudy-hero .hero .hero-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}

.company-detail .detail {
  padding-top: 6.25rem;
}
.company-detail .detail .detail-sideitem {
  margin-bottom: 40px;
}
.company-detail .detail .detail-sideitem .sideitem-heading {
  margin-bottom: 10px;
}
.company-detail .detail .detail-sideitem .sideitem-content a {
  display: table;
  margin-bottom: 5px;
  text-decoration: none;
  color: #212427;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company-detail .detail .detail-sideitem .sideitem-content a:hover, .company-detail .detail .detail-sideitem .sideitem-content a:focus {
  color: #002850;
  text-decoration: underline;
}

@media screen and (max-width: 39.99875em) {
  .company-back {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 39.99875em) {
  .company-back .back-button {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .company-back .next-prev:hover i {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.company-back .next-prev i {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: relative;
  top: 1px;
}
.company-back .next-prev.next-link {
  margin-left: 100px;
}
@media print, screen and (min-width: 40em) {
  .company-back .next-prev.next-link:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 39.99875em) {
  .company-back .next-prev.next-link {
    margin-left: 0;
  }
}
.company-back .next-prev.next-link i {
  margin-right: 0px;
  margin-left: 10px;
}

.post-hero {
  padding-top: calc(117px + 60px);
  padding-bottom: 95px;
  background-color: #F2F8FE;
}
.post-hero .hero .back-link {
  margin-bottom: 40px;
  display: table;
}
.post-hero .hero .back-link i {
  margin-right: 10px;
}
.post-hero .hero .hero-text {
  position: relative;
  z-index: 1;
}
.post-hero .hero .hero-logo {
  width: 200px;
  height: 200px;
  margin: auto;
}
@media print, screen and (max-width: 89.99875em) {
  .post-hero .hero .hero-logo {
    position: relative;
    top: 30px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .post-hero .hero .hero-logo {
    width: 150px;
    height: 150px;
    top: 60px;
  }
}
.post-hero .hero .hero-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.post-hero .hero .lottie-container {
  position: absolute;
  width: 500px;
  right: -28.5%;
  top: -18%;
  z-index: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .post-hero .hero .lottie-container {
    width: 420px;
    right: -38.25%;
    top: -26.2%;
  }
}

.post-content {
  margin-top: 125px;
}
body.page-template-default .post-content {
  margin-bottom: 125px;
}
@media screen and (max-width: 39.99875em) {
  .post-content .post-back {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 39.99875em) {
  .post-content .post-back .back-button {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .post-content .post-back .next-prev:hover i {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.post-content .post-back .next-prev i {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: relative;
  top: 1px;
}
.post-content .post-back .next-prev.next-link {
  margin-left: 100px;
}
@media print, screen and (min-width: 40em) {
  .post-content .post-back .next-prev.next-link:hover i {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 39.99875em) {
  .post-content .post-back .next-prev.next-link {
    margin-left: 0;
  }
}
.post-content .post-back .next-prev.next-link i {
  margin-right: 0px;
  margin-left: 10px;
}
.post-content .wp-block-heading {
  margin-bottom: 30px;
  margin-top: 60px;
}
.post-content .wp-block-heading:first-of-type {
  margin-top: 0;
}

.m-intro .intro {
  padding-top: 132px;
}
@media screen and (max-width: 63.99875em) {
  body.page-template-template-home .m-intro .intro a {
    margin-top: 50px;
  }
}
.m-intro.culture .intro {
  position: relative;
  top: -7px;
}
.m-intro.culture .intro .intro-title {
  background-color: #ffffff;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  display: table;
  top: -12px;
  margin-bottom: -12px;
}
.m-intro.culture .lottie-container {
  position: absolute;
  bottom: calc(100% - 149px);
  left: 20%;
  width: calc(80% - 60px);
}
@media screen and (max-width: 39.99875em) {
  .m-intro.culture .lottie-container {
    position: absolute;
    bottom: calc(100% - 112px);
    left: 17%;
    width: auto;
    height: 270px;
  }
}

.m-twocolumn .twocolumn .twocolumn-text {
  margin-top: 90px;
}
@media print, screen and (max-width: 74.99875em) {
  .m-twocolumn .twocolumn .twocolumn-text {
    margin-top: 0px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .m-twocolumn .twocolumn .twocolumn-text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 63.99875em) {
  .m-twocolumn .twocolumn .twocolumn-text .button {
    margin-top: 40px;
  }
}
.m-twocolumn .twocolumn .twocolumn-image {
  height: 100%;
}
.m-twocolumn .twocolumn .twocolumn-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-twocolumn.responsibility .lottie-container.top {
  position: absolute;
  width: auto;
  height: 300px;
  right: auto;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  left: calc(50% + 20px);
  bottom: 100%;
}
@media screen and (max-width: 48em) {
  .m-twocolumn.responsibility .lottie-container.top {
    height: 270px;
  }
}
@media screen and (max-width: 39.9375em) {
  .m-twocolumn.responsibility .lottie-container.top {
    height: 250px;
  }
}
.m-twocolumn.responsibility .lottie-container.bottom {
  position: absolute;
  right: 0;
  top: calc(100% - 55px);
  width: 250px;
}
@media print, screen and (max-width: 74.99875em) {
  .m-twocolumn.responsibility .lottie-container.bottom {
    right: -81px;
    top: calc(100% - 43px);
    width: 200px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .m-twocolumn.responsibility .lottie-container.bottom {
    position: relative;
    top: 0;
    right: auto;
    width: 140px;
    left: calc(100% - 140px);
    margin-top: 10px;
  }
}
.m-twocolumn.home .lottie-container.top {
  position: absolute;
  bottom: calc(100% - 135px);
  right: calc(15% - 35px);
  width: 229px;
  z-index: -1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media print, screen and (max-width: 74.99875em) {
  .m-twocolumn.home .lottie-container.top {
    bottom: calc(100% - 95px);
    right: calc(-20% + 135px);
    width: 160px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .m-twocolumn.home .lottie-container.top {
    display: none;
  }
}
.m-twocolumn.home .lottie-container.bottom {
  position: absolute;
  top: calc(100% - 35px);
  right: calc(100% - 35px);
  width: 229px;
  z-index: -1;
}
@media print, screen and (max-width: 74.99875em) {
  .m-twocolumn.home .lottie-container.bottom {
    top: calc(100% - 15px);
    right: calc(100% + 135px);
    width: 160px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .m-twocolumn.home .lottie-container.bottom {
    display: none;
  }
}

.m-hero {
  background-color: #F2F8FE;
  padding-bottom: 25px;
}
@media print, screen and (max-width: 56.24875em) {
  .m-hero {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 39.99875em) {
  .m-hero {
    padding-bottom: 175px;
  }
}
@media screen and (max-width: 25em) {
  .m-hero.culture {
    padding-bottom: 210px;
  }
}
.m-hero .hero {
  min-height: 534px;
}
@media screen and (max-width: 25em) {
  .m-hero .hero {
    min-height: 575px;
  }
}
.m-hero .hero .hero-left {
  padding-top: var(--nav-height);
}
@media print, screen and (min-width: 64em) {
  .m-hero .hero .hero-left {
    padding-top: calc(117px);
  }
}
.m-hero .hero .hero-heading {
  color: #002850;
  padding-top: 50px;
}
.m-hero .hero .hero-content {
  max-width: 600px;
  margin-top: 50px;
  z-index: 10;
}
.m-hero .hero .hero-content a.button {
  margin: 15px 0 15px 0;
}
@media print, screen and (max-width: 56.24875em) {
  .m-hero.strategy .hero {
    min-height: auto;
    padding-top: calc(117px + 38px);
    padding-top: var(--nav-height);
    padding-bottom: 50px;
  }
  .m-hero.strategy .hero .breadcrumbs {
    padding-bottom: 66px;
  }
}
body.page-id-34 .m-hero.strategy .lottie-container.scs {
  display: block;
  position: absolute;
  right: 22vw;
  bottom: -12px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 21%;
}
@media screen and (min-width: 100em) {
  body.page-id-34 .m-hero.strategy .lottie-container.scs {
    right: 360px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  body.page-id-34 .m-hero.strategy .lottie-container.scs {
    width: 23%;
    min-width: 170px;
    right: auto;
    top: 580px;
    bottom: auto;
  }
}
body.page-id-32 .m-hero.strategy .lottie-container.pe {
  display: block;
  position: absolute;
  right: 18vw;
  bottom: -12px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 21%;
}
@media screen and (min-width: 100em) {
  body.page-id-32 .m-hero.strategy .lottie-container.pe {
    right: 300px;
  }
}
@media print, screen and (max-width: 89.99875em) {
  body.page-id-32 .m-hero.strategy .lottie-container.pe {
    right: 10vw;
  }
}
@media print, screen and (max-width: 74.99875em) {
  body.page-id-32 .m-hero.strategy .lottie-container.pe {
    right: 5vw;
  }
}
@media print, screen and (max-width: 56.24875em) {
  body.page-id-32 .m-hero.strategy .lottie-container.pe {
    display: none;
  }
}
.m-hero.strategy .lottie-container {
  display: none;
  position: absolute;
  right: 223px;
  bottom: 85px;
}
.m-hero.strategy .hero-pdf {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-hero.strategy .hero-pdf a {
  padding: 40px 50px;
  background-color: #E5E5DD;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  .m-hero.strategy .hero-pdf a {
    padding: 20px;
  }
}
.m-hero.strategy .hero-pdf a i {
  margin-left: 25px;
}
@media screen and (max-width: 63.99875em) {
  .m-hero.strategy .hero-pdf a i {
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .m-hero.strategies {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 39.99875em) {
  .m-hero.strategies {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 25em) {
  .m-hero.strategies {
    padding-bottom: 100px;
  }
}
.m-hero.strategies .lottie-container {
  position: absolute;
  right: 30px;
  bottom: -7%;
  width: 37%;
}
.m-hero.about {
  padding-top: var(--nav-height);
}
@media screen and (max-width: 63.99875em) {
  .m-hero.about {
    padding-bottom: 150px;
  }
  .m-hero.about .hero {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .m-hero.about {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 39.99875em) {
  .m-hero.about {
    padding-bottom: 215px;
  }
}
.m-hero.responsibility .lottie-container {
  position: absolute;
  bottom: clamp(-12.5rem, -1.806rem - 11.111vw, -6.25rem);
  right: 14%;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  width: 20%;
  z-index: 1;
}
@media print, screen and (max-width: 74.99875em) {
  .m-hero.responsibility .lottie-container {
    right: 6%;
  }
}

.m-boxgrid.case-studies .investment-content {
  position: relative;
  z-index: 1;
}
.m-boxgrid:not(.resources) .investment-item.is-hovering .item .investment-title {
  color: #002850;
}
.m-boxgrid.resources {
  z-index: 2;
  position: relative;
}
.m-boxgrid.resources .grid .investment-item .item {
  background-color: #F2F8FE;
}
.m-boxgrid.resources .grid .investment-item .item .investment-content .list-text {
  background-color: #F2F8FE;
}
.m-boxgrid.resources .grid .investment-item.is-hovering .item {
  background-color: #F2F8FE;
}
.m-boxgrid.resources .grid .investment-item:nth-child(2) .item {
  background-color: #D8DEE4;
}
.m-boxgrid.resources .grid .investment-item:nth-child(2) .item .investment-content .list-text {
  background-color: #D8DEE4;
}
.m-boxgrid.resources .grid .investment-item:nth-child(2).is-hovering .item {
  background-color: #D8DEE4;
}
.m-boxgrid.resources .grid .investment-item:nth-child(3) .item {
  background-color: #FBFAF5;
}
.m-boxgrid.resources .grid .investment-item:nth-child(3) .item .investment-content .list-text {
  background-color: #FBFAF5;
}
.m-boxgrid.resources .grid .investment-item:nth-child(3).is-hovering .item {
  background-color: #FBFAF5;
}
.m-boxgrid.resources .grid .investment-item:nth-child(4) .item {
  background-color: #E2EFFB;
}
.m-boxgrid.resources .grid .investment-item:nth-child(4) .item .investment-content .list-text {
  background-color: #E2EFFB;
}
.m-boxgrid.resources .grid .investment-item:nth-child(4).is-hovering .item {
  background-color: #E2EFFB;
}
.m-boxgrid.resources .grid .investment-item:nth-child(5) .item {
  background-color: #E5E5DD;
}
.m-boxgrid.resources .grid .investment-item:nth-child(5) .item .investment-content .list-text {
  background-color: #E5E5DD;
}
.m-boxgrid.resources .grid .investment-item:nth-child(5).is-hovering .item {
  background-color: #E5E5DD;
}
.m-boxgrid.strategies .grid .investment-item .item {
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.m-boxgrid.strategies .grid .investment-item .item:hover {
  background-color: #F2F8FE !important;
}
.m-boxgrid.strategies .grid .investment-item.is-hovering .item {
  background-color: #F2F8FE;
}
.m-boxgrid .grid {
  margin-left: -30px;
  margin-right: -30px;
}
.m-boxgrid .grid .investment-item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
  min-height: 225px;
  position: relative;
  z-index: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.m-boxgrid .grid .investment-item .investment-title > .cell {
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.5s;
  transition: text-decoration-color 0.5s;
}
.m-boxgrid .grid .investment-item.is-hovering .item {
  background-color: #F2F8FE;
}
.m-boxgrid .grid .investment-item.is-hovering .investment-title > .cell {
  text-decoration-color: #212427;
}
.m-boxgrid .grid .investment-item.is-open {
  z-index: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.m-boxgrid .grid .investment-item.is-open .item {
  background-color: #F2F8FE;
}
.m-boxgrid .grid .investment-item.is-open .item .investment-title > .cell .title-chevron:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m-boxgrid .grid .investment-item.is-open .item .investment-title > .cell .title-chevron:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-boxgrid .grid .investment-item.is-open .item .investment-content .list-text {
  opacity: 1;
  pointer-events: all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.m-boxgrid .grid .investment-item.is-open .item .investment-content .list-text ul {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.m-boxgrid .grid .investment-item .item {
  background-color: #FBFAF5;
  height: 100%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.m-boxgrid .grid .investment-item .item:hover {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
.m-boxgrid .grid .investment-item .item .card-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-boxgrid .grid .investment-item .item .investment-title {
  padding: 30px 30px 15px 30px;
}
.m-boxgrid .grid .investment-item .item .investment-title > .cell .title-chevron {
  position: relative;
  top: 15px;
  width: 40px;
}
@media print, screen and (max-width: 56.24875em) {
  .m-boxgrid .grid .investment-item .item .investment-title > .cell .title-chevron {
    top: 12px;
  }
}
.m-boxgrid .grid .investment-item .item .investment-title > .cell .title-chevron:before, .m-boxgrid .grid .investment-item .item .investment-title > .cell .title-chevron:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: var(--header-text-color);
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: none;
  left: auto;
  margin: 0;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.5s;
  transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.m-boxgrid .grid .investment-item .item .investment-title > .cell .title-chevron:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0px;
}
.m-boxgrid .grid .investment-item .item .investment-content {
  position: relative;
}
.m-boxgrid .grid .investment-item .item .investment-content .list-text {
  position: absolute;
  top: 0;
  background-color: #F2F8FE;
  padding: 0 30px 20px 30px;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, opacity 0.1s;
  transition: transform 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.m-boxgrid .grid .investment-item .item .investment-content .list-text ul {
  margin: 0;
  list-style: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, opacity 0.1s;
  transition: transform 0.1s, opacity 0.1s, -webkit-transform 0.1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.m-boxgrid .grid .investment-item .item .investment-content .list-text ul li {
  margin-bottom: 10px;
}
.m-boxgrid .grid .investment-item .item .investment-content .list-text ul li:last-child {
  margin-bottom: 0;
}
.m-boxgrid .grid .investment-item .item .investment-content .list-text ul li a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-decoration: underline;
  color: #002850;
  display: table;
}
.m-boxgrid .grid .investment-item .item .investment-content .list-text ul li a:hover {
  color: #212427;
}