Your partner for a modern online presence.

/*
This script updates the variable "--at-header-height" to the height of the Bricks Header dynamically.
*/
(() => {
    const setHeaderHeightVar = () => {
        const header = document.querySelector("#brx-header");
        if (header) {
            const height = header.offsetHeight;
            document.body.style.setProperty(
                "--at-header-height",
                `${height}px`
            );
        }
    };

    // Run on load
    window.addEventListener("DOMContentLoaded", setHeaderHeightVar);

    // Run on resize
    window.addEventListener("resize", setHeaderHeightVar);

    //Init on load
    setHeaderHeightVar();
})();

Privacy policy

Privacy Policy

Your privacy is important to us. This Privacy Policy explains what information we collect when you visit our website innsite.rs and how we use that information.

Our website is primarily informational. We do not offer the option to create user accounts, register, or leave comments on posts. However, we do offer the possibility to contact us via a contact form, as well as tracking website traffic to improve the user experience.

Information We Collect and Why

1. Contact Form

If you contact us via the contact form on innsite.rs, we collect the data you voluntarily provide. This usually includes your name, email address, and the content of the message itself.

We use this data exclusively to respond to your inquiry and establish communication with you. We do not use your contact form data to send promotional materials, nor do we share it with third parties.

2. Analytics (Google Analytics)

This website uses Google Analytics, a web analytics service provided by Google LLC. Google Analytics uses “cookies” to help us analyze how users interact with the site.

The information collected by Google Analytics includes:

This information is used exclusively for statistical purposes, to track visitor numbers and understand user behavior on the site, allowing us to optimize our content. The data is transferred to and stored on Google servers. For more information on how Google processes your data, you can read the Google Privacy Policy.

3. Cookies

Cookies are small text files that are stored on your device when you visit our website.

You can adjust your web browser settings at any time to refuse all cookies or to notify you when a cookie is being sent. Please note that blocking certain cookies may affect the functionality of the site.

Embedded Content from Other Websites

Articles on this site may include embedded content (e.g., videos from YouTube, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website. These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content.

How Long We Retain Your Data

Who We Share Your Data With

We do not sell, rent, or transfer your data to third parties for commercial purposes. Visitor traffic data is shared exclusively with the Google Analytics service for the aforementioned analytical needs.

What Rights You Have Over Your Data

Since we do not allow account creation or commenting, we do not maintain a database of your personal data on the site itself. However, if you have contacted us via the contact form, you have the right to request access to the data (email and correspondence) we hold, as well as to request its permanent deletion.

If you want to prevent Google Analytics from tracking your online activity, we recommend installing the Google Analytics Opt-out Browser Add-on for your browser.

Contact Information

If you have any questions regarding this Privacy Policy, or if you would like to exercise your rights regarding the data you have sent us via the contact form, you can contact us via email at: hello@innsite.rs.