.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Khand, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 98px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Khand, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Khand, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

p {
  color: #283618;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.navigation {
  width: 100%;
  max-width: 1180px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #606c38;
  border-radius: 8px 999px 999px 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  top: 24px;
  left: 370px;
}

.frame-80 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  width: 80.044px;
  height: 56px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  color: #283618;
  letter-spacing: -.15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.opacity {
  opacity: .6;
}

.paragraph.opacity.center {
  text-align: center;
}

.paragraph.opacity.center.dark {
  color: #2a361c;
}

.paragraph.beige {
  color: #fefae0;
}

.paragraph.beige.opacity {
  display: block;
}

.frame-77 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #bc6c25;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 48px;
  text-decoration: none;
  display: flex;
}

.page-wrapper {
  width: 100%;
  height: 100%;
}

.page-padding {
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.page-padding.gallery {
  margin-bottom: -600px;
}

.page-padding.testimonials {
  padding-top: 556px;
}

.page-padding.footer {
  padding-bottom: 80px;
}

.container {
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.container.hero {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.nav {
  justify-content: space-between;
  display: flex;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #606c38;
  border-radius: 8px 999px 999px 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: none;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.beige {
  color: #fefae0;
  transition: all .2s;
}

.nav-link.beige:hover {
  color: #dda15e;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.button-primary {
  color: #fefae0;
  background-color: #1a1b1f;
  border-radius: 999px;
  padding: 14px 48px;
  font-size: 18px;
  line-height: 28px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.dark-orange {
  background-color: #bc6c25;
  align-self: flex-start;
}

.button-primary.dark-orange:hover {
  color: #283618;
  background-color: #fefae0;
}

.button-primary.dark-orange.mobile, .button-primary.dark-orange.mobile.w--current {
  display: none;
}

.button-primary.beige {
  color: #283618;
  background-color: #fefae0;
}

.button-primary.beige:hover {
  color: #fefae0;
  background-color: #bc6c25;
}

.nav-brand-wrapper {
  flex: 1;
}

.section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section.hero {
  width: 100vw;
  height: 100vh;
  background-color: #283618;
}

.section.light-green {
  background-color: #606c38;
}

.section.light-orange {
  background-color: #dda15e;
  padding-bottom: 1px;
  overflow: visible;
}

.section.dark-green {
  background-color: #283618;
}

.flex-block {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.paragraph-big {
  letter-spacing: -.3px;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-big.dark-orange {
  color: #bc6c25;
  text-decoration: underline;
}

.paragraph-big.dark-orange:hover {
  color: #dda15e;
}

.paragraph-big.beige {
  color: #fefae0;
}

.paragraph-big.beige.opacity {
  opacity: .6;
}

.h1 {
  color: #283618;
}

.h1.center {
  text-align: center;
}

.h1.beige {
  color: #fefae0;
}

.h1-highlight {
  color: #fefae0;
  background-color: #bc6c25;
  border-radius: 8px;
  padding: 16px 12px 0;
  display: inline-block;
}

.flex-block-2 {
  align-items: center;
}

.flex-block-2.mb-64 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 64px;
}

.marquee-horizontal_wrapper {
  width: 100%;
  background-color: #bc6c25;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal_panel {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-horizontal_text {
  color: #fefae0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 24px;
}

.flex-block-3 {
  justify-content: space-between;
}

.flex-block-4 {
  width: 580px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
}

.paragraph-bigger {
  font-size: 24px;
  line-height: 36px;
}

.paragraph-bigger.beige {
  color: #fefae0;
}

.paragraph-bigger.beige.opacity {
  opacity: .6;
}

.divider {
  width: 100%;
  height: 1px;
  opacity: .2;
  background-color: #283618;
}

.divider.beige {
  background-color: #fefae0;
}

.info._380px {
  width: 380px;
}

.info._580px {
  width: 580px;
}

.heading-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.flex-block-heading {
  width: 100%;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: flex-end;
}

.flex-block-heading.vertical {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
}

.grid-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 128px;
}

.services-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #313e20;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.h3.center {
  text-align: center;
}

.h3.beige {
  color: #fefae0;
}

.list-item {
  background-color: rgba(254, 250, 224, .08);
  border-radius: 4px;
  padding: 12px;
}

.services-list {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.beige {
  color: #fefae0;
}

.paragraph-small.beige.opacity {
  opacity: .6;
}

.services-number {
  width: 40px;
  height: 40px;
  background-color: #bc6c25;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-number-text {
  color: #fefae0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Khand, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.h2.beige {
  color: #fefae0;
}

.flex-block-5 {
  width: 480px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.image {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  justify-content: stretch;
  align-items: start;
  margin-top: 128px;
  display: flex;
}

.gallery-image {
  border-radius: 8px;
}

.col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-4-copy {
  width: 580px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
}

.slider {
  height: 315px;
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
}

.left-arrow {
  width: 64px;
  height: 64px;
  border: 1px solid #bc6c25;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  width: 64px;
  height: 64px;
  border: 1px solid #bc6c25;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 76px;
  right: auto;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
}

.row {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

.flex-block-7 {
  width: 100%;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

.flex-block-8 {
  width: 480px;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex: 0 auto;
}

.flex-block-9 {
  flex: 1;
}

.contact-card {
  width: 100%;
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(254, 250, 224, .08);
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  padding: 48px;
  display: flex;
}

.contact-card.down {
  border-radius: 0 0 8px 8px;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.contact-form-wrapper {
  background-color: rgba(254, 250, 224, .08);
  border-radius: 8px;
  flex: 1;
  padding: 48px;
}

.form-block {
  width: 100%;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.text-field {
  height: 56px;
  color: #fefae0;
  background-color: rgba(254, 250, 224, .08);
  border: 1px #000;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.text-field.message {
  height: 128px;
}

.success-message {
  background-color: rgba(254, 250, 224, .08);
}

.error-message {
  border-radius: 8px;
}

.copy-wrapper {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  display: flex;
}

.div-block-2 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.button-secondary {
  color: #bc6c25;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bc6c25;
  border-radius: 999px;
  padding: 14px 48px;
  font-size: 18px;
  line-height: 28px;
}

.button-secondary.align-center {
  align-self: center;
}

.button-secondary.align-center.mt-24 {
  margin-top: 24px;
  transition: all .2s;
}

.button-secondary.align-center.mt-24:hover {
  color: #283618;
  border-color: #283618;
}

.heading-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #bc6c25;
  border-radius: 4px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.heading-label.align-center {
  align-self: center;
}

.label-dot {
  width: 8px;
  height: 8px;
  background-color: #dda15e;
  border-radius: 999px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: #606c38;
  border-radius: 8px 64px 64px 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: fixed;
  top: 8px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  flex: 1;
}

.nav-menu-wrapper-2 {
  flex: 0 auto;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar {
  max-width: 1180px;
  background-color: #606c38;
  border-radius: 8px 56px 56px 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  position: fixed;
  top: 8px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  max-width: 1180px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  align-self: center;
}

.brand {
  flex: 1;
  align-self: center;
}

.menu-button-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.cut {
  width: 128px;
  height: 128px;
  background-color: #fff;
  position: absolute;
}

.cut.top-right {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cut.top-left {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cut.top-left.light-green {
  background-color: #606c38;
}

.cut.bottom-right {
  top: auto;
  bottom: 599px;
  left: auto;
  right: 0%;
}

.cut.bottom-left {
  top: auto;
  bottom: 599px;
  left: 0%;
  right: auto;
}

.image-5 {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-6 {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-7 {
  position: absolute;
  top: -208px;
  bottom: auto;
  left: 284px;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .paragraph.beige.opacity.mobile-center {
    text-align: center;
  }

  .page-padding {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .page-padding.gallery {
    margin-bottom: -400px;
  }

  .page-padding.testimonials {
    padding-top: 350px;
  }

  .container {
    width: 90%;
  }

  .container.nav {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.beige {
    text-align: left;
    padding: 24px;
    font-size: 24px;
    line-height: 36px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary.dark-orange.mobile {
    margin-top: 24px;
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section.hero {
    height: 80vh;
    position: relative;
    overflow: hidden;
  }

  .h1 {
    text-align: center;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .flex-block-4 {
    width: 100%;
    margin-top: 80px;
  }

  .flex-block-heading {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

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

  .flex-block-5 {
    width: 100%;
    align-items: center;
    margin-top: 128px;
  }

  .flex-block-4-copy {
    width: 100%;
  }

  .slider {
    height: 200px;
  }

  .flex-block-6 {
    order: -1;
  }

  .row {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .flex-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .flex-block-8, .contact-form-wrapper {
    width: 100%;
  }

  .button-secondary.align-center.mt-24 {
    padding: 12px 24px;
  }

  .heading-label {
    align-self: center;
  }

  .image-2 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-3 {
    width: 100%;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar {
    width: 90%;
  }

  .nav-menu-3 {
    background-color: #606c38;
    border-radius: 8px;
    flex-direction: row;
    margin-top: 12px;
    padding: 24px;
    display: flex;
  }

  .menu-button-wrapper {
    margin-right: 16px;
  }

  .icon {
    color: #fefae0;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .cut {
    width: 80px;
    height: 80px;
  }

  .cut.bottom-right, .cut.bottom-left {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.beige {
    width: 100%;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .grid-gallery {
    flex-direction: column;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-link.beige {
    padding: 8px 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.dark-orange.mobile {
    display: block;
  }

  .section.hero {
    width: 100%;
    height: 100%;
  }

  .flex-block {
    width: 100%;
  }

  .paragraph-big.beige.mobile-center {
    text-align: center;
  }

  .h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .info._380px, .info._580px {
    width: 100%;
  }

  .flex-block-heading {
    width: 100%;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .grid-services {
    margin-top: 64px;
  }

  .h2.beige.mobile-center {
    text-align: center;
  }

  .flex-block-5, .grid-gallery {
    margin-top: 64px;
  }

  .flex-block-4-copy {
    align-items: center;
  }

  .slider {
    height: 300px;
  }

  .contact-card, .contact-form-wrapper {
    padding: 32px;
  }

  .copy-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .div-block-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .navbar {
    padding: 4px 8px;
  }

  .brand {
    align-self: center;
  }

  .menu-button-wrapper {
    display: none;
  }

  .image-4 {
    height: 48px;
  }
}

#w-node-_317e79a3-2908-80ea-b6e8-3fb06f9f0117-c82566de, #w-node-_3d4a993e-2698-3bc6-9ebf-b3525c942584-c82566de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d81dbcb4-10be-ca28-e89d-e0e0c143f2b2-c82566de, #w-node-_04cb5008-7996-1c1d-320e-3e097400389c-c82566de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1923ba3d-75bf-743f-8b40-1fa24d0f1e4e-c82566de, #w-node-c7f32f1f-8ca0-5519-c6ac-f70eeb7df6b1-c82566de, #w-node-_56632537-c92d-cf3c-9ff1-5c170c24fff6-c82566de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4da4e28a-4957-a7ce-a063-fb6c7ac62b23-c82566de {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_3e9dccda-9d92-cfa2-5537-1a9d1edd6324-c82566de, #w-node-c4c8de1d-6b7f-a183-411e-50a43b258118-c82566de, #w-node-_61878138-7dd9-3519-1c87-2bfb56478b16-c82566de, #w-node-_9003571a-c603-9895-051f-d320d50fddb0-c82566de, #w-node-fdccd1a6-265f-a5f2-b86f-2f0614afdd3d-c82566de, #w-node-_17adcad6-b1ec-a802-bdeb-5a46f9e8399b-c82566de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_4da4e28a-4957-a7ce-a063-fb6c7ac62b23-c82566de {
    grid-column: span 1 / span 1;
  }
}


