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

a {
  text-decoration: underline;
}

.sticky-nav {
  position: static;
  top: 0px;
  z-index: 10;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

.sticky-nav.interior-sticky-nav {
  position: fixed;
}

.hero-overlay {
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 706px;
  margin-top: 129px;
  padding-top: 75px;
  padding-bottom: 122px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.icon-section {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #052339;
  text-align: center;
}

.list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list.icon-list {
  position: relative;
  top: 0px;
  bottom: 0px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45.5%;
  max-width: none;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.list-item {
  width: 20%;
}

.list-item.icon-list-item {
  position: relative;
  width: 100%;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-item.icon-list-item.icon-list-item-last {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-2 {
  position: relative;
  display: inline-block;
  width: 251px;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block {
  display: block;
  width: 100%;
  max-width: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer {
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  -o-object-fit: none;
  object-fit: none;
}

.bold-text {
  color: #303030;
  font-weight: 300;
}

.bold-text.copyright-link {
  color: #052339;
  font-weight: 600;
  text-decoration: none;
}

.bold-text.copyright-link:hover {
  color: #e86349;
}

.text-block {
  width: auto;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 70px;
  opacity: 1;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 84px;
  line-height: 96.6px;
  font-weight: 400;
  text-transform: none;
}

.heading.working-hero-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Stabilgrotesk, sans-serif;
  font-size: 43px;
  line-height: 48px;
  font-weight: 700;
}

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

.image-4 {
  width: 251px;
  height: auto;
  max-height: 90px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-9 {
  width: 185px;
  height: auto;
}

.image-9.citations-logo {
  width: 210px;
  max-width: none;
}

.navbar {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  background-color: transparent;
}

.container-9 {
  display: -ms-grid;
  display: grid;
  max-width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #1e6ba5;
  font-size: 24px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #f3d00a;
}

.nav-link-2.w--current {
  color: #fc5e2c;
}

.nav-link-2.w--current:visited {
  color: #1e6ba5;
}

.nav-link-2.nav-link {
  font-family: Stabilgrotesk, sans-serif;
  color: #00685e;
  text-decoration: none;
  text-transform: none;
}

.nav-link-2.nav-link:hover {
  color: #e86349;
}

.nav-link-2.nav-link.current.w--current {
  color: #e86349;
}

.nav-link-3 {
  display: block;
  font-family: Oswald, sans-serif;
  color: #1e6ba5;
  font-size: 24px;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #f3d00a;
}

.nav-link-3.w--current {
  color: #fc5e2c;
}

.nav-link-3.nav-link {
  font-family: Stabilgrotesk, sans-serif;
  color: #00685e;
  text-decoration: none;
  text-transform: none;
}

.nav-link-3.nav-link:hover {
  color: #e86349;
}

.nav-link-3.nav-link.w--current {
  color: #e86349;
}

.text-span {
  color: #00685e;
}

.grid {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.work-hero-grid {
  padding-right: 0%;
  padding-left: 0%;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-10 {
  max-width: 100%;
  padding-right: 0%;
  padding-left: 0%;
}

.container-10.work-hero-wrapper {
  max-width: 100%;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -29px;
  bottom: -67px;
  max-width: 320px;
  margin-top: 0px;
}

.image-10 {
  position: relative;
}

.div-block-3 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  float: right;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-3.work-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-link-5 {
  display: block;
  padding-right: 0px;
  font-family: Oswald, sans-serif;
  color: #1e6ba5;
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}

.nav-link-5:hover {
  color: #f3d00a;
}

.nav-link-5.w--current {
  color: #fc5e2c;
  font-size: 18px;
}

.nav-link-5.nav-link {
  font-family: Stabilgrotesk, sans-serif;
  color: #00685e;
  font-size: 24px;
  text-transform: none;
}

.nav-link-5.nav-link:hover {
  color: #e86349;
}

.nav-link-5.nav-link.current.w--current {
  color: #fc5e2c;
}

.paragraph {
  max-width: 80%;
  opacity: 1;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.paragraph.work-hero-paragraph {
  max-width: 100%;
  font-size: 28px;
  line-height: 36px;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 0px;
}

.hero-content.work-hero-content {
  padding-top: 0px;
}

.image-11 {
  position: static;
  display: block;
  width: 100%;
  height: 575px;
  max-width: 100%;
  float: right;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-img {
  position: relative;
  width: 100%;
  text-align: right;
}

.hero-img.work-hero-img {
  height: 100%;
}

.work {
  position: relative;
  width: 100%;
  margin-top: 127px;
}

.impacts {
  position: relative;
  margin-top: 125px;
  padding-bottom: 40px;
}

.impacts.parents-impacts {
  margin-top: 75px;
  padding-bottom: 0px;
}

.recommendations {
  position: relative;
  margin-top: 125px;
}

.section-header {
  display: block;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-header-img {
  position: relative;
  max-width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-header-content {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-1 {
  max-width: 91%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}

.image-12 {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-header-inner {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 85px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(439px, 1.25fr) 1fr;
  grid-template-columns: minmax(439px, 1.25fr) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f0ece0;
}

.section-intro {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
  padding-bottom: 0px;
}

.section-intro.section-intro-padding {
  padding-bottom: 111px;
}

.section-intro.section-intro-padding.impacts-intro {
  padding-top: 90px;
  padding-bottom: 51px;
}

.section-intro.impacts-intro.impacts-centered-intro {
  text-align: center;
}

.section-intro.impacts-suppl-intro {
  margin-bottom: 80px;
  padding-top: 0px;
}

.section-intro.workforce-intro {
  margin-bottom: 50px;
}

.section-intro.workforce-intro.workforce-top-intro {
  margin-bottom: 125px;
}

.section-intro.workforce-intro.workforce-secondary-intro {
  margin-bottom: 150px;
  padding-top: 0px;
}

.heading-2 {
  width: 70%;
  max-width: 1440px;
  margin: 0px 0px 50px;
  padding-bottom: 0px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.heading-2.heading-2-light {
  color: #fff;
  text-align: center;
}

.heading-2.heading-2-light.heading-2-centered {
  color: #303030;
}

.heading-2.heading-2-centered {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: center;
}

.heading-2.impacts-heading-2 {
  width: 80%;
  margin-right: 0px;
  margin-left: 0px;
}

.body-copy {
  margin-bottom: 30px;
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.body-copy.impacts-intro-copy {
  text-align: center;
}

.body-copy.dark-body-copy {
  color: #303030;
}

.intro-wrapper {
  width: 80%;
  margin-right: auto;
  margin-bottom: 51px;
  margin-left: auto;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.intro-content {
  display: -ms-grid;
  display: grid;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-content.intro-content-impacts {
  display: block;
}

.intro-content.intro-content-bullets {
  width: 85%;
  margin-bottom: 170px;
  grid-column-gap: 45px;
}

.cta-impacts-cta {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 105px;
  margin-left: auto;
  padding: 99px 200px 107px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 30px;
  background-color: #00685e;
}

.cta-impacts-cta.suppl-cta {
  padding-right: 90px;
  padding-bottom: 73px;
  padding-left: 90px;
  -ms-grid-columns: 0.25fr 1.5fr;
  grid-template-columns: 0.25fr 1.5fr;
  border-radius: 30px;
  background-color: #00685e;
}

.paragraph-4 {
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.paragraph-5 {
  border-bottom: 7px none #fc5e2c;
  font-family: Stabilgrotesk, sans-serif;
  color: #f0ece0;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: -3px;
}

.paragraph-5.tablet-small {
  letter-spacing: -4px;
}

.charts {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.charts.primary-chart {
  padding-top: 0px;
}

.chart-grid.primary-chart-grid {
  padding-bottom: 46px;
}

.chart-item.chart-item-even {
  display: -ms-grid;
  display: grid;
  margin-bottom: 85px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.chart-item.chart-item-even.chart-item-suppl {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.chart-item-content {
  padding-top: 0px;
}

.heading-4 {
  font-family: Oswald, sans-serif;
  color: #fc5e2c;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.paragraph-6 {
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}

.heading-3-centered {
  width: 69%;
  margin: 0px auto 88px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.heading-3-centered.chart-heading-3 {
  width: 75%;
}

.heading-3-centered.chart-heading-3.suppl-heading-3 {
  width: 70%;
  margin-bottom: 50px;
}

.heading-3-centered.graph-heading {
  margin-bottom: 80px;
}

.heading-3-centered.bottom-intro {
  margin-bottom: 190px;
}

.heading-3-centered.bottom-intro.reduced-padding {
  margin-bottom: 105px;
}

.heading-5 {
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.custom-list {
  padding-left: 0px;
  color: #303030;
  list-style-type: none;
}

.custom-list-item {
  margin-bottom: 30px;
  padding-left: 51px;
  background-image: url('../images/blue-arrow.svg');
  background-position: 0px 0px;
  background-size: 33px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #303030;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.custom-list-item.red-arrow {
  background-image: url('../images/red-arrow.svg');
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #052339;
}

.citations {
  background-color: #052339;
}

.citations.acknowledgments {
  background-color: #00685e;
  font-family: Stabilgrotesk, sans-serif;
}

.citations-inner {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 133px;
  padding-bottom: 135px;
  background-color: transparent;
  color: #dcf0ff;
}

.citations-content.intro-content {
  width: 90%;
  max-width: 1440px;
  margin-bottom: 20px;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 53px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.impacts-supplement {
  padding-top: 141px;
  padding-bottom: 10px;
  background-color: #fff;
}

.is-intro {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.is-intro.parents-intro {
  margin-top: 114px;
}

.is-grid-content {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.is-grid-content.is-grid-content-last {
  padding-bottom: 60px;
}

.is-grid-item.grid-item-odd {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 76px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.is-grid-item.is-grid-item-even {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-item-image {
  position: relative;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.img-container {
  position: relative;
}

.img-container.img-container-left {
  position: relative;
}

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

.img-large.img-large-left {
  position: static;
  text-align: left;
}

.img-small.img-small-left {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -120px;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -130px;
}

.image-13.img-small-left {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -130px;
}

.image-13.img-small-right {
  width: 363px;
}

.image-14 {
  max-width: 93%;
  text-align: right;
}

.link-block-2 {
  display: block;
  width: 100%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303030;
  font-size: 18px;
  text-align: center;
}

.future-work {
  padding-bottom: 10px;
  background-color: #f0ece0;
}

.paragraph-10 {
  max-width: 59%;
  margin-right: auto;
  margin-bottom: 66px;
  margin-left: auto;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.icon-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 130px;
  margin-left: auto;
  padding: 80px 75px 75px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 30px;
  background-color: #00685e;
}

.icon-grid-left.icon-grid-item {
  padding-right: 48px;
}

.icon-grid-right.icon-grid-item {
  padding-left: 48px;
  border-bottom: 1px none #fff;
  border-left: 1px solid #fff;
}

.heading-3-alt {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 48.4px;
  font-weight: 700;
  text-transform: none;
}

.image-15 {
  margin-bottom: 60px;
}

.paragraph-11 {
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.hero-section {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

.heading-1-alt {
  width: 50%;
  margin: 0px auto 20px;
  font-family: Anton, sans-serif;
  color: #dcf0ff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-span-3 {
  color: #f3d00a;
}

.paragraph-12 {
  width: 50%;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.work-image-wrapper {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.large-image {
  width: 90%;
  margin-bottom: 110px;
}

.small-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -103px;
  text-align: right;
}

.text-span-4 {
  display: block;
  color: #f3d00a;
}

.image-16 {
  width: 95%;
  text-align: right;
}

.impacts-icons-list {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 134px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-list-item {
  text-align: center;
}

.image-17 {
  margin-bottom: 50px;
}

.image-18 {
  margin-bottom: 50px;
}

.image-19 {
  margin-bottom: 50px;
}

.paragraph-13 {
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.paragraph-14 {
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.paragraph-15 {
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.work-img-inset {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.offsetfix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 2px;
  margin-top: 0px;
  padding-right: 0px;
}

.pull-quote {
  position: relative;
  display: block;
  padding-top: 94px;
  padding-bottom: 108px;
  background-color: #00685e;
}

.pq-inner {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pq-content {
  padding-top: 0px;
  text-transform: uppercase;
}

.pq-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pq-heading {
  margin-top: 0px;
  margin-bottom: 70px;
  font-family: Anton, sans-serif;
  color: #dcf0ff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-transform: none;
}

.pq-description {
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}

.pq-inset {
  width: 100%;
  height: auto;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-17 {
  border-bottom: 7px none #f3d00a;
  font-family: Stabilgrotesk, sans-serif;
  color: #e86349;
  font-size: 130px;
  line-height: 130px;
  font-weight: 700;
  letter-spacing: -5px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  margin-left: 25px;
}

.icon-grid-pie-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  width: 100%;
  height: auto;
  padding-right: 28px;
}

.paragraph-18 {
  border-bottom: 7px none #fc5e2c;
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 130px;
  line-height: 130px;
  font-weight: 700;
  letter-spacing: -5px;
}

.div-block-9.pq-image-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(201deg, #92fb0e, #227aff 64%);
  opacity: 0.44;
}

.impacts-pie-chart-grid {
  margin-bottom: 142px;
  padding-top: 124px;
  padding-bottom: 150px;
  background-color: #f0ece0;
}

.impacts-pie-chart-grid.suppl-pie-chart-grid {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.impacts-pie-chart-grid.home-pie-chart-grid {
  margin-bottom: 20px;
}

.pic-chart-grid-wrapper {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pie-chart-col {
  text-align: center;
}

.paragraph-19 {
  width: 60%;
  margin-right: auto;
  margin-bottom: 95px;
  margin-left: auto;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 44px;
  line-height: 48.4px;
  font-weight: 700;
  text-align: center;
}

.paragraph-19.suisse-heading {
  width: 74%;
  margin-bottom: 104px;
  font-family: 'Suisseworks webs', sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}

.pie-chart-icon {
  display: -ms-grid;
  display: grid;
  margin-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  margin-right: 0px;
}

.image-21 {
  width: 100%;
  height: auto;
  max-width: none;
}

.paragraph-20 {
  margin-bottom: 0px;
  border-bottom: 7px none #fc5e2c;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  letter-spacing: -3px;
}

.paragraph-21 {
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.div-block-11.top-small-border {
  width: 58px;
  margin-bottom: 30px;
  border-style: none none solid;
  border-bottom-width: 7px;
  border-bottom-color: #32b8de;
}

.div-block-11.top-small-border.long-border {
  width: 88px;
  padding-bottom: 7px;
  border-style: none;
  border-width: 1px;
  border-color: #fc5e2c;
  background-color: #32b8de;
  color: #32b8de;
  font-size: 14px;
}

.div-block-11.top-small-border.long-border.red-border {
  background-color: #e86349;
}

.div-block-11.top-small-border.red-border {
  border-bottom-color: #e86349;
}

.paragraph-22 {
  width: 71%;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.heading-4-suppl {
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: none;
}

.paragraph-23 {
  width: 79%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.div-block-12 {
  margin-right: 20px;
}

.div-block-13 {
  margin-right: 20px;
}

.title-link {
  background-color: transparent;
  color: #052339;
  font-weight: 400;
}

.title-link:hover {
  color: #fc5e2c;
}

.bullet-link {
  color: #303030;
}

.bullet-link:hover {
  color: #e86349;
}

.image-23 {
  width: 100%;
  height: auto;
}

.image-24 {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.image-25 {
  width: 100%;
  height: auto;
}

.image-26 {
  width: 100%;
  height: auto;
}

.image-27 {
  width: 100%;
  height: auto;
}

.image-28 {
  width: 100%;
  height: auto;
}

.impacts-icons-grid {
  margin-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 110px;
  background-color: #dcf0ff;
}

.impacts-icons-grid.suppl-icon-grid {
  margin-bottom: 142px;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f0ece0;
  color: #303030;
}

.impacts-icons-grid.providers-icon-grid {
  width: 100%;
  margin-bottom: 130px;
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #f0ece0;
}

.childcare-providers {
  margin-top: 125px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-grid {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 114px;
  padding-bottom: 130px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.page-grid-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 153px;
  grid-row-gap: 105px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-grid-item {
  margin-bottom: 0px;
}

.heading-8 {
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-24 {
  font-family: Stabilgrotesk, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.top-small-border {
  width: 58px;
  margin-bottom: 38px;
  border: 7px solid #fc5e2c;
}

.section-heading {
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 65px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-2 {
  font-family: Stabilgrotesk, sans-serif;
  color: #00685e;
  font-size: 44px;
  line-height: 48.4px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.text-block-2:hover {
  color: #e86349;
}

.title-link {
  margin-bottom: 40px;
  font-family: Stabilgrotesk, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.title-link:hover {
  color: #e86349;
}

.link-block-3 {
  margin-bottom: 46px;
}

.image-29 {
  border-radius: 30px;
}

.image-30 {
  border-radius: 30px;
}

.image-31 {
  border-radius: 30px;
}

.image-32 {
  border-radius: 30px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  text-align: right;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Stabilgrotesk, sans-serif;
  color: #00685e;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.footer-link:hover {
  color: #00685e;
}

.text-block-3 {
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  margin-left: 11px;
}

.image-34 {
  margin-left: 11px;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  margin-left: 11px;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-36 {
  margin-left: 11px;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-37 {
  margin-left: 11px;
}

.link-2 {
  font-family: Oswald, sans-serif;
  color: #052339;
  font-size: 28px;
  text-decoration: none;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.image-38 {
  margin-left: 11px;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #052339;
  font-size: 28px;
  text-decoration: none;
}

.link-3 {
  color: #303030;
}

.link-3:hover {
  color: #e86349;
}

.link-4 {
  color: #052339;
}

.link-4:hover {
  color: #fc5e2c;
}

.providers-supplemental {
  padding-top: 140px;
}

.chart-columns {
  display: -ms-grid;
  display: grid;
  max-width: 996px;
  margin-right: auto;
  margin-bottom: 173px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gap-content {
  margin-bottom: 142px;
  padding-top: 129px;
  padding-bottom: 129px;
  background-color: #dcf0ff;
  -o-object-fit: none;
  object-fit: none;
}

.gap-inner {
  max-width: 848px;
  margin-right: auto;
  margin-left: auto;
}

.image-39 {
  width: 100%;
  height: auto;
  -o-object-fit: none;
  object-fit: none;
}

.link-5 {
  color: #052339;
}

.providers-large-image {
  margin-bottom: 170px;
  text-align: center;
}

.image-40 {
  width: 873px;
  height: auto;
}

.paragraph-25 {
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.chart-item-copy {
  margin-bottom: 30px;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.map-section {
  margin-bottom: 142px;
}

.map-inner {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.map-title {
  margin-bottom: 40px;
}

.map-content {
  border: 1px none #052339;
}

.heading-9 {
  width: 49%;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: none;
}

.html-embed {
  border: 1px solid #052339;
}

.bookmark {
  max-width: none;
}

.bookmark-item {
  width: 304px;
  margin-bottom: 97px;
  padding: 15px 10px 15px 30px;
  background-color: #00685e;
  font-family: Stabilgrotesk, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-transform: none;
}

.list-link {
  color: #052339;
}

.list-link:hover {
  color: #e86349;
}

.superscript {
  left: 3px;
  top: -13px;
  color: #fff;
  font-size: 12px;
  line-height: 48px;
  font-weight: 400;
}

.superscript.title-superscript {
  top: -22px;
  font-size: 14px;
}

.superscript.superscript-dark {
  color: #303030;
}

.footer-citations {
  background-color: #dcf0ff;
}

.fc-content {
  display: block;
  padding-top: 67px;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fc-inner {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-26 {
  line-height: 17.5px;
}

.fc-copy {
  margin-bottom: 0px;
  line-height: 17.5px;
  font-weight: 300;
}

.fc-content-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.95fr;
  grid-template-columns: 1fr 0.95fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  line-height: 17.5px;
}

.pq-superscript {
  margin-left: 3px;
  font-size: 39px;
  line-height: 30px;
}

.copyright-link {
  color: #052339;
}

.copyright-link:hover {
  color: #e86349;
}

.blue-intro {
  background-color: #dcf0ff;
}

.blue-intro.blue-intro-suppl {
  background-color: #f0ece0;
}

.blue-intro.top-intro {
  background-color: #f0ece0;
}

.intro-inner {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 107px;
  padding-bottom: 100px;
  text-align: center;
}

.intro-inner.suppl-intro-inner {
  width: 85%;
  padding-top: 115px;
}

.intro-inner.workforce-intro-inner {
  padding-top: 140px;
  padding-bottom: 100px;
}

.blue-intro-content {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  color: #052339;
  text-align: center;
}

.blue-intro-content.suppl-content {
  width: 94%;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Anton, sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
}

.paragraph-27 {
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.paragraph-28 {
  width: 95%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -1px;
  text-indent: 0%;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 70px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  text-transform: none;
}

.citations-full {
  margin-top: 0px;
  background-color: #f0ece0;
}

.cf-inner {
  width: 89%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 132px;
  padding-bottom: 280px;
}

.cf-content {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 82px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
}

.citation-number-inner {
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Stabilgrotesk, sans-serif;
  color: #e86349;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}

.citation-list-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.citation-list-item.citation-list-item-last {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.citation-number {
  margin-right: 21px;
  text-align: right;
}

.cf-copy {
  margin-bottom: 0px;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.fc-link {
  color: #052339;
}

.fc-link:hover {
  color: #fc5e2c;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
}

.paragraph-39 {
  width: 65%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.venn-diagram-inner {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 225px;
  margin-left: auto;
  text-align: center;
}

.heading-16 {
  width: 88%;
  margin-top: 0px;
  margin-bottom: 55px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -1px;
}

.paragraph-40 {
  margin-bottom: 50px;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.intro-large-inner {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  text-align: center;
}

.heading-17 {
  width: 70%;
  margin: 0px auto 65px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}

.heading-17.large-header {
  width: 100%;
  font-family: 'Suisseworks webs', sans-serif;
  color: #303030;
  line-height: 72px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}

.text-span-6 {
  color: #00685e;
}

.paragraph-41 {
  width: 62%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.paragraph-42 {
  margin-bottom: 30px;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.paragraph-43 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.paragraph-44 {
  margin-bottom: 30px;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.text-span-7 {
  color: #00685e;
}

.img-grid-inner {
  width: 90%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.img-grid-item.img-left {
  display: -ms-grid;
  display: grid;
  margin-bottom: 200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-grid-item.img-right {
  display: -ms-grid;
  display: grid;
  margin-bottom: 145px;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-2 {
  margin-bottom: 40px;
  color: #303030;
  font-size: 20.5px;
  line-height: 28px;
}

.text-span-8 {
  color: #00685e;
}

.text-span-9 {
  color: #00685e;
}

.intro-link {
  color: #052339;
}

.intro-link:hover {
  color: #fc5e2c;
}

.text-span-10 {
  color: #00685e;
}

.list-item-2 {
  margin-bottom: 16px;
  font-family: Stabilgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.list-item-3 {
  margin-bottom: 16px;
  font-family: Stabilgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.list-item-4 {
  margin-bottom: 10px;
  font-family: Stabilgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.list-item-5 {
  margin-bottom: 16px;
  font-family: Stabilgrotesk, sans-serif;
  color: #303030;
  font-size: 20px;
  font-weight: 300;
}

.list-item-6 {
  font-family: Stabilgrotesk, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.copy-superscript {
  left: 2px;
  top: -7px;
  font-size: 12px;
  font-weight: 400;
}

.citation-link {
  color: #303030;
}

.citation-link:hover {
  color: #e86349;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.citation-link-light {
  color: #fff;
  text-decoration: none;
}

.link-7 {
  color: #052339;
  text-decoration: none;
}

.superscript-link {
  display: inline;
  color: #052339;
  text-decoration: none;
}

.superscript-link:hover {
  color: #fff;
}

.superscript-link-blue {
  color: #dcf0ff;
  text-decoration: none;
}

.footer-citation-link {
  margin-left: 5px;
  color: #303030;
}

.footer-citation-link:hover {
  color: #e86349;
}

.footer-citation-link.w--current {
  color: #e86349;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.heading-pq {
  margin-top: 0px;
  margin-bottom: 70px;
  font-family: 'Suisseworks webs', sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 63.8px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}

.link-8 {
  letter-spacing: normal;
}

.text-span-11 {
  color: #00685e;
}

.text-block-4 {
  padding-top: 3px;
  padding-right: 43px;
  padding-bottom: 3px;
  background-image: url('../images/arrow_default.svg');
  background-position: 100% 50%;
  background-size: 33px 33px;
  background-repeat: no-repeat;
  color: #00685e;
}

.text-block-4:hover {
  background-image: url('../images/red-arrow.svg');
  color: #00685e;
}

.text-span-12 {
  color: #00685e;
}

.text-block-5 {
  padding-top: 3px;
  padding-right: 45px;
  padding-bottom: 3px;
  background-image: url('../images/arrow_default.svg');
  background-position: 100% 50%;
  background-size: 33px 33px;
  background-repeat: no-repeat;
  color: #00685e;
}

.text-block-5:hover {
  background-image: url('../images/red-arrow.svg');
}

.text-span-13 {
  color: #00685e;
}

.text-span-14 {
  color: #00685e;
}

.text-span-15 {
  color: #00685e;
}

.text-span-16 {
  color: #00685e;
}

.text-span-17 {
  color: #00685e;
}

.text-span-18 {
  color: #00685e;
}

.text-span-19 {
  color: #00685e;
}

.text-span-20 {
  color: #00685e;
}

.text-span-21 {
  color: #00685e;
}

.text-span-22 {
  color: #00685e;
}

.text-span-23 {
  color: #00685e;
}

.text-span-24 {
  color: #00685e;
}

.text-span-25 {
  color: #00685e;
}

.text-span-26 {
  color: #00685e;
}

.text-span-27 {
  color: #00685e;
}

.text-span-28 {
  color: #00685e;
}

.text-block-6 {
  padding-top: 3px;
  padding-right: 45px;
  padding-bottom: 3px;
  background-image: url('../images/arrow_default.svg');
  background-position: 100% 50%;
  background-size: 33px 33px;
  background-repeat: no-repeat;
}

.text-block-6:hover {
  background-image: url('../images/red-arrow.svg');
}

.text-span-29 {
  color: #00685e;
}

.text-span-30 {
  color: #00685e;
}

.text-span-31 {
  color: #00685e;
}

.text-span-32 {
  color: #00685e;
}

.text-span-33 {
  color: #00685e;
}

.text-span-34 {
  color: #00685e;
}

.text-block-7 {
  padding-top: 3px;
  padding-right: 45px;
  padding-bottom: 3px;
  background-image: url('../images/arrow_default.svg');
  background-position: 100% 50%;
  background-size: 33px 33px;
  background-repeat: no-repeat;
  color: #00685e;
}

.text-block-7:hover {
  background-image: url('../images/red-arrow.svg');
}

.text-span-35 {
  color: #00685e;
}

.text-span-36 {
  color: #00685e;
}

.image-41 {
  border-radius: 30px;
}

.image-42 {
  border-radius: 30px;
}

.image-43 {
  border-radius: 30px;
}

.text-span-37 {
  color: #00685e;
}

.text-span-38 {
  color: #00685e;
}

@media screen and (min-width: 1280px) {
  .hero-overlay {
    height: 100vh;
    max-height: 706px;
    margin-top: 129px;
    padding-top: 90px;
    padding-bottom: 118px;
  }

  .list.icon-list {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
  }

  .list-item.icon-list-item {
    width: 97%;
    text-align: left;
  }

  .list-item.icon-list-item.icon-list-item-last {
    padding-left: 43px;
    text-align: left;
  }

  .image-2 {
    width: 251px;
    max-width: none;
    text-align: left;
  }

  .link-block {
    max-width: none;
    text-align: left;
  }

  .heading {
    font-size: 100px;
  }

  .heading.working-hero-heading {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 48px;
  }

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

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

  .navbar {
    width: 100%;
    max-width: 1440px;
  }

  .container-9 {
    max-width: 90%;
  }

  .nav-link-2 {
    font-size: 24px;
  }

  .nav-link-3 {
    font-size: 24px;
  }

  .nav-link-3.nav-link.w--current {
    color: #e86349;
  }

  .grid {
    width: 90%;
    max-width: 1440px;
    padding-right: 0%;
    padding-left: 0%;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .grid.work-hero-grid {
    padding-right: 0%;
    padding-left: 0%;
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-10 {
    max-width: 100%;
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-3.work-image-block {
    width: 100%;
    height: 100%;
  }

  .nav-link-5 {
    font-size: 24px;
  }

  .nav-link-5.nav-link.current.w--current {
    color: #e86349;
  }

  .paragraph {
    max-width: 70%;
    color: #303030;
    font-size: 26px;
  }

  .paragraph.work-hero-paragraph {
    max-width: 95%;
  }

  .hero-content {
    padding-top: 0px;
  }

  .hero-content.work-hero-content {
    padding-top: 0px;
  }

  .image-11 {
    width: auto;
    height: 535px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero-img {
    display: block;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .impacts.parents-impacts {
    margin-top: 40px;
  }

  .section-header-img {
    position: static;
    width: 100%;
  }

  .heading-1 {
    font-size: 3.75rem;
    line-height: 69px;
  }

  .image-12 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-header-inner {
    max-width: 100%;
    grid-column-gap: 70px;
  }

  .section-intro.section-intro-padding {
    letter-spacing: 0px;
  }

  .section-intro.is-centered {
    text-align: center;
  }

  .section-intro.impacts-suppl-intro {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .heading-2 {
    width: 70%;
  }

  .heading-2.heading-2-light {
    color: #fff;
    text-align: center;
  }

  .heading-2.impacts-heading-2 {
    width: 75%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .body-copy {
    color: #fff;
  }

  .cta-impacts-cta.suppl-cta {
    padding-top: 89px;
    padding-bottom: 69px;
  }

  .chart-item.chart-item-even {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .heading-3-centered {
    width: 68%;
    margin-bottom: 90px;
    letter-spacing: -1px;
  }

  .heading-3-centered.chart-heading-3 {
    width: 75%;
  }

  .heading-3-centered.chart-heading-3.suppl-heading-3 {
    width: 69%;
    margin-bottom: 100px;
  }

  .heading-3-centered.bottom-intro.reduced-padding {
    margin-bottom: 105px;
  }

  .custom-list-item {
    margin-bottom: 30px;
    color: #303030;
  }

  .impacts-supplement {
    background-color: #fff;
  }

  .link-block-2 {
    text-align: left;
  }

  .future-work {
    padding-bottom: 20px;
    background-color: #f0ece0;
  }

  .paragraph-10 {
    max-width: 61%;
    margin-right: auto;
    margin-bottom: 66px;
    margin-left: auto;
    color: #303030;
    font-size: 20.5px;
    line-height: 28px;
  }

  .text-span-2 {
    color: #f3d00a;
  }

  .div-block-5 {
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-bottom: 143px;
    margin-left: auto;
  }

  .icon-grid {
    display: -ms-grid;
    display: grid;
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-bottom: 128px;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .icon-grid-right.icon-grid-item {
    padding-left: 48px;
    border-left: 1px solid #fff;
  }

  .heading-3-alt {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Stabilgrotesk, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 48.4px;
    font-weight: 700;
  }

  .image-15 {
    margin-bottom: 60px;
  }

  .paragraph-11 {
    font-family: Stabilgrotesk, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-section {
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-bottom: 140px;
    margin-left: auto;
  }

  .heading-1-alt {
    width: 50%;
    margin: 0px auto 20px;
    font-family: Anton, sans-serif;
    color: #dcf0ff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .text-span-3 {
    color: #f3d00a;
  }

  .paragraph-12 {
    width: 50%;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .work-image-wrapper {
    position: relative;
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .large-image {
    width: 90%;
    margin-bottom: 110px;
  }

  .small-image {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: -100px;
  }

  .work-img-inset {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .offsetfix {
    height: 2px;
    margin-top: 0px;
  }

  .pq-inner {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .pq-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pq-inset {
    width: 100%;
    height: auto;
  }

  .paragraph-17 {
    margin-left: 25px;
    border-bottom: 7px none #f3d00a;
    font-family: Stabilgrotesk, sans-serif;
    color: #e86349;
    font-size: 130px;
    line-height: 130px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9.pq-image-filter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: linear-gradient(201deg, #92fb0e, #227aff 64%);
    opacity: 0.44;
  }

  .impacts-pie-chart-grid {
    margin-bottom: 120px;
    padding-top: 140px;
    padding-bottom: 120px;
    background-color: #f0ece0;
    direction: ltr;
  }

  .pic-chart-grid-wrapper {
    display: -ms-grid;
    display: grid;
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 105px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .pie-chart-col {
    text-align: center;
  }

  .paragraph-19 {
    width: 50%;
    margin-bottom: 95px;
    font-family: Stabilgrotesk, sans-serif;
    font-size: 44px;
    line-height: 48.4px;
    text-align: center;
  }

  .pie-chart-icon {
    display: -ms-grid;
    display: grid;
    margin-bottom: 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-10 {
    margin-right: 0px;
  }

  .paragraph-20 {
    border-bottom: 7px none #fc5e2c;
    font-size: 100px;
  }

  .paragraph-21 {
    font-family: Stabilgrotesk, sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .div-block-11.top-small-border {
    width: 58px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-style: none none solid;
    border-bottom-width: 7px;
    border-bottom-color: #32b8de;
  }

  .div-block-11.top-small-border.long-border {
    padding-bottom: 7px;
    border-style: none;
    border-bottom-color: #32b8de;
    background-color: #32b8de;
    color: #32b8de;
  }

  .div-block-12 {
    margin-right: 20px;
  }

  .div-block-13 {
    margin-right: 20px;
  }

  .bullet-link {
    color: #303030;
  }

  .page-grid-content {
    grid-column-gap: 153px;
    grid-row-gap: 105px;
  }

  .footer-link {
    color: #00685e;
  }

  .map-inner {
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-9 {
    width: 50%;
    font-weight: 500;
  }

  .bookmark {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-content {
    grid-column-gap: 100px;
  }

  .citation-list-item {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .citation-list-item.citation-list-item-last {
    grid-column-gap: 16px;
  }

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

  .heading-15 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 44px;
    font-weight: 700;
  }

  .paragraph-39 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .heading-16 {
    width: 88%;
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
  }

  .paragraph-40 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .heading-17 {
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
    line-height: 72px;
    font-weight: 400;
    text-transform: none;
  }

  .text-span-6 {
    color: #00685e;
  }

  .paragraph-41 {
    width: 62%;
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-42 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-44 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .text-span-7 {
    color: #00685e;
  }

  .text-span-8 {
    color: #00685e;
  }

  .text-span-9 {
    color: #00685e;
  }

  .intro-link:hover {
    color: #e86349;
  }

  .text-span-10 {
    font-family: 'Suisseworks webs', sans-serif;
    color: #00685e;
    font-weight: 400;
  }

  .list-item-2 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .list-item-3 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .list-item-4 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .list-item-5 {
    color: #303030;
  }

  .list-item-6 {
    color: #303030;
  }

  .text-block-5 {
    padding-top: 3px;
    padding-right: 45px;
    padding-bottom: 3px;
    background-image: url('../images/arrow_default.svg');
    background-position: 100% 50%;
    background-size: 33px 33px;
    background-repeat: no-repeat;
  }

  .text-block-5:hover {
    background-image: url('../images/red-arrow.svg');
  }

  .text-block-6 {
    color: #00685e;
  }

  .text-block-6:hover {
    background-image: url('../images/red-arrow.svg');
  }

  .text-span-35 {
    color: #00685e;
  }

  .text-span-36 {
    color: #00685e;
  }

  .image-41 {
    border-radius: 30px;
  }

  .image-42 {
    border-radius: 30px;
  }

  .image-43 {
    border-radius: 30px;
  }

  .text-span-37 {
    color: #00685e;
  }
}

@media screen and (min-width: 1440px) {
  .hero-overlay {
    max-height: 725px;
    margin-top: 130px;
  }

  .heading {
    font-size: 100px;
    line-height: 120px;
  }

  .heading.working-hero-heading {
    font-size: 51px;
    line-height: 55px;
  }

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

  .navbar {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
  }

  .container-9 {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-2 {
    font-size: 24px;
  }

  .nav-link-2.w--current {
    color: #fc5e2c;
  }

  .nav-link-2.nav-link:hover {
    color: #e86349;
  }

  .nav-link-3 {
    font-size: 24px;
  }

  .nav-link-3.nav-link:hover {
    color: #e86349;
  }

  .nav-link-3.nav-link.w--current {
    color: #e86349;
  }

  .grid {
    width: 90%;
    max-width: 1440px;
  }

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

  .nav-link-5 {
    font-size: 24px;
  }

  .nav-link-5.nav-link.current.w--current {
    color: #e86349;
  }

  .paragraph {
    max-width: 80%;
    font-size: 28px;
  }

  .paragraph.work-hero-paragraph {
    max-width: 90%;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-content {
    padding-top: 0px;
  }

  .image-11 {
    width: 100%;
    height: auto;
  }

  .impacts.parents-impacts {
    margin-bottom: 164px;
  }

  .impacts.parents-impacts.impacts-last {
    margin-bottom: 0px;
  }

  .heading-1 {
    max-width: 90%;
    line-height: 72px;
    letter-spacing: -1px;
  }

  .section-intro.impacts-suppl-intro {
    padding-top: 0px;
  }

  .heading-2 {
    width: 60%;
  }

  .heading-2.heading-2-light.heading-2-centered {
    text-align: center;
  }

  .heading-2.heading-2-centered {
    text-align: left;
  }

  .heading-2.impacts-heading-2 {
    width: 70%;
  }

  .body-copy {
    margin-bottom: 30px;
    font-weight: 300;
  }

  .body-copy.dark-body-copy {
    font-weight: 300;
  }

  .cta-impacts-cta {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .cta-impacts-cta.suppl-cta {
    -ms-grid-columns: 0.25fr 1.5fr;
    grid-template-columns: 0.25fr 1.5fr;
    border-radius: 30px;
  }

  .chart-item-content {
    margin-bottom: 30px;
    padding-top: 0px;
  }

  .heading-4 {
    border-bottom: 7px solid #000;
  }

  .heading-3-centered {
    width: 61%;
    margin-top: 100px;
    margin-bottom: 130px;
    letter-spacing: -1px;
  }

  .heading-3-centered.chart-heading-3 {
    width: 65%;
  }

  .heading-3-centered.chart-heading-3.suppl-heading-3 {
    width: 65%;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .heading-3-centered.bottom-intro.reduced-padding {
    margin-top: 30px;
    margin-bottom: 105px;
  }

  .custom-list-item {
    margin-bottom: 30px;
  }

  .citations {
    background-color: #052339;
  }

  .citations-inner {
    padding-bottom: 130px;
    background-color: transparent;
  }

  .citations-content.intro-content {
    margin-bottom: 20px;
  }

  .impacts-supplement {
    background-color: #fff;
  }

  .is-intro.providers-suppl-intro {
    margin-top: 90px;
  }

  .future-work {
    padding-bottom: 10px;
  }

  .paragraph-10 {
    max-width: 54%;
  }

  .offsetfix {
    position: absolute;
    height: 2px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-6 {
    position: absolute;
    height: 90px;
    margin-top: -88px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .pull-quote {
    padding-top: 94px;
    padding-bottom: 108px;
    background-color: #00685e;
    color: #fff;
  }

  .pq-inner {
    display: -ms-grid;
    display: grid;
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 75px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .pq-image {
    position: relative;
  }

  .pq-heading {
    margin-top: 0px;
    margin-bottom: 70px;
    font-family: Anton, sans-serif;
    color: #dcf0ff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .paragraph-16 {
    margin-bottom: 35px;
    font-family: Oswald, sans-serif;
    color: #dcf0ff;
    font-size: 28px;
    line-height: 36px;
  }

  .pq-description {
    margin-bottom: 35px;
    font-family: Stabilgrotesk, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
  }

  .pq-inset {
    mix-blend-mode: normal;
  }

  .text-span-5 {
    color: #f3d00a;
  }

  .div-block-9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .div-block-9.pq-image-filter {
    background-image: linear-gradient(201deg, #92fb0e, #227aff 64%);
    opacity: 0.44;
  }

  .impacts-pie-chart-grid {
    margin-bottom: 150px;
    padding-top: 140px;
    padding-bottom: 150px;
    background-color: #f0ece0;
    color: #303030;
  }

  .impacts-pie-chart-grid.suppl-pie-chart-grid {
    padding-bottom: 121px;
  }

  .pic-chart-grid-wrapper {
    display: -ms-grid;
    display: grid;
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 105px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .pie-chart-col {
    text-align: center;
  }

  .paragraph-19 {
    width: 43%;
    margin-bottom: 95px;
    background-color: transparent;
    font-family: Stabilgrotesk, sans-serif;
    font-size: 44px;
    line-height: 48.4px;
    text-align: center;
  }

  .paragraph-19.suisse-heading {
    width: 63%;
  }

  .pie-chart-icon {
    display: -ms-grid;
    display: grid;
    margin-bottom: 55px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-10 {
    margin-right: 0px;
  }

  .image-21 {
    margin-right: 20px;
  }

  .image-22 {
    margin-right: 20px;
  }

  .paragraph-20 {
    border-bottom: 7px none #fc5e2c;
    font-family: Stabilgrotesk, sans-serif;
    font-size: 100px;
    line-height: 100px;
  }

  .paragraph-21 {
    display: block;
    width: 95%;
    margin-bottom: 0px;
    font-family: Stabilgrotesk, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-11 {
    border-bottom: 7px solid #fc5e2c;
  }

  .div-block-11.top-small-border {
    width: 58px;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .div-block-11.top-small-border.long-border {
    border-style: none;
    border-color: #000;
    background-color: #32b8de;
    color: #32b8de;
  }

  .paragraph-22 {
    width: 54%;
    margin-right: auto;
    margin-bottom: 75px;
    margin-left: auto;
    font-family: Stabilgrotesk, sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .heading-4-suppl {
    font-family: Stabilgrotesk, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    text-transform: none;
  }

  .paragraph-23 {
    width: 64%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .bullet-link {
    color: #303030;
  }

  .bullet-link:hover {
    color: #e86349;
  }

  .impacts-icons-grid.suppl-icon-grid {
    margin-bottom: 100px;
  }

  .page-grid-content {
    grid-column-gap: 80px;
    grid-row-gap: 105px;
  }

  .paragraph-24 {
    width: 78%;
  }

  .text-block-2 {
    width: 85%;
  }

  .footer-link {
    padding-top: 3px;
    padding-right: 45px;
    padding-bottom: 3px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    text-align: right;
  }

  .footer-link:hover {
    background-image: none;
  }

  .providers-supplemental {
    padding-top: 40px;
  }

  .chart-columns {
    max-width: 1200px;
  }

  .chart-item-copy {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 28px;
    line-height: 36px;
  }

  .map-section {
    margin-bottom: 142px;
  }

  .map-inner {
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }

  .map-title {
    margin-bottom: 40px;
  }

  .heading-9 {
    width: 50%;
    font-family: Stabilgrotesk, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    text-transform: none;
  }

  .list-link {
    color: #303030;
  }

  .list-link:hover {
    color: #e86349;
  }

  .paragraph-27 {
    width: 80%;
  }

  .paragraph-28 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .citations-full {
    margin-top: 0px;
    background-color: #f0ece0;
  }

  .cf-inner {
    color: #e86349;
  }

  .cf-content {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #fff;
  }

  .heading-14 {
    line-height: 72px;
  }

  .citation-number-inner {
    margin-bottom: 0px;
    font-family: Stabilgrotesk, sans-serif;
    color: #e86349;
    font-size: 64px;
    line-height: 64px;
  }

  .citation-list-item {
    display: -ms-grid;
    display: grid;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .citation-list-item.citation-list-item-last {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
  }

  .citation-item-content {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-29 {
    margin-bottom: 0px;
  }

  .paragraph-30 {
    margin-bottom: 0px;
  }

  .paragraph-31 {
    margin-bottom: 0px;
  }

  .paragraph-32 {
    margin-bottom: 0px;
  }

  .paragraph-33 {
    margin-bottom: 0px;
  }

  .paragraph-34 {
    margin-bottom: 0px;
  }

  .paragraph-35 {
    margin-bottom: 0px;
  }

  .paragraph-36 {
    margin-bottom: 0px;
  }

  .paragraph-37 {
    margin-bottom: 0px;
  }

  .paragraph-38 {
    margin-bottom: 0px;
  }

  .heading-15 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 44px;
    font-weight: 700;
  }

  .paragraph-39 {
    width: 54%;
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
  }

  .heading-16 {
    width: 75%;
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
  }

  .paragraph-40 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .heading-17 {
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
    line-height: 72px;
    font-weight: 400;
    text-transform: none;
  }

  .heading-17.large-header {
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
    line-height: 72px;
    font-weight: 400;
    text-transform: none;
  }

  .text-span-6 {
    color: #00685e;
  }

  .paragraph-41 {
    width: 55%;
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-42 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-44 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .text-span-7 {
    color: #00685e;
  }

  .list-2 {
    font-weight: 300;
  }

  .text-span-8 {
    color: #00685e;
  }

  .text-span-9 {
    color: #00685e;
  }

  .intro-link:hover {
    color: #e86349;
  }

  .text-span-10 {
    color: #00685e;
  }

  .list-item-2 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .list-item-3 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .list-item-4 {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .list-item-5 {
    color: #303030;
  }

  .copy-superscript {
    color: #303030;
  }

  .heading-pq {
    letter-spacing: -1px;
  }

  .text-block-4 {
    padding-right: 45px;
  }

  .text-block-5 {
    padding-top: 3px;
    padding-right: 45px;
    padding-bottom: 3px;
    background-image: url('../images/arrow_default.svg');
    background-position: 100% 50%;
    background-size: 33px 33px;
    background-repeat: no-repeat;
  }

  .text-block-5:hover {
    background-image: url('../images/red-arrow.svg');
  }

  .text-span-16 {
    color: #00685e;
  }

  .text-block-7 {
    position: static;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: center;
  }

  .text-span-35 {
    color: #00685e;
  }

  .text-span-36 {
    color: #00685e;
  }

  .image-41 {
    border-radius: 30px;
  }

  .image-42 {
    border-radius: 30px;
  }

  .image-43 {
    border-radius: 30px;
  }

  .text-span-37 {
    color: #00685e;
  }

  .image-44 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .image-45 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 33px;
    height: 33px;
    max-width: none;
  }

  .div-block-18 {
    position: relative;
    overflow: hidden;
    width: 33px;
    height: 33px;
    -o-object-fit: none;
    object-fit: none;
  }
}

@media screen and (max-width: 991px) {
  .sticky-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100px;
  }

  .sticky-nav.citations-sticky-nav {
    position: static;
  }

  .hero-overlay {
    max-height: 470px;
    margin-top: 101px;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .image-2 {
    max-width: 180px;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bold-text.copyright-link:hover {
    color: #e86349;
  }

  .text-block {
    width: auto;
    font-size: 16px;
    text-align: center;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 68px;
  }

  .heading.working-hero-heading {
    font-size: 30px;
    line-height: 38px;
  }

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

  .image-9 {
    width: 122px;
    max-width: 122px;
  }

  .navbar {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .container-9 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
  }

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

  .brand {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-link-2 {
    color: #fff;
    font-size: 16px;
  }

  .nav-link-2.nav-link {
    color: #00685e;
  }

  .nav-link-3 {
    color: #fff;
    font-size: 16px;
  }

  .nav-link-3.nav-link {
    color: #00685e;
  }

  .grid {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 30px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .grid.work-hero-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: #fff;
    color: #052339;
  }

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

  .div-block-2 {
    left: auto;
    top: auto;
    right: -10px;
    bottom: -40px;
    text-align: right;
  }

  .image-10 {
    max-width: 76%;
  }

  .div-block-3 {
    width: 100%;
    text-align: right;
  }

  .nav-link-5 {
    color: #fff;
    font-size: 16px;
  }

  .nav-link-5.nav-link {
    color: #00685e;
    font-size: 16px;
  }

  .paragraph {
    max-width: 90%;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph.work-hero-paragraph {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .hero-content {
    padding-top: 40px;
  }

  .image-11 {
    height: 369px;
    max-width: 100%;
  }

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

  .work {
    margin-top: 100px;
  }

  .impacts.parents-impacts {
    margin-top: 100px;
  }

  .impacts.parents-impacts.impacts-last {
    margin-top: 100px;
  }

  .heading-1 {
    max-width: 90%;
    font-size: 41px;
    line-height: 50px;
    font-weight: 400;
  }

  .section-header-inner {
    grid-column-gap: 33px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .section-intro.is-centered {
    padding-top: 70px;
  }

  .heading-2 {
    width: 100%;
  }

  .heading-2.impacts-heading-2 {
    width: 95%;
  }

  .body-copy {
    font-size: 16px;
  }

  .intro-content.intro-content-bullets {
    margin-bottom: 110px;
  }

  .cta-impacts-cta {
    padding: 70px 40px 90px;
  }

  .cta-impacts-cta.suppl-cta {
    padding: 50px 70px 40px;
  }

  .paragraph-5 {
    font-size: 100px;
  }

  .paragraph-5.tablet-small {
    font-size: 44px;
  }

  .paragraph-5.tablet-medium {
    font-size: 70px;
  }

  .charts {
    padding-top: 70px;
  }

  .chart-grid.primary-chart-grid {
    padding-bottom: 20px;
  }

  .chart-item-content {
    padding-top: 0px;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .heading-3-centered {
    width: 90%;
    margin-bottom: 80px;
  }

  .heading-3-centered.chart-heading-3 {
    width: 90%;
  }

  .heading-3-centered.chart-heading-3.suppl-heading-3 {
    width: 90%;
    margin-bottom: 60px;
  }

  .heading-3-centered.bottom-intro {
    margin-bottom: 100px;
  }

  .custom-list-item {
    font-size: 16px;
  }

  .citations-inner {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .impacts-supplement {
    padding-top: 90px;
  }

  .image-13 {
    bottom: -120px;
    max-width: 80%;
  }

  .image-13.img-small-left {
    bottom: -120px;
    max-width: 80%;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .div-block-4 {
    display: block;
  }

  .future-work {
    padding-bottom: 20px;
  }

  .paragraph-10 {
    max-width: 85%;
    font-size: 16px;
  }

  .icon-grid {
    margin-bottom: 90px;
    grid-column-gap: 0px;
  }

  .heading-3-alt {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-11 {
    font-size: 20px;
    line-height: 27px;
  }

  .hero-section {
    margin-bottom: 100px;
  }

  .heading-1-alt {
    width: 70%;
  }

  .paragraph-12 {
    width: 75%;
  }

  .image-16 {
    width: 70%;
  }

  .impacts-icons-list {
    margin-bottom: 90px;
    grid-column-gap: 65px;
  }

  .image-17 {
    max-width: 90%;
  }

  .image-18 {
    max-width: 90%;
  }

  .image-19 {
    max-width: 90%;
  }

  .paragraph-13 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-14 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-15 {
    font-size: 24px;
    line-height: 30px;
  }

  .icon {
    color: #00685e;
  }

  .icon.active {
    color: #fff;
  }

  .offsetfix {
    display: block;
  }

  .pq-inner {
    grid-column-gap: 30px;
  }

  .pq-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .pq-description {
    font-size: 22px;
  }

  .paragraph-17 {
    font-size: 82px;
    line-height: 102px;
  }

  .div-block-7 {
    margin-bottom: 30px;
  }

  .icon-grid-pie-chart {
    margin-bottom: 30px;
  }

  .paragraph-18 {
    font-size: 60px;
    line-height: 70px;
  }

  .impacts-pie-chart-grid {
    margin-bottom: 50px;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .pic-chart-grid-wrapper {
    max-width: 90%;
    grid-column-gap: 60px;
  }

  .paragraph-19 {
    width: 80%;
    margin-bottom: 60px;
  }

  .paragraph-19.suisse-heading {
    width: 90%;
  }

  .pie-chart-icon {
    display: -ms-grid;
    display: grid;
    margin-bottom: 30px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-10 {
    margin-right: 0px;
    text-align: center;
  }

  .image-22 {
    display: block;
  }

  .paragraph-20 {
    font-size: 50px;
    line-height: 65px;
  }

  .paragraph-21 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-22 {
    width: 100%;
  }

  .image-24 {
    display: block;
    width: 70px;
    max-width: none;
  }

  .impacts-icons-grid.suppl-icon-grid {
    margin-bottom: 80px;
    padding-bottom: 20px;
  }

  .impacts-icons-grid.providers-icon-grid {
    margin-bottom: 100px;
    padding-bottom: 10px;
  }

  .page-grid {
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
    text-align: center;
  }

  .page-grid-content {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .page-grid-item {
    width: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-item-content {
    text-align: left;
  }

  .paragraph-24 {
    margin-bottom: 0px;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .link-block-3 {
    display: block;
  }

  .image-29 {
    display: block;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-30 {
    display: block;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-31 {
    display: block;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-32 {
    display: block;
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-link {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    color: #00685e;
    font-size: 24px;
  }

  .footer-link:hover {
    background-image: none;
    color: #e86349;
  }

  .providers-supplemental {
    margin-bottom: 0px;
  }

  .chart-columns {
    width: 90%;
    margin-bottom: 120px;
  }

  .gap-inner {
    width: 90%;
  }

  .image-39 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .providers-large-image {
    max-width: 70%;
    margin: 90px auto 120px;
  }

  .image-40 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-9 {
    width: 80%;
  }

  .list-link:hover {
    color: #e86349;
  }

  .fc-content-columns {
    display: block;
    grid-column-gap: 140px;
    grid-row-gap: 16px;
  }

  .copyright-link:hover {
    color: #e86349;
  }

  .intro-inner.workforce-intro-inner {
    padding-top: 100px;
  }

  .blue-intro-content {
    width: 90%;
  }

  .citations-full {
    background-color: #f0ece0;
  }

  .cf-content {
    grid-column-gap: 43px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(200px, 1fr) 1fr;
    grid-template-columns: minmax(200px, 1fr) 1fr;
  }

  .heading-14 {
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
    line-height: 60px;
    text-transform: none;
  }

  .citation-number-inner {
    margin-right: 0px;
    font-family: Stabilgrotesk, sans-serif;
    color: #e86349;
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
  }

  .citation-number {
    margin-right: 21px;
  }

  .cf-copy {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .paragraph-39 {
    width: 80%;
  }

  .venn-diagram-inner {
    margin-bottom: 130px;
  }

  .heading-16 {
    width: 95%;
  }

  .heading-17 {
    width: 90%;
  }

  .paragraph-41 {
    width: 80%;
  }

  .img-grid-item.img-left {
    margin-bottom: 130px;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
  }

  .img-grid-item.img-right {
    margin-bottom: 100px;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
  }

  .citation-link {
    color: #303030;
  }

  .citation-link:hover {
    color: #e86349;
  }

  .footer-citation-link:hover {
    color: #e86349;
  }

  .div-block-17 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .heading-pq {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .text-block-4 {
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../images/arrow_default.svg');
    background-position: 100% 50%;
    background-size: 33px 33px;
    background-repeat: no-repeat;
    font-size: 22px;
  }

  .text-block-4:hover {
    background-image: url('../images/red-arrow.svg');
  }

  .text-block-5 {
    font-size: 22px;
  }

  .text-block-6 {
    color: #00685e;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: fixed;
  }

  .hero-overlay {
    max-height: 480px;
    margin-top: 101px;
    padding: 40px 0px;
  }

  .list.icon-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-2 {
    max-width: 150px;
  }

  .text-block {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .heading {
    font-size: 40px;
    line-height: 47px;
  }

  .heading.working-hero-heading {
    font-size: 36px;
    line-height: 37px;
  }

  .image-4 {
    max-width: 120px;
  }

  .image-9 {
    width: 122px;
    max-width: 122px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .container-9 {
    width: 100%;
    max-width: 100%;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .brand {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-link-2 {
    color: #fff;
  }

  .nav-link-2.nav-link {
    color: #00685e;
  }

  .nav-link-3 {
    color: #fff;
  }

  .nav-link-3.nav-link {
    color: #00685e;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .grid.work-hero-grid {
    grid-column-gap: 30px;
  }

  .nav-menu {
    width: 100%;
  }

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

  .nav-link-5 {
    color: #fff;
  }

  .nav-link-5.nav-link {
    font-size: 16px;
  }

  .paragraph {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph.work-hero-paragraph {
    font-size: 17px;
    line-height: 22px;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 38px;
  }

  .section-intro.workforce-intro.workforce-secondary-intro {
    margin-bottom: 100px;
  }

  .heading-2 {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
  }

  .heading-2.impacts-heading-2 {
    width: 90%;
  }

  .intro-content {
    width: 100%;
    grid-column-gap: 25px;
  }

  .cta-impacts-cta {
    padding-top: 40px;
    padding-bottom: 50px;
    grid-column-gap: 20px;
  }

  .cta-impacts-cta.suppl-cta {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-5 {
    width: auto;
    font-size: 80px;
  }

  .chart-item.chart-item-even {
    display: block;
    grid-column-gap: 30px;
  }

  .chart-item-image {
    margin-bottom: 40px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-3-centered {
    width: 95%;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-3-centered.chart-heading-3 {
    margin-bottom: 50px;
  }

  .citations-inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .citations-content.intro-content {
    width: 90%;
  }

  .is-intro.parents-intro {
    margin-top: 80px;
  }

  .is-grid-item.grid-item-odd {
    grid-column-gap: 20px;
  }

  .is-grid-item.is-grid-item-even {
    grid-column-gap: 20px;
  }

  .image-13 {
    bottom: -70px;
    max-width: 70%;
  }

  .image-13.img-small-left {
    bottom: -70px;
    max-width: 70%;
  }

  .div-block-4 {
    display: block;
  }

  .future-work {
    padding-bottom: 10px;
  }

  .paragraph-10 {
    max-width: 100%;
    font-size: 16px;
  }

  .icon-grid {
    display: block;
  }

  .icon-grid-left.icon-grid-item {
    margin-bottom: 40px;
    padding-right: 0px;
  }

  .icon-grid-right.icon-grid-item {
    margin-bottom: 40px;
    padding-top: 48px;
    padding-left: 0px;
    border-top: 1px solid #fff;
    border-left-style: none;
  }

  .heading-3-alt {
    font-size: 48px;
    line-height: 50px;
  }

  .heading-1-alt {
    width: 90%;
    font-size: 59px;
  }

  .paragraph-12 {
    width: 90%;
  }

  .small-image {
    bottom: -50px;
    width: 50%;
    max-width: none;
  }

  .text-span-4 {
    display: inline;
  }

  .image-16 {
    width: 100%;
  }

  .impacts-icons-list {
    margin-bottom: 90px;
    grid-column-gap: 30px;
  }

  .paragraph-13 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-14 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-15 {
    font-size: 20px;
    line-height: 24px;
  }

  .offsetfix {
    display: block;
  }

  .pq-inner {
    display: block;
  }

  .pq-content {
    margin-bottom: 40px;
  }

  .paragraph-17 {
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-7 {
    margin-bottom: 30px;
  }

  .paragraph-18 {
    font-size: 100px;
    line-height: 110px;
  }

  .impacts-pie-chart-grid {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pic-chart-grid-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-column-gap: 45px;
  }

  .paragraph-19 {
    width: 95%;
  }

  .paragraph-19.suisse-heading {
    width: 95%;
  }

  .pie-chart-icon {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-22 {
    display: inline-block;
  }

  .paragraph-20 {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-21 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph-22 {
    font-size: 26px;
    line-height: 34px;
  }

  .image-24 {
    width: 100%;
  }

  .page-grid {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .page-grid-content {
    display: block;
  }

  .page-grid-item {
    margin-bottom: 80px;
  }

  .text-block-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .link-block-3 {
    display: block;
  }

  .image-29 {
    width: 100%;
  }

  .image-30 {
    display: block;
    width: 100%;
  }

  .image-31 {
    display: block;
    width: 100%;
  }

  .image-32 {
    display: block;
    width: 100%;
  }

  .footer-link {
    width: auto;
    background-image: none;
  }

  .footer-link:hover {
    background-image: none;
    color: #e86349;
  }

  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .providers-supplemental {
    padding-top: 80px;
  }

  .chart-columns {
    margin-bottom: 110px;
    grid-column-gap: 60px;
    grid-row-gap: 16px;
  }

  .gap-content {
    margin-bottom: 90px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .image-39 {
    width: 100%;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .chart-item-copy {
    margin-bottom: 10px;
    color: #303030;
  }

  .heading-9 {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-16 {
    margin-bottom: 40px;
  }

  .list-link:hover {
    color: #e86349;
  }

  .fc-content-columns {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
  }

  .copyright-link:hover {
    color: #e86349;
  }

  .intro-inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .intro-inner.suppl-intro-inner {
    padding-top: 60px;
  }

  .blue-intro-content {
    width: 100%;
  }

  .blue-intro-content.suppl-content {
    width: 100%;
  }

  .heading-13 {
    font-size: 54px;
  }

  .citations-full {
    margin-top: 0px;
    background-color: #f0ece0;
    color: #f0ece0;
  }

  .cf-inner {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .cf-content {
    display: block;
  }

  .heading-14 {
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
    font-size: 56px;
    text-transform: none;
  }

  .citation-number-inner {
    font-family: Stabilgrotesk, sans-serif;
    color: #e86349;
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
  }

  .cf-copy {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-39 {
    width: 100%;
  }

  .heading-16 {
    width: 100%;
  }

  .intro-large-inner {
    margin-bottom: 90px;
  }

  .heading-17 {
    width: 100%;
  }

  .paragraph-41 {
    width: 100%;
  }

  .img-grid-item.img-left {
    display: block;
  }

  .img-grid-item.img-right {
    display: block;
  }

  .img-grid-media {
    margin-bottom: 40px;
  }

  .citation-link {
    color: #303030;
  }

  .citation-link:hover {
    color: #e86349;
  }

  .footer-citation-link:hover {
    color: #e86349;
  }

  .div-block-17 {
    width: 100%;
    text-align: center;
  }

  .text-block-4 {
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../images/arrow_default.svg');
    background-position: 100% 50%;
    background-size: 33px 33px;
    background-repeat: no-repeat;
  }

  .text-block-4:hover {
    background-image: url('../images/red-arrow.svg');
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    position: fixed;
    height: 75px;
    padding: 0px;
  }

  .hero-overlay {
    max-height: 730px;
    margin-top: 77px;
  }

  .icon-section.hero-logos {
    display: block;
  }

  .list.icon-list {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .list-item.icon-list-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .list-item.icon-list-item.icon-list-item-last {
    margin-bottom: 0px;
  }

  .image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .link-block {
    max-width: 100%;
  }

  .bold-text.copyright-link:hover {
    color: #e86349;
  }

  .text-block {
    font-size: 17px;
    text-align: center;
  }

  .heading {
    font-size: 50px;
    line-height: 56px;
  }

  .heading.working-hero-heading {
    font-size: 40px;
    line-height: 42px;
  }

  .container-8 {
    display: block;
    padding-top: 0px;
  }

  .image-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-9 {
    width: 150px;
    max-width: 150px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .container-9 {
    width: 100%;
    margin-bottom: -2px;
  }

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

  .nav-link-2 {
    color: #fff;
  }

  .nav-link-3 {
    color: #fff;
  }

  .grid {
    display: block;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    top: 75px;
    border-radius: 0px;
  }

  .container-10 {
    max-width: 90%;
  }

  .container-10.work-hero-wrapper {
    max-width: 100%;
  }

  .div-block-2 {
    bottom: -50px;
  }

  .image-10 {
    max-width: 67%;
  }

  .div-block-3 {
    left: 0px;
  }

  .nav-link-5 {
    color: #fff;
    font-size: 18px;
  }

  .paragraph {
    max-width: 100%;
  }

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

  .image-11 {
    max-width: 100%;
  }

  .hero-img {
    width: 100%;
  }

  .section-header-content {
    padding-bottom: 30px;
  }

  .heading-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .section-header-inner {
    display: -ms-grid;
    display: grid;
    padding-top: 30px;
    grid-auto-columns: 1fr;
    grid-column-gap: 33px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-intro {
    padding-top: 50px;
  }

  .section-intro.section-intro-padding {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .heading-2 {
    width: 100%;
  }

  .heading-2.heading-2-centered {
    width: 100%;
  }

  .heading-2.impacts-heading-2 {
    width: 100%;
  }

  .intro-wrapper {
    margin-bottom: 30px;
  }

  .intro-content {
    display: block;
  }

  .intro-content.intro-content-bullets {
    width: 90%;
  }

  .cta-impacts-cta {
    display: block;
  }

  .cta-impacts-cta.suppl-cta {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

  .chart-grid.primary-chart-grid {
    padding-bottom: 10px;
  }

  .chart-item.chart-item-even {
    display: block;
  }

  .chart-item-image {
    margin-bottom: 40px;
  }

  .heading-3-centered {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-3-centered.chart-heading-3 {
    width: 90%;
  }

  .custom-list-item {
    margin-bottom: 10px;
    color: #303030;
  }

  .citations-inner {
    padding-top: 40px;
  }

  .citations-content.intro-content {
    width: 100%;
  }

  .citations-col-right.intro-right {
    margin-bottom: 40px;
  }

  .heading-6 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .impacts-supplement {
    padding-top: 50px;
  }

  .is-grid-item.grid-item-odd {
    display: block;
  }

  .is-grid-item.is-grid-item-even {
    display: block;
  }

  .grid-item-content {
    padding-top: 110px;
  }

  .link-block-2 {
    display: block;
  }

  .future-work {
    padding-bottom: 10px;
  }

  .paragraph-10 {
    max-width: 100%;
    font-size: 16px;
  }

  .icon-grid {
    padding: 40px 30px 50px;
  }

  .heading-3-alt {
    font-size: 36px;
    line-height: 40px;
  }

  .image-15 {
    margin-bottom: 40px;
  }

  .paragraph-11 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-1-alt {
    font-size: 48px;
    line-height: 57px;
  }

  .paragraph-12 {
    font-size: 22px;
    line-height: 30px;
  }

  .large-image {
    margin-bottom: 90px;
  }

  .small-image {
    bottom: -40px;
    width: 60%;
  }

  .impacts-icons-list {
    display: block;
  }

  .icon-list-item {
    margin-bottom: 40px;
  }

  .image-17 {
    margin-bottom: 30px;
  }

  .image-18 {
    margin-bottom: 30px;
  }

  .image-19 {
    margin-bottom: 30px;
  }

  .paragraph-13 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-14 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-15 {
    font-size: 24px;
    line-height: 30px;
  }

  .icon {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph-17 {
    font-size: 68px;
    line-height: 82px;
  }

  .paragraph-18 {
    font-size: 50px;
    line-height: 60px;
  }

  .impacts-pie-chart-grid {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .pic-chart-grid-wrapper {
    display: block;
  }

  .pie-chart-col {
    margin-bottom: 60px;
  }

  .paragraph-19 {
    width: 95%;
    font-size: 30px;
    line-height: 38px;
  }

  .pie-chart-icon {
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-20 {
    font-size: 60px;
    line-height: 58px;
  }

  .paragraph-22 {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-23 {
    width: 100%;
  }

  .image-24 {
    width: 115px;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .title-link {
    margin-bottom: 20px;
  }

  .link-block-3 {
    margin-bottom: 30px;
  }

  .footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    font-size: 24px;
    line-height: 19px;
    text-align: left;
  }

  .footer-link:hover {
    background-image: none;
    color: #e86349;
  }

  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .providers-supplemental {
    padding-top: 50px;
  }

  .chart-columns {
    display: block;
    margin-bottom: 100px;
    padding-top: 50px;
  }

  .chart-col {
    margin-bottom: 30px;
  }

  .providers-large-image {
    max-width: 90%;
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .heading-9 {
    width: 100%;
  }

  .list-link:hover {
    color: #e86349;
  }

  .fc-col.col-left {
    margin-bottom: 30px;
  }

  .fc-content-columns {
    display: block;
  }

  .copyright-link:hover {
    color: #e86349;
    text-decoration: underline;
  }

  .intro-inner {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .intro-inner.suppl-intro-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intro-inner.workforce-intro-inner {
    padding-top: 60px;
  }

  .paragraph-28 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-13 {
    margin-bottom: 40px;
  }

  .citations-full {
    margin-top: 0px;
    background-color: #f0ece0;
  }

  .heading-14 {
    font-family: 'Suisseworks webs', sans-serif;
    color: #303030;
    font-size: 36px;
  }

  .citation-number-inner {
    margin-right: 0px;
    font-family: Stabilgrotesk, sans-serif;
    color: #e86349;
    font-size: 50px;
    font-weight: 700;
  }

  .citation-list-item {
    grid-column-gap: 0px;
  }

  .citation-list-item.citation-list-item-last {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cf-copy {
    font-family: Stabilgrotesk, sans-serif;
    color: #303030;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .heading-15 {
    font-size: 36px;
    line-height: 34px;
  }

  .heading-17 {
    font-size: 44px;
    line-height: 50px;
  }

  .heading-17.large-header {
    line-height: 50px;
  }

  .citation-link {
    color: #303030;
  }

  .citation-link:hover {
    color: #e86349;
  }

  .footer-citation-link:hover {
    color: #e86349;
  }

  .div-block-17 {
    display: block;
    margin-bottom: 10px;
  }

  .text-block-4 {
    padding-top: 8px;
    padding-right: 45px;
    padding-bottom: 8px;
    background-image: url('../images/arrow_default.svg');
    background-position: 100% 50%;
    background-size: 33px 33px;
    background-repeat: no-repeat;
    font-size: 19px;
    text-align: left;
  }

  .text-block-4:hover {
    background-image: url('../images/red-arrow.svg');
  }

  .text-block-5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block-6 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-block-7 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .italic-text {
    color: #303030;
  }

  .italic-text:hover {
    color: #e86349;
  }

  .image-44 {
    position: absolute;
    width: 33px;
    height: 33px;
  }

  .image-45 {
    width: 33px;
    height: 33px;
  }

  .div-block-18 {
    position: relative;
    width: 33px;
    height: 33px;
  }
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b1-3aa9c574 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b2-3aa9c574 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2e50f53e-595b-2d88-6018-4e699f989364-3aa9c574 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a4b6c029-ab0c-18c9-c216-39b8ec4ca7fb-3aa9c574 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b1-41a9c577 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b2-41a9c577 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b1-afa9c578 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b2-afa9c578 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_45dda701-193e-a40c-e9a4-889461e0c998-afa9c578 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c2914c72-5f5a-e95d-4b33-af0a1ea14ea1-afa9c578 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0bec2c35-9782-ec76-6bc9-9fdb9ae55717-afa9c578 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4f22bc1-2e1d-f397-344d-738e039a4797-afa9c578 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c4f22bc1-2e1d-f397-344d-738e039a4799-afa9c578 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c4f22bc1-2e1d-f397-344d-738e039a479b-afa9c578 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c1960d1c-ff38-6fc9-139c-fa7d041105bc-afa9c578 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c1960d1c-ff38-6fc9-139c-fa7d041105bf-afa9c578 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b1bdcdf5-8ecf-7501-1aa2-bb93a9f800c9-afa9c578 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b1bdcdf5-8ecf-7501-1aa2-bb93a9f800cc-afa9c578 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_437ddddf-4c6d-c522-ee1d-c12c43b788a6-afa9c578 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_437ddddf-4c6d-c522-ee1d-c12c43b788a9-afa9c578 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3e8494ca-46a0-b583-d6ee-b65c63918dcc-afa9c578 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b1-eea9c579 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b2-eea9c579 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c2508e75-b1c7-cce1-b821-9cc32fac14fb-eea9c579 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c2508e75-b1c7-cce1-b821-9cc32fac14fe-eea9c579 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7e260c9b-a93c-a118-63c5-d50030b88dfa-eea9c579 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_33a5fb2e-2a73-fe76-9d48-ee75e5d86e22-eea9c579 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ee8d2aa4-ddd1-7684-c4ea-3d52f0d54008-07a9c57a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ee8d2aa4-ddd1-7684-c4ea-3d52f0d5400a-07a9c57a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_99c01bb2-e787-4df6-e883-24be6608a562-07a9c57a {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_22fb24b7-e325-5404-c90e-4499c29b4de1-07a9c57a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_22fb24b7-e325-5404-c90e-4499c29b4deb-07a9c57a {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1a23b580-9749-cbc4-a5c2-87655df3a584-07a9c57a {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_1a23b580-9749-cbc4-a5c2-87655df3a591-07a9c57a {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dfae5ad0-7ba7-2bba-5509-a0dd270d2482-07a9c57a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b1-d1a9c57c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b32f7cfa-b598-e4fc-31fc-7a8cef0fa9b2-d1a9c57c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4acaab9c-1bb5-079f-1c6f-0f547466c4d4-d1a9c57c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4acaab9c-1bb5-079f-1c6f-0f547466c4d7-d1a9c57c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_74dbf89d-eda2-f929-ae9c-797a5a3ecd55-d1a9c57c {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-_527654c2-522e-a5fd-736b-5cd8e2ac8b31-d1a9c57c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_3a1998b1-36d2-db1b-3fea-6aeb502c8cc3-eea9c579 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-a80cd455-e7e8-4b7e-3d7d-925dbc087ebd-eea9c579 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4acaab9c-1bb5-079f-1c6f-0f547466c4d7-d1a9c57c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a4b6c029-ab0c-18c9-c216-39b8ec4ca7fb-3aa9c574 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_22fb24b7-e325-5404-c90e-4499c29b4de1-07a9c57a {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_22fb24b7-e325-5404-c90e-4499c29b4deb-07a9c57a {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-f1b554bf-6496-49ed-bec0-636f37359c70-07a9c57a {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1a23b580-9749-cbc4-a5c2-87655df3a584-07a9c57a {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_1a23b580-9749-cbc4-a5c2-87655df3a591-07a9c57a {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2e50f53e-595b-2d88-6018-4e699f989364-3aa9c574 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a4b6c029-ab0c-18c9-c216-39b8ec4ca7fb-3aa9c574 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c2914c72-5f5a-e95d-4b33-af0a1ea14ea1-afa9c578 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_57251a6f-0a5c-baf2-fc30-1535c7c3cb95-afa9c578 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_84a209b1-23d3-9099-f8a7-f49e8c895ffd-afa9c578 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_11f640a6-5798-01bf-b60e-83fcab65168c-eea9c579 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_22fb24b7-e325-5404-c90e-4499c29b4de1-07a9c57a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_22fb24b7-e325-5404-c90e-4499c29b4deb-07a9c57a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1a23b580-9749-cbc4-a5c2-87655df3a584-07a9c57a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1a23b580-9749-cbc4-a5c2-87655df3a591-07a9c57a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4b6c029-ab0c-18c9-c216-39b8ec4ca7fb-3aa9c574 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac883c46-ef25-9446-a4f9-fe076fb5612a-afa9c578 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ac883c46-ef25-9446-a4f9-fe076fb5612c-afa9c578 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c2914c72-5f5a-e95d-4b33-af0a1ea14ea1-afa9c578 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0bec2c35-9782-ec76-6bc9-9fdb9ae55717-afa9c578 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-c4f22bc1-2e1d-f397-344d-738e039a4799-afa9c578 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_9dfccde6-f2f7-b3e8-715f-9932c16a62b3-eea9c579 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a655dfd2-93f8-e22f-4434-61ce7898bdb1-07a9c57a {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_22fb24b7-e325-5404-c90e-4499c29b4deb-07a9c57a {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1a23b580-9749-cbc4-a5c2-87655df3a591-07a9c57a {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_29068b37-f364-3175-03c7-51145b5b24c1-d1a9c57c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-Bold.woff2') format('woff2'), url('../fonts/StabilGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-Medium.woff2') format('woff2'), url('../fonts/StabilGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-Light.woff2') format('woff2'), url('../fonts/StabilGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-BoldItalic.woff2') format('woff2'), url('../fonts/StabilGrotesk-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-Regular.woff2') format('woff2'), url('../fonts/StabilGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-RegularItalic.woff2') format('woff2'), url('../fonts/StabilGrotesk-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-LightItalic.woff2') format('woff2'), url('../fonts/StabilGrotesk-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Stabilgrotesk';
  src: url('../fonts/StabilGrotesk-MediumItalic.woff2') format('woff2'), url('../fonts/StabilGrotesk-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webs';
  src: url('../fonts/SuisseWorks-Bold-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-Bold-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Bold-WebS.woff') format('woff'), url('../fonts/SuisseWorks-Bold-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-Bold-WebS.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webxl';
  src: url('../fonts/SuisseWorks-Bold-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-Bold-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Bold-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-Bold-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-Bold-WebXL.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webs';
  src: url('../fonts/SuisseWorks-BoldItalic-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-BoldItalic-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-BoldItalic-WebS.woff') format('woff'), url('../fonts/SuisseWorks-BoldItalic-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-BoldItalic-WebS.svg') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks book webs';
  src: url('../fonts/SuisseWorks-Book-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-Book-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Book-WebS.woff') format('woff'), url('../fonts/SuisseWorks-Book-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-Book-WebS.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webxl';
  src: url('../fonts/SuisseWorks-BoldItalic-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-BoldItalic-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-BoldItalic-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-BoldItalic-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-BoldItalic-WebXL.svg') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks book webxl';
  src: url('../fonts/SuisseWorks-Book-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-Book-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Book-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-Book-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-Book-WebXL.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webs';
  src: url('../fonts/SuisseWorks-BookItalic-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-RegularItalic-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-BookItalic-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-RegularItalic-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-BookItalic-WebS.woff') format('woff'), url('../fonts/SuisseWorks-RegularItalic-WebS.woff') format('woff'), url('../fonts/SuisseWorks-BookItalic-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-RegularItalic-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-RegularItalic-WebS.svg') format('svg'), url('../fonts/SuisseWorks-BookItalic-WebS.svg') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webxl';
  src: url('../fonts/SuisseWorks-BookItalic-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-RegularItalic-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-BookItalic-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-RegularItalic-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-BookItalic-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-RegularItalic-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-BookItalic-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-RegularItalic-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-RegularItalic-WebXL.svg') format('svg'), url('../fonts/SuisseWorks-BookItalic-WebXL.svg') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webs';
  src: url('../fonts/SuisseWorks-Medium-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-Medium-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Medium-WebS.woff') format('woff'), url('../fonts/SuisseWorks-Medium-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-Medium-WebS.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webxl';
  src: url('../fonts/SuisseWorks-Medium-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-Medium-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Medium-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-Medium-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-Medium-WebXL.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webs';
  src: url('../fonts/SuisseWorks-MediumItalic-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-MediumItalic-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-MediumItalic-WebS.woff') format('woff'), url('../fonts/SuisseWorks-MediumItalic-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-MediumItalic-WebS.svg') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webs';
  src: url('../fonts/SuisseWorks-Regular-WebS.woff2') format('woff2'), url('../fonts/SuisseWorks-Regular-WebS.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Regular-WebS.woff') format('woff'), url('../fonts/SuisseWorks-Regular-WebS.ttf') format('truetype'), url('../fonts/SuisseWorks-Regular-WebS.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webxl';
  src: url('../fonts/SuisseWorks-MediumItalic-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-MediumItalic-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-MediumItalic-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-MediumItalic-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-MediumItalic-WebXL.svg') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseworks webxl';
  src: url('../fonts/SuisseWorks-Regular-WebXL.woff2') format('woff2'), url('../fonts/SuisseWorks-Regular-WebXL.eot') format('embedded-opentype'), url('../fonts/SuisseWorks-Regular-WebXL.woff') format('woff'), url('../fonts/SuisseWorks-Regular-WebXL.ttf') format('truetype'), url('../fonts/SuisseWorks-Regular-WebXL.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}