<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 992px) {
  .section--quote {
    padding-block: 120px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .section--quote {
    padding-block: 56.016px;
  }
}
.section--quote .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-style: normal;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .section--quote .title {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (max-width: 991.98px) {
  .section--quote .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px;
  }
}
@media (min-width: 992px) {
  .section--quote .title {
    text-align: center;
    width: 80%;
    margin-inline: auto;
  }
}
.section--quote .footer-text {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #6E747C;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.section--quote .footer-text span {
  color: #1b1b1b;
}
</pre></body></html>