.app-modal.cookie-preferences-modal{justify-content:center;align-items:center;display:flex}.app-modal.cookie-preferences-modal .app-modal-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#1414143d}.app-modal.cookie-preferences-modal .app-modal-panel{border-radius:20px;width:min(600px,100% - 48px);height:auto;max-height:min(680px,100dvh - 64px);animation:.45s cubic-bezier(.76,0,.24,1) both cookie-preferences-panel-in;position:relative;top:auto;overflow:hidden auto;box-shadow:0 16px 60px #00000029}[dir=ltr] .app-modal.cookie-preferences-modal .app-modal-panel{right:auto}[dir=rtl] .app-modal.cookie-preferences-modal .app-modal-panel{left:auto}.app-modal.cookie-preferences-modal .app-modal-header{top:24px}[dir=ltr] .app-modal.cookie-preferences-modal .app-modal-header{left:auto;right:24px}[dir=rtl] .app-modal.cookie-preferences-modal .app-modal-header{left:24px;right:auto}.app-modal.cookie-preferences-modal .app-modal-document{min-height:0;padding:56px 40px 40px}.app-modal.cookie-preferences-modal .app-modal-document-action{margin-top:24px}.app-modal.cookie-preferences-modal[data-state=closing] .app-modal-panel{animation:.35s cubic-bezier(.76,0,.24,1) both cookie-preferences-panel-out}@keyframes cookie-preferences-panel-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes cookie-preferences-panel-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.94)}}.cookie-preferences-content .app-modal-document-title{font-family:var(--font-inter);letter-spacing:-.24px;padding-inline-end:32px;font-size:24px;font-weight:600;line-height:normal}.cookie-preferences-content .cookie-preferences-description{font-family:var(--font-inter);letter-spacing:0;color:#a0a0a0;margin:12px 0 28px;font-size:12px;font-weight:400;line-height:normal}.cookie-preferences-content .cookie-preferences-list{flex-direction:column;gap:12px;display:flex}.cookie-preferences-content .cookie-preference-card{border:1px solid #00000017;border-radius:16px;transition:background-color .25s cubic-bezier(.22,1,.36,1)}.cookie-preferences-content .cookie-preference-card.is-active{background:#fafafa}.cookie-preferences-content .cookie-preference-row{justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.cookie-preferences-content .cookie-preference-header{color:#000;text-align:start;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.cookie-preferences-content .cookie-preference-title{font-family:var(--font-inter);letter-spacing:0;font-size:16px;font-weight:600;line-height:normal}.cookie-preferences-content .cookie-preference-chevron{flex-shrink:0;width:8px;height:8px;position:relative}.cookie-preferences-content .cookie-preference-chevron:before{content:"";border-block-end:1.5px solid;border-inline-end:1.5px solid;transition:transform .25s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}[dir=ltr] .cookie-preferences-content .cookie-preference-chevron:before{transform-origin:75% 75%;transform:rotate(45deg)}[dir=rtl] .cookie-preferences-content .cookie-preference-chevron:before{transform-origin:25% 75%;transform:rotate(-45deg)}[dir=ltr] .cookie-preferences-content .cookie-preference-card.is-expanded .cookie-preference-chevron:before{transform:rotate(225deg)}[dir=rtl] .cookie-preferences-content .cookie-preference-card.is-expanded .cookie-preference-chevron:before{transform:rotate(-225deg)}.cookie-preferences-content .cookie-preference-panel-wrapper{grid-template-rows:0fr;transition:grid-template-rows .25s cubic-bezier(.22,1,.36,1);display:grid}.cookie-preferences-content .cookie-preference-card.is-expanded .cookie-preference-panel-wrapper{grid-template-rows:1fr}.cookie-preferences-content .cookie-preference-panel{min-height:0;overflow:hidden}.cookie-preferences-content .cookie-preference-panel-body{font-family:var(--font-inter);letter-spacing:0;color:#a0a0a0;margin:0;padding-block-end:18px;padding-inline:38px 20px;font-size:12px;font-weight:400;line-height:normal}.cookie-preferences-content .cookie-preference-checkbox{cursor:pointer;flex-shrink:0;align-items:center;display:flex}.cookie-preferences-content .cookie-preference-checkbox input{pointer-events:none;opacity:0;position:absolute}.cookie-preferences-content .cookie-preference-checkbox .cookie-preference-checkbox-box{box-sizing:border-box;border:1px solid #00000017;border-radius:4px;width:18px;height:18px;transition:border-color .15s cubic-bezier(.22,1,.36,1),background-color .15s cubic-bezier(.22,1,.36,1);position:relative}.cookie-preferences-content .cookie-preference-checkbox input:checked+.cookie-preference-checkbox-box{border-color:#000}.cookie-preferences-content .cookie-preference-checkbox input:checked+.cookie-preference-checkbox-box:after{top:3px;content:"";border-block-end:1.5px solid #000;border-inline-end:1.5px solid #000;width:4px;height:8px;position:absolute;inset-inline-start:6px}[dir=ltr] .cookie-preferences-content .cookie-preference-checkbox input:checked+.cookie-preference-checkbox-box:after{transform:rotate(45deg)}[dir=rtl] .cookie-preferences-content .cookie-preference-checkbox input:checked+.cookie-preference-checkbox-box:after{transform:rotate(-45deg)}.cookie-preferences-content .cookie-preference-checkbox[data-disabled]{cursor:not-allowed}.cookie-preferences-content .cookie-preference-checkbox[data-disabled] .cookie-preference-checkbox-box{opacity:.5}.cookie-preferences-actions{gap:16px;display:flex}.cookie-preferences-actions .button{flex:1;justify-content:center;height:44px}@media screen and (max-width:575px){.app-modal.cookie-preferences-modal .app-modal-panel{border-radius:0;width:100%;height:100dvh;max-height:none;animation:.35s cubic-bezier(.22,1,.36,1) both cookie-preferences-sheet-in;position:fixed;inset:0;overflow:hidden}.app-modal.cookie-preferences-modal[data-state=closing] .app-modal-panel{animation:.3s cubic-bezier(.22,1,.36,1) both cookie-preferences-sheet-out}.app-modal.cookie-preferences-modal .app-modal-content{height:100%}.app-modal.cookie-preferences-modal .app-modal-document{width:100%;height:100%;min-height:0;margin-inline:0;padding:26px 24px 12px;overflow:hidden}.app-modal.cookie-preferences-modal .app-modal-document-main{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.app-modal.cookie-preferences-modal .app-modal-document-action{flex:none;margin-top:0;padding-top:16px}.cookie-preferences-content .cookie-preference-row{padding:16px}.cookie-preferences-content .cookie-preference-panel-body{padding-block-end:16px;padding-inline:34px 16px}.cookie-preferences-actions{flex-direction:column}.cookie-preferences-actions .button{height:52px}}@keyframes cookie-preferences-sheet-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes cookie-preferences-sheet-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(24px)}}@media (prefers-reduced-motion:reduce){.app-modal.cookie-preferences-modal .app-modal-panel,.app-modal.cookie-preferences-modal[data-state=closing] .app-modal-panel{animation:none}.cookie-preferences-content .cookie-preference-chevron:before,.cookie-preferences-content .cookie-preference-checkbox-box,.cookie-preferences-content .cookie-preference-panel-wrapper{transition:none}}
