<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* IMPORT THE FRAMEWORK */
.main-content .video-container, .main-content .bullet-list li, .main-content {
  position: relative;
}

.main-content .video-container iframe, .main-content .bullet-list li:before {
  position: absolute;
}

.main-content .bullet-list li:before, .main-content .bullet-list li, .main-content p, .main-content .double-images figure figcaption p, .main-content figure figcaption p, .main-content h3, .main-content h2 {
  display: block;
}

.main-content {
  box-sizing: border-box;
}

.main-content .double-images figure figcaption p, .main-content figure figcaption p {
  text-align: center;
}

.main-content {
  width: 60%;
}

.main-content h3, .main-content h2 {
  font-family: "neurial_grotesk", sans-serif;
}

.main-content h3, .main-content h2 {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-content h3, .main-content h2 {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .main-content h3, .main-content h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .main-content h3, .main-content h2 {
    font-size: 1em;
  }
}

.main-content .double-images figure figcaption p, .main-content figure figcaption p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-content .double-images figure figcaption p, .main-content figure figcaption p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .main-content .double-images figure figcaption p, .main-content figure figcaption p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .main-content .double-images figure figcaption p, .main-content figure figcaption p {
    font-size: 0.95em;
  }
}

.main-content .bullet-list li, .main-content p {
  font-size: 0.875em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .main-content .bullet-list li, .main-content p {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .main-content .bullet-list li, .main-content p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 450px) {
  .main-content .bullet-list li, .main-content p {
    font-size: 0.7em;
  }
}

.main-content h3, .main-content h2 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}

.main-content .bullet-list li, .main-content p, .main-content .double-images figure figcaption p, .main-content figure figcaption p {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.hero {
  background-image: url("/app/images/about/hero.jpg");
}

.main-content {
  margin: 4.5em auto;
  /* DOUBLE IMAGES */
  /* TRIPLE COLUMNS */
  /* BULLET LIST */
  /* VIDEO */
}
.main-content h2 {
  margin-top: 1.5em;
}
.main-content a {
  color: #229780;
}
.main-content figure {
  width: 100%;
}
.main-content figure img {
  width: 100%;
  height: auto;
}
.main-content .double-images {
  overflow: auto;
}
.main-content .double-images figure {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.main-content .double-images figure:last-of-type {
  margin-right: 0 !important;
}
.main-content .triplecols {
  overflow: auto;
}
.main-content .triplecols &gt; div {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.main-content .triplecols &gt; div:nth-of-type(3n) {
  margin-right: 0;
}
.main-content .triplecols &gt; div:nth-of-type(3n+1) {
  clear: left;
}
.main-content .bullet-list {
  overflow: auto;
  margin: 0.8em 1em;
}
.main-content .bullet-list li {
  padding-left: 18px;
}
.main-content .bullet-list li:before {
  content: " ";
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: #229780;
}
.main-content .video-container {
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 1.5em 0;
}
.main-content .video-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
</pre></body></html>