@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
.start-page-intro-wrapper {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .start-page-intro-wrapper {
    margin-top: 30vw;
    margin-bottom: 125px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .start-page-intro-wrapper {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}
.start-page-intro-wrapper #logo-font-image figure {
  text-align: center;
  margin-bottom: 12vw;
}
@media (max-width: 1600px) {
  .start-page-intro-wrapper #logo-font-image figure {
    margin-bottom: 15vw;
  }
}
@media (max-width: 767px) {
  .start-page-intro-wrapper #logo-font-image figure {
    margin-bottom: 20px;
  }
}
.start-page-intro-wrapper #logo-font-image figure img {
  max-height: 140px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.intro-description {
  width: 45%;
  font-weight: 600;
}
@media (max-width: 991px) {
  .intro-description {
    width: 100%;
  }
}
.intro-description p {
  font-size: 1.2rem;
  margin: 0;
}

#product-list-start-page {
  margin-top: 80px;
  position: relative;
  overflow: visible;
}
#product-list-start-page #product-list-bg-image figure {
  margin: 0;
}
#product-list-start-page #product-list-bg-image figure img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#product-list-start-page #product-list-start-page_content-wrapper {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
#product-list-start-page #product-list-start-page_content-wrapper .mod_iso_productlist {
  overflow: visible;
  margin-bottom: 60px;
}
#product-list-start-page #product-list-start-page_content-wrapper #product-list-start-page_heading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#product-list-start-page #product-list-start-page_content-wrapper #product-list-start-page_heading-wrapper h2#product-list-header-startpage {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
#product-list-start-page #product-list-start-page_content-wrapper #product-list-start-page_heading-wrapper figure.image_container {
  margin: 0;
}
#product-list-start-page #product-list-start-page_content-wrapper #product-list-start-page_heading-wrapper figure.image_container img {
  height: 12px;
  width: auto;
}
#product-list-start-page #product-list-start-page_content-wrapper .mod_iso_productlist div.navButton {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s opacity;
  cursor: pointer;
}
#product-list-start-page #product-list-start-page_content-wrapper .mod_iso_productlist div.navButton.left {
  left: 20px;
}
#product-list-start-page #product-list-start-page_content-wrapper .mod_iso_productlist div.navButton.right {
  right: 20px;
}
#product-list-start-page #product-list-start-page_content-wrapper .mod_iso_productlist div.navButton.disabled {
  display: none;
}
#product-list-start-page #products-image-bg-wrapper {
  height: 80%;
  width: 120vw;
  transform: translateX(-10%);
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  -webkit-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #product-list-start-page #products-image-bg-wrapper {
    background-size: cover;
  }
}

.minerals-wrapper {
  margin-top: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position-x: center;
  display: flex;
  justify-content: space-evenly;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  position: relative;
}
.minerals-wrapper .mineralpart {
  margin-top: 240px;
  margin-bottom: 240px;
  z-index: 1;
}
.minerals-wrapper .mineralpart .value-and-quantity {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.minerals-wrapper .mineralpart .value-and-quantity .value {
  color: #1E1E1E;
  font-size: 3.5rem;
  font-weight: 500;
  width: 3ch;
  text-align: right;
}
.minerals-wrapper .mineralpart .value-and-quantity .quantity {
  color: #1E1E1E;
  margin-bottom: 10px;
  margin-left: 10px;
}
.minerals-wrapper .mineralpart .name {
  color: #1E1E1E;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .minerals-wrapper .mineralpart {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .minerals-wrapper .mineralpart.first {
    margin-top: 90px;
  }
  .minerals-wrapper .mineralpart.last {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .minerals-wrapper {
    flex-direction: column;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
}