.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #edf3e5;
  width: 100%;
  margin-bottom: 0;
  position: sticky;
  box-shadow: 0 0 20px 5px #d1dcc8;
}

.navbar-logo-left.header {
  z-index: 999;
  position: fixed;
  bottom: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 75rem;
  margin-bottom: 0;
  padding: 1.25rem 0;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.thank-you {
  height: auto;
}

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

.navbar-brand {
  width: 15.625rem;
  height: auto;
}

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

.nav-link {
  color: #2f2f2f;
  letter-spacing: .25px;
  margin-left: .3125rem;
  margin-right: .3125rem;
  padding: 5px .625rem;
  font-size: 1rem;
  line-height: 1.625rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #3a4f2b;
}

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

.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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  margin-left: 2.5rem;
}

.button-primary {
  color: #faf8f1;
  letter-spacing: 0;
  text-transform: none;
  background-color: #7d9d7700;
  background-image: linear-gradient(90deg, #7d9d77, #4b6043);
  border-radius: 25px;
  padding: .75rem 1.5625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  text-decoration: none;
  transition: all .2s;
  transform: translate(0);
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(90deg, #4b6043, #3a4f2b);
  transform: translate(0, -2px);
  box-shadow: 0 1px 10px 1px #a8c3a0;
}

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

.button-primary.cc1 {
  max-width: 200px;
  height: auto;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.menu-button {
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hero-heading-left {
  object-fit: fill;
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1.875rem;
  position: relative;
  overflow: visible;
}

.hero-heading-left.thank-you {
  height: auto;
  padding-top: 10rem;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding: 2.5rem 2.5rem 2.5rem 0;
  display: flex;
}

.hero-split.cc1 {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding: 0;
}

.p1 {
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.p1.cc1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.p1.cc1.cc4 {
  text-align: left;
  font-weight: 400;
}

.p1.cc1.cc4.cc5 {
  color: #2f2f2f;
  white-space: pre-wrap;
  word-break: normal;
  background-color: #0000;
  height: auto;
  padding: 0 30px 30px;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.p1.cc1.cc4.cc6 {
  color: #2f2f2f;
  height: auto;
}

.p1.cc1.cc5 {
  font-weight: 400;
}

.p1.cc1.cc5.cc6 {
  text-align: left;
}

.p1.cc1.cc5.cc7 {
  height: auto;
  margin-bottom: 20px;
}

.p1.cc1.cc5.cc8 {
  height: auto;
}

.p1.cc2 {
  text-align: center;
  width: 62.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.p1.cc3 {
  text-align: left;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 26px;
}

.p1.cc4 {
  color: #faf8f1;
  text-align: center;
}

.p1.cc6.cc7 {
  max-height: none;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.p1.cc7 {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 34%;
  margin-bottom: 20px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.bas-wrapper {
  border: 1px solid #a8c3a0;
  border-radius: 25px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 15px 2px #a8c3a0;
}

.bas-wrapper.cc1 {
  border-radius: 15px;
  width: 100%;
  max-width: none;
  height: auto;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #a8c3a0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-line-h {
  z-index: 1;
  background-color: #a8c3a0;
  width: .125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #faf8f1;
  text-align: center;
  cursor: pointer;
  background-color: #4b6043;
  border: 1px #a8c3a0;
  border-radius: 10px;
  width: 100%;
  max-width: 6.25rem;
  padding: .25rem .75rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.625rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  box-shadow: 0 0 10px #a8c3a0;
}

.bas-label-after-h {
  z-index: 3;
  color: #faf8f1;
  text-align: center;
  cursor: pointer;
  background-color: #4b6043;
  border-radius: 10px;
  width: 100%;
  max-width: 6.25rem;
  padding: .25rem .75rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.625rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  box-shadow: 0 0 10px #a8c3a0;
}

.body {
  background-color: #faf8f1;
}

.list-item {
  color: #2f2f2f;
}

.list-item:hover {
  color: #3a4f2b;
}

.h1 {
  color: #4b6043;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 44px;
  line-height: 54px;
}

.h1.h1-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4b6043, #7d9d77);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 3.125rem;
  line-height: 3.75rem;
}

.h1.h1-gradient.cc3 {
  color: #faf8f1;
  background-image: linear-gradient(90deg, #faf8f1, #7d9d77);
}

.h1.h1-gradient.cc4 {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.h1.h1-gradient.thank-you {
  text-align: center;
}

.h1.cc1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.h1.cc1.cc2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 33px;
}

.h1.cc1.cc2.cc3 {
  text-align: left;
}

.h1.cc1.cc2.cc3.cc4 {
  margin-top: 20px;
  font-size: 21px;
}

.h1.cc1.cc2.cc3.cc4.cc5 {
  color: #4b6043;
  margin-bottom: 10px;
}

.h1.cc1.cc2.cc4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.h1.cc2 {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.h1.cc3 {
  color: #faf8f1;
  text-align: center;
}

.h1.cc4 {
  width: 100%;
  height: 100%;
}

.h1.cc4.cc5.cc6 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 2.75rem;
  line-height: 3.375rem;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.services {
  width: 100%;
  padding: 5rem 1.875rem;
}

.container-3 {
  width: 100%;
  max-width: 75rem;
}

.container-4 {
  -webkit-text-fill-color: inherit;
  background-color: #faf8f1;
  background-clip: border-box;
  border-bottom: 1px #7d9d77;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.image {
  width: 300px;
  max-width: none;
  height: 300px;
}

.container-5 {
  max-width: 75rem;
}

.grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-6 {
  background-color: #f5f1e7;
  border: .0625rem #7d9d7740;
  border-radius: .9375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 30px;
  display: flex;
}

.container-6:hover {
  box-shadow: inset 0 0 20px -8px #d1dcc8;
}

.container-6.cc1 {
  justify-content: flex-start;
  align-items: center;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
}

.container-8 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.image-3 {
  width: 35px;
  height: 35px;
}

.container-9 {
  background-image: radial-gradient(circle, #a8c3a0, #edf3e5);
  border-radius: .9375rem;
  width: 100%;
  max-width: none;
  padding: .125rem;
}

.container-10 {
  background-image: radial-gradient(circle, #a8c3a0, #fff0 74%);
  width: 100%;
  max-width: none;
  margin-bottom: 3.75rem;
  padding-bottom: .1875rem;
}

.container-11 {
  background-color: #4b604300;
  background-image: radial-gradient(circle, #a8c3a0, #4b6043);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

.hero-heading-left-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.about-us {
  background-color: #edf3e5;
  padding: 80px 30px;
}

.container-13 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-right: 0;
  display: flex;
}

.container-15 {
  width: auto;
  max-width: none;
  margin-left: 25px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
}

.container-16 {
  background-color: #faf8f1;
  border: 1px solid #a8c3a066;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 30px;
  display: flex;
}

.container-16:hover {
  box-shadow: 0 0 10px 3px #a8c3a01a;
}

.container-17 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.image-4 {
  width: 40px;
  margin-right: 10px;
}

.container-18 {
  width: 100%;
  max-width: none;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.the-process {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
}

.the-process.client-stories {
  background-color: #edf3e5;
  max-width: none;
}

.container-20 {
  background-color: #faf8f1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 2px;
  padding-bottom: 20px;
  display: flex;
}

.container-20.cc1 {
  background-color: #edf3e5;
  height: auto;
}

.container-21 {
  background-image: radial-gradient(circle, #a8c3a0, #fff);
  max-width: 1200px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.container-21.cc1 {
  background-image: radial-gradient(circle, #a8c3a0, #edf3e5);
  height: auto;
}

.container-22 {
  width: 100%;
  max-width: 1200px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.container-23 {
  background-color: #7d9d7726;
  border: 1px solid #a8c3a080;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0 30px 40px;
  display: flex;
}

.container-23:hover {
  box-shadow: 0 0 10px 3px #a8c3a026;
}

.image-5 {
  width: 45px;
  height: auto;
}

.image-6 {
  width: 30px;
  height: auto;
  position: static;
  bottom: 25px;
  right: 60px;
}

.container-24 {
  background-image: linear-gradient(315deg, #7d9d77, #c17c74);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  max-width: none;
  height: 45px;
  padding: 5px;
  display: flex;
  position: relative;
  bottom: 23px;
  right: 100px;
}

.container-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.container-26 {
  background-color: #7d9d7726;
  border: 1px solid #a8c3a04d;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

.container-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
}

.container-28 {
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
}

.container-29 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.container-30 {
  aspect-ratio: auto;
  background-image: linear-gradient(315deg, #f0ece4, #faf8f1);
  border: 1px solid #d4b48333;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 30px;
  display: flex;
  position: static;
  overflow: visible;
}

.container-30:hover {
  box-shadow: inset 0 0 20px -8px #d4b48333;
}

.container-31 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.image-7 {
  width: 100px;
  height: auto;
}

.italic-text {
  font-size: 16px;
  font-weight: 400;
}

.container-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.dropdown {
  box-shadow: none;
  background-image: linear-gradient(90deg, #d4b48333, #d4b4831a);
  border: 1px solid #d4b48333;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-bottom: 30px;
  position: relative;
  top: auto;
  bottom: auto;
}

.dropdown:hover {
  box-shadow: 0 2px 5px #d4b48333;
}

.dropdown-toggle {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.dropdown-toggle.w--open {
  z-index: auto;
  aspect-ratio: auto;
  object-fit: fill;
  border: 1px #000;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.icon {
  font-size: 20px;
  line-height: 20px;
}

.dropdown-list {
  background-color: #ddd;
  position: relative;
}

.dropdown-list.w--open {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: auto;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #ddd0;
  border: 1px #d4b48333;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.hero-stack-3 {
  background-color: #4b6043;
  background-image: linear-gradient(135deg, #7a5c52a3, #4b6043);
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}

.hero-stack-3:hover {
  border: 1px solid #000;
}

.container-33 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.container-34 {
  width: 100%;
  max-width: 1200px;
}

.container-35 {
  background-color: #d1dcc8;
  border-radius: 25px;
  max-width: 800px;
  margin-top: 60px;
  padding: 40px 40px 30px;
  box-shadow: 0 0 20px #2f2f2f4d;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0 0 20px;
  display: flex;
}

.container-36.cc1 {
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}

.container-36.cc2 {
  height: auto;
  margin-left: 0;
  padding-left: 20px;
}

.container-37 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
}

.container-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cc1 {
  width: 100%;
  height: 38px;
}

.text-field {
  color: #2f2f2f;
  background-color: #faf8f1;
  border: 1px #000;
  border-radius: 15px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-field:hover {
  border-style: solid;
  border-color: #4b6043b3;
  box-shadow: 0 0 10px #4b604380;
}

.text-field:active {
  border: 1px solid #4b6043b3;
  box-shadow: 0 0 10px #4b604380;
}

.text-field:focus {
  border-style: solid;
  border-color: #4b6043b3;
  box-shadow: 0 0 10px #4b604380;
}

.text-field.cc1 {
  height: 150px;
}

.text-field-2, .text-field-3 {
  color: #2f2f2f;
  background-color: #faf8f1;
  border-radius: 15px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-field-4 {
  color: #2f2f2f;
  background-color: #faf8f1;
  border-radius: 15px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.textarea {
  color: #2f2f2f;
  background-color: #faf8f1;
  border-radius: 15px;
  width: 100%;
  max-width: none;
  height: 100px;
  max-height: none;
  margin-bottom: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #2f2f2f;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.text-block {
  color: #2f2f2f;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.container-39 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.heading {
  color: #4b6043;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-2 {
  color: #2f2f2f;
  text-align: center;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.icon-2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.body-2 {
  background-color: #faf8f1;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    width: 35px;
    max-width: 100%;
    height: 35px;
    max-height: 100%;
    padding: 0;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2, .container-12 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-19, .container-33 {
    max-width: 728px;
  }

  .icon-2 {
    color: #2f2f2f;
    text-align: center;
    width: 100%;
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-heading-left, .hero-stack, .hero-heading-left-2, .hero-stack-2, .hero-stack-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .container-2, .container-12, .container-19, .container-33 {
    max-width: none;
  }
}


