#cookie-consent{align-items:center;animation:fade-in .25s ease-out;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}#cookie-consent .dialog{border:none;height:100%;overflow:auto;width:100%}#cookie-consent .dialog.popup{bottom:auto;max-height:80vh;max-width:960px}#cookie-consent .dialog.drawer{bottom:0;max-width:100%}@media (min-width:768px){#cookie-consent .dialog{border-radius:8px;height:auto;max-height:80vh;max-width:960px;padding:16px}}#cookie-consent .dialog:has(.dialog__content--hidden){border-radius:24px 24px 0 0;height:auto;transform:none}@media (min-width:768px){#cookie-consent .dialog:has(.dialog__content--hidden){border-radius:8px}}#cookie-consent .dialog__content{justify-content:center}@media (min-width:768px){#cookie-consent .dialog__content{display:grid;grid-template-columns:1fr}}#cookie-consent .dialog__content .content{display:block;margin-bottom:16px}@media (min-width:768px){#cookie-consent .dialog__content .content{margin-bottom:30px}#cookie-consent .dialog__content .actions{grid-gap:16px;display:grid}#cookie-consent .dialog__content .actions .btn--back{order:1}#cookie-consent .dialog__content .actions .btn--save{grid-column:11/span 1;order:2}#cookie-consent .dialog__content .actions .btn--save-all{grid-column:12/span 1;order:3}#cookie-consent .dialog__content .actions .btn--settings{grid-column:11/span 1;order:2}}#cookie-consent .dialog__content .actions .btn{margin-bottom:16px}#cookie-consent .dialog__content--hidden{height:auto}#cookie-consent .dialog__content--hidden .content{display:none}#cookie-consent .header__title{color:#0d0d0d;font-size:18px;font-weight:600}#cookie-consent .consent{border-bottom:1px solid #f2f2f2}#cookie-consent .consent__description .more{display:none}#cookie-consent .consent__description div:has(~.show-more.show) .more{display:initial}#cookie-consent .consent__link{display:flex;justify-content:space-between}#cookie-consent .consent__link a{align-items:center;color:#3c1400;display:flex;text-decoration:underline;white-space:nowrap}#cookie-consent .actions{width:100%}#cookie-consent .actions__icon{bottom:1px;font-size:14px;font-weight:500;position:relative;right:5px}#cookie-consent .checkbox{color:#cf2b1f;display:flex;justify-content:right;margin:0;padding:0}#cookie-consent .overlay{background:#000;bottom:0;left:0;opacity:.4;position:absolute;right:0;top:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}