@media (max-width: 1023px) {
  .ids-desktop,
  .ids-desktop-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .ids-mobile,
  .ids-mobile-only {
    display: none !important;
  }
}

@media (max-width: 639px), (min-width: 1024px) {
  .ids-tablet-only {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .ids-tablet-hide {
    display: none !important;
  }
}

@media (max-width: 1023px), (min-width: 1280px) {
  .ids-desktop-small-only {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .ids-desktop-small-hide {
    display: none !important;
  }
}

@media (max-width: 1279px), (min-width: 1440px) {
  .ids-desktop-medium-only {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .ids-desktop-medium-hide {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .ids-desktop-medium-up {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .ids-desktop-large-up {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .ids-desktop-extra-large-up {
    display: none !important;
  }
}

.ids-header-1177-region-picker-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .ids-header-1177-region-picker-mobile {
    display: flex;
    flex-grow: 1;
    align-items: center;
  }
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: var(--IDS-FONT-FAMILY-HEADING);
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  padding-right: 1.875rem;
  padding-left: 2rem;
  position: relative;
  white-space: nowrap;
  border-radius: var(--IDS-FOCUS__BORDER-RADIUS);
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: 0.125rem !important;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e921";
  font-size: 1.5rem;
  color: var(--IDS-HEADER-1177-REGION-PICKER__ICON-COLOR-MOBILE);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:after {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  flex-shrink: 0;
  content: "\e936";
  color: var(--IDS-HEADER-1177-REGION-PICKER__TEXT-COLOR-MOBILE);
  right: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button:hover .ids-header-1177-region-picker-mobile__button-text {
  text-decoration: underline !important;
  text-underline-offset: 0.125rem !important;
  text-decoration-thickness: 0.0938rem !important;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__button.ids-header-1177-region-picker-mobile__button--expanded:after {
  content: "\e939";
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon {
  background-color: transparent;
  padding: 0;
}
.ids-header-1177-region-picker-mobile .ids-header-1177-region-picker-mobile__region-icon::after {
  display: none;
}
@media (max-width: 1023px) {
  .ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--unresponsive {
    display: none !important;
  }
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button {
  color: var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);
  padding: 0 1.75rem 0 0.25rem;
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button::before {
  display: none;
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button::after {
  color: var(--IDS-HEADER-1177-REGION-PICKER--SELECTED__TEXT-COLOR-MOBILE);
}
.ids-header-1177-region-picker-mobile.ids-header-1177-region-picker-mobile--selected-region .ids-header-1177-region-picker-mobile__button .ids-header-1177-region-picker-mobile__button-text {
  display: none;
}