@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #001f2e;
  --white: #fff;
  --green: #5ca783;
  --red\<deleted\|variable-1ffe42e1-2342-2b10-3b5c-7128d6bf361b\>: red;
  --black: #000;
  --grey: #f0f0f0;
  --orange: #ec6139;
  --light-blue: #d4e6f5;
  --forest-green: #0b3120;
  --blue: #0a394e;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: var(--navy);
  font-family: Archivo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lustria, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lustria, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lustria, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Archivo, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Archivo, sans-serif;
}

a {
  color: var(--navy);
  text-decoration: underline;
}

li {
  font-family: Archivo, sans-serif;
}

strong {
  color: var(--navy);
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Lustria, sans-serif;
  font-size: 1.5em;
  line-height: 1.2em;
}

figcaption {
  opacity: .71;
  text-align: left;
  margin-top: 3px;
  font-family: Lustria, sans-serif;
  font-size: .8em;
  line-height: 1.1em;
}

.hero {
  background-color: var(--navy);
  color: var(--white);
  object-fit: cover;
  background-image: linear-gradient(#000000a6, #0000000d 15%);
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hero.about {
  min-height: 40vh;
}

.hero.hcolour {
  background-color: #0a394e85;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2%;
  display: flex;
  position: relative;
}

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

.row.rcenter {
  justify-content: center;
  align-items: center;
}

.row.rstacking {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.column {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  height: 100%;
  margin-right: 2%;
  padding-right: 40px;
  position: relative;
}

.column.ccenter {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.column.cgreen {
  background-color: var(--green);
}

.column.divide {
  border-right: 1px solid #fff;
}

.column.test {
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  height: 100%;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.column.center {
  text-align: center;
  padding-right: 0;
}

.column.c {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1%;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section.reds {
  background-color: var(--red\<deleted\|variable-1ffe42e1-2342-2b10-3b5c-7128d6bf361b\>);
  color: var(--black);
}

.section.sgrey {
  background-color: var(--grey);
}

.section.sgrey.impact-studies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section.yellows {
  background-color: var(--orange);
}

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

.section.blackb {
  background-color: var(--black);
  color: var(--white);
}

.section.slightblue {
  background-color: var(--light-blue);
}

.section.slightblue.who-we-are {
  display: none;
}

.section.sforestgreen {
  background-color: var(--forest-green);
  color: var(--white);
}

.section.sforestgreen.news {
  display: block;
}

.section.sblue {
  background-color: var(--blue);
  color: var(--white);
}

.section.circle-pattern {
  background-image: url('../images/Circle-pattern.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.section.circle-pattern.timeline {
  background-image: url('../images/Timeline-Background.svg');
  display: block;
}

.section.shide {
  display: none;
}

.section.kt-section {
  padding-bottom: 0;
}

.button {
  background-color: var(--orange);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 1em;
  line-height: 1.2em;
  transition: transform .2s;
}

.button:hover {
  transform: scale(1.04);
}

.button.rev {
  background-color: var(--white);
  color: var(--black);
}

.button.bcenter {
  margin-left: auto;
  margin-right: auto;
}

.cardrow {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2%;
  display: flex;
}

.card {
  background-color: var(--white);
  color: var(--navy);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  min-width: 23%;
  max-width: none;
  max-height: none;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card:hover {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.card.cwhitetext {
  color: var(--white);
}

.card.clight-blue {
  background-color: var(--light-blue);
}

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

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

.card.cstatic:hover {
  background-color: var(--white);
  color: var(--navy);
}

.cardtext {
  padding: 20px;
}

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

.cardtext.ctwhite {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.cardtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lustria, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4em;
}

.cardtitle.test {
  font-size: 1.5em;
}

.cardtitle.ctwhite {
  color: var(--white);
}

.cardtitle.ctnoimage {
  font-size: 2em;
  line-height: 1.2em;
}

.brand {
  object-fit: contain;
  object-position: 50% 50%;
  width: 230px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 2%;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-weight: 600;
  transition: transform .2s;
}

.nav-link:hover {
  transform: scale(1.05);
}

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

.nav-link.cta {
  background-color: var(--orange);
  border-radius: 10px;
}

.nav-link.cta:hover {
  transform: scale(1.1);
}

.nav-link.cta.w--current {
  color: var(--white);
}

.nav-link.nlnavy:hover {
  transform: scale(1.1);
}

.nav-link.nlnavy.w--current {
  color: var(--white);
  margin-right: 10px;
}

.nav-link.nlnavy.w--current:hover {
  transform: scale(1.1);
}

.navbar {
  color: var(--white);
  background-color: #ddd0;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  color: var(--navy);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-link {
  color: var(--navy);
  text-align: right;
  padding: 5px 20px;
  font-family: Lustria, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.footer-link:hover {
  color: var(--orange);
  transform: scale(1.1);
}

.footer-link.flhide {
  display: none;
}

.note {
  font-size: .8em;
}

.accordwrapper {
  border-bottom: 1px solid #00000040;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.accordtitle {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 60px;
  font-family: Lustria, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.accordcontent {
  height: 0;
  overflow: hidden;
}

.accordcross {
  color: var(--navy);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 7px 0% auto auto;
}

.nav-menu {
  padding-right: 2%;
}

.navcontainer {
  width: 100%;
  max-width: 1300px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.fullimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 5px;
  position: absolute;
  inset: 0%;
}

.fullimage.test {
  position: relative;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.block-quote {
  color: var(--navy);
  font-family: Lustria, sans-serif;
  font-weight: 400;
}

.heading, .heading-2 {
  font-family: Lustria, sans-serif;
}

.heading-3 {
  font-family: Archivo, sans-serif;
}

.timeline-item {
  background-color: var(--forest-green);
  color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
  left: 4%;
}

.timeline-item.tigreen {
  background-color: var(--green);
}

.branch {
  background-color: var(--forest-green);
  width: 200px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: -2.5%;
  transform: translate(0, -50%);
}

.branch.bright {
  width: 200px;
  right: auto;
}

.line {
  background-color: var(--forest-green);
  width: 4px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: calc(50% - 2px);
}

.hwhite, .pwhite {
  color: var(--white);
}

.menu-button-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.burgerline {
  background-color: #fff;
  width: 35px;
  height: 4px;
  margin-bottom: 7px;
  display: block;
}

.burgerline.midbl {
  margin-top: -11px;
}

.hero-image {
  z-index: 0;
  opacity: .4;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.column-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.column-image.test {
  object-fit: cover;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.cardtitle-copy {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

.card-sub-text {
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

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

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

.slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.arrowicon {
  font-size: 25px;
}

.arrowicon.ainavy {
  color: var(--navy);
}

.slide-nav {
  opacity: .76;
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-bottom: -35px;
  font-size: .7em;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.slide-nav.snhide {
  display: none;
}

.slide {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link {
  text-decoration: none;
}

.footer-text {
  color: var(--navy);
  font-family: Lustria, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.sharebanner {
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  display: block;
}

.sharebanner.footsb {
  color: #fff0;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.smlink {
  background-color: var(--green);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  margin: 5px 7px 5px 0;
  padding: 8px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: .6em;
  line-height: 1em;
  text-decoration: none;
  transition: transform .2s;
  display: inline-flex;
}

.smlink:hover {
  transform: scale(1.1);
}

.smlink.offwhite {
  color: var(--green);
  margin-right: 40px;
  font-size: 2em;
}

.smlink.offwhite:hover {
  transform: scale(1.1);
}

.follow-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-icon {
  z-index: -1;
  object-fit: contain;
  object-position: 50% 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.footer-icon.test {
  z-index: -5;
  object-fit: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.footer-column {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  height: 100%;
  min-height: 100%;
  margin-right: 2%;
  padding: 20px 40px 20px 20px;
  display: flex;
  position: relative;
}

.footer-column.ccenter {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.footer-column.cgreen {
  background-color: var(--green);
}

.footer-column.divide {
  border-right: 1px solid #fff;
}

.footer-column.test {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  height: 100%;
  min-height: 100%;
  margin-right: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.footer-links.ccenter {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.footer-links.cgreen {
  background-color: var(--green);
}

.footer-links.divide {
  border-right: 1px solid #fff;
}

.footer-links.test {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-arrow {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-arrow.ahide {
  height: 0;
}

.right-arrow {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.right-arrow.ahide {
  height: 0;
}

.countries {
  object-fit: cover;
  min-width: 23%;
  height: 120px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.countries-column {
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  height: 100%;
  min-height: 100%;
  margin-right: 2%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.countries-column.ccenter {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.countries-column.cgreen {
  background-color: var(--green);
}

.countries-column.divide {
  border-right: 1px solid #fff;
}

.countries-column.test {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-colour {
  color: var(--navy);
  flex: 1;
  align-self: stretch;
  min-width: 23%;
  max-width: none;
  height: auto;
  min-height: 250px;
  max-height: 600px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  text-decoration: none;
}

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

.card-colour.cclight-blue {
  background-color: var(--light-blue);
}

.card-colour.ccnavy {
  background-color: var(--navy);
  color: var(--white);
  min-height: 300px;
}

.card-colour.ccwhite {
  background-color: #fff;
}

.card-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  min-width: 23%;
  max-width: none;
  min-height: 250px;
  max-height: 500px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  text-decoration: none;
  position: relative;
}

.card-image.cwhitetext {
  color: var(--white);
}

.cover {
  background-color: var(--navy);
  mix-blend-mode: soft-light;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.navyblock {
  mix-blend-mode: hard-light;
  background-color: #001f2e;
  position: absolute;
  inset: 0%;
}

.mask {
  width: 100%;
  height: auto;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.column-copy {
  object-fit: cover;
  flex: 1;
  height: 100%;
  min-height: 100%;
  max-height: 700px;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.column-copy.ccenter {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.column-copy.cgreen {
  background-color: var(--green);
}

.column-copy.divide {
  border-right: 1px solid #fff;
}

.column-copy.test {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-copy.reds {
  background-color: var(--red\<deleted\|variable-1ffe42e1-2342-2b10-3b5c-7128d6bf361b\>);
  color: var(--black);
}

.section-copy.yellows {
  background-color: var(--orange);
}

.section-copy.snavy {
  background-color: var(--navy);
  color: var(--white);
}

.section-copy.blackb {
  background-color: var(--black);
  color: var(--white);
}

.section-copy.sgrey {
  background-color: var(--grey);
}

.section-copy.slightblue {
  background-color: var(--light-blue);
}

.section-copy.sforestgreen {
  background-color: var(--forest-green);
  color: var(--white);
}

.section-copy.sblue {
  background-color: var(--blue);
  color: var(--white);
}

.container-copy {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.row-middle {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  display: flex;
  position: relative;
}

.row-middle.rwhite {
  background-color: var(--white);
}

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

.row-center {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  display: flex;
  position: relative;
}

.row-center.rwhite {
  background-color: var(--white);
}

.row-center.rcenter {
  justify-content: center;
  align-items: center;
}

.success-message {
  background-color: var(--orange);
  color: var(--navy);
  border-radius: 20px;
}

.submit-button {
  background-color: var(--orange);
  border-radius: 15px;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 15px;
}

.text-block {
  color: var(--white);
  text-transform: none;
  font-weight: 600;
}

.article {
  flex: 1;
  width: 100%;
  min-width: 23%;
  max-width: 800px;
  height: 100%;
  min-height: 100%;
  margin-right: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  position: relative;
}

.article.ccenter {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.article.cgreen {
  background-color: var(--green);
}

.article.divide {
  border-right: 1px solid #fff;
}

.article.test {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: auto;
}

.cookieswrap {
  display: block;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--orange);
  color: var(--orange);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  background-color: var(--blue);
  color: var(--grey);
  cursor: pointer;
  border-top-right-radius: 10px;
  flex-direction: column;
  padding: .625rem;
  font-size: .8em;
  line-height: 1em;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: var(--green);
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--green);
  color: var(--green);
  background-color: #fff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  color: var(--orange);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 0 0;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: var(--orange);
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--green);
  color: var(--green);
  background-color: #f5f5f5;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.cardtext-copy {
  padding: 20px;
}

.cardtext-copy.ctnavy {
  background-color: var(--navy);
  color: var(--white);
}

.cardtext-copy.ctwhite {
  z-index: 1;
  color: var(--white);
  position: relative;
}

.card-image-container {
  height: 300px;
}

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

.card-interative {
  background-color: var(--white);
  color: var(--navy);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  min-width: 23%;
  max-width: none;
  max-height: none;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-interative:hover {
  background-color: var(--green);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: var(--white);
}

.card-interative.cwhitetext {
  color: var(--white);
}

.card-interative.clight-blue {
  background-color: var(--light-blue);
}

.card-interative.cwhitebackground {
  background-color: var(--white);
}

.card-interative.cnavy {
  background-color: var(--navy);
  color: var(--white);
  justify-content: space-between;
}

.card-interative.cstatic:hover {
  background-color: var(--white);
  color: var(--navy);
}

.card-interative.ci-grey {
  background-color: var(--grey);
}

.sector-icon {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 25px;
  display: flex;
}

.stats-banner {
  background-color: var(--navy);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: -180px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.stat {
  border-left: 1px solid var(--blue);
  text-align: center;
  flex: 1;
  align-self: stretch;
  padding: 10px 20px;
}

.big-text {
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 900;
}

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

.big-text.bad-bt {
  color: var(--orange);
}

.key-takeaway {
  color: var(--navy);
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 20px;
  display: flex;
}

.kt-number {
  min-width: 60px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2em;
}

.quote {
  text-indent: -11px;
}

.quote-image {
  float: none;
  clear: both;
  object-fit: cover;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
  margin-right: 40px;
  position: relative;
}

.slider-2 {
  width: 100%;
}

.dd-link {
  opacity: .8;
  border-right: 1px solid #00000036;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.dd-link:hover {
  opacity: 1;
}

.filter-bar {
  z-index: 3;
  background-color: var(--white);
  border-bottom: 1px solid #d6dbe9;
  width: 96%;
  margin-bottom: 20px;
  margin-left: 2%;
  padding: 0 10px;
  position: relative;
}

.checkbox {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.filter-dropdown {
  margin: 5px 0;
  position: static;
}

.icon-2 {
  margin-right: 10px;
}

.dropdown-toggle {
  background-color: #0000;
  border: 1px solid #0000;
  padding: 10px 30px 10px 15px;
  display: flex;
}

.dropdown-toggle.w--open {
  z-index: 3;
  border: 1px solid var(--blue);
  background-color: var(--light-blue);
}

.tab-num {
  background-color: var(--light-blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding: 5px;
  font-size: .8em;
  line-height: 1em;
}

.dropdown-list {
  z-index: 2;
}

.dropdown-list.w--open {
  border: 1px solid var(--blue);
  background-color: var(--light-blue);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -1px;
  padding: 15px 20px;
  display: flex;
  left: 0;
}

.fa {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.button-2 {
  color: #192238;
  background-color: #13ce74;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .2s;
}

.button-2:hover {
  color: #192238;
  background-color: #1de987;
}

.button-2.reset-button {
  color: #959aa7;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  padding: 5px 10px;
}

.button-2.reset-button:hover {
  background-color: var(--orange);
  color: #192238;
}

.download-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.download-block.reds {
  background-color: var(--red\<deleted\|variable-1ffe42e1-2342-2b10-3b5c-7128d6bf361b\>);
  color: var(--black);
}

.download-block.sgrey {
  background-color: var(--grey);
}

.download-block.sgrey.impact-studies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.download-block.yellows {
  background-color: var(--orange);
}

.download-block.snavy {
  background-color: var(--navy);
  color: var(--white);
}

.download-block.blackb {
  background-color: var(--black);
  color: var(--white);
}

.download-block.slightblue {
  background-color: var(--light-blue);
}

.download-block.slightblue.who-we-are {
  display: none;
}

.download-block.sforestgreen {
  background-color: var(--forest-green);
  color: var(--white);
}

.download-block.sforestgreen.news {
  display: block;
}

.download-block.sblue {
  background-color: var(--blue);
  color: var(--white);
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.download-block.circle-pattern {
  background-image: url('../images/Circle-pattern.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.download-block.circle-pattern.timeline {
  background-image: url('../images/Timeline-Background.svg');
  display: block;
}

.download-block.shide {
  display: none;
}

.download-block.kt-section {
  padding-bottom: 0;
}

.ticker {
  z-index: 5;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.logoticker {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tlogo {
  border-radius: 10px;
  flex: none;
  width: 10vw;
  margin-right: 1vw;
  padding: 10px;
  transition: transform .2s;
}

.tlogo:hover {
  transform: scale(1.1);
}

.timage {
  background-color: #fff;
  padding-top: 10px;
}

@media screen and (min-width: 1440px) {
  .tab-num {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    margin-bottom: -6px;
    padding-bottom: 0;
  }

  .column {
    min-width: 31.3%;
    padding-right: 20px;
  }

  .column.divide {
    margin-right: 3%;
  }

  .section.snavy {
    padding-bottom: 40px;
  }

  .card {
    min-width: 48%;
    max-width: 98%;
    margin-top: 0;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .image {
    overflow: hidden;
  }

  .cardtitle {
    font-size: 1.2em;
  }

  .brand {
    width: 200px;
  }

  .brand.w--current {
    z-index: 100;
  }

  .nav-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .nav-link:hover {
    transform: scale(1.1);
  }

  .nav-link.cta {
    border-radius: 0;
    margin-right: 0;
  }

  .nav-link.nlnavy {
    background-color: var(--navy);
  }

  .menu-button {
    background-color: #c8c8c800;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: var(--navy);
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-right: 0%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navcontainer {
    position: relative;
  }

  .branch {
    right: -5%;
  }

  .menu-button-2 {
    z-index: 100;
    color: #dcfdff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 27px;
    padding-bottom: 19px;
    font-size: 40px;
  }

  .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .burgerline {
    width: 30px;
    height: 1.8px;
    margin-bottom: 6px;
  }

  .burgerline.midbl {
    margin-top: -8px;
  }

  .green-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .arrowicon.ainavy {
    inset: auto 0% 0%;
  }

  .footer-column {
    min-width: 31.3%;
    padding-right: 20px;
  }

  .footer-links {
    min-width: 31.3%;
    padding-right: 20px;
    display: flex;
  }

  .left-arrow {
    height: 35px;
    inset: auto auto -30px 0%;
  }

  .right-arrow {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 35px;
    display: block;
    inset: auto 0% -30px auto;
  }

  .countries {
    height: 100px;
  }

  .countries-column {
    min-width: 31.3%;
    padding-right: 20px;
  }

  .card-colour, .card-image {
    min-width: 48%;
    max-width: 98%;
    margin-top: 0;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .column-copy, .article {
    min-width: 31.3%;
    padding-right: 20px;
  }

  .paragraph, .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-interative {
    min-width: 48%;
    max-width: 98%;
    margin-top: 0;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .stats-banner {
    margin-bottom: -50px;
  }

  .button-2.reset-button {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .download-block.snavy {
    padding-bottom: 40px;
  }

  .tlogo {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  .hero {
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .column {
    min-width: 98%;
    padding-right: 0;
  }

  .column.ccenter {
    justify-content: flex-start;
    align-items: center;
  }

  .column.divide {
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brand {
    width: 180px;
    padding-left: 0;
  }

  .accordcross {
    font-size: 22px;
    line-height: 22px;
    top: 5px;
  }

  .navcontainer {
    padding-left: 10px;
  }

  .timeline-item {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .branch {
    left: -6%;
    right: auto;
  }

  .branch.bright {
    left: -6%;
  }

  .line {
    left: 0%;
  }

  .menu-button-2 {
    padding-top: 24px;
    padding-bottom: 13px;
    line-height: 18px;
    position: absolute;
    right: 0;
  }

  .menu-button-2:hover {
    color: #303030;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-button-2.w--open:hover {
    color: #dcfdff;
  }

  .burgerline {
    width: 29px;
    margin-bottom: 6px;
  }

  .burgerline.midbl {
    margin-top: -8px;
  }

  .sharebanner.footsb {
    justify-content: center;
    padding-bottom: 0;
  }

  .footer-column {
    justify-content: center;
    align-items: center;
    min-width: 98%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    min-width: 98%;
    padding-top: 0;
    padding-right: 0;
  }

  .countries-column, .column-copy, .article {
    min-width: 98%;
    padding-right: 0;
  }

  .slide-2 {
    height: auto;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .stats-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stat {
    border-bottom: 1px solid var(--blue);
    border-left-style: none;
    min-width: 200px;
    margin-bottom: 10px;
  }

  .filter-bar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-2 {
    margin-right: 7px;
  }

  .dropdown-toggle {
    padding-left: 10px;
    padding-right: 25px;
  }

  .button-2.reset-button {
    margin-left: 5px;
  }

  .download-block {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .download-block.sblue {
    flex-flow: column;
  }

  .tlogo {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card {
    min-width: 98%;
    max-width: 98%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .image {
    height: 200px;
  }

  .navcontainer {
    padding-left: 5px;
  }

  .smlink.offwhite {
    margin-right: 20px;
    font-size: 1.5em;
  }

  .countries {
    height: 80px;
  }

  .card-colour, .card-image {
    min-width: 98%;
    max-width: 98%;
    margin-right: 0%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .card-interative {
    min-width: 98%;
    max-width: 98%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .kt-number {
    min-width: 29px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .filter-bar {
    padding: 0;
  }

  .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2.reset-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tlogo {
    padding-left: 2px;
    padding-right: 2px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}