@charset "utf-8";

@keyframes appear { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.pd-cp-ui-container { display: none; opacity: 0; overflow-y: scroll; visibility: hidden; will-change: visibility, opacity; transition: background 0.6s; inset: 0px !important; position: fixed !important; z-index: 2147483647 !important; }

.pd-cp-ui { background-color: rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 24px; box-sizing: border-box; color: rgb(255, 255, 255); justify-content: space-between; left: 0px; max-height: 90vh; opacity: 0; overflow: hidden scroll; position: fixed; right: 0px; visibility: hidden; will-change: visibility, opacity; -webkit-font-smoothing: antialiased; min-height: 300px !important; }

.pd-cp-ui__showing .pd-cp-ui { visibility: visible; opacity: 1; }

.pd-cp-ui__top { top: 0px; }

.pd-cp-ui__bottom { bottom: 0px; }

.pd-cp-ui-content { padding: 20px 30px; }

.pd-cp-ui__showing { opacity: 1; visibility: visible; }

.pd-cp-ui-close { font-weight: 600; padding: 10px 0px; text-decoration: none !important; }

.pd-cp-ui-close-top { display: none; }

.pd-cp-ui-header { display: flex; justify-content: space-between; margin-bottom: 20px; }

.pd-cp-ui-title-container { flex: 1 1 auto; font-size: 1em; font-weight: 600; line-height: 20px; }

.pd-cp-ui-horizontal-buttons { align-content: center; justify-content: center !important; }

.pd-cp-btn { box-sizing: border-box; font-size: 0.9em; font-weight: 700; letter-spacing: 2px; padding: 0.8em 1em; text-align: center; text-decoration: none; transition: 0.2s ease-in-out; white-space: nowrap; -webkit-font-smoothing: antialiased; cursor: pointer !important; }

button.pd-cp-btn, button.pd-cp-ui-close { border: none; background: none; font-family: inherit; color: inherit; font-size: 0.9em; }

.cc-theme-classic .pd-cp-btn { border-radius: 5px; }

.pd-cp-btn__small { flex: 0 1 auto; font-size: 0.75em; }

.pd-cp-ui-horizontal-buttons .pd-cp-btn { flex: 1 0 auto !important; max-width: 300px !important; }

@media (max-width: 699px) {
  .pd-cp-ui-content { padding: 20px; }
  .pd-cp-ui-header { margin-bottom: 0px; display: flex; flex-wrap: wrap; }
  .pd-cp-ui-title-container { margin-bottom: 1em; }
  .pd-cp-ui-horizontal-buttons { text-align: right; display: flex; flex-wrap: wrap; width: 100%; }
  .pd-cp-ui-horizontal-buttons .pd-cp-btn { display: inline-block; padding: 6px 10px; }
  .pd-cp-ui-horizontal-buttons .pd-cp-btn:first-child { margin-right: 0.5em; margin-bottom: 0px; }
  .pd-cp-ui-col-6 > .pd-cp-ui-close { display: none; }
  .pd-cp-ui-close-top { width: 20px; height: 20px; position: absolute; display: inline-block; right: 1em; }
  .pd-cp-btn.pd-cp-ui-save { width: 100%; }
  .pd-cp-ui-col-6:nth-child(2) { flex: 0 0 100%; width: 100%; max-width: 100%; }
}

.pd-cp-ui-intro { font-size: 0.75em; font-weight: 300; -webkit-font-smoothing: antialiased; line-height: 1.375; margin: 1em 0px; }

.pd-cp-scrolling-section { height: calc(-570px + 90vh); max-height: 1000px; overflow: hidden scroll; padding: 0px 15px 10px 0px; min-height: 180px !important; }

.pd-cp-scrolling-section::-webkit-scrollbar { width: 4px; }

.pd-cp-purpose-row { display: flow-root; }

.pd-cp-purpose-info { position: relative; display: flex; flex-wrap: wrap; }

.pd-cp-sn-actions { padding: 1.25em 0px !important; }

.pd-cp-bold-messaging { font-size: 0.875em; font-weight: 700; line-height: normal; cursor: pointer; flex: 0 1 70%; clear: both; user-select: none; padding: 1em 0px; display: flex; }

.pd-cp-bold-messaging::before { width: 7px; height: 7px; border-right: 1px solid rgb(74, 110, 120); border-bottom: 1px solid rgb(74, 110, 120); content: " "; transform: rotate(-45deg); transition: 0.2s ease-in-out; margin: 0.3em 0.7em 0px 0.2em; }

.pd-cp-purpose-row__active .pd-cp-bold-messaging::before { transform: rotate(45deg); width: 7px; height: 7px; border-right: 1px solid rgb(74, 110, 120); border-bottom: 1px solid rgb(74, 110, 120); content: " "; transition: 0.2s ease-in-out; margin: 0.3em 0.7em 0px 0.2em; }

.pd-cp-purpose-wrapper { animation: 1s ease 0s 1 normal forwards running appear; }

.pd-cp-purpose-description { float: left; font-size: 0.75em; font-weight: 300; line-height: 1.375; margin: 0px !important; padding: 0px 0px 0px 1.7em !important; }

.pd-cp-purpose-actions { flex: 0 1 30%; text-align: right; font-size: 0.7em; float: right; font-weight: 600; padding: 1.1em 0px; display: block !important; position: relative !important; top: auto !important; bottom: auto !important; }

.pd-cp-sn-actions { cursor: pointer; user-select: none; }

.pd-cp-preferences-switch { position: relative; display: inline-block; width: 46px; height: 20px; margin: 0px; }

.pd-cp-preferences-switch input { opacity: 0; width: 0px; height: 0px; }

.pd-cp-preferences-slider { position: absolute; cursor: pointer; inset: 0px; background-color: rgb(204, 204, 204); transition: 0.4s; }

.pd-cp-preferences-slider::before { position: absolute; content: ""; height: 12px; width: 12px; left: 4px; bottom: 4px; background-color: white; transition: 0.4s; }

input:checked + .pd-cp-preferences-slider::before { transform: translateX(26px); }

.pd-cp-preferences-slider.round { border-radius: 34px; }

.pd-cp-preferences-slider.round::before { border-radius: 50%; }

.pd-cp-ui-footer { display: flex; flex-wrap: wrap; width: 100%; margin-top: 15px; }

.pd-cp-ui-footer .pd-cp-ui-close { float: left; cursor: pointer; }

.pd-cp-ui-footer .pd-cp-ui-close:hover { color: inherit !important; }

.pd-cp-ui-footer .pd-cp-ui-save { float: right; }

.pd-cp-ui-col-6 { flex: 0 0 50%; align-self: center; max-width: 50%; }

.pd-cp-ui-float-right { float: right !important; }

.pd-cp-cookies-details { display: flex; font-size: 0.75em; width: 100%; padding: 0.5em 0px 0.5em 1.7em; animation: 1s ease 0s 1 normal forwards running appear; }

.pd-cp-cookies-details .pd-cp-toggle { text-decoration: underline; border: 0px; background: transparent; padding-left: 0px; }

button.pd-cp-toggle { font-size: 1em; }

.pd-cp-toggle:hover, .pd-cp-toggle:visited, .pd-cp-toggle:active { outline: none; }

.pd-cp-cookies-list { margin: 0px 0px 0px 1.2em; padding: 0.2em; line-height: 1.25; list-style: none; background-color: rgba(0, 0, 0, 0.1); animation: 1s ease 0s 1 normal forwards running appear; }

.pd-cp-cookies-list-item { line-height: 1.25; text-indent: 0px; }

.pd-cp-cookies-list:first-of-type .pd-cp-cookies-list-item:first-of-type { border-top-width: 0px; margin: 0px; padding-top: 0px; }

.pd-cp-cookies-list-item dl { display: flex; flex-wrap: wrap; margin: 0px; }

.pd-cp-cookies-list-item dt { border: 0px; clear: both; display: block; flex: 0 1 30%; font-size: 0.7em; font-weight: 700; line-height: 1.375; margin: 0px 0px 0.5em; padding: 0px; }

.pd-cp-cookies-list-item dd { flex: 0 1 70%; font-size: 0.7em; line-height: 1.375; margin: 0px 0px 0.5em; padding: 0px; }

.pd-cp-cookies-list > .pd-cp-cookies-list-item:not(:first-of-type) { border-top: 1px solid rgba(0, 0, 0, 0.1); margin: 5px 0px 0px; padding-top: 5px; }

.pd-cp-powered-by { background: rgb(221, 221, 221); text-align: center; font-size: 0.6em; padding: 0.5em; }

.pd-cp-powered-by a { text-decoration: none; color: rgb(51, 51, 51); }

.pd-sr-only { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }