/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./components/header/header.scss ***!
  \********************************************************************************************************************************************************************************/
/* stylelint-disable */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media print, screen and (max-width: 63.99875em) {
  body.has-scrolled .header {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__topbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: 8px 0;
}
@media print, screen and (max-width: 39.99875em) {
  .header__topbar {
    justify-content: center;
  }
}
.header__topbar .review-numbers {
  font-weight: 700;
}
.header__topbar .review-numbers .review-number {
  font-size: 1.2rem;
  color: #FE8028;
}
.header__topbar .review-total-count {
  color: #181F25;
  font-size: 0.875rem;
  font-weight: 400;
}
.header__topbar:after {
  position: absolute;
  bottom: 0;
  left: -115px;
  width: calc(100% + 230px);
  height: 1px;
  background-color: #E6EDF6;
  content: "";
}
.header__review-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (max-width: 39.99875em) {
  .header__review-detail {
    display: none;
  }
}
.header__rating {
  margin-right: 6px;
  display: flex;
  flex-wrap: wrap;
}
.header__rating img {
  margin-right: 2px;
}
.header__number {
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FE8028;
}
.header__review {
  padding-top: 4px;
  font-size: 0.75rem;
  color: #181F25;
}
@media print, screen and (max-width: 63.99875em) {
  .header__review {
    display: none;
  }
}
.header__review a {
  text-decoration: underline;
}
.header__review a:hover {
  text-decoration: none;
  color: #FE8028;
}
.header__question {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.header__question li {
  margin-left: 16px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #181F25;
}
@media print, screen and (max-width: 39.99875em) {
  .header__question li {
    margin-right: 8px;
    margin-left: 8px;
  }
  .header__question li:first-child {
    display: none;
  }
}
.header__question li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
}
.header__question li a i {
  margin-right: 5px;
  color: #FE8028;
}
@media print, screen and (max-width: 39.99875em) {
  .header__question .header__question-item--particulieren {
    display: none;
  }
}
.header__header {
  padding-top: 17px;
  padding-bottom: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__back-button {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #181F25;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 89.99875em) {
  .header__back-button {
    display: none;
  }
}
.header__back-button:hover {
  color: #034895;
}
.header__back-button:hover .header__back-icon {
  background-color: #DA5A01;
}
@media print, screen and (max-width: 39.99875em) {
  .header__back-text {
    font-size: 0.875rem;
  }
}
.header__back-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #034d9f;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.header__back-icon svg {
  width: 14px;
  height: 14px;
  color: #ffffff;
}
.header__back-icon svg line,
.header__back-icon svg polyline,
.header__back-icon svg path,
.header__back-icon svg polygon,
.header__back-icon svg circle,
.header__back-icon svg rect {
  fill: none;
  stroke: #ffffff !important;
}
.header__main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__menu {
  padding-bottom: 4px;
  background-color: transparent;
}
@media print, screen and (max-width: 89.99875em) {
  .header__menu {
    display: none;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .header__menu.mm-spn--dark {
    background-color: #034d9f;
  }
}
.header__menu-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
@media print, screen and (min-width: 64em) {
  .header--particulieren .header__menu-list .header__menu-item:not(.header__menu-item--back) {
    display: none;
  }
}
.header__menu-item {
  position: relative;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 64em) {
  .header__menu-item--back {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-item--particulieren {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-item.menu-item-has-children .header__menu-link {
    padding-right: 38px;
    font-weight: 700;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .header__menu-item.menu-item-has-children .header__menu-link {
    padding-right: 26px;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-item.menu-item-has-children .header__menu-link:after {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "icomoon";
    font-size: 0.375rem;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    content: "\e909";
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .header__menu-item.menu-item-has-children .header__menu-link:after {
    right: 8px;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-item.menu-item-has-children .header__menu-link:before {
    display: none;
  }
}
.header__menu-item.menu-item-has-children:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}
@media print, screen and (min-width: 64em) {
  .header__menu-item.menu-item-has-children:hover .header__menu-link {
    color: #181F25;
    border-color: #E6EDF6;
    background-color: #ffffff;
  }
  .header__menu-item.menu-item-has-children:hover .header__menu-link:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-item:hover .header__menu-subitems {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-item:hover .header__menu-megamenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.header__menu-item.menu-item-has-megamenu:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}
.header__menu-item.is-active {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.07);
}
@media print, screen and (min-width: 64em) {
  .header__menu-item.is-active .header__menu-link {
    color: #181F25;
    border-color: #E6EDF6;
  }
}
.header__menu-item.cta a {
  background-color: #DA5A01;
  padding: 0.75rem 1.25rem 0.6rem;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
}
.header__menu-link {
  padding: 4px 18px 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 5px;
}
@media print, screen and (max-width: 74.99875em) {
  .header__menu-link {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.header__menu-link:before {
  position: absolute;
  bottom: -27px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 2px;
  background-color: #034895;
  transition: all 0.3s ease-in-out;
  content: "";
}
@media print, screen and (min-width: 64em) {
  .header__menu-link:hover {
    color: #034895;
  }
  .header__menu-link:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-subitems {
    margin: 0;
    margin-top: -1px;
    padding: 2px;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 225px;
    list-style: none;
    border: 1px solid #E6EDF6;
    border-radius: 0 5px 5px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-sublink {
    padding: 0 12px;
    display: flex;
    align-items: center;
    min-height: 37px;
    border-radius: 5px;
  }
  .header__menu-sublink:hover {
    font-weight: 700;
    color: #034895;
    background-color: #F9FBFC;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-megamenu {
    margin: 0;
    margin-top: -1px;
    padding: 24px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 500px;
    max-width: 1000px;
    width: max-content;
    list-style: none;
    border: 1px solid #E6EDF6;
    border-radius: 0 5px 5px;
    background-color: #ffffff;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .header__menu-megamenu {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-megamenu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 24px;
    max-width: 900px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__menu-megamenu-grid:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    border-bottom: 2px solid #E6EDF6;
    content: "";
    pointer-events: none;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-megamenu-column {
    min-width: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-megamenu-category {
    margin: 0 0 16px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #181F25;
    padding-bottom: 8px;
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-megamenu-solutions {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-megamenu-solution {
    margin: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .header__menu-megamenu-link {
    padding: 4px 8px;
    margin: 0 -8px;
    display: block;
    font-size: 0.875rem;
    color: #181F25;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
  }
  .header__menu-megamenu-link:hover {
    color: #034895;
    font-weight: 500;
    background-color: #F9FBFC;
  }
  .header__menu-megamenu-link.is-active {
    color: #034895;
    font-weight: 700;
  }
}
.header__flag {
  margin-right: -12px;
  margin-bottom: 0;
  margin-left: 10px;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .header__flag {
    margin-right: 0;
  }
}
.header__flag > li {
  list-style: none;
}
.header__flag > li > a {
  padding: 7px 19px 3px 10px;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 88px;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.header__flag > li > a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-family: "icomoon";
  font-size: 0.375rem;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  content: "\e909";
}
.header__flag > li > a img {
  margin-top: -3px;
  margin-right: 5px;
}
.header__flag > li > a:hover {
  color: #181F25;
  border-color: #E6EDF6;
}
.header__flag > li > a:hover:after {
  transform: translateY(-50%) rotate(180deg);
}
.header__flag > li > ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  top: 80%;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 88px;
  list-style: none;
  border: 1px solid #E6EDF6;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header__flag > li > ul > li {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.header__flag > li > ul > li > a {
  padding: 4px 0 2px 7px;
  display: flex;
  align-content: center;
  align-items: center;
}
.header__flag > li > ul > li > a img {
  margin-top: -3px;
  margin-right: 4px;
}
.header__flag > li > ul > li > a:hover {
  font-weight: 700;
  color: #034895;
  background-color: #F9FBFC;
}
.header__flag > li:hover > a {
  color: #181F25;
  border-color: #E6EDF6;
}
.header__flag > li:hover > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.header__flag > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header__mobileMenu {
  margin-left: 20px;
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  transition: 0.2s;
  cursor: pointer;
  overflow: hidden;
}
@media print, screen and (max-width: 89.99875em) {
  .header__mobileMenu {
    display: block;
  }
}
.header__mobileMenu span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 3px;
  text-indent: -9999px;
  border-radius: 5px;
  background: #034895;
  transition: 0.2s;
}
.header__mobileMenu span:before, .header__mobileMenu span:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #034895;
  transition-duration: 0.2s, 0.2s;
  content: "";
}
.header__mobileMenu span:before {
  top: -9px;
}
.header__mobileMenu span:after {
  bottom: -9px;
}
.mm-ocd-opened .header__mobileMenu span {
  background: none;
}
.mm-ocd-opened .header__mobileMenu span:before {
  top: 0;
  transform: rotate(135deg);
}
.mm-ocd-opened .header__mobileMenu span:after {
  bottom: 0;
  transform: rotate(-135deg);
}

@media print, screen and (max-width: 89.99875em) {
  .mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 10000;
    width: 100%;
    max-width: 320px;
    background-color: #034d9f;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  }
  .mm-ocd.mm-ocd--right {
    left: auto;
    right: 0;
  }
  body.mm-ocd-opened .mm-ocd {
    transform: translateX(0);
  }
  .mm-ocd__content {
    padding: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mm-ocd .mm-navbar,
  .mm-ocd .mm-listview,
  .mm-ocd .mm-listitem,
  .mm-ocd .mm-panels,
  .mm-ocd .mm-panel {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mm-ocd .mm-listitem > a,
  .mm-ocd .mm-listitem > span {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
  }
  .mm-ocd .header__menu-list,
  .mm-ocd .header__menu-item,
  .mm-ocd .header__menu-link {
    position: relative !important;
    z-index: 1 !important;
  }
  .mm-ocd__backdrop {
    display: none !important;
  }
  .mm-ocd-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  body.mm-ocd-opened .mm-ocd-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: auto;
  }
  .mm-ocd .header__menu {
    padding: 0;
    background-color: transparent;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mm-ocd .header__menu-list {
    margin: 0;
    padding: 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    list-style: none;
  }
  .mm-ocd .header__menu-item {
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .mm-ocd .header__menu-item:last-child {
    border-bottom: none;
  }
  .mm-ocd .header__menu-item.menu-item-has-children .header__menu-link {
    padding-right: 20px;
  }
  .mm-ocd .header__menu-link {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 0;
    min-height: 52px;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
  }
  .mm-ocd .header__menu-link:hover, .mm-ocd .header__menu-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    outline: none;
  }
  .mm-ocd .header__menu-link:before {
    display: none;
  }
  .mm-ocd .header__menu-item.menu-item-has-children > .header__menu-link {
    cursor: pointer;
  }
  .mm-ocd .header__menu-item.menu-item-has-children > .header__menu-link {
    position: relative;
    padding-right: 72px;
  }
  .mm-ocd .header__menu-item.menu-item-has-children > .header__menu-link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease;
  }
  .mm-ocd .header__menu-item.menu-item-has-children > .header__menu-link:after {
    content: "\e909";
    font-family: "icomoon";
    font-size: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    transition: transform 0.2s ease, color 0.2s ease;
    transform: rotate(-90deg);
    pointer-events: none;
  }
  .mm-ocd .header__menu-item.menu-item-has-children > .header__menu-link:hover:before {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .mm-ocd .header__menu-item.menu-item-has-children > .header__menu-link:hover:after {
    color: #ffffff;
  }
  .mm-ocd .header__menu-item[aria-expanded=true] > .header__menu-link:before,
  .mm-ocd .header__menu-item.mm-spn--open > .header__menu-link:before,
  .mm-ocd .header__menu-item.mm-spn--open .header__menu-link:before {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mm-ocd .header__menu-item[aria-expanded=true] > .header__menu-link:after,
  .mm-ocd .header__menu-item.mm-spn--open > .header__menu-link:after,
  .mm-ocd .header__menu-item.mm-spn--open .header__menu-link:after {
    transform: rotate(-180deg);
    color: #ffffff;
  }
  .mm-ocd .header__menu-subitems {
    margin: 0;
    padding: 0;
    position: static;
    display: none;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 0;
    opacity: 0;
  }
  .mm-ocd .header__menu-item[aria-expanded=true] > .header__menu-subitems,
  .mm-ocd .header__menu-item.mm-spn--open > .header__menu-subitems,
  .mm-ocd .header__menu-item.mm-spn--open .header__menu-subitems {
    display: block !important;
    max-height: 2000px;
    opacity: 1;
  }
  .mm-ocd .header__menu-subitem {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .mm-ocd .header__menu-subitem:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mm-ocd .header__menu-sublink {
    display: block;
    padding: 12px 20px 12px 40px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 0;
    min-height: auto;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .mm-ocd .header__menu-sublink:hover, .mm-ocd .header__menu-sublink:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 500;
  }
  .mm-ocd .header__menu-megamenu {
    position: static;
    display: none;
    width: 100%;
    min-width: auto;
    max-width: none;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    padding: 0;
    margin: 0;
    transform: none;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 0;
    opacity: 0;
  }
  .mm-ocd .header__menu-item[aria-expanded=true] > .header__menu-megamenu,
  .mm-ocd .header__menu-item.mm-spn--open > .header__menu-megamenu,
  .mm-ocd .header__menu-item.mm-spn--open .header__menu-megamenu {
    display: block !important;
    max-height: 5000px;
    opacity: 1;
  }
  .mm-ocd .header__menu-megamenu-grid {
    display: block;
    padding: 0;
    gap: 0;
  }
  .mm-ocd .header__menu-megamenu-grid:after {
    display: none;
  }
  .mm-ocd .header__menu-megamenu-column {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
  }
  .mm-ocd .header__menu-megamenu-column:first-child {
    border-top: none;
  }
  .mm-ocd .header__menu-megamenu-category {
    margin: 0;
    padding: 16px 20px 12px 40px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mm-ocd .header__menu-megamenu-solutions {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mm-ocd .header__menu-megamenu-solution {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mm-ocd .header__menu-megamenu-link {
    display: block;
    padding: 12px 20px 12px 60px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  .mm-ocd .header__menu-megamenu-link:hover, .mm-ocd .header__menu-megamenu-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 500;
  }
  .mm-ocd .header__menu-megamenu-link.is-active {
    color: #ffffff;
    font-weight: 700;
  }
  .mm-ocd .header__menu-item.cta .header__menu-link {
    background-color: #DA5A01;
    color: #ffffff;
    font-weight: 700;
    margin: 16px 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    justify-content: center;
  }
  .mm-ocd .header__menu-item.cta .header__menu-link:hover {
    background-color: rgb(192.6164383562, 79.5205479452, 0.8835616438);
  }
  .mm-ocd .header__menu-item--back {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .mm-ocd .header__menu-item--back .header__menu-link--back {
    font-weight: 600;
    color: #ffffff;
  }
  .mm-ocd .header__menu-item--back .header__menu-link--back:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
  .mm-ocd .header__menu-item--particulieren .header__menu-link--particulieren {
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    margin: 16px 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    justify-content: center;
    padding: 12px 20px;
  }
  .mm-ocd .header__menu-item--particulieren .header__menu-link--particulieren:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.7);
  }
}
