/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 16:50:59 */
.privacy-politics {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.privacy-politics ul li,
.privacy-politics p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    letter-spacing: -0.36px;
    margin: 0 0 0;
    margin-bottom: 16px;
	font-family: "Karla", sans-serif;
}

.privacy-politics ul {
    margin-bottom: 16px;
}

.privacy-politics ul li {
    margin-bottom: 4px;
}

.privacy-politics h2 {
    color: #151515;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-bottom: 16px;
	font-family: "aktiv-grotesk-extended", sans-serif !important;

}

.privacy-politics h3 {
    color: #151515;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 36px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 16px;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
}

.privacy-politics .elementor-menu-anchor {
    height: 0px;
}

.privacy-politics a {
    color: #3DB4FF;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4.5%;
    /* 0.81px */
    text-underline-offset: 12.5%;
    /* 2.25px */
    text-underline-position: from-font;
}

.privacy-politics a:hover {
    color: #2C8DDB;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4.5%;
    /* 0.81px */
    text-underline-offset: 12.5%;
    /* 2.25px */
    text-underline-position: from-font;
}

.privacy-index .elementor-toc__header {
    display: flex;
    padding: 12px !important;
    gap: 4px;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    box-shadow: 0 1px 2px 0 rgba(37, 37, 37, 0.04);
}

.privacy-index .elementor-toc__body {
    padding: 12px 0 0;
}

.privacy-index .elementor-toc__body .elementor-toc__list-wrapper .elementor-toc__list-item {
    padding: 12px;
}

.privacy-index .elementor-toc__body .elementor-toc__list-wrapper .elementor-toc__list-item.active,
.privacy-index .elementor-toc__body .elementor-toc__list-wrapper .elementor-toc__list-item:hover {
    background-color: rgba(243, 219, 36, 0.08);
    cursor: pointer;
}

.privacy-index .elementor-toc__body .elementor-toc__list-wrapper .elementor-toc__list-item a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: -0.28px;
}

@media(max-width: 1024px) {
    .privacy-politics {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .privacy-politics ul li,
    .privacy-politics p {
        font-size: 16px;
        letter-spacing: -0.32px;
        margin-bottom: 16px;
    }

    .privacy-politics ul {
        margin-bottom: 16px;
    }

    .privacy-politics ul li {
        margin-bottom: 4px;
    }

    .privacy-politics h2 {
        font-size: 32px;
        letter-spacing: -0.64px;
        margin-bottom: 16px;
    }

    .privacy-politics h3 {
        font-size: 20px;
        letter-spacing: -0.48px;
        margin-bottom: 16px;
    }

    .privacy-politics .elementor-menu-anchor {
        height: 0px;
    }
}