/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/*
  * SCANGUARD WWW THEME COLOURS
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
.unsubscribe-success__envelop-icon {
  color: #36c1a3;
}

.layout__inner {
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  margin-top: 3.4375rem;
  transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  footer {
    position: static;
    left: initial;
    margin: 0.625rem auto;
    transform: initial;
  }
}