<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* buttons */
/* horizontal-blocks */
/* line 1, ../sass/includes/_utils.scss */
strong {
  font-weight: 700;
}

/* line 5, ../sass/includes/_utils.scss */
img,
object {
  vertical-align: top;
}

/* line 10, ../sass/includes/_utils.scss */
.white-background {
  background: white;
}

/* line 14, ../sass/includes/_utils.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, ../sass/includes/_utils.scss */
.alignleft {
  float: left;
}

/* line 24, ../sass/includes/_utils.scss */
.alignright {
  float: right;
}

/* line 28, ../sass/includes/_utils.scss */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 33, ../sass/includes/_utils.scss */
.text-center {
  text-align: center;
}

/* line 37, ../sass/includes/_utils.scss */
.button {
  border-radius: 1rem;
  color: white !important;
  font-size: 2rem;
  font-weight: bold;
  padding: .9rem 5rem;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.5s ease;
}
/* line 47, ../sass/includes/_utils.scss */
.button:hover, .button:focus {
  color: white !important;
  text-decoration: none;
}
</pre></body></html>