@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Bold.woff') format("woff"), url('../fonts/GT-America-Compressed-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Black.woff') format("woff"), url('../fonts/GT-America-Compressed-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Light.woff') format("woff"), url('../fonts/GT-America-Compressed-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Compressed;
  src: url('../fonts/GT-America-Compressed-Regular.woff') format("woff"), url('../fonts/GT-America-Compressed-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Regular-Italic.woff') format("woff"), url('../fonts/GT-America-Standard-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Bold.woff') format("woff"), url('../fonts/GT-America-Standard-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Regular.woff') format("woff"), url('../fonts/GT-America-Standard-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gt America Standard;
  src: url('../fonts/GT-America-Standard-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --bold-700: 700;
  --brand-white: white;
  --brand-black: black;
  --brand-red: #e2231a;
  --brand-red-light: #e73f36;
  --gray-63666a: #63666a;
  --gray-aaa: #aaa;
  --gta-standard: "Gt America Standard", Arial, sans-serif;
  --gta-compressed: "Gt America Compressed", Arial, sans-serif;
  --black-900: 900;
  --regular-400: 400;
  --light-300: 300;
}

.skip-link {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  margin-top: -40px;
  padding-top: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.skip-link:focus-visible, .skip-link[data-wf-focus-visible] {
  margin-top: 0;
}

.skip-link.w--current {
  margin-top: -40px;
  padding-top: 10px;
}

.skip-link.w--current:focus-visible, .skip-link.w--current[data-wf-focus-visible] {
  margin-top: 0;
}

.mobile-nav-menu {
  z-index: 1001;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  max-width: 100%;
  display: none;
  position: absolute;
  inset: 60px 0% auto 100%;
}

.btn-animated-link-block {
  vertical-align: middle;
  cursor: pointer;
  background-color: #0000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.mobile-menu-btn-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.btn-animated-text {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 0;
}

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

.nav-container {
  justify-content: space-between;
  display: flex;
}

.nav-link-text {
  border-bottom: 1px solid #0000;
  width: 125px;
  padding-bottom: 10px;
  transition: border .2s;
  display: inline-block;
}

.nav-link-text.nav-link-text--5 {
  width: 88px;
}

.nav-link-text.nav-link-text--3 {
  width: 94px;
}

.nav-link-text.nav-link-text--4 {
  width: 92px;
}

.nav-link-text.nav-link-text--1 {
  width: 50px;
}

.nav-link-text.nav-link-text--2 {
  width: 86px;
}

.nav-wrapper {
  z-index: 20;
  pointer-events: auto;
  width: 100%;
  position: sticky;
  top: 0;
}

.mobile-nav-link {
  color: #fff;
  border-top: 1px solid #63666a;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.mobile-menu-btn {
  z-index: 1001;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  background-color: #e2231a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nyp-logo {
  width: 100%;
}

.mobile-menu-btn-text {
  color: #fff;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.menu-btn-stripe {
  background-color: #fff;
  width: 100%;
}

.menu-btn-stripe.menu-btn-stripe-1 {
  height: 1px;
}

.menu-btn-stripe.menu-btn-stripe-2 {
  height: 2px;
}

.menu-btn-stripe.menu-btn-stripe-3 {
  height: 3px;
}

.nav-full-height-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.nav-link {
  color: #fff;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.logo {
  flex: none;
  padding-left: 0;
}

.btn-animated {
  background-color: #e2231a;
  flex: 0 auto;
  display: inline-block;
  position: relative;
}

.btn-animated.btn-right-aligned {
  align-self: flex-end;
}

.navbar {
  z-index: 10;
  background-color: #0000008c;
  width: 100%;
}

.section-hero {
  background-color: #000;
  height: 100vh;
  padding-top: 60px;
  position: relative;
  overflow-x: hidden;
}

.hero-text-wrapper {
  z-index: 4;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 60px 60px 75px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-superheader {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 71px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-header {
  color: #fff;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: .9;
}

.hero-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.hero-icon-chevron {
  width: 114px;
  margin-left: 20px;
}

.hero-subheader {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-background {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/hero.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.intro-btn-wrapper {
  margin-top: 40px;
  overflow: hidden;
}

.intro-image {
  width: 100%;
  position: sticky;
  top: 0;
}

.intro-text {
  color: #000;
  margin-bottom: 18px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.intro-text-wrapper {
  width: 50%;
  max-width: 750px;
  padding-bottom: 75px;
}

.intro-image-wrapper {
  width: 50%;
  position: relative;
}

.section-intro {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  align-items: stretch;
  padding-top: 75px;
  padding-right: 40px;
  display: flex;
}

.innovation-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.innovation-quote-attribution-text {
  color: #fff;
  text-wrap: pretty;
  max-width: 510px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.future-wrapper {
  background-color: #0009;
  padding: 30px;
}

.future-wrapper.future-quote-wrapper-2 {
  padding: 0;
}

.innovation-quote-image-text-wrapper {
  margin-bottom: 150px;
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.innovation-quote-divider {
  background-color: #aaa;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.innovation-quote-text-wrapper {
  width: 50%;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-innovation {
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.innovation-quote-image-wrapper {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.innovation-quote-image-header {
  color: #fff;
  text-transform: uppercase;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
}

.innovation-quote-attribution-wrapper {
  align-items: flex-start;
  display: flex;
}

.innovation-quote-attribution-name {
  color: #e2231a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.innovation-quote-image {
  background-image: url('../images/innovation.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.innovation-quote-text {
  color: #fff;
  max-width: 625px;
  margin-bottom: 30px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.innovation-quote-attribute-image {
  width: 150px;
  margin-right: 20px;
}

.millions-columns {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.btn-animated-link-block--nested {
  vertical-align: middle;
  cursor: pointer;
  background-color: #0000;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.millions-chevron-wrapper {
  z-index: 2;
  margin-bottom: 40px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  position: relative;
}

.millions-column-text {
  flex: 60%;
}

.millions-icon-chevron {
  width: 72px;
}

.millions-text {
  color: #fff;
  margin-bottom: 18px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.millions-header {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.section-millions {
  background-color: #fff;
  padding: 30px;
}

.millions-wrapper {
  background-image: url('../images/millions.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.priorities-columns-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 40px;
  display: flex;
}

.priorities-quote-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #0009;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.priorities-column-text {
  color: #000;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.priorities-quote-text {
  color: #fff;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--bold-700);
  margin-bottom: 30px;
}

.priorities-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.priorities-column-item {
  background-image: url('../images/list-square.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-left: 20px;
}

.priorities-column {
  width: 33.3%;
}

.priorities-column-header {
  color: #000;
  max-width: 325px;
  margin-top: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-weight: 700;
}

.priorities-quote-attribution-name {
  color: #e2231a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.section-priorities {
  background-color: #fff;
  padding: 60px 120px;
  position: relative;
}

.priorities-quote-column {
  flex: 1;
  align-items: flex-start;
}

.priorities-corner-icon {
  position: absolute;
}

.priorities-corner-icon.corner-top-right {
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.priorities-corner-icon.corner-top-left {
  inset: 0% auto auto 0%;
  transform: rotate(180deg);
}

.priorities-quote {
  background-color: #000;
}

.priorities-quote-attribution-text {
  color: #fff;
  text-wrap: pretty;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.priorities-subheader {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.priorities-header {
  color: #000;
  text-transform: uppercase;
  max-width: 1200px;
  margin-bottom: 40px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
}

.spotlight-quote-cta-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.spotlight-drawer-column {
  width: 60%;
}

.spotlight-quote-cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.spotlight-quote-cta-iconwrapper {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.spotlight-column {
  width: 50%;
}

.spotlight-column.spotlight-column--text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.spotlight-quote-text {
  color: #fff;
  margin-bottom: 20px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.spotlight-quote-cta-icon {
  opacity: 0;
  width: 30px;
  height: 30px;
  transition: opacity .2s;
  display: block;
  position: absolute;
}

.spotlight-quote-cta-icon.spotlight-icon-default {
  opacity: 100;
}

.spotlight-quote-wrapper {
  background-color: #e2231a;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 30px;
}

.spotlight-icon-chevron {
  width: 72px;
  margin-right: 20px;
}

.spotlight-quote-header {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.1;
}

.spotlight-quote-mark {
  background-image: url('../images/quote-mark-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.spotlight-text-wrapper {
  max-width: 700px;
}

.spotlight-corner-icon {
  position: absolute;
}

.spotlight-corner-icon.corner-top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.spotlight-corner-icon.corner-top-left {
  inset: -1px auto auto 0%;
  transform: rotate(180deg);
}

.section-spotlight {
  background-color: #000;
  position: relative;
}

.spotlight-drawer-text {
  color: #fff;
  margin-bottom: 15px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.spotlight-header-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25px 0% auto;
}

.spotlight-header {
  color: #fff;
  text-transform: uppercase;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2;
}

.spotlight-quote {
  color: #fff;
  margin-bottom: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.spotlight-drawer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #e2231a;
  border-bottom: 1px solid #e2231a;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.spotlight-row-drawer {
  margin-top: -20px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.spotlight-image-wrapper {
  aspect-ratio: 2 / 3;
}

.spotlight-image-wrapper.spotlight-image-wrapper--1 {
  background-image: url('../images/spotlight-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spotlight-image-wrapper.spotlight-image-wrapper--2 {
  background-image: url('../images/spotlight-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spotlight-image-caption {
  color: #fff;
  max-width: 575px;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Gt America Standard, Arial, sans-serif;
  font-weight: 400;
}

.spotlight-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  padding: 100px 50px 60px;
  display: flex;
  position: relative;
}

.future-image-wrapper {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.future-image {
  background-image: url('../images/future.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.section-future {
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-history {
  padding: 60px;
}

.history-text {
  color: #000;
  margin-bottom: 18px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.section-cta {
  padding: 280px 60px;
  position: relative;
  overflow: hidden;
}

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

.cta-icon-chevron {
  width: 52px;
}

.cta-header {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: .9;
}

.cta-btn-wrapper {
  margin-top: 30px;
  overflow: hidden;
}

.cta-inner {
  width: 55%;
  max-width: 1400px;
  margin-left: auto;
  position: relative;
}

.cta-bg {
  z-index: 0;
  background-color: #000;
  background-image: url('../images/footer-cta-white.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
  transform: scale(1);
}

.cta-header-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-logolockup-wrapper {
  padding-left: 20px;
  padding-right: 40px;
}

.footer {
  z-index: 2;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-text-highlight {
  color: #e2231a;
}

.future-quote-text-wrapper {
  width: 50%;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.innovation-wrapper {
  background-color: #0009;
  padding: 30px;
}

.innovation-wrapper.innovation-quote-wrapper-2 {
  padding: 0;
}

.future-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.future-quote-text {
  color: #fff;
  max-width: 625px;
  margin-bottom: 30px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.future-quote-attribution-wrapper {
  align-items: flex-start;
  display: flex;
}

.future-quote-attribute-image {
  width: 150px;
  margin-right: 20px;
}

.future-quote-attribution-name {
  color: #e2231a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.future-quote-attribution-text {
  color: #fff;
  text-wrap: pretty;
  max-width: 510px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.future-quote-divider {
  background-color: #aaa;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.history-icon-chevron {
  width: 72px;
  margin-bottom: 40px;
}

.history-text-wrapper {
  max-width: 1000px;
}

.history-header {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.impact-modal {
  z-index: 5;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  align-items: flex-start;
  margin: 50px 60px 40px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.impact-column {
  width: 50%;
}

.impact-column.impact-column--right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.impact-bg-svg-wrapper {
  z-index: 0;
  background-image: url('../images/impact-background-shape.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.impact-wrapper {
  background-image: url('../images/impact.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.impact-modal-background {
  z-index: -1;
  opacity: .9;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.impact-modal-content-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.impact-cta-wrapper {
  background-color: var(--brand-white);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 500px;
  display: flex;
}

.impact-cta-header {
  color: #000;
  text-transform: uppercase;
  max-width: 325px;
  margin: 10px 30px 30px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

.impact-modal-text {
  color: #000;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.impact-modal-header {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 42px;
  line-height: 1.1;
}

.impact-modal-item {
  background-image: url('../images/list-square.svg');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 30px;
  padding-left: 30px;
}

.section-impact {
  background-color: #fff;
  padding: 30px;
}

.impact-modal-content {
  margin: 20px 60px 60px;
}

.millions-column-quote {
  background-color: var(--brand-white);
  flex: 40%;
  padding: 50px 40px 20px;
}

.millions-quote-text {
  color: var(--brand-black);
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--bold-700);
  margin-bottom: 40px;
}

.millions-quote-attribution-text {
  color: var(--brand-black);
  margin-bottom: 18px;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.millions-quote-attribution-name {
  color: #e2231a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.millions-quote-icon, .impact-quote-icon {
  width: 44px;
  margin-bottom: 20px;
}

.impact-columns {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  padding: 120px 60px;
  display: flex;
  position: relative;
}

.impact-quote-text {
  color: #fff;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  font-weight: var(--bold-700);
  max-width: 475px;
  margin-bottom: 30px;
}

.impact-quote-attribution-text-wrapper {
  max-width: 475px;
}

.impact-quote-attribution-name {
  color: #e2231a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.impact-quote-attribution-text {
  color: #fff;
  text-wrap: pretty;
  font-family: Gt America Standard, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.intro-item {
  background-image: url('../images/list-square.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-left: 20px;
}

.future-image-text-wrapper {
  margin-bottom: 150px;
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.future-image-header {
  color: #fff;
  text-transform: uppercase;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gt America Compressed, Arial, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
}

.impact-modal-btn-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .millions-columns, .millions-chevron-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .millions-wrapper {
    background-position: 100% 25%;
  }

  .priorities-quote-text, .priorities-quote-attribution-text-wrapper {
    max-width: 600px;
  }

  .spotlight-drawer-column {
    max-width: 800px;
  }

  .cta-icon-chevron {
    width: 64px;
  }

  .cta-header {
    font-size: 84px;
  }

  .cta-inner {
    width: 50%;
  }

  .cta-bg {
    background-position: 0 25%;
  }

  .impact-modal {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .impact-wrapper {
    background-position: 50%;
  }

  .impact-columns {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-nav-menu {
    display: flex;
  }

  .nav-menu {
    background-color: #000;
    display: none;
  }

  .nav-container {
    position: relative;
  }

  .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--1, .nav-link-text.nav-link-text--2 {
    width: auto;
  }

  .nav-wrapper {
    position: fixed;
  }

  .mobile-nav-link {
    text-decoration: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .mobile-menu-btn:hover {
    z-index: 1001;
  }

  .menu-btn-stripe {
    background-color: #fff;
    flex: none;
    align-self: auto;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-full-height-wrapper {
    aspect-ratio: auto;
    height: auto;
  }

  .nav-link {
    border-top: 1px solid #63666a;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .logo {
    width: 90px;
  }

  .btn-animated.btn-animated--mobile {
    width: 100%;
  }

  .navbar {
    background-color: #0000;
  }

  .section-hero {
    aspect-ratio: 1;
    height: auto;
  }

  .hero-text-wrapper {
    background-image: linear-gradient(#0000, #0009 75%);
    padding-bottom: 40px;
  }

  .hero-superheader {
    font-size: 54px;
  }

  .hero-header {
    font-size: 110px;
  }

  .hero-header-wrapper {
    margin-bottom: 20px;
  }

  .hero-icon-chevron {
    width: 86px;
  }

  .intro-text-wrapper {
    padding-bottom: 60px;
  }

  .section-intro {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .innovation-quote-image-text-wrapper {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 20px;
  }

  .innovation-quote-divider, .innovation-quote-text-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .innovation-quote-attribution-wrapper {
    flex-flow: column;
  }

  .innovation-quote-attribute-image {
    margin-bottom: 20px;
  }

  .millions-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .millions-column-text {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 40px;
  }

  .millions-text, .millions-header {
    max-width: none;
  }

  .millions-wrapper {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/millions.jpg');
    background-position: 0 0, 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .priorities-columns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .priorities-column {
    width: 100%;
  }

  .priorities-column-header {
    max-width: none;
  }

  .section-priorities {
    padding: 60px;
  }

  .priorities-quote-column {
    flex-flow: column;
  }

  .priorities-header {
    font-size: 58px;
  }

  .spotlight-drawer-column {
    width: 100%;
  }

  .spotlight-column.spotlight-column--text {
    display: block;
  }

  .spotlight-icon-chevron {
    width: 60px;
  }

  .spotlight-text-wrapper {
    margin-top: 60px;
  }

  .spotlight-header {
    font-size: 64px;
  }

  .spotlight-row-drawer {
    margin-top: 0;
  }

  .spotlight-image-wrapper {
    aspect-ratio: 2 / 3;
  }

  .future-image {
    background-position: 25%;
  }

  .section-history {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-cta {
    padding: 200px 40px;
  }

  .cta-icon-chevron {
    width: 60px;
  }

  .cta-header {
    font-size: 80px;
  }

  .cta-inner {
    width: 100%;
    margin-left: 0;
  }

  .cta-bg {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/footer-cta-white.jpg');
    background-position: 0 0, 0 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 150%;
  }

  .future-quote-text-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .future-quote-attribution-wrapper {
    flex-flow: column;
  }

  .future-quote-attribute-image {
    margin-bottom: 20px;
  }

  .future-quote-divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .impact-modal {
    margin: 40px;
  }

  .impact-column.impact-column--left, .impact-column.impact-column--right {
    width: 100%;
  }

  .impact-bg-svg-wrapper {
    background-color: #00000080;
    background-image: none;
  }

  .impact-wrapper {
    background-image: linear-gradient(#00000040, #00000040), url('../images/impact.jpg');
    background-position: 0 0, 75% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .impact-cta-wrapper {
    width: 100%;
  }

  .impact-cta-header {
    margin-right: 0;
  }

  .impact-modal-content {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .millions-column-quote {
    flex-basis: auto;
    width: 100%;
  }

  .millions-quote-text, .millions-quote-attribution-text {
    max-width: none;
  }

  .impact-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 60px 40px;
  }

  .impact-quote-text, .impact-quote-attribution-text-wrapper {
    max-width: none;
  }

  .future-image-text-wrapper {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-nav-menu, .nav-menu {
    background-color: #000;
  }

  .nav-link-text.nav-link-text--5, .nav-link-text.nav-link-text--3, .nav-link-text.nav-link-text--4, .nav-link-text.nav-link-text--1, .nav-link-text.nav-link-text--2 {
    width: auto;
  }

  .mobile-nav-link, .nav-link {
    justify-content: flex-start;
  }

  .logo {
    align-items: flex-start;
  }

  .section-hero {
    aspect-ratio: 2 / 3;
    padding-top: 0;
  }

  .hero-text-wrapper {
    background-image: linear-gradient(#0000, #0009 50%);
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-superheader {
    font-size: 42px;
  }

  .hero-header {
    font-size: 86px;
  }

  .hero-header-wrapper {
    margin-bottom: 10px;
  }

  .hero-icon-chevron {
    width: 64px;
    margin-left: 10px;
  }

  .hero-subheader {
    max-width: 350px;
  }

  .hero-background {
    background-position: 75%;
  }

  .intro-image {
    position: static;
  }

  .intro-text-wrapper {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro-image-wrapper {
    width: 100%;
  }

  .section-intro {
    flex-flow: column;
    padding-top: 0;
    padding-right: 0;
  }

  .innovation-quote-image-text-wrapper {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 300px;
    padding-bottom: 40px;
    position: static;
  }

  .innovation-quote-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .innovation-quote-text-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-innovation {
    flex-flow: column;
  }

  .innovation-quote-image-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .innovation-quote-image-header {
    font-size: 48px;
  }

  .innovation-quote-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/innovation.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .millions-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .millions-chevron-wrapper {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 40px;
  }

  .millions-column-text {
    margin-bottom: 20px;
  }

  .millions-header {
    font-size: 48px;
  }

  .priorities-quote-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .priorities-column-header.add-margin-top {
    margin-top: 40px;
  }

  .section-priorities {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .priorities-corner-icon {
    width: 80px;
  }

  .priorities-header {
    font-size: 48px;
  }

  .spotlight-column {
    width: 100%;
  }

  .spotlight-column.spotlight-column--image {
    order: -1;
  }

  .spotlight-column.spotlight-column--text {
    order: 1;
  }

  .spotlight-icon-chevron {
    width: 40px;
    margin-right: 10px;
  }

  .spotlight-quote-header {
    font-size: 48px;
  }

  .spotlight-text-wrapper {
    margin-top: 0;
  }

  .spotlight-corner-icon {
    width: 80px;
  }

  .spotlight-header-wrapper {
    top: 80px;
  }

  .spotlight-header {
    margin-top: 10px;
    font-size: 48px;
  }

  .spotlight-drawer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spotlight-image-wrapper {
    background-image: none;
  }

  .spotlight-image-wrapper.spotlight-image-wrapper--2 {
    background-position: 25% 100%;
  }

  .spotlight-row, .spotlight-row.spotlight-row--top {
    flex-flow: column;
    padding: 180px 40px 40px;
  }

  .spotlight-row.spotlight-row--bottom {
    padding-top: 100px;
  }

  .future-image-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .future-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/future.jpg');
    background-position: 0 0, 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-future {
    flex-flow: column;
  }

  .section-history {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-cta {
    padding-bottom: 160px;
  }

  .cta-icon-chevron {
    width: 40px;
  }

  .cta-header {
    font-size: 52px;
  }

  .cta-btn-wrapper {
    margin-left: 0;
  }

  .cta-header-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .future-quote-text-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .future-quote-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .history-text-wrapper {
    width: 100%;
  }

  .impact-modal {
    margin: 20px;
  }

  .impact-cta-wrapper {
    min-width: auto;
  }

  .impact-cta-header {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 36px;
  }

  .impact-modal-text {
    font-size: 18px;
  }

  .impact-modal-header {
    font-size: 48px;
  }

  .impact-modal-item {
    margin-top: 20px;
    padding-left: 20px;
  }

  .impact-modal-content {
    margin: 20px;
  }

  .millions-column-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .future-image-text-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 300px;
    padding-bottom: 40px;
    position: static;
  }

  .future-image-header {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    aspect-ratio: 1 / 2;
  }

  .hero-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-superheader {
    font-size: 22px;
  }

  .hero-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
  }

  .hero-icon-chevron {
    width: 50px;
  }

  .hero-subheader {
    max-width: 250px;
    font-size: 18px;
  }

  .hero-background {
    background-image: url('../images/hero-cardio-mobile.jpg');
    background-position: 75%;
  }

  .intro-btn-wrapper {
    margin-top: 20px;
  }

  .intro-text-wrapper {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .innovation-quote-image-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 400px;
    padding-bottom: 0;
  }

  .innovation-quote-divider {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .innovation-quote-text-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .innovation-quote-image-header {
    margin-bottom: 0;
    font-size: 36px;
  }

  .innovation-quote-attribution-name {
    font-size: 28px;
  }

  .innovation-quote-image {
    background-position: 0 0, 50%;
  }

  .innovation-quote-text {
    margin-bottom: 20px;
  }

  .millions-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .millions-chevron-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .millions-icon-chevron {
    width: 60px;
  }

  .millions-header {
    font-size: 36px;
  }

  .section-millions {
    padding: 20px;
  }

  .millions-wrapper {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/millions.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .priorities-quote-columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .priorities-quote-text {
    margin-bottom: 20px;
  }

  .priorities-column-item {
    margin-top: 0;
  }

  .priorities-quote-attribution-name {
    font-size: 28px;
  }

  .section-priorities {
    padding: 40px 20px;
  }

  .priorities-corner-icon {
    width: 60px;
  }

  .priorities-subheader {
    margin-bottom: 20px;
  }

  .priorities-header {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .spotlight-quote-cta {
    font-size: 22px;
  }

  .spotlight-quote-wrapper {
    padding: 20px;
  }

  .spotlight-quote-header {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .spotlight-corner-icon {
    width: 60px;
  }

  .spotlight-header-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    top: 40px;
  }

  .spotlight-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.1;
  }

  .spotlight-drawer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .spotlight-row-drawer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spotlight-image-caption {
    margin-top: 10px;
  }

  .spotlight-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spotlight-row.spotlight-row--top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .future-image {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-history {
    padding: 40px 20px 20px;
  }

  .history-text {
    font-size: 20px;
  }

  .section-cta {
    padding: 200px 20px 80px;
  }

  .cta-content {
    margin-bottom: 40px;
  }

  .cta-icon-chevron {
    width: 28px;
  }

  .cta-header {
    font-size: 32px;
  }

  .cta-btn-wrapper {
    margin-left: 0;
  }

  .cta-bg {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/footer-cta-white.jpg');
    background-size: auto, cover;
  }

  .cta-header-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 4px;
  }

  .future-quote-text-wrapper {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .future-quote-text {
    margin-bottom: 20px;
  }

  .future-quote-attribution-name {
    font-size: 28px;
  }

  .future-quote-divider {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .history-icon-chevron {
    width: 60px;
    margin-bottom: 20px;
  }

  .history-header {
    font-size: 36px;
  }

  .impact-wrapper {
    background-image: linear-gradient(#00000080, #00000080), url('../images/impact.jpg');
    background-position: 0 0, 75% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .impact-cta-header {
    font-size: 28px;
  }

  .impact-modal-header {
    font-size: 36px;
  }

  .impact-modal-item {
    background-position: 0 8px;
  }

  .section-impact {
    padding: 20px;
  }

  .impact-modal-list {
    padding-left: 0;
  }

  .millions-quote-attribution-name {
    font-size: 28px;
  }

  .impact-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 20px;
  }

  .impact-quote-text {
    margin-bottom: 20px;
  }

  .impact-quote-attribution-name {
    font-size: 28px;
  }

  .intro-item {
    margin-top: 0;
  }

  .future-image-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 400px;
    padding-bottom: 0;
  }

  .future-image-header {
    margin-bottom: 0;
    font-size: 36px;
  }
}

#w-node-_93ff2530-760e-6e60-9a3b-a1fd626ab278-cabe82f8 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_93ff2530-760e-6e60-9a3b-a1fd626ab278-cabe82f8 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Bold.woff') format('woff'), url('../fonts/GT-America-Compressed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Black.woff') format('woff'), url('../fonts/GT-America-Compressed-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Light.woff') format('woff'), url('../fonts/GT-America-Compressed-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Compressed';
  src: url('../fonts/GT-America-Compressed-Regular.woff') format('woff'), url('../fonts/GT-America-Compressed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Regular-Italic.woff') format('woff'), url('../fonts/GT-America-Standard-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Bold.woff') format('woff'), url('../fonts/GT-America-Standard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Regular.woff') format('woff'), url('../fonts/GT-America-Standard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt America Standard';
  src: url('../fonts/GT-America-Standard-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}