.site-footer {
  background-color: #fff;
}

.footer-cta {
  background-color: #fafafa;
  padding: 3.125rem 0 2.875rem;
}
@media (min-width: 768px) {
  .footer-cta {
    padding: 5rem 0 7.5rem;
  }
}
@media (min-width: 1200px) {
  .footer-cta {
    padding: 5.625rem 0 5.625rem;
  }
}
.footer-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer-cta .footer-cta__heading {
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  max-width: 16ch;
}
@media (min-width: 992px) {
  .footer-cta .footer-cta__heading {
    font-size: 4rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .footer-cta .footer-cta__heading {
    font-size: 4.75rem;
  }
}
.footer-cta .footer-cta__sub {
  font-size: 1rem;
  color: rgb(87, 87, 87);
  line-height: 1.7;
  margin-bottom: 1.875rem;
  max-width: 86%;
}
@media (min-width: 768px) {
  .footer-cta .footer-cta__sub {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .footer-cta .footer-cta__sub {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .footer-cta .footer-cta__sub {
    font-size: 1.375rem;
  }
}

.footer-bar {
  background-color: #fafafa;
  border-top: 1px solid rgb(186, 186, 186);
  padding: 1.25rem 0;
}
@media (min-width: 1200px) {
  .footer-bar {
    padding: 1.875rem 0;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 0.75rem;
}
@media (min-width: 768px) {
  .footer-nav {
    gap: 0 1rem;
  }
}

.footer-nav__sep {
  color: #d1d5db;
  font-size: 0.8125rem;
  display: none;
}
@media (min-width: 768px) {
  .footer-nav__sep {
    display: inline;
    font-size: 0.875rem;
  }
}

.footer-nav__link {
  font-size: 0.875rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .footer-nav__link:hover {
    color: #111827;
  }
}

.footer-nav__copy {
  font-size: 0.875rem;
  color: #000;
}

.footer-cta__btn {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 14px;
  padding-inline: 12px;
  padding-block: 12px;
}
.footer-cta__btn .arrow {
  max-width: 16px;
  display: inline-block;
}
.footer-cta__btn .arrow svg {
  width: 100%;
  height: 100%;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.footer-social .social-link {
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-social .social-link:hover {
  color: #2e7d32;
}