.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu>li>a {
  justify-content: flex-start;
}

.align-right.vertical.menu>li>a {
  justify-content: flex-end;
}

.align-center.vertical.menu>li>a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print,
screen and (max-width: 51.24875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 51.25em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 51.25em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 51.24875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print,
screen and (min-width: 51.25em) and (max-width: 74.62375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 51.24875em),
screen and (min-width: 74.625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 74.625em) {
  .hide-for-large {
    display: none !important;
  }
}
/*
@media screen and (max-width: 74.62375em) {
  .show-for-large {
    display: none !important;
  }
}*/

@media print,
screen and (min-width: 74.625em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.62375em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em),
screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}

.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.heading,
.news-centre-hero .news-hero-container .title .subtitle,
.stat-card.large .card-content .title,
.stat-card.large .card-content .description,
.stat-card.medium .card-content .title,
.stat-card.medium .card-content .description {
  font-family: "ProximaNova", sans-serif;
}

.heading.light,
.news-centre-hero .news-hero-container .title .light.subtitle,
.stat-card.large .card-content .light.title,
.stat-card.large .card-content .light.description,
.stat-card.medium .card-content .light.title,
.stat-card.medium .card-content .light.description {
  color: #FFFFFF;
}

.heading.dark,
.news-centre-hero .news-hero-container .title .dark.subtitle,
.stat-card.large .card-content .dark.title,
.stat-card.large .card-content .dark.description,
.stat-card.medium .card-content .dark.title,
.stat-card.medium .card-content .dark.description {
  color: #000000;
}

.heading.h1,
.news-centre-hero .news-hero-container .title .h1.subtitle,
.stat-card.large .card-content .h1.title,
.stat-card.large .card-content .h1.description,
.stat-card.medium .card-content .h1.title,
.stat-card.medium .card-content .h1.description {
  font-size: 7.5rem;
  line-height: 1.09;
  letter-spacing: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "SohneBreit", sans-serif;
}

@media print,
screen and (max-width: 74.99875em) {

  .heading.h1,
  .news-centre-hero .news-hero-container .title .h1.subtitle,
  .stat-card.large .card-content .h1.title,
  .stat-card.large .card-content .h1.description,
  .stat-card.medium .card-content .h1.title,
  .stat-card.medium .card-content .h1.description {
    font-size: 5.125rem;
    line-height: 1.08;
    letter-spacing: 8.2px;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .heading.h1,
  .news-centre-hero .news-hero-container .title .h1.subtitle,
  .stat-card.large .card-content .h1.title,
  .stat-card.large .card-content .h1.description,
  .stat-card.medium .card-content .h1.title,
  .stat-card.medium .card-content .h1.description {
    font-size: 3rem;
    letter-spacing: 4.7px;
  }
}

.heading.h2,
.news-centre-hero .news-hero-container .title .h2.subtitle,
.stat-card.large .card-content .h2.title,
.stat-card.large .card-content .h2.description,
.stat-card.medium .card-content .h2.title,
.stat-card.medium .card-content .h2.description {
  font-size: 3.5rem;
  line-height: 1.09;
  font-weight: 700;
}

@media print,
screen and (max-width: 74.99875em) {

  .heading.h2,
  .news-centre-hero .news-hero-container .title .h2.subtitle,
  .stat-card.large .card-content .h2.title,
  .stat-card.large .card-content .h2.description,
  .stat-card.medium .card-content .h2.title,
  .stat-card.medium .card-content .h2.description {
    font-size: 2.5rem;
    line-height: 1.11;
  }
}

@media print,
screen and (max-width: 74.62375em) {

  .heading.h2,
  .news-centre-hero .news-hero-container .title .h2.subtitle,
  .stat-card.large .card-content .h2.title,
  .stat-card.large .card-content .h2.description,
  .stat-card.medium .card-content .h2.title,
  .stat-card.medium .card-content .h2.description {
    font-size: 2.5rem;
  }
}

.heading.h3,
.news-centre-hero .news-hero-container .title .subtitle,
.stat-card.large .card-content .title,
.stat-card.large .card-content .h3.description,
.stat-card.medium .card-content .title,
.stat-card.medium .card-content .h3.description {
  font-size: 2.25rem;
  line-height: 1.14;
  font-weight: 600;
}

@media print,
screen and (max-width: 74.62375em) {

  .heading.h3,
  .news-centre-hero .news-hero-container .title .subtitle,
  .stat-card.large .card-content .title,
  .stat-card.large .card-content .h3.description,
  .stat-card.medium .card-content .title,
  .stat-card.medium .card-content .h3.description {
    font-size: 3rem;
    line-height: 1.16;
  }
}

.heading.h4,
.news-centre-hero .news-hero-container .title .h4.subtitle,
.stat-card.large .card-content .h4.title,
.stat-card.large .card-content .h4.description,
.stat-card.medium .card-content .h4.title,
.stat-card.medium .card-content .h4.description {
  font-size: 3.5rem;
  line-height: 1.14;
  font-weight: 400;
}

@media print,
screen and (max-width: 74.62375em) {

  .heading.h4,
  .news-centre-hero .news-hero-container .title .h4.subtitle,
  .stat-card.large .card-content .h4.title,
  .stat-card.large .card-content .h4.description,
  .stat-card.medium .card-content .h4.title,
  .stat-card.medium .card-content .h4.description {
    font-size: 2.5rem;
  }
}

.heading.h5,
.news-centre-hero .news-hero-container .title .h5.subtitle,
.stat-card.large .card-content .h5.title,
.stat-card.large .card-content .description,
.stat-card.medium .card-content .h5.title,
.stat-card.medium .card-content .description {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 400;
}

@media print,
screen and (max-width: 74.62375em) {

  .heading.h5,
  .news-centre-hero .news-hero-container .title .h5.subtitle,
  .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .description,
  .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .description {
    font-size: 1.25rem;
    line-height: 1.04;
  }
}


.publication-featured-card .heading.h2,
.publication-featured-card .news-centre-hero .news-hero-container .title .h2.subtitle,
.news-centre-hero .news-hero-container .title .publication-featured-card .h2.subtitle,
.publication-featured-card .stat-card.large .card-content .h2.title,
.stat-card.large .card-content .publication-featured-card .h2.title,
.publication-featured-card .stat-card.large .card-content .h2.description,
.stat-card.large .card-content .publication-featured-card .h2.description,
.publication-featured-card .stat-card.medium .card-content .h2.title,
.stat-card.medium .card-content .publication-featured-card .h2.title,
.publication-featured-card .stat-card.medium .card-content .h2.description,
.stat-card.medium .card-content .publication-featured-card .h2.description,
.multi-cta-featured-publication .heading.h2,
.multi-cta-featured-publication .news-centre-hero .news-hero-container .title .h2.subtitle,
.news-centre-hero .news-hero-container .title .multi-cta-featured-publication .h2.subtitle,
.multi-cta-featured-publication .stat-card.large .card-content .h2.title,
.stat-card.large .card-content .multi-cta-featured-publication .h2.title,
.multi-cta-featured-publication .stat-card.large .card-content .h2.description,
.stat-card.large .card-content .multi-cta-featured-publication .h2.description,
.multi-cta-featured-publication .stat-card.medium .card-content .h2.title,
.stat-card.medium .card-content .multi-cta-featured-publication .h2.title,
.multi-cta-featured-publication .stat-card.medium .card-content .h2.description,
.stat-card.medium .card-content .multi-cta-featured-publication .h2.description {
  display: none;
}

@media print,
screen and (max-width: 51.24875em) {

  .publication-featured-card .heading.h2,
  .publication-featured-card .news-centre-hero .news-hero-container .title .h2.subtitle,
  .news-centre-hero .news-hero-container .title .publication-featured-card .h2.subtitle,
  .publication-featured-card .stat-card.large .card-content .h2.title,
  .stat-card.large .card-content .publication-featured-card .h2.title,
  .publication-featured-card .stat-card.large .card-content .h2.description,
  .stat-card.large .card-content .publication-featured-card .h2.description,
  .publication-featured-card .stat-card.medium .card-content .h2.title,
  .stat-card.medium .card-content .publication-featured-card .h2.title,
  .publication-featured-card .stat-card.medium .card-content .h2.description,
  .stat-card.medium .card-content .publication-featured-card .h2.description,
  .multi-cta-featured-publication .heading.h2,
  .multi-cta-featured-publication .news-centre-hero .news-hero-container .title .h2.subtitle,
  .news-centre-hero .news-hero-container .title .multi-cta-featured-publication .h2.subtitle,
  .multi-cta-featured-publication .stat-card.large .card-content .h2.title,
  .stat-card.large .card-content .multi-cta-featured-publication .h2.title,
  .multi-cta-featured-publication .stat-card.large .card-content .h2.description,
  .stat-card.large .card-content .multi-cta-featured-publication .h2.description,
  .multi-cta-featured-publication .stat-card.medium .card-content .h2.title,
  .stat-card.medium .card-content .multi-cta-featured-publication .h2.title,
  .multi-cta-featured-publication .stat-card.medium .card-content .h2.description,
  .stat-card.medium .card-content .multi-cta-featured-publication .h2.description {
    display: block;
    margin-top: 40px;
    padding-left: 25px;
    margin-bottom: 30px;
  }
}


.expertise-card .text .heading.h3,
.expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,
.news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,
.expertise-card .text .stat-card.large .card-content .title,
.stat-card.large .card-content .expertise-card .text .title,
.expertise-card .text .stat-card.large .card-content .h3.description,
.stat-card.large .card-content .expertise-card .text .h3.description,
.expertise-card .text .stat-card.medium .card-content .title,
.stat-card.medium .card-content .expertise-card .text .title,
.expertise-card .text .stat-card.medium .card-content .h3.description,
.stat-card.medium .card-content .expertise-card .text .h3.description,
.expertise-card .text .heading.medium-copy,
.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
.expertise-card .text .stat-card.large .card-content .medium-copy.description,
.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
.stat-card.large .card-content .expertise-card .text .medium-copy.description,
.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
.expertise-card .text .stat-card.medium .card-content .medium-copy.description,
.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
.stat-card.medium .card-content .expertise-card .text .medium-copy.description,
.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
  padding: 0 24px;
}

@media print,
screen and (max-width: 74.99875em) {

  .expertise-card .text .heading.h3,
  .expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,
  .news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,
  .expertise-card .text .stat-card.large .card-content .title,
  .stat-card.large .card-content .expertise-card .text .title,
  .expertise-card .text .stat-card.large .card-content .h3.description,
  .stat-card.large .card-content .expertise-card .text .h3.description,
  .expertise-card .text .stat-card.medium .card-content .title,
  .stat-card.medium .card-content .expertise-card .text .title,
  .expertise-card .text .stat-card.medium .card-content .h3.description,
  .stat-card.medium .card-content .expertise-card .text .h3.description,
  .expertise-card .text .heading.medium-copy,
  .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
  .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
  .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.description,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.description,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.description,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.description,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    padding: 0 20px;
  }
}

@media print,
screen and (max-width: 74.62375em) {

  .expertise-card .text .heading.h3,
  .expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,
  .news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,
  .expertise-card .text .stat-card.large .card-content .title,
  .stat-card.large .card-content .expertise-card .text .title,
  .expertise-card .text .stat-card.large .card-content .h3.description,
  .stat-card.large .card-content .expertise-card .text .h3.description,
  .expertise-card .text .stat-card.medium .card-content .title,
  .stat-card.medium .card-content .expertise-card .text .title,
  .expertise-card .text .stat-card.medium .card-content .h3.description,
  .stat-card.medium .card-content .expertise-card .text .h3.description,
  .expertise-card .text .heading.medium-copy,
  .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
  .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
  .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.description,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.description,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.description,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.description,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    padding: 0 15px;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .expertise-card .text .heading.h3,
  .expertise-card .text .news-centre-hero .news-hero-container .title .subtitle,
  .news-centre-hero .news-hero-container .title .expertise-card .text .subtitle,
  .expertise-card .text .stat-card.large .card-content .title,
  .stat-card.large .card-content .expertise-card .text .title,
  .expertise-card .text .stat-card.large .card-content .h3.description,
  .stat-card.large .card-content .expertise-card .text .h3.description,
  .expertise-card .text .stat-card.medium .card-content .title,
  .stat-card.medium .card-content .expertise-card .text .title,
  .expertise-card .text .stat-card.medium .card-content .h3.description,
  .stat-card.medium .card-content .expertise-card .text .h3.description,
  .expertise-card .text .heading.medium-copy,
  .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
  .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
  .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.description,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.description,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.description,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.description,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    padding: 0;
  }
}

.expertise-card .text .heading.medium-copy,
.expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,
.news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,
.expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
.expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
.news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
.triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
.news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
.expertise-card .text .stat-card.large .card-content .medium-copy.title,
.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,
.stat-card.large .card-content .expertise-card .text .medium-copy.title,
.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,
.expertise-card .text .stat-card.large .card-content .medium-copy.description,
.expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
.stat-card.large .card-content .expertise-card .text .medium-copy.description,
.stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
.expertise-card .text .stat-card.medium .card-content .medium-copy.title,
.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,
.stat-card.medium .card-content .expertise-card .text .medium-copy.title,
.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,
.expertise-card .text .stat-card.medium .card-content .medium-copy.description,
.expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
.stat-card.medium .card-content .expertise-card .text .medium-copy.description,
.stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
.triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
  margin-top: 30px;
  overflow: hidden;
  max-height: 230px;
}

@media print,
screen and (max-width: 74.99875em) {

  .expertise-card .text .heading.medium-copy,
  .expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,
  .news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,
  .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
  .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
  .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.title,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.title,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.description,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.description,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.title,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.title,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.description,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.description,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    max-height: 200px;
  }
}

@media print,
screen and (max-width: 74.62375em) {

  .expertise-card .text .heading.medium-copy,
  .expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,
  .news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,
  .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
  .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
  .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.title,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.title,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.description,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.description,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.title,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.title,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.description,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.description,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    margin-top: 25px;
    max-height: 130px;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .expertise-card .text .heading.medium-copy,
  .expertise-card .text .news-centre-hero .news-hero-container .title .medium-copy.subtitle,
  .news-centre-hero .news-hero-container .title .expertise-card .text .medium-copy.subtitle,
  .expertise-card .text .triple-column-gallery .image-caption .heading.caption::marker,
  .expertise-card .text .triple-column-gallery .image-caption .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .expertise-card .text .triple-column-gallery .image-caption .caption.subtitle::marker,
  .triple-column-gallery .image-caption .expertise-card .text .heading.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .news-centre-hero .news-hero-container .title .caption.subtitle::marker,
  .news-centre-hero .news-hero-container .title .triple-column-gallery .image-caption .expertise-card .text .caption.subtitle::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.title,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .title.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.title,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .title.caption::marker,
  .expertise-card .text .stat-card.large .card-content .medium-copy.description,
  .expertise-card .text .stat-card.large .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.large .card-content .description.caption::marker,
  .stat-card.large .card-content .expertise-card .text .medium-copy.description,
  .stat-card.large .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.large .card-content .expertise-card .text .description.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.title,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .title.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.title,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .title.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .title.caption::marker,
  .expertise-card .text .stat-card.medium .card-content .medium-copy.description,
  .expertise-card .text .stat-card.medium .card-content .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .expertise-card .text .stat-card.medium .card-content .description.caption::marker,
  .stat-card.medium .card-content .expertise-card .text .medium-copy.description,
  .stat-card.medium .card-content .expertise-card .text .triple-column-gallery .image-caption .description.caption::marker,
  .triple-column-gallery .image-caption .stat-card.medium .card-content .expertise-card .text .description.caption::marker {
    max-height: unset;
  }
}

.expertise-card .cta-container {
  padding: 0 24px;
  margin-top: 40px;
}

@media print,
screen and (max-width: 74.99875em) {
  .expertise-card .cta-container {
    padding: 0 20px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .expertise-card .cta-container {
    margin-top: 40px;
    padding: 0 15px 0 0;
  }
}


@media print,
screen and (min-width: 51.25em) {
  .table.bordered .table-row:not(.table-headings):not(:last-of-type) .table-column {
    border-bottom: 0;
  }
}

.table.bordered .table-row:not(.table-headings) .table-column {
  border: 1px solid #000000;
}

@media print,
screen and (max-width: 51.24875em) {
  .table.bordered .table-row:not(.table-headings) .table-column {
    padding: 35px 20px;
  }
}

@media print,
screen and (min-width: 51.25em) {
  .table.bordered .table-row:not(.table-headings) .table-column:not(:last-of-type) {
    border-right: 0;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .table.bordered .table-row:not(.table-headings) .table-column:not(:last-of-type) {
    border-bottom: 0;
  }
}

.table.bordered .table-row:not(.table-headings) .table-column:before {
  display: none;
}

.table.striped .table-row:not(.table-headings):nth-child(odd) {
  background: #F6F6F6;
}

.table.striped .table-row:not(.table-headings) .table-column {
  border-bottom: 0;
}

@media print,
screen and (max-width: 51.24875em) {
  .table.striped .table-row:not(.table-headings) .table-column {
    padding: 35px 20px;
  }
}

.table.striped .table-row:not(.table-headings) .table-column:before {
  left: -1px;
  width: 1px;
}

.table .table-headings {
  margin-top: 70px;
}

@media print,
screen and (max-width: 51.24875em) {
  .table .table-headings {
    margin-top: 35px;
  }
}

.table .table-contents {
  margin-top: 10px;
}

@media print,
screen and (max-width: 51.24875em) {
  .table .table-row {
    margin-top: 40px;
  }
}

.table .table-row .table-column {
  min-height: 70px;
  position: relative;
  padding: 49px 20px 18px;
  border-bottom: 1px solid #000000;
}

@media print,
screen and (max-width: 51.24875em) {
  .table .table-row .table-column {
    padding: 35px 0;
  }
}

.table .table-row .table-column:before {
  content: "";
  top: 1px;
  left: -2px;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
}

@media print,
screen and (max-width: 51.24875em) {
  .table .table-row .table-column:before {
    display: none;
  }
}

.table .table-row .title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.table .table-row .text-content {
  font-size: 1.25rem;
}

.table .table-row .text-content .link-item {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 2px;
  display: inline-block;
  text-overflow: ellipsis;
}

.separator-line {
  border: 0;
  height: 1px;
  background-color: #000000;
}

.separator-line.large {
  height: 3px;
}

.separator-line.medium {
  height: 2px;
}

.separator-line.red {
  background-color: #EB3828;
}

.separator-line.gray {
  background-color: #EAEDEE;
}


.components-index section.other-inputs .heading.h5,
.components-index section.other-inputs .stat-card.medium .card-content .h5.title,
.stat-card.medium .card-content .components-index section.other-inputs .h5.title,
.components-index section.other-inputs .stat-card.large .card-content .h5.title,
.stat-card.large .card-content .components-index section.other-inputs .h5.title,
.components-index section.other-inputs .news-centre-hero .news-hero-container .title .h5.subtitle,
.news-centre-hero .news-hero-container .title .components-index section.other-inputs .h5.subtitle,
.components-index section.other-inputs .stat-card.medium .card-content .description,
.stat-card.medium .card-content .components-index section.other-inputs .description,
.components-index section.other-inputs .stat-card.large .card-content .description,
.stat-card.large .card-content .components-index section.other-inputs .description {
  margin: 20px 0;
}

.components-index .callout-article {
  margin-top: 0;
  margin-bottom: 0;
}

.leader-bio {
  margin-top: 121px;
}

.leader-bio .bio {
  margin-top: 44px;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-bio .bio {
    margin-top: 12px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-bio .leader-photo {
    order: 0;
  }
}

.leader-bio .leader-photo img {
  width: 100%;
}

.leader-bio .leader-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-bio .leader-info {
    order: 1;
    margin-top: 43px;
  }
}

.leader-bio .leader-info>* {
  max-width: 100%;
}

.leader-bio .leader-info .btn {
  color: #FFFFFF;
  margin-top: 120px;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-bio .leader-info .btn {
    margin-top: 43px;
  }
}

.leader-bio .leader-position {
  margin-top: 20px;
}

.leader-cards {
  padding-top: 96px;
  padding-bottom: 84px;
}

.leadership-heading {
  margin-top: 76px;
}

.leadership-heading .heading.h3,
.leadership-heading .stat-card.medium .card-content .h3.description,
.stat-card.medium .card-content .leadership-heading .h3.description,
.leadership-heading .stat-card.large .card-content .h3.description,
.stat-card.large .card-content .leadership-heading .h3.description,
.leadership-heading .stat-card.medium .card-content .title,
.stat-card.medium .card-content .leadership-heading .title,
.leadership-heading .stat-card.large .card-content .title,
.stat-card.large .card-content .leadership-heading .title,
.leadership-heading .news-centre-hero .news-hero-container .title .subtitle,
.news-centre-hero .news-hero-container .title .leadership-heading .subtitle {
  margin-top: 42px;
}

@media print,
screen and (max-width: 51.24875em) {

  .leadership-heading .heading.h3,
  .leadership-heading .stat-card.medium .card-content .h3.description,
  .stat-card.medium .card-content .leadership-heading .h3.description,
  .leadership-heading .stat-card.large .card-content .h3.description,
  .stat-card.large .card-content .leadership-heading .h3.description,
  .leadership-heading .stat-card.medium .card-content .title,
  .stat-card.medium .card-content .leadership-heading .title,
  .leadership-heading .stat-card.large .card-content .title,
  .stat-card.large .card-content .leadership-heading .title,
  .leadership-heading .news-centre-hero .news-hero-container .title .subtitle,
  .news-centre-hero .news-hero-container .title .leadership-heading .subtitle {
    margin-top: 49px;
  }
}



@media screen and (min-width: 75em) {

  .article-card.large .content .heading.h5,
  .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,
  .article-card.large .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.large .content .description,
  .article-card.large .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.large .content .description,
  .article-card.wide .content .heading.h5,
  .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,
  .article-card.wide .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.wide .content .description,
  .article-card.wide .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.wide .content .description {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 90em) {

  .article-card.large .content .heading.h5,
  .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,
  .article-card.large .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.large .content .description,
  .article-card.large .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.large .content .description,
  .article-card.wide .content .heading.h5,
  .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,
  .article-card.wide .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.wide .content .description,
  .article-card.wide .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.wide .content .description {
    font-size: 2.431vw;
  }
}

@media screen and (min-width: 120em) {

  .article-card.large .content .heading.h5,
  .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,
  .article-card.large .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.large .content .description,
  .article-card.large .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.large .content .description,
  .article-card.wide .content .heading.h5,
  .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,
  .article-card.wide .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.wide .content .description,
  .article-card.wide .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.wide .content .description {
    font-size: 2.875rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {

  .article-card.large .content .heading.h5,
  .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,
  .article-card.large .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.large .content .description,
  .article-card.large .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.large .content .description,
  .article-card.wide .content .heading.h5,
  .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,
  .article-card.wide .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.wide .content .description,
  .article-card.wide .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.wide .content .description {
    margin-top: 15px;
  }
}

@media print,
screen and (max-width: 74.99875em) {

  .article-card.large .content .heading.h5,
  .article-card.large .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.large .content .h5.subtitle,
  .article-card.large .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.large .content .description,
  .article-card.large .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.large .content .h5.title,
  .article-card.large .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.large .content .description,
  .article-card.wide .content .heading.h5,
  .article-card.wide .content .news-centre-hero .news-hero-container .title .h5.subtitle,
  .news-centre-hero .news-hero-container .title .article-card.wide .content .h5.subtitle,
  .article-card.wide .content .stat-card.large .card-content .h5.title,
  .stat-card.large .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.large .card-content .description,
  .stat-card.large .card-content .article-card.wide .content .description,
  .article-card.wide .content .stat-card.medium .card-content .h5.title,
  .stat-card.medium .card-content .article-card.wide .content .h5.title,
  .article-card.wide .content .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .article-card.wide .content .description {
    margin-top: 35px;
  }
}

.article-card.large .content .small-copy,
.article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,
.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item,
.article-card.wide .content .small-copy,
.article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,
.modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
  margin-top: 35px;
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {

  .article-card.large .content .small-copy,
  .article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,
  .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item,
  .article-card.wide .content .small-copy,
  .article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,
  .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
    margin-top: 15px;
  }
}

@media print,
screen and (max-width: 74.99875em) {

  .article-card.large .content .small-copy,
  .article-card.large .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,
  .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.large .content .checkbox-item,
  .article-card.wide .content .small-copy,
  .article-card.wide .content .modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item,
  .modal-publication-download .download-controls .chapter-list .chapter-item .article-card.wide .content .checkbox-item {
    margin-top: 20px;
  }
}


.stat-card {
  height: 100%;
  position: relative;
  color: #232E3E;
  background-color: #F7F7F7;
  transition: background-color 0.5s ease;
}

.stat-card.small {
  min-height: 270px;
}

.stat-card.small .card-content {
  padding: 40px 35px 40px;
}

@media print,
screen and (min-width: 51.25em) and (max-width: 74.62375em) {
  .stat-card.small .card-content {
    padding: 20px 20px 15px;
  }
}

.stat-card.medium {
  min-height: 658px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.medium {
    min-height: 609px;
  }
}

.stat-card.medium .card-content {
  padding: 111px 68px 113px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.medium .card-content {
    padding: 60px 8.3333333333%;
  }
}

.stat-card.medium .card-content .description {
  margin-top: 35px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.medium .card-content .description {
    margin-top: 26px;
    line-height: 2.6rem;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .stat-card.medium .card-content .heading.h3,
  .stat-card.medium .card-content .news-centre-hero .news-hero-container .title .subtitle,
  .news-centre-hero .news-hero-container .title .stat-card.medium .card-content .subtitle,
  .stat-card.medium .card-content .title,
  .stat-card.medium .card-content .h3.description {
    font-size: 2.25rem;
    font-weight: 700;
  }
}

.stat-card.medium .card-content .number {
  font-size: 6.575rem;
  margin-top: 112px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.medium .card-content .number {
    font-size: 5.875rem;
    margin-top: 126px;
  }
}

.stat-card.medium .card-content .title {
  margin-top: 24px;
  font-weight: 400;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.medium .card-content .title {
    margin-top: 15px;
  }
}

.stat-card.large {
  min-height: 658px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.large {
    min-height: 356px;
  }
}

.stat-card.large .card-content {
  padding: 90px 112px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.large .card-content {
    padding: 32px 8.3333333333% 42px;
  }
}

.stat-card.large .card-content .description {
  margin-top: 24px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.large .card-content .description {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 2.2rem;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .stat-card.large .card-content .heading.h2,
  .stat-card.large .card-content .news-centre-hero .news-hero-container .title .h2.subtitle,
  .news-centre-hero .news-hero-container .title .stat-card.large .card-content .h2.subtitle,
  .stat-card.large .card-content .h2.title,
  .stat-card.large .card-content .h2.description {
    font-size: 2.875rem;
    font-weight: 600;
  }
}

.stat-card.large .card-content .number {
  font-size: 7.5rem;
  margin-top: 100px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.large .card-content .number {
    margin-top: 21px;
    font-size: 5.875rem;
  }
}

.stat-card.large .card-content .title {
  margin-top: 30px;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card.large .card-content .title {
    font-size: 1.25rem;
    margin-top: 15px;
    font-weight: 400;
  }
}

.stat-card .card-content .number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #F7F7F7;
  text-transform: uppercase;
  font-family: "SohneBreit", sans-serif;
  -webkit-text-stroke: 2px #000000;
}

@media print,
screen and (max-width: 51.24875em) {
  .stat-card .card-content .number {
    font-size: 3.5rem;
  }
}

.stat-card .card-content .title {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.stat-card .card-content .description {
  margin-top: 20px;
  font-size: 1rem;
}

.stat-card:hover {
  background-color: #FFE17E;
}

.accent-yellow .stat-card:hover,
.stat-card:hover.accent-yellow {
  background-color: #FFE17E;
}

.accent-green .stat-card:hover,
.stat-card:hover.accent-green {
  background-color: #B8ECB6;
}

.accent-red .stat-card:hover,
.stat-card:hover.accent-red {
  background-color: #FFBCB7;
}

.accent-blue .stat-card:hover,
.stat-card:hover.accent-blue {
  background-color: #A2DAF3;
}

.stat-card:hover.color-1 {
  background-color: #E4253A;
}

.stat-card:hover.color-2 {
  background-color: #DEA83C;
}

.stat-card:hover.color-3 {
  background-color: #4E9F38;
}

.stat-card:hover.color-4 {
  background-color: #C51A2D;
}

.stat-card:hover.color-5 {
  background-color: #FF3C23;
}

.stat-card:hover.color-6 {
  background-color: #27BDE3;
}

.stat-card:hover.color-7 {
  background-color: #FDC30A;
}

.stat-card:hover.color-8 {
  background-color: #A21843;
}

.stat-card:hover.color-9 {
  background-color: #FE6924;
}

.stat-card:hover.color-10 {
  background-color: #DE1568;
}

.stat-card:hover.color-11 {
  background-color: #FE9C25;
}

.stat-card:hover.color-12 {
  background-color: #BF8B2E;
}

.stat-card:hover.color-13 {
  background-color: #3E8045;
}

.stat-card:hover.color-14 {
  background-color: #0C98DA;
}

.stat-card:hover.color-15 {
  background-color: #58C12C;
}

.stat-card:hover.color-16 {
  background-color: #03689D;
}

.stat-card:hover.color-17 {
  background-color: #1A496B;
}

.stat-card:hover .card-content .number {
  text-shadow: none;
  color: #232E3E;
  -webkit-text-stroke: unset;
}

.stat-card:hover.sdg {
  color: #FFFFFF;
}

.stat-card:hover.sdg .card-content .number {
  color: #FFFFFF;
  text-shadow: none;
  -webkit-text-stroke: unset;
}


.standard-page {
  padding-bottom: 89px;
  margin: 0 auto 0;
}

@media print,
screen and (max-width: 74.62375em) {
  .standard-page {
    padding: 26px 0 67px;
    margin-top: 70px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .standard-page {
    overflow: hidden;
  }
}

.standard-page .side-nav-content {
  margin-top: 42px;
}

.standard-page .side-nav-content .side-navigation {
  display: flex;
  align-items: flex-start;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .standard-page .side-nav-content .side-navigation {
    display: block;
  }
}

@media print,
screen and (min-width: 74.625em) {
  .standard-page .side-nav-content .side-content .content-wrapper {
    overflow: hidden;
    padding-right: 14%;
    margin-right: -24px;
  }
}

.standard-page .side-nav-content .side-content .content-wrapper .h2 {
  margin-bottom: 28px;
  text-transform: capitalize;
}

.standard-page .side-nav-content .side-content .content-wrapper .big-copy {
  margin-top: 20px;
}

.standard-page .standard-page-slider {
  margin-top: 50px;
}

.standard-page .standard-page-slider .standard-page-slide {
  padding: 60px 0;
}

@media print,
screen and (max-width: 51.24875em) {
  .standard-page .standard-page-slider .standard-page-slide {
    padding: 28px 5px;
  }
}

.standard-page .standard-page-slider .standard-page-slide img {
  width: 40%;
}

@media print,
screen and (max-width: 51.24875em) {
  .standard-page .standard-page-slider .standard-page-slide img {
    width: 90%;
  }
}

.standard-page .standard-page-slider .standard-page-slide .slide-content {
  width: 38%;
  padding-left: 49px;
}

@media print,
screen and (max-width: 51.24875em) {
  .standard-page .standard-page-slider .standard-page-slide .slide-content {
    opacity: 0;
    width: 100%;
    padding-left: 0;
    margin-top: 29px;
    transition: opacity 100ms ease-in-out;
  }
}

.standard-page .standard-page-slider .standard-page-slide .big-copy {
  line-height: 2.6rem;
}

@media print,
screen and (max-width: 74.99875em) {
  .standard-page .standard-page-slider .standard-page-slide .big-copy {
    line-height: 1.3;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .standard-page .standard-page-slider .standard-page-slide .big-copy {
    font-size: 0.875rem;
    line-height: 2rem;
  }
}

.standard-page .standard-page-slider .standard-page-slide .heading,
.standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .description,
.stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .description,
.standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .title,
.stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .title,
.standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .description,
.stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .description,
.standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .title,
.stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .title,
.standard-page .standard-page-slider .standard-page-slide .news-centre-hero .news-hero-container .title .subtitle,
.news-centre-hero .news-hero-container .title .standard-page .standard-page-slider .standard-page-slide .subtitle {
  line-height: 4rem;
}

@media print,
screen and (max-width: 51.24875em) {

  .standard-page .standard-page-slider .standard-page-slide .heading,
  .standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .description,
  .stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .description,
  .standard-page .standard-page-slider .standard-page-slide .stat-card.medium .card-content .title,
  .stat-card.medium .card-content .standard-page .standard-page-slider .standard-page-slide .title,
  .standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .description,
  .stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .description,
  .standard-page .standard-page-slider .standard-page-slide .stat-card.large .card-content .title,
  .stat-card.large .card-content .standard-page .standard-page-slider .standard-page-slide .title,
  .standard-page .standard-page-slider .standard-page-slide .news-centre-hero .news-hero-container .title .subtitle,
  .news-centre-hero .news-hero-container .title .standard-page .standard-page-slider .standard-page-slide .subtitle {
    font-size: 1.875rem;
    line-height: 3.5rem;
    font-weight: 600;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .standard-page .standard-page-slider .glide__slide--active .slide-content {
    opacity: 1;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .standard-page .standard-page-slider .glide__bullets {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

.standard-page .standard-page-slider .glide__track {
  margin-right: -19.5%;
}

@media screen and (min-width: 122.1875em) {
  .standard-page .standard-page-slider .glide__track {
    margin-right: 0;
  }
}

@media print,
screen and (max-width: 74.62375em) {
  .standard-page .standard-page-slider .glide__track {
    margin-right: -48px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .standard-page .standard-page-slider .glide__track {
    margin-right: -30px;
  }
}


.about-hero,
.project-hero {
  height: 100vh;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  transition: max-width 0.5s ease;
}

.about-hero .overlay,
.project-hero .overlay {
  width: 100%;
  opacity: 0.3;
  height: 100%;
  background: #000000;
  position: absolute;
}

.about-hero.no-image,
.no-image.project-hero {
  background: linear-gradient(45deg, #1F5A95 0%, #60D4F2 60%);
}

.about-hero.small-height,
.small-height.project-hero {
  max-height: 460px;
}

@media print,
screen and (max-width: 74.62375em) {

  .about-hero,
  .project-hero {
    margin-top: 28px;
  }
}

.about-hero .hero-container,
.project-hero .hero-container,
.about-hero .text-container,
.project-hero .text-container {
  height: 100%;
}

.about-hero .hero-content,
.project-hero .hero-content {
  color: #FFFFFF;
}

.about-hero .hero-content .breadcrumb,
.project-hero .hero-content .breadcrumb {
  padding-top: 26px;
}

@media print,
screen and (max-width: 51.24875em) {

  .about-hero .hero-content .title,
  .project-hero .hero-content .title {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.about-hero .hero-content .subtitle,
.project-hero .hero-content .subtitle {
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "SohneBreit", sans-serif;
}

@media print,
screen and (max-width: 51.24875em) {

  .about-hero .hero-content .subtitle,
  .project-hero .hero-content .subtitle {
    margin-top: 18px;
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.about-hero .hero-content .text-box,
.project-hero .hero-content .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 170px);
}

@media print,
screen and (max-width: 51.24875em) {

  .about-hero .hero-content .text-box,
  .project-hero .hero-content .text-box {
    height: calc(100% - 220px);
  }
}


.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print,
screen and (min-width: 51.25em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print,
screen and (min-width: 74.625em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print,
screen and (max-width: 51.24875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 51.25em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 51.25em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 51.24875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print,
screen and (min-width: 51.25em) and (max-width: 74.62375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 51.24875em),
screen and (min-width: 74.625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 74.625em) {
  .hide-for-large {
    display: none !important;
  }
}
/*
@media screen and (max-width: 74.62375em) {
  .show-for-large {
    display: none !important;
  }
}*/

@media print,
screen and (min-width: 74.625em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.62375em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em),
screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {

  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {

  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}



.faq {
  margin-top: 110px;
  margin-bottom: 150px;
}

.faq .faq-item {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}

.faq .faq-item:first-child {
  margin-top: 0;
}

.faq .question-button {
  width: 100%;
  cursor: pointer;
  padding: 40px 0 25px;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}

.faq .question-button .title {
  width: 80%;
  line-height: 1.2;
  font-size: 1.5rem;
}

@media print,
screen and (max-width: 74.62375em) {
  .faq .questions-container {
    margin-top: 50px;
  }
}

.faq .arrow-down {
  transition: all 0.3s ease;
}

.faq .answer {
  opacity: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0 40px 0 44px;
  transition: all 250ms 0.2s cubic-bezier(0.4, 0.22, 0.28, 1);
}

@media print,
screen and (max-width: 74.62375em) {
  .faq .answer {
    padding: 0 30px 0 30px;
  }
}

.faq .expanded .answer {
  opacity: 1;
  max-height: 1024px;
  padding: 16px 40px 23px 44px;
}

@media print,
screen and (max-width: 74.62375em) {
  .faq .expanded .answer {
    padding: 15px 30px;
  }
}

.faq .expanded .arrow-down {
  transform: rotate(-180deg);
}


.article-gallery {
  margin: 80px auto;
}

.article-gallery .gallery-container {
  display: flex;
  justify-content: center;
}

@media print,
screen and (max-width: 51.24875em) {
  .article-gallery .gallery-container {
    align-items: center;
    flex-direction: column;
  }
}

.article-gallery .gallery-container .image-item {
  margin-left: 25px;
}

@media print,
screen and (max-width: 51.24875em) {
  .article-gallery .gallery-container .image-item {
    margin-left: 0;
    margin-top: 15px;
    align-items: center;
  }
}

.article-gallery .gallery-container .image-item:first-child {
  margin-left: 0;
}


.leader-card {
  margin-bottom: 22px;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-card {
    max-width: 545px;
    margin: 0 auto 14px;
  }
}

.leader-card>.content-wrapper {
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine),
(-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .leader-card>.content-wrapper:hover .text-link {
    color: #000000;
  }

  .leader-card>.content-wrapper:hover .link-arrow-group {
    transform: translateX(0);
  }

  [dir=rtl] .leader-card>.content-wrapper:hover .link-arrow-group {
    transform: rotate(180deg) translateX(0);
  }

  .leader-card>.content-wrapper:hover .link-arrow-group .arrow-line {
    display: unset;
  }

  .leader-card>.content-wrapper:hover .link-arrow-group .arrow-point {
    transform: translateX(31px);
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-card>.content-wrapper {
    flex-direction: column;
  }
}

.leader-card>.content-wrapper .cta-container {
  margin: auto 0 0;
}

.leader-card>.content-wrapper .cta-container .btn,
.leader-card>.content-wrapper .cta-container .text-link {
  margin-top: 27px;
}

.leader-card>.content-wrapper .leader-info {
  background: #F7F7F7;
  padding: 38px 60px 41px 34px;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-card>.content-wrapper .leader-info {
    order: 1;
    padding: 30px 27px 29px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .leader-card>.content-wrapper .leader-info {
    flex: 1;
  }
}

.leader-card>.content-wrapper .leader-info .leader-titles {
  margin-top: 12px;
  text-transform: none;
}

.leader-card>.content-wrapper .leader-photo {
  width: 330px;
  flex-shrink: 0;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-card>.content-wrapper .leader-photo {
    order: 0;
    width: 100%;
  }
}

.leader-card>.content-wrapper .leader-photo img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-card>.content-wrapper .leader-photo img {
    height: auto;
  }
}

.small-leader-card {
  height: 100%;
  padding-bottom: 22px;
}

@media print,
screen and (max-width: 51.24875em) {
  .small-leader-card {
    height: auto;
    margin: 0 auto;
    max-width: 545px;
    padding-bottom: 14px;
  }
}

.small-leader-card>.content-wrapper {
  height: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}

@media (hover: hover) and (pointer: fine),
(-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .small-leader-card>.content-wrapper:hover .text-link {
    color: #000000;
  }

  .small-leader-card>.content-wrapper:hover .link-arrow-group {
    transform: translateX(0);
  }

  [dir=rtl] .small-leader-card>.content-wrapper:hover .link-arrow-group {
    transform: rotate(180deg) translateX(0);
  }

  .small-leader-card>.content-wrapper:hover .link-arrow-group .arrow-line {
    display: unset;
  }

  .small-leader-card>.content-wrapper:hover .link-arrow-group .arrow-point {
    transform: translateX(31px);
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .small-leader-card>.content-wrapper {
    height: auto;
  }
}

.small-leader-card>.content-wrapper .cta-container {
  margin: auto 0 0;
}

.small-leader-card>.content-wrapper .cta-container .text-link {
  margin-top: 27px;
}

.small-leader-card>.content-wrapper .leader-info {
  flex: 1 auto;
  width: 100%;
  height: auto;
  padding: 25px 25px 20px;
  background: #F7F7F7;
}

@media print,
screen and (max-width: 51.24875em) {
  .small-leader-card>.content-wrapper .leader-info {
    flex: 0;
    padding: 30px 27px 29px;
  }
}

.small-leader-card>.content-wrapper .leader-titles {
  margin-top: 12px;
  text-transform: none;
}

.small-leader-card>.content-wrapper .leader-photo {
  margin: 0;
  width: 100%;
  flex: 0 auto;
  height: 396px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media print,
screen and (max-width: 51.24875em) {
  .small-leader-card>.content-wrapper .leader-photo {
    height: 400px;
  }
}


.leader-modal .modal-content {
  max-width: 1156px;
  padding: 0 19px 17px;
}

.leader-modal .modal-content::-webkit-scrollbar {
  width: 5px;
}

.leader-modal .modal-content::-webkit-scrollbar-track {
  background: linear-gradient(90deg, transparent 10%, #000000 33%, transparent 0%);
}

.leader-modal .modal-content::-webkit-scrollbar-thumb {
  background-color: black;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-modal .modal-content {
    padding: 0 10px 0 15px;
  }
}

.leader-modal .modal-content .btn-close {
  top: auto;
  right: auto;
  outline: none;
  margin-left: auto;
  position: relative;
}

.leader-modal .modal-content .content-wrapper {
  overflow-y: auto;
  padding: 86px 99px 131px;
}

.leader-modal .modal-content .content-wrapper::-webkit-scrollbar {
  width: 5px;
}

.leader-modal .modal-content .content-wrapper::-webkit-scrollbar-track {
  background: linear-gradient(90deg, transparent 10%, #000000 33%, transparent 0%);
}

.leader-modal .modal-content .content-wrapper::-webkit-scrollbar-thumb {
  background-color: black;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-modal .modal-content .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}

.leader-modal .modal-content .modal-heading {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  padding: 17px 0 0;
  background: #FFFFFF;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-modal .modal-content .modal-heading {
    padding: 9px 7px 8px;
    position: relative !important;
  }
}

.leader-modal .leader-info {
  max-width: 450px;
  margin-left: 25px;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-modal .leader-info {
    margin: 0 auto;
    max-width: none;
    padding: 33px 29px;
  }
}

.leader-modal .leader-info .leader-bio {
  margin-top: 40px;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-modal .leader-info .leader-bio {
    margin-top: 26px;
  }
}

.leader-modal .leader-info .leader-titles {
  margin-top: 12px;
}

.leader-modal .leader-photo {
  flex-shrink: 0;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-modal .leader-photo {
    text-align: center;
  }
}

.leader-modal .leader-photo img {
  width: 100%;
  max-width: 330px;
}

@media print,
screen and (max-width: 51.24875em) {
  .leader-modal .leader-photo img {
    max-width: 545px;
  }
}

.large-copy {
  font-size: 2.25rem;
  line-height: 1.14;
  font-weight: 400;
}

.big-copy {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}

@media print,
screen and (max-width: 74.62375em) {
  .big-copy {
    font-size: 1rem;
  }
}

.big-copy.light {
  color: #FFFFFF;
}

.big-copy.dark {
  color: #000000;
}

.medium-copy,
.triple-column-gallery .image-caption .caption::marker {
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 400;
}

@media print,
screen and (max-width: 74.62375em) {

  .medium-copy,
  .triple-column-gallery .image-caption .caption::marker {
    line-height: 1.4;
    font-size: 0.875rem;
  }
}

.medium-copy.light,
.triple-column-gallery .image-caption .light.caption::marker {
  color: #FFFFFF;
}

.medium-copy.dark,
.triple-column-gallery .image-caption .dark.caption::marker {
  color: #000000;
}

.small-copy,
.modal-publication-download .download-controls .chapter-list .chapter-item .checkbox-item {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
}

.small-copy.light,
.modal-publication-download .download-controls .chapter-list .chapter-item .light.checkbox-item {
  color: #FFFFFF;
}

.small-copy.dark,
.modal-publication-download .download-controls .chapter-list .chapter-item .dark.checkbox-item {
  color: #000000;
}


.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}


.image-per-row-gallery,
.three-image-gallery {
  margin-top: 75px;
}

@media print,
screen and (max-width: 51.24875em) {

  .image-per-row-gallery .gallery-text-content,
  .three-image-gallery .gallery-text-content {
    background: none;
    padding: 0 29px 31px;
  }

  .image-per-row-gallery .gallery-text-content .cta,
  .three-image-gallery .gallery-text-content .cta {
    margin-top: 44px;
  }

  .image-per-row-gallery .gallery-text-content .medium-copy:first-of-type,
  .three-image-gallery .gallery-text-content .medium-copy:first-of-type,
  .image-per-row-gallery .gallery-text-content .triple-column-gallery .image-caption .caption:first-of-type::marker,
  .three-image-gallery .gallery-text-content .triple-column-gallery .image-caption .caption:first-of-type::marker,
  .triple-column-gallery .image-caption .image-per-row-gallery .gallery-text-content .caption:first-of-type::marker,
  .triple-column-gallery .image-caption .three-image-gallery .gallery-text-content .caption:first-of-type::marker {
    margin-top: 0;
  }
}

.image-only-carousel {
  margin-top: 75px;
}

.image-only-carousel img {
  flex: 0;
  margin: 0 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print,
screen and (max-width: 74.62375em) {
  .image-only-carousel img {
    min-width: 100%;
    max-height: 356px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .image-only-carousel img {
    padding: 0;
  }
}

@media screen and (max-width: 29.6875em) {
  .image-only-carousel img {
    min-width: auto;
  }
}

.image-only-carousel img:first-of-type {
  padding-left: 0;
}

.image-only-carousel img:last-of-type {
  padding-right: 0;
}

.image-only-carousel .bullets-container {
  margin-top: 70px;
}

.image-only-carousel .glide__track {
  margin-top: 30px;
  margin-right: -100%;
}

.image-only-carousel .glide__track .glide__slides {
  overflow: visible;
}

.image-only-carousel .glide__track .glide__slide {
  height: auto;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .image-only-carousel .glide__track .glide__slide {
    display: inline;
  }
}

.publications {
  background-color: #F7F7F7;
}

@media print,
screen and (max-width: 51.24875em) {
  .publications {
    padding-bottom: 55px;
  }
}

.publications .publication-title-container {
  margin: 0 auto;
}

.publications .section-title {
  margin-top: 120px;
}

@media print,
screen and (max-width: 74.62375em) {
  .publications .section-title {
    margin-top: 80px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .publications .section-title {
    padding-left: 8.3%;
    margin: 125px 0 25px;
  }
}

@media screen and (max-width: 22.5em) {
  .publications .section-title {
    margin-bottom: 25px;
  }
}

.publications .publications-slider {
  margin-top: 70px;
}

@media print,
screen and (max-width: 74.99875em) {
  .publications .publications-slider {
    margin-top: 80px;
  }
}

@media print,
screen and (max-width: 74.62375em) {
  .publications .publications-slider {
    margin-top: 70px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .publications .publications-slider {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
}

.publications .publications-slider .bullets-container {
  margin: 0 auto;
}

@media print,
screen and (max-width: 51.24875em) {
  .publications .publications-slider .glide--slider {
    display: flex;
    margin-bottom: 125px;
    flex-direction: column-reverse;
  }
}




.publication-featured-card .publication-image,
.multi-cta-featured-publication .publication-image {
  max-width: 100%;
}

@media print,
screen and (max-width: 74.62375em) {

  .publication-featured-card .publication-image,
  .multi-cta-featured-publication .publication-image {
    padding: 40px;
    margin: 0 auto;
    max-width: 425px;
  }

  .publication-featured-card .publication-image::before,
  .multi-cta-featured-publication .publication-image::before {
    left: 25px;
    right: 70px;
    height: 15px;
    bottom: 40px;
    filter: blur(5px);
  }
}

.publication-featured-card .publication-image .image,
.multi-cta-featured-publication .publication-image .image {
  min-height: 0;
  max-width: none;
}


.publication-image {
  width: 100%;
  z-index: -2;
  padding: 64px;
  max-width: 450px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #c9d0d6 70%, #c9d0d6 70%, #414648 70.5%, #9ea5ac 69.5%, #9ea5ac 100%);
}

@media print,
screen and (max-width: 74.62375em) {
  .publication-image {
    max-width: 350px;
    padding: 50px 35px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .publication-image {
    padding: 20px;
  }
}

@media screen and (max-width: 22.5em) {
  .publication-image {
    max-width: 150px;
  }
}

.publication-image .image {
  width: 100%;
  max-width: 450px;
  min-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}

@media print,
screen and (max-width: 74.62375em) {
  .publication-image .image {
    max-width: 350px;
    min-height: 210px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .publication-image .image {
    min-height: auto;
  }
}

@media screen and (max-width: 22.5em) {
  .publication-image .image {
    max-width: 200px;
  }
}

.publication-image::before {
  content: "";
  left: 36px;
  z-index: -1;
  right: 90px;
  height: 32px;
  bottom: 64px;
  filter: blur(8px);
  border-radius: 21%;
  position: absolute;
  transform: skewX(64deg);
  background: #7B8085;
}

@media print,
screen and (max-width: 74.62375em) {
  .publication-image::before {
    left: 14px;
    right: 60px;
    height: 23px;
    bottom: 50px;
    border-radius: 0;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .publication-image::before {
    left: 4px;
    right: 50px;
    height: 16px;
    bottom: 20px;
    filter: blur(4px);
  }
}

.big-copy-h1 {
  padding: 170px 0;
}

@media print,
screen and (max-width: 51.24875em) {
  .big-copy-h1 {
    padding: 112px 0;
  }
}

@media print,
screen and (max-width: 51.24875em) and (max-width: 51.24875em) {
  .big-copy-h1 .cell:not(:first-child) {
    margin-top: 68px;
  }
}



.news-centre-hero {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media print,
screen and (max-width: 74.62375em) {
  .news-centre-hero {
    margin-top: 70px;
    padding-top: 40px;
  }
}

.news-centre-hero .news-hero-container {
  display: flex;
  position: relative;
  flex-direction: column;
}

.news-centre-hero .news-hero-container .title {
  width: 100%;
  position: absolute;
  top: calc(50% - 130px);
  text-transform: uppercase;
  font-family: "SohneBreit", sans-serif;
}

@media print,
screen and (max-width: 74.62375em) {
  .news-centre-hero .news-hero-container .title {
    top: auto;
    padding-left: 25px;
    position: relative;
  }
}

.news-centre-hero .news-hero-container .title .subtitle {
  text-transform: capitalize;
}

@media print,
screen and (min-width: 74.625em) {
  .news-centre-hero .news-hero-container .title .subtitle {
    width: 300px;
    overflow: hidden;
    position: absolute;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    bottom: calc(100% + 16px);
    -webkit-box-orient: vertical;
  }
}

@media print,
screen and (max-width: 74.62375em) {
  .news-centre-hero .news-hero-container .title .subtitle {
    margin-top: 40px;
    margin-bottom: 13px;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .news-centre-hero .news-hero-container .title .subtitle {
    font-weight: normal;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .news-centre-hero .news-hero-container .title,
  .news-centre-hero .news-hero-container .subtitle {
    font-size: 25px !important;
  }
}

.news-centre-hero .hero-link {
  margin-top: auto;
  padding: 25px 30px;
  background: #F7F7F7;
}

@media print,
screen and (max-width: 74.62375em) {
  .news-centre-hero .hero-link {
    display: none;
  }
}

.news-centre-hero .hero-link.mobile {
  display: block;
}

.news-centre-hero .hero-link .link-title {
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: 400;
}

.news-centre-hero .hero-link .text-link {
  width: 100%;
  margin-top: 10px;
}

.news-centre-hero .news-hero-container-mobile {
  display: none;
}

@media print,
screen and (max-width: 74.62375em) {
  .news-centre-hero .news-hero-container-mobile {
    width: 100%;
    display: block;
  }
}

.news-centre-hero .news-hero-container-mobile .text-link {
  margin-left: 10px;
}

.news-centre-hero .image-container {
  padding-left: 25px;
}

.news-centre-hero .image-container img {
  width: 100%;
}

@media print,
screen and (max-width: 74.62375em) {
  .news-centre-hero .image-container {
    padding-left: 0;
    margin-top: 35px;
  }
}

.news-centre-hero .text-link .text {
  width: auto;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
}

.news-centre-hero .text-link img {
  flex: 0 1 auto;
  max-width: 12px;
}

.download-item {
  margin-top: 23px;
  font-size: 1.5rem;
  background: #F7F7F7;
}

@media print,
screen and (max-width: 74.62375em) {
  .download-item {
    font-size: 1.25rem;
    padding-bottom: 22px;
  }
}

.download-item .item-text-content {
  padding: 15px 30px 20px;
}

.download-item .item-text-content .title-text {
  min-height: 58px;
}

.downloadable-content .publication-image {
  z-index: 1;
}

@media print,
screen and (max-width: 74.62375em) {
  .downloadable-content .publication-image {
    display: flex;
    max-width: 100%;
    justify-content: center;
  }
}

@media print,
screen and (max-width: 51.24875em) {
  .downloadable-content .publication-image:before {
    left: 50%;
    width: 100%;
    height: 20px;
    max-width: 350px;
    transform: translateX(-55%) skewX(64deg);
  }
}

.downloadable-content .publication-image .image {
  min-height: 100%;
}





.global-hero-2.no-overlay,
.no-overlay.country-hero-5 {
  color: #000000;
}

.global-hero-2.no-overlay:before,
.no-overlay.country-hero-5:before {
  display: none;
}

.global-hero-2.video-background,
.video-background.country-hero-5 {
  position: relative;
}

.global-hero-2.video-background video,
.video-background.country-hero-5 video {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -o-object-position: center;
  object-position: center;
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-2.video-background video,
  .video-background.country-hero-5 video {
    -o-object-position: left center;
    object-position: left center;
  }
}

.global-hero-2 .title,
.country-hero-5 .title {
  max-width: 100% !important;
  font-weight: 700;
  padding-bottom: 0 !important;
  font-family: "SohneBreit", sans-serif;
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-2 .title,
  .country-hero-5 .title {
    margin-top: 0 !important;
  }

  .global-hero-2 .title:after,
  .country-hero-5 .title:after {
    content: "";
    left: 0;
    height: 3px;
    width: 95px;
    bottom: -30px;
    background: #000000;
    position: absolute;
  }
}

.global-hero-2 .subtitle,
.country-hero-5 .subtitle {
  font-size: 1.875rem;
  margin-top: 45px;
  font-weight: 700;
  font-family: "ProximaNova", sans-serif;
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-2 .subtitle,
  .country-hero-5 .subtitle {
    margin-top: 65px;
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.global-hero-2 .cta-button,
.country-hero-5 .cta-button {
  right: 50px;
  bottom: 50px;
  position: absolute;
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-2 .cta-button,
  .country-hero-5 .cta-button {
    right: 0;
    width: 100%;
    padding: 0 40px;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-2 .cta-button .btn,
  .country-hero-5 .cta-button .btn {
    width: 100%;
  }
}

.global-hero-3,
.global-hero-2,
.country-hero-5 {
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
  max-width: 100%;
  max-height: 805px;
  min-height: 790px;
  position: relative;
  background-size: cover;
  background-position: top;
  margin: 0 auto 0;
  background-repeat: no-repeat;
  font-family: "SohneBreit", sans-serif;
  transition: max-width 0.5s ease;
}

@media print,
screen and (min-width: 74.625em) {

  .global-hero-3,
  .global-hero-2,
  .country-hero-5 {
    max-height: 810px;
  }
}

@media print,
screen and (min-width: 51.25em) {

  .global-hero-3,
  .global-hero-2,
  .country-hero-5 {
    max-height: 880px;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-3,
  .global-hero-2,
  .country-hero-5 {
    height: 815px;
  }
}

.global-hero-3:before,
.global-hero-2:before,
.country-hero-5:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

@media print,
screen and (max-width: 74.62375em) {

  .global-hero-3,
  .global-hero-2,
  .country-hero-5 {
    margin-top: 70px;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-3,
  .global-hero-2,
  .country-hero-5 {
    padding: 20px 0;
    min-height: 564px;
    background-position: 25%;
  }

  .global-hero-3 .grid-container,
  .global-hero-2 .grid-container,
  .country-hero-5 .grid-container {
    padding: 0;
  }
}

.global-hero-3 .breadcrumb,
.global-hero-2 .breadcrumb,
.country-hero-5 .breadcrumb {
  margin-top: 30px;
  position: absolute;
  z-index: 10;
}

.global-hero-3 .title,
.global-hero-2 .title,
.country-hero-5 .title {
  max-width: 810px;
  font-size: 6.875rem;
  line-height: 1.08;
  letter-spacing: 12px;
  padding: 222px 0 260px 0;
  text-transform: uppercase;
}

@media print,
screen and (max-width: 74.99875em) {

  .global-hero-3 .title,
  .global-hero-2 .title,
  .country-hero-5 .title {
    line-height: 1;
    font-size: 5.125rem;
    letter-spacing: 8.2px;
  }
}

@media print,
screen and (max-width: 51.24875em) {

  .global-hero-3 .title,
  .global-hero-2 .title,
  .country-hero-5 .title {
    max-width: 261px;
    line-height: 1.2;
    font-size: 1.5rem;
    margin-top: 195px;
    letter-spacing: 2.5px;
  }
}

.global-hero-3 .cta-arrow,
.global-hero-2 .cta-arrow,
.country-hero-5 .cta-arrow {
  left: 50%;
  bottom: 222px;
  position: absolute;
  transform: translateX(-50%);
}


.country-hero-5 .title-text {
  padding-top: 280px;
  text-transform: uppercase;
  font-family: "SohneBreit", sans-serif;
}

@media print,
screen and (max-width: 51.24875em) {
  .country-hero-5 .title-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
