.dw-consent[hidden]{display:none!important}
html.dw-consent-open{overflow:hidden}
.dw-consent{position:fixed;inset:0;z-index:999999;font-family:Lato,Arial,sans-serif}
.dw-consent__backdrop{position:absolute;inset:0;background:rgba(9,31,54,.48)}
.dw-consent__panel{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);width:min(760px,calc(100% - 32px));max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-top:5px solid #2e7dbe;box-shadow:0 18px 55px rgba(10,35,60,.25);padding:28px 30px 24px;color:#1c2b3a}
.dw-consent__close{position:absolute;right:17px;top:13px;width:38px;height:38px;border:0;background:transparent;color:#1b3f6a;font-size:30px;line-height:1;cursor:pointer}
.dw-consent__eyebrow{margin:0 45px 8px 0;color:#2e7dbe;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.dw-consent h2{margin:0 45px 12px 0;color:#1b3f6a;font-size:1.55rem;line-height:1.2;font-weight:900}
.dw-consent p{margin:0 0 12px;color:#5a6a7a;font-size:.94rem;line-height:1.65;font-weight:400}
.dw-consent__legal{font-size:.83rem!important}
.dw-consent a{color:#1b5f9f;text-decoration:underline;text-underline-offset:2px}
.dw-consent__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}
.dw-consent__btn{appearance:none;border:1px solid #cbd6e1;background:#fff;color:#1b3f6a;min-height:44px;padding:11px 17px;font:700 .82rem/1.2 Lato,Arial,sans-serif;letter-spacing:.025em;cursor:pointer}
.dw-consent__btn:hover{border-color:#2e7dbe}
.dw-consent__btn--primary{background:#1b3f6a;border-color:#1b3f6a;color:#fff}
.dw-consent__btn--primary:hover{background:#143253;border-color:#143253}
.dw-consent__btn--text{border-color:transparent;background:transparent;color:#1b5f9f;padding-left:8px;padding-right:8px}
.dw-consent__categories{margin-top:18px;border-top:1px solid #dde4ec}
.dw-consent__category{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:17px 0;border-bottom:1px solid #dde4ec;color:#1c2b3a;cursor:pointer}
.dw-consent__category strong{display:block;color:#1b3f6a;font-size:.96rem;margin-bottom:3px}
.dw-consent__category span:not(.dw-consent__switch):not(.dw-consent__always){display:block;color:#677889;font-size:.82rem;line-height:1.45}
.dw-consent__always{color:#2e7dbe;font-size:.76rem;font-weight:700;white-space:nowrap}
.dw-consent__category input{position:absolute;opacity:0;pointer-events:none}
.dw-consent__switch{position:relative;width:44px;height:24px;border-radius:99px;background:#c9d3de;transition:.2s;flex:0 0 auto}
.dw-consent__switch:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:.2s}
.dw-consent__category input:checked + .dw-consent__switch{background:#2e7dbe}
.dw-consent__category input:checked + .dw-consent__switch:after{transform:translateX(20px)}
.dw-consent__category input:focus-visible + .dw-consent__switch{outline:3px solid rgba(46,125,190,.25);outline-offset:3px}
@media(max-width:640px){
  .dw-consent__panel{bottom:0;width:100%;max-height:88vh;padding:23px 20px 20px;border-top-width:5px}
  .dw-consent h2{font-size:1.3rem}
  .dw-consent p{font-size:.9rem}
  .dw-consent__actions{display:grid;grid-template-columns:1fr}
  .dw-consent__btn{width:100%}
  .dw-consent__btn--text{order:3}
  .dw-consent__category{gap:12px}
}
