.section_hero {
  background-color: #1a1a1a;
  background-image: url('../images/Hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 727px;
  position: relative;
  overflow: hidden;
}

.hero_inner {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  min-height: 727px;
  padding-top: 33px;
  padding-bottom: 88px;
  display: flex;
}

.hero_logo-wrap {
  align-items: flex-start;
  margin-left: 18px;
  display: flex;
}

.hero_logo-placeholder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.hero_logo-wordmark {
  color: #fff;
  letter-spacing: -.5px;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.hero_logo-tagline {
  color: #fff;
  margin: 4px 0 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 800;
  line-height: 13px;
}

.hero_bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero_content {
  max-width: 667px;
}

.hero_heading {
  color: #fff;
  letter-spacing: -1.6px;
  margin: 0 0 24px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 84px;
}

.hero_body {
  opacity: .85;
  color: #fff;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.hero_cta-wrap {
  flex-shrink: 0;
}

.hero_cta-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e31837;
  border-radius: 9999px;
  align-items: center;
  padding: 16px 16px 16px 32px;
  text-decoration: none;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
}

.hero_cta-btn:hover {
  background-color: #c01530;
  transform: scale(1.02);
  box-shadow: 0 6px 24px #e3183759;
}

.hero_cta-label {
  color: #fff;
  letter-spacing: .48px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26.4px;
}

.hero_cta-icon-wrap {
  background-color: #fff3;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.section_hall {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 112px 64px;
}

.hall_container {
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hall_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 900px;
  max-width: 100%;
  display: flex;
}

.hall_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hall_tagline {
  color: #e31837;
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.hall_heading {
  color: #000;
  text-align: center;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.hall_body-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hall_body {
  color: #666;
  text-align: center;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.hall_cta-wrap {
  justify-content: center;
  display: flex;
}

.hall_cta-btn {
  color: #fff;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #e31837;
  border: 1px solid #e31837;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, transform .2s, box-shadow .2s, border-color .2s;
  display: inline-flex;
}

.hall_cta-btn:hover {
  background-color: #c01530;
  border-color: #c01530;
  transform: scale(1.02);
  box-shadow: 0 6px 24px #e3183759;
}

.section_progress {
  box-sizing: border-box;
  background-color: #f2f2f2;
  width: 100%;
  padding: 112px 64px;
}

.progress_container {
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.progress_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.progress_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.progress_tagline {
  color: #e31837;
  text-align: center;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.progress_heading {
  color: #000;
  text-align: center;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.progress_amount {
  text-align: center;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.65;
}

.progress_amount-raised {
  color: #e31837;
}

.progress_amount-goal {
  color: #666;
}

.progress_bar-track {
  background-color: #e5e5e5;
  border-radius: 100px;
  width: 720px;
  max-width: 100%;
  height: 16px;
  overflow: hidden;
}

.progress_bar-fill {
  background-color: #e31837;
  border-radius: 0;
  width: 18.5%;
  height: 16px;
}

.progress_timer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.timer_unit {
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #2d2d2d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 113px;
  min-height: 123px;
  padding: 24px 16px;
  display: flex;
}

.timer_number {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.timer_label {
  opacity: .7;
  color: #fff;
  text-align: center;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.8px;
}

.progress_actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.progress_cta-primary {
  color: #fff;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #e31837;
  border: 1px solid #e31837;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.progress_cta-secondary {
  color: #e31837;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
}

.progress_cta-secondary:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  transform: scale(1.02);
  box-shadow: 0 6px 24px #00000026;
}

.section_donation {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 112px 64px 56px;
}

.donation_container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.donation_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.donation_tagline {
  color: #e31837;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.donation_heading {
  color: #000;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.donation_subtext {
  color: #666;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.donation_cards {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: stretch;
  display: flex;
}

.donation_card {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e5e5e5;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 48px 32px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex;
}

.donation_card:hover {
  border-color: #e31837;
  transform: translateY(-4px);
  box-shadow: 0 8px 32px #0000001a;
}

.donation_card-icon-wrap {
  background-color: #f2f2f2;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
}

.donation_card-icon-placeholder {
  width: 32px;
  height: 32px;
}

.donation_card-title {
  color: #1a1a1a;
  margin: 0 0 12px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.donation_card-body {
  color: #666;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.467;
}

.section_impact {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 112px 64px;
}

.impact_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.impact_content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  flex: 480px;
  max-width: 562px;
  display: flex;
}

.impact_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.impact_tagline {
  color: #e31837;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.impact_heading {
  color: #000;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.impact_body {
  color: #666;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.impact_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.impact_list-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 200px;
  min-width: 200px;
  display: flex;
}

.impact_list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.impact_list-icon {
  background-color: #e31837;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.impact_list-text {
  color: #666;
  white-space: nowrap;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.4px;
}

.impact_image-wrap {
  background-color: #ccc;
  flex: 0 0 548px;
  width: 548px;
  max-width: 100%;
  height: 585px;
}

.section_stats {
  box-sizing: border-box;
  background-color: #2d2d2d;
  width: 100%;
  padding: 112px 64px;
}

.stats_container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stats_left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 0 0 561px;
  width: 561px;
  display: flex;
}

.stats_heading-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.stats_heading {
  color: #fff;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.stats_body {
  color: #fff;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.stats_cta-btn {
  color: #fff;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #e31837;
  border: 1px solid #e31837;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, transform .2s, box-shadow .2s, border-color .2s;
  display: inline-flex;
}

.stats_cta-btn:hover {
  background-color: #c01530;
  border-color: #c01530;
  transform: scale(1.02);
  box-shadow: 0 6px 24px #e3183759;
}

.stats_grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.stats_row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.stats_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 1px solid #fff6;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding-left: 32px;
  display: flex;
}

.stats_number {
  color: #e31837;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
}

.stats_label {
  color: #fff;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.section_events {
  box-sizing: border-box;
  background-color: #f2f2f2;
  width: 100%;
  padding: 112px 64px;
}

.events_container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.events_header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 714px;
  display: flex;
}

.events_tagline {
  color: #e31837;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.events_heading {
  color: #000;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.events_subtext {
  color: #666;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.events_list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  display: flex;
}

.events_row {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  transition: background-color .2s, box-shadow .2s;
}

.events_row:hover {
  background-color: #fafafa;
  box-shadow: 0 2px 16px #00000012;
}

.events_row-inner {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  padding: 33px;
  display: flex;
}

.events_date {
  box-sizing: border-box;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #e31837;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 12px 8px 8px;
  display: flex;
}

.events_date-month {
  color: #fff;
  text-align: center;
  letter-spacing: 7.5px;
  text-transform: uppercase;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.8px;
}

.events_date-day {
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.events_info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.events_title {
  color: #1a1a1a;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.events_desc-wrap {
  grid-row-gap: 0;
  grid-column-gap: 0;
  flex-direction: column;
  display: flex;
}

.events_desc-text {
  color: #666;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26.4px;
}

.events_desc-bold {
  font-weight: 700;
}

.section_donate {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 112px 64px;
}

.donate_container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.donate_heading {
  color: #000;
  text-align: center;
  max-width: 768px;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.donate_cards {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.donate_card {
  box-sizing: border-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #e5e5e5;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 24px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex;
}

.donate_card:hover {
  border-color: #e31837;
  transform: translateY(-4px);
  box-shadow: 0 8px 32px #0000001a;
}

.donate_card-icon {
  background-color: #f2f2f2;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.donate_card-icon-placeholder {
  width: 36px;
  height: 36px;
}

.donate_card-logo-placeholder {
  width: 60px;
  height: 28px;
}

.donate_card-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.donate_card-title {
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.donate_card-body {
  color: #666;
  text-align: center;
  width: 100%;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.donate_card-email {
  color: #e31837;
  text-decoration: none;
  transition: opacity .2s;
}

.donate_card-email:hover {
  opacity: .75;
}

.donate_card-action {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.donate_card-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #e31837;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s, text-decoration-color .2s;
  display: inline-flex;
}

.donate_card-link:hover {
  text-decoration: underline;
}

.section_final-cta {
  width: 100%;
  min-height: 527px;
  display: flex;
}

.final-cta_image-side {
  background-color: #ccc;
  flex: 0 0 52%;
  min-height: 527px;
  overflow: hidden;
}

.final-cta_content-side {
  box-sizing: border-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e31837;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 96px 64px;
  display: flex;
}

.final-cta_heading {
  color: #fff;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.final-cta_body {
  opacity: .85;
  color: #fff;
  max-width: 440px;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.final-cta_btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1a1a;
  border-radius: 9999px;
  align-self: flex-start;
  align-items: center;
  padding: 12px 12px 12px 24px;
  text-decoration: none;
  transition: background-color .2s, transform .2s, box-shadow .2s;
  display: inline-flex;
}

.final-cta_btn:hover {
  background-color: #2d2d2d;
  transform: scale(1.02);
  box-shadow: 0 6px 24px #00000040;
}

.final-cta_btn-label {
  color: #fff;
  letter-spacing: .14px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23.1px;
}

.final-cta_btn-icon {
  background-color: #fff3;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer_wrap {
  box-sizing: border-box;
  background-color: #2d2d2d;
  width: 100%;
  padding: 56px 64px 24px;
}

.footer_container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_main {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_brand {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 328px;
  display: flex;
}

.footer_logo-placeholder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  width: 10rem;
  display: flex;
}

.footer_logo-text {
  color: #fff;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.footer_logo-sub {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0;
  font-family: Merriweather Sans, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.footer_tagline {
  color: #fff9;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.1px;
}

.footer_cta {
  color: #fff;
  letter-spacing: .42px;
  text-transform: uppercase;
  background-color: #e31837;
  border: 1px solid #e31837;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-family: Merriweather Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, transform .2s, box-shadow .2s, border-color .2s;
  display: inline-flex;
}

.footer_cta:hover {
  background-color: #c01530;
  border-color: #c01530;
  transform: scale(1.02);
  box-shadow: 0 6px 24px #e3183759;
}

.footer_nav {
  align-items: flex-start;
  display: flex;
}

.footer_nav-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 145px;
  display: flex;
}

.footer_nav-heading {
  color: #fff;
  letter-spacing: .14px;
  text-transform: uppercase;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 23.1px;
}

.footer_nav-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer_nav-link {
  color: #fff9;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.1px;
  text-decoration: none;
  transition: color .2s;
}

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

.footer_divider {
  background-color: #ffffff1a;
  flex-shrink: 0;
  width: 100%;
  height: 1px;
}

.footer_copyright {
  color: #fff6;
  text-align: center;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.8px;
}

.sticky_cta-btn {
  z-index: 9999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  pointer-events: none;
  background-color: #e31837;
  border-radius: 9999px;
  align-items: center;
  padding: 16px 16px 16px 32px;
  text-decoration: none;
  transition: opacity .25s, background-color .2s, transform .2s;
  display: inline-flex;
  position: fixed;
  bottom: 32px;
  right: 32px;
  box-shadow: 0 4px 20px #e3183766;
}

.sticky_cta-btn:hover {
  background-color: #c01530;
  transform: scale(1.03);
  box-shadow: 0 8px 28px #e3183780;
}

.sticky_cta-label {
  color: #fff;
  letter-spacing: .48px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Merriweather Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.sticky_cta-icon {
  background-color: #fff3;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.impact_image, .final-cta_image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

@media screen and (max-width: 991px) {
  .hero_inner {
    min-height: 600px;
    padding-bottom: 64px;
  }

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

  .hero_content {
    max-width: 100%;
  }

  .hero_heading {
    letter-spacing: -.8px;
    font-size: 48px;
    line-height: 56px;
  }

  .section_hall {
    padding: 64px 24px;
  }

  .hall_heading {
    font-size: 40px;
  }

  .section_progress {
    padding: 64px 24px;
  }

  .progress_heading {
    font-size: 36px;
  }

  .progress_actions {
    flex-wrap: wrap;
  }

  .section_donation {
    padding: 64px 24px;
  }

  .donation_heading {
    font-size: 32px;
  }

  .donation_cards {
    flex-wrap: wrap;
  }

  .donation_card {
    flex-basis: calc(50% - 16px);
  }

  .section_impact {
    padding: 64px 24px;
  }

  .impact_container {
    flex-direction: column;
  }

  .impact_content {
    flex-basis: auto;
    max-width: 100%;
  }

  .impact_image-wrap {
    flex-basis: auto;
    width: 100%;
    height: 320px;
  }

  .section_stats {
    padding: 64px 24px;
  }

  .stats_container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
  }

  .stats_left {
    flex-basis: auto;
    width: 100%;
  }

  .stats_heading {
    font-size: 36px;
  }

  .stats_grid {
    width: 100%;
  }

  .stats_row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stats_number {
    font-size: 52px;
  }

  .stats_label {
    font-size: 16px;
  }

  .section_events {
    padding: 64px 24px;
  }

  .events_heading {
    font-size: 36px;
  }

  .section_donate {
    padding: 64px 24px;
  }

  .donate_heading {
    font-size: 32px;
  }

  .donate_cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .donate_card {
    flex-basis: calc(50% - 12px);
  }

  .section_final-cta {
    flex-direction: column;
  }

  .final-cta_image-side {
    flex-basis: auto;
    width: 100%;
    min-height: 300px;
  }

  .final-cta_content-side {
    flex-basis: auto;
    padding: 64px 24px;
  }

  .footer_wrap {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_main {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .sticky_cta-btn {
    bottom: 16px;
    right: 16px;
  }

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

@media screen and (max-width: 767px) {
  .hero_heading {
    letter-spacing: -.6px;
    font-size: 40px;
    line-height: 48px;
  }

  .progress_timer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .timer_unit {
    width: 90px;
    min-height: 100px;
    padding: 20px 12px;
  }

  .timer_number {
    font-size: 40px;
  }

  .timer_label {
    letter-spacing: 2px;
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .hero_inner {
    min-height: 500px;
    padding-bottom: 48px;
  }

  .hero_logo-wrap {
    margin-bottom: 48px;
  }

  .hero_heading {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 38px;
  }

  .section_hall {
    padding: 48px 16px;
  }

  .hall_heading {
    font-size: 28px;
  }

  .section_progress {
    padding: 48px 16px;
  }

  .progress_heading {
    font-size: 28px;
  }

  .progress_timer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .timer_unit {
    width: 76px;
    min-height: 88px;
    padding: 16px 8px;
  }

  .timer_number {
    font-size: 36px;
  }

  .timer_label {
    letter-spacing: 1.5px;
    font-size: 10px;
  }

  .section_donation {
    padding: 48px 16px;
  }

  .donation_heading {
    font-size: 24px;
  }

  .donation_card {
    flex-basis: 100%;
  }

  .section_impact {
    padding: 48px 16px;
  }

  .impact_list {
    flex-direction: column;
  }

  .impact_list-col {
    flex-basis: 100%;
    width: 100%;
    min-width: 0;
  }

  .impact_list-text {
    white-space: normal;
  }

  .impact_image-wrap {
    height: 240px;
  }

  .section_stats {
    padding: 48px 16px;
  }

  .stats_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .stats_heading {
    font-size: 28px;
  }

  .stats_row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stats_number {
    font-size: 40px;
  }

  .stats_label {
    font-size: 14px;
  }

  .section_events {
    padding: 48px 16px;
  }

  .events_heading {
    font-size: 28px;
  }

  .section_donate {
    padding: 48px 16px;
  }

  .donate_heading {
    font-size: 24px;
  }

  .donate_cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .donate_card {
    flex-basis: 100%;
  }

  .section_final-cta {
    flex-direction: column;
    min-height: 0;
  }

  .final-cta_image-side {
    min-height: 220px;
  }

  .final-cta_content-side {
    padding: 48px 16px;
  }

  .footer_wrap {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sticky_cta-btn {
    padding: 12px 12px 12px 20px;
    bottom: 80px;
    right: 12px;
  }

  .container-large {
    padding-left: 16px;
    padding-right: 16px;
  }
}


