<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---google review-- */
.google-review-review {
  border-top: 1px solid #e0e0e0;
  display: flex;
  padding: 10px 10px;
}
.google-review-review a {
  color: #004fa3;
  text-decoration: underline;
}
.google-review-avatar-container {
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  min-width: 64px;
  min-height: 64px;
}
.google-review-feature-label-row {
  display: flex;
  justify-content: flex-end;
}
.google-review-feature-label-row p {
  font-size: 1em;
  font-weight: 400;
}
.google-review-avatar-container img {
  width: 100%;
  height: 100%;
}
.google-review-detail-container {
  padding-left: 10px;
}
.google-review-review-header-container p {
  display: inline;
  font-size: 1.2em;
}

.google-review-reviewer-name {
  font-weight: bold;
}
.google-review-star {
  color: #993b00;
}
.google-review-see-all-row {
  display: flex;
  justify-content: flex-end;
}

.see-all-google-reviews {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
.see-all-google-reviews:hover {
  color: #000000;
  text-decoration: none;
}

/* --highlight-- */
.container-highlight {
  background: url(../images/stock10.avif) no-repeat center center;
  background-size: cover;
}
.highlight-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.row &gt; div:nth-child(odd) .highlight-column {
  background-color: var(--accent-color);
}
.row &gt; div:nth-child(even) .highlight-column {
  background-color: var(--main-color);
}
@media (max-width: 575.98px) {
  .highlight-img {
    height: auto;
  }

  .hero-img {
    background: url(../images/bg-hero-mobile.avif) no-repeat center top;
    background-size: cover;
    min-height: 22rem;
  }

  .hero-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-img {
    background: url(../images/bg-hero.avif) no-repeat 55% center;
    background-size: cover;
    min-height: 30rem;
  }
  .hero-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hero-img {
    background: url(../images/bg-hero.avif) no-repeat 55% center;
    background-size: cover;
  }
  .hero-text {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
</pre></body></html>