@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --ewp-green: #1f5b3d;
  --ewp-anthracite: #252729;
  --ewp-offwhite: #f6f4ef;
  --ewp-line: #b0b4bb;
}

body {
  font-family: "Inter", "Source Sans 3", Arial, sans-serif;
  color: var(--ewp-anthracite);
  background: var(--ewp-offwhite);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--ewp-anthracite);
}

a {
  color: var(--ewp-anthracite);
}

a:hover {
  color: var(--ewp-green);
}

.site-section {
  background: transparent;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-primary {
  color: var(--ewp-green) !important;
}

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

.btn-primary:hover,
.btn-primary:focus {
  background-color: #17462f !important;
  border-color: #17462f !important;
}

.site-navbar {
  background: #ffffff !important;
}

.site-logo .logo-word {
  color: var(--ewp-green);
}

.site-logo .logo-plus {
  color: var(--ewp-anthracite);
}

.logo-wordmark {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.box-92819,
.box-29291,
.post-entry-1,
.service-29193,
.testimonial-1 {
  background: #ffffff;
}

.footer-heading,
.heading-39291,
.site-logo a {
  color: var(--ewp-anthracite);
}

.site-footer {
  background: #ffffff;
  color: var(--ewp-anthracite);
  border-top: 1px solid var(--ewp-line);
}

.site-footer a {
  color: var(--ewp-anthracite);
}

.box-92819 {
  width: min(92vw, 560px);
  max-width: 560px;
  box-sizing: border-box;
}

.box-92819 h1,
.box-92819 h2,
.box-92819 p {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.owl-1 .owl-dots,
.slide-one-item-alt-text .owl-dots {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .box-92819 {
    padding: 2.5rem;
  }
}

.ftco-cover-1 {
  position: relative;
  overflow: hidden;
}

.ftco-cover-1 .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ftco-cover-1 .container {
  position: relative;
  z-index: 2;
}
