.elementor-kit-5{--e-global-color-primary:#FF0066;--e-global-color-secondary:#FF3385;--e-global-color-text:#CECACA;--e-global-color-accent:#00FF99;--e-global-typography-primary-font-family:"1-Proxima-nova";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"1-Proxima-nova";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"1-Proxima-nova";--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;--e-preloader-animation:tada;--e-preloader-animation-duration:2700ms;--e-preloader-delay:0ms;--e-preloader-width:13%;}.elementor-kit-5 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #2A2A2A 0%, #000000 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-5{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-preloader-width:40%;--e-preloader-max-width:100%;--e-preloader-opacity:1;}}/* Start custom CSS */<script>
document.addEventListener("DOMContentLoaded", () => {

    const sections = document.querySelectorAll(".lazy-section");

    const observer = new IntersectionObserver((entries, obs) => {
        entries.forEach(entry => {
            if (entry.isIntersecting) {
                entry.target.classList.add("lazy-visible");
                obs.unobserve(entry.target);
            }
        });
    }, {
        rootMargin: "300px"
    });

    sections.forEach(sec => observer.observe(sec));
});
</script>


<style>
.lazy-section {
    opacity: 0;
    transform: translateY(60px);
    pointer-events: none;
}

.lazy-section.lazy-visible {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
    pointer-events: auto;
}
</style>/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: '1-Proxima-nova';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://fanlov.com/wp-content/uploads/2025/12/proxima-nova.ttf') format('truetype');
}
/* End Custom Fonts CSS */