/* ===== BREAKPOINTS CSS ===== */
@media(min-width: 1920px){.hidden-72rtr7{display:none!important}}
@media(min-width: 1440px) and (max-width: 1919px){.hidden-zbjqio{display:none!important}}
@media(min-width: 1440px) and (max-width: 1439px){.hidden-9uxqib{display:none!important}}
@media(min-width: 810px) and (max-width: 1439px){.hidden-lyddvg{display:none!important}}
@media(max-width: 809px){.hidden-1pj3s1i{display:none!important}}

/* ===== CUSTOM SCROLLBAR ===== */
/* Chrome, Safari, Edge */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

/* ===== FRAMER STYLES ===== */
html body { 
    background: var(--token-74d936cf-115a-4c4b-95ee-8e1f78b72b1c, rgb(255, 255, 255)); 
}
