header {
  position: relative;
  z-index: 111;
  box-shadow: 0px 16px 24px rgba(13, 51, 16, 0.04);
}

@media (min-width: 63rem) and (max-width: 76.25rem) {
  header .desktop-header #superfish-main-accordion {
    top: auto !important;
  }
}

header .mobile-header .region--header .block.block-superfishmain {
  order: 1;
  background: var(--accent-color);
  padding: 6px;
  border-radius: 4px;
}

header .mobile-header .region--header ul[id*=superfish-main--2-accordion].sf-main.sf-expanded {
  flex-direction: unset !important;
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding: var(--header-padding);
  justify-content: space-between;
}

.header-section .region {
  padding: 0;
}

@media (min-width: 63rem) and (max-width: 76.25rem) {
  .header-section {
    height: 80px;
  }
}

.header-section div.region--header {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 49rem) {
  .header-section div.region--header {
    gap: 20px;
  }
}

@media (max-width: 76.25rem) {
  [dir="ltr"] .header-section .block-system-branding-block {
    margin-right: auto !important;
  }

  [dir="rtl"] .header-section .block-system-branding-block {
    margin-left: auto !important;
  }
}

.header-section .block-superfishmain {
  width: fit-content;
}

[dir="ltr"] .header-section .block-superfishmain {
  margin-right: auto;
}

[dir="rtl"] .header-section .block-superfishmain {
  margin-left: auto;
}

@media (max-width: 76.25rem) {
  [dir="ltr"] .header-section .block-superfishmain {
    margin-right: 0;
  }

  [dir="rtl"] .header-section .block-superfishmain {
    margin-left: 0;
  }
}

.header-section .block-superfishmain ul.sf-menu {
  width: fit-content;
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 76.25rem) {
  .header-section .block-superfishmain ul.sf-menu {
    display: block;
  }
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1.active-trail > a {
  color: var(--primary-color);
  background: transparent;
  border-bottom: 0;
  transition: all 0.5s ease;
  font-family: var(--font-bold);
  font-weight: 700;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 > a,
.header-section .block-superfishmain ul.sf-menu .sf-depth-1 span.nolink {
  padding: 10px 0;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1:has(.platform-link) {
  height: fit-content;
}

@media (max-width: 76.25rem) {
  .header-section .block-superfishmain ul.sf-menu .sf-depth-1:has(.platform-link) {
    padding: 0 16px;
  }
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link {
  position: relative;
  width: fit-content !important;
  border: 1px solid var(--accent-color) !important;
  font-family: var(--font-second);
  font-weight: 500;
  border-radius: 2px;
  color: var(--accent-color);
  transition: all 0.5s ease;
}

[dir="ltr"] .header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link {
  padding: 4px 16px 4px 4px !important;
}

[dir="rtl"] .header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link {
  padding: 4px 4px 4px 16px !important;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link::after {
  position: absolute;
  content: "";
  background: url(../../media/images/external-link_o.svg) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 12px;
}

[dir="ltr"] .header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link::after {
  right: 0;
}

[dir="rtl"] .header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link::after {
  left: 0;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link:hover, .header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link.is-active {
  background-color: var(--accent-color);
  color: #fff;
  transition: all 0.5s ease;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link:hover::after, .header-section .block-superfishmain ul.sf-menu .sf-depth-1 .platform-link.is-active::after {
  background: url(../../media/images/external-link.svg) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 12px;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 a,
.header-section .block-superfishmain ul.sf-menu .sf-depth-1 span.nolink,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 a,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 span.nolink {
  display: flex;
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: normal;
  justify-content: flex-start;
  align-items: center;
  color: var(--text-color);
  border-bottom: 0;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.5s ease;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 a:focus,
.header-section .block-superfishmain ul.sf-menu .sf-depth-1 span.nolink:focus,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 a:focus,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 span.nolink:focus {
  color: var(--text-color);
  background: transparent;
  border-bottom: 0;
  transition: all 0.5s ease;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 a:hover,
.header-section .block-superfishmain ul.sf-menu .sf-depth-1 span.nolink:hover,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 a:hover,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 span.nolink:hover {
  color: var(--primary-color);
  background: transparent;
  border-bottom: 0;
  transition: all 0.5s ease;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-1 a.is-active,
.header-section .block-superfishmain ul.sf-menu .sf-depth-1 span.nolink.is-active,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 a.is-active,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 span.nolink.is-active {
  color: var(--primary-color);
  background: transparent;
  border-bottom: 0;
  transition: all 0.5s ease;
  font-family: var(--font-bold);
  font-weight: 700;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-2 a,
.header-section .block-superfishmain ul.sf-menu .sf-depth-2 span.nolink {
  padding: 12px 16px;
}

.header-section .block-superfishmain ul.sf-menu .sf-depth-2.active-trail a.menuparent {
  border-bottom: 0;
  background: transparent;
}

.header-section .block-superfishmain ul.sf-menu .sfHover .sf-sub-indicator {
  transform: unset;
  transition: transform 0.5s ease-out;
}

.header-section .block-superfishmain ul.sf-menu li.menuparent:hover > a .sf-sub-indicator {
  transition: transform 0.5s ease-out;
}

[dir="ltr"] .header-section .block-superfishmain ul.sf-menu li.menuparent:hover > a .sf-sub-indicator {
  transform: rotate(180deg);
}

[dir="rtl"] .header-section .block-superfishmain ul.sf-menu li.menuparent:hover > a .sf-sub-indicator {
  transform: rotate(-180deg);
}

.header-section .block-superfishmain ul.sf-menu li.menuparent:hover > a .sf-sub-indicator::after {
  top: 2px;
  opacity: 1;
  transition: all 0.5s ease-out;
}

[dir="ltr"] header .site-branding {
  margin-right: 0;
}

[dir="rtl"] header .site-branding {
  margin-left: 0;
}

header .site-branding .site-branding__inner a img {
  height: 40px;
  max-width: 140px;
}

@media (min-width: 77.25rem) {
  header .site-branding .site-branding__inner a img {
    max-width: unset;
    height: 60px;
  }
}

[dir="ltr"] .block-dropdown-language .dropbutton-toggle button {
  padding-right: 10px;
}

[dir="rtl"] .block-dropdown-language .dropbutton-toggle button {
  padding-left: 10px;
}

.block-dropdown-language .dropbutton-toggle button::before {
  width: 10px;
  height: 10px;
  background: url(../../media/images/chevron-down-white.svg) no-repeat center;
  transition: transform 0.5s ease;
  background-size: 10px;
}

[dir="ltr"] .block-dropdown-language .dropbutton-toggle button::before {
  right: -4px;
}

[dir="rtl"] .block-dropdown-language .dropbutton-toggle button::before {
  left: -4px;
}

.block-dropdown-language .dropbutton-wrapper .dropbutton-action {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  transition: color 0.5s ease;
}

.block-dropdown-language .dropbutton-wrapper .dropbutton-action .active-language {
  display: block;
}

[dir="ltr"] .block-dropdown-language .dropbutton-wrapper .dropbutton-action .active-language {
  padding-left: 4px;
}

[dir="rtl"] .block-dropdown-language .dropbutton-wrapper .dropbutton-action .active-language {
  padding-right: 4px;
}

.block-dropdown-language .dropbutton-wrapper .dropbutton-action.secondary-action a {
  width: fit-content;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: var(--text-color);
  transition: color 0.5s ease;
  padding: 5px 7px;
}

.block-dropdown-language .dropbutton-wrapper .dropbutton-action.secondary-action a:hover {
  color: var(--primary-color);
  transition: color 0.5s ease;
}

.block-dropdown-language .dropbutton-wrapper.open .dropbutton-action {
  color: #fff;
  transition: color 0.5s ease;
}

.block-dropdown-language .dropbutton-wrapper.open .dropbutton-toggle button::before {
  top: 5px;
  transition: transform 0.5s ease;
}

[dir="ltr"] .block-dropdown-language .dropbutton-wrapper.open .dropbutton-toggle button::before {
  transform: rotate(180deg);
}

[dir="rtl"] .block-dropdown-language .dropbutton-wrapper.open .dropbutton-toggle button::before {
  transform: rotate(-180deg);
}

.desktop-header .top-section .region--top-bar .block-dropdown-language .dropbutton-action {
  color: var(--color--white);
}

.desktop-header .top-section .region--top-bar .block-dropdown-language .dropbutton-toggle {
  color: var(--color--white);
}

.desktop-header .top-section .region--top-bar .block-dropdown-language .dropbutton-toggle button {
  color: var(--color--white);
}

.desktop-header .top-section .region--top-bar .block-dropdown-language .dropbutton-toggle button::before {
  background: url(../../media/images/chevron-down-white.svg) no-repeat center;
  width: 8px;
  height: 10px;
}

[dir="ltr"] .desktop-header .top-section .region--top-bar .block-dropdown-language .dropbutton-toggle button::before {
  right: -6px;
}

[dir="rtl"] .desktop-header .top-section .region--top-bar .block-dropdown-language .dropbutton-toggle button::before {
  left: -6px;
}

.region--header .block-dropdown-language .dropbutton-toggle button::before {
  width: 10px;
  height: 10px;
  background: url(../../media/images/chevron-down-dark.svg) no-repeat center;
  transition: transform 0.5s ease;
  background-size: 10px;
}

[dir="ltr"] .region--header .block-dropdown-language .dropbutton-toggle button::before {
  right: -4px;
}

[dir="rtl"] .region--header .block-dropdown-language .dropbutton-toggle button::before {
  left: -4px;
}

.region--header .block-dropdown-language .dropbutton-wrapper .dropbutton-action {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  transition: color 0.5s ease;
}

.region--header .block-dropdown-language .dropbutton-wrapper .dropbutton-action .active-language {
  display: block;
}

[dir="ltr"] .region--header .block-dropdown-language .dropbutton-wrapper .dropbutton-action .active-language {
  padding-left: 4px;
}

[dir="rtl"] .region--header .block-dropdown-language .dropbutton-wrapper .dropbutton-action .active-language {
  padding-right: 4px;
}

.region--header .block-dropdown-language .dropbutton-wrapper .dropbutton-action.secondary-action a {
  width: fit-content;
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  transition: color 0.5s ease;
}

.region--header .block-dropdown-language .dropbutton-wrapper .dropbutton-action.secondary-action a:hover {
  color: var(--primary-color);
  transition: color 0.5s ease;
}

.region--header .block-dropdown-language .dropbutton-wrapper.open .dropbutton-action {
  color: var(--text-color);
  transition: color 0.5s ease;
}

.region--header .block-dropdown-language .dropbutton-wrapper.open .dropbutton-toggle button::before {
  top: 5px;
  transition: transform 0.5s ease;
}

[dir="ltr"] .region--header .block-dropdown-language .dropbutton-wrapper.open .dropbutton-toggle button::before {
  transform: rotate(180deg);
}

[dir="rtl"] .region--header .block-dropdown-language .dropbutton-wrapper.open .dropbutton-toggle button::before {
  transform: rotate(-180deg);
}

.account-icon .user-log::after {
  transition: transform 0.5s ease;
}

.account-icon .user-log:hover::after {
  width: 12px;
  height: 12px;
  top: 4px;
  background: url(../../media/images/chevron-down-green.svg) no-repeat center;
  background-size: 12px;
  transition: transform 0.5s ease;
}

[dir="ltr"] .account-icon .user-log:hover::after {
  transform: rotate(180deg);
}

[dir="rtl"] .account-icon .user-log:hover::after {
  transform: rotate(-180deg);
}

.block-footer-insurance-case-button a {
  background-color: #fff;
  color: var(--primary-color);
}

.account-wrap--region .user-log,
.account-wrap--region .header-icon {
  font-family: var(--font-regular);
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color);
  font-size: 14px;
  transition: all 0.5s ease;
  text-transform: none;
}

.account-wrap--region .user-log:hover,
.account-wrap--region .header-icon:hover {
  color: var(--primary-color);
  transition: all 0.5s ease;
}

#superfish-main--2-accordion {
  position: absolute;
  min-width: 250px;
  border: 1px solid var(--grey-color);
  background-color: #fff;
}

#superfish-main--2-accordion li:has(.insured-case-link) {
  display: none;
}

#superfish-main-accordion,
#superfish-main--2-accordion {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  top: 80px !important;
  border-radius: 4px;
}

[dir="ltr"] #superfish-main-accordion,
[dir="ltr"] #superfish-main--2-accordion {
  left: 0 !important;
}

[dir="rtl"] #superfish-main-accordion,
[dir="rtl"] #superfish-main--2-accordion {
  right: 0 !important;
}

#superfish-main-accordion a,
#superfish-main-accordion span.nolink,
#superfish-main--2-accordion a,
#superfish-main--2-accordion span.nolink {
  padding: 12px 16px;
}

#superfish-main-accordion a:focus,
#superfish-main-accordion span.nolink:focus,
#superfish-main--2-accordion a:focus,
#superfish-main--2-accordion span.nolink:focus {
  background: #fff;
  color: var(--text-color);
  border-bottom: 0;
}

#superfish-main-accordion a:hover,
#superfish-main-accordion span.nolink:hover,
#superfish-main--2-accordion a:hover,
#superfish-main--2-accordion span.nolink:hover {
  background: #fff;
  color: var(--primary-color);
  border-bottom: 0;
}

#superfish-main-accordion a.is-active,
#superfish-main-accordion span.nolink.is-active,
#superfish-main--2-accordion a.is-active,
#superfish-main--2-accordion span.nolink.is-active {
  background: #fff;
  color: var(--primary-color);
  border-bottom: 0;
  font-family: var(--font-bold);
  font-weight: 700;
}

#superfish-main-accordion li:first-of-type a,
#superfish-main-accordion li:first-of-type span.nolink,
#superfish-main--2-accordion li:first-of-type a,
#superfish-main--2-accordion li:first-of-type span.nolink {
  padding-top: 16px;
}

div.block-superfishmain .sf-accordion-toggle a {
  padding: 0 !important;
  background: unset;
}

div.block-superfishmain .sf-accordion-toggle a::after {
  width: 20px;
  height: 19px;
  background: url(../../media/images/menu-dark.svg) no-repeat center;
  background-size: 20px;
  filter: invert(1);
}

div.block-superfishmain .sf-accordion-toggle a.sf-expanded::after {
  background-image: url(../../media/images/menu_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

@media (max-width: 76.25rem) {
  div.block-superfishmain {
    position: static;
  }
}

.desktop-header {
  display: block;
}

@media (max-width: 48rem) {
  .desktop-header {
    display: none;
  }
}

.mobile-header,
.bottom-mobile-utilities,
.d-top-mobile-utilities {
  display: none;
}

@media (max-width: 48rem) {
  .mobile-header,
  .bottom-mobile-utilities,
  .d-top-mobile-utilities {
    display: block !important;
  }
}

.d-top-mobile-utilities {
  width: 100%;
  padding: 20px;
  background-color: var(--primary-color);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.d-top-mobile-utilities .block-views-exposed-filter-blocksearch-search-block {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

[dir="ltr"] .d-top-mobile-utilities .block-views-exposed-filter-blocksearch-search-block {
  border-right: 0;
}

[dir="rtl"] .d-top-mobile-utilities .block-views-exposed-filter-blocksearch-search-block {
  border-left: 0;
}

.mobile-header {
  height: 80px;
}

.mobile-header .block-superfishmain ul.sf-menu .sf-expanded ul a {
  background-color: var(--primary-color-10);
}

.bottom-mobile-utilities {
  width: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bottom-mobile-utilities .block {
  max-width: 100%;
  width: 100%;
}

.bottom-mobile-utilities .block + .block {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom-mobile-utilities {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  background-color: var(--primary-color);
  padding: 16px;
  margin-top: 10px;
}

#superfish-main--2-accordion .bottom-mobile-utilities .default-icon-link a {
  width: 100%;
}

#superfish-main--2-accordion .bottom-mobile-utilities .default-icon-link a:hover {
  background-color: transparent;
  border: 0;
}

#superfish-main--2-accordion .default-icon-link a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}

#superfish-main--2-accordion .default-icon-link a:hover svg path {
  stroke: var(--accent-color);
  transition: stroke 0.5s ease;
}

#superfish-main--2-accordion .default-icon-link a:hover .action-text {
  color: var(--accent-color);
  transition: color 0.5s ease;
}

#superfish-main--2-accordion .default-icon-link .action-text {
  display: block;
  font-family: var(--font-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  transition: color 0.5s ease;
}

#superfish-main--2-accordion .default-icon-link svg path {
  stroke: #fff;
  transition: stroke 0.5s ease;
}

/*# sourceMappingURL=header.css.map*/