:root {
  --white: white;
  --blue: #124b69;
  --teal: #11868d;
  --teal\<deleted\|variable-b092bd25\>: #008f91;
  --navy: #07183a;
  --light-navy: #0a2150;
  --background-alt\<deleted\|variable-d18a222b\>: #eef9ff;
  --teal-10: #e6f4f4;
  --light-teal: #9cd8dc;
  --blue-background\<deleted\|variable-86222bcc-7a86-468c-c543-c4e67034aef5\>: #ddf4ff;
  --light-blue: #1a98c7;
}

.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-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 {
  background-color: var(--white);
  color: var(--blue);
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.65rem;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

h2 {
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3.05rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Heebo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

ol {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 40px;
}

li {
  padding-bottom: 8px;
  padding-left: 6px;
  position: relative;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  padding-right: 2px;
}

blockquote {
  background-image: url('../images/border-v-.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px 100%;
  border-left: 0 solid #0000;
  margin-bottom: 0;
  padding-left: 48px;
  padding-right: 0;
  font-size: 2.17rem;
  font-weight: 500;
  line-height: 130%;
}

figure {
  text-align: center;
  width: 100%;
  max-width: 100px;
  margin: 32px auto;
  display: block;
}

figcaption {
  border-bottom-color: var(--teal\<deleted\|variable-b092bd25\>);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: .85rem;
  line-height: 1.4;
}

.container {
  z-index: 3;
  flex: 1;
  max-width: 1288px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.container.flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.col-8.shrink {
  max-width: 56%;
}

.logo {
  height: 46px;
  display: block;
}

.brand {
  align-items: center;
  padding: 12px 0;
}

.header {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 48px;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
}

.nav-menu {
  background-color: var(--navy);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 140px;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
}

.menu-icon {
  float: right;
}

.nav-link {
  grid-column-gap: 20px;
  color: var(--white);
  text-align: left;
  border-bottom: 1px solid #11868d52;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 3vw;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

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

.actions-col {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-line-icon {
  background-color: var(--white);
  width: 32px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar {
  background-color: #0000;
  align-items: center;
  display: flex;
}

.menu-btn {
  color: var(--white);
  background-color: #0000;
  align-items: center;
  margin-left: 48px;
  padding: 8px 0;
  font-size: 1em;
  display: flex;
}

.menu-btn.w--open {
  z-index: 2;
  background-color: #0000;
}

.menu-label {
  float: left;
  padding-right: 16px;
  font-size: .95rem;
  line-height: 225%;
}

.main {
  position: relative;
}

.main.home-page {
  overflow: hidden;
}

.component.py-lg {
  width: 100%;
}

.grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.grid-tile {
  background-color: var(--light-navy);
  color: var(--white);
  cursor: pointer;
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-tile-img {
  object-fit: contain;
  object-position: 100% 100%;
  align-self: flex-end;
  width: 75%;
  max-width: 270px;
  margin-top: -80px;
}

.grid-tile-heading {
  z-index: 3;
  color: var(--white);
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 120%;
  text-decoration: none;
}

.grid-tile-text {
  z-index: 3;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.read-more {
  color: var(--teal);
  background-color: #0000;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.read-more.accordion {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/icon-angle-white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-style: none;
  border-radius: 0%;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding: 0 28px 0 0;
  font-size: 1.14rem;
  font-weight: 700;
  text-decoration: none;
}

.footer {
  border-top: 1px solid #11868d52;
  padding: 56px 76px;
  position: relative;
}

.small {
  align-self: center;
  font-size: .75rem;
}

.small.copy {
  font-size: .75rem;
}

.small ol {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
}

.small li {
  color: var(--blue);
  padding-bottom: 4px;
  line-height: 130%;
}

.small p {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: .75rem;
  line-height: 130%;
}

.footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 20px;
  text-decoration: underline;
  display: flex;
}

.icon-external {
  color: var(--white);
  width: auto;
  height: 10px;
  margin-top: -3px;
  padding-left: 8px;
}

.py-sm {
  padding-top: 44px;
  padding-bottom: 44px;
}

.page-header {
  background-color: var(--navy);
  color: var(--white);
  width: 100%;
  padding-top: 220px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.page-header.generic {
  padding-bottom: 96px;
}

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

.col-10.mx-auto.px-sm {
  padding-left: 40px;
  padding-right: 40px;
}

.section.section-page-header {
  position: relative;
}

.section.section-page-header.page-header__video {
  background-color: var(--background-alt\<deleted\|variable-d18a222b\>);
  width: 100%;
}

.section.bg {
  background-color: var(--teal-10);
}

.rte {
  font-weight: 400;
}

.rte em {
  align-content: center;
}

.rte h4 {
  margin-top: 40px;
}

.rte h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rte.image figure {
  border-bottom: 1px solid var(--teal);
  border-top-style: none;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.rte.image figcaption {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: none;
  flex-flow: column;
  order: -1;
  margin-bottom: 40px;
  display: flex;
}

.rte.image strong {
  border-bottom: 1px solid var(--teal);
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.rte.image img {
  width: 100%;
}

.rte.list-style-2 li {
  margin-bottom: 1.5rem;
  padding: 25px;
}

.rte h5 {
  margin-top: 24px;
}

.rte h2 {
  margin-top: 56px;
}

.rte figcaption {
  text-align: left;
  order: -1;
  width: 100%;
  margin-top: 12px;
}

.rte figure {
  flex-flow: column;
  display: flex;
}

.rte.dark a {
  color: var(--light-teal);
}

.rte.rte-story blockquote {
  background-image: url('../images/border-vert.svg');
  background-size: 13px 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  font-size: 1.17rem;
}

.rte blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  font-size: 2rem;
}

.source-info {
  color: var(--blue);
  margin-top: 24px;
}

.play-icon {
  height: 48px;
  margin-left: 3px;
}

.lightbox-link {
  position: relative;
}

.pb-lg {
  padding-bottom: 80px;
}

.accordion-item.pl-lg {
  padding-left: 48px;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.accordion-item-trigger.trigger__transcript {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--light-teal);
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger.story-trigger {
  margin-top: -109px;
  margin-bottom: 40px;
}

.accordion-item-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.accordion-item-content.grid__6-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.video-lightbox.pb-sm {
  display: none;
}

.circle-chart-item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.circle-chart-item.large {
  width: 400px;
  position: relative;
}

.circle-chart-item.three {
  margin-top: -100px;
}

.circle-chart-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 40px;
}

.circle-chart-grid.bottom-row {
  grid-template-columns: 2.5fr 1fr 1fr;
  padding-top: 60px;
}

.circle-v-line {
  z-index: 1;
  background-color: var(--light-teal);
  flex: 0 auto;
  width: 2px;
  height: 215px;
  position: relative;
}

.circle-chart-circle {
  flex-flow: column wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
  position: relative;
}

.circle-chart-circle._80 {
  flex-wrap: wrap;
  flex: none;
  align-items: center;
  width: 50px;
}

.circle-chart-circle._130 {
  width: 140px;
}

.circle-chart-circle._90 {
  width: 60px;
}

.circle {
  border: 4px solid var(--teal);
  background-color: #fff0;
  border-radius: 100%;
}

.circle.circle-120 {
  flex: none;
  width: 120px;
  height: 120px;
}

.circle.circle-50 {
  flex: none;
  width: 50px;
  height: 50px;
}

.circle.circle-60 {
  flex: none;
  width: 90px;
  height: 90px;
}

.circle.circle-60._1 {
  width: 65px;
  height: 65px;
}

.circle.circle-60._2 {
  width: 60px;
  height: 60px;
}

.circle.circle-large {
  border-width: 5px;
  width: 400px;
  height: 400px;
  position: relative;
}

.circle.circle-100 {
  flex: none;
  width: 100px;
  height: 100px;
}

.circle.circle-100._2 {
  width: 90px;
  height: 90px;
}

.circle-chart-text._110 {
  width: 120px;
  margin-left: -30px;
}

.circle-chart-text.large {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-chart-text._130 {
  width: 130px;
  margin-left: 0;
}

.circle-chart-text._100 {
  margin-left: -20px;
}

.circle-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-wrapper._120 {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  display: flex;
}

.circle-wrapper._50 {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}

.circle-wrapper._40 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

.circle-wrapper.large {
  width: 400px;
  height: 400px;
}

.circle-wrapper._100 {
  width: 100px;
  height: 100px;
  margin-top: -45px;
}

.pt-lg {
  padding-top: 80px;
}

.pt-sm {
  padding-top: 44px;
}

.pb-sm {
  padding-bottom: 44px;
}

.scroll-down {
  z-index: 6;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 20px;
  padding-top: 56px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 64px;
  right: 40px;
}

.scroll-down:hover {
  text-decoration: underline;
}

.scroll-down.w--current {
  color: var(--white);
}

.chart-base {
  z-index: 2;
  width: 100%;
  position: relative;
}

.chart-bars {
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 0;
}

.relative {
  position: relative;
}

.chart-numbers {
  z-index: 4;
  width: 100%;
  position: absolute;
  left: 0;
}

.chart-line-graph {
  z-index: 3;
  width: 100%;
  position: absolute;
}

.footer-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.footer-content p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: .75rem;
  line-height: 130%;
}

.footer-content a {
  color: #f4f1ea;
}

.h4 {
  color: var(--teal);
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

.h4.text-white {
  font-weight: 700;
}

.aria-describedby-element {
  display: none;
}

.scroll-text {
  transform-origin: 19% 0;
  text-transform: uppercase;
  font-size: .8rem;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 10px;
  transform: rotate(90deg);
}

.circle-intro {
  justify-content: center;
  width: 100%;
  height: 480px;
  display: flex;
  position: relative;
}

.play-circle {
  opacity: .94;
  background-image: linear-gradient(117deg, #3e828d, #7eafae);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.larger {
  font-size: 1.05rem;
  font-weight: 600;
}

.h3 {
  font-size: 2.3rem;
  line-height: 120%;
}

.h3.circle-large-heading {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}

.font-medium {
  font-weight: 500;
}

.highlight-box {
  border-left: 1px solid var(--blue);
  position: relative;
}

.highlight-box.dark {
  background-color: var(--blue-background\<deleted\|variable-86222bcc-7a86-468c-c543-c4e67034aef5\>);
}

.pb-xs {
  padding-bottom: 32px;
}

.highlight-box__stats {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  padding: 24px;
}

.highlight-stat-desc {
  margin-top: 8px;
  margin-bottom: 0;
}

.highlight-stat-desc.weight-bold {
  font-weight: 700;
}

.eee-chart {
  margin-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.footer-menu-item {
  color: var(--blue);
  align-self: flex-start;
  font-size: 1.14rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.stat-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  padding-top: 20px;
}

.stat-item {
  z-index: 2;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.stat-number {
  color: var(--teal);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
}

.stat-item-desc {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.chart-inner {
  width: 100%;
  position: relative;
}

.back-to-top {
  z-index: 99;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: none;
  position: fixed;
  bottom: 32px;
  right: 48px;
}

.back-to-top.w--current {
  z-index: 99;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: 32px;
  right: 48px;
}

.back-to-top.dark {
  background-color: var(--light-teal);
  color: var(--navy);
}

.back-to-top-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  transform: rotate(-90deg);
}

.fund-name {
  padding-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.hr {
  background-color: var(--light-blue);
  width: 100%;
  height: 1px;
}

.hr.hr__footer {
  opacity: .4;
  margin-bottom: 8px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.val {
  font-weight: 400;
  display: inline-block;
}

.nav-list {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.grid-tile-chapter-wrapper {
  justify-content: center;
  align-items: center;
  width: 132px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom {
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-menu-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.aria-caption {
  padding-top: 40px;
  font-style: normal;
}

.pullout {
  color: var(--blue);
  text-transform: none;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.embed__video {
  width: 100%;
}

.icon-arrow {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.grid-tile-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.home-nav {
  padding-top: 108px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.chapter-num {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 100%;
}

.footer-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.footer-menu-list-1, .footer-menu-list-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.underline {
  background-color: var(--blue);
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.div-block {
  grid-column-gap: 48px;
  align-items: center;
  display: flex;
}

.nav-link-text {
  font-size: 2.25vw;
}

.nav-chapter {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--teal), var(--light-navy) 63%);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 2.65vw;
  font-weight: 400;
  display: flex;
}

.nav-chapter.number {
  background-image: none;
  font-weight: 400;
}

.nav-link-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 19px;
  display: flex;
}

.page-header__num {
  text-align: center;
  background-image: url('../images/border.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: none;
  width: 145px;
  margin-right: 56px;
  padding-bottom: 20px;
  font-weight: 400;
}

.page-header__hero {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

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

.total {
  color: var(--blue);
  margin-bottom: 0;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 130%;
}

.circle-chart-text__bold {
  margin-top: 12px;
  font-size: 2.8rem;
  display: inline-block;
}

.text-blue {
  color: var(--blue);
}

.h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}

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

.hero-static-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-static-image.default {
  float: right;
  width: 100%;
  display: none;
}

.story-box {
  position: relative;
}

.grid-story {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  position: relative;
}

.story__heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 4px solid var(--teal);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding-bottom: 24px;
  position: relative;
}

.story__image {
  width: 100%;
}

.hero__content {
  z-index: 3;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  position: absolute;
  bottom: 64px;
}

.nav-link-icon_embed {
  flex: none;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.stat-line {
  background-color: var(--teal);
  width: 100%;
  height: 4px;
  margin-bottom: 12px;
}

.story-box__label {
  background-image: linear-gradient(270deg, #5d9a57, #1a98c7 95%);
  padding: 8px 12px;
}

.story-box__label-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
}

.story-box__section {
  z-index: 2;
  background-color: var(--white);
  padding-right: 12px;
  position: absolute;
  top: 0;
}

.story-box__border {
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
  position: relative;
}

.lead-para {
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 140%;
}

.lead-para.text-light-blue {
  color: var(--light-blue);
}

.lead-para p {
  font-weight: 500;
}

.ratio {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ratio._3-2 {
  padding-bottom: 66.66%;
}

.ratio.vid__page-header {
  z-index: 1;
  padding-bottom: 66.66%;
}

.ratio.page-header__static {
  padding-bottom: 55%;
  display: none;
}

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

.page-header__bg-vid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.v-fade {
  display: none;
}

.total-desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.page-header__heading.page-header__report {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 88px;
  display: grid;
  position: relative;
}

.page-header__subhead {
  margin-top: 56px;
  font-size: 1.57rem;
  font-weight: 500;
  line-height: 140%;
}

.icon-embed, .back-to-top__inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid__3-3-3-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.team-item.align-horiz {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.mb-0 {
  margin-bottom: 0;
}

.my-0 {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
}

.gradient-strip {
  background-image: linear-gradient(270deg, #5d9a57, #1a98c7 53%, #00446a);
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-header__headshot {
  width: 100%;
  max-width: 450px;
  position: absolute;
  bottom: 0;
  right: 16px;
}

.page-header__vid {
  width: 100%;
  padding-top: 160px;
  position: absolute;
  top: 225px;
  right: -35%;
  transform: scale(2.2);
}

.figure__diagram {
  border-bottom: 1px solid var(--light-blue);
  padding-bottom: 32px;
}

.highlight-box__header {
  background-color: var(--blue);
  padding: 8px 24px 6px;
}

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

.page-header__static-image.ratio-image {
  object-position: 0% 0%;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-xs {
  margin-top: 8px;
}

.border {
  flex-flow: column;
  width: 12px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.border.horizontal {
  flex-flow: row;
  width: 100%;
  height: 12px;
  top: auto;
  bottom: 0;
}

.border-container {
  padding-left: 48px;
  position: relative;
}

.border-line {
  background-color: var(--teal);
  flex: 1;
  align-self: flex-end;
  width: 6px;
}

.border-line.middle {
  background-color: var(--light-teal);
  align-self: flex-start;
}

.border-line.horizontal {
  flex: 1;
  width: 100%;
  height: 6px;
}

.grid-tile-glow {
  background-image: radial-gradient(circle farthest-corner at 100% 0%, var(--teal), var(--light-navy) 72%);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}

.videopage__glow {
  background-image: radial-gradient(circle farthest-corner at 100% 22%, var(--teal), var(--navy) 42%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.section-intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 4px solid var(--teal);
  flex-flow: column;
  margin-bottom: 40px;
  padding-bottom: 32px;
  display: flex;
}

.hero-media__video {
  z-index: 1;
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-media__video.is-desktop, .hero-media__video.is-mobile {
  display: none;
}

.hero {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero__overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, #07183a00, var(--navy));
  width: 100%;
  height: 262px;
  position: absolute;
  bottom: 0;
}

.page-header__hero__video {
  z-index: 1;
  object-fit: cover;
  object-position: 0% 62%;
  transform-style: preserve-3d;
  width: 180%;
  height: 180%;
  display: none;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.page-header__hero__inner {
  width: 50%;
  height: 100%;
  position: relative;
}

.page-header__hero__overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--navy), #07183a00);
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
}

.hero__static {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.page-header__hero__static {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.icon-xs {
  width: 10px;
  height: 10px;
  display: flex;
}

.grid__2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.pt-0 {
  padding-top: 0;
}

.team-vert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._w-full {
  width: 100%;
}

.html-background-video.page-header__hero__video {
  display: block;
  position: relative;
}

.diagram {
  margin-top: 10px;
}

.figure-caption {
  border-bottom: 1px solid var(--teal);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.figure-caption__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85rem;
}

.grid__2-10 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
}

.text-teal {
  color: var(--teal);
}

.icon-md {
  width: 80px;
}

.blockquote {
  background-image: url('../images/border-v-.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.blockquote-sm {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  font-size: 1.17rem;
  font-weight: 500;
  line-height: 130%;
}

.cite {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 32px;
  font-size: .9rem;
  font-style: normal;
  line-height: 140%;
  display: block;
}

.image.caption-below figure {
  margin-top: 0;
  margin-bottom: 0;
}

.aria-caption-2 {
  padding-top: 40px;
}

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

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 5.3rem;
  }

  .circle-chart-item.large {
    width: 479px;
  }

  .circle.circle-large, .circle-wrapper.large {
    width: 479px;
    height: 479px;
  }

  .chart-bars {
    height: 100%;
  }

  .stat-number {
    font-size: 4.5rem;
  }

  .nav-list {
    max-width: 1216px;
  }

  .footer-menu-grid {
    width: 90%;
  }

  .nav-link-text {
    font-size: 2.45vw;
  }

  .nav-chapter {
    font-size: 2.85vw;
  }

  .total {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1388px;
  }

  .col-8.shrink {
    max-width: 48%;
  }

  .nav-menu {
    display: block;
  }

  .nav-link {
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 2.2vw;
    line-height: 100%;
  }

  .grid-tile {
    flex-direction: column;
  }

  .grid-tile-text {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .read-more {
    flex-direction: column;
  }

  .page-header {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.section-page-header {
    position: relative;
  }

  .accordion-item-trigger.story-trigger {
    margin-top: -120px;
  }

  .accordion-item-content.grid__6-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-list {
    max-width: 1388px;
  }

  .footer-menu-grid {
    max-width: 500px;
  }

  .grid-tile-content {
    z-index: 2;
    height: 100%;
  }

  .nav-link-text {
    font-size: 1.8vw;
  }

  .nav-chapter {
    width: 72px;
    height: 72px;
    font-size: 2vw;
  }

  .circle-chart-text__bold {
    font-weight: 500;
  }

  .grid-story {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 1;
    grid-auto-columns: 1fr;
  }

  .story__heading {
    padding-top: 24px;
    display: flex;
  }

  .lead-para {
    margin-top: 0;
  }

  .page-header__vid {
    top: 210px;
    transform: scale(2.4);
  }

  .hero__overlay {
    background-image: linear-gradient(180deg, #07183a00, var(--navy));
  }

  .page-header__hero__video {
    object-position: 0% 50%;
    width: 175%;
    height: 175%;
  }

  .page-header__hero__inner {
    width: 55%;
  }

  .page-header__hero__static {
    object-position: 50% 35%;
    position: absolute;
  }

  .icon-xs {
    color: var(--white);
  }
}

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

  blockquote {
    font-size: 1.57rem;
  }

  .container, .col-8, .col-8.shrink {
    max-width: 100%;
  }

  .brand {
    padding: 0;
  }

  .header {
    padding: 24px 32px;
  }

  .nav-menu {
    padding-top: 96px;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-btn {
    z-index: 9999;
    color: #83c8d1;
    margin-left: 10px;
    padding-left: 16px;
  }

  .menu-btn.w--open {
    z-index: 2;
    background-color: #0000;
    flex-direction: column;
    display: flex;
  }

  .menu-label {
    font-size: .9em;
    line-height: 1.8;
    display: none;
  }

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

  .grid-tile-img {
    width: 70%;
    margin-top: -90px;
  }

  .grid-tile-heading {
    font-size: 4vw;
  }

  .grid-tile-text {
    grid-row-gap: 24px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .read-more.accordion {
    justify-content: space-between;
    width: 100%;
  }

  .footer {
    padding: 48px 0;
  }

  .small.copy {
    align-self: flex-start;
    padding-right: 0;
  }

  .footer-link {
    align-self: flex-start;
    margin-right: 0;
  }

  .icon-external {
    margin-top: 0;
  }

  .page-header {
    justify-content: flex-end;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .page-header.generic {
    padding-bottom: 64px;
  }

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

  .col-10.mx-auto.px-sm {
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-page-header, .section.section-page-header.page-header__video {
    background-color: var(--background-alt\<deleted\|variable-d18a222b\>);
  }

  .play-icon {
    height: 40px;
  }

  .accordion-item-trigger {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 12px;
    display: flex;
  }

  .accordion-item-trigger.trigger__transcript {
    width: 100%;
  }

  .accordion-item-trigger.story-trigger {
    margin-top: 0;
    margin-bottom: 0;
  }

  .accordion-item-content, .accordion-item-content.grid__6-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .circle-chart-item, .circle-chart-item.large {
    width: 100%;
  }

  .circle-chart-item.three {
    margin-top: 0;
  }

  .circle-chart-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr .75fr .75fr;
  }

  .circle-chart-grid.bottom-row {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr .75fr;
  }

  .circle-chart-circle._90 {
    width: 75px;
  }

  .circle.circle-large {
    width: 350px;
    height: 350px;
    position: relative;
  }

  .circle-chart-text {
    margin-left: 6px;
  }

  .circle-chart-text._90 {
    margin-left: -15px;
  }

  .circle-chart-text.large {
    margin-left: 0;
  }

  .circle-chart-text._130 {
    margin-left: 4px;
  }

  .circle-wrapper.large {
    width: 350px;
    height: 350px;
  }

  .circle-intro.generic {
    padding-left: 20px;
    padding-right: 20px;
  }

  .play-circle {
    width: 96px;
    height: 96px;
  }

  .larger {
    font-size: 1rem;
  }

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

  .footer-menu-item {
    font-size: 1rem;
  }

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

  .stat-number {
    font-size: 3.8rem;
  }

  .stat-item-desc {
    font-size: 1rem;
  }

  .back-to-top {
    width: 56px;
    height: 56px;
    bottom: 24px;
    right: 32px;
  }

  .back-to-top.w--current {
    width: 55px;
    height: 55px;
    right: 32px;
  }

  .back-to-top-icon {
    width: 16px;
    height: 16px;
  }

  .nav-list {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-tile-chapter-wrapper {
    margin-bottom: 32px;
    margin-left: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    width: 100%;
  }

  .pullout {
    font-size: 2rem;
  }

  .grid-tile-content {
    padding-top: 32px;
  }

  .home-nav {
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .chapter-num {
    font-size: 8.5vw;
  }

  .footer-grid {
    grid-template-columns: .5fr 1fr;
  }

  .nav-link-text {
    font-size: 3.5vw;
  }

  .nav-chapter {
    width: 75px;
    height: 75px;
    font-size: 6vw;
  }

  .nav-link-icon {
    height: 24px;
  }

  .page-header__num {
    width: 135px;
    margin-right: 48px;
  }

  .circle-chart-text__bold {
    font-size: 2.6rem;
  }

  .grid-story {
    grid-template-columns: 1fr;
    grid-auto-columns: 0;
  }

  .hero__content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .col-7 {
    max-width: 83.3333%;
  }

  .ratio.vid__page-header {
    z-index: 1;
  }

  .v-fade {
    z-index: 2;
    background-image: linear-gradient(180deg, var(--background-alt\<deleted\|variable-d18a222b\>), #0000);
    width: 100%;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: 0;
  }

  .page-header__heading {
    background-image: none;
    padding-left: 0;
  }

  .page-header__heading.page-header__report {
    grid-template-columns: 1fr;
    padding-bottom: 300px;
  }

  .page-header__subhead {
    margin-top: 40px;
    font-size: 1.47rem;
  }

  .team-item.align-horiz {
    flex: 1;
  }

  .page-header__headshot {
    max-width: 300px;
  }

  .page-header__vid {
    width: 50%;
    margin-right: -20px;
    padding-top: 132px;
    padding-bottom: 0;
    position: relative;
    top: auto;
    right: auto;
    transform: scale(3);
  }

  .hero-media__video.is-desktop, .hero-media__video.is-mobile {
    display: none;
  }

  .page-header__hero__overlay {
    width: 125px;
  }

  .team-vert {
    flex-flow: row;
    margin-top: 20px;
  }

  .grid__2-10 {
    grid-column-gap: 0px;
  }

  .icon-md {
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    grid-row-gap: 40px;
    flex-flow: column;
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }

  ol {
    padding-left: 32px;
  }

  li {
    padding-left: 0;
  }

  blockquote {
    font-size: 1.32rem;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .col-8, .col-8.shrink {
    max-width: 100%;
  }

  .logo {
    height: 36px;
  }

  .header {
    padding: 20px 24px;
  }

  .nav-menu {
    width: 100%;
    padding-top: 88px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3.7vw;
  }

  .menu-label {
    display: none;
  }

  .component.pt-lg {
    padding-top: 56px;
  }

  .component.pt-lg.pb-sm {
    padding-bottom: 28px;
  }

  .component.pt-sm {
    padding-top: 28px;
  }

  .grid-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-tile-img {
    margin-top: -72px;
  }

  .grid-tile-heading {
    font-size: 4.4vw;
  }

  .grid-tile-text {
    grid-row-gap: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .read-more {
    font-size: 1.25rem;
  }

  .small.copy {
    text-align: center;
    padding-bottom: 0;
    padding-right: 0;
  }

  .small ol {
    padding-left: 20px;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .py-sm {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .page-header {
    height: auto;
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 56px;
  }

  .page-header.generic {
    padding-bottom: 20px;
  }

  .rte h4, .rte h3 {
    margin-top: 32px;
  }

  .rte.image figcaption {
    justify-content: flex-start;
  }

  .rte figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .play-icon {
    height: 24px;
  }

  .pb-lg {
    padding-bottom: 56px;
  }

  .accordion-item.video {
    padding-top: 0;
  }

  .accordion-item.pl-lg.text-white {
    padding-left: 36px;
  }

  .table {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-lg {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .py-lg.pb-0 {
    padding-bottom: 0;
  }

  .video-lightbox.pb-sm {
    overflow: hidden;
  }

  .circle-chart-item, .circle-chart-item.large, .circle-chart-item.two {
    justify-content: center;
  }

  .circle-chart-item.three {
    margin-top: 0;
  }

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

  .circle-chart-grid.bottom-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .circle-chart-circle {
    width: 130px;
  }

  .circle-chart-circle._80 {
    width: 40px;
  }

  .circle.circle-60 {
    width: 70px;
    height: 70px;
  }

  .circle.circle-large {
    width: 300px;
    height: 300px;
  }

  .circle-chart-text._110 {
    margin-left: -39px;
  }

  .circle-chart-text._90 {
    margin-left: -20px;
  }

  .circle-chart-text._130 {
    margin-left: 10px;
  }

  .circle-chart-text._100 {
    margin-left: -26px;
  }

  .circle-wrapper._50 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle-wrapper.large {
    width: 300px;
    height: 300px;
  }

  .pt-lg {
    padding-top: 56px;
  }

  .pt-sm {
    padding-top: 28px;
  }

  .pb-sm {
    padding-bottom: 28px;
  }

  .scroll-down {
    align-items: flex-end;
    display: none;
    left: 24px;
  }

  .scroll-down.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content {
    width: 100%;
    padding-right: 0;
  }

  .scroll-text {
    transform-origin: 19% 0;
    font-size: .7rem;
    left: 14px;
  }

  .play-circle {
    width: 72px;
    height: 72px;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h3.circle-large-heading {
    font-size: 1.3rem;
  }

  .eee-chart {
    margin-top: 40px;
  }

  .footer-menu-item {
    flex: none;
    padding: 0;
    font-size: 1.1rem;
  }

  .stat-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 3.1rem;
  }

  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 24px;
  }

  .back-to-top.w--current {
    display: none;
    right: 24px;
  }

  .back-to-top-icon {
    height: 16px;
  }

  .nav-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-tile-chapter-wrapper {
    width: 96px;
    margin-bottom: 32px;
    margin-left: 24px;
  }

  .footer-menu-grid {
    grid-row-gap: 12px;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: auto;
    align-items: flex-start;
    padding-bottom: 12px;
    display: flex;
  }

  .pullout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.47rem;
  }

  .pullout.text-white.mb-0 {
    font-size: 1.2rem;
  }

  .icon-arrow {
    width: 12%;
  }

  .grid-tile-content {
    padding-top: 24px;
  }

  .home-nav {
    padding-top: 120px;
  }

  .chapter-num {
    font-size: 8vw;
  }

  .footer-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-menu-list-1, .footer-menu-list-2 {
    grid-row-gap: 12px;
  }

  .div-block {
    grid-column-gap: 20px;
  }

  .nav-chapter {
    width: 60px;
    height: 60px;
    font-size: 4vw;
  }

  .nav-link-icon {
    height: 20px;
  }

  .page-header__num {
    width: 103px;
    margin-right: 0;
  }

  .total {
    font-size: 3.2rem;
  }

  .h2 {
    font-size: 2.15rem;
  }

  .grid-story {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-left: 24px;
    padding-right: 24px;
    bottom: 0;
  }

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

  .lead-para {
    font-size: 1.3rem;
  }

  .v-fade {
    height: 20px;
  }

  .page-header__heading {
    background-image: none;
    padding-top: 24px;
  }

  .page-header__heading.page-header__report {
    padding-bottom: 250px;
  }

  .page-header__subhead {
    font-size: 1.24rem;
  }

  .grid__3-3-3-3 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .gradient-strip {
    height: 24px;
  }

  .page-header__headshot {
    max-width: 250px;
    right: 12px;
  }

  .page-header__vid {
    padding-top: 100px;
  }

  .border-container {
    padding-left: 36px;
  }

  .videopage__glow {
    background-image: radial-gradient(circle farthest-corner at 100% 20%, var(--teal), var(--navy) 25%);
  }

  .hero {
    height: 85vh;
  }

  .page-header__hero__video {
    width: 170%;
    height: 170%;
  }

  .page-header__hero__inner {
    width: 80%;
  }

  .page-header__hero__overlay {
    background-image: linear-gradient(90deg, var(--navy), #07183a00);
    width: 102%;
  }

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

  .heading {
    grid-row-gap: 32px;
  }

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

  .team-vert {
    flex-flow: column;
  }

  .figure-caption {
    margin-bottom: 32px;
  }

  .grid__2-10 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .icon-md {
    width: 64px;
  }
}

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

  blockquote {
    padding-left: 40px;
  }

  .nav-link {
    font-size: 6vw;
  }

  .menu-btn {
    padding-left: 8px;
    padding-right: 0;
  }

  .menu-label {
    font-size: .9em;
    line-height: 159%;
  }

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

  .grid-tile-img {
    width: 67%;
  }

  .grid-tile-heading {
    font-size: 8vw;
  }

  .grid-tile-text {
    width: 90%;
    left: 37%;
  }

  .read-more.accordion {
    padding-top: 8px;
  }

  .footer-link {
    margin-bottom: 6px;
    margin-right: 0;
    padding-top: 6px;
  }

  .rte blockquote {
    font-size: 1.32rem;
  }

  .circle-chart {
    width: 100%;
  }

  .circle-chart-item {
    justify-content: flex-start;
    padding-left: 30px;
  }

  .circle-chart-item.large {
    padding-left: 0;
  }

  .circle-chart-item.two {
    justify-content: flex-start;
  }

  .circle-chart-grid {
    grid-row-gap: 56px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .circle-chart-grid.bottom-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .circle-chart-circle {
    flex-direction: column;
    align-items: center;
    width: 130px;
  }

  .circle-chart-circle._80 {
    align-items: center;
    width: 130px;
  }

  .circle-chart-circle._130 {
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 130px;
  }

  .circle-chart-circle._90 {
    width: 130px;
  }

  .circle.circle-large {
    width: 270px;
    height: 270px;
  }

  .circle-chart-text._90, .circle-chart-text._130, .circle-chart-text._100 {
    margin-left: -39px;
  }

  .circle-wrapper.large {
    width: 270px;
    height: 270px;
  }

  .circle-intro {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .circle-intro.generic {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .larger {
    font-size: 1.15rem;
  }

  .highlight-box__stats {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .responsive-table {
    width: 100%;
    overflow: auto;
  }

  .stat-item {
    width: 100%;
  }

  .back-to-top.w--current {
    background-color: var(--navy);
  }

  .nav-list {
    z-index: 999;
  }

  .grid-tile-chapter-wrapper {
    background-image: none;
    margin-bottom: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .icon-arrow {
    width: 13%;
  }

  .chapter-num {
    font-size: 15vw;
  }

  .div-block {
    grid-column-gap: 20px;
  }

  .nav-link-text {
    font-size: 5vw;
  }

  .nav-chapter {
    flex: none;
    width: 40px;
    height: 40px;
    font-size: 6vw;
  }

  .nav-link-icon {
    height: 16px;
  }

  .page-header__hero {
    bottom: auto;
  }

  .hero-static-image.default._01 {
    float: left;
    width: 65%;
    display: none;
  }

  .page-header__heading.page-header__report {
    padding-bottom: 220px;
  }

  .page-header__headshot {
    max-width: 220px;
  }

  .page-header__vid {
    padding-top: 64px;
  }

  .page-header__hero__inner {
    width: 100%;
  }

  .page-header__hero__overlay {
    background-image: linear-gradient(90deg, var(--navy), #07183a00);
  }
}

#w-node-_768e7390-20bb-2c9e-f344-28f3392dd0d2-392dd0ce, #w-node-_768e7390-20bb-2c9e-f344-28f3392dd0df-392dd0ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df473c1c-a8e6-6c1c-fb26-90fad79b8f56-ee6026cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d6-ee6026cf, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d4-ee6026cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d5-ee6026cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_427ef292-ea98-7dfe-1efb-e4d37ecf6175-7ecf616e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_427ef292-ea98-7dfe-1efb-e4d37ecf6178-7ecf616e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_427ef292-ea98-7dfe-1efb-e4d37ecf6179-7ecf616e, #w-node-_773835b5-ea19-88d2-36b0-f6a2b589a205-b589a201, #w-node-_9fef1937-a404-97e1-c1d8-a767f7cca134-b589a201, #w-node-_773835b5-ea19-88d2-36b0-f6a2b589a20a-b589a201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
  justify-self: center;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830, #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
  place-self: start center;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
  place-self: start;
}

#w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
  place-self: start center;
}

#w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
  justify-self: center;
}

#w-node-_547fa718-67d0-739b-8b22-c52afa114ed0-35f8e830 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-fb5b9ade-3f51-7b90-8f5c-50954f67ef62-4f67ef5d, #w-node-fb5b9ade-3f51-7b90-8f5c-50954f67ef67-4f67ef5d, #w-node-fb5b9ade-3f51-7b90-8f5c-50954f67ef6c-4f67ef5d, #w-node-fb5b9ade-3f51-7b90-8f5c-50954f67ef71-4f67ef5d, #w-node-_430443d0-15f0-26f5-50ab-04e963df389c-4f67ef5d, #w-node-_15d090ac-7c17-4812-97cc-e707757f0787-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d724df-cb22-732f-1a56-89cacb153578-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6d724df-cb22-732f-1a56-89cacb15357b-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d724df-cb22-732f-1a56-89cacb15357f-a60d0d33, #w-node-d745d822-cccc-f31a-6764-bc5958d1e42d-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d745d822-cccc-f31a-6764-bc5958d1e430-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d745d822-cccc-f31a-6764-bc5958d1e434-a60d0d33, #w-node-e586efac-3577-bb5c-ecaf-0cfba6693386-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e586efac-3577-bb5c-ecaf-0cfba6693389-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e586efac-3577-bb5c-ecaf-0cfba669338d-a60d0d33, #w-node-_457069c8-1381-b262-af91-0f0b562a64a1-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_457069c8-1381-b262-af91-0f0b562a64a4-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_457069c8-1381-b262-af91-0f0b562a64a8-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a22ff32-c3bd-2ac9-4c68-d1938d65ca32-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_3a22ff32-c3bd-2ac9-4c68-d1938d65ca35-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a22ff32-c3bd-2ac9-4c68-d1938d65ca36-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2298c2-df2e-5d81-d1b8-0dd6e1c42744-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_5d2298c2-df2e-5d81-d1b8-0dd6e1c42747-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d2298c2-df2e-5d81-d1b8-0dd6e1c42748-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff523ff8-55a1-73da-19b2-b8a92cc6ebbf-a60d0d33, #w-node-dc1e99f2-f948-3b03-60da-ebaa5658d121-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc1e99f2-f948-3b03-60da-ebaa5658d124-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc1e99f2-f948-3b03-60da-ebaa5658d128-a60d0d33, #w-node-_40537a17-7659-29ef-eaf0-75418df9c6b1-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_40537a17-7659-29ef-eaf0-75418df9c6b4-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40537a17-7659-29ef-eaf0-75418df9c6b8-a60d0d33, #w-node-e6be6f0a-1225-1307-b1a1-3e781991f887-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6be6f0a-1225-1307-b1a1-3e781991f88a-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6be6f0a-1225-1307-b1a1-3e781991f88e-a60d0d33, #w-node-_64e18df7-c115-781d-15ad-62f7a2107193-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64e18df7-c115-781d-15ad-62f7a2107196-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64e18df7-c115-781d-15ad-62f7a210719a-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82ec232a-9672-a39e-6549-b81cba0d83b7-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_82ec232a-9672-a39e-6549-b81cba0d83ba-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82ec232a-9672-a39e-6549-b81cba0d83bb-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab0a020b-eeb5-ac30-b825-213b359aa124-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-ab0a020b-eeb5-ac30-b825-213b359aa127-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab0a020b-eeb5-ac30-b825-213b359aa128-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11330a76-c725-9790-6988-0e3c7506c524-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d21f1f9-3195-24f8-323b-155dc72e3e2d-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_6d21f1f9-3195-24f8-323b-155dc72e3e30-a60d0d33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d21f1f9-3195-24f8-323b-155dc72e3e31-a60d0d33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d2-ee6026cf, #w-node-_427ef292-ea98-7dfe-1efb-e4d37ecf6176-7ecf616e, #w-node-c6d724df-cb22-732f-1a56-89cacb153579-a60d0d33, #w-node-d745d822-cccc-f31a-6764-bc5958d1e42e-a60d0d33, #w-node-e586efac-3577-bb5c-ecaf-0cfba6693387-a60d0d33, #w-node-_457069c8-1381-b262-af91-0f0b562a64a2-a60d0d33, #w-node-_3a22ff32-c3bd-2ac9-4c68-d1938d65ca33-a60d0d33, #w-node-_5d2298c2-df2e-5d81-d1b8-0dd6e1c42745-a60d0d33, #w-node-dc1e99f2-f948-3b03-60da-ebaa5658d122-a60d0d33, #w-node-_40537a17-7659-29ef-eaf0-75418df9c6b2-a60d0d33, #w-node-e6be6f0a-1225-1307-b1a1-3e781991f888-a60d0d33, #w-node-_64e18df7-c115-781d-15ad-62f7a2107194-a60d0d33, #w-node-_82ec232a-9672-a39e-6549-b81cba0d83b8-a60d0d33, #w-node-ab0a020b-eeb5-ac30-b825-213b359aa125-a60d0d33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_442414bd-1b14-212e-f1ba-ac94529a1901-2e4995e8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-df473c1c-a8e6-6c1c-fb26-90fad79b8f56-ee6026cf, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d5-ee6026cf {
    grid-column: span 1 / span 1;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
    order: 0;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_547fa718-67d0-739b-8b22-c52afa114ed0-35f8e830 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-c6d724df-cb22-732f-1a56-89cacb153578-a60d0d33, #w-node-c6d724df-cb22-732f-1a56-89cacb15357f-a60d0d33, #w-node-d745d822-cccc-f31a-6764-bc5958d1e42d-a60d0d33, #w-node-d745d822-cccc-f31a-6764-bc5958d1e434-a60d0d33, #w-node-e586efac-3577-bb5c-ecaf-0cfba6693386-a60d0d33, #w-node-e586efac-3577-bb5c-ecaf-0cfba669338d-a60d0d33, #w-node-_457069c8-1381-b262-af91-0f0b562a64a1-a60d0d33, #w-node-_457069c8-1381-b262-af91-0f0b562a64a8-a60d0d33, #w-node-ff523ff8-55a1-73da-19b2-b8a92cc6ebbf-a60d0d33, #w-node-dc1e99f2-f948-3b03-60da-ebaa5658d121-a60d0d33, #w-node-dc1e99f2-f948-3b03-60da-ebaa5658d128-a60d0d33, #w-node-_40537a17-7659-29ef-eaf0-75418df9c6b1-a60d0d33, #w-node-_40537a17-7659-29ef-eaf0-75418df9c6b8-a60d0d33, #w-node-e6be6f0a-1225-1307-b1a1-3e781991f887-a60d0d33, #w-node-e6be6f0a-1225-1307-b1a1-3e781991f88e-a60d0d33, #w-node-_64e18df7-c115-781d-15ad-62f7a2107193-a60d0d33, #w-node-_64e18df7-c115-781d-15ad-62f7a210719a-a60d0d33 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d4-ee6026cf, #w-node-_85f82ab5-2dfb-23ef-a815-3e52ee6026d5-ee6026cf {
    grid-column: span 1 / span 1;
  }

  #w-node-_427ef292-ea98-7dfe-1efb-e4d37ecf6178-7ecf616e {
    grid-column: span 2 / span 2;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
    grid-row-start: 2;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
    grid-column-start: 1;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
    grid-column-start: 2;
    justify-self: end;
  }

  #w-node-_547fa718-67d0-739b-8b22-c52afa114ed0-35f8e830 {
    grid-row: 1 / 2;
    grid-column-start: 3;
    justify-self: end;
  }

  #w-node-c6d724df-cb22-732f-1a56-89cacb15357f-a60d0d33, #w-node-d745d822-cccc-f31a-6764-bc5958d1e434-a60d0d33, #w-node-e586efac-3577-bb5c-ecaf-0cfba669338d-a60d0d33, #w-node-_457069c8-1381-b262-af91-0f0b562a64a8-a60d0d33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a22ff32-c3bd-2ac9-4c68-d1938d65ca35-a60d0d33, #w-node-_5d2298c2-df2e-5d81-d1b8-0dd6e1c42747-a60d0d33 {
    grid-column: span 2 / span 2;
  }

  #w-node-ff523ff8-55a1-73da-19b2-b8a92cc6ebbf-a60d0d33, #w-node-dc1e99f2-f948-3b03-60da-ebaa5658d128-a60d0d33, #w-node-_40537a17-7659-29ef-eaf0-75418df9c6b8-a60d0d33, #w-node-e6be6f0a-1225-1307-b1a1-3e781991f88e-a60d0d33, #w-node-_64e18df7-c115-781d-15ad-62f7a210719a-a60d0d33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_82ec232a-9672-a39e-6549-b81cba0d83ba-a60d0d33, #w-node-ab0a020b-eeb5-ac30-b825-213b359aa127-a60d0d33, #w-node-_6d21f1f9-3195-24f8-323b-155dc72e3e30-a60d0d33 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_442414bd-1b14-212e-f1ba-ac94529a1901-2e4995e8 {
    grid-row: 5 / 6;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e832-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e83c-35f8e830 {
    grid-row-start: 3;
    justify-self: center;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e846-35f8e830 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e85b-35f8e830 {
    grid-row: 4 / 5;
    grid-column-end: 2;
    justify-self: start;
  }

  #w-node-_12d5f2a1-a345-1a7c-fc23-fe476798d365-35f8e830 {
    justify-self: start;
  }

  #w-node-d46aefe9-8930-3a39-ca2e-8d2235f8e863-35f8e830 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_547fa718-67d0-739b-8b22-c52afa114ed0-35f8e830 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }
}


