:root {
  --colour--white: white;
  --colour--navy: #0e2b63;
  --colour--cyan: #00b1eb;
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  --background-color--background-grey\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--colour--light-grey);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--colour--cyan);
  --_size---size--gap--main: 1.25rem;
  --background-color--background-navy\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--colour--navy);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --_size---size--border--border-main: 1px;
  --colour--transparent: #fff0;
  --colour--yellow: #fb0;
  --colour--pink: #ff008f;
  --colour--purple: #5a328a;
  --colour--orange: #ef7d00;
  --colour--green: #50af47;
  --_size---size--border--border-large: .625rem;
  --_size---size--radius--full: 100vw;
  --colour--light-grey: #f7f7f7;
  --_scrolling-graphic---base-size: 20rem;
  --colour--light-navy: #1c4697;
  --colour--lime: #afca0b;
  --_sticky-navbar---height: 4.125rem;
  --colour--navy-80: #0e2b63cc;
  --_scrolling-circle-graphic---size: 0px;
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #114e0b;
  --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--colour--white);
  color: var(--colour--navy);
  font-family: Aeroport, Arial, sans-serif;
  font-size: 1.13rem;
  line-height: 1.25;
}

h1 {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

h6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.25;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--colour--navy);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .5rem;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-tiny:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  display: none;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small.is-right.is-quality-growth:where(.w-variant-5af50f54-3bb2-1a26-503b-84ac04055291), .icon-1x1-small.is-right.is-dynamic-business:where(.w-variant-e4c2d220-5cab-4657-6bae-06193fdcec4f), .icon-1x1-small.is-right.is-overview {
  display: none;
}

.icon-1x1-small.is-right.is-overview:where(.w-variant-5af50f54-3bb2-1a26-503b-84ac04055291), .icon-1x1-small.is-right.is-overview:where(.w-variant-e4c2d220-5cab-4657-6bae-06193fdcec4f), .icon-1x1-small.is-right.is-overview:where(.w-variant-9b2843c2-0923-c36e-955b-6551f45867bf), .icon-1x1-small.is-right.is-overview:where(.w-variant-f82b05fd-5764-8d19-3338-61b8ced8d7bc) {
  display: block;
}

.icon-1x1-small.is-right.is-sustainable-future:where(.w-variant-9b2843c2-0923-c36e-955b-6551f45867bf), .icon-1x1-small.is-right.is-downloads:where(.w-variant-f82b05fd-5764-8d19-3338-61b8ced8d7bc), .icon-1x1-small.is-up.is-dynamic-business {
  display: none;
}

.icon-1x1-small.is-up.is-dynamic-business:where(.w-variant-e4c2d220-5cab-4657-6bae-06193fdcec4f) {
  display: block;
}

.icon-1x1-small.is-up.is-quality-growth {
  display: none;
}

.icon-1x1-small.is-up.is-quality-growth:where(.w-variant-5af50f54-3bb2-1a26-503b-84ac04055291) {
  display: block;
}

.icon-1x1-small.is-up.is-overview:where(.w-variant-5af50f54-3bb2-1a26-503b-84ac04055291), .icon-1x1-small.is-up.is-overview:where(.w-variant-e4c2d220-5cab-4657-6bae-06193fdcec4f), .icon-1x1-small.is-up.is-overview:where(.w-variant-9b2843c2-0923-c36e-955b-6551f45867bf), .icon-1x1-small.is-up.is-overview:where(.w-variant-f82b05fd-5764-8d19-3338-61b8ced8d7bc), .icon-1x1-small.is-up.is-sustainable-future {
  display: none;
}

.icon-1x1-small.is-up.is-sustainable-future:where(.w-variant-9b2843c2-0923-c36e-955b-6551f45867bf) {
  display: block;
}

.icon-1x1-small.is-up.is-downloads {
  display: none;
}

.icon-1x1-small.is-up.is-downloads:where(.w-variant-f82b05fd-5764-8d19-3338-61b8ced8d7bc) {
  display: block;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-white {
  background-color: var(--colour--white);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-navy {
  color: var(--colour--navy);
}

.text-color-cyan {
  color: var(--colour--cyan);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h3.text-color-cyan.inline-text {
  display: inline;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
  list-style-type: none;
}

.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  font-weight: 700;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-rich-text.text-size-small li {
  margin-bottom: .2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 54.25rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-medium {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.heading-style-h1 {
  letter-spacing: -.06em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h1.text-color-cyan.inline-text {
  display: inline;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-regular {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.max-width-4-col {
  width: 100%;
  max-width: 26.5rem;
}

.text-color-white {
  color: var(--colour--white);
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.max-width-11-col {
  width: 100%;
  max-width: 75.06rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-3-col {
  width: 100%;
  max-width: 19.56rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.13rem;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-5-col {
  width: 100%;
  max-width: 33.44rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-9-col {
  width: 100%;
  max-width: 61.19rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-cyan {
  background-color: var(--colour--cyan);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .88rem;
}

.heading-style-h4 {
  letter-spacing: -.01em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-style-h4:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  display: none;
}

.max-width-10-col {
  width: 100%;
  max-width: 68.13rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: var(--background-color--background-grey\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.display-inlineflex.gap-standard {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
}

.display-inlineflex.is-omni-quote {
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.25;
}

.padding-section-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.heading-style-h2 {
  letter-spacing: -.05em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h2.inline-text {
  display: inline;
}

.fs-styleguide_label {
  background-color: var(--colour--navy);
  color: var(--colour--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-navy\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.heading-style-h5 {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-style-h5.text-weight-regular {
  font-weight: 400;
}

.container-large {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-2-col {
  flex: none;
  width: 100%;
  max-width: 12.63rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: var(--_size---size--border--border-main) solid var(--colour--navy);
  background-color: var(--colour--navy);
  color: var(--colour--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, border .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--colour--white);
  color: var(--colour--navy);
}

.button.is-secondary {
  border: var(--_size---size--border--border-main) solid var(--colour--navy);
  background-color: var(--colour--transparent);
  color: var(--colour--navy);
}

.button.is-secondary:hover {
  border-color: var(--colour--navy);
  background-color: var(--colour--navy);
  color: var(--colour--white);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container-medium {
  width: 100%;
  max-width: 68.13rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  flex: none;
  width: .125rem;
  height: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--colour--yellow);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-square.med-graph {
  width: 12.5rem;
  height: 12.5rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-navy {
  background-color: var(--colour--navy);
  color: var(--colour--white);
}

.fs-styleguide_hero-label {
  background-color: var(--colour--pink);
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.background-color-purple {
  background-color: var(--colour--purple);
  color: var(--colour--white);
}

.background-color-orange {
  background-color: var(--colour--orange);
  color: var(--colour--white);
}

.background-color-green {
  background-color: var(--colour--green);
  color: var(--colour--white);
}

.background-color-pink {
  background-color: var(--colour--pink);
  color: var(--colour--white);
}

.text-color-pink {
  color: var(--colour--pink);
}

.text-color-green {
  color: var(--colour--green);
}

.text-color-orange {
  color: var(--colour--orange);
}

.text-color-purple {
  color: var(--colour--purple);
}

.max-width-8-col {
  width: 100%;
  max-width: 54.25rem;
}

.max-width-7-col {
  width: 100%;
  max-width: 47.31rem;
}

.max-width-6-col {
  width: 100%;
  max-width: 40.38rem;
}

.section_home-hero {
  color: var(--colour--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: calc(100dvh - 4.125rem);
  display: flex;
  position: relative;
}

.statements_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.statements_component.is-align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.statements_image-wrapper {
  aspect-ratio: 424 / 540;
}

.statements_text-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.statements_text-wrapper.max-width-7-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.statments_paragraph {
  padding-left: 6.94rem;
}

.fs-styleguide_icons-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.section-title_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title_wrapper.is-align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.section_spacer {
  padding-bottom: 4rem;
}

.tabs_component {
  align-items: center;
  display: flex;
}

.tabs_menu {
  flex-flow: column;
  display: flex;
}

.tabs_menu.max-width-3-col {
  padding: var(--_size---size--border--border-main);
  grid-column-gap: var(--_size---size--border--border-main);
  grid-row-gap: var(--_size---size--border--border-main);
  background-color: var(--colour--navy);
}

.tabs_content {
  width: 100%;
}

.tabs_content.max-width-6-col {
  margin-left: auto;
}

.tabs_link {
  background-color: var(--colour--white);
  color: var(--colour--navy);
  padding: 3rem;
}

.tabs_link.w--current {
  border-left: var(--_size---size--border--border-large) solid var(--colour--cyan);
  background-color: var(--colour--white);
}

.tabs_header.max-width-3-col {
  margin-bottom: 2rem;
}

.tabs_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-display {
  letter-spacing: -.06em;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.g-flex-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs_content-group {
  width: 100%;
  display: flex;
}

.purpose_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.purpose_divider {
  width: var(--_size---size--border--border-main);
  background-color: var(--colour--white);
}

.purpose_right.max-width-6-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.omni_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.omni_left.max-width-6-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.omni_image-wrapper.max-width-5-col {
  aspect-ratio: 2 / 3;
}

.omni_callout-wrapper {
  padding: 2rem;
}

.omni_callout-wrapper.background-color-navy {
  width: 100%;
}

.strategy_image-wrapper.max-width-10-col {
  margin-left: auto;
  margin-right: auto;
}

.strategy_grid {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.accordion_list {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion_component {
  border-top: var(--_size---size--border--border-large) solid var(--colour--cyan);
  background-color: var(--colour--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.accordion_component.is-orange {
  border-top-color: var(--colour--orange);
}

.accordion_component.is-business-model {
  border-top-style: none;
}

.accordion_component.is-pink {
  border-top-color: var(--colour--pink);
}

.accordion_component.is-green {
  border-top-color: var(--colour--green);
}

.accordion_component.is-purple {
  border-top-color: var(--colour--purple);
}

.accordion_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5rem;
  display: flex;
}

.accordion_bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5rem;
  padding-right: 5rem;
  overflow: hidden;
}

.button-icon_wapper {
  border-radius: var(--_size---size--radius--full);
  background-color: var(--colour--navy);
  color: var(--colour--white);
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: background-color .2s;
  display: flex;
}

.button-icon_wapper:hover {
  background-color: var(--colour--cyan);
}

.button-icon_wapper.u-position-relative {
  overflow: clip;
}

.spacer-accordion {
  width: 100%;
  padding-top: 3rem;
}

.accordion_left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion_layout.is-business-model {
  max-width: 85%;
  padding-left: 5rem;
}

.accordion_layout.is-sustainable {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.accordion_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion_logo-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}

.accordion_logo {
  object-fit: contain;
  max-width: 10rem;
  max-height: 4rem;
}

.global_component {
  aspect-ratio: 16 / 9;
  position: relative;
}

.global_map-image {
  z-index: 1;
  object-fit: scale-down;
  position: relative;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.global_click {
  z-index: 2;
  background-color: var(--colour--transparent);
  position: absolute;
}

.global_click.is-us {
  top: 33%;
  left: 17%;
}

.global_click.is-europe {
  top: 28%;
  left: auto;
  right: 48.5%;
}

.global_click.is-jv {
  top: 43%;
  left: auto;
  right: 31%;
}

.global_click.is-asia-africa {
  inset: auto auto 37% 48%;
}

.global_charts_component.max-width-8-col {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global_charts_wrapper.max-width-4-col {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.global_categories_title.max-width-6-col {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.global_categories_grid {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.global_categories_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--colour--light-grey);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.section_builder {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.gs_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gs_graphic-wrapper {
  height: var(--_scrolling-graphic---base-size);
  top: calc(50vh - (var(--_scrolling-graphic---base-size) / 2));
  width: clamp(40%, var(--_scrolling-graphic---base-size), 50%);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
}

.gs_graphic_anchor {
  width: 0;
  height: 0;
  position: relative;
}

.gs_graphic_panel {
  width: var(--_scrolling-graphic---base-size);
  aspect-ratio: 1.175;
  background-color: var(--colour--transparent);
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(100% 19.08%, 49.997% 100%, 0% 19.08%, 0% 19.08%, 4.416% 15.536%, 8.995% 12.34%, 13.723% 9.497%, 18.588% 7.014%, 23.58% 4.896%, 28.684% 3.15%, 33.891% 1.781%, 39.186% .795%, 44.559% .2%, 49.997% 0%, 49.997% 0%, 55.434% .2%, 60.807% .795%, 66.103% 1.781%, 71.309% 3.15%, 76.414% 4.896%, 81.406% 7.014%, 86.273% 9.497%, 91.002% 12.34%, 95.582% 15.536%, 100% 19.08%);
  clip-path: polygon(100% 19.08%, 49.997% 100%, 0% 19.08%, 0% 19.08%, 4.416% 15.536%, 8.995% 12.34%, 13.723% 9.497%, 18.588% 7.014%, 23.58% 4.896%, 28.684% 3.15%, 33.891% 1.781%, 39.186% .795%, 44.559% .2%, 49.997% 0%, 49.997% 0%, 55.434% .2%, 60.807% .795%, 66.103% 1.781%, 71.309% 3.15%, 76.414% 4.896%, 81.406% 7.014%, 86.273% 9.497%, 91.002% 12.34%, 95.582% 15.536%, 100% 19.08%);
  top: auto;
  bottom: 0%;
  left: auto;
  right: calc((var(--_scrolling-graphic---base-size) * -1) / 2);
  position: absolute;
  overflow: visible;
}

.gs_graphic_inner-shape {
  aspect-ratio: 1.45;
  background-color: var(--colour--light-grey);
  transform-origin: 50% 100%;
  color: var(--colour--white);
  text-align: center;
  -webkit-clip-path: polygon(100% 23.579%, 68.715% 86.149%, 68.715% 86.149%, 65.671% 91.138%, 62.16% 95.018%, 58.3% 97.79%, 54.207% 99.453%, 49.997% 100.007%, 45.788% 99.453%, 41.696% 97.79%, 37.836% 95.018%, 34.328% 91.138%, 31.285% 86.149%, 0% 23.579%, 0% 23.579%, 4.416% 19.2%, 8.995% 15.25%, 13.723% 11.737%, 18.588% 8.668%, 23.58% 6.05%, 28.684% 3.892%, 33.891% 2.201%, 39.186% .983%, 44.559% .247%, 49.997% 0%, 49.997% 0%, 55.434% .247%, 60.807% .983%, 66.103% 2.201%, 71.309% 3.892%, 76.414% 6.05%, 81.406% 8.668%, 86.273% 11.737%, 91.002% 15.25%, 95.582% 19.2%, 100% 23.579%);
  clip-path: polygon(100% 23.579%, 68.715% 86.149%, 68.715% 86.149%, 65.671% 91.138%, 62.16% 95.018%, 58.3% 97.79%, 54.207% 99.453%, 49.997% 100.007%, 45.788% 99.453%, 41.696% 97.79%, 37.836% 95.018%, 34.328% 91.138%, 31.285% 86.149%, 0% 23.579%, 0% 23.579%, 4.416% 19.2%, 8.995% 15.25%, 13.723% 11.737%, 18.588% 8.668%, 23.58% 6.05%, 28.684% 3.892%, 33.891% 2.201%, 39.186% .983%, 44.559% .247%, 49.997% 0%, 49.997% 0%, 55.434% .247%, 60.807% .983%, 66.103% 2.201%, 71.309% 3.892%, 76.414% 6.05%, 81.406% 8.668%, 86.273% 11.737%, 91.002% 15.25%, 95.582% 19.2%, 100% 23.579%);
  width: 100%;
  padding-top: 10%;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  transform: translate(0, -7px);
}

.gs_graphic_inner-shape:hover {
  background-image: linear-gradient(#0000001a, #0000001a);
}

.gs_graphic_inner-shape.w--current {
  background-color: var(--colour--cyan);
}

.gs_graphic_inner-shape.w--current:hover {
  background-image: none;
}

.gs_cmoponent-styles {
  display: none;
}

.gs_text-wrapper {
  flex: 1;
}

.gs_text-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.gs_graphic_inner-text {
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_component {
  z-index: 10;
  background-color: var(--colour--navy);
  width: 100%;
  position: sticky;
  top: 0;
}

.hero-comp_content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-hero_logo {
  width: 9.125rem;
  height: auto;
  margin-top: 4rem;
}

.hero-comp_title-bar {
  background-color: var(--colour--navy);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 25%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.hero-comp_title-bar:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095) {
  background-color: var(--colour--orange);
  max-height: 25%;
}

.hero-comp_title-bar:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a) {
  background-color: var(--colour--purple);
  max-height: 25%;
}

.hero-comp_title-bar:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184) {
  background-color: var(--colour--green);
  max-height: 25%;
}

.hero-comp_title-bar:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81) {
  background-color: var(--colour--orange);
  max-height: 25%;
}

.hero-comp_title-bar:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a) {
  background-color: var(--colour--purple);
  max-height: 25%;
}

.hero-comp_title-bar:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  background-color: var(--colour--green);
  max-height: 25%;
}

.hero-comp_bg-image {
  padding-right: 12rem;
}

.hero-comp_bg-image:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184) {
  object-fit: cover;
  object-position: 50% 100%;
}

.home-hero_col {
  height: 100%;
  position: relative;
}

.home-hero_col.flex-grow {
  flex: 1;
}

.hero-comp_side-nav {
  background-color: var(--colour--navy);
  flex-flow: column;
  width: 12rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-comp_side-nav:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_side-nav:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_side-nav:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_side-nav:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_side-nav:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_side-nav:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  height: 75%;
}

.hero-comp_side-nav_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  color: inherit;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .35s;
  transition-timing-function: ease;
  display: flex;
}

.hero-comp_side-nav_link:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_side-nav_link:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_side-nav_link:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_side-nav_link:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_side-nav_link:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_side-nav_link:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  height: 33.3333%;
}

.hero-comp_side-nav_link.w--current, .hero-comp_side-nav_link.w--current:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_side-nav_link.w--current:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_side-nav_link.w--current:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_side-nav_link.w--current:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_side-nav_link.w--current:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_side-nav_link.w--current:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76), .hero-comp_side-nav_link.overview-anchor:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_side-nav_link.overview-anchor:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_side-nav_link.overview-anchor:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_side-nav_link.overview-anchor:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_side-nav_link.overview-anchor:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_side-nav_link.overview-anchor:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  display: none;
}

.hero-comp_side-nav_link.mobile {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-comp_title-bar_text-wrapper {
  padding-right: 10.5rem;
}

.hero-comp_title-bar_text-wrapper:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_title-bar_text-wrapper:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_title-bar_text-wrapper:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_title-bar_text-wrapper:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_title-bar_text-wrapper:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_title-bar_text-wrapper:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navbar {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--colour--white);
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 4.125rem;
  display: flex;
  position: static;
}

.navbar_link {
  color: var(--colour--white);
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: inline-flex;
}

.navbar_link:hover {
  background-color: var(--colour--cyan);
  color: var(--colour--navy);
}

.navbar_link.w--current {
  background-color: var(--colour--cyan);
}

.navbar_brand {
  flex: none;
  padding-top: .95rem;
  padding-bottom: .95rem;
}

.navbar_link-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.navbar_hamburger-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
  display: flex;
}

.navbar_hamburger {
  background-color: var(--colour--white);
  width: 100%;
  height: 1rem;
}

.background-color-light-navy {
  background-color: var(--colour--light-navy);
  color: var(--colour--white);
}

.business-model_layout {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.business-model_column {
  flex: 1;
}

.business-model_lightbox-wrapper {
  width: 100%;
}

.business-model_lightbox-image {
  object-fit: contain;
}

.business-model_grid_component {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.business-model_grid_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--colour--cyan);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion_top-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion_number-wrapper {
  border-radius: var(--_size---size--radius--full);
  background-color: var(--colour--orange);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-bottom: .25rem;
  display: flex;
}

.omni_qr-wrapper {
  aspect-ratio: 1;
}

.footer_component {
  flex-flow: wrap;
  display: flex;
}

.footer_link-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--colour--navy);
  color: var(--colour--white);
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6rem 4rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.footer_link-block:hover {
  background-color: var(--colour--cyan);
}

.footer_link-block.is-quality-growth:where(.w-variant-5af50f54-3bb2-1a26-503b-84ac04055291), .footer_link-block.is-quality-growth:hover {
  background-color: var(--colour--purple);
}

.footer_link-block.is-orange:hover, .footer_link-block.is-orange.w--current {
  background-color: var(--colour--orange);
}

.footer_link-block.is-green:hover, .footer_link-block.is-green.w--current {
  background-color: var(--colour--green);
}

.footer_link-block.is-cyan {
  background-color: var(--colour--cyan);
}

.footer_link-block.is-overview {
  background-color: var(--colour--navy);
}

.footer_link-block.is-overview:hover, .footer_link-block.is-overview.w--current {
  background-color: var(--colour--cyan);
}

.footer_link-block.is-overview.w--current:where(.w-variant-5af50f54-3bb2-1a26-503b-84ac04055291), .footer_link-block.is-overview.w--current:where(.w-variant-e4c2d220-5cab-4657-6bae-06193fdcec4f), .footer_link-block.is-overview.w--current:where(.w-variant-9b2843c2-0923-c36e-955b-6551f45867bf), .footer_link-block.is-overview.w--current:where(.w-variant-f82b05fd-5764-8d19-3338-61b8ced8d7bc) {
  background-color: var(--colour--navy);
}

.footer_link-block.is-dynamic-business:hover, .footer_link-block.is-dynamic-business.w--current:where(.w-variant-e4c2d220-5cab-4657-6bae-06193fdcec4f) {
  background-color: var(--colour--orange);
}

.footer_link-block.is-sustainable-future:hover, .footer_link-block.is-sustainable-future.w--current:where(.w-variant-9b2843c2-0923-c36e-955b-6551f45867bf) {
  background-color: var(--colour--green);
}

.footer_link-block.is-downloads.w--current:where(.w-variant-f82b05fd-5764-8d19-3338-61b8ced8d7bc) {
  background-color: var(--colour--cyan);
}

.intro_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.intro_right.max-width-6-col {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.intro_right_row {
  border-bottom: var(--_size---size--border--border-main) solid var(--colour--white);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.strategy_section_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.strategy_section_image-wrapper.max-width-6-col {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.strategy_section_image {
  object-fit: contain;
}

.chart_builder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chart_chart {
  flex: 1;
  height: 100%;
}

.chart_canvas {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.chart_temp_short-graph {
  width: 100%;
  height: 10rem;
}

.products_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.products_item {
  border: var(--_size---size--border--border-main) solid var(--colour--navy);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.products_item_text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.products_item_stat {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.section_beyond {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.beyond_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.beyond_image-wrapper {
  background-color: var(--colour--navy);
  justify-content: center;
  align-items: flex-end;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.beyond_image {
  object-fit: cover;
  max-width: 15rem;
  height: auto;
  max-height: 80%;
}

.beyond_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.text-size-medium {
  font-size: 1.125rem;
}

.investment_component {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  grid-template-columns: 1fr 1fr 1fr;
}

.investment_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--colour--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.investment_item.is-qr {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
}

.investment_qr-wrapper {
  aspect-ratio: 1;
  flex: none;
  width: 10rem;
}

.investment_qr-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.modal_dialog {
  border: 1px #000;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  padding: 0;
  inset: 0;
}

.builder_code {
  display: none;
}

.modal_modal {
  flex-flow: column;
  width: 100vw;
  height: 100dvh;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal_modal.background-color-navy {
  justify-content: flex-start;
  align-items: stretch;
}

.dialog_color-bar {
  background-color: var(--colour--yellow);
  flex: none;
  width: 100%;
  height: 1.5rem;
  position: sticky;
  top: 0;
}

.dialog_color-bar:where(.w-variant-9976399f-4cd1-2d7c-457b-d823d969df7f) {
  background-color: var(--colour--orange);
}

.dialog_color-bar:where(.w-variant-7beb01d6-3482-004b-d539-8ddfd78daf92) {
  background-color: var(--colour--cyan);
}

.dialog_color-bar:where(.w-variant-fcc9b4f3-cb3f-68d1-c8fe-290622dd652a) {
  background-color: var(--colour--lime);
}

.dialog_color-bar:where(.w-variant-a49c9c7d-7a3f-8808-1bf5-7167a254be0f) {
  background-color: var(--colour--orange);
}

.dialog_color-bar:where(.w-variant-ca23f2ea-9fa1-ed5c-9d16-01280885eed9) {
  background-color: var(--colour--cyan);
}

.dialog_color-bar:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  background-color: var(--colour--lime);
}

.dialog_close-button {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.u-position-relative {
  position: relative;
}

.dialog_close-button-wrapper {
  border-radius: 50%;
  height: calc(100% - 1.5rem);
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.dialog_close-button-wrapper.top-bar {
  height: calc(100% - 3.5rem);
  top: 3.5rem;
}

.dialog_top-content {
  flex: none;
}

.dialog_bottom-content {
  background-color: var(--colour--light-grey);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.dialog_bottom-content:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  display: none;
}

.dialog_content_inner-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  display: flex;
}

.dialog_content_inner-wrapper:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  flex-flow: column;
}

.dialog_content_inner-wrapper.is-inset {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.dialog_content_col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.dialog_content_col.flex-grow:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  display: none;
}

.dialog_content_col.max-width-4-col:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.dialog_content_col.is-review {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.dialog_content_profile-mage {
  object-fit: contain;
  object-position: 50% 0%;
}

.dialog_content_stat-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dialog_content_stat-wrapper:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  display: none;
}

.dialog_content_stat-item {
  flex: 0 50%;
}

.flex-grow {
  flex: 1;
}

.dialog_content_accent-stat {
  color: var(--colour--yellow);
}

.dialog_content_accent-stat:where(.w-variant-9976399f-4cd1-2d7c-457b-d823d969df7f) {
  color: var(--colour--orange);
}

.dialog_content_accent-stat:where(.w-variant-7beb01d6-3482-004b-d539-8ddfd78daf92) {
  color: var(--colour--cyan);
}

.dialog_content_accent-stat:where(.w-variant-fcc9b4f3-cb3f-68d1-c8fe-290622dd652a) {
  color: var(--colour--lime);
}

.dialog_content_accent-stat:where(.w-variant-a49c9c7d-7a3f-8808-1bf5-7167a254be0f) {
  color: var(--colour--orange);
}

.dialog_content_accent-stat:where(.w-variant-ca23f2ea-9fa1-ed5c-9d16-01280885eed9) {
  color: var(--colour--cyan);
}

.dialog_content_accent-stat:where(.w-variant-cf3b6627-48a8-fd34-8511-dff528d4bf92) {
  color: var(--colour--lime);
}

.modal_modal-slot {
  flex-flow: column;
  width: 100vw;
  height: 100dvh;
  padding: 0;
  display: flex;
}

.modal_icon-slot {
  width: 100%;
  height: 100%;
}

.hero-comp_title-bar_sub-text-wrapper:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_title-bar_sub-text-wrapper:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_title-bar_sub-text-wrapper:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_title-bar_sub-text-wrapper:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_title-bar_sub-text-wrapper:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_title-bar_sub-text-wrapper:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  display: none;
}

.hero-comp_sub_text-wrapper_logo {
  width: 9rem;
  margin-right: 1rem;
  display: none;
}

.hero-comp_sub_text-wrapper_logo:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_sub_text-wrapper_logo:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_sub_text-wrapper_logo:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_sub_text-wrapper_logo:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_sub_text-wrapper_logo:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_sub_text-wrapper_logo:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  display: block;
}

.hero-comp_sub_scroll-prompt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.hero-comp_sub_scroll-prompt:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_sub_scroll-prompt:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_sub_scroll-prompt:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_sub_scroll-prompt:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_sub_scroll-prompt:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_sub_scroll-prompt:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-comp_sub_scroll-accent-line {
  background-color: var(--colour--white);
  flex: 1;
  width: 70%;
  height: 1px;
  padding-bottom: 0;
  display: none;
}

.hero-comp_sub_scroll-accent-line:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_sub_scroll-accent-line:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a) {
  flex: 1;
  display: block;
  position: static;
  inset: calc(50% + .5px) 0% auto auto;
}

.hero-comp_sub_scroll-accent-line:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184) {
  flex: 1;
  display: block;
}

.hero-comp_sub_scroll-accent-line:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_sub_scroll-accent-line:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a) {
  flex: 1;
  display: block;
  position: static;
  inset: calc(50% + .5px) 0% auto auto;
}

.hero-comp_sub_scroll-accent-line:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  flex: 1;
  display: block;
}

.hero-comp_heading:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_heading:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_heading:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_heading:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_heading:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_heading:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  display: inline;
}

.hero-comp_sub_scroll-text:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095) {
  background-color: var(--colour--orange);
  white-space: nowrap;
  padding-left: 1rem;
}

.hero-comp_sub_scroll-text:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a) {
  background-color: var(--colour--purple);
  white-space: nowrap;
  padding-left: 1rem;
}

.hero-comp_sub_scroll-text:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184) {
  background-color: var(--colour--green);
  white-space: nowrap;
  padding-left: 1rem;
}

.hero-comp_sub_scroll-text:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81) {
  background-color: var(--colour--orange);
  white-space: nowrap;
  padding-left: 1rem;
}

.hero-comp_sub_scroll-text:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a) {
  background-color: var(--colour--purple);
  white-space: nowrap;
  padding-left: 1rem;
}

.hero-comp_sub_scroll-text:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  background-color: var(--colour--green);
  white-space: nowrap;
  padding-left: 1rem;
}

.hero-comp_heading-wrapper:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095) {
  background-color: var(--colour--orange);
  position: relative;
}

.hero-comp_heading-wrapper:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a) {
  background-color: var(--colour--purple);
  position: relative;
}

.hero-comp_heading-wrapper:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184) {
  background-color: var(--colour--green);
  position: relative;
}

.hero-comp_heading-wrapper:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81) {
  background-color: var(--colour--orange);
  position: relative;
}

.hero-comp_heading-wrapper:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a) {
  background-color: var(--colour--purple);
  position: relative;
}

.hero-comp_heading-wrapper:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  background-color: var(--colour--green);
  position: relative;
}

.hero-comp_right-icon {
  display: none;
}

.hero-comp_right-icon:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_right-icon:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_right-icon:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_right-icon:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_right-icon:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_right-icon:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  display: block;
}

.hero-comp_down-icon:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_down-icon:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_down-icon:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_down-icon:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_down-icon:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_down-icon:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
  display: none;
}

.investement_modals_component {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
}

.investement_modals_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: var(--_size---size--border--border-large) solid var(--colour--cyan);
  background-color: var(--colour--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.investement_modals_item-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.capital-effect_layout {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.capital-effect_item {
  flex: 1;
}

.capital-allocation_image {
  object-fit: contain;
}

.dynamic_charts_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dynamic_charts_item {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.show-mobile-portrait {
  display: none;
}

.load-container {
  z-index: 1000;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  overflow: clip;
}

.loading-screen {
  width: 0%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .35s;
  position: relative;
}

.modal_full-content {
  background-color: var(--colour--white);
  color: var(--colour--navy);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: calc(4vh + 4rem) 10vw 4vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.u-position-sticky {
  position: sticky;
  top: 0;
}

.modal_lightbox {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  margin-bottom: 2rem;
}

.u-img-contain {
  object-fit: contain;
}

.accordion_top_heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion_bottom_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion_bottom_top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion_bottom_icon-wrapper {
  border-radius: var(--_size---size--radius--full);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.accordion_bottom_bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.accordion_bottom_charts-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion_bottom_charts-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dialog_btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #2d62ff;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  display: inline-flex;
  position: relative;
}

.dialog_btn {
  opacity: 0;
  background-color: #0000;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.u-img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dialog {
  color: var(--colour--navy);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  max-height: 90%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.dialog_content {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.dialog_content._100vh-minh {
  min-height: 100dvh;
}

.dialog_content.align-center {
  justify-content: center;
  align-items: stretch;
}

.dialog_icon-slot {
  width: 100%;
  height: 100%;
}

.dialog_content-wrapper {
  width: 100%;
  min-height: 100%;
}

.modal_modal-copy {
  flex-flow: column;
  width: 100vw;
  height: 100dvh;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal_modal-copy.background-color-navy {
  justify-content: flex-start;
  align-items: stretch;
}

.dialog_button-icon_wapper {
  border-radius: var(--_size---size--radius--full);
  background-color: var(--colour--navy);
  color: var(--colour--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: background-color .2s;
  display: flex;
  position: sticky;
  top: 1.5rem;
  bottom: 1.5rem;
}

.dialog_button-icon_wapper:hover {
  background-color: var(--colour--cyan);
}

.dialog_button-icon_wapper.u-position-relative {
  overflow: clip;
}

.dialog_button-icon_wapper.top-bar {
  top: 3.5rem;
  bottom: 3.5rem;
}

.dialog_content_review-headshot {
  aspect-ratio: 1 / 1.2;
}

.navbar_button {
  width: 2rem;
  height: 100%;
  padding: 0;
}

.navbar_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.hamburger_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_line {
  height: var(--thickness);
  background-color: currentColor;
  flex: none;
  width: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_line.is-short {
  width: 75%;
}

.hamburger_embed {
  position: absolute;
}

.navbar_slide-menu {
  z-index: 1000;
  margin-top: var(--_sticky-navbar---height);
  background-color: var(--colour--navy-80);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  inset: 0% 0% 0% auto;
  height: calc(100dvh - var(--_sticky-navbar---height)) !important;
}

.navbar_slide-link {
  border-bottom: 1px solid var(--colour--light-navy);
  background-color: var(--colour--navy);
  color: var(--colour--white);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  height: 12%;
  margin: 0;
  padding-left: 4rem;
  padding-right: 8rem;
  transition: background-color .35s;
  display: flex;
}

.navbar_slide-link.w--current {
  color: var(--colour--white);
}

.navbar_slide-link.flex-grow {
  flex: 1;
}

.navbar_slide-link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 30vw;
  height: 100%;
  display: flex;
}

.navbar_slide-side-panel {
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.navbar_slide-panel-close {
  flex: 1;
}

.chart-wrapper.is-short {
  height: 9.375rem !important;
}

.dialog_dc_wrapper {
  grid-column-gap: var(--_size---size--gap--main);
  grid-row-gap: var(--_size---size--gap--main);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dialog_dc_chart {
  aspect-ratio: 1;
  object-fit: cover;
}

.dialog_dc_chart.med-graph {
  width: 12.5rem;
  height: 12.5rem;
}

.dialog_dc_item-color {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 1.25rem;
}

.dialog_dc_item-color.background-color-dark-grey {
  background-color: #a3a3a3;
}

.dialog_dc_label-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dialog_dc_labe-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dialog_dc_label-item-stat {
  display: inline-flex;
}

.overflow-very-visible {
  overflow: visible !important;
}

.custom-number-ol_nested-paragraph {
  margin-top: 1.5rem;
  margin-left: -50px;
}

.custom-number-ol_text-wrapper {
  margin-top: -6px;
}

.hero-comp_btm-nav {
  display: none;
}

.chart-small {
  width: 100%;
  height: 9rem;
}

.dm_charts-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dm_charts-embed {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.dm_charts-key-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.dm_charts-key-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dm_charts-key {
  background-color: #00b1eb;
  flex: none;
  width: 1.125rem;
  height: .5rem;
}

.dm_charts-key.background-color-navy {
  background-color: #002453;
}

.text-size-tiny {
  font-size: .875rem;
}

.text-size-tiny.text-style-underline {
  text-decoration: underline;
}

.hero-comp_top-bar {
  flex: 1;
  position: relative;
}

.strategy_image {
  object-fit: contain;
}

.omni_quote-2 {
  display: inline-flex;
}

.display-inlinetext {
  display: inline-block;
}

.dialog_content_top-markets {
  flex: 0 50%;
}

.dialog_content_top-markets.flex-grow {
  flex: 1;
}

.standard-number-ol {
  padding-left: 0;
}

.standard-number-li {
  list-style-type: none;
}

.dialog_inline-text-wrapper {
  display: inline;
}

.icon-1x1-xlarge {
  width: 8rem;
  height: 8rem;
}

.downloads_list {
  grid-column-gap: var(--_size---size--border--border-main);
  grid-row-gap: var(--_size---size--border--border-main);
  background-color: var(--colour--navy);
  flex-flow: column;
  display: flex;
}

.downloads_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--colour--light-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.downloads_link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--colour--transparent);
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.downloads_link-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.downloads_icon-wrapper {
  border-radius: var(--_size---size--radius--full);
  background-color: var(--colour--cyan);
  color: var(--colour--white);
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.strategy_logo-wrapper {
  max-width: 20rem;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .statements_component {
    justify-content: space-between;
    align-items: flex-start;
  }

  .statements_image-wrapper.max-width-4-col {
    max-width: 15rem;
  }

  .statements_text-wrapper.max-width-5-col, .statements_text-wrapper.max-width-7-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .statments_paragraph {
    padding-left: 0;
  }

  .section-title_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs_component {
    flex-flow: column;
    align-items: stretch;
  }

  .tabs_menu.max-width-3-col {
    flex-flow: row;
    max-width: 100%;
    margin-bottom: 2rem;
    overflow: auto;
  }

  .tabs_content.max-width-6-col {
    max-width: 100%;
  }

  .tabs_link {
    text-align: center;
    min-width: 40%;
    padding: 1.5rem;
  }

  .tabs_link.w--current {
    border-bottom: 4px solid var(--colour--cyan);
    border-left-style: none;
  }

  .tabs_layout, .purpose_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .strategy_image-wrapper {
    padding-right: 2rem;
  }

  .accordion_top {
    padding: 2rem;
  }

  .accordion_bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .accordion_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .accordion_layout.is-business-model {
    max-width: 100%;
    padding-left: 0;
  }

  .icon-1x1-large.is-global {
    width: 2rem;
    height: 2rem;
  }

  .global_click.is-us {
    top: 35%;
  }

  .global_click.is-europe {
    top: 30%;
  }

  .global_click.is-jv {
    top: 45%;
  }

  .hero-comp_title-bar {
    padding-bottom: 0;
  }

  .hero-comp_title-bar:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095) {
    height: auto;
    min-height: 0%;
    max-height: none;
  }

  .hero-comp_title-bar:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_title-bar:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184) {
    min-height: 0%;
    max-height: none;
  }

  .hero-comp_title-bar:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81) {
    height: auto;
    min-height: 0%;
    max-height: none;
  }

  .hero-comp_title-bar:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_title-bar:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76) {
    min-height: 0%;
    max-height: none;
  }

  .hero-comp_bg-image {
    padding-right: 0;
  }

  .hero-comp_side-nav {
    display: none;
  }

  .hero-comp_side-nav_link.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-comp_title-bar_text-wrapper:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_title-bar_text-wrapper:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a) {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
  }

  .navbar_brand {
    display: none;
  }

  .business-model_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .business-model_column {
    width: 100%;
  }

  .business-model_grid_component {
    grid-template-columns: 1fr 1fr;
  }

  .accordion_top-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_component {
    flex-flow: wrap;
  }

  .footer_link-block {
    flex: none;
    width: 50%;
    padding: 2.5rem;
  }

  .footer_link-block.is-downloads {
    flex: 1;
  }

  .intro_right.max-width-6-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .intro_right_row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .strategy_section_layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .strategy_section_left.max-width-5-col {
    max-width: 100%;
  }

  .strategy_section_image-wrapper.max-width-6-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .products_item {
    flex-flow: wrap;
  }

  .products_item_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex: none;
    width: 100%;
    padding: 2.5rem;
  }

  .products_item_text.max-width-5-col {
    max-width: 100%;
  }

  .products_item_stat.max-width-3-col {
    max-width: 100%;
    padding: 2.5rem;
  }

  .products_item_stat.max-width-3-col.background-color-navy {
    padding: 2.5rem;
  }

  .products_item_image-wrapper.max-width-4-col, .products_item_image-wrapper.max-width-5-col {
    max-width: 100%;
  }

  .beyond_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .beyond_image {
    height: auto;
    max-height: none;
  }

  .beyond_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .investment_component {
    grid-template-columns: 1fr 1fr;
  }

  .dialog_bottom-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .dialog_content_inner-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dialog_content_col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .dialog_content_col.max-width-6-col {
    max-width: 100%;
  }

  .dialog_content_col.max-width-4-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
  }

  .dialog_content_stat-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-comp_sub_scroll-prompt:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_sub_scroll-prompt:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_sub_scroll-prompt:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184), .hero-comp_sub_scroll-prompt:where(.w-variant-d34db469-5b0b-2959-0485-3242f14fde81), .hero-comp_sub_scroll-prompt:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a), .hero-comp_sub_scroll-prompt:where(.w-variant-d7b7ca48-46be-d85f-2d17-872627150a76), .hero-comp_sub_scroll-accent-line:where(.w-variant-414d274a-0cce-a39d-f158-8e39ee1b720a), .hero-comp_sub_scroll-accent-line:where(.w-variant-9b8e09f9-5261-628f-83e7-26e62cd9e85a) {
    display: none;
  }

  .investement_modals_component {
    grid-template-columns: 1fr;
  }

  .investement_modals_item {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.5rem;
  }

  .dynamic_charts_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .statements_image-wrapper-component.max-width-4-col {
    max-width: 15rem;
  }

  .accordion_bottom_bottom {
    grid-template-columns: 1fr;
  }

  .navbar_button {
    flex: none;
  }

  .hero-comp_btm-nav {
    display: block;
  }

  .icon-1x1-xlarge.is-global {
    width: 2rem;
    height: 2rem;
  }

  .strategy_logo-wrapper {
    max-width: 15rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.15rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: 1.15rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_spacer {
    padding-bottom: 2rem;
  }

  .tabs_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-display {
    font-size: 2.5rem;
  }

  .purpose_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .purpose_divider {
    height: var(--_size---size--border--border-main);
    width: 100%;
  }

  .purpose_right.max-width-6-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .omni_layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .omni_image-wrapper.max-width-5-col {
    aspect-ratio: 2 / 3;
  }

  .accordion_top {
    padding: 1rem 1.25rem;
  }

  .accordion_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-icon_wapper {
    padding: .75rem;
  }

  .global_click.is-us {
    top: 33%;
    left: 15%;
  }

  .global_click.is-europe {
    top: 27%;
  }

  .global_click.is-jv {
    top: 43%;
    right: 30%;
  }

  .global_categories_grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-comp_title-bar_text-wrapper {
    padding-right: 5rem;
  }

  .accordion_number-wrapper {
    padding-bottom: 0;
  }

  .beyond_component {
    padding-top: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .investment_item.is-qr {
    padding: 2rem;
  }

  .investment_qr-wrapper {
    display: none;
  }

  .dialog_bottom-content {
    justify-content: flex-end;
    align-items: stretch;
  }

  .investement_modals_item {
    padding: 2rem;
  }

  .dynamic_charts_item {
    grid-template-columns: 1fr;
  }

  .accordion_top_heading-wrapper {
    font-size: 1rem;
  }

  .dialog_button-icon_wapper {
    padding: .75rem;
  }

  .dialog_dc_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .icon-1x1-xlarge {
    width: 5rem;
    height: 5rem;
  }

  .strategy_logo-wrapper {
    max-width: 10rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-1x1-small {
    width: 1.25rem;
    height: 1.25rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button {
    width: 100%;
  }

  .spacer-medium {
    padding-top: 1rem;
  }

  .statements_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .statements_image-wrapper.max-width-4-col {
    max-width: 100%;
  }

  .tabs_content.max-width-2-col {
    max-width: 100rem;
  }

  .tabs_content-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .omni_layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .strategy_image-wrapper {
    padding-right: 0;
  }

  .strategy_grid {
    grid-template-columns: 1fr;
  }

  .accordion_list {
    width: 100%;
  }

  .accordion_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .accordion_left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .accordion_layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion_layout.is-sustainable {
    width: 100%;
  }

  .icon-1x1-large.is-global {
    width: 1rem;
    height: 1rem;
  }

  .global_charts_component.max-width-8-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .global_categories_grid {
    grid-template-columns: 1fr;
  }

  .hero-comp_title-bar_text-wrapper {
    padding-right: 3rem;
  }

  .hero-comp_title-bar_text-wrapper:where(.w-variant-aba4a3e3-49a7-9f29-d8f7-659a7e0e9095), .hero-comp_title-bar_text-wrapper:where(.w-variant-f5169394-aae1-919c-2dd4-d06185cc6184) {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .business-model_grid_component {
    grid-template-columns: 1fr;
  }

  .accordion_top-title {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .intro_layout {
    flex-flow: column;
  }

  .intro_right_column.max-width-3-col {
    max-width: 100%;
  }

  .strategy_section_layout {
    flex-flow: column;
  }

  .chart_chart {
    width: 100%;
  }

  .products_item_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .products_item_stat.max-width-3-col {
    max-width: 100%;
    padding: 2rem;
  }

  .products_item_image-wrapper.max-width-4-col {
    max-width: 100%;
  }

  .beyond_component, .investment_component {
    grid-template-columns: 1fr;
  }

  .investment_item.is-qr {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dialog_content_col.max-width-3-col {
    max-width: 100%;
  }

  .capital-effect_layout {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .statements_image-wrapper-component.max-width-4-col {
    max-width: 100%;
  }

  .show-mobile-portrait {
    display: block;
  }

  .accordion_top_heading-wrapper {
    flex: 0 auto;
  }

  .accordion_bottom_top-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion_bottom_bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dialog_content_review-headshot, .chart-small {
    max-width: 100%;
  }

  .icon-1x1-xlarge.is-global {
    width: 1rem;
    height: 1rem;
  }

  .downloads_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .downloads_link-text {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    order: 1;
  }

  .strategy_logo-wrapper {
    max-width: 7rem;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-934c4029 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-934c4029, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-934c4029 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-934c4029 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-934c4029, #w-node-da54be22-93d6-25f4-aff3-da5d73d2a68f-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-934c4029 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-934c4029 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-934c4029, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-934c4029 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-934c4029 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-934c4029, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-934c4029 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-934c4029, #w-node-_58c9c025-f5f8-db36-3528-14ec259f7029-9db90c6d {
  justify-self: start;
}

#w-node-_381bd9c9-a44d-8ef7-5da7-360e4280aacd-a1f3e163, #w-node-bc94af7e-db9a-5b7e-5512-23c45290cb94-a1f3e163, #w-node-af18442d-4821-696a-701f-6c24b8ab7f0e-a1f3e163, #w-node-_72629094-29d4-4e5d-c7d4-ecb9f45f4716-a1f3e163, #w-node-f9c8e43a-1256-09a8-2779-a3c43d3c07b3-a1f3e163 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_58c9c025-f5f8-db36-3528-14ec259f7029-9db90c6d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-bc94af7e-db9a-5b7e-5512-23c45290cb94-a1f3e163, #w-node-af18442d-4821-696a-701f-6c24b8ab7f0e-a1f3e163, #w-node-_72629094-29d4-4e5d-c7d4-ecb9f45f4716-a1f3e163, #w-node-f9c8e43a-1256-09a8-2779-a3c43d3c07b3-a1f3e163 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_381bd9c9-a44d-8ef7-5da7-360e4280aacd-a1f3e163 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aeroport';
  src: url('../fonts/Aeroport.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeroport';
  src: url('../fonts/Aeroport-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
