@charset "UTF-8";.tx-dp-consent-management{--consent-color-white: #fff;--consent-color-black: #000;--consent-color-black-5: rgb(0 0 0 / 5%);--consent-color-gray-e7: #e7e7e7;--consent-color-gray-light: #f2f2f2;--consent-color-brand-primary: #ff8906;--consent-color-active: #19a819;--consent-color-inactive: #f00;--consent-color-backdrop: rgb(0 0 0 / 60%)}.consent-banner{position:fixed;width:100vw;max-width:none;height:100vh;max-height:none;padding:0;margin:0;border:0;align-items:center;justify-content:center;overflow:hidden;background:var(--consent-color-backdrop);top:0;right:0;bottom:0;left:0}.consent-banner[open]{display:flex}.consent-banner::backdrop{background:var(--consent-color-backdrop)}.consent-banner .consent-inner{display:grid;width:50vw;max-width:59.375rem;height:70vh;padding:2rem 2.25rem 2.25rem;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background-color:var(--consent-color-white);border-radius:.5rem}@media(max-width:1280px){.consent-banner .consent-inner{width:95vw;height:95vh;padding:1.5rem}}.consent-banner .consent-header{padding-bottom:1.5rem}.consent-banner .consent-header .consent-title{font-size:1.5rem;font-weight:700}.consent-banner{z-index:9999}.consent-banner .consent-description{padding-bottom:1rem;font-size:1rem}.consent-banner .consent-categories{min-width:0;min-height:0;padding:0 1rem 1rem 0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.consent-banner .consent-categories:focus-visible{outline:none}.consent-banner .consent-categories .consent-category{position:relative;padding-bottom:1rem}.consent-banner .consent-categories .consent-category:last-child{border-bottom:1px solid var(--consent-color-gray-e7)}.consent-banner .consent-categories .consent-category .consent-category-title{display:block;width:100%;padding-top:1rem;border-top:1px solid var(--consent-color-gray-e7);font-size:1.25rem;font-weight:700}.consent-banner .consent-categories .consent-category .consent-category-header{position:absolute;top:-1.875rem;right:0}.consent-banner .consent-categories .consent-category .consent-category-header .consent-category-status{color:var(--consent-color-active);font-size:1.125rem;font-weight:700}.consent-banner .consent-categories .consent-category .consent-category-description{margin-top:.5rem;font-size:1rem}.consent-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.consent-switch input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.consent-switch .consent-switch-control{position:relative;width:3.25rem;height:1.875rem;background-color:var(--consent-color-inactive);border-radius:1.875rem;transition:background-color .2s ease}.consent-switch .consent-switch-control:before{content:"×";position:absolute;top:.25rem;left:.25rem;display:flex;width:1.375rem;height:1.375rem;align-items:center;justify-content:center;transform:translate(0);color:var(--consent-color-inactive);font-size:1rem;font-weight:700;line-height:1;background-color:var(--consent-color-white);border-radius:50%;transition:transform .2s ease,color .2s ease}.consent-switch input:checked+.consent-switch-control{background-color:var(--consent-color-active)}.consent-switch input:checked+.consent-switch-control:before{content:"✓";transform:translate(1.375rem);color:var(--consent-color-active)}.consent-switch input:focus-visible+.consent-switch-control{outline:3px solid var(--consent-color-gray-e7);outline-offset:.1875rem}@media(max-width:1280px){.consent-category-header .consent-category-checkbox:checked+.consent-switch-control:before{left:-.125rem}}.consent-category-details{box-sizing:border-box;width:100%;margin-top:1.5rem;border:1px solid var(--consent-color-gray-e7);overflow:hidden;background:var(--consent-color-white);border-radius:.5rem}.consent-category-details[open] .consent-category-summary{border-bottom:1px solid var(--consent-color-gray-e7)}.consent-category-details[open] .consent-category-summary:after{transform:rotate(225deg)}.consent-category-details .consent-category-summary{display:flex;box-sizing:border-box;width:100%;padding:.5rem 1rem;margin:0;border:0;align-items:center;justify-content:space-between;font:inherit;font-weight:600;background:var(--consent-color-gray-light);list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none;gap:1.25rem}.consent-category-details .consent-category-summary::-webkit-details-marker{display:none}.consent-category-details .consent-category-summary::marker{content:"";display:none}.consent-category-details .consent-category-summary:after{content:"";width:.625rem;height:.625rem;border-right:2px solid var(--consent-color-black);border-bottom:2px solid var(--consent-color-black);flex:0 0 auto;transform:rotate(45deg);transition:transform .2s ease}.consent-category-details .consent-category-summary:hover{background:var(--consent-color-black-5)}.consent-category-details .consent-category-summary:focus-visible{outline:2px solid var(--consent-color-black);outline-offset:-2px}.consent-category-details .consent-category-content{box-sizing:border-box;padding:1.125rem;background:var(--consent-color-gray-light)}.consent-category-details .consent-category-content .consent-service{box-sizing:border-box;padding:1.5rem 1.25rem;border:1px solid var(--consent-color-gray-e7);background:var(--consent-color-white);border-radius:.375rem}.consent-category-details .consent-category-content .consent-service+.consent-service{margin-top:1.125rem}.consent-category-details .consent-category-content .consent-service-header{display:flex;padding-bottom:1.125rem;border-bottom:1px solid var(--consent-color-gray-e7);align-items:center;justify-content:space-between;gap:1.25rem}.consent-category-details .consent-category-content .consent-service-title{min-width:0;margin:0;flex:1;font-size:1rem;font-weight:700;line-height:1.3}.consent-category-details .consent-category-content .consent-service-status{flex:0 0 auto;color:var(--consent-color-active);font-size:1rem;white-space:nowrap}.consent-category-details .consent-category-content .consent-service-information{margin:0}.consent-category-details .consent-category-content .consent-information-item{display:grid;padding:.625rem 0;border-bottom:1px solid var(--consent-color-gray-e7);grid-template-columns:9.375rem minmax(0,1fr);column-gap:.75rem}.consent-category-details .consent-category-content .consent-information-item:last-child{padding-bottom:0;border-bottom:0}.consent-category-details .consent-category-content .consent-information-item dt,.consent-category-details .consent-category-content .consent-information-item dd{margin:0;font-size:1rem;line-height:1.5}.consent-category-details .consent-category-content .consent-information-item dt{font-weight:700}.consent-category-details .consent-category-content .consent-information-item dt:after{content:":"}.consent-category-details .consent-category-content .consent-information-item dd{min-width:0;overflow-wrap:anywhere}.consent-banner .consent-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.consent-banner .consent-footer .consent-actions{margin-top:1.5rem}.consent-banner .consent-footer .consent-actions .consent-button{padding:.5rem 1rem;border:2px solid transparent;color:var(--consent-color-white);font-size:1.125rem;background-color:var(--consent-color-brand-primary);border-radius:.25rem;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}.consent-banner .consent-footer .consent-actions .consent-button:hover{border-color:var(--consent-color-brand-primary);color:var(--consent-color-brand-primary);background-color:var(--consent-color-white)}.consent-banner .consent-footer .consent-actions .consent-button:focus-visible{outline:2px solid var(--consent-color-black);outline-offset:-2px}.consent-banner .consent-footer .consent-legal{margin-top:1rem;margin-left:.5rem}.consent-banner .consent-footer .consent-legal-link{font-size:1.125rem}.consent-banner .consent-footer .consent-legal-link:focus-visible{outline:2px solid var(--consent-color-black);outline-offset:-2px}.consent-banner .consent-footer .consent-legal .consent-legal-link+.consent-legal-link{margin-left:.5rem}@media(max-width:460px){.consent-banner .consent-footer{flex-direction:column}.consent-banner .consent-footer .consent-actions{display:flex;width:100%;flex-direction:column;gap:.5rem}}
