.fade-in{-webkit-animation:fadeIn ease 1s;animation:fadeIn ease 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fade-out{-webkit-animation:fadeOut ease 1s;animation:fadeOut ease 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.scc{z-index:10;position:fixed;bottom:0;left:0;right:0;width:100%;padding:1em 0;background-color:#AD1D1D;color:#fff;font-size:.9em;line-height:1.3;-webkit-animation:fadeIn ease 1s;animation:fadeIn ease 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scc.inactive{-webkit-animation:fadeOut ease 1s;animation:fadeOut ease 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scc a{color:#fff}.scc .scc__inner{margin:0 auto;width:95%;max-width:1200px}.scc button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;font-size:.9em;padding:.5em;width:48%;box-sizing:border-box;box-shadow:0 0 29px 0 rgba(0,0,0,.3);text-transform:uppercase;font-weight:700}.scc .scc__text{padding-bottom:1em}.scc .scc__buttons{display:flex;justify-content:space-between}.scc .scc__btnAccept{background-color:#E66C6C;color:#fff}.scc .scc__btnDeny{background-color:#E02525;color:#fff}@media only screen and (min-width:768px){.scc .scc__inner{display:flex;justify-content:space-between;align-items:center}.scc .scc__text{width:58%;padding-bottom:0}.scc .scc__buttons{width:40%}}@media only screen and (min-width:1000px){.scc .scc__text{width:68%}.scc .scc__buttons{width:30%}};