.elementor-15528 .elementor-element.elementor-element-5c7a4fc{--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:40px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-15528 .elementor-element.elementor-element-ac5c2ba > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-15528 .elementor-element.elementor-element-ac5c2ba{text-align:center;}.elementor-15528 .elementor-element.elementor-element-ac5c2ba .elementor-heading-title{color:var( --e-global-color-text );}/* Start custom CSS for html, class: .elementor-element-4d399d6 */.privacy-notice {
    padding: 35px;
    font-family: 'Inter';
    font-size: 22px;
    line-height: 1.7;
    color: #333;
}

/* Paragraphs */
.privacy-notice p {
    margin-bottom: 15px;
    font-size: 22px;
    font-style: normal;
}

/* Headings inside content */
.privacy-notice strong {
    font-style: normal;
}

/* Ordered list main section */
.privacy-notice > ol {
    margin-top: 20px;
    padding-left: 25px;
    font-style: normal;
}

.privacy-notice > ol > li {
    margin-bottom: 25px;
    font-size: 22px;
    font-style: normal;
}

.privacy-notice > ol > li::marker {
    font-weight: bold;
    font-size: 22px;
}

/* Nested paragraphs inside list */
.privacy-notice li p {
    font-size: 22px;
    font-weight: normal;
}

/* Inner ordered lists */
.privacy-notice li ol {
    margin: 10px 0 20px 20px;
}

.privacy-notice li ol li {
    font-size: 22px;
    margin-bottom: 6px;
}

/* Unordered lists */
.privacy-notice ul {
    margin: 10px 0 20px 20px;
}

.privacy-notice ul li {
    font-size: 22px;
    margin-bottom: 6px;
}

/* Links */
.privacy-notice a {
    color: #0d6efd;
    text-decoration: none;
    font-style: normal;
}

.privacy-notice a:hover {
    text-decoration: underline;
}

/* Underline highlight */
.privacy-notice u {
    text-decoration: underline;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .privacy-notice {
        padding: 20px;
        margin: 20px;
    }

    .privacy-notice p,
    .privacy-notice li {
        font-size: 15px;
    }
}/* End custom CSS */