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

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

/*******
* ICONS
********/
/*******
* BUTTONS
********/
/*******
* SCROLLBAR
********/
/*******
* FORM
********/
/*******
* A11Y
********/
.ids--light, .ids--dark {
  --IDS-FONT-FAMILY-BASE: "Open Sans";
  --IDS-FONT-FAMILY-HEADING: "Inter";
  --IDS-FONT-COLOR: var(--ids-color-surface-text-on-default);
  --IDS-HEADING-XXL__MARGIN-BOTTOM: 1.875rem;
  --IDS-HEADING-XL__MARGIN-BOTTOM: 1.875rem;
  --IDS-HEADING-L__MARGIN-BOTTOM: 1.875rem;
  --IDS-PAGE-LIST__COLOR: var(--ids-color-brand-text-primary);
  --IDS-PAGE-LIST__FONT-FAMILY: var(--IDS-FONT-FAMILY-HEADING);
  --IDS-PAGE-LIST__FONT-SIZE: 1.25rem;
  --IDS-PAGE-LIST__LINE-HEIGHT: 1.5rem;
  --IDS-PAGE-LIST__FONT-WEIGHT: 700;
  --IDS-PAGE-LIST__LETTER-SPACING: -0.025rem;
  --IDS-BULLET-LIST__MARKER-COLOR: var(--ids-color-brand-text-primary);
  --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: bold;
  --IDS-BULLET-LIST__LINE-HEIGHT: 1.5rem;
  --IDS-DIVIDER__COLOR: var(--ids-color-surface-border-default);
}
.ids--light.ids--1177-pro, .ids--light.ids--1177-admin, .ids--dark.ids--1177-pro, .ids--dark.ids--1177-admin {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
}
.ids--light.ids--inera, .ids--light.ids--inera-admin, .ids--dark.ids--inera, .ids--dark.ids--inera-admin {
  --IDS-FONT-FAMILY-BASE: "Open Sans";
  --IDS-FONT-FAMILY-HEADING: "Poppins";
  --IDS-HEADING-XXL__MARGIN-BOTTOM: 1.25rem;
  --IDS-HEADING-XL__MARGIN-BOTTOM: 1.25rem;
  --IDS-HEADING-L__MARGIN-BOTTOM: 1.25rem;
  --IDS-PAGE-LIST__FONT-WEIGHT: 600;
  --IDS-PAGE-LIST__LETTER-SPACING: 0;
  --IDS-BULLET-LIST__MARKER-FONT-WEIGHT: normal;
  --IDS-BULLET-LIST__LINE-HEIGHT: 1.625rem;
  --IDS-DESCRIPTION-LIST__TERM-FONT-WEIGHT: 600;
}
.ids--light.ids--dark, .ids--dark.ids--dark {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-navigation-text-default);
}
.ids--light.ids--dark.ids--1177-pro, .ids--light.ids--dark.ids--1177-admin, .ids--light.ids--dark.ids--inera, .ids--light.ids--dark.ids--inera-admin, .ids--dark.ids--dark.ids--1177-pro, .ids--dark.ids--dark.ids--1177-admin, .ids--dark.ids--dark.ids--inera, .ids--dark.ids--dark.ids--inera-admin {
  --IDS-PAGE-LIST__COLOR: var(--ids-color-interactive-text-default);
}

.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) {
  justify-self: flex-end;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-left: 0.5rem;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__avatar {
  position: relative;
  justify-self: flex-end;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 0.0625rem;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  max-width: 100%;
  padding: 0.75rem 1.25rem 0.75rem 1.75rem;
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  border-radius: 2rem;
  overflow: hidden;
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
  cursor: pointer;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  font-size: 1.75rem;
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:after {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e936";
  font-size: 1rem;
  padding: 0.25rem;
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover:before, .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:hover::after {
  color: var(--IDS-HEADER-1177-AVATAR__ICON-HOVER-COLOR);
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:focus-visible {
  z-index: 20;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
  content: "\e939";
}
@media (max-width: 1024px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button {
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
    margin-left: 0.75rem;
    margin-right: 0;
  }
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:before {
    font-size: 1.25rem;
    left: 0.75rem;
  }
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button:after {
    right: 0.5rem;
  }
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
  text-align: start;
  padding: 0 1.75rem 0 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-align: left;
  color: var(--IDS-HEADER-1177-AVATAR__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
}
@media (max-width: 1024px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.0625rem);
  left: auto;
  right: 0;
  z-index: 12;
  background-color: var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BACKGROUND-COLOR);
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BORDER-COLOR);
  padding: 1.25rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  width: 100%;
  max-width: 20rem;
  gap: 1rem;
  flex-direction: column;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
  display: flex;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p {
  font-style: normal;
  color: var(--ids-color-surface-text-on-default);
  font-family: var(--ids-font-family-body-text);
  font-size: var(--ids-font-size-body-text);
  line-height: var(--ids-font-line-height-body-text);
  font-weight: var(--ids-font-weight-body-text);
  letter-spacing: 0;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu hr {
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin: 0;
  border: 0;
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
}
@media (max-width: 1024px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 30rem;
    top: calc(100% + 0.4375rem);
  }
}
@media (max-width: 640px) {
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu {
    width: 100vw;
    max-width: 100vw;
    right: -3.375rem;
  }
  .ids-header-1177-avatar:not(.ids-header-1177-avatar--unresponsive) .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--no-mobile-menu {
    right: -1rem;
  }
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive {
  justify-self: flex-end;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-left: 0.5rem;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__avatar {
  position: relative;
  justify-self: flex-end;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 0.0625rem;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  max-width: 100%;
  padding: 0.75rem 1.25rem 0.75rem 1.75rem;
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  border-radius: 2rem;
  overflow: hidden;
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__BORDER-COLOR);
  cursor: pointer;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:focus-visible {
  outline: 0.125rem solid var(--IDS-FOCUS__OUTLINE-COLOR);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  font-size: 1.75rem;
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:after {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e936";
  font-size: 1rem;
  padding: 0.25rem;
  color: var(--IDS-HEADER-1177-AVATAR__ICON-COLOR);
  background-color: var(--IDS-HEADER-1177-AVATAR__BACKGROUND-COLOR);
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:hover:before, .ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:hover::after {
  color: var(--IDS-HEADER-1177-AVATAR__ICON-HOVER-COLOR);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button:focus-visible {
  z-index: 20;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button.ids-header-1177-avatar__button--expanded:after {
  content: "\e939";
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__button .ids-header-1177-avatar__name {
  text-align: start;
  padding: 0 1.75rem 0 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-align: left;
  color: var(--IDS-HEADER-1177-AVATAR__COLOR);
  font-family: var(--IDS-FONT-FAMILY-BASE);
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.0625rem);
  left: auto;
  right: 0;
  z-index: 12;
  background-color: var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BACKGROUND-COLOR);
  border: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__DROPDOWN-BORDER-COLOR);
  padding: 1.25rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  width: 100%;
  max-width: 20rem;
  gap: 1rem;
  flex-direction: column;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu.ids-header-1177-avatar__menu--expanded {
  display: flex;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__agent p {
  font-style: normal;
  color: var(--ids-color-surface-text-on-default);
  font-family: var(--ids-font-family-body-text);
  font-size: var(--ids-font-size-body-text);
  line-height: var(--ids-font-line-height-body-text);
  font-weight: var(--ids-font-weight-body-text);
  letter-spacing: 0;
  margin-top: 0.75rem !important;
  margin-bottom: 0 !important;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu .ids-header-1177-avatar__menu-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ids-header-1177-avatar.ids-header-1177-avatar--unresponsive .ids-header-1177-avatar__menu hr {
  width: 100%;
  height: 0.0625rem;
  display: block;
  margin: 0;
  border: 0;
  border-top: 0.0625rem solid var(--IDS-HEADER-1177-AVATAR__MENU-SEPARATOR-COLOR);
}