:root {
  --black: black;
  --white: white;
}

.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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: #414949;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #414949;
  text-align: center;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  color: #414949;
  -webkit-text-stroke-color: #414949;
  font-family: Bitter, serif;
  text-decoration: none;
}

a:hover {
  color: #00f;
}

li {
  font-family: Bitter, serif;
  font-size: 1rem;
  line-height: 1.7;
}

label {
  color: #414949;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  text-align: center;
  padding-top: 360px;
}

.image {
  max-width: 100%;
  display: inline-block;
}

.navbar {
  background-color: #e4ffff;
}

.nav-link {
  color: #414949;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.nav-button {
  background-color: #8fd34c;
  border: 2px solid #414949;
  border-radius: 16px;
  margin: 8px 10px;
  padding: 10px;
}

.container-2 {
  object-fit: fill;
  background-color: red;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 250px;
}

.home {
  background-image: url('../images/forest-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 93vh;
  display: flex;
}

.style {
  background-color: #feeacf;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 58rem;
  max-width: 58rem;
  margin: 5rem auto;
  padding: 2rem;
  display: flex;
}

.style.hero {
  background-color: rgba(255, 255, 255, .25);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.heading {
  color: #e4ffff;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: -3px 0 #414949, 3px 0 #414949, 0 -3px #414949, 0 3px #414949, -2px -2px #414949, -2px 2px #414949, 2px 2px #414949, 2px -2px #414949;
  font-family: Indie Flower, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
}

.heading.subheading {
  -webkit-text-stroke-width: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Simonetta, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
}

.button {
  color: #414949;
  text-align: center;
  letter-spacing: 2px;
  background-color: #8fd34c;
  border: 2px solid #414949;
  border-radius: 1rem;
  width: 15rem;
  padding: 15px 25px;
  font-family: Bitter, serif;
  font-size: 1rem;
  font-weight: 400;
}

.body {
  background-color: #e4ffff;
}

.heading-2 {
  -webkit-text-stroke-width: 0px;
  font-style: normal;
  text-decoration: none;
}

.italic-text {
  -webkit-text-stroke-width: 1px;
}

.license {
  border: 1px none var(--black);
  opacity: 1;
  filter: blur();
  outline-offset: 0px;
  color: #999;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  outline: 3px #000;
  margin-bottom: 10px;
  transition: opacity .2s;
  display: inline-block;
}

.heading-3 {
  margin-bottom: 5px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-2 {
  grid-row-gap: 9px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: minmax(0, 1fr) 1fr;
  justify-content: space-around;
  align-items: end;
  justify-items: start;
}

.columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.textarea {
  object-fit: fill;
  font-family: Bitter, serif;
}

.submit-button {
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  object-fit: fill;
  border: 3px solid #414949;
  border-radius: 16px;
  max-width: 100%;
}

.div-block {
  max-height: 4rem;
}

.image-3 {
  object-fit: scale-down;
  border-radius: 150px;
  max-width: 10rem;
}

.section {
  background-color: #6dac2e;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6dac2e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding: 20px 10px;
  display: grid;
}

.image-4 {
  max-width: 10rem;
  display: block;
}

.paragraph {
  color: #414949;
  align-self: flex-start;
}

.image-5 {
  position: static;
}

.grass {
  z-index: -1;
  background-image: url('../images/grass.svg');
  background-position: 0 0;
  background-size: auto;
  height: 6rem;
  position: relative;
  bottom: -.5rem;
}

.rich-text-block {
  font-family: Bitter, serif;
  font-size: 1rem;
  line-height: 1.7;
}

.rich-text-block-2 {
  max-width: 85%;
  margin-bottom: 10px;
}

.rich-text-block-2 li {
  color: #414949;
  letter-spacing: 1px;
  font-style: normal;
}

.hr {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  max-width: 50rem;
  height: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.image-6 {
  object-fit: cover;
  border: 3px solid #414949;
  border-radius: 16px;
  max-width: 40%;
}

.paragraph-2 {
  text-align: left;
  margin-left: 30px;
  line-height: 1.9;
}

.heading-5 {
  margin-bottom: 40px;
}

.paragraph-3 {
  background-color: rgba(255, 255, 255, .3);
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 20px;
}

.div-block-3 {
  background-image: url('../images/Optimized-20220928_103559.jpg');
  background-position: 50% 25%;
  background-size: cover;
  border: 2px solid #414949;
  border-radius: 16px;
  min-width: 38%;
  min-height: 320px;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.div-block-4 {
  background-image: url('../images/child.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 16px;
  height: 100%;
}

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

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

.bold-text-2 {
  display: inline-block;
}

.paragraph-5 {
  margin-bottom: 20px;
}

.div-block-7 {
  justify-content: space-around;
  display: flex;
}

.checkbox-field {
  flex-direction: column-reverse;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-8 {
  width: 100%;
}

.field-label {
  text-align: center;
}

.checkbox {
  margin-left: 0;
}

.paragraph-6 {
  color: #999;
  text-align: center;
  max-width: 100%;
  margin-bottom: 30px;
}

.div-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .3);
  border: 3px solid rgba(255, 255, 255, .5);
  border-radius: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.field-label-2 {
  text-align: center;
  margin-top: -4px;
  margin-bottom: 20px;
  line-height: 26px;
}

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

.container-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.meet-michelle {
  text-align: left;
  background-color: #e4ffff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  background-color: #feeacf;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.shadow-one {
  border-radius: 1rem;
  margin-right: -10px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
}

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

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

.meet-melanie {
  background-color: #e4ffff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-2 {
  background-color: #feeacf;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.margin-bottom-24px-2 {
  text-align: left;
  margin-bottom: 24px;
  margin-left: 47px;
}

.heading-6 {
  margin-left: 40px;
}

.container-5 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #feeacf;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.ideologies {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 56px;
  flex-wrap: wrap;
  grid-template: ". . ."
                 ". Area-2 Area" 1fr
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 50px;
  display: flex;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33%;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.meals {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e4ffff;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-6 {
  text-align: center;
  background-color: #feeacf;
  border-radius: 1rem;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.hero-image.shadow-two {
  border-radius: 1rem;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

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

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

.margin-bottom-24px-4 {
  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 rgba(150, 163, 181, .08);
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
  position: static;
}

.link {
  color: #00f;
}

.footer-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6dac2e;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding: 20px 10px;
  display: grid;
}

.testimonials {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-8 {
  background-color: #feeacf;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.container-9 {
  background-color: #feeacf;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.bold-text-3 {
  outline-offset: 0px;
  background-color: green;
  outline: 3px #999;
  transform: translate(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  background-color: #e4ffff;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 10px;
  font-family: Bitter, serif;
}

.image-7 {
  border-radius: 1rem;
  margin-bottom: 10px;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block {
  flex-flow: row;
  flex: 0 auto;
  display: flex;
}

.shadow-two {
  border-radius: 1rem;
  margin-left: -40px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

@media screen and (min-width: 1440px) {
  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .shadow-one {
    margin: auto;
    padding: 0;
  }

  .margin-bottom-24px-2 {
    text-align: left;
    align-self: auto;
  }

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

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .shadow-two {
    margin: auto;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    background-color: #e4ffff;
  }

  .style {
    min-width: 0;
    max-width: none;
    margin: 3rem 30px;
    padding-top: 2rem;
  }

  .heading-3 {
    margin-top: 0;
  }

  .footer {
    flex-wrap: wrap;
  }

  .heading-4 {
    margin-top: 0;
  }

  .hr {
    width: 85vw;
  }

  .heading-5 {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #e4ffff;
  }

  .menu-button, .menu-button.w--open {
    color: #414949;
    background-color: #e4ffff;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

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

  .margin-bottom-24px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

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

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

  .margin-bottom-24px-2 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-6 {
    margin-top: 30px;
    margin-left: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-6 {
    max-width: 728px;
    padding-bottom: 0;
  }

  .margin-bottom-24px-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-7 {
    max-width: 728px;
  }

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

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

  .footer-copy {
    flex-wrap: wrap;
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-9, .container-10 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-7 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 100%;
  }

  .brand {
    max-width: 50%;
    display: inline-block;
  }

  .home {
    min-height: 0;
  }

  .style.hero {
    margin-top: 3rem;
  }

  .heading {
    font-size: 10vw;
    line-height: 13vw;
  }

  .heading.subheading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 7vw;
  }

  .columns {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    font-size: 3.5vw;
  }

  .div-block-2 {
    flex-direction: column;
  }

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

  .div-block-3 {
    min-width: 80%;
    min-height: 230px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .paragraph-5 {
    font-size: 3.5vw;
  }

  .team-slider, .meet-michelle, .meet-melanie, .ideologies {
    padding: 60px 15px;
  }

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

  .meals, .features-list, .hero-heading-center {
    padding: 60px 15px;
  }

  .footer-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-card-two {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .testimonial-text-two {
    outline-offset: 0px;
    outline: 0 #414949;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .container-9 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: .7rem;
  }

  label {
    font-size: 3vw;
  }

  .brand {
    max-width: 70%;
    display: block;
  }

  .style.hero {
    margin-left: 3vw;
    margin-right: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .button {
    width: 80vw;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 5vw;
  }

  .license {
    font-size: .7rem;
  }

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

  .grass {
    height: 15vw;
  }

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

  .paragraph-2, .paragraph-3 {
    font-size: .7rem;
  }

  .bold-text {
    font-size: 7vw;
  }

  .italic-text-2 {
    font-size: 4vw;
  }

  .paragraph-4 {
    font-size: .7rem;
  }

  .bold-text-2, .paragraph-6 {
    font-size: 3.5vw;
  }

  .div-block-9 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .container-3 {
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .meet-melanie {
    flex-flow: row;
    display: flex;
  }

  .container-4 {
    max-width: none;
  }

  .container-5 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid {
    grid-column-gap: 40px;
    object-fit: fill;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: baseline;
    align-items: center;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image {
    margin-left: 0;
  }

  .container-6 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-7 {
    max-width: none;
  }

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

  .footer-copy {
    grid-template-columns: 1fr;
  }

  .container-8 {
    max-width: none;
  }

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

  .container-9, .container-10 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

#w-node-_45ec29ec-fdba-5b94-0514-3bc7ee5c259d-7c66ccee, #w-node-_45ec29ec-fdba-5b94-0514-3bc7ee5c257e-7c66ccee, #w-node-_45ec29ec-fdba-5b94-0514-3bc7ee5c2589-7c66ccee, #w-node-e2504464-dad9-1653-f451-b96a20ffa134-7c66ccee, #w-node-ea7d3596-e45b-b06a-2fc1-539728704a90-7c66ccee, #w-node-ea7d3596-e45b-b06a-2fc1-539728704a9a-7c66ccee, #w-node-ea7d3596-e45b-b06a-2fc1-539728704aa4-7c66ccee, #w-node-b7483ca2-e3b5-0e38-add6-2b7adde01d7c-7c66ccee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542d4db5-c52e-8102-f36b-636b8da88acc-7c66ccee, #w-node-_0ca48c8f-cc56-5385-e9ea-82761e013eaa-7c66ccee {
  grid-area: 1 / 1 / 2 / 2;
}

#name.w-node-_0ca48c8f-cc56-5385-e9ea-82761e013eac-7c66ccee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cf74f1fa-55fe-1ae3-500c-f098dafd89c8-7c66ccee {
  grid-area: 3 / 1 / 5 / 2;
  align-self: start;
}

#w-node-f73a2b9d-fa65-7242-49ad-a550c8d2b246-7c66ccee {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0ca48c8f-cc56-5385-e9ea-82761e013ead-7c66ccee {
  grid-area: 3 / 1 / 4 / 2;
}

#DOB.w-node-ba2b383a-b4f3-4b18-62b4-fcf39ee69b9f-7c66ccee {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a48a7f23-9115-ebfb-851a-ac4a954dabca-7c66ccee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f67192a0-04e3-ded3-a8b5-5f8f9f32b4c5-7c66ccee {
  grid-area: 5 / 1 / 6 / 2;
}

#Guardian.w-node-b743d68f-9c3e-b387-e6af-1f4435fb6ecc-7c66ccee {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_0759dc99-019f-3f98-2a38-62418f73e133-7c66ccee {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9dd9d805-adf5-3e3c-739e-7ad34810ae9f-7c66ccee {
  grid-area: 7 / 1 / 8 / 2;
}

#Email-2.w-node-_90db775b-3d28-773a-4e9a-11b467cf67d8-7c66ccee {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-d54a2a68-e8d8-d87f-cf0f-2eff72f3211c-7c66ccee {
  grid-area: 3 / 2 / 4 / 3;
  align-self: start;
}

#w-node-ac1379a4-5520-0b78-0ec1-fd7ee48056de-7c66ccee {
  grid-area: 9 / 1 / 10 / 2;
}

#Phone.w-node-_0ca48c8f-cc56-5385-e9ea-82761e013eaf-7c66ccee {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_26753117-066a-bc39-a157-2301dbbe4487-7c66ccee {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_26753117-066a-bc39-a157-2301dbbe4488-7c66ccee {
  grid-area: 9 / 1 / 10 / 2;
}

#Start_Date.w-node-_26753117-066a-bc39-a157-2301dbbe448a-7c66ccee {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_0ca48c8f-cc56-5385-e9ea-82761e013eb0-7c66ccee {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_3991a57c-4a11-48ae-089d-3638460f28df-7c66ccee {
  grid-area: 5 / 1 / 6 / 3;
  justify-self: auto;
}

#Comments.w-node-_59221172-cc3c-a772-365b-339d05f78a01-7c66ccee {
  grid-area: 6 / 1 / 7 / 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_45ec29ec-fdba-5b94-0514-3bc7ee5c2589-7c66ccee, #w-node-e2504464-dad9-1653-f451-b96a20ffa134-7c66ccee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d54a2a68-e8d8-d87f-cf0f-2eff72f3211c-7c66ccee {
    align-self: start;
  }

  #w-node-_5688cfe6-e22f-0911-8202-5f5c6d9a5c1d-7c66ccee, #w-node-_18bcec35-2974-49a5-7b7e-9dd705a4d4c6-7c66ccee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d54a2a68-e8d8-d87f-cf0f-2eff72f3211c-7c66ccee {
    align-self: start;
  }

  #w-node-_5688cfe6-e22f-0911-8202-5f5c6d9a5c1d-7c66ccee {
    grid-area: 2 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d54a2a68-e8d8-d87f-cf0f-2eff72f3211c-7c66ccee {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }
}


