
/* Reset within root scope */
#Banner_root__Ab1C2,
#Banner_root__Ab1C2 *,
#Banner_root__Ab1C2 *::before,
#Banner_root__Ab1C2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Banner_root__Ab1C2 {
    font-family: &amp;quot;Inter&amp;quot;, system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background-image: url(https://vanislefishers.ca/files/Trip/1782031745_fishingtrips.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    
    /* ابعاد دقیقاً مشابه بنر Contact */
    padding-top: 8rem !important;    /* pt-32 */
    padding-bottom: 12rem !important; /* pb-48 */
    padding-left: 1.5rem !important;  /* px-6 */
    padding-right: 1.5rem !important;
    
    /* Animation base */
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (min-width: 640px) {
    #Banner_root__Ab1C2 {
        padding-left: 3rem !important;  /* sm:px-12 */
        padding-right: 3rem !important;
    }
}

#Banner_root__Ab1C2.Banner_animate-in__Ab1C2 {
    opacity: 0 !important;
}
#Banner_root__Ab1C2.Banner_animate-in__Ab1C2.Banner_animated__Ab1C2 {
    opacity: 1 !important;
}

#Banner_root__Ab1C2 .Banner_overlay__Ab1C2 {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    /* لایه روشن برای خوانایی کامل متن مشکی */
    background-color: rgba(255, 255, 255, 0.75) !important; 
    z-index: 1 !important;
}

#Banner_root__Ab1C2 .Banner_content__Ab1C2 {
    position: relative !important;
    z-index: 10 !important;
    text-align: center !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    max-width: 48rem !important; /* هم‌اندازه با عرض محتوای بنر Contact */
    margin-left: auto !important;
    margin-right: auto !important;
    color: #000000 !important; /* رنگ مشکی برای کل محتوای متنی */
}

#Banner_root__Ab1C2 .Banner_h1__Ab1C2 {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
    font-size: 2.25rem !important; /* 36px */
    line-height: 2.5rem !important; /* 40px */
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
    color: #000000 !important; /* اطمینان از مشکی بودن */
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5) !important; /* سایه سفید ملایم برای خوانایی بهتر */
    /* Animation base */
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (min-width: 768px) {
    #Banner_root__Ab1C2 .Banner_h1__Ab1C2 {
        font-size: 3rem !important; /* 48px */
        line-height: 1 !important;
    }
}

@media (min-width: 1024px) {
    #Banner_root__Ab1C2 .Banner_h1__Ab1C2 {
        font-size: 3.75rem !important; /* 60px */
    }
}

#Banner_root__Ab1C2 .Banner_h2__Ab1C2 {
    font-size: 1.875rem !important; /* 30px */
    line-height: 2.25rem !important; /* 36px */
    font-family: ui-serif, Georgia, Cambria, &amp;quot;Times New Roman&amp;quot;, Times, serif !important;
    font-style: italic !important;
    font-weight: 300 !important;
    letter-spacing: 0.025em !important;
    margin-bottom: 2rem !important;
    color: #000000 !important; /* اطمینان از مشکی بودن */
    /* Animation base */
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

@media (min-width: 640px) {
    #Banner_root__Ab1C2 .Banner_h2__Ab1C2 {
        font-size: 2.25rem !important; /* 36px */
        line-height: 2.5rem !important; /* 40px */
    }
}

@media (min-width: 1024px) {
    #Banner_root__Ab1C2 .Banner_h2__Ab1C2 {
        font-size: 3rem !important; /* 48px */
        line-height: 1 !important;
    }
}

#Banner_root__Ab1C2 .Banner_gradientText__Ab1C2 {
    color: transparent !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    /* گرادیانت تیره برای دیده شدن روی پس‌زمینه روشن */
    background-image: linear-gradient(to right, #1a1a1a, #555555) !important;
}

/* Animation state classes */
#Banner_root__Ab1C2 .Banner_animate-in__Ab1C2 {
    opacity: 0 !important;
}
#Banner_root__Ab1C2 .Banner_animate-in__Ab1C2.Banner_animated__Ab1C2 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* Initial transform positions */
#Banner_root__Ab1C2 .Banner_slide-up-h1__Ab1C2 {
    transform: translateY(-20px) !important;
}

#Banner_root__Ab1C2 .Banner_slide-down-h2__Ab1C2 {
    transform: translateY(30px) !important;
}
 
/* Reset */
#About_root__Ab3C4,
#About_root__Ab3C4 *,
#About_root__Ab3C4 *::before,
#About_root__Ab3C4 *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#About_root__Ab3C4 {
    position: relative !important;
    width: 100% !important;
    background-image: linear-gradient(to bottom, #ffffff, #F9FAFB) !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    overflow: hidden !important;
    font-family: ui-sans-serif, system-ui, -apple-system, sans-serif !important;
}

@media (min-width: 640px) {
    #About_root__Ab3C4 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
}
@media (min-width: 1024px) {
    #About_root__Ab3C4 { padding-top: 8rem !important; padding-bottom: 8rem !important; }
}

#About_root__Ab3C4 .About_container__Ab3C4 {
    max-width: 80rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 4rem !important;
    align-items: center !important;
}

@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_container__Ab3C4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6rem !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#About_root__Ab3C4 .About_textCol__Ab3C4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
    text-align: center !important;
    order: 2 !important;
}

@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_textCol__Ab3C4 {
        text-align: left !important;
        order: 1 !important;
    }
    #About_root__Ab3C4 .About_mdHidden__Ab3C4 {
        display: none !important;
    }
}

#About_root__Ab3C4 .About_title__Ab3C4 {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #000000 !important;
}
@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_title__Ab3C4 { font-size: 2.25rem !important; }
}
@media (min-width: 1280px) {
    #About_root__Ab3C4 .About_title__Ab3C4 { font-size: 3rem !important; }
}

#About_root__Ab3C4 .About_divider__Ab3C4 {
    width: 5rem !important;
    height: 0.5rem !important;
    background-color: #BD7F65 !important;
    border-radius: 9999px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_divider__Ab3C4 { margin-left: 0 !important; margin-right: 0 !important; }
}

#About_root__Ab3C4 .About_p__Ab3C4 {
    font-size: 1rem !important;
    line-height: 2 !important;
    color: #1f2937 !important;
    font-weight: 400 !important;
}
@media (min-width: 768px) {
    #About_root__Ab3C4 .About_p__Ab3C4 { font-size: 1.125rem !important; }
}

#About_root__Ab3C4 .About_link__Ab3C4 {
    color: #6576BD !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    transition: color 0.3s ease !important;
}
#About_root__Ab3C4 .About_link__Ab3C4:hover {
    color: #BD7F65 !important;
}

#About_root__Ab3C4 .About_statsCol__Ab3C4 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
    order: 1 !important;
}
@media (min-width: 640px) {
    #About_root__Ab3C4 .About_statsCol__Ab3C4 { gap: 1.5rem !important; }
}
@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_statsCol__Ab3C4 { gap: 2rem !important; order: 2 !important; }
}

#About_root__Ab3C4 .About_statCard__Ab3C4 {
    position: relative !important;
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    aspect-ratio: 1 / 1 !important;
    background-color: #ffffff !important;
    border-radius: 9999px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
@media (min-width: 640px) {
    #About_root__Ab3C4 .About_statCard__Ab3C4 { width: 85% !important; }
}

#About_root__Ab3C4 .About_statCard1__Ab3C4 { box-shadow: 0 25px 50px -12px rgba(215, 247, 252, 0.5) !important; }
#About_root__Ab3C4 .About_statCard2__Ab3C4 { box-shadow: 0 25px 50px -12px rgba(189, 127, 101, 0.3) !important; }
#About_root__Ab3C4 .About_statCard3__Ab3C4 { box-shadow: 0 25px 50px -12px rgba(163, 189, 101, 0.3) !important; }
#About_root__Ab3C4 .About_statCard4__Ab3C4 { box-shadow: 0 25px 50px -12px rgba(101, 118, 189, 0.3) !important; }

@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_translateY__Ab3C4 { transform: translateY(3rem) !important; }
    
    #About_root__Ab3C4 .About_statCard__Ab3C4:hover { 
        transform: translateY(-5px) !important; 
    }
    #About_root__Ab3C4 .About_translateY__Ab3C4:hover { 
        transform: translateY(calc(3rem - 5px)) !important; 
    }
}

#About_root__Ab3C4 .About_statBg__Ab3C4 {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
#About_root__Ab3C4 .About_statBg1__Ab3C4 { background-image: linear-gradient(to bottom right, rgba(215, 247, 252, 0.6), transparent) !important; opacity: 1 !important; transition: opacity 0.5s ease !important; }
#About_root__Ab3C4 .About_statBg2__Ab3C4 { background-image: linear-gradient(to bottom right, rgba(189, 127, 101, 0.2), transparent) !important; opacity: 1 !important; transition: opacity 0.5s ease !important; }
#About_root__Ab3C4 .About_statBg3__Ab3C4 { background-image: linear-gradient(to bottom right, rgba(163, 189, 101, 0.2), transparent) !important; opacity: 1 !important; transition: opacity 0.5s ease !important; }
#About_root__Ab3C4 .About_statBg4__Ab3C4 { background-image: linear-gradient(to bottom right, rgba(101, 118, 189, 0.2), transparent) !important; opacity: 1 !important; transition: opacity 0.5s ease !important; }

#About_root__Ab3C4 .About_ringSvg__Ab3C4 {
    width: 100% !important;
    height: 100% !important;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    border-radius: 9999px !important;
    overflow: visible !important;
}

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

#About_root__Ab3C4 .About_statIcon__Ab3C4 {
    margin-bottom: 0.5rem !important;
    transition: color 0.5s ease !important;
}
@media (min-width: 640px) {
    #About_root__Ab3C4 .About_statIcon__Ab3C4 { margin-bottom: 0.75rem !important; }
}
#About_root__Ab3C4 .About_statIcon__Ab3C4 svg {
    width: 28px !important;
    height: 28px !important;
}
@media (min-width: 640px) {
    #About_root__Ab3C4 .About_statIcon__Ab3C4 svg { width: 32px !important; height: 32px !important; }
}

#About_root__Ab3C4 .About_statValue__Ab3C4 {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #111827 !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
    margin-bottom: 0.25rem !important;
}
@media (min-width: 640px) {
    #About_root__Ab3C4 .About_statValue__Ab3C4 { font-size: 1.875rem !important; }
}
@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_statValue__Ab3C4 { font-size: 2.25rem !important; }
}

#About_root__Ab3C4 .About_statLabel__Ab3C4 {
    font-size: 9px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-weight: 700 !important;
    transition: color 0.5s ease !important;
}
@media (min-width: 640px) {
    #About_root__Ab3C4 .About_statLabel__Ab3C4 { font-size: 11px !important; }
}

/* Animation Classes */
#About_root__Ab3C4 .About_animate-in__Ab3C4 {
    opacity: 0 !important;
}
#About_root__Ab3C4 .About_animate-in__Ab3C4.About_animated__Ab3C4 {
    opacity: 1 !important;
    transform: translate(0,0) !important;
}

@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_translateY__Ab3C4.About_animate-in__Ab3C4.About_animated__Ab3C4 {
        transform: translateY(3rem) !important;
    }
}

#About_root__Ab3C4 .About_slide-up__Ab3C4 {
    transform: translateY(40px) !important;
}
@media (min-width: 1024px) {
    #About_root__Ab3C4 .About_translateY__Ab3C4.About_slide-up__Ab3C4 {
        transform: translateY(88px) !important; /* 48px offset + 40px slide */
    }
}

#About_root__Ab3C4 .About_slide-left__Ab3C4 {
    transform: translateX(-30px) !important;
}

/* Transitions for entrance */
#About_root__Ab3C4 .About_textCol__Ab3C4 &amp;gt; *,
#About_root__Ab3C4 .About_statCard__Ab3C4.About_animate-in__Ab3C4 {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* SVG Stroke Animation Transitions */
#About_root__Ab3C4 .About_ringOuter__Ab3C4,
#About_root__Ab3C4 .About_ringInner__Ab3C4 {
    transition: stroke-dashoffset 1.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
 
/* Reset */
#Cards_root__Hq9Z2,
#Cards_root__Hq9Z2 *,
#Cards_root__Hq9Z2 *::before,
#Cards_root__Hq9Z2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Cards_root__Hq9Z2 {
    font-family: &quot;Inter&quot;, system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100% !important;
    background-color: #ffffff !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    max-width: 80rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1024px) {
    #Cards_root__Hq9Z2 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
}

/* Grid Layout */
#Cards_root__Hq9Z2 .Cards_grid__Hq9Z2 {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 1.5rem !important;
}

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

@media (min-width: 1024px) {
    #Cards_root__Hq9Z2 .Cards_grid__Hq9Z2 {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 2rem !important;
    }
}

/* Entry Animation Classes */
#Cards_root__Hq9Z2 .Cards_animate-in__Hq9Z2 {
    opacity: 0 !important;
}

#Cards_root__Hq9Z2 .Cards_animate-in__Hq9Z2.Cards_animated__Hq9Z2 {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

#Cards_root__Hq9Z2 .Cards_slide-up__Hq9Z2 {
    transform: translateY(50px) !important;
}

/* Default state for transforms */
#Cards_root__Hq9Z2 .Cards_item__Hq9Z2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !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;
}

/* Offset translation */
@media (min-width: 1024px) {
    #Cards_root__Hq9Z2 .Cards_offset__Hq9Z2 {
        transform: translateY(3rem) !important;
    }

    #Cards_root__Hq9Z2 .Cards_item__Hq9Z2.Cards_animate-in__Hq9Z2.Cards_slide-up__Hq9Z2 {
        transform: translateY(50px) !important;
    }

    #Cards_root__Hq9Z2 .Cards_offset__Hq9Z2.Cards_animate-in__Hq9Z2.Cards_slide-up__Hq9Z2 {
        transform: translateY(calc(50px + 3rem)) !important;
    }

    #Cards_root__Hq9Z2 .Cards_item__Hq9Z2.Cards_animate-in__Hq9Z2.Cards_animated__Hq9Z2 {
        transform: translateY(0) !important;
    }

    #Cards_root__Hq9Z2 .Cards_offset__Hq9Z2.Cards_animate-in__Hq9Z2.Cards_animated__Hq9Z2 {
        transform: translateY(3rem) !important;
    }
}

/* Card Wrap */
#Cards_root__Hq9Z2 .Cards_cardWrap__Hq9Z2 {
    transform: perspective(800px) !important;
    transform-style: preserve-3d !important;
    cursor: pointer !important;
    width: 100% !important;
    position: relative !important;
}

/* Hover Rules */
#Cards_root__Hq9Z2 .Cards_cardWrap__Hq9Z2:hover .Cards_cardInfo__Hq9Z2 {
    transform: translateY(0) !important;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

#Cards_root__Hq9Z2 .Cards_cardWrap__Hq9Z2:hover .Cards_p__Hq9Z2 {
    opacity: 1 !important;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

#Cards_root__Hq9Z2 .Cards_cardWrap__Hq9Z2:hover .Cards_cardInfo__Hq9Z2::after {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#Cards_root__Hq9Z2 .Cards_cardWrap__Hq9Z2:hover .Cards_cardBg__Hq9Z2 {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
    opacity: 0.8 !important;
}

#Cards_root__Hq9Z2 .Cards_cardWrap__Hq9Z2:hover .Cards_parallaxCard__Hq9Z2 {
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
}

/* Parallax Card */
#Cards_root__Hq9Z2 .Cards_parallaxCard__Hq9Z2 {
    position: relative !important;
    width: 100% !important;
    height: 380px !important;
    background-color: #333 !important;
    overflow: hidden !important;
    border-radius: 1.25rem !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
    transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}

/* Top sweep line */
#Cards_root__Hq9Z2 .Cards_topBar__Hq9Z2 {
    position: absolute !important;
    top: 0 !important;
    left: 3rem !important;
    right: 3rem !important;
    height: 0.625rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    z-index: 5 !important;
    overflow: hidden !important;
}

#Cards_root__Hq9Z2 .Cards_barGreen__Hq9Z2 { background-color: #A3BD65 !important; }
#Cards_root__Hq9Z2 .Cards_barBlue__Hq9Z2  { background-color: #6576BD !important; }
#Cards_root__Hq9Z2 .Cards_barCyan__Hq9Z2  { background-color: #D7F7FC !important; }
#Cards_root__Hq9Z2 .Cards_barBrown__Hq9Z2 { background-color: #BD7F65 !important; }

#Cards_root__Hq9Z2 .Cards_sweep__Hq9Z2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(
        90deg,
        rgba(191, 234, 243, 0) 0%,
        #7C83FD 15%,
        #A66CFF 30%,
        #D96BEF 45%,
        #F47DB5 60%,
        #FF9B71 75%,
        #FFE27A 85%,
        rgba(191, 234, 243, 0) 100%
    ) !important;
    z-index: 1 !important;
    pointer-events: none !important;
    display: block !important;
    /* NO !important روی transform — کیفریم باید بتونه کنترلش کنه */
    transform: translateX(-150%);
    animation: Cards_colorSweepAnim__Hq9Z2 2s infinite linear !important;
}

@keyframes Cards_colorSweepAnim__Hq9Z2 {
  0%, 15% { transform: translateX(-150%); }
  45%, 100% { transform: translateX(150%); }
}

/* Card Background */
#Cards_root__Hq9Z2 .Cards_cardBg__Hq9Z2 {
    opacity: 0.5 !important;
    position: absolute !important;
    top: -20px !important;
    left: -20px !important;
    width: calc(100% + 40px) !important;
    height: calc(100% + 40px) !important;
    padding: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
    pointer-events: none !important;
}

/* Card Info */
#Cards_root__Hq9Z2 .Cards_cardInfo__Hq9Z2 {
    padding: 20px !important;
    position: absolute !important;
    bottom: 0 !important;
    color: #fff !important;
    transform: translateY(40%) !important;
    transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
    width: 100% !important;
    text-align: center !important;
}

#Cards_root__Hq9Z2 .Cards_p__Hq9Z2 {
    opacity: 0 !important;
    text-shadow: rgba(0, 0, 0, 1) 0 2px 3px !important;
    transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
    font-size: 1rem !important;
}

#Cards_root__Hq9Z2 .Cards_cardInfo__Hq9Z2 * {
    position: relative !important;
    z-index: 1 !important;
}

#Cards_root__Hq9Z2 .Cards_cardInfo__Hq9Z2::after {
    content: &#039;&#039; !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%) !important;
    background-blend-mode: overlay !important;
    opacity: 0 !important;
    transform: translateY(100%) !important;
    transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}

#Cards_root__Hq9Z2 .Cards_h3__Hq9Z2 {
    font-family: &quot;Playfair Display&quot;, serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}
 
/* Reset */
#OurGoal_root__Jw7K2,
#OurGoal_root__Jw7K2 *,
#OurGoal_root__Jw7K2 *::before,
#OurGoal_root__Jw7K2 *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#OurGoal_root__Jw7K2 {
    font-family: &quot;Inter&quot;, system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (min-width: 640px) {
    #OurGoal_root__Jw7K2 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    #OurGoal_root__Jw7K2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

#OurGoal_root__Jw7K2 .OurGoal_card__Jw7K2 {
    max-width: 80rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    position: relative !important;
    overflow: hidden !important;
    color: #111827 !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 -20px 25px -5px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f3f4f6 !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;
}

@media (min-width: 640px) {
    #OurGoal_root__Jw7K2 .OurGoal_card__Jw7K2 {
        padding: 3rem !important;
    }
}

@media (min-width: 1024px) {
    #OurGoal_root__Jw7K2 .OurGoal_card__Jw7K2 {
        border-radius: 3rem !important;
        padding: 4rem !important;
    }
}

/* Canvas Background */
#OurGoal_root__Jw7K2 .OurGoal_canvas__Jw7K2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: crosshair !important;
    background-color: #F8FAFC !important;
    z-index: 0 !important;
}

/* Content */
#OurGoal_root__Jw7K2 .OurGoal_content__Jw7K2 {
    position: relative !important;
    z-index: 10 !important;
    max-width: 72rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

#OurGoal_root__Jw7K2 .OurGoal_h2__Jw7K2 {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.025em !important;
    color: #111827 !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;
}

@media (min-width: 1024px) {
    #OurGoal_root__Jw7K2 .OurGoal_h2__Jw7K2 {
        font-size: 3rem !important;
    }
}

#OurGoal_root__Jw7K2 .OurGoal_p__Jw7K2 {
    font-size: 1rem !important;
    color: #1f2937 !important;
    line-height: 1.625 !important;
    max-width: 64rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2rem !important;
    font-weight: 500 !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;
}

@media (min-width: 768px) {
    #OurGoal_root__Jw7K2 .OurGoal_p__Jw7K2 {
        font-size: 1.125rem !important;
    }
}

#OurGoal_root__Jw7K2 .OurGoal_strong__Jw7K2 {
    font-weight: 700 !important;
    color: #111827 !important;
    display: block !important;
    margin-bottom: 1rem !important;
    font-size: 1.25rem !important;
}

@media (min-width: 768px) {
    #OurGoal_root__Jw7K2 .OurGoal_strong__Jw7K2 {
        font-size: 1.5rem !important;
    }
}

/* =====================================================
   ENTRY ANIMATION STATES (class-based)
   ===================================================== */
#OurGoal_root__Jw7K2 .OurGoal_card__Jw7K2.OurGoal_animate-in__Jw7K2 {
    opacity: 0 !important;
    transform: scale(0.95) !important;
}
#OurGoal_root__Jw7K2 .OurGoal_card__Jw7K2.OurGoal_animate-in__Jw7K2.OurGoal_animated__Jw7K2 {
    opacity: 1 !important;
    transform: scale(1) !important;
}

#OurGoal_root__Jw7K2 .OurGoal_h2__Jw7K2.OurGoal_animate-in__Jw7K2,
#OurGoal_root__Jw7K2 .OurGoal_p__Jw7K2.OurGoal_animate-in__Jw7K2 {
    opacity: 0 !important;
    transform: translateY(30px) !important;
}

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

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

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

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

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

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

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