<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 1, ../scss/_global.scss */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 5, ../scss/_global.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 1, ../scss/_masthead.scss */
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url(../img/bg-head.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}
/* line 8, ../scss/_masthead.scss */
header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
/* line 17, ../scss/_masthead.scss */
header.masthead h1 {
  font-size: 2rem;
}

/* line 2, ../scss/_showcase.scss */
.showcase .showcase-text {
  padding: 3rem;
}
/* line 5, ../scss/_showcase.scss */
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
@media (min-width: 768px) {
  /* line 10, ../scss/_showcase.scss */
  .showcase .showcase-text {
    padding: 7rem;
  }
}

/* line 1, ../scss/_icons.scss */
.features-icons {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* line 4, ../scss/_icons.scss */
.features-icons .features-icons-item {
  max-width: 20rem;
}
/* line 6, ../scss/_icons.scss */
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}
/* line 8, ../scss/_icons.scss */
.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}
/* line 14, ../scss/_icons.scss */
.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

/* line 21, ../scss/_icons.scss */
.borderless td, .borderless th {
  border-bottom: 0px !important;
  border-top: 0px;
}

/* line 1, ../scss/_testimonials.scss */
.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
/* line 4, ../scss/_testimonials.scss */
.testimonials .testimonial-item {
  max-width: 18rem;
}
/* line 6, ../scss/_testimonials.scss */
.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

/* line 1, ../scss/_call-to-action.scss */
.bg-light {
  background: url(../img/bg-head.png);
  height: 104px;
}

/* line 5, ../scss/_call-to-action.scss */
.btn-register {
  border: 2px solid #fff;
  font-family: prompt;
  font-size: 14px;
  color: #fff;
}

/* line 11, ../scss/_call-to-action.scss */
.btn-register:hover {
  border: 2px solid #fff;
  font-family: prompt;
  font-size: 14px;
  color: #fff;
}

/* line 17, ../scss/_call-to-action.scss */
.btn-download-format {
  font-family: prompt;
  font-size: 18px;
  color: #fff;
  background: #538234;
}

/* line 23, ../scss/_call-to-action.scss */
.btn-download-format:hover {
  font-family: prompt;
  font-size: 18px;
  color: #fff;
  background: #538234;
}

/* line 29, ../scss/_call-to-action.scss */
.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
/* line 36, ../scss/_call-to-action.scss */
.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

/* line 1, ../scss/_footer.scss */
footer.footer {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
</pre></body></html>