:root {
  --hover-primary-color: #266C2C;
  --font-regular: "DM Sans",
    "sans-serif";
  --font-light: "DM Sans",
    "sans-serif";
  --font-thin: "DM Sans",
    "sans-serif";
  --font-medium: "DM Sans",
    "sans-serif";
  --font-semibold: "DM Sans",
    "sans-serif";
  --font-bold: "DM Sans",
    "sans-serif";
  --font-extrabold: "DM Sans",
    "sans-serif";
  --font-black: "DM Sans",
    "sans-serif";
}

.green {
  color: #3DB02D;
}

.services-page-grid.view-services .view-content,
.view-taxonomy-term .view-content {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}

@media (min-width: 49rem) {
  .services-page-grid.view-services .view-content,
  .view-taxonomy-term .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 63rem) {
  .services-page-grid.view-services .view-content,
  .view-taxonomy-term .view-content {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (min-width: 77.25rem) {
  .services-page-grid.view-services .view-content,
  .view-taxonomy-term .view-content {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.services-page-grid.view-services .view-content .views-row,
.view-taxonomy-term .view-content .views-row {
  transition: all 0.3s ease;
}

.services-page-grid.view-services .view-content .views-row:hover,
.view-taxonomy-term .view-content .views-row:hover {
  transform: scale(1.05);
}

.services-page-grid.view-services .service-teaser,
.view-taxonomy-term .service-teaser {
  box-shadow: unset;
  border-radius: 12px;
  border: 1px solid var(--light-grey);
}

.services-page-grid.view-services .service-teaser img,
.view-taxonomy-term .service-teaser img {
  border-radius: 12px;
  height: 150px;
  object-fit: cover;
}

.services-page-grid.view-services .service-teaser .node__title,
.view-taxonomy-term .service-teaser .node__title {
  font-family: var(--font-medium);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  color: var(--text-color);
  margin-bottom: 10px;
}

.services-page-grid.view-services .service-teaser .field--name-body,
.view-taxonomy-term .service-teaser .field--name-body {
  font-family: var(--font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  color: var(--text-color);
}

.services-page-grid.view-services .service-teaser .field--name-body p,
.services-page-grid.view-services .service-teaser .field--name-body h1,
.services-page-grid.view-services .service-teaser .field--name-body h2,
.services-page-grid.view-services .service-teaser .field--name-body h3,
.services-page-grid.view-services .service-teaser .field--name-body h4,
.services-page-grid.view-services .service-teaser .field--name-body span,
.services-page-grid.view-services .service-teaser .field--name-body b,
.services-page-grid.view-services .service-teaser .field--name-body strong,
.services-page-grid.view-services .service-teaser .field--name-body a,
.view-taxonomy-term .service-teaser .field--name-body p,
.view-taxonomy-term .service-teaser .field--name-body h1,
.view-taxonomy-term .service-teaser .field--name-body h2,
.view-taxonomy-term .service-teaser .field--name-body h3,
.view-taxonomy-term .service-teaser .field--name-body h4,
.view-taxonomy-term .service-teaser .field--name-body span,
.view-taxonomy-term .service-teaser .field--name-body b,
.view-taxonomy-term .service-teaser .field--name-body strong,
.view-taxonomy-term .service-teaser .field--name-body a {
  font-family: var(--font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  color: var(--text-color);
}

.services-page-grid.view-services .bef-links ul,
.view-taxonomy-term .bef-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-page-grid.view-services .bef-links ul a,
.view-taxonomy-term .bef-links ul a {
  display: block;
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color-70);
  padding: 8px 16px;
  text-decoration: none;
}

.services-page-grid.view-services .bef-links ul a.bef-link--selected,
.view-taxonomy-term .bef-links ul a.bef-link--selected {
  background-color: #F6F6F7;
  color: var(--primary-color);
}

.services-page-grid.view-services .bef-links ul a:hover,
.view-taxonomy-term .bef-links ul a:hover {
  color: var(--accent-color);
}

.services-page-grid.view-services form .form-actions,
.view-taxonomy-term form .form-actions {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.banner-generic-full {
  min-height: inherit;
}

.banner-generic-full .container {
  min-height: inherit;
  padding: 0;
}

.banner-generic-full .main-content {
  padding: 5rem 0 4rem 0;
  transform: inherit;
  position: inherit;
  background: none;
  top: inherit;
  width: inherit;
  transform: none;
}

[dir="ltr"] .banner-generic-full .main-content {
  left: inherit;
}

[dir="rtl"] .banner-generic-full .main-content {
  right: inherit;
}

@media (min-width: 49rem) {
  .banner-generic-full .main-content {
    max-width: inherit;
    min-width: inherit;
    transform: inherit !important;
  }

  [dir="ltr"] .banner-generic-full .main-content {
    left: inherit;
  }

  [dir="rtl"] .banner-generic-full .main-content {
    right: inherit;
  }
}

.banner-generic-full .field--name-field-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: var(--text-color);
  letter-spacing: -1.6px;
}

.banner-generic-full .field--name-field-title:nth-child(2) {
  margin-top: 16px;
}

.banner-generic-full .field--name-field-title:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 48rem) {
  .banner-generic-full .field--name-field-title {
    font-size: 24px;
    line-height: normal;
  }
}

.banner-generic-full .field--name-field-long-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}

.banner-generic-full .field--name-field-long-description:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 49rem) {
  [dir="ltr"] .banner-generic-full .addtoany_list {
    margin: 0 0 0 auto;
  }

  [dir="rtl"] .banner-generic-full .addtoany_list {
    margin: 0 auto 0 0;
  }
}

.services-full-node.node--type-service .banner-generic-full {
  margin-bottom: 64px;
}

.services-full-node.node--type-service .banner-generic-full .secondary-button {
  font-family: var(--font-regular);
  font-weight: 400;
}

.services-full-node.node--type-service .banner-generic-full .secondary-button[href=""], .services-full-node.node--type-service .banner-generic-full .secondary-button[href="#"], .services-full-node.node--type-service .banner-generic-full .secondary-button:not([href]) {
  background: var(--accent-color-50);
  border-color: var(--accent-color-50);
  pointer-events: none;
}

.services-page-grid.view-services {
  padding-top: 2rem;
}

@media (max-width: 76.25rem) {
  .services-page-grid.view-services .view-content {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 62rem) {
  .services-page-grid.view-services .view-content {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 48rem) {
  .services-page-grid.view-services .view-content {
    grid-template-columns: 1fr !important;
  }
}

.node--view-mode-minified-teaser {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 12px;
}

.node--view-mode-minified-teaser .node__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 100%;
  color: #201E1C;
  position: absolute;
  top: 20px;
  max-width: 280px;
  text-align: center;
  z-index: 1;
}

.node--view-mode-minified-teaser .node__content .field--name-field-service-image img {
  margin: 0;
  border-radius: 12px;
}

/*# sourceMappingURL=services.css.map*/