.body {
  background-color: #e9e2df;
}

.container {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625rem;
  display: flex;
}

.navbar {
  height: 8.61133rem;
  background-color: rgba(221, 221, 221, 0);
}

.brand {
  max-width: 23.125rem;
  order: -1;
}

.nav-menu {
  order: 1;
}

.hero-section-wrapper {
  height: 85vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global {
  width: 100%;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.hero-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-img-wrapper {
  max-width: 45%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-copy-wrapper {
  max-width: 26.3501rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  max-width: 62%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-regular {
  letter-spacing: .03125rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  line-height: 1.1;
}

.text-size-regular.max-width {
  max-width: 70%;
}

.hero-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.product-info-section-wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.product-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.product-img-wrapper {
  max-width: 40%;
  flex: 1;
}

.product-copy-wrapper {
  max-width: 45%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.heading-style-h2 {
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.product-list-copy-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  display: flex;
}

.footer-dark {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 3.75rem 30px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-content {
  width: 100%;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr .35fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  color: #333;
  margin-left: 0;
  font-family: Marcellus, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer-social-link.email {
  text-decoration: underline;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.paragraph {
  margin-bottom: 0;
}

.image-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-section-wrapper {
    height: 70vh;
  }

  .image {
    max-width: 80%;
  }

  .product-img-wrapper {
    max-width: 46%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section-wrapper {
    height: auto;
  }

  .hero-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .image, .text-size-regular.max-width {
    max-width: 100%;
  }

  .hero-copy {
    padding-left: 0;
  }

  .product-info-section-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .product-img-wrapper, .product-copy-wrapper {
    max-width: 100%;
  }

  .heading-style-h2 {
    display: none;
  }

  .product-list-copy-wrapper {
    padding-left: 0;
  }

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

  .footer-brand {
    max-width: 80%;
  }

  .footer-content {
    grid-row-gap: 20px;
    justify-items: center;
  }

  .footer-block {
    width: 100%;
    justify-items: center;
  }

  .footer-block.fle {
    align-items: center;
  }

  .footer-social-link, .footer-social-link.email {
    margin-left: 0;
  }

  .paragraph.footer-para {
    display: none;
  }

  .image-2 {
    width: 2rem;
  }
}

#w-node-_9126c9ab-406a-b72e-6db5-8a6af06e9ce3-7d97e87d, #w-node-_9126c9ab-406a-b72e-6db5-8a6af06e9cee-7d97e87d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


