.elementor-2722 .elementor-element.elementor-element-e1eaf9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-eef91d0 */.pl-privacy {
    --pl-primary: #004CAC;
    --pl-primary-dark: #003B87;
    --pl-secondary: #FDC406;
    --pl-text: #18324F;
    --pl-muted: #60758E;
    --pl-light: #F5F9FF;
    --pl-border: #DCE7F3;
    --pl-white: #FFFFFF;

    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 20px 80px;
    color: var(--pl-text);
    font-family: inherit;
    line-height: 1.75;
}

/* ---------- HERO ---------- */

.pl-privacy-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 90% 10%, rgba(0,76,172,.10), transparent 30%),
        linear-gradient(135deg, #F7FAFF 0%, #EEF5FF 100%);
    border: 1px solid var(--pl-border);
    border-radius: 28px;
    padding: 55px 55px 50px;
    margin-bottom: 35px;
}

.pl-privacy-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: -140px;
    border-radius: 50%;
    background: rgba(0,76,172,.07);
}

.pl-privacy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    background: rgba(0,76,172,.07);
    border: 1px solid rgba(0,76,172,.15);
    border-radius: 999px;
    color: var(--pl-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 18px;
}

.pl-privacy-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--pl-secondary);
    border-radius: 50%;
}

.pl-privacy-hero h1 {
    margin: 0 0 12px;
    color: var(--pl-primary);
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.pl-privacy-hero h1 span {
    color: #173452;
}

.pl-privacy-intro {
    max-width: 760px;
    margin: 0;
    color: var(--pl-muted);
    font-size: 17px;
}

.pl-last-updated {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 13px;
    background: #fff;
    border: 1px solid var(--pl-border);
    border-radius: 8px;
    color: var(--pl-muted);
    font-size: 13px;
    font-weight: 600;
}

/* ---------- LAYOUT ---------- */

.pl-privacy-layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 35px;
    align-items: start;
}

/* ---------- SIDEBAR ---------- */

.pl-privacy-nav {
    position: sticky;
    top: 25px;
    background: #fff;
    border: 1px solid var(--pl-border);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 30px rgba(20,55,90,.06);
}

.pl-privacy-nav-title {
    margin: 0 0 14px;
    color: var(--pl-primary);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.pl-privacy-nav a {
    display: block;
    padding: 8px 10px;
    margin: 2px 0;
    color: var(--pl-muted);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 7px;
    transition: all .2s ease;
}

.pl-privacy-nav a:hover {
    color: var(--pl-primary);
    background: #F1F6FC;
    padding-left: 14px;
}

/* ---------- CONTENT ---------- */

.pl-privacy-content {
    min-width: 0;
}

.pl-privacy-section {
    background: #fff;
    border: 1px solid var(--pl-border);
    border-radius: 20px;
    padding: 30px 32px;
    margin-bottom: 22px;
    box-shadow: 0 7px 28px rgba(20,55,90,.045);
}

.pl-privacy-section h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--pl-primary);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 800;
}

.pl-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: var(--pl-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.pl-privacy-section h3 {
    margin: 24px 0 10px;
    color: #173452;
    font-size: 16px;
    font-weight: 750;
}

.pl-privacy-section p {
    margin: 0 0 14px;
    color: var(--pl-muted);
    font-size: 15px;
}

.pl-privacy-section p:last-child {
    margin-bottom: 0;
}

/* ---------- LISTS ---------- */

.pl-privacy-list {
    margin: 10px 0 18px;
    padding: 0;
    list-style: none;
}

.pl-privacy-list li {
    position: relative;
    margin: 7px 0;
    padding-left: 26px;
    color: var(--pl-muted);
    font-size: 15px;
}

.pl-privacy-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: .72em;
    width: 7px;
    height: 7px;
    background: var(--pl-primary);
    border-radius: 50%;
}

/* ---------- INFO BOX ---------- */

.pl-info-box {
    margin: 20px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--pl-secondary);
    border-radius: 10px;
    background: #FFFBEB;
}

.pl-info-box p {
    margin: 0;
    color: #4B5563;
    font-size: 14px;
}

/* ---------- COOKIE TYPES ---------- */

.pl-cookie-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.pl-cookie-card {
    padding: 18px;
    background: var(--pl-light);
    border: 1px solid var(--pl-border);
    border-radius: 13px;
}

.pl-cookie-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--pl-primary);
    font-size: 14px;
}

.pl-cookie-card span {
    display: block;
    color: var(--pl-muted);
    font-size: 13px;
    line-height: 1.6;
}

/* ---------- CONTACT ---------- */

.pl-contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #004CAC 0%, #003B87 100%);
    border-radius: 22px;
    padding: 32px;
    margin-top: 25px;
    color: #fff;
}

.pl-contact::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -80px;
    top: -90px;
    border-radius: 50%;
    background: rgba(255,255,255,.07);
}

.pl-contact h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #fff;
    font-size: 25px;
}

.pl-contact p {
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,.85);
    font-size: 15px;
}

.pl-contact-details {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.pl-contact-details div {
    margin: 5px 0;
    color: #fff;
    font-size: 14px;
}

.pl-contact-details strong {
    color: var(--pl-secondary);
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 900px) {

    .pl-privacy {
        padding: 20px 15px 55px;
    }

    .pl-privacy-hero {
        padding: 38px 28px;
        border-radius: 22px;
    }

    .pl-privacy-layout {
        display: block;
    }

    .pl-privacy-nav {
        position: relative;
        top: auto;
        margin-bottom: 22px;
    }

    .pl-privacy-nav a {
        display: inline-block;
        margin: 3px 2px;
    }

    .pl-cookie-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {

    .pl-privacy {
        padding: 12px 10px 40px;
    }

    .pl-privacy-hero {
        padding: 30px 21px;
        border-radius: 18px;
    }

    .pl-privacy-hero h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .pl-privacy-intro {
        font-size: 15px;
        line-height: 1.65;
    }

    .pl-privacy-section {
        padding: 23px 19px;
        border-radius: 16px;
    }

    .pl-privacy-section h2 {
        font-size: 20px;
        gap: 9px;
    }

    .pl-section-number {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        border-radius: 9px;
        font-size: 12px;
    }

    .pl-privacy-section p,
    .pl-privacy-list li {
        font-size: 14px;
    }

    .pl-contact {
        padding: 25px 20px;
        border-radius: 17px;
    }
}/* End custom CSS */