:root {
  --color-primary: #6b8e23;
  --color-primary-10: #fafcf6;
  --color-primary-25: #f5f8ec;
  --color-primary-50: #eef3e3;
  --color-primary-100: #dde8c6;
  --color-primary-200: #c4d996;
  --color-primary-300: #abc965;
  --color-primary-400: #8fb33f;
  --color-primary-500: #6b8e23;
  --color-primary-600: #56721c;
  --color-primary-700: #405515;
  --color-primary-800: #2b390e;
  --color-primary-900: #151c07;
  --colors-accent-primary: #6b8e23;
  --colors-button-primary: #6b8e23;
  --colors-button-primary-hover: #56721c;
  --bs-primary: #6b8e23;
  --bs-primary-rgb: 107, 142, 35;
}

.btn-primary {
  border-radius: var(--radius, 4px) !important;
  --bs-btn-bg: #6b8e23;
  --bs-btn-border-color: #6b8e23;
  --bs-btn-hover-bg: #56721c;
  --bs-btn-hover-border-color: #56721c;
  --bs-btn-active-bg: #405515;
  --bs-btn-active-border-color: #405515;
  --bs-btn-disabled-bg: #6b8e23;
  --bs-btn-disabled-border-color: #6b8e23;
}

.btn-outline-primary {
  border-radius: var(--radius, 4px) !important;
  --bs-btn-color: #6b8e23;
  --bs-btn-border-color: #6b8e23;
  --bs-btn-hover-bg: #6b8e23;
  --bs-btn-hover-border-color: #6b8e23;
  --bs-btn-active-bg: #405515;
  --bs-btn-active-border-color: #405515;
  --bs-btn-disabled-color: #6b8e23;
  --bs-btn-disabled-border-color: #6b8e23;
}

.text-primary {
  color: #6b8e23 !important;
}

.bg-primary {
  background-color: #6b8e23 !important;
}

.border-primary {
  border-color: #6b8e23 !important;
}

.an-header {
  --an-header-ink: #1f2328;
  --an-header-muted: rgba(31, 35, 40, 0.72);
}

.an-header .uc-navbar {
  letter-spacing: -0.015em;
}

.an-header-logo {
  align-items: center;
}

.an-header-nav {
  gap: 6px !important;
}

.an-header-brand {
  color: var(--an-header-ink);
}

.an-header-link,
.an-header-secondary,
.an-header-lang {
  color: var(--an-header-ink) !important;
  line-height: 1;
  transition:
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.an-header-link {
  padding: 10px 8px !important;
  font-weight: 700;
  position: relative;
  background-color: transparent !important;
}

.an-header-link::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.an-header-link:hover,
.an-header-link:focus-visible {
  background-color: transparent !important;
  text-decoration: none !important;
}

.an-header-link:hover::after,
.an-header-link:focus-visible::after {
  transform: scaleX(1);
}

.an-header-link-1:hover,
.an-header-link-1:focus-visible {
  color: var(--color-primary) !important;
}

.an-header-link-2:hover,
.an-header-link-2:focus-visible {
  color: #553cdf !important;
}

.an-header-link-3:hover,
.an-header-link-3:focus-visible {
  color: #ea4335 !important;
}

.an-header-link-4:hover,
.an-header-link-4:focus-visible {
  color: #078af3 !important;
}

.an-header-link-5:hover,
.an-header-link-5:focus-visible {
  color: #fb6b1e !important;
}

.an-header-link-6:hover,
.an-header-link-6:focus-visible {
  color: #d20e4f !important;
}

.an-header-secondary {
  padding: 10px 12px !important;
  color: var(--an-header-muted) !important;
  font-weight: 700;
}

.an-header-secondary:hover,
.an-header-secondary:focus-visible {
  color: var(--color-primary) !important;
  background-color: rgba(107, 142, 35, 0.1) !important;
  text-decoration: none !important;
}

.an-header-cta {
  height: 44px;
  padding-inline: 18px !important;
  border-radius: var(--radius, 4px) !important;
  box-shadow: 0 10px 22px rgba(107, 142, 35, 0.18);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.an-header-cta:hover,
.an-header-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(107, 142, 35, 0.24);
  text-decoration: none !important;
}

.an-header-lang {
  padding: 10px 12px !important;
  color: var(--an-header-muted) !important;
  font-weight: 700;
}

.an-header-lang:hover,
.an-header-lang:focus-visible {
  color: var(--an-header-ink) !important;
  background-color: rgba(31, 35, 40, 0.06) !important;
  text-decoration: none !important;
}

.hero-scene .panel.text-center {
  aspect-ratio: 16 / 9;
}

.hero-scene .panel.text-center > img,
.an-hero-css-slider {
  width: 100%;
  height: 100%;
}

.an-hero-css-slider {
  position: relative;
  overflow: hidden;
}

.an-hero-image-fill {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.an-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 700ms ease,
    transform 900ms ease;
}

.an-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-scene > .position-absolute {
  z-index: 4;
}

.an-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(34, 34, 33, 0.1);
  transform: translateX(-50%);
}

.an-hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(107, 142, 35, 0.35);
  transition:
    width 180ms ease,
    background-color 180ms ease;
}

.an-hero-dot.is-active {
  width: 22px;
  background: #6b8e23;
}

.an-feature-image {
  display: block;
  width: 100%;
  height: auto;
}

.an-testimonial-slider {
  position: relative;
  min-height: 520px;
}

.an-testimonial-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 700ms ease;
}

.an-testimonial-slide:not(.is-active) {
  position: absolute;
  inset: 0;
}

.an-testimonial-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.an-testimonial-dots {
  position: absolute;
  left: 75%;
  bottom: 22px;
  z-index: 3;
  display: inline-flex;
  gap: 10px;
  transform: translateX(-50%);
}

.an-testimonial-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(107, 142, 35, 0.22);
  transition:
    width 180ms ease,
    background-color 180ms ease;
}

.an-testimonial-dot.is-active {
  background: #6b8e23;
}

@media (max-width: 767px) {
  .an-testimonial-slider {
    min-height: 760px;
  }

  .an-testimonial-dots {
    left: 50%;
  }
}

#engagement .swiper:not(.swiper-initialized) .swiper-wrapper {
  transform: none !important;
}

#engagement .swiper:not(.swiper-initialized) .swiper-slide {
  display: none !important;
}

#engagement .swiper:not(.swiper-initialized) .swiper-slide:first-child {
  display: block !important;
  opacity: 1 !important;
}

#engagement .swiper:not(.swiper-initialized),
#engagement .swiper:not(.swiper-initialized) .swiper-wrapper,
#engagement .swiper:not(.swiper-initialized) .swiper-slide:first-child {
  height: 100% !important;
}

#realisations .brands {
  align-items: center;
  overflow: hidden;
}

#realisations .an-trusted-brand-logo {
  display: block;
  width: auto;
  max-width: 190px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  #realisations .brands {
    gap: 24px !important;
  }

  #realisations .an-trusted-brand-logo {
    max-width: 140px;
    height: 52px;
  }
}
