#cms #content .ajweb-hero:not([class*="tw_mt-"]):not([class*="tw_mb-"]),
#cms #content .ajweb-image-text:not([class*="tw_mt-"]):not([class*="tw_mb-"]),
#cms #content .ajweb-text:not([class*="tw_mt-"]):not([class*="tw_mb-"]),
#cms
  #content
  .ajweb-featured-products:not([class*="tw_mt-"]):not([class*="tw_mb-"]),
#cms
  #content
  .ajweb-full-width-image:not([class*="tw_mt-"]):not([class*="tw_mb-"]),
#cms #content .ajweb-comparison:not([class*="tw_mt-"]):not([class*="tw_mb-"]) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#cms #content .ajweb-hero__subtitle p,
#cms #content .ajweb-image-text__text p,
#cms #content .ajweb-text__content p,
#cms #content .ajweb-full-width-image__legend p,
#cms #content .ajweb-comparison__content p {
  margin-bottom: 0;
}

#cms #content .ajweb-comparison {
  background: #f0f0f0;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

#cms #content .ajweb-comparison__title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
}

#cms #content .ajweb-comparison__card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem 1.5rem;
  height: 100%;
}

#cms #content .ajweb-comparison__card-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

#cms #content .ajweb-comparison__content {
  font-size: 1.3rem;
  line-height: 1.35;
}

#cms #content .ajweb-comparison__content ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
}

#cms #content .ajweb-carousel {
  background: #f0f0f0;
  padding: 2rem 0 2.5rem;
}

#cms #content .carousel .carousel-inner {
  height: unset;
}

#cms #content .ajweb-carousel__slider {
  position: relative;
}

#cms #content .ajweb-carousel__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#cms #content .ajweb-carousel--ratio-original .ajweb-carousel__image {
  aspect-ratio: auto;
  object-fit: contain;
}

#cms #content .ajweb-carousel--ratio-21x9 .ajweb-carousel__image {
  aspect-ratio: 21 / 9;
}

#cms #content .ajweb-carousel--ratio-16x9 .ajweb-carousel__image {
  aspect-ratio: 16 / 9;
}

#cms #content .ajweb-carousel--ratio-4x3 .ajweb-carousel__image {
  aspect-ratio: 4 / 3;
}

#cms #content .ajweb-carousel--ratio-1x1 .ajweb-carousel__image {
  aspect-ratio: 1 / 1;
}

#cms #content .ajweb-carousel__control {
  width: 7%;
  opacity: 1;
  text-decoration: none;
}

#cms #content .ajweb-carousel__arrow {
  color: #7d987d;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 300;
}

#cms #content .ajweb-carousel__indicators {
  bottom: -34px;
}

#cms #content .ajweb-carousel__indicators li {
  width: 30px;
  height: 10px;
  border: 0;
  border-radius: 0;
  background: #c8d3c8;
  margin: 0 4px;
}

#cms #content .ajweb-carousel__indicators .active {
  background: #7d987d;
}

@media (min-width: 992px) {
}

@media (max-width: 767.98px) {
  #cms #content .ajweb-carousel__arrow {
    font-size: 2.8rem;
  }
}

#cms #content .ajweb-faq {
  background: transparent;
  padding: 2rem 0;
}

#cms #content .ajweb-faq__title {
  font-size: 6rem;
  line-height: 1;
  font-weight: 300;
  color: #6d6d6d;
  margin: 0 0 1.5rem;
}

#cms #content .ajweb-faq__accordion {
  border-top: 0;
  box-shadow: none !important;
}

#cms #content .ajweb-faq__item {
  border: 0 !important;
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#cms #content .ajweb-faq__header {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  box-shadow: none !important;
}

#cms #content .ajweb-faq__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 1.3rem 0.5rem;
  color: #222;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}

#cms #content .ajweb-faq__button:hover,
#cms #content .ajweb-faq__button:focus {
  text-decoration: none;
  color: #222;
  box-shadow: none;
}

#cms #content .ajweb-faq__question {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  padding-right: 1rem;
}

#cms #content .ajweb-faq__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: #ece8df;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

#cms #content .ajweb-faq__button .ajweb-faq__icon::before {
  content: "+";
}

#cms
  #content
  .ajweb-faq__button[aria-expanded="true"]
  .ajweb-faq__icon::before {
  content: "-";
}

#cms #content .ajweb-faq__answer {
  padding: 0 3.2rem 1.2rem 0.5rem;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.5;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767.98px) {
  #cms #content .ajweb-faq__title {
    font-size: 4rem;
  }

  #cms #content .ajweb-faq__question {
    font-size: 1.6rem;
  }
}
