@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
.scaffoldSupplierWrapperHeader section {
  font-family: "Cabin", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  line-height: 1.375;
}

.page-supplier-page-con-serv .scaffoldSupplierWrapper {
  max-width: 100%;
  padding: 0px;
}

.page-supplier-page-con-serv .main__inner-wrapper {
  padding: 0px;
}

.page-supplier-page-con-serv .scaffoldSupplierWrapperHeader {
  width: 100%;
}

.page-supplier-page-con-serv .breadcrumbScaffold {
  background-color: var(--blue);
}

body .breadcrumbScaffold li a {
  color: var(--white) !important;
}

:root {
  --blue: #030c54;
  --grey: #444;
  --white: #fff;
  --black: #000;
  --light-grey: #ccc;
}

.bg-blue {
  background-color: var(--blue);
}

.conserv-intro {
  background-color: var(--blue);
  width: 100%;
  min-height: 400px;
  display: flex;
  vertical-align: middle;
  padding-top: 30px;
}

.conserv-intro-divider {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23030C54"><path d="M0 0v100c250 0 375-24 500-48 125 24 250 48 500 48V0H0Z" opacity=".5"></path><path d="M0 0v4c250 0 375 24 500 48C625 28 750 4 1000 4V0H0Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.conserv-intro a {
  width: -moz-fit-content;
  width: fit-content;
}

body .conserv-wrapper a:after {
  display: none !important;
}

body .conserv-product-container a:after {
  display: none !important;
}

.scaffoldSupplier .sliderComponent {
  max-width: 650px;
  animation: conservlogo 2s ease 0s 1 normal none;
  margin: auto;
}

.scaffoldSupplier .sliderComponent .swiper-slide img {
  border-radius: 15px;
}

.conserv-banner-p {
  color: var(--white);
  font-size: 18px;
  line-height: 1.5em;
}

.conserv-btn-holder {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.conserv-p {
  font-size: 16px;
  line-height: 1.5em;
}

.conserv-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.conserv-wrapper-column {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: start;
  gap: 5%;
}

.conserv-banner-description {
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  justify-content: center;
}

.conserv-banner-description img {
  max-width: 570px;
  margin-bottom: 20px;
  width: 100%;
}

.conserv-banner-description h1 {
  margin-bottom: 0px;
  color: var(--white);
  line-height: 110%;
  font-size: 2.3em;
}

.conserv-banner-h2 {
  color: var(--white);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

body button.conserv-btn {
  background-color: transparent !important;
  color: var(--white) !important;
  padding: 25px;
  font-size: 16px !important;
  font-weight: 800;
  border: 2px solid var(--white) !important;
  border-radius: 100px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

body .conserv-btn:hover {
  background-color: var(--white) !important;
  color: var(--grey) !important;
}

.conserv-btn-blue {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  padding: 25px;
  font-size: 16px !important;
  font-weight: 800;
  border: 2px solid var(--blue) !important;
  border-radius: 100px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

.conserv-btn-blue:hover {
  background-color: var(--white) !important;
  color: var(--blue) !important;
}

.conserv-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.conserv-info-column {
  width: 50%;
  justify-content: center;
  align-content: center;
}

.conserv-content {
  padding: 30px 20px;
  text-align: left;
}

.conserv-content-container {
  max-width: 550px;
  margin: auto;
}

.conserv-content p {
  margin: auto;
  padding-top: 0px;
  padding-bottom: 15px;
  line-height: 150%;
}

.conserv-h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.conserv-content-container p {
  line-height: 150%;
}

.conserv-corner {
  border-radius: 15px;
}

.conserv {
  padding: 40px 15px 10px;
}

.conserv-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.conserv-product-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
}

.conserv-product-container .swiper-slide {
  border-radius: 25px;
  overflow: hidden;
}

.conserv-product-container .swiper-slide-product-title h3 {
  font-size: 16px !important;
  color: #060500 !important;
  margin: auto !important;
}

.conserv-product-container .swiper-slide-product-description ul {
  padding-inline-start: 20px;
}

.conserv-product-container .swiper-slide-product {
  justify-content: space-between !important;
}

.conserv-product-container .swiper-slide-product-btn {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

.conserv-certified {
  margin-top: 20px;
}

.conserv-certified-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.conserv-certified-wrapper img {
  max-width: 200px;
  width: 100%;
}

.conserv8 {
  width: 100%;
  height: 15px;
  opacity: 0.8;
}

.conserv4 {
  width: 100%;
  height: 15px;
  opacity: 0.4;
}

.conserv2 {
  width: 100%;
  height: 15px;
  opacity: 0.2;
}

.conserv-mtop30 {
  padding-top: 30px;
}

.conserv-s2, .conserv-s3, .conserv-s5 {
  max-width: 1500px;
  margin: auto;
}

@keyframes conservlogo {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 600px) {
  .scaffoldSupplier .sliderComponent {
    max-width: 500px;
  }
}
@media screen and (max-width: 450px) {
  .scaffoldSupplier .sliderComponent {
    max-width: 300px;
  }
  .conserv-wrapper-column {
    flex-direction: column;
    gap: 20px;
  }
  .conserv-intro-divider {
    min-height: 100px;
  }
  .conserv-banner-description {
    max-width: 95%;
    align-items: center;
    text-align: center;
  }
  .conserv-info-column {
    width: 100%;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .conserv-content-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .conserv-content-container h1,
  .conserv-content-container h2 {
    align-items: center;
  }
  .conserv-h2 {
    font-size: 1.5rem !important;
  }
  .conserv-product-container .swiper-slide-product-btn {
    text-align: center;
  }
  .conserv-content iframe {
    height: 200px;
  }
  .conserv-certified-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 451px) and (max-width: 850px) {
  .conserv-wrapper-column {
    flex-direction: column;
    gap: 20px;
  }
  .conserv-intro-divider {
    min-height: 100px;
  }
  .conserv-banner-description {
    max-width: 95%;
    align-items: center;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */