:root {
  --shadow_blur: 10px;
  --shadow_visible: #00000014;
  --shadow_y: -30px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  letter-spacing: -.1rem;
  margin-top: 0;
  font-family: Spectral, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

a {
  text-decoration: none;
}

.body {
  background-color: #000;
  display: flex;
}

.lottie-animation {
  z-index: -100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: -20vh;
  padding-bottom: 20vh;
  position: sticky;
  top: 0;
}

.lottie-text-container {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
  top: -45vh;
}

.small-detail {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
}

.small-detail.black {
  color: #000;
}

.h1 {
  color: #fff;
  letter-spacing: -.1rem;
  font-family: Spectral, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.2rem;
}

.h1.black {
  color: #000;
}

.h2 {
  color: #fff;
  letter-spacing: -.02rem;
  width: 400px;
  font-family: Spectral, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}

.h2.black {
  color: #000;
}

.lottie-text-block {
  align-self: flex-end;
  width: 560px;
  margin-top: 5vh;
  margin-bottom: 30vh;
}

.lottie-container {
  z-index: -101;
  background-color: #d50015;
  border-left: 1px solid #e62f2f;
  border-right: 1px solid #e62f2f;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.embed {
  height: 100vh;
  max-height: 1200px;
  position: sticky;
  top: 0;
}

.spline-container {
  z-index: -101;
  background-color: #000;
  border-left: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.section-header {
  z-index: 100;
  padding-top: 8vh;
  padding-bottom: 15vh;
  position: sticky;
  top: 0;
}

.section-header.margin {
  padding-left: 2em;
  padding-right: 2em;
}

.paragraph {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.paragraph.black {
  color: #000;
}

.outer-section-black {
  z-index: -1000;
  background-color: #000;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.outer-section-red {
  z-index: -1000;
  background-color: #d50115;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.spline-text-block {
  align-self: flex-end;
  width: 560px;
  margin-top: 5vh;
  margin-bottom: 30vh;
  margin-right: 4em;
  padding-top: 5vh;
  position: sticky;
  top: 0;
}

.spline-text-block._2 {
  margin-bottom: 0;
  padding-top: 30vh;
  padding-bottom: 10vh;
}

.outer-section-white {
  z-index: -1000;
  background-color: #e7e7e7;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container_1 {
  z-index: -101;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.container_1.keyline {
  border-bottom: 1px solid #e0e0e0;
}

.column {
  width: 100%;
  margin-top: 2vh;
}

.large-video-div {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: 30px;
  width: 100%;
  height: 40vh;
  display: flex;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
}

.small-video-div {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: 30px;
  width: 100%;
  height: 40vh;
  display: flex;
  overflow: hidden;
}

.videos {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20vh;
  display: grid;
}

.intro-text-div {
  margin-bottom: 40vh;
  padding-top: 20vh;
}

.caption {
  color: #fff;
  mix-blend-mode: difference;
  font-size: .8rem;
}

.caption.footer {
  color: #aaa;
  mix-blend-mode: normal;
}

.top-annotations {
  z-index: 5000;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  mix-blend-mode: difference;
  width: 100%;
  max-width: 1440px;
  padding-top: 1vh;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: fixed;
}

.button {
  z-index: 10000;
  filter: drop-shadow(0 14px 14px #0003);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  outline-offset: 0px;
  background-color: #cacaca33;
  border-radius: 50px;
  outline: 2px solid #fff3;
  flex-flow: column;
  align-self: center;
  width: 300px;
  padding: 1rem 2rem;
  display: flex;
  overflow: hidden;
}

.button:hover {
  background-color: #cacaca66;
}

.button-text {
  z-index: 4;
  color: #fff;
  align-self: center;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.extra-large-video {
  z-index: 5;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 65vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xlarge-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-fill {
  z-index: -4;
  background-color: #fff;
  border-radius: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.end {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.test-section {
  background-color: #000;
  width: 100%;
  display: flex;
}


.large-column {
  width: 100%;
}

.text-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: grid;
}

.counter-text {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Spectral, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.4;
}

.chart {
  background-color: #fff;
  border-radius: 50px;
  padding: 2em;
  position: relative;
  overflow: hidden;
}

.charts-container {
  z-index: -101;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  flex-flow: column;
  align-self: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.flex-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  perspective: 1000px;
  margin-bottom: 2vh;
  position: relative;
}

.end-container {
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  width: 100%;
  max-width: 1440px;
  padding-left: 2em;
  padding-right: 2em;
}

.wf_container {
  width: 100%;
  max-width: 1920px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wf_summary_column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.intro-chart-card {
  background-image: linear-gradient(#f8f8f8, #f8f8f8);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

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

.large-text {
  color: #000;
  font-family: Spectral, sans-serif;
  font-size: 9em;
  line-height: 100%;
}

.wf_2_column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.bar-chart {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.chart-card {
  background-image: linear-gradient(#f8f8f8, #f8f8f8);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: flex;
}

.chart-heading {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.chart-heading.pie {
  justify-content: space-between;
  align-items: flex-start;
  height: 5rem;
}

.subscript {
  font-size: 12px;
}

.co2, .small-text {
  color: #757575;
}

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

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

.red-heading {
  color: #e61e28;
}

.chart-section-divider {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
}

.legend {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.circle {
  border-radius: 100px;
  width: 22px;
  height: 22px;
}

.circle.red {
  background-color: #e61e28;
}

.circle.black {
  background-color: #000;
  border: 1px #757575;
}

.leg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.wf_1_column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.member-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.member-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: drop-shadow(0 -30px 8px #00000014);
  background-image: linear-gradient(#f9f9f9, #fff 40%);
  border-top: 2px solid #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  display: grid;
}

.wf_3_column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.pie-chart {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.card-content-columns {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.card-content-columns.global {
  grid-template-rows: auto auto;
}

.community-heading-wrapper {
  width: 50%;
  margin-bottom: 20px;
}

.revenue-chart {
  width: 100%;
  padding-top: 40px;
}

.wf_paragraph {
  color: #757575;
  font-size: 20px;
  line-height: 130%;
}

.wf_heading {
  letter-spacing: -.1rem;
  font-family: Spectral, sans-serif;
  font-size: 38px;
  line-height: 110%;
}

.wf_heading.red {
  color: #e61e28;
}

.text-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.lottie-map-d {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-revenue-m, .lottie-pie-m, .lottie-chart-m {
  display: none;
}

.large-text-half-size {
  font-size: .6em;
}

.global-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.svg-map {
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .large-text {
    font-size: 7em;
  }

  .chart-card {
    padding: 35px;
  }

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

  .small-text-columns {
    grid-template-columns: 1fr;
  }

  .wf_3_column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-content-columns {
    grid-template-columns: 1fr 1fr;
  }

  .card-content-columns.global {
    grid-template-rows: auto auto;
  }

  .wf_paragraph {
    font-size: 18px;
  }

  .wf_heading {
    font-size: 34px;
  }

  .lottie-pie-d {
    display: none;
  }

  .lottie-revenue-d {
    display: block;
  }

  .lottie-revenue-m {
    display: none;
  }

  .lottie-pie-m {
    display: block;
  }

  .lottie-revenue-d-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wf_summary_column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .intro-chart-card {
    width: auto;
    padding: 30px;
  }

  .large-text {
    font-size: 5em;
  }

  .wf_2_column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .chart-card {
    width: auto;
    padding: 30px;
  }

  .chart-heading {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: space-between;
    align-items: flex-start;
    height: 79px;
  }

  .co2 {
    font-size: 16px;
  }

  .small-text-columns {
    grid-template-columns: 1fr;
  }

  .chart-section-divider {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 100px;
  }

  .wf_3_column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-content-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-content-columns.global {
    grid-template-rows: auto auto;
  }

  .community-heading-wrapper {
    width: 100%;
  }

  .wf_paragraph {
    font-size: 16px;
  }

  .wf_heading {
    font-size: 30px;
    line-height: 105%;
  }

  .text-section {
    max-width: 100%;
  }

  .lottie-map-d {
    width: 90%;
  }

  .lottie-revenue-d {
    width: 100%;
    display: none;
  }

  .lottie-revenue-m {
    display: block;
  }

  .lottie-chart-d {
    display: none;
  }

  .lottie-chart-m {
    display: block;
  }

  .svg-map {
    width: 80%;
    inset: 0% 0% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .lottie-animation {
    flex-flow: column;
    align-self: center;
    display: block;
  }

  .lottie-text-container {
    padding-top: 3em;
  }

  .small-detail {
    font-size: .8rem;
  }

  .h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .h2 {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .h2.black {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .lottie-text-block {
    width: 100%;
    margin-top: 20vh;
  }

  .section-header {
    width: 100%;
    margin-top: 0;
    padding-top: 10vh;
  }

  .paragraph.black {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .spline-text-block {
    width: 100%;
    margin-top: 20vh;
  }

  .large-video-div, .small-video-div {
    height: 30vh;
  }

  .videos {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 25vh;
  }

  .intro-text-div {
    margin-bottom: 20vh;
    padding-top: 20vh;
  }

  .caption {
    font-size: .6rem;
  }

  .top-annotations {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: space-between;
  }

  .wf_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wf_summary_column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intro-chart-card {
    height: 303px;
    padding: 30px;
  }

  .large-text {
    font-size: 4.7em;
  }

  .wf_2_column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .chart-card {
    padding: 30px;
  }

  .chart-heading.pie {
    height: auto;
  }

  .co2 {
    font-size: 16px;
  }

  .small-text-columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .red-heading {
    font-size: 32px;
  }

  .chart-section-divider {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
  }

  .legend {
    margin-top: 10px;
  }

  .circle.black {
    background-color: #000;
  }

  .wf_1_column {
    grid-template-rows: auto;
  }

  .member-text {
    width: 100%;
  }

  .wf_3_column {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pie-chart {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-content-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .community-heading-wrapper {
    width: 100%;
  }

  .revenue-chart {
    width: 100%;
    padding-top: 15px;
  }

  .wf_paragraph {
    font-size: 16px;
  }

  .wf_heading {
    font-size: 26px;
  }

  .wf_lottie_pie {
    width: 80%;
  }

  .text-section {
    max-width: none;
  }

  .image {
    max-width: 115%;
    position: relative;
  }

  .lottie-map-d {
    width: 125%;
  }

  .lottie-pie-d {
    width: 80%;
    display: none;
  }

  .lottie-revenue-d {
    display: none;
  }

  .lottie-revenue-m {
    display: block;
  }

  .lottie-pie-m {
    width: 80%;
    display: block;
  }

  .lottie-chart-d {
    display: none;
  }

  .lottie-chart-m {
    display: block;
  }

  .lottie-revenue-d-copy {
    display: none;
  }

  .svg-map {
    width: 100%;
  }
}

#w-node-_1aaa5902-4d9a-7e02-d21a-0b29d39433b5-970cc309, #w-node-cf731820-93ba-c56b-a3ac-ba59b86e83f1-970cc309 {
  place-self: center;
}

#w-node-_55b635b8-6448-0750-6bc3-999f6b113b7f-970cc309, #w-node-_55b635b8-6448-0750-6bc3-999f6b113b8f-970cc309 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d4eadb16-b138-b365-6b01-c43dd3b625ba-970cc309, #w-node-_341962d7-826b-f321-11cf-75574a2f0a51-970cc309, #w-node-d4eadb16-b138-b365-6b01-c43dd3b625c3-970cc309, #w-node-d4eadb16-b138-b365-6b01-c43dd3b625cc-970cc309 {
  justify-self: end;
}

#w-node-c74a7385-558b-183c-930d-93fabb2579ec-970cc309 {
  justify-self: auto;
}

#w-node-_7f14f0df-a05d-8534-5d91-79b9b5aba8fc-970cc309 {
  align-self: center;
}

#w-node-_813a8eb2-d8e5-983e-2c05-b698152bbd18-970cc309 {
  justify-self: auto;
}

#w-node-_9d734f38-1749-3831-00e9-e66cee610035-970cc309 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-e4db8189-ae45-7996-f1ef-89f65580e4d9-970cc309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1aaa5902-4d9a-7e02-d21a-0b29d39433b5-970cc309, #w-node-cf731820-93ba-c56b-a3ac-ba59b86e83f1-970cc309, #w-node-d4eadb16-b138-b365-6b01-c43dd3b625ba-970cc309, #w-node-_341962d7-826b-f321-11cf-75574a2f0a51-970cc309, #w-node-d4eadb16-b138-b365-6b01-c43dd3b625c3-970cc309, #w-node-d4eadb16-b138-b365-6b01-c43dd3b625cc-970cc309 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_55b635b8-6448-0750-6bc3-999f6b113b7f-970cc309 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d4eadb16-b138-b365-6b01-c43dd3b625ba-970cc309, #w-node-_341962d7-826b-f321-11cf-75574a2f0a51-970cc309, #w-node-d4eadb16-b138-b365-6b01-c43dd3b625c3-970cc309, #w-node-d4eadb16-b138-b365-6b01-c43dd3b625cc-970cc309 {
    justify-self: auto;
  }
}


