/* OneTrust overrides apply only to the privacy policy content section. */
.privacyPolicyNotice .textContent__content {
    width: 100%;
    max-width: none;
    min-width: 0;
}
.privacyPolicyNotice .otnotice-menu {
    display: none;
}
.privacyPolicyNotice .otnotice-sections {
    margin: 0;
}
html:not([dir=rtl]) .privacyPolicyNotice .otnotice-section-content ul:first-of-type li:not([class]):after {
    left: -2%;
}
html:not([dir=rtl]) .privacyPolicyNotice .otnotice-section-content ol li:not([class]):after {
    top: 0;
}
.privacyPolicyNotice .otnotice-content .otnotice-section .otnotice-section-content tr,
.privacyPolicyNotice .otnotice-content .otnotice-section .otnotice-section-content td {
    border: 1px solid #ccc;
    padding: 5px;
    display: flex;
}
 .privacyPolicyNotice .otnotice-content *,
 .privacyPolicyNotice .otnotice-content p,
.privacyPolicyNotice .otnotice-content span {
    font-family: CenturyGothic, CenturyGothicRegular, Verdana, Tahoma, Helvetica, sans-serif !important;
}
.privacyPolicyNotice .otnotice-section-header {
    display: none;
}