:root {
  --black: black;
  --white: white;
  --lime-green: #7bd14a;
  --black-2: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  min-height: 50vh;
}

.navbar {
  background-color: var(--black);
}

.image {
  padding: 10px;
}

.nav-menu {
  margin-top: 15px;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--lime-green);
}

.nav-link-2, .nav-link-3 {
  color: var(--white);
}

.section-2, .contact {
  min-height: 50vh;
}

.heading {
  text-align: right;
  font-weight: 400;
}

.heading-2 {
  color: var(--lime-green);
  text-align: right;
  font-weight: 700;
}

.column {
  border-right: 2px solid var(--lime-green);
  color: var(--black-2);
  flex-direction: column;
  display: flex;
}

.container {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-3 {
  font-weight: 600;
}

.heading-4 {
  font-weight: 400;
}

.heading-5 {
  color: var(--lime-green);
  font-weight: 700;
}

.heading-6, .heading-7 {
  font-weight: 600;
}

.section-4 {
  background-color: var(--lime-green);
}

.text-block {
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 14px;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-block {
  margin-top: 5px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.heading-8, .heading-9 {
  text-align: center;
}

.heading-10 {
  text-align: center;
  font-size: 16px;
}

.section-5 {
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: var(--lime-green);
  text-align: center;
}

.heading-12 {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-13, .heading-14 {
  margin-top: 0;
  font-weight: 400;
}

.image-2 {
  border-radius: 10px;
  margin-bottom: 20px;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.dropdown {
  color: var(--white);
}

.text-block-2 {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.icon {
  color: var(--white);
  margin-bottom: 25px;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.dropdown-link {
  color: var(--white);
  font-weight: 500;
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-link-2 {
  color: var(--white);
  font-weight: 500;
}

.dropdown-link-2.w--current {
  color: var(--lime-green);
}

.dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  color: var(--white);
  font-weight: 500;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: var(--lime-green);
  text-align: center;
  margin-bottom: 60px;
}

.section-6 {
  min-height: 50vh;
  background-image: url('../images/IMG_4631.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-7 {
  min-height: 50vh;
  background-image: url('../images/IMG_4561.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-8 {
  min-height: 50vh;
  background-image: url('../images/IMG_4629.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-9 {
  min-height: 50vh;
  background-image: url('../images/IMG_4628.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-10 {
  min-height: 50vh;
  background-image: url('../images/IMG_4626.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-17 {
  color: var(--lime-green);
  text-align: center;
}

.heading-18 {
  text-align: center;
  font-weight: 600;
}

.section-11 {
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  min-height: 50vh;
}

.heading-19 {
  color: var(--lime-green);
}

.div-block-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-20 {
  color: var(--black-2);
}

.div-block-6 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.image-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.section-12 {
  min-height: auto;
}

.container-3 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-21 {
  color: var(--lime-green);
  text-align: center;
}

.heading-22 {
  text-align: center;
  font-weight: 500;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-23, .heading-24 {
  text-align: center;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.section-13 {
  margin-bottom: 50px;
}

.grid-3 {
  grid-template-rows: auto auto auto;
}

.heading-25 {
  color: var(--lime-green);
  text-align: center;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  color: var(--black-2);
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: underline;
}

.heading-26 {
  color: var(--lime-green);
  text-align: center;
}

.heading-27 {
  text-align: center;
  font-weight: 500;
}

.container-4 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5 {
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-28 {
  font-weight: 500;
}

.heading-29 {
  color: var(--lime-green);
  margin-top: 0;
}

.link-block-3 {
  color: var(--lime-green);
  text-decoration: none;
}

.link-block-3:hover {
  text-decoration: underline;
}

.div-block-10 {
  text-align: right;
}

.heading-30 {
  color: var(--lime-green);
  text-align: center;
}

.heading-31 {
  text-align: center;
  font-weight: 500;
}

.container-6 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-7 {
  min-height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-32 {
  font-weight: 500;
}

.div-block-11 {
  text-align: right;
}

.heading-33 {
  color: var(--lime-green);
  margin-top: 0;
}

.link-block-4 {
  color: var(--lime-green);
  text-decoration: none;
}

.link-block-4:hover {
  text-decoration: underline;
}

.container-8 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-34 {
  color: var(--lime-green);
  text-align: center;
}

.heading-35 {
  text-align: center;
  font-weight: 500;
}

.container-9 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-36 {
  font-weight: 500;
}

.heading-37 {
  text-align: right;
}

.heading-38 {
  color: var(--lime-green);
  text-align: right;
  margin-top: 0;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.link-block-5 {
  color: var(--lime-green);
  text-decoration: none;
}

.link-block-5:hover {
  text-decoration: underline;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-14 {
  min-height: 50vh;
  background-image: url('../images/IMG_4559.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-39 {
  color: var(--lime-green);
  text-align: center;
}

.heading-40 {
  text-align: center;
  font-weight: 500;
}

.container-10 {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-bottom: 20px;
}

.image-5, .image-6, .image-7 {
  border-radius: 10px;
}

.image-8 {
  margin-bottom: 20px;
}

.image-9 {
  border-radius: 10px;
  display: block;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link-block-6 {
  color: var(--black-2);
  text-decoration: none;
}

.link-block-6:hover {
  text-decoration: underline;
}

.link-block-7 {
  color: var(--black-2);
  text-decoration: none;
}

.link-block-7:hover {
  text-decoration: underline;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 60px;
}

.slider {
  min-height: 50vh;
}

.slide {
  background-image: url('../images/IMG_4558.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/IMG_4560.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_4561.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--black);
    margin-top: 0;
  }

  .grid {
    grid-template-columns: 1.25fr 1fr;
  }

  .icon-2 {
    color: var(--white);
  }

  .menu-button {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: var(--lime-green);
  }

  .heading-22 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }

  .heading-27, .heading-31 {
    font-size: 22px;
    line-height: 28px;
  }

  .container-8 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .column {
    border-bottom: 2px solid var(--lime-green);
    border-right-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-6, .heading-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .grid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .heading-18 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .grid-2 {
    grid-row-gap: 32px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-4, .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-30 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-31 {
    font-size: 18px;
    line-height: 24px;
  }

  .container-6, .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-34 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-35 {
    font-size: 18px;
    line-height: 24px;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-39 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-40 {
    font-size: 18px;
    line-height: 24px;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns {
    margin-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    margin-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 30vh;
  }

  .grid {
    grid-row-gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-12 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .heading-16 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-6, .section-7, .section-8, .section-9, .section-10 {
    min-height: 30vh;
  }

  .heading-17 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-18 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .heading-21 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-22 {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-3 {
    grid-row-gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25, .heading-26 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-27 {
    font-size: 18px;
    line-height: 24px;
  }

  .container-5 {
    margin-bottom: 50px;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-30 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-31 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-11 {
    text-align: left;
  }

  .container-9 {
    margin-bottom: 50px;
  }

  .heading-37, .heading-38 {
    text-align: left;
  }

  .section-14 {
    min-height: 30vh;
  }

  .columns {
    margin-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .heading-41, .heading-42 {
    font-size: 20px;
    line-height: 26px;
  }

  .grid-4 {
    margin-bottom: 50px;
  }

  .columns-2 {
    margin-bottom: 60px;
  }

  .grid-5 {
    grid-row-gap: 32px;
    margin-bottom: 20px;
  }

  .grid-6 {
    grid-row-gap: 32px;
  }

  .slider {
    min-height: 30vh;
  }
}

#w-node-_4b26dc65-18a4-2c92-8269-5f798ebac61c-b0774770 {
  align-self: start;
  justify-self: center;
}

#w-node-_10c8389b-77fd-0d79-f391-1f1824530a52-1ea4abbd {
  align-self: center;
}

#w-node-c034151a-e085-4487-c1b8-66bfffe36015-1ea4abbd {
  align-self: center;
  justify-self: end;
}

#w-node-b52c67a8-e1f8-eff3-d3d1-bf40a55cf29c-1ea4abbd {
  align-self: center;
  justify-self: start;
}

#w-node-_1f65316d-d656-1ec2-6a52-7b92722c7f79-23a7a2f0 {
  justify-self: end;
}

#w-node-_92319446-b279-0d60-6a56-cfe29267b777-eae3df48 {
  align-self: center;
  justify-self: start;
}

#w-node-d3e071cd-23f1-6ea3-ec1f-13aef4de3b9a-eae3df48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7f917491-46dc-d639-6b4e-c0c04f2b73e2-eae3df48 {
  align-self: center;
  justify-self: end;
}

#w-node-_1e7ea83a-77f5-f58e-e094-c2b38a67ceda-ad85eb3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_634504c1-ec7c-f455-c403-ddb273f27596-ad85eb3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_34ff7b62-7b8d-ac2d-8599-8bbe60445fbf-45b55761 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_7c5a2de3-8cc4-4715-0f28-b8b4f84ec409-b0774770, #w-node-_1f50866f-6a66-8f10-3b51-563bc10a3ff5-b0774770 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4b26dc65-18a4-2c92-8269-5f798ebac61c-b0774770 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_8f9515fb-92d1-d36b-6b5e-2462dd96c705-b0774770 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_634504c1-ec7c-f455-c403-ddb273f27596-ad85eb3a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9c8d7fef-10e9-0331-3bbd-98f4ea853381-ad85eb3a, #w-node-_35203478-6fae-730d-7696-fd197996f3b0-45b55761, #w-node-a4290d43-77d4-bb15-7799-2bb58704dd50-45b55761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c5a2de3-8cc4-4715-0f28-b8b4f84ec409-b0774770, #w-node-_1f50866f-6a66-8f10-3b51-563bc10a3ff5-b0774770 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4b26dc65-18a4-2c92-8269-5f798ebac61c-b0774770 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_10c8389b-77fd-0d79-f391-1f1824530a52-1ea4abbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-c034151a-e085-4487-c1b8-66bfffe36015-1ea4abbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: end;
  }

  #w-node-b52c67a8-e1f8-eff3-d3d1-bf40a55cf29c-1ea4abbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-e0125ef4-7f2c-ed5f-149c-90d661f8eb2f-1ea4abbd, #w-node-cc946d46-7b6e-39d5-b8ae-0757d9ca6f38-23a7a2f0, #w-node-d50e188b-dbea-bf15-941e-843e33749028-23a7a2f0, #w-node-_85c37caa-cbde-ffe2-bd5d-dc30f7e3fce4-23a7a2f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f65316d-d656-1ec2-6a52-7b92722c7f79-23a7a2f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_92319446-b279-0d60-6a56-cfe29267b777-eae3df48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-d3e071cd-23f1-6ea3-ec1f-13aef4de3b9a-eae3df48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_1d7af19d-7e5f-a98f-801a-98fe312dd4d7-eae3df48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f917491-46dc-d639-6b4e-c0c04f2b73e2-eae3df48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_155691a2-1dd8-1ff0-f3cb-ab5271678e37-45b55761, #w-node-f8209ae6-dfa5-cae4-baf0-0dc11dfdb5fa-45b55761 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


