/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.footer-redesign-country-selector[data-v-5be52914] {
  --icon-default: #f3f3f3;
}
.footer-redesign-country-selector .country-selector-entry[data-v-5be52914] {
  -webkit-font-smoothing: antialiased;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .footer-redesign-country-selector .country-selector-entry[data-v-5be52914], .-bg-section-dark .footer-redesign-country-selector .country-selector-entry[data-v-5be52914], .-bg-page-dark .-bg-section-transparent .footer-redesign-country-selector .country-selector-entry[data-v-5be52914] {
  color: #ffffff;
  fill: #ffffff;
}
.footer-redesign-country-selector .country-selector-entry a[data-v-5be52914] {
  color: #000000;
}
.-bg-dark .footer-redesign-country-selector .country-selector-entry a[data-v-5be52914], .-bg-section-dark .footer-redesign-country-selector .country-selector-entry a[data-v-5be52914], .-bg-page-dark .-bg-section-transparent .footer-redesign-country-selector .country-selector-entry a[data-v-5be52914] {
  color: #ffffff;
  fill: #ffffff;
}
.footer-redesign-country-selector .country-selector-entry[data-v-5be52914] {
  display: inline-flex;
  align-items: center;
  color: #f3f3f3;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 768px) {
.footer-redesign-country-selector .country-selector-entry[data-v-5be52914] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .footer-redesign-country-selector .country-selector-entry[data-v-5be52914], .-bg-section-dark .footer-redesign-country-selector .country-selector-entry[data-v-5be52914], .-bg-page-dark .-bg-section-transparent .footer-redesign-country-selector .country-selector-entry[data-v-5be52914] {
    color: #ffffff;
    fill: #ffffff;
}
.footer-redesign-country-selector .country-selector-entry a[data-v-5be52914] {
    color: #000000;
}
.-bg-dark .footer-redesign-country-selector .country-selector-entry a[data-v-5be52914], .-bg-section-dark .footer-redesign-country-selector .country-selector-entry a[data-v-5be52914], .-bg-page-dark .-bg-section-transparent .footer-redesign-country-selector .country-selector-entry a[data-v-5be52914] {
    color: #ffffff;
    fill: #ffffff;
}
.footer-redesign-country-selector .country-selector-entry[data-v-5be52914] {
    color: #f3f3f3;
}
}
.footer-redesign-country-selector .country-selector-entry[data-v-5be52914]:hover {
  opacity: 0.6;
}
.footer-redesign-country-selector .country-selector-entry__icon[data-v-5be52914] {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
@media (min-width: 768px) {
.footer-redesign-country-selector .country-selector-entry__icon[data-v-5be52914] {
    margin-right: 8px;
}
}