/* Malli: @include icon($facebook)*/
.header-menu-ingress-wrapper {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .header-menu-ingress-wrapper li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .header-menu-ingress-wrapper > .menu-item {
    position: relative;
    display: inline-block; }
    .header-menu-ingress-wrapper > .menu-item > a {
      transition: all 0.2s;
      position: relative;
      display: block;
      text-align: center; }
      .header-menu-ingress-wrapper > .menu-item.menu-item-has-children > a:after {
        position: relative;
        vertical-align: middle;
        margin: 0 0 0 0.625rem;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.3125rem 0.25rem 0 0.25rem;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        transition: all 0.2s; }
    .header-menu-ingress-wrapper > .menu-item:hover > a:before, .header-menu-ingress-wrapper > .menu-item:active > a:before, .header-menu-ingress-wrapper > .menu-item:focus > a:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      z-index: 101;
      width: calc(100% + 1.25rem);
      left: -0.625rem; }
  .header-menu-ingress-wrapper .sub-menu {
    left: 0;
    margin: 0;
    display: none;
    position: absolute;
    z-index: 101;
    padding: 0 1.25rem 1.25rem 1.25rem;
    min-width: calc(100% + 1.25rem);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s; }
    .header-menu-ingress-wrapper .sub-menu.open {
      display: block;
      opacity: 1; }
    .header-menu-ingress-wrapper .sub-menu ul, .header-menu-ingress-wrapper .sub-menu li {
      margin: 0;
      padding: 0; }
    .header-menu-ingress-wrapper .sub-menu .sub-menu-container {
      display: table;
      margin: 0 1.25rem 1.25rem 1.25rem; }
    @media screen and (max-width: 79.9375em) {
      .header-menu-ingress-wrapper .sub-menu .sub-menu-container {
        display: block; } }
    .header-menu-ingress-wrapper .sub-menu .sub-menu-container .sub-menu-content {
      display: table-cell;
      vertical-align: top;
      min-width: 25rem;
      max-width: 25rem;
      padding: 2.1875rem 3.125rem 2.8125rem 3.125rem;
      white-space: initial; }
      .header-menu-ingress-wrapper .sub-menu .sub-menu-container .sub-menu-content .menu-item-content-title {
        margin-top: 0;
        margin-bottom: 0.9375rem; }
      .header-menu-ingress-wrapper .sub-menu .sub-menu-container .sub-menu-content p {
        margin: 0;
        white-space: normal; }
      .header-menu-ingress-wrapper .sub-menu .sub-menu-container .sub-menu-content .menu-item-content-button {
        margin: 2.5rem 0 0 0;
        text-align: center;
        white-space: nowrap; }
      @media screen and (max-width: 79.9375em) {
        .header-menu-ingress-wrapper .sub-menu .sub-menu-container .sub-menu-content {
          display: none; } }
    .header-menu-ingress-wrapper .sub-menu .sub-menu-container .sub-menu-pages {
      display: table-cell;
      vertical-align: top;
      padding: 2.1875rem 3.125rem 2.8125rem 0; }
    @media screen and (max-width: 79.9375em) {
      .header-menu-ingress-wrapper .sub-menu .sub-menu-container .sub-menu-pages {
        display: block;
        padding: 1.875rem 2.8125rem 1.875rem 2.8125rem; } }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content {
    max-width: 965px;
    display: block !important; }
  @media screen and (max-width: 79.9375em) {
    .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content {
      padding: 1.875rem 2.8125rem 1.875rem 2.8125rem; } }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li {
    display: flex;
    gap: 30px; }
    .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-content-wrapper {
      min-width: 240px; }
    @media screen and (max-width: 79.9375em) {
      .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-content-wrapper .menu-item-content-title {
        display: none; } }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-content-wrapper .menu-item-content-links .sub-menu-pages {
    padding: 0; }
  @media screen and (max-width: 79.9375em) {
    .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-content-wrapper .menu-item-content-links .menu-item {
      display: flex !important; } }
@media screen and (max-width: 79.9375em) {
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-content-wrapper .menu-item-content-button {
    display: none; } }
.header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
@media screen and (max-width: 79.9375em) {
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper {
    display: none; } }
.header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight {
  width: 188px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 0.8355555556;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight .image img {
      object-fit: cover;
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%; }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight .image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight .title {
    position: relative;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    text-align: center;
    text-transform: initial; }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight .link-text {
    position: absolute;
    color: #fff;
    bottom: 17px;
    left: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04; }
    .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight .link-text:after {
      content: '';
      display: block;
      transition: all 0.2s;
      background-image: url(../../images/main-menu-highlight-arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 26px;
      height: 19px; }
  .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight:hover .link-text:after, .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight:active .link-text:after, .header-menu-ingress-wrapper .sub-menu-container.has-highlights .sub-menu-content li .menu-item-highlights-wrapper .menu-item-highlight:focus .link-text:after {
    transform: translateX(5px); }

.header-menu-ingress-item-contents {
  display: none; }

html:not([dir="rtl"]) .header-menu-ingress-wrapper > .menu-item:first-child {
  margin-left: 0 !important; }
html:not([dir="rtl"]) .header-menu-ingress-wrapper > .menu-item:last-child {
  margin-right: 0 !important; }

html[dir="rtl"] .header-menu-ingress-wrapper > .menu-item:first-child {
  margin-right: 0 !important; }
html[dir="rtl"] .header-menu-ingress-wrapper > .menu-item:last-child {
  margin-left: 0 !important; }
  html[dir="rtl"] .header-menu-ingress-wrapper > .menu-item:hover > a:before, html[dir="rtl"] .header-menu-ingress-wrapper > .menu-item:active > a:before, html[dir="rtl"] .header-menu-ingress-wrapper > .menu-item:focus > a:before {
    left: 0;
    right: -0.625rem; }
