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

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

.havbar {
  z-index: 300;
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: absolute;
}

.navmenu-2 {
  width: 40%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
  position: relative;
  top: auto;
}

.navlink {
  width: 100px;
  height: auto;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 #676767;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: flex;
}

.navlink:hover {
  color: gray;
  border-bottom-color: #000;
}

.navlink.w--current {
  width: auto;
  height: auto;
  font-weight: 400;
}

.menucont-2 {
  z-index: 350;
  width: 100%;
  height: 0;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: relative;
}

.menubutton {
  z-index: 600;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  left: -9000px;
}

.linetop {
  width: 18px;
  height: 50%;
  border-top: 2px solid #676767;
  margin-left: auto;
  margin-right: auto;
}

.linebutton {
  width: 18px;
  height: 50%;
  border-top: 2px #fff;
  border-bottom: 2px solid #676767;
  margin-left: auto;
  margin-right: auto;
}

.navmanu {
  height: 70px;
  display: flex;
}

.navlogo {
  width: 30%;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.image {
  width: 100%;
  margin-left: 12%;
  margin-right: 12%;
  display: inline-block;
}

.link-block {
  width: 150px;
  height: auto;
  max-width: 250px;
  object-fit: contain;
  align-items: flex-start;
  display: flex;
}

.link-block.w--current {
  width: 150px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-2 {
  width: auto;
  height: 50px;
  max-width: none;
  min-height: auto;
  min-width: auto;
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.story {
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
  padding-bottom: 2%;
  padding-left: 20px;
  display: block;
}

.storyend {
  width: 100%;
  height: 100%;
  padding-top: 2%;
}

.image-3 {
  z-index: -1;
  width: 100%;
  height: auto;
  opacity: 1;
  text-align: center;
  position: absolute;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.text-block {
  text-align: center;
  padding-top: 3%;
  font-size: 20px;
  line-height: 30px;
}

.text-block-2 {
  text-align: left;
  flex: 1;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: .5%;
  padding-left: 10%;
  font-size: 28px;
  font-weight: 400;
}

.inspirationimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.div-block-2 {
  width: 100%;
  height: 100px;
  background-color: red;
}

.section {
  width: 100%;
  height: 150vh;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Area Area Area" 25vh
                 "Area-3 Area-2 Area-2" 25vh
                 "Area-4 Area-2 Area-2" 25vh
                 "Area-5 Area-5 Area-6" 25vh
                 "Area-5 Area-5 Area-7" 25vh
                 "Area-8 Area-10 Area-10" 25vh
                 "Area-9 Area-10 Area-10" 25vh
                 / 33% 33% 33%;
  grid-auto-rows: 25vh;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  padding-top: 10%;
  display: grid;
}

.image-4, .image-5, .image-6 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.heading-3 {
  color: #000;
  background-color: beige;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 15px;
  line-height: 25px;
  display: flex;
}

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

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

.storyimage {
  width: 100%;
  height: 100%;
  position: static;
}

.opacity {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 6%, #fff);
  position: absolute;
}

.image-8 {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  position: static;
}

.contactinfo {
  width: 100%;
  height: 90vh;
  background-color: #fff;
  padding-top: 10%;
  padding-left: 15%;
}

.contacttext {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 2%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  display: flex;
}

.contactintro {
  text-align: center;
  padding-bottom: 30px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  display: flex;
}

.div-block-3 {
  width: 50%;
}

.text-block-3 {
  width: 40%;
  height: 100%;
  align-items: flex-start;
  line-height: 30px;
  display: flex;
}

.productstitle {
  width: 100%;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0% 0% 1%;
  font-size: 18px;
  line-height: 22px;
}

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

.text-block-5 {
  color: #000;
  font-size: 18px;
}

.heading-4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.italic-text, .heading-5 {
  color: #000;
}

.heading-6 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Area Area Area Area Area" 15vw
                 "Area Area Area Area Area" 15vw
                 "Area Area Area Area Area" 15vw
                 "Area-3 Area-5 Area-4 Area-4 Area-4" 15vw
                 "Area-3 Area-5 Area-4 Area-4 Area-4" 15vw
                 "Area-3 . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 0;
}

.image-9 {
  overflow: hidden;
}

.imgblock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
}

.divimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  bottom: auto;
}

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

.image-13 {
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.footerdiv {
  width: 100%;
  height: 13vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footerlogo {
  width: 40%;
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footersocial {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.footerright {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.logo {
  width: 60%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sociallink {
  color: #fff;
  margin-left: 16%;
  margin-right: 0%;
  text-decoration: none;
}

.sociallink:hover {
  color: gray;
}

.socialtext {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 0%;
  font-size: 2em;
  transition: color .2s ease-in-out;
}

.socialtext:hover {
  color: gray;
  text-decoration: none;
}

.image-14 {
  height: 50px;
  object-fit: contain;
}

.contenttext {
  color: #fff;
  padding-bottom: 0%;
  font-size: 1.1em;
  transition: color .2s ease-in-out;
}

.contenttext:hover {
  color: gray;
}

.sociallinks {
  height: 80%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.disclaimer {
  height: 4vh;
  color: #000;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 2%;
  font-size: 12px;
  display: flex;
}

.link-block-2 {
  width: 150px;
  height: 100%;
}

.contacttitle {
  padding-bottom: .5%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.contactlink {
  text-decoration: none;
}

.contacttextblock {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.bold-text {
  font-weight: 400;
  text-decoration: none;
}

.productssection {
  min-width: 100%;
  text-transform: none;
  object-fit: cover;
  padding-top: 8%;
  padding-bottom: 5%;
}

.productdiv {
  margin-left: 25%;
  margin-right: 25%;
  padding-bottom: 2%;
}

.productsimg {
  width: 50vw;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: 50% 100%;
  justify-content: center;
  align-items: center;
  display: block;
}

.productstext {
  text-align: center;
}

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

.image-16 {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  position: static;
}

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

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

.italic-text-2 {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.body-2 {
  min-width: 100%;
}

@media screen and (min-width: 1280px) {
  .havbar {
    z-index: 300;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .navmenu-2 {
    width: 40%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
  }

  .navlink {
    width: auto;
    height: auto;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
  }

  .navlink.w--current {
    width: auto;
    height: auto;
    color: #000;
  }

  .menucont-2 {
    width: 100%;
    height: 0;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .menubutton {
    cursor: pointer;
  }

  .linetop {
    border-top-color: #676767;
  }

  .linebutton {
    border-bottom-color: #676767;
  }

  .navmanu {
    height: 120px;
  }

  .navlogo {
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-block {
    width: 200px;
    max-width: none;
  }

  .link-block.w--current {
    width: 200px;
    max-width: none;
    object-fit: contain;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-2 {
    min-width: 100%;
    object-fit: contain;
  }

  .story {
    padding-left: 20px;
  }

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

  .socialtext {
    font-size: 1.5em;
  }

  .contenttext {
    font-size: 1em;
  }

  .link-block-2 {
    width: 150px;
  }

  .image-16 {
    width: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .havbar {
    height: auto;
    border-radius: 0;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .navmenu-2 {
    width: 40%;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
  }

  .navlink {
    width: auto;
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }

  .menucont-2 {
    width: 100%;
    height: 0;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .linetop {
    border-top-color: #676767;
  }

  .linebutton {
    border-bottom-color: #676767;
  }

  .navmanu {
    height: 90px;
  }

  .link-block, .link-block.w--current {
    width: 200px;
  }

  .story {
    padding-left: 20px;
  }

  .image-4 {
    object-fit: cover;
    position: static;
  }

  .socialtext {
    font-size: 1em;
  }

  .image-16 {
    width: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .havbar {
    z-index: 300;
    height: auto;
    opacity: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .navmenu-2 {
    width: 40%;
    height: 100%;
    opacity: 1;
    direction: ltr;
    text-align: center;
    text-transform: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    font-family: PT Sans, sans-serif;
    display: flex;
    position: relative;
    top: auto;
  }

  .navlink {
    width: auto;
    height: auto;
    color: #000;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
  }

  .navlink.w--current {
    width: 150px;
  }

  .menucont-2 {
    z-index: 350;
    width: 100%;
    height: 0;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .menubutton {
    z-index: 600;
    opacity: 1;
  }

  .linetop {
    border-top-color: #676767;
  }

  .linebutton {
    border-bottom-color: #676767;
  }

  .navmanu {
    height: 120px;
  }

  .link-block {
    width: 200px;
    max-width: none;
  }

  .link-block.w--current {
    width: 200px;
  }

  .story {
    padding-left: 29px;
  }

  .section {
    grid-template-rows: 25vh 25vh 25vh 25vh 25vh 25vh 25vh;
  }

  .image-4, .image-5, .image-6 {
    object-fit: contain;
  }

  .contacttext {
    font-size: 18px;
  }

  .contactintro {
    font-size: 30px;
  }

  .contenttext {
    font-size: 20px;
  }

  .contacttitle {
    font-size: 24px;
  }

  .contacttextblock {
    font-size: 18px;
    line-height: 25px;
  }

  .productstext {
    text-align: center;
  }

  .image-16 {
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .havbar {
    flex-direction: row-reverse;
    justify-content: center;
    display: flex;
  }

  .navmenu-2 {
    width: 30%;
    height: 100vh;
    opacity: 1;
    background-color: #fff;
    border-radius: 0 12px 12px 0;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding-top: 55px;
    padding-bottom: 20%;
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .navlink {
    width: auto;
    height: auto;
    color: #000;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px;
    position: static;
    top: -50px;
  }

  .navlink.w--current {
    color: #000;
    text-align: left;
    border-bottom-style: none;
    border-bottom-color: #000;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-style: normal;
    text-decoration: none;
    transition: color .2s ease-in-out;
    display: block;
  }

  .navlink.w--current:hover {
    color: gray;
    background-color: rgba(0, 0, 0, 0);
  }

  .menucont-2 {
    width: 15%;
    height: 30px;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .menubutton {
    width: 30px;
    left: auto;
  }

  .navmanu {
    width: 95%;
    height: 50px;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-end;
  }

  .navlogo {
    width: 60%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .opacity {
    height: 70%;
  }

  .logo {
    width: 60%;
  }

  .sociallink {
    margin-left: 10%;
  }

  .socialtext {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .havbar {
    display: flex;
  }

  .navmenu-2 {
    width: 50%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    justify-content: space-around;
    padding-top: 10%;
    padding-bottom: 20%;
    display: none;
    left: 0%;
  }

  .navlink {
    width: 100px;
    height: 50px;
    color: #000;
    text-align: left;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    display: flex;
  }

  .navlink:focus, .navlink:visited {
    color: #fff;
  }

  .navlink.w--current {
    width: 100px;
    height: 50px;
    color: #000;
    text-align: right;
    flex-direction: row;
    justify-content: center;
    margin-right: 0%;
    font-style: normal;
    text-decoration: none;
    transition-property: none;
    display: flex;
  }

  .menucont-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-2 {
    width: auto;
    height: 40px;
    max-height: 100%;
    min-height: 100%;
  }

  .heading {
    padding-top: 1%;
    font-size: 30px;
  }

  .text-block {
    padding-top: 1%;
    font-size: 18px;
  }

  .opacity {
    height: 50%;
  }

  .contactinfo {
    padding-top: 20%;
  }

  .grid {
    grid-template: "Area Area" 15vw
                   "Area Area" 15vw
                   "Area Area" 15vw
                   "Area-2 Area-3" 15vw
                   "Area-2 Area-3" 15vw
                   "Area-4 Area-4" 0
                   "Area-4 Area-4" 15vw
                   "Area-4 Area-4" 0
                   "Area-4 Area-4" 15vw
                   / 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: 0;
  }

  .footerdiv {
    height: 20vh;
  }

  .socialtext {
    font-size: 1.5em;
  }

  .disclaimer {
    height: 10vh;
  }

  .link-block-2 {
    width: 80%;
  }

  .body {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .havbar {
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .navmenu-2 {
    width: 100%;
    height: 50vh;
    color: #000;
    border-radius: 0 0 12px 12px;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 20%;
    padding-bottom: 5%;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navlink {
    width: 150px;
    height: 50px;
    display: flex;
  }

  .navlink:active, .navlink:focus, .navlink:visited {
    color: #000;
  }

  .navlink.w--current {
    height: 50px;
    justify-content: center;
    padding-bottom: 0;
  }

  .menucont-2 {
    width: 50%;
    height: 60px;
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 30px;
    padding-top: 0%;
    padding-left: 0%;
  }

  .navmanu {
    width: 50%;
    height: 60px;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 30px;
    margin-right: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .navlogo {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .link-block {
    width: 200px;
    height: 100%;
    max-width: 300px;
    align-items: center;
  }

  .link-block.w--current {
    width: 200px;
    justify-content: flex-start;
  }

  .image-2 {
    width: auto;
    height: 40px;
    max-height: none;
    min-height: auto;
  }

  .story {
    padding-top: 25%;
  }

  .heading {
    font-size: 20px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }

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

  .image-7 {
    object-fit: cover;
    object-position: 50% 50%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .opacity {
    height: 35%;
  }

  .contactinfo {
    padding-top: 30%;
    padding-left: 10%;
  }

  .grid {
    grid-column-gap: 1px;
    grid-template: "Area Area Area Area" 15vw
                   "Area Area Area Area" 15vw
                   "Area Area Area Area" 15vw
                   "Area-2 Area-2 Area-3 Area-3" 15vw
                   "Area-2 Area-2 Area-3 Area-3" 15vw
                   "Area-4 Area-4 Area-4 Area-4" 15vw
                   "Area-4 Area-4 Area-4 Area-4" 15vw
                   "Area-4 Area-4 Area-4 Area-4" 15vw
                   / 1fr 1fr 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: 0;
  }

  .footerdiv {
    height: 50vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footersocial {
    width: 100%;
    height: 30%;
    justify-content: space-around;
  }

  .footerright {
    width: 100%;
    height: 60%;
    flex-direction: column;
    justify-content: space-around;
  }

  .sociallink {
    margin-left: 0%;
  }

  .image-14 {
    width: 100%;
  }

  .sociallinks {
    width: auto;
    height: 40%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .link-block-2 {
    width: 300px;
  }

  .productssection {
    padding-top: 35%;
  }

  .productdiv {
    flex-direction: column;
    align-items: center;
    margin-left: 4%;
    margin-right: 4%;
    display: flex;
  }

  .productsimg {
    width: 100vw;
    height: auto;
  }

  .product {
    height: auto;
  }
}

#w-node-_025abe1a-1db8-22aa-f186-a94bb53dff18-c89baf20 {
  grid-area: Area-3;
}

#w-node-_24f5f8ff-3690-05f4-27f0-24c03b806acf-c89baf20 {
  grid-area: Area-2;
}

#w-node-c84ad081-395c-11d7-9de2-8d98df250453-c89baf20 {
  grid-area: Area-8;
}

#w-node-_3ecebdb2-6601-b152-9b75-25217057ea8c-c89baf20 {
  grid-area: Area-4;
}

#w-node-a4dcc443-a528-3d9e-999c-2f0773a37a4c-c89baf20 {
  grid-area: Area-8;
}

#w-node-_01a2ac9c-09c5-e96e-2b37-aa34c3dd9045-c89baf20 {
  grid-area: Area-10;
}

#w-node-ea86d1a2-8b33-21af-54ef-c128c8b906ca-c89baf20 {
  grid-area: Area-3;
}

#w-node-_75b86943-b07c-967d-f6ee-73401810b06a-c89baf20 {
  grid-area: Area-4;
}

#w-node-cc943ba5-5a7c-e9ac-99ec-d3ced401ed4f-c89baf20 {
  grid-area: Area-2;
}

#w-node-_75dcd853-43f6-4a7a-3ca7-6f8efb4a0e05-c89baf20 {
  grid-area: Area;
  align-self: auto;
  justify-self: auto;
}

#w-node-f8772894-9f4e-ea6e-3646-48a62cdaf99e-c89baf20 {
  grid-area: Area-12;
}

#w-node-_82cd4ce4-3843-ea1b-7aed-7cb34eaccd56-c89baf20 {
  grid-area: Area-5;
  justify-self: start;
}

#w-node-_27b4a2e1-ba80-025e-3a1a-48540e611fd7-c89baf20 {
  grid-area: Area-9;
}

#w-node-_545af2f3-af0f-805b-06d3-ec1b0f56b13f-c89baf20, #w-node-_91f9bb46-4d7b-504a-25bb-a6198529d061-c89baf20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_75dcd853-43f6-4a7a-3ca7-6f8efb4a0e05-c89baf20 {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_75b86943-b07c-967d-f6ee-73401810b06a-c89baf20 {
    grid-area: Area-4;
  }

  #w-node-cc943ba5-5a7c-e9ac-99ec-d3ced401ed4f-c89baf20 {
    grid-area: Area-2;
  }
}


