.fst-site-footer {
  margin-top: 56px;
  color: rgba(255, 255, 255, .84);
  background: var(--fst-blue-dark);
  font-family: inherit;
}

.fst-site-footer svg:not(.fst-brand-logo-svg) {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fst-site-footer__main {
  padding: 54px 0 48px;
}

.fst-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, .7fr) minmax(150px, .7fr) minmax(260px, 1.05fr);
  gap: 42px;
  align-items: start;
}

.fst-site-footer__brand {
  max-width: 390px;
}

.fst-site-footer__brand,
.fst-site-footer__column,
.fst-site-footer__procurement {
  min-width: 0;
}

.fst-site-footer__wordmark {
  width: 225px;
  max-width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 7px 10px;
  border-radius: 7px;
  background: #fff;
  color: var(--fst-blue-dark);
  text-decoration: none;
  line-height: 1;
}

.fst-site-footer__wordmark .fst-brand-logo-svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 58px;
  overflow: visible;
}

.fst-site-footer__wordmark > span {
  display: flex;
  font-size: 25px;
  letter-spacing: .01em;
}

.fst-site-footer__wordmark strong:first-child {
  color: var(--fst-blue-dark);
}

.fst-site-footer__wordmark strong:last-child {
  color: var(--fst-green-dark);
}

.fst-site-footer__wordmark small {
  margin-top: 6px;
  color: var(--fst-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .38em;
}

.fst-site-footer__brand > p {
  max-width: 350px;
  margin: 22px 0 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.7;
}

.fst-site-footer__contact-list {
  display: grid;
  gap: 10px;
}

.fst-site-footer__contact-list > a,
.fst-site-footer__contact-list > span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .83);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.fst-site-footer__contact-list svg {
  flex: 0 0 auto;
  margin-top: 1px;
  color: #8fd2ed;
}

.fst-site-footer__column h2,
.fst-site-footer__procurement h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.fst-site-footer__column ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fst-site-footer__column a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1.4;
}

.fst-site-footer__column a:hover,
.fst-site-footer__column a:focus-visible,
.fst-site-footer__contact-list a:hover,
.fst-site-footer__contact-list a:focus-visible {
  color: #fff;
}

.fst-site-footer__procurement {
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--fst-radius-lg);
  background: rgba(255, 255, 255, .07);
}

.fst-site-footer__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #9cde61;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fst-site-footer__procurement h2 {
  margin-bottom: 10px;
  font-size: 19px;
}

.fst-site-footer__procurement p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.6;
}

.fst-site-footer__quote {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 13px;
  border-radius: var(--fst-radius-md);
  background: #fff;
  color: var(--fst-blue-dark);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 750;
}

.fst-site-footer__quote svg {
  width: 17px;
  height: 17px;
}

.fst-site-footer__whatsapp {
  display: inline-block;
  margin-top: 13px;
  color: #a5edb9;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.fst-site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .08);
}

.fst-site-footer__bottom-grid {
  min-height: 62px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  font-size: 11px;
}

.fst-site-footer__bottom-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
}

.fst-site-footer__bottom-grid p:last-child {
  text-align: right;
}

.fst-site-footer__bottom nav {
  display: flex;
  gap: 16px;
}

.fst-site-footer__bottom a {
  color: rgba(255, 255, 255, .74);
  text-decoration: none;
}

.fst-site-footer__bottom a:hover,
.fst-site-footer__bottom a:focus-visible {
  color: #fff;
}

@media (max-width: 1180px) {
  .fst-site-footer__grid {
    grid-template-columns: 1.25fr .75fr .75fr;
  }
  .fst-site-footer__procurement {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 30px;
  }
  .fst-site-footer__procurement .fst-site-footer__eyebrow,
  .fst-site-footer__procurement h2,
  .fst-site-footer__procurement p {
    grid-column: 1;
  }
  .fst-site-footer__procurement .fst-site-footer__quote,
  .fst-site-footer__procurement .fst-site-footer__whatsapp {
    grid-column: 2;
  }
  .fst-site-footer__procurement .fst-site-footer__quote {
    grid-row: 1 / span 2;
    min-width: 190px;
  }
}

@media (max-width: 760px) {
  .fst-site-footer {
    margin-top: 42px;
  }
  .fst-site-footer__main {
    padding: 42px 0 36px;
  }
  .fst-site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }
  .fst-site-footer__brand,
  .fst-site-footer__procurement {
    grid-column: 1 / -1;
  }
  .fst-site-footer__procurement {
    display: block;
  }
  .fst-site-footer__procurement .fst-site-footer__quote {
    margin-top: 8px;
  }
  .fst-site-footer__bottom-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 18px;
  }
  .fst-site-footer__bottom-grid p:last-child {
    text-align: left;
  }
}

@media (max-width: 470px) {
  .fst-site-footer__grid {
    grid-template-columns: 1fr;
  }
  .fst-site-footer__brand,
  .fst-site-footer__procurement {
    grid-column: auto;
  }
}
