<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black span,
.text-black a,
.text-black,
a.text-black.slide-btn {
  color: #000 !important;
}

a.slide-btn:hover {
  filter: contrast(1.1) brightness(0.8);
  cursor: pointer;
}

a.slide-btn.no-fill.text-black {
  color: #fff !important;
}

a.slide-btn.no-fill.text-black:hover {
  color: #000 !important;
}

.main-color-text {
  color: var(--main-color) !important;
}

@media (max-width: 767px) {
  ul.custom-content-list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

ul.custom-content-list li {
  position: relative;
  padding-left: 26px;
  color: #232328;
}

ul.custom-content-list li::before {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #232328;
  border-radius: 50%;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.features-icon img {
  filter: brightness(100);
  width: 48px;
}

.social-profile-links a {
  color: var(--main-color);
}

.bg-primary {
  background-color: var(--main-color) !important;
}

a.btn-primary {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.content {
  flex: 1;
}

.mean-container .mean-nav {
  background-color: var(--main-color) !important;
}

.mean-container .mean-nav li a {
  color: #000 !important;
}

.form-message {
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-block;
}

.form-message.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.form-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

form#contact-form {
  text-align: center;
}

button[type="submit"][disabled] {
  cursor: no-drop;
  background-color: #ffd55f;
}

a.theme-link {
  text-decoration: underline;
  color: #b68602 !important;
}

a.theme-link:hover {
  color: #4b3801 !important;
}

a.theme-link-light {
  text-decoration: underline;
  color: #f9b902 !important;
}

a.theme-link-light:hover {
  color: #b68602 !important;
}
</pre></body></html>