.elementor-4102 .elementor-element.elementor-element-df4bf21{--display:flex;}/* Start custom CSS */body::after{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 2px 2px;
    pointer-events: none !important;
    z-index: 9999;
    opacity: 0.06;
    mix-blend-mode: plus-lighter;
}

*{
    scrollbar-width: 10px;
    scrollbar-color: #1a61aa #ffff;
}


    *::-webkit-scrollbar{
width: 10px;
}

    *::-webkit-scrollbar-track{
background: #fff;
}

    *::-webkit-scrollbar-thumb{
background: linear-gradient(to bottom, red, purple);
border-radius: 10px;
border: 2px solid #fff;
}/* End custom CSS */