/**
 * 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
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.unsubscribe__mobile-title-block__title, .unsubscribe__mobile-title-block__subtitle {
  color: #1D2023;
}
.unsubscribe__sidebar {
  padding-top: 0.625rem;
}
.unsubscribe__sidebar__feature-text {
  color: #1D2023;
}
.unsubscribe__sidebar__tagline {
  color: #1D2023;
}
.unsubscribe__sidebar__title {
  color: #1D2023;
}
.unsubscribe__select-wrapper {
  position: relative;
  display: flex;
  background: #FFFFFF;
  border: 0.0625rem solid #DEDEDE;
  box-shadow: inset 0 0.0625rem 0.3125rem 0 rgba(29, 32, 35, 0.1);
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  color: #1D2023;
  text-align: left;
  line-height: 1.375rem;
}
.unsubscribe__select-wrapper .unsubscribe__flag {
  position: absolute;
  left: 0.9375rem;
  top: 0.5625rem;
  width: 1.5rem;
}
.unsubscribe__select-wrapper .unsubscribe__select-prefix {
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2.8125rem;
  border: 0;
  height: 2.125rem;
  margin-bottom: 0;
  border-right: 0.0625rem solid #DEDEDE;
  margin-top: 0.4375rem;
}
.unsubscribe__select-wrapper .unsubscribe__select-prefix:focus {
  box-shadow: none;
  transition: none;
}
.unsubscribe__select-wrapper .input__element {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.unsubscribe__select-wrapper .input__input {
  height: 3.125rem;
}
.unsubscribe__select-wrapper .input__wrapper {
  position: unset;
  width: 100%;
}
.lang-fr .unsubscribe__select-wrapper--sms .unsubscribe__background {
  height: 25rem;
}

header {
  margin-bottom: 3.125rem;
}

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