:root {
    --color-primary: #000000 !important;
    --color-secondary: #000000 !important;
    --color-tertiary: #e4f589 !important;
    --color-primary-text: #000000;
    --color-background: #ffffff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .template1 {
  h1,
  h2,
  h3,
  main .module-box h1:not([class^="text-"]) {
    font-weight: 400;
  }

  @media (min-width: 1280px) {
    h2 {
      font-size: 2.75rem;
    }
  }

  .footer {
    div {
      text-align: center;
      margin-bottom: 0;
      a {
        color: inherit !important;
      }
    }

    .footer-flex {
      justify-content: center;
    }
  }

  .header.transparent > div nav.desktop-nav > ul > li > a.btn:hover {
    background-color: var(--color-tertiary) !important;
    color: #024d4d !important;
  }

  .text-content ul {
    li {
      list-style-type: square !important;
    }
  }

  .rounded-md,
  .rounded-xl,
  .rounded-t-xl,
  .btn {
    border-radius: 0px;
  }

  .btn:hover,
  .bg-secondary:hover,
  header.transparent > div nav.desktop-nav > ul > li > a.btn:hover {
    background-color: var(--color-tertiary);
    color: var(--color-primary-text) !important;
  }

  .btn-tertiary {
    color: var(--color-primary-text) !important;
    &:hover {
      background-color: var(--color-primary-text) !important;
      color: #fff !important;
    }
  }

  .leaflet-container img.leaflet-tile {
    filter: grayscale(100%);
  }
}

#module-6734e5859d11d5a045235516 {
  > .container {
    .order-2 {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
    }
  }
}

#module-6734d86d9d11d5a0452354f7 {
  h2 {
    text-align: left;
  }
}

#module-677fdef5e2af6ad912c024ac {
  position: relative;
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-background);
    z-index: 0;
    max-width: 35vw;
  }
  > div {
    position: relative;
    z-index: 1;
  }
}

#module-6734e4bf9d11d5a045235515 {
  h1 {
    em {
      font-weight: 400;
    }
  }
  .bg-background {
    background: transparent;
    text-align: center;
  }
}

[data-page="6734caafa5066035cfabd7ee"] {
  background-color: #000;
  color: #fff;
  main > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

[data-page="6734c5f5a5066035cfabc8cb"] {
  @media (min-width: 1280px) {
    .banner-content {
      h1 {
        font-size: 4rem;
      }
      .btn {
        font-size: 1.1rem;
      }
    }
  }
}

.sharebox-container {
  button {
    svg,
    circle {
      fill: var(--color-primary-text);
    }
    &:hover {
      svg,
      circle {
        fill: var(--color-tertiary);
      }
    }
  }
  .flex > button:last-child {
    path {
      fill: var(--color-primary-text);
    }
    &:hover {
      path {
        fill: var(--color-tertiary);
      }
    }
  }
}
