html,
body {
  overflow-x: hidden;
}

body.nav-is-visible {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel #home-slider-16200290704e86d132,
.carousel > div {
  position: relative;
}

.carousel .swiper-wrapper {
  display: flex;
  transition: transform 0.7s ease;
  will-change: transform;
}

.carousel .swiper-slide {
  position: relative;
  flex: 0 0 100%;
}

.carousel .carousel-image,
.carousel .slide-img {
  display: block;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.home-slideshow-section .carousel .slide-img {
  min-height: 850px;
}

.cert-intro {
  padding: 42px 0 18px;
  background: linear-gradient(180deg, #f5f2e8 0%, #fcfbf7 100%);
}

.cert-intro .dt-sc-sub-heading {
  margin-bottom: 10px;
  color: #4d8c40;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cert-intro .dt-sc-main-heading {
  margin-bottom: 12px;
  color: #173c35;
}

.cert-intro .dt-sc-heading-description {
  max-width: 720px;
  margin: 0 auto;
  color: #59655f;
}

.cert-carousel {
  --certification-card-size: 220px;
  padding: 0 0 34px;
  background: linear-gradient(180deg, #fcfbf7 0%, #ffffff 100%);
}

.cert-carousel .carousel {
  overflow: hidden;
}

.cert-carousel .swiper-wrapper {
  align-items: stretch;
  gap: 16px;
  transition: none;
  will-change: transform;
}

.cert-carousel .swiper-slide {
  box-sizing: border-box;
  flex: 0 0 var(--certification-card-size);
  width: var(--certification-card-size);
  max-width: none;
  padding: 0;
}

.cert-carousel .carousel-slide {
  height: 100%;
  width: var(--certification-card-size);
}

.cert-carousel .carousel-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  width: var(--certification-card-size);
  min-width: var(--certification-card-size);
  max-width: var(--certification-card-size);
  min-height: var(--certification-card-size);
  height: var(--certification-card-size);
  max-height: var(--certification-card-size);
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(23, 60, 53, 0.1);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(23, 60, 53, 0.07);
}

.cert-carousel .carousel-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cert-carousel .carousel-image,
.cert-carousel .slide-img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cert-carousel .slider-content {
  display: none;
}

.cert-carousel .swiper-arrows {
  inset: calc(50% - 28px) -4px auto;
}

.cert-carousel .swiper-arrows .dt-sc-btn {
  background: #fff;
  color: #0f4d46;
  box-shadow: 0 10px 24px rgba(23, 60, 53, 0.12);
}

.cert-carousel .swiper-arrows .dt-sc-btn:hover {
  background: #15685c;
  color: #fff;
}

.cert-carousel .swiper-pagination {
  position: static;
  margin-top: 18px;
}

@media (max-width: 1199px) {
  .cert-carousel .swiper-slide {
    flex-basis: var(--certification-card-size);
  }
}

.carousel .slider-content {
  position: absolute;
  inset: 0;
  display: flex;
}

.carousel .slider-content > [class*="slide_"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(790px, calc(100% - 100px));
  padding: 20px;
}

.carousel .slider-content.text-start > [class*="slide_"] {
  text-align: left;
}

.carousel .slider-content.text-center > [class*="slide_"] {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.carousel .slider-content.text-end > [class*="slide_"] {
  text-align: right;
}

.carousel .slider-content.center-left > [class*="slide_"],
.carousel .slider-content.top-left > [class*="slide_"],
.carousel .slider-content.bottom-left > [class*="slide_"] {
  margin-left: 10%;
  margin-right: auto;
}

.carousel .slider-content.center-center > [class*="slide_"],
.carousel .slider-content.top-center > [class*="slide_"],
.carousel .slider-content.bottom-center > [class*="slide_"] {
  margin-left: auto;
  margin-right: auto;
}

.carousel .slider-content.center-right > [class*="slide_"],
.carousel .slider-content.top-right > [class*="slide_"],
.carousel .slider-content.bottom-right > [class*="slide_"] {
  margin-left: auto;
  margin-right: 10%;
}

.carousel .slider-content.center-left > [class*="slide_"],
.carousel .slider-content.center-center > [class*="slide_"],
.carousel .slider-content.center-right > [class*="slide_"] {
  align-self: center;
}

.carousel .slider-content.top-left > [class*="slide_"],
.carousel .slider-content.top-center > [class*="slide_"],
.carousel .slider-content.top-right > [class*="slide_"] {
  align-self: flex-start;
}

.carousel .slider-content.bottom-left > [class*="slide_"],
.carousel .slider-content.bottom-center > [class*="slide_"],
.carousel .slider-content.bottom-right > [class*="slide_"] {
  align-self: flex-end;
}

.home-slideshow-section .carousel .slide-sub-heading-2,
.home-slideshow-section .carousel .slide-heading,
.home-slideshow-section .carousel .slide-text {
  margin: 0 0 14px;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.home-slideshow-section .carousel .slide-sub-heading-2 {
  font-size: 20px;
}

.home-slideshow-section .carousel .slide-heading {
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.home-slideshow-section .carousel .slide-text {
  max-width: 42rem;
  font-size: 18px;
  line-height: 1.75;
}

.carousel .multiple-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-slideshow-section .carousel .multiple-buttons .dt-sc-btn {
  background: #15685c;
  color: #fff;
  border: none;
}

.home-slideshow-section .carousel .multiple-buttons .dt-sc-btn:hover {
  background: #88b44e;
  color: #fff;
}

.carousel .swiper-arrows {
  position: absolute;
  inset: auto 24px 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.carousel .swiper-arrows .dt-sc-btn,
.carousel .swiper-pagination-bullet {
  pointer-events: auto;
}

.carousel .swiper-arrows .dt-sc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: #005151;
  color: #fff;
}

.carousel .swiper-arrows .dt-sc-btn::after {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.carousel .swiper-button-prev::after {
  content: "‹";
}

.carousel .swiper-button-next::after {
  content: "›";
}

.carousel .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #4d8c40;
  cursor: pointer;
}

.carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #88b44e;
}

#loader,
.additional_checkout_buttons,
.dynamic-checkout__content,
shopify-accelerated-checkout-cart,
#shopify-buyer-consent,
#shopify-subscription-policy-button,
[data-shopify="dynamic-checkout-cart"],
.shopify-payment-button,
.shopify-payment-button__button,
#shopify-section-modal-newsletter,
#shopify-section-gdpr-cookies,
#shopify-section-customer-purchased,
.shopify-app-block,
#CartDrawer,
#CartContainer,
.drawer,
.drawer__header,
.ajaxcart,
.ajaxcart__footer,
.site-header__account,
.site-header__cart,
.site-header__cart-count,
#cart-number,
.notify-block,
.social-sharing,
.product-inventory-availability,
a[href*="/customer_authentication/redirect"],
a[href$="/cart"],
a[href*="/cart?"],
form[action*="/cart"],
[data-product-form],
.dT_AddToCart,
button[name="add"],
.product-form__cart-submit {
  display: none !important;
}

form[action="#"] {
  pointer-events: none;
  opacity: 0.92;
}

.swiper-container:not(.swiper-initialized) .swiper-wrapper,
.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.swiper-container:not(.swiper-initialized) .swiper-slide,
.swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 100%;
}

.home-slideshow-section .swiper-container:not(.swiper-initialized) .swiper-slide:not(:first-child),
.home-testimonial-block .swiper-container:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none !important;
}

.home-brand-logos .swiper-container:not(.swiper-initialized) .swiper-slide:nth-child(n + 7) {
  display: none !important;
}

.cert-carousel .swiper-container:not(.swiper-initialized) .swiper-slide:nth-child(n + 5) {
  display: none !important;
}

.template-blog .article__grid-image-wrapper img,
.template-article .dt-sc-blog-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.template-blog .article__grid-image-wrapper img {
  aspect-ratio: 3 / 2;
}

.template-blog .dt-sc-blog-title a,
.template-article .dt-sc-blog-description h3 a {
  text-decoration: none;
}

.template-blog .dt-sc-blog-content,
.template-article .dt-sc-blog-description {
  word-break: break-word;
}

.template-blog .dt-sc-blog-item,
.template-blog .dt-sc-blog-content {
  display: flex;
  flex-direction: column;
}

.template-blog .dt-sc-blog-content {
  height: 100%;
}

.template-blog .dt-sc-blog-description {
  flex: 1 1 auto;
}

.article-body > :first-child {
  margin-top: 0;
}

.article-body > :last-child {
  margin-bottom: 0;
}

.article-body p,
.article-body li {
  line-height: 1.85;
}

.article-body img {
  display: block;
  margin: 24px auto;
  border-radius: var(--DTRadius);
}

.article-body h2,
.article-body h3,
.article-body h4 {
  margin-top: 32px;
}

.dt-sc-accordion-content {
  overflow: hidden;
  transition: height 0.3s ease;
}

.site-header__links {
  justify-content: flex-end;
}

.site-header__links .site-header__search_icon {
  margin-left: 0 !important;
}

.search-panel {
  margin-bottom: 36px;
  padding: 30px;
  border: 1px solid var(--DTColor_Border);
  border-radius: var(--DTRadius);
  background: var(--DTBodyBGColor);
}

.search-panel h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.search-panel p {
  margin-bottom: 0;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  margin: 28px 0 18px;
}

.search-form input {
  min-height: 54px;
  border: 1px solid var(--DTColor_Border);
  border-radius: var(--DTRadius);
  padding: 0 18px;
  background: #fff;
  font-size: 16px;
}

.search-form button {
  min-width: 150px;
  margin: 0;
}

.search-meta {
  color: #5d6755;
}

.search-item .dt-sc-blog-content {
  min-height: 100%;
}

.search-item .search-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(77, 140, 64, 0.12);
  color: #4d8c40;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-empty {
  padding: 26px 28px;
  border: 1px dashed var(--DTColor_Border);
  border-radius: var(--DTRadius);
  background: rgba(255, 255, 255, 0.65);
}

.home-testimonial-block .dt-sc-section-wrapper {
  padding: 82px 0;
}

.home-testimonial-block .dt-sc-overlay::before {
  background:
    linear-gradient(180deg, rgba(245, 242, 232, 0.92) 0%, rgba(244, 250, 246, 0.88) 100%),
    radial-gradient(circle at top left, rgba(77, 140, 64, 0.14), transparent 42%);
}

.homepage-testimonials .dt-sc-heading {
  margin-bottom: 28px;
}

.homepage-testimonials .dt-sc-heading .dt-sc-main-heading {
  color: #173c35;
  letter-spacing: 0.04em;
}

.home-testimonial-block [data-carousel] .swiper-wrapper {
  align-items: stretch;
  transition: transform 0.7s ease;
  will-change: transform;
}

.home-testimonial-block [data-carousel] .swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.homepage-testimonials .dt-sc-swiper-slider.swiper-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 28px 78px;
}

.homepage-testimonials .dt-sc-testimonial {
  position: relative;
  display: grid;
  gap: 0;
  min-height: 100%;
  padding: 38px 42px;
  border: 1px solid rgba(23, 60, 53, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(23, 60, 53, 0.1);
}

.homepage-testimonials .dt-sc-testimonial::before {
  content: none;
}

.homepage-testimonials .dt-sc-testimonial::after {
  content: "“";
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(21, 104, 92, 0.1);
  font-size: 76px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
}

.homepage-testimonials .dt-sc-testimonial-image {
  display: none;
}

.homepage-testimonials .dt-sc-testimonial-content,
.homepage-testimonials .dt-sc-testimonial-content-inner {
  width: 100%;
}

.homepage-testimonials .dt-sc-testimonial-content-inner {
  display: grid;
  gap: 18px;
}

.testimonial-avatar {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.testimonial-avatar-badge {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(23, 60, 53, 0.08);
  border-radius: 999px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.32), transparent 52%),
    linear-gradient(135deg, #15685c 0%, #4d8c40 100%);
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  box-shadow: 0 16px 30px rgba(21, 104, 92, 0.18);
}

.testimonial-stars {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  color: #c89b2b;
  font-size: 15px;
  letter-spacing: 0.28em;
}

.homepage-testimonials .dt-sc-testimonial-quote {
  border: 0;
  padding: 0;
}

.homepage-testimonials .dt-sc-testimonial-quote::before,
.homepage-testimonials .dt-sc-testimonial-quote::after {
  content: none;
}

.home-testimonial-block .dt-sc-testimonial-section .dt-sc-testimonial .dt-sc-testimonial-content p {
  font-size: clamp(1.06rem, 1.45vw, 1.34rem);
  line-height: 1.9;
  color: #304841;
}

.homepage-testimonials .dt-sc-author-info {
  margin-top: 4px;
}

.homepage-testimonials .dt-sc-author-info h4 {
  margin: 0;
}

.homepage-testimonials .dt-sc-author-info.style_2 cite {
  display: grid;
  justify-items: center;
  gap: 6px;
  font-style: normal;
  font-weight: 700;
  color: #173c35;
}

.homepage-testimonials .dt-sc-author-info.style_2 cite span {
  width: auto;
  padding-top: 0;
  color: #6a786f;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-testimonials .dt-sc-author-info.style_2 cite span::before {
  content: none;
}

.homepage-testimonials .swiper-arrows {
  inset: calc(50% - 24px) -8px auto;
}

.homepage-testimonials .swiper-arrows .dt-sc-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  color: #173c35;
  box-shadow: 0 14px 30px rgba(23, 60, 53, 0.14);
}

.homepage-testimonials .swiper-arrows .dt-sc-btn:hover {
  background: #15685c;
  color: #fff;
}

.homepage-testimonials .swiper-pagination {
  position: static;
  margin-top: 24px;
}

.homepage-testimonials .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(23, 60, 53, 0.22);
}

.homepage-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #15685c;
}

@media only screen and (min-width: 992px) {
  .dt-desktop-menu,
  .logo-alignment.secondary-menu-enabled #AccessibleNav .dt-desktop-menu.secondary__nav {
    display: inline-block !important;
  }

  .mobile-nav-container,
  .dt-desktop-menu ul.dt-sc-list-inline .go-back,
  .dt-desktop-menu ul.dt-sc-list-inline .see-all {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .dt-desktop-menu,
  .logo-alignment.secondary-menu-enabled #AccessibleNav .dt-desktop-menu.secondary__nav {
    display: none !important;
  }

  .mobile-nav-container {
    display: block !important;
    text-align: inherit;
  }
}

@media (max-width: 767px) {
  .home-slideshow-section .carousel .slide-img {
    min-height: 360px;
  }

  .home-testimonial-block .dt-sc-section-wrapper {
    padding: 68px 0;
  }

  .homepage-testimonials .dt-sc-swiper-slider.swiper-container {
    padding: 0 0 70px;
  }

  .homepage-testimonials .dt-sc-testimonial {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .homepage-testimonials .dt-sc-testimonial::after {
    top: 12px;
    right: 18px;
    font-size: 60px;
  }

  .testimonial-avatar-badge {
    width: 64px;
    height: 64px;
    font-size: 1rem;
  }

  .home-testimonial-block .dt-sc-testimonial-section .dt-sc-testimonial .dt-sc-testimonial-content p {
    font-size: 1rem;
  }

  .homepage-testimonials .swiper-arrows {
    inset: auto 0 18px;
  }

  .cert-carousel .carousel-image,
  .cert-carousel .slide-img {
    width: 100%;
    height: 100%;
  }

  .cert-carousel .carousel-frame {
    width: var(--certification-card-size);
    min-width: var(--certification-card-size);
    max-width: var(--certification-card-size);
    min-height: var(--certification-card-size);
    height: var(--certification-card-size);
    max-height: var(--certification-card-size);
    padding: 12px;
  }

  .cert-carousel .swiper-arrows {
    inset: auto 0 -6px;
  }

  .cert-carousel .swiper-slide {
    flex-basis: var(--certification-card-size);
  }

  .carousel .slider-content > [class*="slide_"] {
    width: 80%;
  }

  .home-slideshow-section .carousel .slide-heading {
    font-size: 30px;
  }

  .home-slideshow-section .carousel .slide-text {
    font-size: 15px;
  }

  .carousel .multiple-buttons {
    display: grid;
  }

  .search-panel {
    padding: 24px 20px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }
}
