.home-wrapper * {
  box-sizing: border-box;
}
#hero-banners-desktop {
  display: none;
  gap: 15px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  #hero-banners-desktop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  #hero-banners-desktop > div {
    aspect-ratio: 592/275;
    position: relative;
  }
  #hero-banners-desktop a {
    display: block;
  }
}
#hero-banners-desktop img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#hero-banners-mobile {
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
}
#hero-banners-mobile img {
  display: block;
  aspect-ratio: 1185/552;
  width: 100%;
}
#hero-banners-mobile .swiper-button-prev::after,
#hero-banners-mobile .swiper-button-next::after {
  color: rgba(255, 255, 255, 0.5);
}
#hero-banners-mobile .swiper-pagination,
#hero-banners-mobile .swiper-button-prev::after,
#hero-banners-mobile .swiper-button-next::after {
  transition: opacity 250ms;
}
@media (min-width: 768px) {
  #hero-banners-mobile {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  #hero-banners-mobile {
    display: none;
  }
}
#hero-link-banners {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  #hero-link-banners {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  #hero-link-banners {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
}
#hero-link-banners img {
  display: block;
  width: 100%;
  max-height: 165px;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 577/334;
}
@media (min-width: 768px) {
  #hero-link-banners a {
    aspect-ratio: 577/334;
    display: block;
  }
  #hero-link-banners .swiper-slide {
    box-sizing: border-box;
    width: calc(25.3% - 15px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  #hero-link-banners .swiper-slide {
    width: calc(100% / 2.5);
    margin-right: 15px;
  }
}
.featured-links-desktop-wrapper {
  display: none;
  /* vp-style: 0px-20px @ 320px-1200px */
  margin-bottom: calc(-7.3px + 2.27vw);
}
@media (min-width: 1200px) {
  .featured-links-desktop-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .featured-links-desktop-wrapper {
    display: block;
  }
}
.featured-links-desktop .swiper-slide {
  width: calc(100%/8);
}
.featured-links-desktop img {
  aspect-ratio: 1/1;
}
.home-usp-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* vp-style: 20px-40px @ 320px-1200px */
  margin-bottom: calc(12.7px + 2.27vw);
}
@media (min-width: 1200px) {
  .home-usp-bar {
    margin-bottom: 40px;
  }
}
.home-usp-bar .tp-widget-wrapper {
  font-size: unset;
}
.home-usp-bar .widget-info {
  display: inline-block;
}
.home-usp-bar .tp-widget-rating {
  margin: 0 4px 0 5px;
}
.home-usp-bar * {
  white-space: nowrap;
}
.home-usp-bar .swiper-wrapper {
  justify-content: space-between;
}
.home-usp-bar .swiper-slide {
  display: inline-flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  align-items: center;
  width: auto;
  -webkit-box-flex: 0;
}
.home-usp-bar .swiper-slide img {
  display: inline-block;
  width: auto;
  height: 30px;
  margin-right: 7px;
}
.message.global.noscript {
  display: none;
}
.featured-links-mobile-wrapper {
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .featured-links-mobile-wrapper {
    display: none;
  }
}
.featured-links-mobile-wrapper .swiper-slide {
  width: calc(100% / 7);
  height: auto;
  border-right: 1px solid #8ead46;
}
.featured-links-mobile-wrapper .swiper-slide:last-child {
  border-right: none;
}
.featured-links-mobile .swiper-wrapper {
  align-items: stretch;
}
.featured-links-mobile .featured-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #829b3e;
  transition: background-color 0.25s;
}
.featured-links-mobile .featured-link:hover {
  background: #91ad45;
}
@media (min-width: 768px) {
  .featured-links-mobile .featured-link {
    display: none;
  }
}
.featured-links-mobile .featured-link img {
  max-width: 90%;
  height: auto;
}
@media (max-width: 767px) {
  .featured-links-mobile-bo {
    width: calc(100% + 30px);
  }
}
.featured-link-title-mobile {
  padding-top: 5px;
  color: #fff;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-link-title-mobile {
    display: none;
  }
}
.featured-links-desktop .featured-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #868686;
  font-weight: 400;
}
.featured-links-desktop .featured-link:hover {
  text-decoration: none;
}
.featured-links-desktop img {
  display: block;
  margin-bottom: 8px;
  border-radius: 10px;
}
.featured-links-desktop span {
  display: inline-block;
}
.featured-products-container {
  width: 100%;
  margin-bottom: 30px;
  background: linear-gradient(#67921e, #2d6d29);
}
@media (max-width: 1023px) {
  .featured-products-container {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px 0;
  }
  .featured-products-container .product-item-actions {
    display: block;
  }
}
@media (max-width: 767px) {
  .featured-products-container {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1024px) {
  .featured-products-container {
    padding: 28px 27px 20px;
    border-radius: 10px;
  }
}
.featured-blogposts {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .featured-blogposts {
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .featured-blogposts::before,
  .featured-blogposts::after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #cecece 50%, rgba(255, 255, 255, 0) 100%);
    content: '';
  }
  .featured-blogposts::after {
    top: unset;
    bottom: 0;
  }
}
.featured-blogposts .swiper-slide {
  height: unset;
}
.featured-post-wrapper {
  height: 100%;
  padding-bottom: 10px;
}
.featured-post {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.featured-post img {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  aspect-ratio: 1.2/1;
}
.featured-post > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.featured-post > a:hover {
  text-decoration: none;
}
.featured-post > a:hover .read-more-arrow {
  transform: translateX(5px);
}
.featured-post .featured-post__title {
  display: block;
  margin-bottom: 20px;
  color: #49713b;
  font-weight: bold;
  text-decoration: none;
}
.featured-post .featured-post__read-more {
  color: #49713b;
  font-weight: 400;
}
.featured-post .read-more-arrow {
  display: inline-block;
  font-size: 1.25em;
  transition: transform 0.25s;
}
.featured-post .featured-post__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page-bottom {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .page-bottom {
    background: linear-gradient(180deg, #eeeeee 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 50px;
  }
}
@media (min-width: 768px) {
  body.cms-index-index {
    background: #f7f7f7 linear-gradient(to bottom, #3c7333 0%, #005216 125px, #f7f7f7 125px, #f7f7f7 100%) no-repeat;
  }
}
body.cms-index-index .page-main {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  body.cms-index-index .page-main {
    margin-top: 0;
  }
}
body.cms-index-index .cms_content_container > :first-child {
  margin-top: 0;
}
body.cms-index-index .newsletter-wrapper {
  padding: 30px 20px 10px;
  background-color: #fff;
}
body.cms-index-index .has-newsletter {
  margin-top: 0;
  margin-bottom: 0;
}
body.cms-index-index p:empty {
  display: none;
}
@media (max-width: 767px) {
  body.cms-index-index {
    padding-top: 57px !important;
  }
}
.home-heading,
.featured-products-heading-desktop {
  display: none;
  margin: 0 0 20px;
  color: #1f5035;
  font-weight: bold;
  font-family: 'Roboto';
}
@media (min-width: 1024px) {
  .home-heading,
  .featured-products-heading-desktop {
    display: block;
  }
}
.home-heading {
  display: block;
}
.featured-products-heading-mobile {
  margin: 0 auto 20px;
  color: white;
  font-weight: bold;
  font-family: 'Roboto';
  text-align: center;
  text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}
@media (min-width: 1024px) {
  .featured-products-heading-mobile {
    display: none;
  }
}
.featured-products .product-item-name {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.featured-products .swiper-slide {
  height: unset;
}
@media (max-width: 1023px) {
  .featured-products .swiper-slide {
    width: calc(100% / 4.5);
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .featured-products .swiper-slide {
    width: calc(100% / 2.25);
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .featured-products .swiper-slide {
    width: calc(100% / 6);
    margin-right: 15px;
  }
}
.featured-products .amxnotif-container {
  display: none;
}
.featured-products .product-item-info {
  height: 100%;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.35);
}
.featured-products .swiper-slide {
  padding: 2px 3px 10px;
}
@media (max-width: 1023px) {
  .featured-products .swiper-slide {
    padding-left: 0;
  }
  .featured-products .swiper-slide:last-child {
    padding-right: 0;
  }
}
.featured-products .product-item-name > a {
  color: var(--primary__color_lighter);
}
.featured-products .action.primary {
  width: 100%;
  text-align: center;
  border: 1px solid #e69138;
}
.home-story {
  display: flex;
  /* vp-style: 10px-30px @ 360px-1200px */
  gap: calc(1.4px + 2.38vw);
  align-items: center;
}
.home-story + .home-story {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .home-story {
    gap: 30px;
  }
}
.home-story-image img {
  /* vp-style: 150px-360px @ 360px-1200px */
  min-width: calc(60px + 25vw);
  max-width: calc(60px + 25vw);
}
@media (min-width: 1200px) {
  .home-story-image img {
    min-width: 360px;
    max-width: 360px;
  }
}
.home-story-text {
  color: #706f6f;
  /* vp-style: 16px-32px @ 360px-1200px */
  font-size: calc(9.1px + 1.9vw);
  font-family: serif;
  font-style: italic;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-story-text {
    font-size: 32px;
  }
}
.swiper-pagination-bullet-active {
  background: #7a9d28 !important;
}
.columns .sidebar-main {
  max-width: 100%;
}
.trustpilot-widget {
  margin: 0 0 30px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
}
.cms-index-index .column.main > .pc-trustpilot-widget iframe {
  height: 20px;
}
.footer-links .pc-trustpilot-widget {
  margin-top: 20px;
}
.footer-links .pc-trustpilot-widget iframe {
  height: 24px;
}
.home-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
/*# sourceMappingURL=homepage.css.map */