
@import url(&amp;amp;amp;amp;amp;amp;amp;#039;https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800;900&amp;amp;amp;amp;amp;amp;amp;amp;family=Plus+Jakarta+Sans:wght@300;400;500;600;700&amp;amp;amp;amp;amp;amp;amp;amp;display=swap&amp;amp;amp;amp;amp;amp;amp;#039;);

/* ============================================================
   TROUT FISHING - VANCOUVER ISLAND | RenderBox CSS v1.6 (Final)
   All rules scoped to #TroutVI_root__Xy9Z2
   ============================================================ */

/* ── Reset ── */
#TroutVI_root__Xy9Z2,
#TroutVI_root__Xy9Z2 *,
#TroutVI_root__Xy9Z2 *::before,
#TroutVI_root__Xy9Z2 *::after {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: transparent !important;
}

#TroutVI_root__Xy9Z2 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Plus Jakarta Sans&amp;amp;amp;amp;amp;amp;amp;#039;, &amp;amp;amp;amp;amp;amp;amp;#039;Segoe UI&amp;amp;amp;amp;amp;amp;amp;#039;, system-ui, sans-serif !important;
  color: #000 !important;
  overflow-x: hidden !important;
  background-color: #fff !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  position: relative !important;
}

#TroutVI_root__Xy9Z2 .TroutVI_wrap__Xy9Z2 {
  background: #fff !important;
}

/* ── Container ── */
#TroutVI_root__Xy9Z2 .TroutVI_container__Cd4E5 {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100% !important;
}

/* ── Accent Colors ── */
#TroutVI_root__Xy9Z2 .TroutVI_accentBlue__Xy9Z2 { color: #6576BD !important; }
#TroutVI_root__Xy9Z2 .TroutVI_accentDarkGreen__Xy9Z2 { color: #4b6609 !important; font-style: italic !important; }

/* ── Blob Keyframes ── */
@keyframes TroutVI_blob1 {
  0%, 100% { transform: scale(1); opacity: .3; }
  50% { transform: scale(1.1); opacity: .5; }
}
@keyframes TroutVI_blob2 {
  0%, 100% { transform: scale(1.1); opacity: .2; }
  50% { transform: scale(1); opacity: .4; }
}

/* ============================================================
   FADE-IN (Optimized for Mobile)
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_fadeEl__Km2P0 {
    opacity: 0 !important;
    transition: opacity .8s cubic-bezier(.21,.47,.32,.98), transform .8s cubic-bezier(.21,.47,.32,.98) !important;
    will-change: opacity, transform !important;
    /* content-visibility &amp; contain-intrinsic-size removed to prevent scroll-up layout skips */
}
#TroutVI_root__Xy9Z2 .TroutVI_fadeUp__Km2P0    { transform: translateY(28px) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_fadeDown__Km2P0  { transform: translateY(-28px) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_fadeLeft__Km2P0  { transform: translateX(28px) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_fadeRight__Km2P0 { transform: translateX(-28px) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_fadeVisible__Km2P0 {
  opacity: 1 !important;
  transform: none !important;
}

/* ============================================================
   HERO
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_hero__Ab1C3 {
  position: relative !important;
  min-height: 80vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 160px 24px 80px !important;
  overflow: hidden !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_heroBg__Ab1C3 { position: absolute !important; inset: 0 !important; z-index: 0 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_heroBgImg__Ab1C3 { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }
#TroutVI_root__Xy9Z2 .TroutVI_heroOverlay__Ab1C3 { position: absolute !important; inset: 0 !important; background: rgba(255,255,255,.58) !important; backdrop-filter: blur(2px) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_heroBlob1__Ab1C3 {
  position: absolute !important; top: -96px !important; right: -96px !important;
  width: 384px !important; height: 384px !important; background: rgba(101,118,189,.1) !important;
  border-radius: 50% !important; filter: blur(64px) !important; z-index: 0 !important;
  animation: TroutVI_blob1 10s ease-in-out infinite !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_heroBlob2__Ab1C3 {
  position: absolute !important; bottom: -96px !important; left: -96px !important;
  width: 384px !important; height: 384px !important; background: rgba(163,189,101,.1) !important;
  border-radius: 50% !important; filter: blur(64px) !important; z-index: 0 !important;
  animation: TroutVI_blob2 8s ease-in-out 1s infinite !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_heroContent__Ab1C3 {
  position: relative !important; z-index: 1 !important; max-width: 1100px !important;
  width: 100% !important; text-align: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_heroTitle__Ab1C3 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(2rem, 6vw, 4.5rem) !important;
  font-weight: 900 !important; line-height: 1.15 !important; margin-bottom: 22px !important; color: #000 !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_heroSub__Ab1C3 {
  font-size: clamp(1rem, 2vw, 1.3rem) !important; color: #374151 !important;
  max-width: 700px !important; margin: 0 auto !important; font-weight: 300 !important; line-height: 1.75 !important;
}

@media (max-width: 767px) {
  #TroutVI_root__Xy9Z2 .TroutVI_hero__Ab1C3 { min-height: 60vh !important; padding: 120px 20px 60px !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_heroTitle__Ab1C3 { font-size: clamp(1.8rem, 8vw, 3rem) !important; margin-bottom: 16px !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_heroSub__Ab1C3 { font-size: clamp(0.95rem, 4vw, 1.15rem) !important; line-height: 1.65 !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_heroBlob1__Ab1C3,
  #TroutVI_root__Xy9Z2 .TroutVI_heroBlob2__Ab1C3 { width: 240px !important; height: 240px !important; filter: blur(48px) !important; }
}

/* ============================================================
   INTRO
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_intro__Cd4E5 { padding: 80px 24px !important; background: #fff !important; }
#TroutVI_root__Xy9Z2 .TroutVI_introGrid__Cd4E5 {
  display: grid !important; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 64px !important; align-items: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_introTitle__Cd4E5 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.8rem, 3.5vw, 3rem) !important;
  font-weight: 800 !important; margin-bottom: 28px !important; line-height: 1.2 !important; color: #000 !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_introPara__Cd4E5 {
  display: flex !important; flex-direction: column !important; gap: 18px !important;
  color: #4b5563 !important; font-size: 1rem !important; line-height: 1.8 !important; font-weight: 300 !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_chipLabel__Cd4E5 {
  font-size: 10px !important; font-weight: 700 !important; color: #9ca3af !important;
  text-transform: uppercase !important; letter-spacing: .2em !important; margin-bottom: 14px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_chipGrid__Cd4E5 { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_chip__Cd4E5 {
  padding: 10px 14px !important; border-radius: 16px !important; background: rgba(177,186,221,.4) !important;
  display: flex !important; align-items: center !important; gap: 12px !important;
  border: 1px solid rgba(255,255,255,.4) !important; -webkit-tap-highlight-color: transparent !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_chipIcon__Cd4E5 {
  padding: 8px !important; border-radius: 12px !important; background: white !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.06) !important; flex-shrink: 0 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_chipText__Cd4E5 { font-weight: 600 !important; font-size: 12px !important; color: #111827 !important; line-height: 1.3 !important; }

/* ============================================================
   WHY
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_why__Ef6G7 { background: #f9fafb !important; padding: 80px 24px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_whyTitle__Ef6G7 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.6rem, 3.5vw, 2.8rem) !important;
  font-weight: 900 !important; color: #000 !important; margin-bottom: 18px !important;
  line-height: 1.2 !important; text-align: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_whyLead__Ef6G7 {
  color: #374151 !important; font-size: clamp(.9rem, 1.5vw, 1.1rem) !important; font-weight: 300 !important;
  line-height: 1.8 !important; max-width: 900px !important; margin: 0 auto 28px !important; text-align: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_whyBody__Ef6G7 {
  color: #4b5563 !important; font-size: 1rem !important; line-height: 1.8 !important;
  max-width: 900px !important; margin: 0 auto 36px !important; font-weight: 300 !important; text-align: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_whyChips__Ef6G7 {
  display: flex !important; flex-wrap: wrap !important; gap: 10px !important; justify-content: center !important;
  max-width: 900px !important; margin: 0 auto 32px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_whyChip__Ef6G7 {
  padding: 8px 18px !important; background: white !important; border: 1px solid #f3f4f6 !important;
  border-radius: 16px !important; box-shadow: 0 2px 8px rgba(0,0,0,.04) !important;
  display: flex !important; align-items: center !important; gap: 8px !important;
  font-weight: 700 !important; font-size: 11px !important; letter-spacing: .05em !important;
  color: #111 !important; -webkit-tap-highlight-color: transparent !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_whyQuote__Ef6G7 {
  color: #1f2937 !important; font-weight: 600 !important; font-style: italic !important;
  max-width: 800px !important; margin: 0 auto !important; font-size: .95rem !important;
  line-height: 1.7 !important; text-align: center !important;
}

/* ============================================================
   SPECIES SLIDER
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_sliderSection__Hj8I9 { padding: 72px 24px 96px !important; overflow: hidden !important; background: #fff !important; }
#TroutVI_root__Xy9Z2 .TroutVI_sliderHeader__Hj8I9 { text-align: center !important; margin-bottom: 52px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_sliderTitle__Hj8I9 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.8rem, 3.5vw, 3rem) !important;
  font-weight: 900 !important; color: #000 !important; margin: 20px 0 14px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_sliderDivider__Hj8I9 { width: 80px !important; height: 4px !important; background: #6576BD !important; border-radius: 99px !important; margin: 0 auto 14px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_sliderSub__Hj8I9 { color: #6b7280 !important; font-size: 1.05rem !important; font-weight: 300 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_sliderWrap__Hj8I9 { position: relative !important; }
#TroutVI_root__Xy9Z2 .TroutVI_sliderBtn__Hj8I9 {
  position: absolute !important; top: 50% !important; transform: translateY(-50%) !important; z-index: 20 !important;
  width: 52px !important; height: 52px !important; border-radius: 50% !important; background: white !important;
  border: 2px solid #000 !important; cursor: pointer !important; display: flex !important;
  align-items: center !important; justify-content: center !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.12) !important; opacity: 0 !important; transition: opacity .3s ease !important;
  -webkit-tap-highlight-color: transparent !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_sliderBtnL__Hj8I9 { left: -20px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_sliderBtnR__Hj8I9 { right: -20px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_sliderWrap__Hj8I9:hover .TroutVI_sliderBtn__Hj8I9 { opacity: 1 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_slider__Hj8I9 {
  display: flex !important; gap: 28px !important; overflow-x: auto !important; padding-bottom: 44px !important;
  scroll-snap-type: x mandatory !important; scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; -ms-overflow-style: none !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_slider__Hj8I9::-webkit-scrollbar { display: none !important; }

#TroutVI_root__Xy9Z2 .TroutVI_speciesCard__Hj8I9 {
  min-width: 300px !important; max-width: 370px !important; scroll-snap-align: center !important;
  flex-shrink: 0 !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_speciesCardInner__Hj8I9 {
  border-radius: 36px !important; padding: 10px !important; height: 100% !important;
  display: flex !important; flex-direction: column !important; background: rgba(255,255,255,.7) !important;
  backdrop-filter: blur(12px) !important; border: 1px solid rgba(255,255,255,.6) !important;
  box-shadow: 0 16px 40px -10px rgba(0,0,0,.08) !important; overflow: hidden !important;
  transition: box-shadow .3s ease !important; will-change: transform !important;
  backface-visibility: hidden !important; transform: translateZ(0) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_speciesCardInner__Hj8I9:hover { box-shadow: 0 24px 60px -15px rgba(0,0,0,.15) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesImgWrap__Hj8I9 {
  height: 220px !important; border-radius: 28px !important; overflow: hidden !important;
  margin-bottom: 18px !important; flex-shrink: 0 !important; box-shadow: 0 6px 20px rgba(0,0,0,.1) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_speciesImg__Hj8I9 { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; transition: transform 1s ease !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesImgWrap__Hj8I9:hover .TroutVI_speciesImg__Hj8I9 { transform: scale(1.08) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesBody__Hj8I9 { padding: 0 18px 22px !important; display: flex !important; flex-direction: column !important; flex: 1 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesName__Hj8I9 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: 1.1rem !important; font-weight: 700 !important; color: #6576BD !important; margin-bottom: 10px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesDesc__Hj8I9 { color: #4b5563 !important; font-size: .875rem !important; line-height: 1.7 !important; font-weight: 300 !important; flex: 1 !important; margin-bottom: 16px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesRow__Hj8I9 { padding: 8px 14px !important; border-radius: 14px !important; background: white !important; border: 1px solid #f3f4f6 !important; box-shadow: 0 1px 4px rgba(0,0,0,.04) !important; margin-bottom: 6px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesRowLabel__Hj8I9 { font-size: 9px !important; font-weight: 700 !important; color: #9ca3af !important; text-transform: uppercase !important; letter-spacing: .14em !important; margin-bottom: 2px !important; display: block !important; }
#TroutVI_root__Xy9Z2 .TroutVI_speciesRowVal__Hj8I9 { font-size: 11px !important; font-weight: 700 !important; color: #111827 !important; font-style: italic !important; display: block !important; }

@media (max-width: 767px) {
  #TroutVI_root__Xy9Z2 .TroutVI_slider__Hj8I9 { gap: 16px !important; padding: 0 16px 40px !important; scroll-padding: 0 16px !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_speciesCard__Hj8I9 { min-width: calc(100% - 32px) !important; max-width: calc(100% - 32px) !important; flex: 0 0 calc(100% - 32px) !important; scroll-snap-align: center !important; margin: 0 !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_sliderBtn__Hj8I9 { width: 38px !important; height: 38px !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_sliderBtnL__Hj8I9 { left: 4px !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_sliderBtnR__Hj8I9 { right: 4px !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_speciesImgWrap__Hj8I9 { height: 170px !important; }
}

/* ============================================================
   CTA BOX
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_ctaBox__Jk0L1 {
  position: relative !important; overflow: hidden !important; border-radius: 40px !important;
  width: 100% !important; margin: 48px 0 !important; border: 1px solid rgba(255,255,255,.6) !important;
  box-shadow: 0 20px 60px -15px rgba(0,0,0,.1) !important; display: flex !important;
  flex-wrap: wrap !important; align-items: stretch !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaBoxImg__Jk0L1 { background: #909CCF !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBoxBlue__Jk0L1 { background: #909CCF !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBoxGrad__Jk0L1 { background: linear-gradient(135deg, #4b6609, #A3BD65, rgba(255,255,255,.9)) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaGradOrb1__Jk0L1 {
  position: absolute !important; top: -96px !important; left: -96px !important;
  width: 384px !important; height: 384px !important; background: white !important;
  border-radius: 50% !important; filter: blur(64px) !important; opacity: .18 !important; pointer-events: none !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaGradOrb2__Jk0L1 {
  position: absolute !important; bottom: -96px !important; right: -96px !important;
  width: 384px !important; height: 384px !important; background: #4b6609 !important;
  border-radius: 50% !important; filter: blur(64px) !important; opacity: .18 !important; pointer-events: none !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaBoxBody__Jk0L1 {
  flex: 1 !important; min-width: 260px !important; padding: 48px 56px !important;
  display: flex !important; flex-direction: column !important; justify-content: center !important;
  align-items: flex-start !important; text-align: left !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaBoxBodyCenter__Jk0L1 { align-items: center !important; text-align: center !important; padding: 56px 64px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBadge__Jk0L1 {
  margin-bottom: 12px !important; display: inline-flex !important; align-items: center !important;
  gap: 6px !important; padding: 4px 12px !important; border-radius: 999px !important;
  font-weight: 700 !important; font-size: 9px !important; text-transform: uppercase !important;
  letter-spacing: .2em !important; box-shadow: 0 4px 12px rgba(0,0,0,.1) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaBadgeGreen__Jk0L1 { background: rgba(75,102,9,.15) !important; color: #fff !important; border: none !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBadgeWhite__Jk0L1 { background: #4b6609 !important; color: #fff !important; border: 1px solid rgba(255,255,255,.3) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBadgeBlue__Jk0L1 { background: rgba(101,118,189,.15) !important; color: #fff !important; border: none !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaInner__Jk0L1 { margin-bottom: 24px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaGlassInner__Jk0L1 {
  background: rgba(255,255,255,.1) !important; backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,.2) !important; padding: 40px 48px !important;
  border-radius: 32px !important; margin-bottom: 24px !important; display: flex !important;
  flex-direction: column !important; align-items: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaTitle__Jk0L1 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-weight: 700 !important; margin-bottom: 10px !important;
  line-height: 1.25 !important; font-size: clamp(1.1rem, 2vw, 1.6rem) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaTitleWhite__Jk0L1 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-weight: 700 !important; margin-bottom: 10px !important;
  line-height: 1.25 !important; font-size: clamp(1.1rem, 2vw, 1.6rem) !important; color: #fff !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaDesc__Jk0L1 { font-weight: 300 !important; line-height: 1.75 !important; font-size: .95rem !important; max-width: 480px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaDescWhite__Jk0L1 { font-weight: 300 !important; line-height: 1.75 !important; font-size: .95rem !important; color: rgba(255,255,255,.92) !important; max-width: 480px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBtn__Jk0L1 {
  padding: 12px 28px !important; border-radius: 999px !important; font-weight: 700 !important;
  font-size: .875rem !important; display: inline-flex !important; align-items: center !important;
  gap: 10px !important; cursor: pointer !important; border: none !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.15) !important; transition: transform .2s, box-shadow .2s !important;
  -webkit-tap-highlight-color: transparent !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaBtn__Jk0L1:hover { transform: scale(1.04) !important; box-shadow: 0 12px 32px rgba(0,0,0,.2) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBtnGreen__Jk0L1 { background: #4b6609 !important; color: #fff !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBtnWhite__Jk0L1 { background: white !important; color: #4b6609 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaBtnBlue__Jk0L1  { background: #6576BD !important; color: #fff !important; }
#TroutVI_root__Xy9Z2 .TroutVI_ctaImgWrap__Jk0L1 {
  width: 42% !important; min-width: 260px !important; min-height: 300px !important;
  position: relative !important; overflow: hidden !important; border-radius: 32px !important;
  margin: 16px !important; box-shadow: 0 12px 40px rgba(0,0,0,.15) !important;
  border: 1px solid rgba(255,255,255,.2) !important; flex-shrink: 0 !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaImg__Jk0L1 {
  position: absolute !important; inset: 0 !important; width: 100% !important;
  height: 100% !important; object-fit: cover !important; transition: transform 1s ease !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_ctaImgWrap__Jk0L1:hover .TroutVI_ctaImg__Jk0L1 { transform: scale(1.04) !important; }

@media (max-width: 767px) {
  #TroutVI_root__Xy9Z2 .TroutVI_ctaBox__Jk0L1 { flex-direction: column !important; align-items: center !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_ctaImgWrap__Jk0L1 { width: 90% !important; max-width: 400px !important; margin: 24px auto !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_ctaBoxBody__Jk0L1,
  #TroutVI_root__Xy9Z2 .TroutVI_ctaBoxBodyCenter__Jk0L1 { align-items: center !important; text-align: center !important; padding: 24px 32px !important; width: 100% !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_ctaDesc__Jk0L1,
  #TroutVI_root__Xy9Z2 .TroutVI_ctaDescWhite__Jk0L1 { margin: 0 auto !important; }
}

/* ============================================================
   SPECIES TABLE
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_tableWrap__Mn2O3 {
  margin-top: 80px !important; border-radius: 40px !important;
  border: 1px solid rgba(255,255,255,.6) !important; box-shadow: 0 20px 40px -15px rgba(0,0,0,.08) !important;
  background: white !important; overflow: hidden !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_tableHead__Mn2O3 { background: rgba(255,255,255,.5) !important; padding: 24px 32px !important; border-bottom: 1px solid rgba(75,102,9,.1) !important; text-align: center !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tableTitle__Mn2O3 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: 1.4rem !important; font-weight: 700 !important; color: #000 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tableScroll__Mn2O3 { overflow-x: auto !important; }
#TroutVI_root__Xy9Z2 .TroutVI_table__Mn2O3 { width: 100% !important; border-collapse: collapse !important; text-align: left !important; min-width: 640px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tHeadRow__Mn2O3 { background: rgba(75,102,9,.05) !important; color: #4b6609 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_th__Mn2O3 { padding: 14px 22px !important; font-size: 10px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .12em !important; border-bottom: 1px solid rgba(75,102,9,.1) !important; color: #4b6609 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tRow__Mn2O3 { border-bottom: 1px solid rgba(75,102,9,.05) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_td__Mn2O3 { padding: 18px 22px !important; color: #4b5563 !important; font-weight: 300 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tdBold__Mn2O3 { padding: 18px 22px !important; font-weight: 700 !important; color: #000 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tdMethod__Mn2O3 { padding: 18px 22px !important; color: #4b6609 !important; font-weight: 500 !important; font-style: italic !important; }
#TroutVI_root__Xy9Z2 .TroutVI_badge__Mn2O3 { padding: 4px 12px !important; border-radius: 999px !important; font-size: 10px !important; font-weight: 700 !important; text-transform: uppercase !important; display: inline-block !important; }
#TroutVI_root__Xy9Z2 .TroutVI_badgeBeginner__Mn2O3 { background: rgba(163,189,101,.15) !important; color: #4b6609 !important; border: 1px solid rgba(163,189,101,.3) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_badgeModerate__Mn2O3 { background: rgba(75,102,9,.1) !important; color: #4b6609 !important; border: 1px solid rgba(75,102,9,.2) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_badgeAdvanced__Mn2O3 { background: #f3f4f6 !important; color: #4b5563 !important; border: 1px solid #e5e7eb !important; }

/* ============================================================
   BEST SPOTS
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_spots__Pq4R5 {
  background: #CEDCAD !important; padding: 72px 24px !important; overflow: hidden !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_spotsHeader__Pq4R5 { text-align: center !important; margin-bottom: 52px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_spotsTitle__Pq4R5 {
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.8rem, 3.5vw, 3rem) !important;
  font-weight: 900 !important; margin-bottom: 14px !important; line-height: 1.2 !important; color: #000 !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_spotsSub__Pq4R5 {
  color: #374151 !important; font-size: 1rem !important; max-width: 720px !important;
  margin: 0 auto !important; font-weight: 300 !important; line-height: 1.8 !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_spotsGrid__Pq4R5 {
  display: grid !important; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)) !important;
  gap: 24px !important; margin-bottom: 48px !important;
  grid-auto-rows: minmax(320px, max-content) !important;
}
@media (min-width: 1024px) {
  #TroutVI_root__Xy9Z2 .TroutVI_spotsGrid__Pq4R5 { grid-template-columns: repeat(3, 1fr) !important; }
}
#TroutVI_root__Xy9Z2 .TroutVI_spotCard__Pq4R5 {
  background: #fff !important;
  backdrop-filter: none !important;
  border: 1px solid rgba(255,255,255,.6) !important; padding: 28px 26px !important;
  border-radius: 30px !important; display: flex !important; flex-direction: column !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.06) !important; transition: transform .35s ease, box-shadow .35s ease !important;
  cursor: default !important; will-change: transform !important; backface-visibility: hidden !important;
  contain: layout style paint !important; transform: translateZ(0) !important;
  content-visibility: auto !important; contain-intrinsic-size: 0 280px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_spotCard__Pq4R5:hover { transform: translateY(-4px) !important; box-shadow: 0 18px 48px rgba(0,0,0,.1) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_spotIconWrap__Pq4R5 {
  width: 40px !important; height: 40px !important; background: rgba(255,255,255,.8) !important;
  border-radius: 14px !important; display: flex !important; align-items: center !important;
  justify-content: center !important; margin-bottom: 18px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.06) !important; border: 1px solid white !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_spotName__Pq4R5 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: 1.2rem !important; font-weight: 700 !important; margin-bottom: 10px !important; color: #000 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_spotDesc__Pq4R5 { color: #374151 !important; margin-bottom: 20px !important; flex: 1 !important; line-height: 1.7 !important; font-weight: 300 !important; font-size: .875rem !important; }
#TroutVI_root__Xy9Z2 .TroutVI_spotTags__Pq4R5 { display: flex !important; flex-wrap: wrap !important; gap: 7px !important; padding-top: 14px !important; border-top: 1px solid rgba(75,102,9,.1) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_spotTag__Pq4R5 {
  padding: 3px 10px !important;
  background: white !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  color: #4b6609 !important;
  border: 1px solid rgba(163,189,101,.15) !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.06) !important;
}
@media (max-width: 767px) {
  #TroutVI_root__Xy9Z2 .TroutVI_spotTag__Pq4R5 { backdrop-filter: none !important; background: rgba(255,255,255,.9) !important; }
}

/* ============================================================
   BEST TIME
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_time__St6U7 { padding: 72px 24px !important; position: relative !important; overflow: hidden !important; background: #fff !important; }
#TroutVI_root__Xy9Z2 .TroutVI_timeBg1__St6U7 { position: absolute !important; top: 0 !important; right: 0 !important; width: 256px !important; height: 256px !important; background: rgba(163,189,101,.1) !important; filter: blur(64px) !important; border-radius: 50% !important; z-index: 0 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_timeBg2__St6U7 { position: absolute !important; bottom: 0 !important; left: 0 !important; width: 256px !important; height: 256px !important; background: rgba(75,102,9,.08) !important; filter: blur(64px) !important; border-radius: 50% !important; z-index: 0 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_time__St6U7 .TroutVI_container__Cd4E5 { position: relative !important; z-index: 1 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_timeHeader__St6U7 { text-align: center !important; margin-bottom: 48px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_timeTitle__St6U7 { 
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; 
  font-size: clamp(1.6rem, 3vw, 2.8rem) !important; 
  font-weight: 900 !important; 
  color: #4b6609 !important; 
  margin: 20px 0 8px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_timeSub__St6U7 { color: #6b7280 !important; max-width: 600px !important; margin: 0 auto !important; font-weight: 300 !important; font-size: 0.95rem !important; line-height: 1.6 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_timeGrid__St6U7 { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important; gap: 18px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonCard__St6U7 {
  border-radius: 32px !important; background: rgba(255,255,255,.65) !important;
  backdrop-filter: blur(14px) !important; padding: 22px 24px !important;
  border: 1px solid rgba(255,255,255,.8) !important; box-shadow: 0 4px 24px rgba(0,0,0,.06) !important;
  display: flex !important; flex-direction: column !important; transition: transform .35s ease, box-shadow .35s ease !important;
  cursor: default !important; will-change: transform !important; backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_seasonCard__St6U7:hover { transform: translateY(-4px) !important; box-shadow: 0 18px 48px rgba(0,0,0,.1) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonIcon__St6U7 { width: 42px !important; height: 42px !important; background: rgba(163,189,101,.18) !important; border-radius: 16px !important; display: flex !important; align-items: center !important; justify-content: center !important; margin-bottom: 16px !important; border: 1px solid rgba(163,189,101,.15) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonTitle__St6U7 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: 1.15rem !important; font-weight: 700 !important; margin-bottom: 8px !important; color: #000 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonDesc__St6U7 { color: #4b5563 !important; line-height: 1.65 !important; margin-bottom: 16px !important; flex: 1 !important; font-weight: 300 !important; font-size: 0.85rem !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonChipsWrap__St6U7 { padding-top: 14px !important; border-top: 1px solid rgba(163,189,101,.22) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonChipLabel__St6U7 { font-size: 8px !important; font-weight: 700 !important; color: #4b6609 !important; text-transform: uppercase !important; letter-spacing: .2em !important; margin-bottom: 8px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonChips__St6U7 { display: flex !important; flex-wrap: wrap !important; gap: 6px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_seasonChip__St6U7 { padding: 3px 10px !important; background: white !important; border-radius: 999px !important; font-size: 9px !important; font-weight: 700 !important; color: #4b6609 !important; border: 1px solid rgba(163,189,101,.15) !important; box-shadow: 0 1px 4px rgba(0,0,0,.06) !important; }

/* ============================================================
   TECHNIQUES - ✅ FIXED: Title centered at top
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_tech__Vw8X9 { background: #f9fafb !important; padding: 72px 24px !important; overflow: hidden !important; }
#TroutVI_root__Xy9Z2 .TroutVI_techGrid__Vw8X9 { 
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 40px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_techTitle__Vw8X9 { 
  font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; 
  font-size: clamp(1.5rem, 2.8vw, 2.4rem) !important; 
  font-weight: 900 !important; 
  margin: 0 auto 16px !important; 
  line-height: 1.2 !important; 
  color: #000 !important;
  text-align: center !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_techBar__Vw8X9 { 
  width: 56px !important; 
  height: 5px !important; 
  background: linear-gradient(to right, #6576BD, #A3BD65) !important; 
  border-radius: 99px !important; 
  margin: 0 auto 16px !important; 
}
#TroutVI_root__Xy9Z2 .TroutVI_techBody__Vw8X9 { 
  color: #4b5563 !important; 
  font-size: 0.95rem !important; 
  font-weight: 300 !important; 
  line-height: 1.7 !important;
  text-align: center !important;
  max-width: 700px !important;
  margin: 0 auto !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_techCards__Vw8X9 { 
  display: grid !important; 
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important; 
  gap: 24px !important;
  width: 100% !important;
  max-width: 1200px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_techCard__Vw8X9 {
  background: white !important; padding: 28px 30px !important; border-radius: 32px !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.05) !important; border: 1px solid #f3f4f6 !important;
  display: flex !important; flex-direction: column !important; transition: border-color .3s ease, box-shadow .3s ease !important;
  cursor: default !important; will-change: transform !important; backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_techCard__Vw8X9:hover { border-color: #A3BD65 !important; box-shadow: 0 12px 40px rgba(0,0,0,.08) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_techCardTitle__Vw8X9 { font-size: 1.15rem !important; font-weight: 700 !important; margin-bottom: 12px !important; line-height: 1.3 !important; color: #000 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_techCardDesc__Vw8X9 { color: #6b7280 !important; font-size: 0.9rem !important; line-height: 1.65 !important; font-weight: 300 !important; }

/* ============================================================
   REGULATIONS
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_regs__Yz0A1 { background: white !important; padding: 80px 24px !important; overflow: hidden !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsGrid__Yz0A1 { display: flex !important; flex-wrap: wrap !important; gap: 56px !important; align-items: flex-start !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsGrid__Yz0A1 &amp;amp;amp;amp;amp;amp;amp;gt; * { flex: 1 1 320px !important; }
@media (min-width: 1024px) {
  #TroutVI_root__Xy9Z2 .TroutVI_regsGrid__Yz0A1 { display: grid !important; grid-template-columns: 1fr 1.2fr !important; gap: 64px !important; align-items: start !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_regsGrid__Yz0A1 &amp;amp;amp;amp;amp;amp;amp;gt; * { flex: none !important; width: 100% !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_regsImgWrap__Yz0A1 { position: sticky !important; top: 100px !important; margin-bottom: 40px !important; }
  #TroutVI_root__Xy9Z2 .TroutVI_regsNatureCard__Yz0A1 { margin-top: 0 !important; }
}
#TroutVI_root__Xy9Z2 .TroutVI_regsImgWrap__Yz0A1 { border-radius: 48px !important; overflow: hidden !important; box-shadow: 0 16px 48px rgba(0,0,0,.1) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsImg__Yz0A1 { width: 100% !important; aspect-ratio: 4/5 !important; object-fit: cover !important; display: block !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsNatureCard__Yz0A1 { margin-top: 150px !important; padding: 22px 26px !important; border-radius: 26px !important; background: rgba(177,186,221,.08) !important; border: 1px solid rgba(101,118,189,.12) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsNatureLabel__Yz0A1 { font-size: 10px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .2em !important; color: #6576BD !important; margin-bottom: 4px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsNatureTitle__Yz0A1 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: 1.25rem !important; font-weight: 700 !important; color: #000 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsNatureDesc__Yz0A1 { font-size: .85rem !important; margin-top: 8px !important; color: #6b7280 !important; font-weight: 300 !important; line-height: 1.7 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsBadge__Yz0A1 {
  display: inline-flex !important; align-items: center !important; gap: 8px !important;
  padding: 4px 12px !important; border-radius: 999px !important; background: #fef2f2 !important;
  color: #dc2626 !important; font-weight: 700 !important; font-size: 10px !important;
  text-transform: uppercase !important; letter-spacing: .12em !important;
  border: 1px solid #fee2e2 !important; margin-bottom: 20px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_regsTitle__Yz0A1 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.8rem, 3vw, 2.8rem) !important; font-weight: 900 !important; color: #000 !important; line-height: 1.2 !important; margin-bottom: 18px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsBody__Yz0A1 { color: #4b5563 !important; font-size: .95rem !important; line-height: 1.8 !important; font-weight: 300 !important; margin-bottom: 28px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsSubTitle__Yz0A1 { font-size: 1rem !important; font-weight: 700 !important; color: #000 !important; padding-bottom: 14px !important; border-bottom: 1px solid #f3f4f6 !important; margin-bottom: 24px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsList__Yz0A1 { display: flex !important; flex-direction: column !important; gap: 20px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsItem__Yz0A1 { display: flex !important; gap: 14px !important; align-items: flex-start !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsItemIcon__Yz0A1 { width: 38px !important; height: 38px !important; border-radius: 50% !important; background: rgba(75,102,9,.08) !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsItemTitle__Yz0A1 { font-weight: 700 !important; font-size: .975rem !important; color: #000 !important; margin-bottom: 3px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsItemDesc__Yz0A1 { color: #6b7280 !important; font-size: .875rem !important; font-weight: 300 !important; line-height: 1.6 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsInfo__Yz0A1 { margin-top: 28px !important; padding: 22px 26px !important; border-radius: 26px !important; background: rgba(163,189,101,.1) !important; border: 1px solid rgba(163,189,101,.25) !important; display: flex !important; align-items: flex-start !important; gap: 18px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsInfoIcon__Yz0A1 { padding: 12px !important; background: white !important; border-radius: 16px !important; box-shadow: 0 2px 8px rgba(0,0,0,.08) !important; flex-shrink: 0 !important; display: flex !important; align-items: center !important; justify-content: center !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsInfoTitle__Yz0A1 { font-size: .975rem !important; font-weight: 700 !important; color: #000 !important; margin-bottom: 3px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_regsInfoDesc__Yz0A1 { font-size: .875rem !important; color: #4b5563 !important; line-height: 1.6 !important; font-weight: 300 !important; font-style: italic !important; }

/* ============================================================
   LOCAL TIPS
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_tips__Bc2D3 { background: white !important; padding: 72px 24px !important; overflow: hidden !important; position: relative !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipsBgOrb__Bc2D3 { position: absolute !important; top: 0 !important; right: 0 !important; width: 384px !important; height: 384px !important; background: rgba(163,189,101,.08) !important; filter: blur(80px) !important; border-radius: 50% !important; z-index: 0 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tips__Bc2D3 .TroutVI_container__Cd4E5 { position: relative !important; z-index: 1 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipsBox__Bc2D3 {
  background: rgba(249,250,251,.5) !important; border-radius: 40px !important; padding: 44px 40px !important;
  border: 1px solid #f3f4f6 !important; display: flex !important; flex-wrap: wrap !important; gap: 44px !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_tipsLeft__Bc2D3 { flex: 0 1 240px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipsTitle__Bc2D3 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.5rem, 2.5vw, 2rem) !important; font-weight: 900 !important; margin-bottom: 12px !important; color: #4b6609 !important; line-height: 1.25 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipsSub__Bc2D3 { color: #6b7280 !important; font-weight: 300 !important; font-size: .95rem !important; line-height: 1.7 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipsRight__Bc2D3 { flex: 1 1 300px !important; display: grid !important; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important; gap: 28px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipItem__Bc2D3 { display: flex !important; align-items: flex-start !important; gap: 10px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipDot__Bc2D3 { width: 8px !important; height: 8px !important; border-radius: 50% !important; background: #A3BD65 !important; flex-shrink: 0 !important; margin-top: 6px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipItemTitle__Bc2D3 { font-weight: 700 !important; font-size: .975rem !important; color: #000 !important; margin-bottom: 7px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_tipItemDesc__Bc2D3 { color: #6b7280 !important; font-size: .875rem !important; line-height: 1.7 !important; font-weight: 300 !important; padding-left: 18px !important; border-left: 2px solid rgba(163,189,101,.22) !important; }

/* ============================================================
   FAQ
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_faq__Ee4F5 { background: rgba(206,220,173,.12) !important; padding: 88px 24px !important; position: relative !important; overflow: hidden !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqHeader__Ee4F5 { max-width: 700px !important; margin: 0 auto 64px !important; text-align: center !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqBadge__Ee4F5 {
  display: inline-flex !important; align-items: center !important; gap: 8px !important;
  padding: 4px 12px !important; border-radius: 999px !important; background: rgba(75,102,9,.08) !important;
  color: #4b6609 !important; font-weight: 700 !important; font-size: 10px !important;
  text-transform: uppercase !important; letter-spacing: .15em !important;
  margin-bottom: 14px !important; border: 1px solid rgba(75,102,9,.12) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_faqTitle__Ee4F5 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.8rem, 3.5vw, 3rem) !important; font-weight: 900 !important; color: #000 !important; line-height: 1.2 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqList__Ee4F5 { max-width: 800px !important; margin: 0 auto !important; display: flex !important; flex-direction: column !important; gap: 14px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqItem__Ee4F5 {
  background: white !important; border-radius: 28px !important; border: 1px solid #f3f4f6 !important;
  overflow: hidden !important; cursor: pointer !important; transition: box-shadow .3s ease !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.05) !important; -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_faqItem__Ee4F5:focus,
#TroutVI_root__Xy9Z2 .TroutVI_faqItem__Ee4F5:active {
  background: white !important; box-shadow: 0 2px 12px rgba(0,0,0,.05) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_faqItem__Ee4F5.TroutVI_faqOpen__Ee4F5 { box-shadow: 0 8px 32px rgba(0,0,0,.08) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqQ__Ee4F5 { padding: 22px 28px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 16px !important; -webkit-tap-highlight-color: transparent !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqQText__Ee4F5 { font-weight: 700 !important; font-size: .975rem !important; color: #000 !important; flex: 1 !important; line-height: 1.4 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqChev__Ee4F5 {
  width: 34px !important; height: 34px !important; border-radius: 50% !important; flex-shrink: 0 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  background: #f9fafb !important; color: #111 !important; transition: background .3s ease, color .3s ease, transform .3s ease !important;
  -webkit-tap-highlight-color: transparent !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_faqItem__Ee4F5.TroutVI_faqOpen__Ee4F5 .TroutVI_faqChev__Ee4F5 { background: #4b6609 !important; color: white !important; transform: rotate(180deg) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqA__Ee4F5 { display: none !important; padding: 0 28px 22px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqItem__Ee4F5.TroutVI_faqOpen__Ee4F5 .TroutVI_faqA__Ee4F5 { display: block !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqADivider__Ee4F5 { height: 1px !important; background: #f3f4f6 !important; margin-bottom: 16px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_faqAText__Ee4F5 { color: #4b5563 !important; line-height: 1.8 !important; font-weight: 300 !important; font-size: .9rem !important; }

/* ============================================================
   FOOTER
   ============================================================ */
#TroutVI_root__Xy9Z2 .TroutVI_footer__Gg6H7 { background: #f9fafb !important; padding: 88px 24px !important; overflow: hidden !important; }
#TroutVI_root__Xy9Z2 .TroutVI_footerTitle__Gg6H7 { font-family: &amp;amp;amp;amp;amp;amp;amp;#039;Outfit&amp;amp;amp;amp;amp;amp;amp;#039;, sans-serif !important; font-size: clamp(1.8rem, 3.5vw, 3rem) !important; font-weight: 900 !important; margin-bottom: 20px !important; color: #4b6609 !important; line-height: 1.2 !important; text-align: center !important; }
#TroutVI_root__Xy9Z2 .TroutVI_footerBody__Gg6H7 { color: #4b5563 !important; font-size: 1rem !important; max-width: 800px !important; margin: 0 auto 56px !important; font-weight: 300 !important; line-height: 1.8 !important; text-align: center !important; }
#TroutVI_root__Xy9Z2 .TroutVI_footerGrid__Gg6H7 { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important; gap: 22px !important; }
#TroutVI_root__Xy9Z2 .TroutVI_footerCard__Gg6H7 {
  background: white !important; border-radius: 32px !important; padding: 36px 24px !important;
  box-shadow: 0 2px 16px rgba(0,0,0,.05) !important; border: 1px solid #f3f4f6 !important;
  display: flex !important; flex-direction: column !important; align-items: center !important;
  gap: 18px !important; transition: box-shadow .3s ease, transform .3s ease !important;
  cursor: default !important; will-change: transform !important; backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_footerCard__Gg6H7:hover { box-shadow: 0 16px 48px rgba(0,0,0,.1) !important; transform: translateY(-3px) !important; }
#TroutVI_root__Xy9Z2 .TroutVI_footerCardIcon__Gg6H7 { width: 54px !important; height: 54px !important; border-radius: 18px !important; background: rgba(163,189,101,.12) !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #4b6609 !important; }
#TroutVI_root__Xy9Z2 .TroutVI_footerCardTitle__Gg6H7 { font-size: .975rem !important; font-weight: 700 !important; line-height: 1.4 !important; color: #000 !important; text-align: center !important; }
#TroutVI_root__Xy9Z2 .TroutVI_footerCardBtn__Gg6H7 {
  padding: 9px 22px !important; background: white !important; border: 1px solid rgba(163,189,101,.4) !important;
  border-radius: 999px !important; font-weight: 700 !important; color: #4b6609 !important;
  cursor: pointer !important; font-size: .85rem !important; transition: background .3s ease, color .3s ease !important;
  -webkit-tap-highlight-color: transparent !important;
}
#TroutVI_root__Xy9Z2 .TroutVI_footerCardBtn__Gg6H7:hover { background: #4b6609 !important; color: white !important; }

/* Slider button disabled state for better UX */
#TroutVI_root__Xy9Z2 .TroutVI_sliderBtn__Hj8I9:disabled,
#TroutVI_root__Xy9Z2 .TroutVI_sliderBtn__Hj8I9[style*=&amp;amp;amp;amp;amp;amp;amp;quot;pointer-events: none&amp;amp;amp;amp;amp;amp;amp;quot;] {
  opacity: 0.4 !important; cursor: not-allowed !important; transform: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.06) !important;
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #f0f0f0;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: BD8593;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #BD8593;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 184px;
                height: 88px;
                max-width: 184px;
                max-height: 88px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: ;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: #0CE800;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #025269;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: #0CE800;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color: #025269 ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #025269;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  2px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 2px solid #025269;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #f0f0f0;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  2px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 2px solid #025269;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  2px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #025269;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: #025269;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #f0f0f0;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #025269;
                font-size: 14px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #025269;
            }
            .active{
                background-color: #0CE800;
            }
            .active a{
                color: #025269;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #025269;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #025269;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #69E000;
                color: #69E000;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #025269;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #69E000;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #69E000;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: ;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: ;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #025269;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #025269;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #025269;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #69E000;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: ;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #025269;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #f0f0f0 !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #BD8593;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #BD8593;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #69E000;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #69E000;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: BD8593;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #69E000;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid BD8593;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: ms;
                right: 24px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: px  solid  #025269;
                padding: 16px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #69E000;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #025269;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #025269;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 184px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:4vw;
padding-right:4vw;
padding-bottom:4vw;
padding-left:4vw;
border-style:none;
}#module_footer_column_1{
;
width:33%;
margin-top:0px;
padding-right:2vw;
border-style:none;
}#module_footer_items_1{
;
cursor:default;
text-align:center;
width:11vw;
height:5vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_1:hover{
;
}#module_footer_row_2{
;
padding-top:3vw;
border-style:none;
}#module_footer_items_2{
;
position:relative;
cursor:default;
text-align:left;
line-height:2.1vw;
color:#bfbfbf;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_row_3{
;
width:100%;
padding-top:2vw;
border-style:none;
}#module_footer_column_2{
;
width:33%;
margin-top:0px;
justify-content:center;
border-style:none;
}#module_footer_row_4{
;
justify-content:center;
border-style:none;
}#module_footer_items_5{
;
cursor:default;
text-align:center;
height:5vw;
color:#d9d9d9;
font-weight:500;
font-size:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_5:hover{
;
}#module_footer_row_5{
;
justify-content:center;
padding-top:3vw;
padding-left:11vw;
border-style:none;
}#module_footer_items_6{
;
cursor:default;
text-align:left;
width:7vw;
height:7.25vw;
background-color:#000;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_6:hover{
;
background-color:#000;
opacity:.65;
}#module_footer_items_7{
;
cursor:default;
text-align:left;
width:7vw;
height:7.25vw;
background-color:#000;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_7:hover{
;
background-color:#000;
opacity:.65;
}#module_footer_items_8{
;
cursor:default;
text-align:left;
width:7vw;
height:7.25vw;
background-color:#81c13295;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:140px;
}#module_footer_items_8:hover{
;
background-color:#000;
opacity:.65;
}#module_footer_row_6{
;
justify-content:center;
padding-top:1vw;
padding-left:11vw;
border-style:none;
}#module_footer_items_9{
;
cursor:default;
width:7vw;
height:7.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_9:hover{
;
}#module_footer_items_10{
;
cursor:default;
text-align:center;
width:7vw;
height:7.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_10:hover{
;
}#module_footer_items_11{
;
cursor:default;
width:7vw;
height:7.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.65;
border-style:none;
margin-right:132px;
}#module_footer_items_11:hover{
;
}#module_footer_column_3{
;
width:33%;
margin-top:0px;
padding-left:4vw;
border-style:none;
}#module_footer_row_7{
;
justify-content:flex-start;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
text-align:left;
height:5vw;
color:#d9d9d9;
font-weight:500;
font-size:1.6vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_8{
;
padding-top:3vw;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
text-align:left;
line-height:1.2vw;
color:#d9d9d9;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_13:hover{
;
}#module_footer_row_9{
;
margin-top:0px;
padding-top:3vw;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:10px;
}#module_footer_items_14:hover{
;
}#module_footer_items_15{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_15:hover{
;
}#module_footer_items_16{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_16:hover{
;
}#module_footer_items_17{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_17:hover{
;
}#module_footer_items_18{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_18:hover{
;
}#module_footer_items_19{
;
cursor:default;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:10px;
}#module_footer_items_19:hover{
;
}#module_footer_section_2{
;
width:100%;
background-color:#967D66;
justify-content:center;
border-style:none;
}#module_footer_row_10{
;
width:100%;
justify-content:center;
border-style:none;
}#module_footer_items_20{
;
cursor:default;
text-align:center;
width:100%;
height:4vw;
line-height:2.5vw;
color:#025269;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-top:1vw;
padding-right:15vw;
padding-bottom:1vw;
padding-left:15vw;
}#module_footer_items_20:hover{
;
}#public_footer_main_1{;background-color:#025269;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}