.sticky{align-items:center;justify-content:center;position:fixed;height:140px;color:#fff;z-index:1000;display:table;padding:10px}@media (min-width:740px){.sticky{width:1160px}}@media (min-width:1160px){.sticky{width:100%}}@-webkit-keyframes appear-top{0%{top:-140px;opacity:0}to{top:0;opacity:.9}}@keyframes appear-top{0%{top:-140px;opacity:0}to{top:0;opacity:.9}}.sticky-top{top:0;background:#130000;opacity:.9;-webkit-animation:appear-top .3s ease 0s 1 alternate none running;animation:appear-top .3s ease 0s 1 alternate none running}@-webkit-keyframes appear-middle{0%{opacity:0}to{opacity:.9}}@keyframes appear-middle{0%{opacity:0}to{opacity:.9}}.sticky-middle{top:30%;height:300px;background:#2b2b2b;opacity:.9;-webkit-animation:appear-middle .6s ease 0s 1 alternate none running;animation:appear-middle .6s ease 0s 1 alternate none running}@-webkit-keyframes appear-bottom{0%{bottom:-140px}to{bottom:0;opacity:.9}}@keyframes appear-bottom{0%{bottom:-140px}to{bottom:0;opacity:.9}}.sticky-bottom{bottom:0;background:#2b2b2b;opacity:.9;-webkit-animation:appear-bottom .3s ease 0s 1 alternate none running;animation:appear-bottom .3s ease 0s 1 alternate none running}.sticky-text{vertical-align:middle}.sticky-text>p{color:#fff;letter-spacing:1.5px}.sticky-buttons{margin:0 auto;padding:auto;text-align:center;vertical-align:middle}@media (min-width:1100px){.sticky-buttons{width:410px}}.sticky-buttons button{width:150px;font-size:90%;height:50px;opacity:1;color:#fff;border:0;letter-spacing:2px;margin:10px;transition:all .2s}@media (min-width:740px){.sticky-buttons button{width:180px;font-size:100%}}.sticky-buttons button:hover{color:#333;background:#dedede}.sticky div{margin:auto;display:block}@media (min-width:740px){.sticky div{margin:10px;display:table-cell;height:140px}}.sticky a{color:#c3bde2}button.cookie-refuse{background:#3b3a3a}button.cookie-accept{background:#e71111}