/* Malli: @include icon($facebook)*/
.privacy-notice-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: initial;
  bottom: 0;
  background-color: #f3352e;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
  z-index: 9999999999;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-family: 'Assistant', Arial, Helvetica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: initial;
  color: #ffffff; }
@media screen and (max-width: 31.1875em) {
  .privacy-notice-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; } }
.privacy-notice-wrapper a, .privacy-notice-wrapper p {
  font-family: 'Assistant', Arial, Helvetica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: initial;
  color: #ffffff; }
.privacy-notice-wrapper a {
  text-decoration: underline; }
  .privacy-notice-wrapper a:hover, .privacy-notice-wrapper a:active, .privacy-notice-wrapper a:focus {
    text-decoration: underline; }
.privacy-notice-wrapper p:first-child {
  margin-top: 0; }
.privacy-notice-wrapper p:last-child {
  margin-bottom: 0; }
.privacy-notice-wrapper .privacy-notice-container {
  width: 100%;
  display: table;
  max-width: 116.25rem;
  margin: 0 auto; }
  .privacy-notice-wrapper .privacy-notice-container .privacy-notice-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0.9375rem 1.875rem 0.9375rem 0; }
  .privacy-notice-wrapper .privacy-notice-container .privacy-notice-close {
    display: table-cell;
    vertical-align: middle;
    padding: 0.9375rem 0 1.0625rem 0;
    text-align: right;
    cursor: pointer;
    font-family: Verdana;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.2s; }
    .privacy-notice-wrapper .privacy-notice-container .privacy-notice-close:hover {
      opacity: 1; }
