#header .block-system-branding-block a {
  margin: 1rem auto;
}
.featured-top {
  background: none;
  border: 0;
}
#footer {
  position: relative;
  padding: 0 32px 32px;
}
#footer:after,
#footer:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  height: 50px;
  width: 100%;
  background: #ffffff;
  mask: url("/themes/custom/autolia_cup_front/images/mask/section-after.svg") no-repeat center / cover;
  -webkit-mask: url("/themes/custom/autolia_cup_front/images/mask/section-after.svg") no-repeat center / cover;
}
#footer:before {
  top: -50px;
  mask-position: center 100%;
}
#footer:after {
  bottom: -50px;
  transform: scale(-1);
}
#footer::after {
  display: none;
}
@media all and (max-width: 767px) {
  #footer:before {
    mask: url('/themes/custom/autolia_cup_front/images/mask/m-section-after.svg') no-repeat center / cover;
    -webkit-mask: url('/themes/custom/autolia_cup_front/images/mask/m-section-after.svg') no-repeat center / cover;
    top: -48px;
  }
}
