/* Microgifter cookie consent manager v1. */
.mg-cookie-consent,
.mg-cookie-consent *{box-sizing:border-box}
.mg-cookie-consent [hidden]{display:none!important}
.mg-cookie-consent{--cc-ink:#102d4c;--cc-text:#24384d;--cc-muted:#64748b;--cc-line:#d8e2ed;--cc-soft:#f4f7fb;--cc-white:#fff;--cc-shadow:0 28px 90px rgba(15,45,76,.22);font-family:Inter,"Helvetica Neue",Arial,sans-serif;color:var(--cc-text)}
.mg-cookie-consent__banner{position:fixed;z-index:2147483000;left:24px;right:24px;bottom:24px;width:min(1180px,calc(100% - 48px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:26px;border:1px solid rgba(156,177,199,.65);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:var(--cc-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.mg-cookie-consent__banner-copy{min-width:0}.mg-cookie-consent__eyebrow{margin:0;color:#2563eb;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.mg-cookie-consent__banner h2,.mg-cookie-consent__dialog h2{margin:7px 0 0;color:var(--cc-ink);font-size:clamp(23px,2.2vw,34px);font-weight:650;line-height:1.08;letter-spacing:-.045em}.mg-cookie-consent__banner p:not(.mg-cookie-consent__eyebrow){max-width:780px;margin:10px 0 0;color:var(--cc-muted);font-size:14px;line-height:1.55}.mg-cookie-consent__links,.mg-cookie-consent__dialog-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px}.mg-cookie-consent__links a,.mg-cookie-consent__dialog-links a{color:#174fb8;font-size:12px;font-weight:800;text-underline-offset:3px}
.mg-cookie-consent__banner-actions,.mg-cookie-consent__dialog-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.mg-cookie-consent__button{min-height:46px;padding:0 17px;border:1px solid transparent;border-radius:11px;font:800 12px/1 Inter,"Helvetica Neue",Arial,sans-serif;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.mg-cookie-consent__button:hover{transform:translateY(-1px)}.mg-cookie-consent__button:focus-visible,.mg-cookie-consent__close:focus-visible,.mg-cookie-consent__switch input:focus-visible+i{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.mg-cookie-consent__button--choice{border-color:#102d4c;background:#102d4c;color:#fff;box-shadow:0 12px 24px rgba(16,45,76,.18)}.mg-cookie-consent__button--choice:hover{border-color:#173b63;background:#173b63}.mg-cookie-consent__button--manage{border-color:#b9c9da;background:#fff;color:#173b63}.mg-cookie-consent__button--manage:hover{border-color:#8ca8c4;background:#f6f9fc}.mg-cookie-consent__button--save{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.18)}.mg-cookie-consent__button--save:hover{border-color:#1d4ed8;background:#1d4ed8}
.mg-cookie-consent__overlay{position:fixed;z-index:2147483001;inset:0;display:grid;place-items:center;padding:24px;background:rgba(9,24,40,.52);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mg-cookie-consent__dialog{width:min(860px,100%);max-height:min(820px,calc(100dvh - 48px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(203,216,229,.9);border-radius:24px;background:#fff;box-shadow:0 36px 120px rgba(5,22,39,.34)}.mg-cookie-consent__dialog-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:26px;border-bottom:1px solid var(--cc-line)}.mg-cookie-consent__dialog-header>div>p:last-child{max-width:680px;margin:10px 0 0;color:var(--cc-muted);font-size:13px;line-height:1.55}.mg-cookie-consent__close{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--cc-line);border-radius:12px;background:#fff;color:#42566b;font-size:26px;line-height:1;cursor:pointer}.mg-cookie-consent__close:hover{background:var(--cc-soft);color:var(--cc-ink)}
.mg-cookie-consent__categories{min-height:0;overflow:auto;padding:8px 26px}.mg-cookie-consent__category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;padding:19px 0;border-bottom:1px solid #e8eef4}.mg-cookie-consent__category:last-child{border-bottom:0}.mg-cookie-consent__category h3{margin:0;color:var(--cc-ink);font-size:16px;line-height:1.25}.mg-cookie-consent__category p{max-width:650px;margin:6px 0 0;color:var(--cc-muted);font-size:12px;line-height:1.55}.mg-cookie-consent__switch{display:grid;grid-template-columns:auto 46px;gap:10px;align-items:center;color:#42566b;font-size:10px;font-weight:850;white-space:nowrap;cursor:pointer}.mg-cookie-consent__switch input{position:absolute;opacity:0;pointer-events:none}.mg-cookie-consent__switch i{position:relative;display:block;width:46px;height:26px;border:1px solid #b7c6d5;border-radius:999px;background:#e8eef4;transition:.18s ease}.mg-cookie-consent__switch i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(15,45,76,.24);transition:.18s ease}.mg-cookie-consent__switch input:checked+i{border-color:#2563eb;background:#2563eb}.mg-cookie-consent__switch input:checked+i:after{transform:translateX(20px)}.mg-cookie-consent__switch--locked{cursor:default}.mg-cookie-consent__switch--locked i{border-color:#9fb0c1;background:#cbd6e1}.mg-cookie-consent__dialog-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:20px 26px;border-top:1px solid var(--cc-line);background:#f8fafc}.mg-cookie-consent__dialog-links{margin:0}.mg-cookie-consent__status{position:fixed;z-index:2147483002;left:50%;bottom:22px;transform:translateX(-50%);max-width:min(520px,calc(100% - 32px));padding:11px 15px;border-radius:10px;background:#102d4c;color:#fff;font-size:12px;font-weight:750;box-shadow:0 14px 35px rgba(16,45,76,.24);opacity:0;pointer-events:none;transition:opacity .18s ease}.mg-cookie-consent__status.is-visible{opacity:1}
body.mg-cookie-preferences-open{overflow:hidden}.mg-footer-cookie-settings{appearance:none;-webkit-appearance:none;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;text-decoration:none;cursor:pointer}.mg-footer-cookie-settings:hover{text-decoration:underline}.mg-cookie-policy-table-wrap{overflow-x:auto;margin-top:20px;border:1px solid #dce4ec;border-radius:16px;background:#fff}.mg-cookie-policy-table{width:100%;min-width:840px;border-collapse:collapse}.mg-cookie-policy-table th,.mg-cookie-policy-table td{padding:14px 16px;border-bottom:1px solid #e5ebf1;text-align:left;vertical-align:top;font-size:13px;line-height:1.5}.mg-cookie-policy-table th{background:#f3f6f9;color:#102d4c;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mg-cookie-policy-table tr:last-child td{border-bottom:0}.mg-cookie-policy-table code{padding:2px 6px;border-radius:6px;background:#eef3f8;color:#173b63;font-size:12px}.mg-cookie-policy-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#e8f0ff;color:#174fb8;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.mg-cookie-policy-badge--optional{background:#f1f4f7;color:#506273}
@media(max-width:960px){.mg-cookie-consent__banner{grid-template-columns:1fr}.mg-cookie-consent__banner-actions{justify-content:flex-start}.mg-cookie-consent__dialog-footer{grid-template-columns:1fr}.mg-cookie-consent__dialog-actions{justify-content:flex-start}}
@media(max-width:680px){.mg-cookie-consent__banner{left:10px;right:10px;bottom:10px;width:calc(100% - 20px);gap:18px;padding:20px;border-radius:17px}.mg-cookie-consent__banner-actions,.mg-cookie-consent__dialog-actions{display:grid;grid-template-columns:1fr}.mg-cookie-consent__button{width:100%}.mg-cookie-consent__overlay{padding:8px;align-items:end}.mg-cookie-consent__dialog{max-height:calc(100dvh - 16px);border-radius:18px}.mg-cookie-consent__dialog-header{padding:20px;gap:12px}.mg-cookie-consent__categories{padding:4px 20px}.mg-cookie-consent__category{grid-template-columns:1fr;gap:12px}.mg-cookie-consent__switch{justify-self:stretch;grid-template-columns:1fr 46px}.mg-cookie-consent__dialog-footer{padding:17px 20px}.mg-cookie-consent__dialog-links{margin-bottom:2px}}
@media(prefers-reduced-motion:reduce){.mg-cookie-consent *{scroll-behavior:auto!important;transition:none!important}}
