:root {
  --tan: #bab395;
  --black: black;
  --dark-green: #2a4d25;
  --white: white;
}

body {
  background-color: var(--tan);
  color: var(--black);
  font-family: Josefin Sans, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

p {
  margin-bottom: 10px;
}

.navlinks {
  color: var(--dark-green);
  margin-left: 25px;
  margin-right: 25px;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.navlinkblock {
  width: 150px;
  color: var(--tan);
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--dark-green);
  background-image: linear-gradient(270deg, var(--dark-green), #1b572a);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 350px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

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

.field-label {
  color: var(--tan);
}

.image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  width: 40%;
  background-color: var(--white);
  color: var(--dark-green);
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

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

.text-block {
  color: var(--tan);
  margin-top: 5px;
}

.button {
  width: 60%;
  background-color: var(--white);
  color: var(--dark-green);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.image-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--white);
  color: var(--tan);
  padding: 125px 75px 10px;
  position: relative;
}

.footerlogoimage {
  width: 350px;
}

.footercontent {
  z-index: 2;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.footerlogotext {
  color: var(--black);
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
}

.footersocialicon {
  width: 40px;
  height: 40px;
}

.footersocialtext {
  color: var(--dark-green);
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
}

.footersocialcontainer {
  text-align: right;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.footerlogocontainer {
  text-align: center;
  padding-top: 40px;
}

.footersociallink {
  margin-left: 15px;
}

.cspring {
  width: 140px;
  color: var(--dark-green);
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.cspringimage {
  width: 90px;
  display: inline-block;
}

.cspringtext {
  color: var(--black);
  letter-spacing: -.8px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.indexhero {
  width: 100%;
  height: 750px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.indexheroslider {
  width: 100%;
  height: 100%;
}

.indexintro {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}

.indexintroheading {
  width: 80%;
  color: var(--dark-green);
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Magnolia, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.3;
  transform: rotate(1deg);
}

.indexintropara {
  max-width: 900px;
  text-align: left;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 24px;
  line-height: 1.5;
}

.button-2 {
  width: 240px;
  border: 1px solid var(--dark-green);
  background-color: var(--dark-green);
  text-align: center;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 14px;
  font-size: 26px;
  transition: color .2s, background-color .2s;
  display: block;
}

.button-2:hover {
  background-color: var(--white);
  color: var(--dark-green);
}

.heading-4 {
  color: var(--white);
  text-align: center;
  font-family: Magnolia, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 1;
}

.section {
  background-color: var(--dark-green);
  background-image: url('../images/Artboard-2.png'), url('../images/Untitled-1.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 100%, cover;
  padding-top: 100px;
  padding-bottom: 190px;
  position: relative;
}

.link-block {
  color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  padding-right: 10px;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.link-block:hover {
  border: 1px solid var(--white);
}

.text-block-3 {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
}

.image-7 {
  width: 30px;
  margin-top: -3px;
  margin-right: -5px;
}

.left-arrow {
  z-index: 5;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-nav {
  z-index: 10;
  width: 100%;
  bottom: 26px;
}

.text-block-4 {
  width: 80%;
  max-width: 1250px;
  border-bottom: 1px solid var(--dark-green);
  text-align: center;
  margin: 100px auto 50px;
  padding-bottom: 25px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 25px;
  font-weight: 500;
}

.indexheroslide1image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.indexheroslide1logo {
  width: 50vw;
  max-width: 750px;
}

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

.footertopborder {
  width: 100%;
  object-fit: fill;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.indextestimonial {
  padding-top: 75px;
  padding-bottom: 50px;
}

.slider-2 {
  width: 960px;
  height: 220px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-14 {
  width: 50px;
}

.left-arrow-2 {
  display: flex;
}

.right-arrow-2 {
  justify-content: flex-end;
  display: flex;
}

.div-block-5 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
}

.image-15 {
  width: 50px;
}

.text-block-5 {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.heading-6 {
  width: 740px;
  color: var(--dark-green);
  text-align: center;
  margin: 0 auto 5px;
  font-family: Magnolia, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.button-2-copy {
  width: 190px;
  border: 1px solid var(--dark-green);
  background-color: var(--dark-green);
  text-align: center;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7px;
  font-size: 20px;
  transition: color .2s, background-color .2s;
  display: none;
}

.button-2-copy:hover {
  background-color: var(--white);
  color: var(--dark-green);
}

.termstop {
  height: 300px;
  background-color: var(--dark-green);
  background-image: url('../images/Artboard-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legalheading1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 120px;
  font-size: 60px;
  font-weight: 500;
}

.legalbody {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.legalpara {
  margin-bottom: 10px;
  font-size: 16px;
}

.legalparalink {
  color: var(--dark-green);
}

.legalheading3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.legallist {
  font-size: 16px;
  display: none;
}

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

.footerbottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  display: flex;
}

.footerlegallink {
  color: var(--black);
  font-size: 14px;
}

.html-embed-2 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  color: var(--dark-green);
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}

.div-block-6 {
  width: 95%;
  max-width: 650px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  margin-bottom: 25px;
}

.div-block-7 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.qrsocialimage {
  width: 15vw;
  max-width: 100px;
}

.link-block-2 {
  width: 210px;
  background-color: var(--dark-green);
  color: var(--tan);
  text-align: center;
  letter-spacing: 2px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 17px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.indexheroproductslidecontainer {
  width: 100%;
  height: 100%;
  background-color: var(--dark-green);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.indexheroproductslideimage {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  object-fit: cover;
  object-position: 50% 80%;
  position: static;
}

.indexheroproductslideleft {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.indexheroproductslideseparator {
  width: 55px;
  background-image: linear-gradient(270deg, var(--dark-green), rgba(42, 77, 37, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.indexproductslideright {
  height: 100%;
  min-width: 550px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.indexintrosubheading {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 31px;
  font-weight: 300;
}

.shoppingbag {
  z-index: 50;
  width: 70px;
  height: 70px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: fixed;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 1px 7px 3px rgba(0, 0, 0, .2);
}

.indexsliderarrow {
  width: 30px;
}

.indexsliderarrowcontainer {
  height: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.indexheroslider1logocontainer {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.indexheroseparatorimage {
  width: 100%;
  height: 130px;
  object-fit: fill;
  object-position: 50% 100%;
}

.indexheroproductslidehead {
  text-align: left;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .63);
  margin-bottom: 25px;
  font-size: 52.3585px;
  line-height: 1;
}

.indexheroproductslidepara {
  font-size: 22px;
}

.indexheroproductslidelist {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  padding-left: 0;
  display: grid;
}

.indexheroproductslidelisthead {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.5;
}

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

.html-embed-5 {
  width: 240px;
  height: 30px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.indexbestsellers {
  padding: 75px 15px 100px;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 1;
}

.itemcontainer {
  max-width: 1200px;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  width: 300px;
  background-color: var(--dark-green);
  text-align: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 13px;
  font-size: 22px;
  transition: all .5s;
  display: block;
}

.button-3:hover {
  background-color: #1b1b1b;
}

.div-block-8 {
  z-index: 5;
  background-image: linear-gradient(to top, var(--dark-green) 25%, rgba(42, 77, 37, 0));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 85px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-9 {
  width: 60%;
  max-width: 700px;
  flex: 0 auto;
  margin-left: 25px;
  padding-right: 50px;
}

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

.image-18 {
  width: 40%;
  max-width: 550px;
  flex: none;
  padding-left: 15px;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footerlogoimage {
    width: 250px;
  }

  .footerlogotext {
    font-size: 18px;
  }

  .footersocialicon {
    height: 35px;
  }

  .footersocialtext {
    font-size: 20px;
  }

  .footerlogocontainer {
    padding-top: 0;
  }

  .cspring {
    margin-right: 0;
  }

  .indexhero {
    height: 500px;
  }

  .indexintro {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .indexintroheading {
    font-size: 64px;
  }

  .indexintropara {
    width: 85%;
    max-width: none;
    font-size: 18px;
  }

  .button-2 {
    width: 170px;
    font-size: 18px;
  }

  .heading-4 {
    font-size: 90px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 125px;
  }

  .text-block-4 {
    width: 90%;
    margin-top: 75px;
    font-size: 22px;
  }

  .indexheroslide1logo {
    width: 70vw;
  }

  .slider-2 {
    width: 90%;
    max-width: 960px;
  }

  .div-block-5 {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .paragraph-2 {
    font-size: 19px;
    line-height: 1.8;
  }

  .text-block-5 {
    font-size: 19px;
  }

  .heading-6 {
    width: 670px;
    font-size: 50px;
    line-height: 1.1;
  }

  .slide-3 {
    height: 100%;
  }

  .button-2-copy {
    width: 170px;
    font-size: 18px;
  }

  .indexintrosubheading {
    font-size: 28px;
  }

  .indexsliderarrow {
    width: 40px;
  }

  .indexsliderarrowcontainer {
    align-items: flex-end;
    padding-bottom: 50px;
  }

  .indexheroseparatorimage {
    height: 110px;
  }

  .indexheroproductslidehead {
    margin-bottom: 20px;
    font-size: 29.124px;
  }

  .indexheroproductslidepara {
    font-size: 18px;
    line-height: 1.3;
  }

  .indexheroproductslidelisthead {
    font-size: 18px;
  }

  .indexheroproductslidelistitem {
    font-size: 16px;
  }

  .indexbestsellers {
    padding-bottom: 65px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 50px;
  }

  .div-block-8 {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .div-block-9 {
    width: 55%;
    padding-right: 25px;
  }

  .image-18 {
    width: 45%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 60px;
  }

  .footercontent {
    display: block;
  }

  .footersocialcontainer {
    justify-content: center;
  }

  .footerlogocontainer {
    margin-bottom: 25px;
  }

  .indexhero {
    height: 95vh;
  }

  .indexintroheading {
    font-size: 56px;
  }

  .indexintropara {
    width: 98%;
  }

  .button-2 {
    width: 180px;
    padding-top: 14px;
    padding-bottom: 11px;
    font-size: 18px;
  }

  .section {
    padding-bottom: 100px;
  }

  .link-block {
    left: 20px;
  }

  .text-block-4 {
    width: 95%;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .indexheroslide1logo {
    width: 80%;
    margin-top: 30vh;
    left: 30%;
    right: auto;
  }

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

  .image-14, .left-arrow-2, .right-arrow-2 {
    width: 40px;
  }

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

  .paragraph-2 {
    font-size: 18px;
    line-height: 1.6;
  }

  .image-15 {
    width: 40px;
  }

  .heading-6 {
    width: 95%;
    max-width: 570px;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 1;
  }

  .button-2-copy {
    width: 180px;
    font-size: 17px;
  }

  .footerbottom {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 50px;
  }

  .html-embed {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .html-embed-2 {
    width: 95%;
    max-width: 540px;
  }

  .indexintrosubheading {
    font-size: 22px;
  }

  .indexheroslider1logocontainer {
    align-items: flex-start;
  }

  .indexheroseparatorimage {
    height: 60px;
  }

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

  .itemcontainer {
    flex-direction: column;
  }

  .button-3 {
    width: 260px;
    font-size: 20px;
  }

  .div-block-8 {
    background-image: linear-gradient(to top, var(--dark-green) 12%, rgba(42, 77, 37, 0) 50%);
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }

  .div-block-9 {
    width: 90%;
    padding-right: 0;
  }

  .image-18 {
    width: 70%;
    max-width: 270px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 40px;
  }

  .footerlogotext {
    font-size: 16px;
  }

  .footersocialtext {
    font-size: 18px;
  }

  .footersociallink {
    margin-left: 5px;
  }

  .cspringimage {
    width: 80px;
  }

  .cspringtext {
    font-size: 14px;
  }

  .indexhero {
    min-height: 650px;
  }

  .indexintro {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .indexintroheading {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 13vw;
  }

  .indexintropara {
    width: 95%;
    font-size: 16px;
  }

  .heading-4 {
    font-size: 18vw;
  }

  .section {
    padding-bottom: 75px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 3px;
    line-height: 1;
    display: flex;
  }

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

  .image-7 {
    width: 26px;
  }

  .right-arrow {
    margin-left: -2px;
  }

  .text-block-4 {
    width: 97%;
    max-width: 330px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
  }

  .indexheroslide1logo {
    left: 20%;
  }

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

  .image-14 {
    width: 35px;
    margin-right: -5px;
  }

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

  .paragraph-2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .image-15 {
    width: 35px;
    margin-left: -5px;
  }

  .heading-6 {
    width: 98%;
    max-width: 430px;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 1.4;
  }

  .slide-3 {
    position: absolute;
  }

  .html-embed-2 {
    width: 95%;
    max-width: 400px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .qrsocialimage {
    min-width: 50px;
  }

  .link-block-2 {
    width: 190px;
    font-size: 20px;
  }

  .indexintrosubheading {
    font-size: 5vw;
  }

  .indexheroproductslidehead {
    text-align: center;
    font-size: 24px;
  }

  .indexheroproductslidepara {
    font-size: 16px;
  }

  .indexheroproductslidelist {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .indexheroproductslidelisthead {
    font-size: 16px;
    line-height: 1.3;
  }

  .indexbestsellers {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-7 {
    font-size: 33px;
  }

  .button-3 {
    width: 210px;
    font-size: 16px;
  }

  .div-block-9 {
    max-width: 350px;
  }

  .image-18 {
    width: 80%;
    max-width: 210px;
  }

  .body, .body-2 {
    min-width: 280px;
  }

  .left-arrow-3 {
    margin-right: -2px;
  }
}


@font-face {
  font-family: 'Magnolia';
  src: url('../fonts/Magnolia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}