<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**------------------------
 * PAGE
 * ------------------------ */
 
h3.first-title {
  font-size: 3.5rem;
  line-height: 1em;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 16px 0;
  padding: 0;
}


/**------------------------
 * SECTIONS
 * ------------------------ */

/** Carousel
 * ---------------------------- */
.scp-slide{
    min-height: 100px;
    text-align: center;
}


/**------------------------
 * PLUGINS
 * ------------------------ */


/** VIDEO
 * ------------------------ */
.vshare-icontainer.vshare-full {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.vshare-icontainer.vshare-full iframe.vshare {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
</pre></body></html>