/**handles:cookie**/
#cookieNotice{display:flex;align-items:center;justify-content:center;position:fixed;bottom:0;left:0;right:0;background-color:#fff;color:#000;z-index:999;padding:20px 5px;font-size:12px;line-height:20px;font-family:"Helvetica neue",Helvetica,sans-serif;-webkit-box-shadow:0 -5px 30px -24px #42445a;-moz-box-shadow:0 -5px 30px -24px #42445a;box-shadow:0 -5px 30px -24px #42445a}#cookieNotice p{margin:0;padding-right:5px}#cookieNotice .confirm{background-color:#000;color:#fff;text-decoration:none;display:inline-block;padding:0 15px;margin:0 10px}#cookieNotice .learn-more{color:#009fdd;text-decoration:none;display:inline}#cookieNotice #cookieImg{max-width:50px;order:-1;margin:0 20px}@media (max-width:500px){#cookieNotice{text-align:center;flex-wrap:wrap}#cookieNotice #cookieImg{max-width:20%;width:20%;margin:0 5px}#cookieNotice p{max-width:70%;width:70%;margin-left:auto;margin-right:auto}#cookieNotice .confirm,#cookieNotice .learn-more{width:40%;margin-left:auto;margin-right:auto;margin-top:10px}}