<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* UPDATED CALLOUT CTA */
.callout-cta {
  overflow: hidden;
  margin: 30px 0;
  padding: 0px 8px;
  background-color: transparent;
}
.callout-cta h3 {
  margin: 0;
  font-size: 24px;
  line-height: 28px !important;
  font-weight: 400;
  text-transform: none;
}
.callout-cta p {
  font-size: 16px;
  line-height: 24px !important;
  margin-bottom: 10px;
}
.callout-cta--content {
  text-align: center;
}
.callout-cta--links {
  margin-top: 10px;
  line-height: 0;
}
.callout-cta--links &gt; div {
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
}
.callout-cta--links a &gt; img {
  height: 39px;
  max-width: 200px;
}
.callout-cta--icon {
  display: none;
}
.callout-cta--icon img {
  width: 80px;
}

.callout-cta--mobile, .callout-cta--desktop, .callout-cta--android, .callout-cta--ios {
  display: none;
}

.callout-cta--desktop, .callout-cta--android, .callout-cta--ios {
  display: block;
}

.aboutus.apps .callout-cta--icon {
  display: none;
}
.aboutus.apps .callout-cta--content {
  padding-left: 0;
  text-align: center;
}

/* END CALLOUT CTA */</pre></body></html>