@font-face {
  font-family: Vonder Stamped;
  src: url('../fonts/Vonder-Stamped.woff2') format("woff2"), url('../fonts/Vonder-Stamped.woff') format("woff"), url('../fonts/Vonder-Stamped.ttf') format("truetype"), url('../fonts/Vonder-Stamped.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --egg-shell: #f3f1e3;
  --vonder-title: "Vonder Stamped", Arial, sans-serif;
  --clover-green: #1c5f37;
  --albert-sans-body-font: "Albert Sans", sans-serif;
  --walnut: #4b2f22;
  --harvest-red: #ad2b1a;
  --blush: #dd92a1;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--egg-shell);
  color: #333;
  padding: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--vonder-title);
  color: var(--egg-shell);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 55px;
}

h2 {
  font-family: var(--vonder-title);
  color: var(--clover-green);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 54px;
}

h3 {
  font-family: var(--vonder-title);
  color: var(--clover-green);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  font-family: var(--vonder-title);
  color: var(--clover-green);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  font-family: var(--albert-sans-body-font);
  color: var(--walnut);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

p {
  font-family: var(--albert-sans-body-font);
  color: var(--walnut);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

a {
  text-decoration: none;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

._2-column-grid._20-spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.logo {
  height: 63px;
  transition: transform .2s;
}

.logo:hover {
  transform: scale(.95);
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-footer {
  height: 126px;
  margin-bottom: 20px;
}

.icon-stats-block {
  margin-bottom: auto;
}

.nav-button {
  cursor: pointer;
  background-color: #9a3718;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 25px 35px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-button:hover {
  background-color: #6a2009;
}

.icon-load {
  flex: none;
  position: relative;
  inset: 0%;
}

.navbar {
  z-index: 11;
  background-color: var(--egg-shell);
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 85px;
  margin-right: 85px;
  display: flex;
  position: fixed;
  inset: 30px 28px auto;
  box-shadow: 0 10px 10px #2114141a;
}

.heading.h1 {
  font-size: 58px;
}

.heading.h2 {
  font-size: 42px;
}

.icon-expertise-block {
  background-color: #bac76a00;
  margin-bottom: 25px;
}

.line-subtitle {
  background-color: var(--walnut);
  color: var(--walnut);
  width: 40px;
  height: 3px;
  margin-right: 12px;
}

.line-subtitle.white {
  background-color: #fff;
}

.nav-menu {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: center;
  display: flex;
}

.text-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 750px;
  display: flex;
}

.text-box._500px {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 500px;
  min-height: 64px;
  display: flex;
}

.text-box._500px.left {
  text-align: left;
}

.text-box._600px {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 600px;
  min-height: 64px;
  display: flex;
}

.text-box._700px {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 600px;
  min-height: 64px;
  display: flex;
}

.text-box._700px.center-flex {
  justify-content: flex-start;
  align-items: center;
}

.text-box._700px.center-flex.center-align-text {
  text-align: center;
  max-width: 800px;
}

.text-box.ikik {
  max-width: 980px;
}

.preloader-logo {
  width: 200px;
}

.image-front {
  z-index: 2;
  object-fit: cover;
  border-bottom-right-radius: 40px;
  align-self: flex-end;
  width: 50%;
  margin-left: -100%;
  position: relative;
}

.nav-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-footer-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.primary-button {
  background-color: var(--harvest-red);
  font-family: var(--albert-sans-body-font);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom-right-radius: 25px;
  align-self: flex-start;
  width: auto;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: border-color .3s, background-color .3s;
}

.primary-button:hover {
  color: #fff;
  background-color: #7f270b;
}

.primary-button.centered {
  align-self: center;
}

.primary-button.centered.tp {
  margin-top: 20px;
}

.cta {
  text-align: center;
  background-image: url('../images/Home-Page-CTA.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 17%;
  display: flex;
}

.cta.about-us {
  background-image: url('../images/About-Us-CAT.jpg');
}

.cta.nest-to-table {
  background-image: url('../images/NEST-TO-TABEL-CTA.jpg');
}

.text-button {
  font-family: var(--vonder-title);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.detail-block-footer {
  background-color: #9b2616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 100px;
  display: flex;
}

.image-back {
  border-bottom-right-radius: 30px;
  width: 70%;
  margin-bottom: 15%;
  position: relative;
  box-shadow: 8px 8px 14px #0000001a;
}

.icon {
  width: auto;
  height: auto;
}

._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.nav-link {
  font-family: var(--vonder-title);
  color: var(--clover-green);
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #589b73;
}

.nav-link.contact {
  display: none;
}

.nav-link.bottom-border {
  border-bottom: 1px solid #1c5f3740;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.bottom-border.w--current {
  color: var(--clover-green);
}

.nav-link._2 {
  padding-top: 15px;
}

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

.image-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-footer {
  font-family: var(--albert-sans-body-font);
  color: var(--egg-shell);
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: color .3s;
}

.link-footer:hover {
  color: #fff;
}

._2-column-grid-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._2-column-grid-full.green-bg {
  background-color: var(--clover-green);
  grid-template-columns: .8fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph {
  color: #546a40;
  max-width: 500px;
  margin-bottom: 36px;
  font-weight: 400;
}

.paragraph.large {
  font-size: 18px;
}

.paragraph.large.white {
  font-family: var(--albert-sans-body-font);
  color: #fff;
  max-width: none;
}

.paragraph.large.white._25-top {
  margin-top: 20px;
}

.paragraph.large.white._500px {
  max-width: 500px;
}

.paragraph.no-margin-bottom {
  font-family: var(--albert-sans-body-font);
  color: var(--clover-green);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph.no-margin-bottom.pp {
  max-width: 150px;
}

.paragraph.no-margin-bottom {
  margin-bottom: 0;
}

.detail-block-footer-content {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-detail-footer {
  font-family: var(--albert-sans-body-font);
  color: var(--egg-shell);
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}

.text-detail-footer.hide-desktop {
  display: none;
}

.image-bg-accent {
  background-image: url('../images/our-promise-chickens.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-button {
  background-color: #9a3718;
  justify-content: center;
  align-items: center;
}

.section-footer {
  background-color: #546a40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.loading-icons-box {
  justify-content: space-between;
  display: flex;
}

.spacer {
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  width: 48px;
}

.grid-stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.nav-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero-home {
  z-index: 10;
  background-image: url('../images/Manar-Farms-head-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.expertise {
  background-color: #ecead2;
  border: 1px solid #e5e0bc;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.block-accent {
  background-color: var(--clover-green);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

.block-accent.about-us {
  height: 527px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.block-accent.about-us.image {
  background-image: url('../images/Humane-Farming-Practices.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 10% 20px;
}

.block-accent.about-us.image._2 {
  background-image: url('../images/Chemical-Free-Pesticide-Free.jpg');
  padding-left: 10%;
  padding-right: 10%;
}

.block-accent.no-borders {
  padding: 60px 0%;
}

.block-accent._2 {
  padding: 0 30px;
}

.grid-footer {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

.title-footer {
  font-family: var(--vonder-title);
  color: var(--egg-shell);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 28px;
}

.stats-block {
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 18px;
}

.block-footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._2-button-box {
  justify-content: space-between;
  max-width: 450px;
  display: flex;
}

.section {
  color: #374629;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  display: flex;
}

.section._4-grid {
  padding-left: 0;
  padding-right: 0;
}

.section.hide-desktop {
  display: none;
}

.preloader {
  z-index: 99;
  background-color: #546a40;
  justify-content: center;
  align-items: center;
  padding-left: 23vw;
  padding-right: 23vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.paragraph-footer {
  color: #ffffffb3;
  max-width: 350px;
  font-size: 14px;
  line-height: 140%;
}

.stats {
  background-color: #ecead2;
  border: 2px solid #e5e0bc;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 10px 20px 20px;
  display: flex;
}

.secondary-button {
  border: 3px solid var(--egg-shell);
  font-family: var(--albert-sans-body-font);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-bottom-right-radius: 25px;
  align-self: auto;
  width: auto;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .3s;
}

.secondary-button:hover {
  background-color: var(--egg-shell);
  color: var(--clover-green);
  font-weight: 700;
}

.main-block-footer {
  background-color: #ad2b1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 100px 100px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.brand.w--current {
  margin-right: 10px;
}

.numbers-stats {
  font-family: var(--vonder-title);
  color: #374629;
  text-transform: lowercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(86deg, #12493f, #226e3d 67%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

.section-full {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.section-full.hide-desktop {
  display: none;
}

.preloader-logo-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.content.center-align.no-max-width {
  max-width: none;
}

.subtitle {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.subtitle.center-flex-2 {
  justify-content: center;
  align-items: center;
}

.loading-icon {
  width: 50px;
  height: 50px;
}

.loading-icon.loaded {
  position: absolute;
}

.preloader-content {
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.dropdown-toggle {
  padding: 0 10px 0 0;
}

.icon-2 {
  color: var(--clover-green);
  margin-right: 0;
}

.dropdown-list {
  margin-top: 40px;
}

.dropdown-list.w--open {
  background-color: var(--egg-shell);
  border: 1px solid #4b2f221f;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.body {
  background-color: var(--egg-shell);
  padding: 15px;
}

.white {
  color: var(--egg-shell);
}

.white._25-top {
  margin-top: 25px;
}

.text-12px {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #ecead2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slider-icon {
  font-family: var(--albert-sans-body-font);
  color: var(--walnut);
  font-size: 35px;
  font-weight: 600;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider {
  background-color: #0000;
  width: 480px;
  height: 370px;
  position: static;
}

.slide-nav {
  display: none;
}

.text-block {
  font-family: var(--vonder-title);
  color: var(--walnut);
  text-transform: lowercase;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.star-rating {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-2 {
  font-family: var(--vonder-title);
  color: var(--clover-green);
  text-transform: lowercase;
  font-size: 22px;
  font-weight: 400;
}

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

.text-16px.light {
  font-weight: 300;
}

.text-16px.light.padding-10 {
  margin-bottom: 0;
  padding-top: 10px;
}

.link {
  font-family: var(--albert-sans-body-font);
  color: var(--egg-shell);
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 300;
}

.dropdown-mobile, .dropdown-content {
  display: none;
}

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

.block-top-img {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-top-img {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 15px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.centered-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.centered-block._800px-width {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.mission-vision-vales {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.image-2 {
  height: 110px;
}

.text-block-3 {
  font-family: var(--vonder-title);
  color: var(--walnut);
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

._14px-light {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.grid {
  width: 100%;
}

.div-block-2 {
  background-image: url('../images/A-Farm-Rooted-in--Ethics-and-Care.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-2 {
  color: var(--egg-shell);
  font-size: 40px;
  line-height: 30px;
}

.team-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 350px;
  height: 400px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.team-container.jaffer-mohiuddin {
  background-image: url('../images/Jaffer-Mohiuddin-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-container.mohammed-mohiuddin {
  background-image: url('../images/Mohammed-Mohiuddin.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.check-box {
  border-color: #37462933;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: var(--clover-green);
  font-size: 12px;
}

.map-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-success {
  color: #444;
  background-color: #546a4033;
  border: 1px solid #729b58;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.line-1px {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.success-text {
  color: #374629;
}

.plus-icon {
  cursor: pointer;
  border: 1px #ffdf8d4d;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.plus-icon:hover {
  border-color: #ffdf8d;
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.accordion-tab-button {
  cursor: pointer;
  border: 2px solid #ffffff40;
  border-bottom-right-radius: 25px;
  justify-content: space-between;
  padding: 1rem;
  transition: background-color .4s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: #374629;
  border-color: #374629;
}

.accordion-tab-button.faq {
  border-width: 1px;
  border-color: var(--walnut);
  flex-flow: column;
}

.accordion-tab-button.faq:hover {
  background-color: #546a4000;
}

.text-hero-contact-details {
  font-family: var(--albert-sans-body-font);
  color: var(--egg-shell);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.link-hero {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.link-hero:hover {
  color: var(--egg-shell);
}

.block-accent-contact {
  background-color: var(--clover-green);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 17%;
  display: flex;
}

.icon-3 {
  width: 50px;
  height: 50px;
}

.icon-3.category {
  width: 40px;
  height: 40px;
}

.icon-3.category.hover {
  filter: brightness(200%);
  position: absolute;
}

.hero-link-details {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.accordion-item-wrapper {
  cursor: pointer;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper.last-benefit {
  margin-bottom: 0;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.plus-icon-line-1 {
  background-color: var(--clover-green);
  width: .1rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.text-input {
  font-family: var(--albert-sans-body-font);
  color: var(--walnut);
  background-color: #ecead2;
  border: 1px solid #d2cfb2;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  transition: border-color .2s;
  box-shadow: 0 0 10px #00000003;
}

.text-input:hover {
  border-color: #1c5f3745;
}

.text-input:focus {
  border-color: var(--clover-green);
}

.text-input::placeholder {
  color: #3746294d;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.icon-link {
  flex: none;
  position: relative;
  overflow: hidden;
}

.accordion-answer {
  overflow: hidden;
}

._2-column-grid-full-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 15px;
  display: grid;
}

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

.accent-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.form-block {
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

._2-column-grid-form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.benefit-title {
  color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.benefit-title.faq {
  font-family: var(--vonder-title);
  color: var(--clover-green);
  text-align: left;
  text-transform: lowercase;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.grid-hero-categories {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.accordion-content {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.accordion-content.faq {
  color: #374629;
}

.faq-accordions {
  margin-top: 30px;
}

.line-full {
  background-color: var(--egg-shell);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.form-error {
  color: #444;
  background-color: #ecd4d4;
  padding: 16px;
}

.field-label {
  font-family: var(--vonder-title);
  color: var(--walnut);
  text-transform: lowercase;
  font-size: 24px;
  font-weight: 400;
}

.plus-icon-line-2 {
  background-color: var(--clover-green);
  width: 1.5rem;
  height: .1rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._2-1-column-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.text-block-4 {
  font-family: var(--albert-sans-body-font);
  color: var(--egg-shell);
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.horizontal-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-5 {
  font-family: var(--albert-sans-body-font);
  color: var(--egg-shell);
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-5 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.image-4 {
  width: 80px;
  height: 74px;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

._14-px-regular {
  font-size: 14px;
  line-height: 18px;
}

.div-block-7 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 10%;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

._2-column-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

._2-column-grid-3.process {
  grid-template-columns: .5fr 1fr;
}

.line-subtitle-2 {
  background-color: #bac76a;
  width: 40px;
  height: 3px;
  margin-right: 12px;
}

.process-card {
  background-color: #ecead2;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.primary-button-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9a3718;
  border: 3px solid #9a3718;
  border-bottom-right-radius: 25px;
  align-self: center;
  width: 200px;
  padding: 13px 30px;
  font-size: 13px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.primary-button-2:hover {
  color: #fff;
  background-color: #6a2009;
  border-color: #6a2009;
}

.process-title {
  font-family: var(--vonder-title);
  color: var(--clover-green);
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 28px;
}

.text-subtitle {
  color: #bac76a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

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

.process-heading {
  position: sticky;
  top: 140px;
}

.process-number {
  font-family: var(--vonder-title);
  color: var(--walnut);
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.process-cards {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.section-2 {
  color: #374629;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.section-2.white-background {
  background-color: #fff;
}

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

.process-card-details {
  border: 1px solid #37462933;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding: 30px;
  display: flex;
}

.content-2 {
  width: 100%;
  max-width: 1200px;
}

.process-image-box {
  border-bottom-right-radius: 30px;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.subtitle-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

._20px-top {
  margin-top: 20px;
}

.verticle-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-6-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.grid-2.hide {
  display: none;
}

.image-7 {
  width: 330px;
}

.center-align {
  text-align: center;
  margin-top: 5px;
}

.div-block-9 {
  background-color: var(--walnut);
  border-radius: 10px;
  width: 100%;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-10, .space-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 185px;
  display: flex;
}

.space-block._2 {
  height: 140px;
}

.space-block._3 {
  height: 170px;
}

.link-block {
  z-index: 100;
  position: fixed;
  inset: auto 12px 12px auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-11 {
  filter: sepia();
  width: 256px;
  margin-bottom: 60px;
}

.green {
  color: var(--clover-green);
}

.image-12 {
  margin-top: 40px;
}

@media screen and (min-width: 1440px) {
  .paragraph.large.white {
    font-weight: 400;
  }

  .horizontal-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  ._14-px-regular.white {
    margin-bottom: 0;
  }

  .image-5 {
    width: 530px;
  }

  .process-title {
    font-size: 28px;
    line-height: 24px;
  }

  .verticle-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-6-copy {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
  }

  .grid-2 {
    place-items: start center;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .block-accent {
    margin-left: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 25%;
  }

  .content {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 50px;
    line-height: 40px;
  }

  h5, p {
    font-size: 16px;
    line-height: 20px;
  }

  ._2-column-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .nav-block {
    background-color: var(--egg-shell);
    border-bottom-right-radius: 25px;
  }

  .logo-footer {
    height: 120px;
  }

  .nav-button {
    margin-left: 0;
    display: none;
  }

  .navbar {
    background-color: #fff;
    border-bottom-right-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading {
    font-size: 40px;
    line-height: 110%;
  }

  .heading.h1 {
    font-size: 54px;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .nav-menu {
    background-color: var(--egg-shell);
    border-bottom-right-radius: 25px;
    flex-direction: row;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    position: absolute;
    box-shadow: 9px 9px 20px #0000001a;
  }

  .text-box._500px {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
  }

  .text-box._700px {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    max-width: none;
  }

  .image-front {
    align-self: center;
    width: 60%;
    max-height: 300px;
    margin-top: 30%;
  }

  .primary-button {
    cursor: pointer;
    transition: background-color .3s, border-color .3s;
  }

  .primary-button:hover {
    background-color: #6a2009;
    border-color: #6a2009;
  }

  .cta {
    padding: 120px 14%;
  }

  .detail-block-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-back {
    object-fit: cover;
    align-self: flex-start;
    width: 80%;
    max-height: 400px;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: background-color .2s, color .3s;
  }

  .nav-link:hover {
    color: #374629;
    background-color: #e6ebc600;
  }

  .nav-link.w--current:hover {
    background-color: #e6ebc600;
  }

  .nav-link.contact {
    display: flex;
  }

  .image-wrapper {
    max-height: 550px;
  }

  .image-wrapper.grid {
    max-height: none;
  }

  ._2-column-grid-full {
    grid-template-columns: 1fr;
  }

  ._2-column-grid-full.green-bg {
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .image-bg-accent {
    background-position: 50% 20%;
    min-height: 450px;
  }

  .menu-button {
    cursor: pointer;
    border-bottom-right-radius: 25px;
    flex-direction: row;
    padding: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #6a2009;
    border-radius: 0;
    transition: border-radius .4s;
  }

  .grid-stats {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section-hero-home {
    background-position: 100%;
    min-height: 98vh;
    padding: 0 30px 40px;
  }

  .block-accent {
    padding: 40px 5%;
  }

  .block-accent.about-us {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-accent.no-borders {
    order: -1;
    padding-bottom: 20px;
  }

  .block-accent._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-footer {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 2fr 1fr;
  }

  .title-footer {
    margin-top: 10px;
  }

  .section {
    padding: 60px 30px;
  }

  .secondary-button {
    cursor: pointer;
    transition: background-color .3s;
  }

  .secondary-button:hover {
    color: #374629;
    background-color: #fff;
  }

  .main-block-footer {
    padding: 40px 5%;
  }

  .numbers-stats {
    font-size: 40px;
  }

  .section-full {
    display: none;
  }

  .section-full.hide-desktop {
    display: block;
  }

  .hamburger-lottie {
    flex: 0 auto;
    align-self: center;
    width: 30px;
    height: 30px;
  }

  .white._25-top {
    margin-top: 10px;
  }

  .text-16px.light.padding-10._2 {
    font-size: 14px;
    line-height: 18px;
  }

  .dropdown.hide-mobile {
    display: none;
  }

  .dropdown-mobile {
    display: flex;
  }

  .dropdown-content {
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
    display: block;
    box-shadow: 6px 5px 10px #00000026;
  }

  .block-top-img {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-top-img {
    min-height: 50vh;
    padding-bottom: 20px;
  }

  .centered-block._800px-width {
    width: auto;
  }

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

  .heading-2 {
    font-size: 32px;
  }

  .team-container, .team-wrapper {
    width: 100%;
  }

  .image-3 {
    height: auto;
  }

  ._2-column-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .text-hero-contact-details {
    font-size: 14px;
    line-height: 18px;
  }

  .block-accent-contact {
    padding: 100px 10%;
  }

  .icon-3.category {
    width: 30px;
    height: 30px;
  }

  .contact-image {
    height: 250px;
  }

  ._3-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid-form {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .benefit-title {
    align-items: center;
    line-height: 25px;
    display: flex;
  }

  .grid-hero-categories {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  ._2-1-column-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .horizontal-flex {
    justify-content: flex-start;
    align-items: flex-end;
  }

  ._14-px-regular.white {
    margin-bottom: 0;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-right: 0%;
  }

  .image-5 {
    width: 300px;
  }

  ._2-column-grid-3 {
    grid-template-columns: 1fr;
    align-items: center;
  }

  ._2-column-grid-3.process {
    grid-template-columns: 1fr;
  }

  .primary-button-2 {
    cursor: pointer;
    transition: background-color .3s, border-color .3s;
  }

  .primary-button-2:hover {
    background-color: #6a2009;
    border-color: #6a2009;
  }

  .process-block {
    margin-bottom: 40px;
  }

  .process-heading {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    display: flex;
  }

  .section-2 {
    padding: 60px 30px;
  }

  .image-6 {
    height: 300px;
  }

  .verticle-flex {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-9 {
    height: 3px;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .space-block {
    height: 100px;
  }

  .space-block._2 {
    height: 80px;
  }

  .space-block._3 {
    height: 90px;
  }

  .image-8 {
    width: 40px;
  }

  .image-9 {
    width: 50px;
  }

  .image-10 {
    width: 35px;
  }
}

@media screen and (max-width: 767px) {
  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .heading.h1 {
    font-size: 48px;
  }

  .heading.h2 {
    font-size: 36px;
  }

  .image-front {
    height: 200px;
    margin-top: 50%;
  }

  .primary-button {
    align-self: flex-start;
  }

  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .detail-block-footer {
    padding-left: 7%;
    padding-right: 7%;
  }

  .image-back {
    height: 300px;
  }

  ._4-column-grid, ._2-column-grid-full {
    grid-template-columns: 1fr;
  }

  .detail-block-footer-content {
    flex-direction: column;
    justify-content: space-around;
    height: 40px;
  }

  .text-detail-footer {
    font-size: 12px;
    line-height: 100%;
  }

  .image-bg-accent {
    min-height: 400px;
  }

  .spacer {
    height: 32px;
  }

  .block-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-footer {
    grid-template-columns: 2.5fr;
  }

  ._2-button-box {
    flex-direction: column;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.white-background {
    padding-bottom: 20px;
  }

  .secondary-button {
    padding-left: 40px;
  }

  .main-block-footer {
    padding: 60px 7%;
  }

  .numbers-stats {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .loading-icon {
    width: 45px;
    height: 45px;
  }

  .centered-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-column-grid-2 {
    grid-template-columns: 1fr;
  }

  .plus-icon {
    margin-right: 0;
  }

  .map-block {
    min-height: 400px;
  }

  .block-accent-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._2-column-grid-full-contact {
    grid-template-columns: 1fr;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .field-block {
    min-height: auto;
  }

  ._2-column-grid-form {
    grid-template-columns: 1fr;
  }

  .benefit-title {
    line-height: 25px;
  }

  .grid-hero-categories {
    grid-template-columns: 1fr;
  }

  .accordion-content {
    padding-right: 1rem;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._2-column-grid-3 {
    grid-template-columns: 1fr;
  }

  ._2-column-grid-3.process {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-card {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .primary-button-2 {
    align-self: flex-start;
  }

  .process-number {
    font-size: 50px;
  }

  .process-cards {
    grid-row-gap: 40px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-2.white-background {
    padding-bottom: 20px;
  }

  .process-card-details {
    border-bottom-right-radius: 30px;
    width: 100%;
  }

  .process-image-box {
    border-bottom-right-radius: 0;
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding: 10px;
  }

  h1, h2 {
    font-size: 36px;
    line-height: 30px;
  }

  h5 {
    font-size: 12px;
    line-height: 18px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .logo {
    height: 60px;
  }

  .logo-footer {
    height: 100px;
  }

  .navbar {
    background-color: var(--egg-shell);
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 7px 7px #21141412;
  }

  .heading {
    font-size: 30px;
  }

  .heading.h1 {
    font-size: 38px;
  }

  .heading.h2 {
    font-size: 34px;
  }

  .line-subtitle {
    width: 25px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--egg-shell);
    margin-top: 10px;
    padding: 10px;
  }

  .text-box._500px, .text-box._700px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-front {
    height: 150px;
  }

  .detail-footer-content {
    justify-content: center;
    align-items: center;
  }

  .primary-button {
    width: 100%;
    margin-right: 0;
  }

  .cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    height: 500px;
    padding: 65px 12%;
  }

  .image-back {
    height: 250px;
  }

  .icon {
    height: 54px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link:hover {
    background-color: #e6ebc600;
  }

  .image-wrapper.grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-footer {
    font-size: 14px;
    line-height: 25px;
  }

  ._2-column-grid-full.green-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.large.white {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .paragraph.large.white._25-top {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph.no-margin-bottom {
    font-size: 16px;
    line-height: 20px;
  }

  .detail-block-footer-content {
    height: auto;
  }

  .text-detail-footer {
    font-size: 10px;
    line-height: 140%;
  }

  .text-detail-footer.hide-mobile {
    display: none;
  }

  .text-detail-footer.hide-desktop {
    margin-top: 40px;
    display: block;
  }

  .image-bg-accent {
    min-height: 350px;
  }

  .menu-button {
    padding: 15px;
  }

  .grid-stats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .section-hero-home {
    background-position: 70%;
    min-height: 99vh;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .expertise {
    padding-top: 30px;
  }

  .block-accent {
    padding: 40px 8%;
  }

  .block-accent.about-us {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-accent.about-us.image {
    padding-bottom: 20px;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .title-footer {
    font-size: 24px;
    line-height: 20px;
  }

  ._2-button-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .section {
    padding: 50px 0;
  }

  .section.white-background.hide-mobile {
    display: none;
  }

  .section._15-bottom {
    padding-bottom: 15px;
  }

  .section.hide-desktop {
    display: block;
  }

  .section.no-bottom {
    padding-bottom: 0;
  }

  .secondary-button {
    width: 100%;
  }

  .main-block-footer {
    padding-top: 45px;
    padding-bottom: 10px;
  }

  .brand {
    width: 140px;
    margin-left: 5px;
  }

  .brand.w--current {
    margin-right: 5%;
  }

  .numbers-stats {
    margin-bottom: 15px;
    font-size: 48px;
  }

  .body {
    padding: 10px;
  }

  .white._25-top {
    margin-top: 10px;
  }

  .text-12px {
    line-height: 14px;
  }

  .slider-container {
    padding: 20px 10px 40px;
  }

  .slide-content-wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-icon {
    font-size: 24px;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .slide-nav {
    display: none;
  }

  .text-block {
    font-size: 24px;
    line-height: 28px;
  }

  .star-rating {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .text-16px {
    font-size: 14px;
    line-height: 18px;
  }

  .link {
    font-size: 10px;
    line-height: 14px;
  }

  .star {
    height: 25px;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown.hide-mobile {
    display: none;
  }

  .image {
    display: block;
  }

  .dropdown-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-content {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-shadow: 2px 5px 12px 1px #00000017;
  }

  .block-top-img {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-top-img {
    min-height: 500px;
    padding-bottom: 10px;
  }

  .centered-block {
    padding-bottom: 0;
  }

  .centered-block._800px-width {
    width: auto;
  }

  .div-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-2 {
    height: 80px;
  }

  .text-block-3 {
    font-size: 28px;
    line-height: 24px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-2, .team-container {
    height: 300px;
  }

  .team-container.jaffer-mohiuddin, .team-container.mohammed-mohiuddin {
    background-position: 50% 0;
  }

  .team-wrapper {
    flex-flow: column;
  }

  .accordion-tab-button {
    align-items: center;
  }

  .accordion-tab-button.faq {
    justify-content: space-between;
    align-items: stretch;
  }

  .map-block {
    min-height: 350px;
  }

  .block-accent-contact {
    padding: 65px 12%;
  }

  .form-checkbox {
    display: flex;
  }

  .text-input {
    width: 100%;
  }

  ._3-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .benefit-title {
    line-height: 25px;
  }

  .benefit-title.faq {
    font-size: 24px;
    line-height: 28px;
  }

  .accordion-content {
    width: 100%;
    padding-right: 1rem;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 22px;
  }

  .horizontal-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .horizontal-flex._2 {
    flex-flow: row;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .image-5 {
    margin-top: 10px;
  }

  ._2-column-grid-3.process {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button-2 {
    width: 100%;
    margin-right: 0;
  }

  .process-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .process-number {
    font-size: 40px;
  }

  .process-cards {
    grid-row-gap: 30px;
  }

  .section-2 {
    padding: 50px 0;
  }

  .process-card-details {
    padding: 25px;
  }

  .image-6 {
    width: 250px;
    height: auto;
  }

  .verticle-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-11 {
    margin-top: 40px;
  }

  .div-block-12 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .horizontal-line {
    background-color: var(--walnut);
    border-radius: 20px;
    width: 17px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .verticle-line {
    background-color: var(--walnut);
    border-radius: 20px;
    width: 2px;
    height: 17px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    left: 7px;
  }

  .text-block-6 {
    font-family: var(--vonder-title);
    color: var(--walnut);
    text-transform: lowercase;
    font-size: 24px;
    line-height: 16px;
  }

  .dividing-horizontal-line {
    background-color: #cfc6b9;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .image-11 {
    width: 150px;
    margin-bottom: 20px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .list {
    padding-left: 20px;
  }

  .text-block-7 {
    font-family: var(--vonder-title);
    color: var(--harvest-red);
    text-transform: lowercase;
    font-size: 24px;
    font-weight: 400;
  }

  .image-13 {
    margin-top: 10px;
  }

  .div-block-14 {
    text-align: center;
  }
}

#w-node-_185b6637-84ca-7fc7-8d70-17db1550f5e1-b41afc7d, #w-node-_185b6637-84ca-7fc7-8d70-17db1550f5e2-b41afc7d, #w-node-_185b6637-84ca-7fc7-8d70-17db1550f5ea-b41afc7d, #w-node-_185b6637-84ca-7fc7-8d70-17db1550f5f2-b41afc7d, #w-node-_185b6637-84ca-7fc7-8d70-17db1550f5fa-b41afc7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_185b6637-84ca-7fc7-8d70-17db1550f602-b41afc7d {
  align-self: center;
}

#w-node-_185b6637-84ca-7fc7-8d70-17db1550f623-b41afc7d, #w-node-_185b6637-84ca-7fc7-8d70-17db1550f62d-b41afc7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_185b6637-84ca-7fc7-8d70-17db1550f611-b41afc7d {
  place-self: center start;
}

#w-node-_185b6637-84ca-7fc7-8d70-17db1550f61e-b41afc7d, #w-node-_185b6637-84ca-7fc7-8d70-17db1550f63d-b41afc7d, #w-node-ba03a67a-3202-10f1-bb8c-12157d965e27-b41afc7d, #w-node-_964b1e3d-8ed9-2c7a-abc8-6bc65b789417-b41afc7d, #w-node-_3026e7c6-632c-9336-e4a2-5d78c5b11152-b41afc7d, #w-node-a66afec4-637c-0f17-4a93-4a847913a02d-7913a029, #w-node-a66afec4-637c-0f17-4a93-4a847913a031-7913a029, #w-node-a66afec4-637c-0f17-4a93-4a847913a03c-7913a029, #w-node-a66afec4-637c-0f17-4a93-4a847913a045-7913a029, #w-node-d5e40cdc-89e2-22ce-a46c-48148b3b9cce-71fad9bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ab107f4-aeae-5577-220f-98b099fce2b1-71fad9bc {
  place-self: center start;
}

#w-node-_2ab107f4-aeae-5577-220f-98b099fce2bc-71fad9bc, #w-node-_95950586-9f86-48b9-140a-d4e50df1f16d-71fad9bc, #w-node-_95950586-9f86-48b9-140a-d4e50df1f16e-71fad9bc, #w-node-_95950586-9f86-48b9-140a-d4e50df1f176-71fad9bc, #w-node-_95950586-9f86-48b9-140a-d4e50df1f17e-71fad9bc, #w-node-_95950586-9f86-48b9-140a-d4e50df1f186-71fad9bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95950586-9f86-48b9-140a-d4e50df1f18e-71fad9bc {
  align-self: center;
}

#w-node-_4ace5262-602f-a068-c1ed-a8145ce9f540-4f762b12, #w-node-_4ace5262-602f-a068-c1ed-a8145ce9f562-4f762b12, #w-node-_4ace5262-602f-a068-c1ed-a8145ce9f56a-4f762b12, #w-node-_4ace5262-602f-a068-c1ed-a8145ce9f56d-4f762b12, #w-node-_4ace5262-602f-a068-c1ed-a8145ce9f56f-4f762b12, #w-node-_4ace5262-602f-a068-c1ed-a8145ce9f571-4f762b12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e38213da-8c27-96c3-6f0b-57a6c7d7e324-13badb2c {
  align-self: center;
}

#w-node-_082946a9-638c-fb42-4651-ca94cf984894-13badb2c {
  place-self: center start;
}

#w-node-_082946a9-638c-fb42-4651-ca94cf98489d-13badb2c {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fef6dc11-0a04-44ce-95ee-4104ebf7f5d6-13badb2c, #w-node-c5c8f276-9c11-a890-040f-830c21efa45b-13badb2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c830a555-1f17-5a0b-bdf2-a246788ba424-13badb2c {
  place-self: center start;
}

#w-node-e38213da-8c27-96c3-6f0b-57a6c7d7e324-cec52daf {
  align-self: center;
}

#w-node-_082946a9-638c-fb42-4651-ca94cf98489d-cec52daf {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99b4398f-f53a-6cd2-52c1-af82df84508a-cec52daf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c864935-aa93-026c-2e66-119a6e9047c0-cec52daf {
  align-self: center;
}

#w-node-_9a432288-f746-59d9-c672-243e1d2b93bb-cec52daf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e38213da-8c27-96c3-6f0b-57a6c7d7e324-e0dbf5df {
  align-self: center;
}

#w-node-_97026c5d-c91d-58b6-b7de-378c010e0f17-e0dbf5df, #w-node-_2e464b4a-3d17-ec4f-f419-a151c847b7a8-e0dbf5df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_185b6637-84ca-7fc7-8d70-17db1550f602-b41afc7d {
    order: -9999;
  }

  #w-node-_185b6637-84ca-7fc7-8d70-17db1550f61e-b41afc7d, #w-node-_2ab107f4-aeae-5577-220f-98b099fce2bc-71fad9bc {
    align-self: auto;
  }

  #w-node-_95950586-9f86-48b9-140a-d4e50df1f18e-71fad9bc {
    order: -9999;
  }

  #w-node-_4ace5262-602f-a068-c1ed-a8145ce9f571-4f762b12 {
    grid-column: span 2 / span 2;
  }

  #w-node-_082946a9-638c-fb42-4651-ca94cf98489d-13badb2c {
    align-self: auto;
  }

  #w-node-_082946a9-638c-fb42-4651-ca94cf98489d-cec52daf {
    order: 9999;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_95950586-9f86-48b9-140a-d4e50df1f18e-71fad9bc {
    order: -9999;
  }

  #w-node-_4ace5262-602f-a068-c1ed-a8145ce9f571-4f762b12 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Vonder Stamped';
  src: url('../fonts/Vonder-Stamped.woff2') format('woff2'), url('../fonts/Vonder-Stamped.woff') format('woff'), url('../fonts/Vonder-Stamped.ttf') format('truetype'), url('../fonts/Vonder-Stamped.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}