
/* ==========================================================================
   RENDERBOX SCOPED STYLESHEET - BETTER KNOW US
   Root Scoping: #BetterKnowUs_root__b994
   ========================================================================== */

#BetterKnowUs_root__b994,
#BetterKnowUs_root__b994 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#BetterKnowUs_root__b994 {
  background-color: #FAF9F6 !important;
  color: #334155 !important;
  font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
  font-size: 14px !important;
  line-height: 1.6 !important;
  position: relative !important;
  overflow-x: hidden !important;
  direction: rtl !important;
  width: 100% !important;
}

/* Base variables &amp;amp; general utilities */
#BetterKnowUs_root__b994 .font-mono {
  font-family: 'JetBrains Mono', 'Fira Code', monospace !important;
}

#BetterKnowUs_root__b994 .text-blue-navy {
  color: #163172 !important;
}

#BetterKnowUs_root__b994 .text-blue-custom {
  color: #1E56A0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_topAccent__b994 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  height: 6px !important;
  background: linear-gradient(to left, #163172, #fca311, #1E56A0) !important;
  z-index: 50 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_wrapper__b994 {
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* ==========================================
   1. HERO HEADER SECTION
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_heroSection__b994 {
  position: relative !important;
  padding-top: 6rem !important;
  padding-bottom: 4rem !important;
  background: linear-gradient(180deg, rgba(30, 86, 160, 0.08) 0%, rgba(30, 86, 160, 0.03) 70%, transparent 100%) !important;
  overflow: hidden !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_gridBackdrop__b994 {
  position: absolute !important;
  inset: 0 !important;
  opacity: 0.025 !important;
  pointer-events: none !important;
  background: radial-gradient(#1E56A0 1.2px, transparent 1.2px) !important;
  background-size: 24px 24px !important;
  z-index: 1 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_heroFlex__b994 {
  position: relative !important;
  z-index: 10 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 3rem !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_heroFlex__b994 {
    flex-direction: row-reverse !important;
    text-align: right !important;
    gap: 4rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_heroContent__b994 {
  flex: 1 !important;
  max-width: 700px !important;
  text-align: center !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_heroContent__b994 {
    text-align: right !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_ribbon__b994 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background-color: rgba(30, 86, 160, 0.1) !important;
  border: 1px solid rgba(30, 86, 160, 0.2) !important;
  color: #1E56A0 !important;
  padding: 0.4rem 1rem !important;
  border-radius: 9999px !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  margin-bottom: 1.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ribbonIcon__b994 {
  width: 1rem !important;
  height: 1rem !important;
  color: #fca311 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_heroTitle__b994 {
  font-size: 1.85rem !important;
  font-weight: 900 !important;
  color: #163172 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_heroTitle__b994 {
    font-size: 2.8rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_heroDesc__b994 {
  font-size: 0.9rem !important;
  color: #475569 !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  margin-bottom: 2rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_heroDesc__b994 {
    font-size: 1rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_highlight__b994 {
  color: #1E56A0 !important;
  font-weight: 900 !important;
  text-decoration-line: underline !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_heroActions__b994 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1rem !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_heroActions__b994 {
    justify-content: flex-start !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_btnPrimary__b994 {
  background-color: #1E56A0 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.95rem 1.7rem !important;
  border-radius: 1rem !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  box-shadow: 0 10px 15px -3px rgba(30, 86, 160, 0.25) !important;
  transition: all 0.25s ease-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_btnPrimary__b994:hover {
  background-color: #163172 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 15px 23px -3px rgba(22, 49, 114, 0.35) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_btnSecondary__b994 {
  background-color: #ffffff !important;
  color: #163172 !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  padding: 0.95rem 1.7rem !important;
  border-radius: 1rem !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.25s ease-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_btnSecondary__b994:hover {
  background-color: #f8fafc !important;
  border-color: #cbd5e1 !important;
  transform: translateY(-2px) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_btnIcon__b994 {
  width: 1rem !important;
  height: 1rem !important;
  color: #fca311 !important;
}

/* Left side branding card */
#BetterKnowUs_root__b994 .BetterKnowUs_brandingCard__b994 {
  width: 100% !important;
  max-width: 440px !important;
  background-color: #ffffff !important;
  border-radius: 1.751rem !important;
  padding: 1.751rem !important;
  border: 1px solid rgba(241, 245, 249, 0.9) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02) !important;
  position: relative !important;
  overflow: hidden !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardGlow__b994 {
  position: absolute !important;
  top: -3rem !important;
  left: -3rem !important;
  width: 10rem !important;
  height: 10rem !important;
  background-color: rgba(252, 163, 17, 0.06) !important;
  border-radius: 9999px !important;
  filter: blur(24px) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardContent__b994 {
  position: relative !important;
  z-index: 10 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.2rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardHeader__b994 {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid rgba(241, 245, 249, 1) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardIconWrapper__b994 {
  width: 3rem !important;
  height: 3rem !important;
  background-color: rgba(30, 86, 160, 0.1) !important;
  border-radius: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1E56A0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardSvg__b994 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardTitleGroup__b994 {
  display: flex !important;
  flex-direction: column !important;
  text-align: right !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardTitle__b994 {
  font-size: 0.95rem !important;
  font-weight: 900 !important;
  color: #163172 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardSub__b994 {
  font-size: 0.72rem !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
  margin-top: 0.15rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_cardDetails__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.95rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_detailRow__b994 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background-color: #f8fafc !important;
  padding: 0.65rem 0.95rem !important;
  border-radius: 0.85rem !important;
  font-size: 0.78rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_detailLabel__b994 {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  color: #64748b !important;
  font-weight: 700 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_detailRowIcon__b994 {
  width: 1rem !important;
  height: 1rem !important;
  color: #fca311 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_detailRowIcon__b994.text-emerald-500 {
  color: #10b981 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_detailValue__b994 {
  color: #1e293b !important;
  font-weight: 950 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statusPositive__b994 {
  color: #059669 !important;
  font-weight: 950 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_badgeCheckIcon__b994 {
  width: 0.95rem !important;
  height: 0.95rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_warnBox__b994 {
  background-color: #FAF9F6 !important;
  border: 1px dashed #cbd5e1 !important;
  border-radius: 1rem !important;
  padding: 0.751rem !important;
  font-size: 0.68rem !important;
  color: #64748b !important;
  line-height: 1.7 !important;
  font-weight: 750 !important;
  text-align: center !important;
}

/* ==========================================
   2. GRID OF KEY STATS
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_statsSection__b994 {
  position: relative !important;
  padding-bottom: 4rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statsGrid__b994 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_statsGrid__b994 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_statsGrid__b994 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_statCard__b994 {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 1.751rem !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  padding: 1.751rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statCard__b994:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(30, 86, 160, 0.3) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_geometricDots__b994 {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 8rem !important;
  height: 8rem !important;
  background-image: radial-gradient(#1E56A0 1.2px, transparent 1.2px) !important;
  background-size: 16px 16px !important;
  opacity: 0.08 !important;
  pointer-events: none !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statHeader__b994 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 1.2rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statIconBox__b994 {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.02) !important;
  border: 1px solid transparent !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_bgGold__b994 {
  background-color: rgba(252, 163, 17, 0.1) !important;
  border-color: rgba(252, 163, 17, 0.1) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_bgBlue__b994 {
  background-color: rgba(30, 86, 160, 0.1) !important;
  border-color: rgba(30, 86, 160, 0.1) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_bgLight__b994 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statIcon__b994 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statBadge__b994 {
  font-size: 0.65rem !important;
  background-color: #f1f5f9 !important;
  color: #163172 !important;
  font-weight: 900 !important;
  padding: 0.25rem 0.65rem !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(226, 232, 240, 0.5) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_numberLayout__b994 {
  display: flex !important;
  align-items: baseline !important;
  gap: 0.25rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_countNum__b994 {
  font-size: 3rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_suffix__b994 {
  font-size: 1.85rem !important;
  font-weight: 900 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statTitle__b994 {
  font-size: 0.88rem !important;
  font-weight: 900 !important;
  color: #163172 !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0.25rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statSubtitle__b994 {
  font-size: 0.72rem !important;
  color: #64748b !important;
  font-weight: 700 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_statProgressArea__b994 {
  margin-top: 1.5rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(241, 245, 249, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_progressLabels__b994 {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_progressValueText__b994 {
  color: #1E56A0 !important;
  font-weight: 900 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_progressOuter__b994 {
  height: 0.5rem !important;
  width: 100% !important;
  background-color: #f1f5f9 !important;
  border-radius: 9999px !important;
  overflow: hidden !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_progressInner__b994 {
  height: 100% !important;
  border-radius: 9999px !important;
  background: linear-gradient(to right, #163172, #1E56A0, #fca311) !important;
}

/* Card 3 Highlights: standard gold */
#BetterKnowUs_root__b994 .BetterKnowUs_highlightCard__b994 {
  background-color: #fca311 !important;
  border-color: #fca311 !important;
  color: #0f172a !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_highlightCard__b994:hover {
  background-color: #fca311 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightGlow__b994 {
  position: absolute !important;
  top: -2.5rem !important;
  left: -2.5rem !important;
  width: 8rem !important;
  height: 8rem !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 9999px !important;
  filter: blur(16px) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_badgeDark__b994 {
  background-color: #ffffff !important;
  color: #0f172a !important;
  border-color: transparent !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sealCompact__b994 {
  display: flex !important;
  align-items: center !important;
  gap: 0.751rem !important;
  background-color: rgba(255, 255, 255, 0.35) !important;
  backdrop-filter: blur(4px) !important;
  border-radius: 1rem !important;
  padding: 0.65rem 0.751rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sealCheckCircle__b994 {
  width: 1.5rem !important;
  height: 1.5rem !important;
  border-radius: 9999px !important;
  background-color: #0f172a !important;
  color: #fca311 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sealCheckIcon__b994 {
  width: 1rem !important;
  height: 1rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sealTextGroup__b994 {
  display: flex !important;
  flex-direction: column !important;
  text-align: right !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sealTitle__b994 {
  font-size: 0.55rem !important;
  font-weight: 900 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sealDesc__b994 {
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  margin-top: 0.15rem !important;
}

/* Timeline milestones track helper on Card 2 */
#BetterKnowUs_root__b994 .BetterKnowUs_connectedMilestones__b994 {
  display: flex !important;
  justify-content: space-between !important;
  position: relative !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  margin-top: 0.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineTrack__b994 {
  position: absolute !important;
  top: 0.375rem !important;
  left: 0.5rem !important;
  right: 0.5rem !important;
  height: 2px !important;
  background-color: #e2e8f0 !important;
  z-index: 1 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_milestoneNode__b994 {
  position: relative !important;
  z-index: 10 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_nodeDot__b994 {
  width: 0.751rem !important;
  height: 0.751rem !important;
  border-radius: 9999px !important;
  background-color: #1E56A0 !important;
  border: 2px solid #ffffff !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_milestoneNode__b994.BetterKnowUs_activeNode__b994 .BetterKnowUs_nodeDot__b994 {
  background-color: #fca311 !important;
  box-shadow: 0 0 0 3px rgba(252, 163, 17, 0.3) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_nodeYear__b994 {
  font-size: 0.55rem !important;
  color: #94a3b8 !important;
  font-weight: 900 !important;
  margin-top: 0.35rem !important;
}

/* Card 4 Avatars and Ping */
#BetterKnowUs_root__b994 .BetterKnowUs_technicianLabelBlock__b994 {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_emergencyStatus__b994 {
  color: #059669 !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_pulseIndicatorPoint__b994 {
  width: 0.4rem !important;
  height: 0.4rem !important;
  background-color: #10b981 !important;
  border-radius: 9999px !important;
  display: inline-block !important;
  animation: BetterKnowUs_ping__b994 1.5s infinite ease-in-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_avatarTrack__b994 {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  margin-top: 0.25rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_miniAvatar__b994 {
  width: 1.85rem !important;
  height: 1.85rem !important;
  border-radius: 9999px !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
  margin-left: -0.5rem !important;
  font-size: 0.55rem !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_miniAvatar__b994:first-child {
  margin-left: 0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_avaColor1__b994 {
  background: linear-gradient(135deg, #163172 0%, #1E56A0 100%) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_avaColor2__b994 {
  background: linear-gradient(135deg, #1E56A0 0%, #fca311 100%) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_avaColor3__b994 {
  background: #0f172a !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_avaMore__b994 {
  background-color: #f1f5f9 !important;
  color: #475569 !important;
}

/* ==========================================
   3. HISTORY &amp;amp; MISSION TWIN LAYOUT
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_historySection__b994 {
  position: relative !important;
  padding-bottom: 5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_twinLayout__b994 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.5rem !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_twinLayout__b994 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_twinBlock__b994 {
  border-radius: 2rem !important;
  padding: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 400px !important;
  position: relative !important;
  overflow: hidden !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_twinBlock__b994 {
    padding: 2.5rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_darkBlock__b994 {
  background: linear-gradient(135deg, #163172 0%, #1E56A0 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px -5px rgba(22, 49, 114, 0.25) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_blockGlow__b994 {
  position: absolute !important;
  top: -6rem !important;
  right: -6rem !important;
  width: 15rem !important;
  height: 15rem !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-radius: 9999px !important;
  filter: blur(40px) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightBlock__b994 {
  background-color: #ffffff !important;
  color: #334155 !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_blockMainContent__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  position: relative !important;
  z-index: 10 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_blockBadge__b994 {
  display: inline-flex !important;
  align-self: flex-start !important;
  align-items: center !important;
  gap: 0.5rem !important;
  border-radius: 0.751rem !important;
  padding: 0.4rem 0.85rem !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_darkBlock__b994 .BetterKnowUs_blockBadge__b994 {
  background-color: rgba(252, 163, 17, 0.15) !important;
  border: 1px solid rgba(252, 163, 17, 0.3) !important;
  color: #fca311 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightBlock__b994 .BetterKnowUs_blockBadge__b994 {
  background-color: rgba(30, 86, 160, 0.1) !important;
  border: 1px solid rgba(30, 86, 160, 0.2) !important;
  color: #1E56A0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_blockBadgeIcon__b994 {
  width: 1.15rem !important;
  height: 1.15rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_blockTitle__b994 {
  font-size: 1.45rem !important;
  font-weight: 950 !important;
  line-height: 1.4 !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_blockTitle__b994 {
    font-size: 1.85rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_blockParagraph__b994 {
  font-size: 0.78rem !important;
  line-height: 1.8 !important;
  font-weight: 700 !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_blockParagraph__b994 {
    font-size: 0.85rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_checklistBlock__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_checkItem__b994 {
  display: flex !important;
  align-items: center !important;
  gap: 0.751rem !important;
  font-size: 0.75rem !important;
  font-weight: 750 !important;
  color: #f1f5f9 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_checkItemIcon__b994 {
  width: 1.15rem !important;
  height: 1.15rem !important;
  flex-shrink: 0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_blockFooterText__b994 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  padding-top: 1.2rem !important;
  border-top: 1px solid rgba(226, 232, 240, 0.5) !important;
  margin-top: 1.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_darkBlock__b994 .BetterKnowUs_blockFooterText__b994 {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.4) !important;
}

/* ==========================================
   4. CHRONOLOGICAL TIMELINE INTERACTIVE MULTI-TABS
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_timelineSection__b994 {
  background-color: #ffffff !important;
  border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sectionHeader__b994 {
  text-align: center !important;
  max-width: 750px !important;
  margin: 0 auto 3rem auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.751rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_sectionTitle__b994 {
  font-size: 1.55rem !important;
  font-weight: 950 !important;
  color: #163172 !important;
  line-height: 1.4 !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_sectionTitle__b994 {
    font-size: 2rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_sectionSubtitle__b994 {
  font-size: 0.75rem !important;
  color: #64748b !important;
  font-weight: 750 !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_sectionSubtitle__b994 {
    font-size: 0.85rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineInteractiveGroup__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
  max-width: 960px !important;
  margin: 0 auto !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabsTrackScroll__b994 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.85rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_tabsTrackScroll__b994 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabBtn__b994 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #f8fafc !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 1.2rem !important;
  padding: 1rem !important;
  cursor: pointer !important;
  transition: all 0.25s ease-out !important;
  text-align: right !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabBtn__b994:hover {
  background-color: #f1f5f9 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_activeTabBtn__b994 {
  background-color: rgba(30, 86, 160, 0.08) !important;
  border-color: #1E56A0 !important;
  color: #1E56A0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabDateGroup__b994 {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1.2 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabMiniHeading__b994 {
  font-size: 0.55rem !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
  margin-bottom: 0.15rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabYearVal__b994 {
  font-size: 0.9rem !important;
  font-weight: 950 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabMainTitle__b994 {
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  color: #1a202c !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_activeTabBtn__b994 .BetterKnowUs_tabMainTitle__b994 {
  color: #1E56A0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabDisplayContainer__b994 {
  background-color: #FAF9F6 !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  border-radius: 1.751rem !important;
  padding: 2rem !important;
  min-height: 280px !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_tabContentBlock__b994 {
  display: none !important;
  animation: BetterKnowUs_fadeIn__b994 0.4s ease-out forwards !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_activeTabContent__b994 {
  display: block !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineDetailFlex__b994 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2rem !important;
}

@media (min-width: 768px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_timelineDetailFlex__b994 {
    flex-direction: row-reverse !important;
    text-align: right !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineDetails__b994 {
  flex: 1.2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.751rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineLabelKey__b994 {
  font-size: 0.72rem !important;
  font-weight: 950 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineDetailTitle__b994 {
  font-size: 1.2rem !important;
  font-weight: 950 !important;
  color: #163172 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineDetailParagraph__b994 {
  font-size: 0.78rem !important;
  color: #475569 !important;
  line-height: 1.8 !important;
  font-weight: 700 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineImageFrame__b994 {
  flex: 0.8 !important;
  width: 100% !important;
  height: 200px !important;
  border-radius: 1.2rem !important;
  overflow: hidden !important;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_timelineMedia__b994 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* ==========================================
   5. CREDENTIALS AND GOLD WARRANTY
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_credentialsSection__b994 {
  position: relative !important;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_credentialsLayoutGrid__b994 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_credentialsLayoutGrid__b994 {
    grid-template-columns: repeat(12, 1fr) !important;
    align-items: center !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_credTextGroup__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_credTextGroup__b994 {
    grid-column: span 5 !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_credShortLabel__b994 {
  font-size: 0.7rem !important;
  color: #1E56A0 !important;
  font-weight: 950 !important;
  letter-spacing: 0.05em !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_credTitle__b994 {
  font-size: 1.55rem !important;
  font-weight: 950 !important;
  color: #163172 !important;
  line-height: 1.4 !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_credTitle__b994 {
    font-size: 1.85rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_credDesc__b994 {
  font-size: 0.78rem !important;
  color: #475569 !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_credChecksGroup__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  margin-top: 1rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_credCheckBadge__b994 {
  display: flex !important;
  align-items: center !important;
  gap: 0.751rem !important;
  background-color: #ffffff !important;
  padding: 0.85rem 1rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02) !important;
  font-size: 0.75rem !important;
  font-weight: 950 !important;
  color: #334155 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_credIconCheck__b994 {
  width: 1.15rem !important;
  height: 1.15rem !important;
  flex-shrink: 0 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_warrantyBentoBox__b994 {
  background-color: #ffffff !important;
  border-radius: 2rem !important;
  padding: 2rem !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02) !important;
  position: relative !important;
  overflow: hidden !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_warrantyBentoBox__b994 {
    grid-column: span 7 !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_bentoCornerGlow__b994 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 8rem !important;
  height: 8rem !important;
  background-color: rgba(30, 86, 160, 0.04) !important;
  border-radius: 0 0 100% 0 !important;
  pointer-events: none !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_bentoTitleArea__b994 {
  display: flex !important;
  align-items: center !important;
  gap: 0.751rem !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  padding-bottom: 1.15rem !important;
  border-bottom: 1px solid rgba(241, 245, 249, 1) !important;
  margin-bottom: 1.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_shieldIconMini__b994 {
  width: 1.35rem !important;
  height: 1.35rem !important;
  color: #fca311 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_bentoContentGrid__b994 {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.25rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_bentoContentGrid__b994 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_miniGarantyCard__b994 {
  background-color: #f8fafc !important;
  border: 1px solid rgba(226, 232, 240, 0.7) !important;
  border-radius: 1.2rem !important;
  padding: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_garantyTitle__b994 {
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  color: #1e293b !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_garantyDesc__b994 {
  font-size: 0.7rem !important;
  color: #64748b !important;
  font-weight: 700 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_miniGarantyCardFull__b994 {
  background-color: rgba(30, 86, 160, 0.05) !important;
  border: 1px solid rgba(30, 86, 160, 0.15) !important;
  border-radius: 1.2rem !important;
  padding: 1.2rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.45rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_miniGarantyCardFull__b994 {
    grid-column: span 2 !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_garantyTitleFull__b994 {
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  color: #1E56A0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_starIconMini__b994 {
  width: 0.95rem !important;
  height: 0.95rem !important;
  fill: #fca311 !important;
  color: #fca311 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_garantyDescFull__b994 {
  font-size: 0.72rem !important;
  color: #475569 !important;
  font-weight: 750 !important;
  line-height: 1.7 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_bentoNotes__b994 {
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  margin-top: 1.2rem !important;
}

/* ==========================================
   6. DYNAMIC GALLERY SHOWCASE SLIDER SECTION
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_gallerySection__b994 {
  border-top: 1px solid rgba(226, 232, 240, 0.5) !important;
  background-color: #ffffff !important;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_galleryRibbon__b994 {
  display: inline-flex !important;
  align-self: center !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background-color: rgba(252, 163, 17, 0.1) !important;
  color: #fca311 !important;
  padding: 0.4rem 1rem !important;
  border-radius: 9999px !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  margin-bottom: 0.85rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_galleryRibbonIcon__b994 {
  width: 1.15rem !important;
  height: 1.15rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_filterTabsRow__b994 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 0.85rem !important;
  margin-top: 1.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_filterTabBtn__b994 {
  background-color: #ffffff !important;
  color: #475569 !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  padding: 0.5rem 1.15rem !important;
  border-radius: 0.95rem !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  transition: all 0.25s ease-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_filterTabBtn__b994:hover {
  background-color: #f1f5f9 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_activeFilterTabBtn__b994 {
  background-color: #1E56A0 !important;
  color: #ffffff !important;
  border-color: #1E56A0 !important;
  box-shadow: 0 4px 6px -1px rgba(30, 86, 160, 0.2) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_swipeHelperRow__b994 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  color: #94a3b8 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_pulseHelperPoint__b994 {
  width: 0.45rem !important;
  height: 0.45rem !important;
  background-color: #fca311 !important;
  border-radius: 9999px !important;
  animation: BetterKnowUs_ping__b994 1.5s infinite ease-in-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_carouselOuterFrame__b994 {
  position: relative !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_carouselOuterFrame__b994 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_carouselInnerContainer__b994 {
  overflow: hidden !important;
  position: relative !important;
  border-radius: 1.751rem !important;
  padding: 0.751rem !important;
  background-color: rgba(241, 245, 249, 0.6) !important;
  border: 1px solid rgba(226, 232, 240, 0.4) !important;
  width: 100% !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_carouselTrack__b994 {
  display: flex !important;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1) !important;
  width: 100% !important;
  cursor: grab !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_carouselTrack__b994:active {
  cursor: grabbing !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_gallerySlideItem__b994 {
  flex-shrink: 0 !important;
  padding-left: 0.65rem !important;
  padding-right: 0.65rem !important;
  user-select: none !important;
  width: 100%; /* Managed dynamically by scripts */
}

#BetterKnowUs_root__b994 .BetterKnowUs_slideImgFrame__b994 {
  position: relative !important;
  border-radius: 1.25rem !important;
  overflow: hidden !important;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05) !important;
  background-color: #0f172a !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  width: 100% !important;
  height: 340px !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_slideImgFrame__b994 {
    height: 440px !important;
  }
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_slideImgFrame__b994 {
    height: 320px !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_galleryImg__b994 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_slideImgFrame__b994:hover .BetterKnowUs_galleryImg__b994 {
  transform: scale(1.05) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_slideOverlaySheen__b994 {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, transparent 50%, rgba(15, 23, 42, 0.8) 100%) !important;
  opacity: 0.5 !important;
  transition: opacity 0.3s ease !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_slideImgFrame__b994:hover .BetterKnowUs_slideOverlaySheen__b994 {
  opacity: 0.751 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_slideLabelGlassOverlay__b994 {
  position: absolute !important;
  right: 1rem !important;
  left: 1rem !important;
  bottom: 1rem !important;
  padding: 1rem !important;
  border-radius: 0.95rem !important;
  background-color: rgba(15, 23, 42, 0.65) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  opacity: 0 !important;
  transform: translateY(10px) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_slideImgFrame__b994:hover .BetterKnowUs_slideLabelGlassOverlay__b994 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_slideLabelTexts__b994 {
  display: flex !important;
  flex-direction: column !important;
  text-align: right !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_labelProjectHint__b994 {
  font-size: 0.55rem !important;
  color: #fca311 !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_labelProjectTitle__b994 {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  margin-top: 0.15rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_zoomCircleBtn__b994 {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 9999px !important;
  background-color: #fca311 !important;
  color: #0f172a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.8rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_categoryAbsoluteBadge__b994 {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  font-size: 0.55rem !important;
  font-weight: 900 !important;
  background-color: rgba(22, 49, 114, 0.9) !important;
  color: #ffffff !important;
  padding: 0.25rem 0.65rem !important;
  border-radius: 9999px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

/* Chevron Arrows Buttons styles on slider sides */
#BetterKnowUs_root__b994 .BetterKnowUs_chevronBtn__b994 {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 2.751rem !important;
  height: 2.751rem !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 1) !important;
  color: #475569 !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.2s ease-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_chevronBtn__b994:hover {
  color: #1E56A0 !important;
  border-color: #1E56A0 !important;
  transform: translateY(-50%) scale(1.05) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_chevronBtn__b994:active {
  transform: translateY(-50%) scale(0.95) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_chevronLeft__b994 {
  left: -0.251rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_chevronLeft__b994 {
    left: 0.251rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_chevronRight__b994 {
  right: -0.251rem !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_chevronRight__b994 {
    right: 0.251rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_chevIcon__b994 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

/* Dots track indicators styles */
#BetterKnowUs_root__b994 .BetterKnowUs_progressDotsContainer__b994 {
  display: flex !important;
  justify-content: center !important;
  gap: 0.35rem !important;
  margin-top: 1.5rem !important;
  direction: ltr !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_dotIndicator__b994 {
  height: 0.5rem !important;
  border-radius: 9999px !important;
  background-color: #cbd5e1 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease-out !important;
  width: 0.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_activeDotIndicator__b994 {
  width: 1.5rem !important;
  background-color: #1E56A0 !important;
}

/* ==========================================
   7. AESTHETIC CALL TO ACTION BANNER
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_ctaSection__b994 {
  padding-top: 2rem !important;
  padding-bottom: 4rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaBox__b994 {
  background-color: #163172 !important;
  border-radius: 2rem !important;
  padding: 2.2rem !important;
  position: relative !important;
  overflow: hidden !important;
  color: #ffffff !important;
  box-shadow: 0 20px 25px -5px rgba(22, 49, 114, 0.25) !important;
  text-align: center !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_ctaBox__b994 {
    padding: 3.5rem !important;
    text-align: right !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaBackGlow__b994 {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(30, 86, 160, 0.4) 0%, transparent 100%) !important;
  pointer-events: none !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaContent__b994 {
  position: relative !important;
  z-index: 10 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_ctaContent__b994 {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 3rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaTexts__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.65rem !important;
  max-width: 750px !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaHint__b994 {
  font-size: 0.7rem !important;
  color: #fca311 !important;
  font-weight: 950 !important;
  letter-spacing: 0.05em !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaTitle__b994 {
  font-size: 1.45rem !important;
  font-weight: 950 !important;
  line-height: 1.3s !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_ctaTitle__b994 {
    font-size: 1.85rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaPara__b994 {
  font-size: 0.78rem !important;
  color: #94a3b8 !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_ctaPara__b994 {
    font-size: 0.85rem !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaBtnGroup__b994 {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.751rem !important;
  width: 100% !important;
}

@media (min-width: 640px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_ctaBtnGroup__b994 {
    flex-direction: row !important;
    justify-content: center !important;
  }
}

@media (min-width: 1024px) {
  #BetterKnowUs_root__b994 .BetterKnowUs_ctaBtnGroup__b994 {
    width: auto !important;
  }
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaBtnGold__b994 {
  background-color: #fca311 !important;
  color: #0f172a !important;
  border: none !important;
  padding: 1rem 1.6rem !important;
  border-radius: 1rem !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  transition: all 0.25s ease-out !important;
  white-space: nowrap !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaBtnGold__b994:hover {
  background-color: #ffffff !important;
  transform: translateY(-2px) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaBtnTrans__b994 {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 1rem 1.6rem !important;
  border-radius: 1rem !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  transition: all 0.25s ease-out !important;
  white-space: nowrap !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_ctaBtnTrans__b994:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  transform: translateY(-2px) !important;
}

/* ==========================================
   8. LIGHTBOX MODAL DIALOG POPUP
   ========================================== */
#BetterKnowUs_root__b994 .BetterKnowUs_lightboxOuter__b994 {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem !important;
  transition: opacity 0.3s ease-out !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxHidden__b994 {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxBg__b994 {
  position: absolute !important;
  inset: 0 !important;
  background-color: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(8px) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxWrapper__b994 {
  position: relative !important;
  z-index: 100 !important;
  width: 100% !important;
  max-width: 960px !important;
  background-color: #0f172a !important;
  border-radius: 2rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxClose__b994 {
  position: absolute !important;
  top: 1rem !important;
  left: 1rem !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 0.4rem 1rem !important;
  border-radius: 9999px !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  transition: background-color 0.2s !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxClose__b994:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxCaptionInfo__b994 {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  font-size: 0.72rem !important;
  color: #cbd5e1 !important;
  font-weight: 950 !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  padding: 0.4rem 1rem !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lblTitleHighlighted__b994 {
  color: #fca311 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxViewport__b994 {
  width: 100% !important;
  height: auto !important;
  min-height: 250px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 3rem 0 1rem 0 !important;
  position: relative !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxMainImg__b994 {
  max-width: 100% !important;
  max-height: 70vh !important;
  object-fit: contain !important;
  border-radius: 0.751rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxChevron__b994 {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: 2.85rem !important;
  height: 2.85rem !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background-color 0.25s !important;
  z-index: 110 !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxChevron__b994:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxChevLeft__b994 {
  left: 0.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxChevRight__b994 {
  right: 0.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxChevIcon__b994 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

#BetterKnowUs_root__b994 .BetterKnowUs_lightboxFooter__b994 {
  width: 100% !important;
  text-align: center !important;
  padding-top: 1rem !important;
  margin-top: 0.5rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  font-size: 0.72rem !important;
  color: #94a3b8 !important;
  font-weight: 750 !important;
}

/* ==========================================
   KEYFRAME ANIMATIONS
   ========================================== */
@keyframes BetterKnowUs_ping__b994 {
  0% {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  50% {
    transform: scale(1.6) !important;
    opacity: 0.4 !important;
  }
  100% {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
}

@keyframes BetterKnowUs_fadeIn__b994 {
  from {
    opacity: 0 !important;
    transform: translateY(10px) !important;
  }
  to {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

/* Stagger entrance effects */
#BetterKnowUs_root__b994 .BetterKnowUs_statCardEntrance__b994 {
  opacity: 0 !important;
  transform: translateY(15px) !important;
}

#BetterKnowUs_root__b994.BetterKnowUs_animated__b994 .BetterKnowUs_statCardEntrance__b994 {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transition-delay: var(--card-delay) !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: #fff;
                    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: #222 ;
                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-right : 0;
                }
                .top-list:last-child{
                    margin-left : 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-right: 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: #2c3e50;
                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{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 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: 150px;
                height: 97px;
                max-width: 150px;
                max-height: 97px;
                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: #FFF;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-left: 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: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .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: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .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: 16px;
                color: #153075;
            }
            .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%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #DDD;
                        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{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 5px solid #153075;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #153075;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #DDD;
                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: #153075;
                font-size: 12px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #153075;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .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-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #153075;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: transparent;
                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: #153075;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: transparent;
                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: #153075;
                color: #153075;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #153075;
                    border-radius: 3px;
                    background: transparent;
                    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-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #153075;
                    }
                    .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: transparent;
                    }
                    .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: transparent;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #153075;
                    }
                    .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: transparent;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: transparent;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #153075;
            
            }
            .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: #153075;
                    /*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: #153075;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #153075;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: transparent;
                    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: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !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: transparent;
                    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 {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container .search-input{
                            border-radius: 3px !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: transparent;
                    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: #153075;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #ddd !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: transparent;
                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 transparent;
                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: #153075;
            }
            .lang-nav .lang-li a{
                color: #153075;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #153075;
            }
            .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: transparent;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #153075;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #153075;
            }
            .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 transparent;
                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: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                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: auto;  
                        grid-template-columns: 150px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_5{
;
padding-top:4vw;
padding-right:8vw;
padding-bottom:4vw;
padding-left:8vw;
border-style:none;
}#module_footer_column_5{
;
margin-top:0px;
border-style:none;
}#module_footer_items_35{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:500;
font-size:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_35:hover{
;
}#module_footer_items_37{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_37:hover{
;
}#module_footer_items_38{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_38:hover{
;
}#module_footer_column_6{
;
margin-top:0px;
border-style:none;
}#module_footer_row_20{
;
border-style:none;
}#module_footer_items_41{
;
cursor:default;
color:#ffffff;
font-weight:500;
font-size:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_41:hover{
;
}#module_footer_row_22{
;
margin-top:1.25vw;
border-style:none;
}#module_footer_items_44{
;
cursor:default;
width:1.5vw;
height:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:10px;
}#module_footer_items_44:hover{
;
}#module_footer_items_45{
;
cursor:default;
line-height:2vw;
color:#ffffff;
font-weight:300;
font-size:1.0vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:0.75vw;
}#module_footer_items_45:hover{
;
}#module_footer_column_7{
;
margin-top:0px;
padding-right:4vw;
border-style:none;
}#module_footer_items_46{
;
cursor:default;
color:#ffffff;
font-weight:500;
font-size:1.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_46:hover{
;
}#module_footer_row_24{
;
margin-top:1vw;
border-style:none;
}#module_footer_items_47{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_47:hover{
;
}#module_footer_items_48{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_48:hover{
;
}#module_footer_items_49{
;
cursor:default;
color:#ffffff;
font-weight:300;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1.25vw;
}#module_footer_items_49:hover{
;
}#module_footer_row_27{
;
padding-top:2vw;
border-style:none;
}#module_footer_items_50{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_50:hover{
;
}#module_footer_items_51{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
margin-left:2vw;
}#module_footer_items_51:hover{
;
}#module_footer_items_52{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_52:hover{
;
}#module_footer_items_53{
;
cursor:default;
width:2vw;
height:2vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:2vw;
}#module_footer_items_53:hover{
;
}#module_footer_section_6{
;
background-color:#a29292;
justify-content:center;
border-style:none;
}#module_footer_column_15{
;
justify-content:center;
border-style:none;
}#module_footer_row_49{
;
justify-content:center;
border-style:none;
}#module_footer_items_77{
;
cursor:default;
text-align:center;
line-height:2vw;
color:#ffffff;
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:2vw;
padding-bottom:1vw;
padding-left:2vw;
}#module_footer_items_77:hover{
;
}#public_footer_main_4{;background-color:#161b42;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_4:hover{;}
                #public_footer_main_4{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_4 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_4 
            
            #public_footer_main_4 .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_4 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_4: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: rtl;text-align: right;}