 .cookie-banner{position:fixed; flex-direction: row; flex-wrap: nowrap; background:#FBFBFB ;color:inherit;border-radius:0 16px 16px 0 ; box-shadow:0 16px 50px rgba(16,24,40,.14);padding:20px;gap:14px;z-index:999999;align-items:center;border:1px solid #eef1f6;}
  .cookie-banner[data-open="1"]{display:flex}
  .cookie-banner__text{font-family: "Montserrat Regular";font-size: 16px;font-weight: 500;}
  .cookie-actions{display:flex;align-items:center;margin-left:auto;flex-wrap:nowrap}
  .cookie-btn{
    border-radius: 10px;
    background: rgba(11, 25, 87, 1);color:#fff;
    font-family: "Montserrat Regular";font-size: 15px;font-weight: 500;
    cursor:pointer;align-items:center;justify-content:center;white-space:nowrap; padding: 5px 25px; margin-left: 0.5vw; margin-right: 0.5vw;
  }

  .cookie_link {text-decoration: underline; color: #0b1957;}
  .cookie-pos-bl{right:auto !important;bottom:25px !important;top:auto !important;transform:none !important}
  .cookie-pos-br{right:16px !important;left:auto !important;bottom:16px !important;top:auto !important;transform:none !important}
  .cookie-pos-tl{left:16px !important;right:auto !important;top:16px !important;bottom:auto !important;transform:none !important}
  .cookie-pos-tr{right:16px !important;left:auto !important;top:16px !important;bottom:auto !important;transform:none !important}
  .cookie-pos-ct{left:50% !important;right:auto !important;top:16px !important;bottom:auto !important;transform:translateX(-50%) !important}
  .cookie-pos-cb{left:50% !important;right:auto !important;bottom:16px !important;top:auto !important;transform:translateX(-50%) !important}
  .cookie-banner.stick{flex-direction:column;align-items:stretch}
  .cookie-banner.stick .cookie-actions{margin-left:0;margin-top:auto}
  .cookie-banner.stick .cookie-btn{width:100%};