/*******
* ICONS
********/
/*******
* BUTTONS
********/
/*******
* SCROLLBAR
********/
/*******
* FORM
********/
/*******
* A11Y
********/
@media (max-width: 639px) {
  .ids-desktop {
    display: none !important;
  }
}

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

.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);
}

header.ids-header-1177 {
  position: relative;
  z-index: 4;
  border-bottom: 0.0625rem solid var(--IDS-HEADER-1177__BORDER-COLOR);
}
header.ids-header-1177 .ids-header-1177__skip-to-content {
  display: block;
  position: relative;
  z-index: 20;
}
header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a),
header.ids-header-1177 .ids-header-1177__skip-to-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 3rem;
  text-align: center;
  background-color: var(--IDS-SKIP-TO-CONTENT-LINK__BACKGROUND-COLOR);
  box-shadow: var(--IDS-BOX-SHADOW-ELEVATED-2);
  z-index: 20;
  font-family: var(--IDS-LINK__FONT-FAMILY);
  font-size: 1rem;
  color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
  text-decoration-color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
  text-decoration: underline;
  position: absolute;
  right: 0;
  left: 0;
  transform: translateY(-300%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
header.ids-header-1177 .ids-header-1177__skip-to-content ::slotted(a:focus-visible),
header.ids-header-1177 .ids-header-1177__skip-to-content a:focus-visible {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  outline-offset: -0.375rem !important;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  z-index: 3;
  background-color: var(--IDS-HEADER-1177__TOP-BORDER-COLOR);
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive):before {
    height: 0.25rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container {
  background-color: var(--IDS-HEADER-1177__BACKGROUND-COLOR);
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right {
  flex: 1 1 0;
  min-width: 0;
  height: 7.5rem;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__left,
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__right {
    height: 3rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner {
  flex-grow: 1;
  flex: 0 1 auto;
  max-width: var(--IDS__MAX-WIDTH);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left {
  display: flex;
  position: relative;
  z-index: 4;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
  display: flex;
  padding-right: var(--IDS__CONTAINER-MARGIN);
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 7.5rem;
  margin-left: 0 !important;
  margin-right: 0;
  padding-left: var(--IDS__CONTAINER-MARGIN);
  overflow-y: clip;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
  content: "";
  background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
  position: absolute;
  z-index: 0;
  border-radius: 100%;
  right: -0.5625rem;
  top: 0;
  left: auto;
  top: 50%;
  margin-top: -12.5rem;
  clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
  height: 25rem;
  width: 25rem;
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
    display: none;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo {
  width: 6.4375rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
  cursor: pointer;
  height: 5.625rem;
  width: 100%;
  position: relative;
  border-radius: 0.0313rem;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91e";
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  font-size: 6.625rem;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a {
  display: flex;
  align-items: center;
  font-size: 6.625rem;
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  border-radius: 0.0625rem;
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-height: 3rem;
    min-width: 3.125rem;
    height: 1rem !important;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
    content: "";
    background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
    position: absolute;
    z-index: 0;
    border-radius: 100%;
    right: -0.5625rem;
    top: 0;
    left: auto;
    display: none;
    top: 0;
    margin-top: -7.81rem;
    clip: rect(7.8125rem, 18.75rem, 10.8125rem, 18.125rem);
    height: 18.75rem;
    width: 18.75rem;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
    display: block;
  }
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo {
    width: 3rem;
    margin-right: 0;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
    height: 2rem;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before {
    font-size: 3rem;
  }
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a {
    font-size: 3rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1.25rem;
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
    margin-left: 1rem;
    margin-right: 0.5rem;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
  display: flex;
  flex-grow: 1;
  align-items: center;
  position: relative;
  margin-left: 1.875rem;
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
    display: none;
  }
}
header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-nav__mobile {
  display: none;
  background-color: var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);
  flex-wrap: wrap;
  flex: 1 1 auto;
  box-sizing: border-box;
  height: 3.125rem;
}
@media (max-width: 1024px) {
  header.ids-header-1177:not(.ids-header-1177--unresponsive) .ids-header-1177-nav__mobile {
    display: flex;
  }
}
header.ids-header-1177.ids-header-1177--unresponsive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
  z-index: 3;
  background-color: var(--IDS-HEADER-1177__TOP-BORDER-COLOR);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container {
  background-color: var(--IDS-HEADER-1177__BACKGROUND-COLOR);
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left,
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__right {
  flex: 1 1 0;
  min-width: 0;
  height: 7.5rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__left {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner {
  flex-grow: 1;
  flex: 0 1 auto;
  max-width: var(--IDS__MAX-WIDTH);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-left {
  display: flex;
  position: relative;
  z-index: 4;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__inner-right {
  display: flex;
  padding-right: var(--IDS__CONTAINER-MARGIN);
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper {
  background-color: var(--IDS-HEADER-1177__LOGO-BACKGROUND-COLOR);
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  min-height: 7.5rem;
  margin-left: 0 !important;
  margin-right: 0;
  padding-left: var(--IDS__CONTAINER-MARGIN);
  overflow-y: clip;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper:after {
  content: "";
  background-color: var(--IDS-HEADER-1177__GRAPHICS-BACKGROUND-COLOR);
  position: absolute;
  z-index: 0;
  border-radius: 100%;
  right: -0.5625rem;
  top: 0;
  left: auto;
  top: 50%;
  margin-top: -12.5rem;
  clip: rect(8.75rem, 25rem, 16.25rem, 24.375rem);
  height: 25rem;
  width: 25rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo {
  width: 6.4375rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link {
  cursor: pointer;
  height: 5.625rem;
  width: 100%;
  position: relative;
  border-radius: 0.0313rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo .ids-header-1177__logo-link:before {
  font: icon;
  font-family: "Inera-Design-Icons" !important;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91e";
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  font-size: 6.625rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a {
  display: flex;
  align-items: center;
  font-size: 6.625rem;
  color: var(--IDS-HEADER-1177__LOGO-COLOR);
  border-radius: 0.0625rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__logo-wrapper .ids-header-1177__logo a:focus-visible {
  outline: var(--IDS-FOCUS__OUTLINE--LIGHT);
  outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 1.25rem;
  margin-left: 1rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177__container .ids-header-1177__inner .ids-header-1177__region-picker {
  display: flex;
  flex-grow: 1;
  align-items: center;
  position: relative;
  margin-left: 1.875rem;
}
header.ids-header-1177.ids-header-1177--unresponsive .ids-header-1177-nav__mobile {
  display: none;
  background-color: var(--IDS-HEADER-1177__NAV-MOBILE-BACKGROUND-COLOR);
  flex-wrap: wrap;
  flex: 1 1 auto;
  box-sizing: border-box;
  height: 3.125rem;
}