.custom-header {
  /*! CSS Used fontfaces */
}

.custom-header .js-modal-trigger * {
  pointer-events: none;
}

.custom-header a, .custom-header button, .custom-header img, .custom-header li, .custom-header ul {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.custom-header header, .custom-header nav {
  display: block;
}

.custom-header *, .custom-header :after, .custom-header :before {
  box-sizing: border-box;
}

.custom-header svg:not(:root) {
  overflow: hidden;
}

.custom-header a {
  font-weight: inherit;
}

.custom-header a {
  -webkit-text-decoration-skip: ink;
  color: #8cccc6;
  font-style: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  transition: 0.25s ease-out;
}

.custom-header a:focus, .custom-header a:hover {
  color: #69bcb4;
}

.custom-header a:active, .custom-header a:focus {
  color: #57b4ac;
  outline: 0;
}

.custom-header ::selection {
  background-color: #d3ebe9;
  color: inherit;
}

.custom-header ul {
  list-style: none;
}

.custom-header ul li {
  line-height: 1.2em;
}

.custom-header .button {
  color: #282930;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.125rem;
  font-size: clamp(1rem, .48vw + 12.3px, 1.13rem);
  font-weight: 400;
  margin: 0;
  transition: 0.25s ease-out;
}

.custom-header .button:focus {
  outline: 0;
}

.custom-header ::placeholder {
  color: #a0aec0;
  font-style: italic;
}

.custom-header .container {
  position: relative;
  width: 100%;
}

.custom-header .container {
  margin: 0 auto;
  max-width: calc(1400px + 8rem);
  padding: 0 clamp(1.2rem, 10.37vw + -60.44px, 4rem);
}

.custom-header .page-header {
  align-items: center;
  background-color: #282930;
  display: flex;
  height: 70px;
  left: 0;
  position: relative;
  top: 0;
  transition: height 0.25s ease-out;
  width: 100%;
  z-index: 10;
}

.custom-header.custom-header-fixed {
  height: 70px;
}

.custom-header .page-header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.custom-header .page-header__content .button {
  margin-right: clamp(2.4rem, 5.93vw + -7.11px, 4rem);
}

.custom-header .page-header__content .button .icon {
  display: none;
}

.custom-header .page-header__logo {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  text-decoration: none;
  width: 100px;
}

.custom-header .main-nav-trigger {
  background: transparent;
  display: block;
  margin-right: 0;
  order: 3;
  outline: 0;
  position: absolute;
  right: clamp(1.2rem, 10.37vw + -60.44px, 4rem);
  top: 50%;
  transform: translateY(-50%);
  transition: none;
  z-index: 10;
}

.custom-header .main-nav-trigger svg {
  fill: #fff;
  transition: 0.25s ease-out;
  transition-property: fill;
}

.custom-header .main-nav-trigger:focus, .custom-header .main-nav-trigger:hover {
  cursor: pointer;
}

.custom-header .main-nav-trigger:focus svg, .custom-header .main-nav-trigger:hover svg {
  fill: #69bcb4;
}

.custom-header .main-nav-trigger:active svg {
  fill: #57b4ac;
}

.custom-header .main-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  font-family: Ambit, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.custom-header .main-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}

.custom-header .main-nav__list > li {
  margin: 0 0 1rem 3rem;
}

.custom-header .main-nav__link {
  color: #fff;
  text-decoration: none;
}

.custom-header .main-nav__link:focus, .custom-header .main-nav__link:hover {
  color: #8cccc6;
}

.custom-header button {
  background-color: transparent;
  cursor: pointer;
}

.custom-header .button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e52722;
  border: 1px solid #e52722;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Ambit, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  -webkit-hyphens: auto;
  hyphens: auto;
  justify-content: center;
  line-height: 1.2em;
  margin: 0;
  outline: 0;
  padding: 0.9302325581rem 1.5384615385rem;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease-out;
}

.custom-header .button span + .icon {
  margin-left: 0.625rem;
}

.custom-header .button .icon {
  fill: #fff;
  transition: 0.25s ease-out;
}

.custom-header .button:active, .custom-header .button:focus, .custom-header .button:hover {
  background-color: #be1b16;
  border-color: #be1b16;
  color: #fff;
}

.custom-header .button:active {
  background-color: #a71714;
  border-color: #a71714;
}

.custom-header .button:disabled {
  background-color: #edf2f7;
  border: 1px solid #e2e8f0;
  color: #cbd5e0;
}

.custom-header .button--icon-left span {
  order: 2;
}

.custom-header .button--icon-left span + .icon {
  margin-left: 0;
  margin-right: 0.625rem;
}

.custom-header .button--small {
  font-size: clamp(.88rem, .44vw + 10.67px, 1rem);
  padding: clamp(.6rem, .37vw + 6.76px, .7rem) clamp(.6rem, 2.22vw + -7.47px, 1.2rem);
}

.custom-header .dropdown__trigger {
  cursor: pointer;
}

.custom-header .icon {
  display: inline-block;
}

.custom-header .icon-menu {
  height: 20px;
  width: 20px;
}

.custom-header .icon-brand-circles {
  height: 18px;
  width: 18px;
}

.custom-header img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

@media (min-width: 480px) {
  .custom-header .page-header__content .button .icon {
    display: block;
  }
}

@media (min-width: 768px) {
  .custom-header .page-header,
  .custom-header.custom-header-fixed {
    height: 110px;
  }
}

@media (min-width: 1050px) {
  .custom-header .page-header__content .button {
    margin-right: 0;
  }
  .custom-header .page-header__logo {
    width: auto;
  }
  .custom-header .main-nav-trigger {
    display: none;
  }
  .custom-header .main-nav {
    align-items: center;
    display: flex;
    gap: 4rem;
  }
}

@media print {
  .custom-header * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .custom-header a, .custom-header a:visited {
    text-decoration: underline;
  }
  .custom-header img {
    page-break-inside: avoid;
  }
  .custom-header img {
    max-width: 100% !important;
  }
  .custom-header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-header .main-nav {
    display: none;
  }
}

.custom-header {
  /*! CSS Used from: https://www.jims.lu/build/css/style.4b70392b43410fe38437.css */
  /*! CSS Used fontfaces */
}

.custom-header .modal {
  visibility: hidden;
}

.custom-header .modal {
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}

.custom-header .modal--active {
  opacity: 1;
  visibility: visible;
  z-index: 41;
}

.custom-header .modal--fullscreen {
  background: #fff;
}

.custom-header .modal--fullscreen .modal__dialog {
  display: flex;
  height: 100vh;
  margin: 0;
  max-width: none;
}

.custom-header .modal--fullscreen .modal__dialog div[role=document] {
  margin: auto;
  padding: 60px 0;
}

.custom-header .modal--fullscreen .modal__close {
  margin: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  opacity: 1;
}

.custom-header .modal__va-wrap {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.custom-header .modal__va-m {
  display: table-cell;
  vertical-align: middle;
}

.custom-header .modal__dialog {
  background-color: #fff;
  margin: 15px;
  max-width: 100%;
  outline: 0;
  position: relative;
}

.custom-header .modal__dialog div[role=document] {
  padding: 30px 0;
}

.custom-header .modal__close {
  background: transparent;
  margin: 15px;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: none;
}

.custom-header .modal__close svg {
  transition: 0.25s ease-out;
  transition-property: fill;
}

.custom-header .modal__close:hover {
  cursor: pointer;
}

.custom-header .modal__close:active svg, .custom-header .modal__close:focus svg, .custom-header .modal__close:hover svg {
  fill: var(--color-accent, #1730a5);
}

.custom-header .modal__dialog {
  background-color: #282930;
  color: #fff;
}

.custom-header .modal__dialog div[role=document] {
  padding: 70px 0;
  width: 100%;
}

.custom-header .modal--fullscreen .modal__close {
  right: clamp(1.2rem, 10.37vw + -60.44px, 4rem);
}

.custom-header a, .custom-header button, .custom-header img, .custom-header li, .custom-header ul {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.custom-header nav {
  display: block;
}

.custom-header *, .custom-header :after, .custom-header :before {
  box-sizing: border-box;
}

.custom-header svg:not(:root) {
  overflow: hidden;
}

.custom-header a {
  font-weight: inherit;
}

.custom-header a {
  -webkit-text-decoration-skip: ink;
  color: #8cccc6;
  font-style: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  transition: 0.25s ease-out;
}

.custom-header a:focus, .custom-header a:hover {
  color: #69bcb4;
}

.custom-header a:active, .custom-header a:focus {
  color: #57b4ac;
  outline: 0;
}

.custom-header .hr, .custom-header hr {
  border: 0;
  border-top: 1px solid #cbd5e0;
  display: block;
  height: 1px;
  margin-block: 4rem;
}

.custom-header ::selection {
  background-color: #d3ebe9;
  color: inherit;
}

.custom-header ul {
  list-style: none;
}

.custom-header ul li {
  line-height: 1.2em;
}

.custom-header .button {
  color: #282930;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.125rem;
  font-size: clamp(1rem, .48vw + 12.3px, 1.13rem);
  font-weight: 400;
  margin: 0;
  transition: 0.25s ease-out;
}

.custom-header .button:focus {
  outline: 0;
}

.custom-header ::placeholder {
  color: #a0aec0;
  font-style: italic;
}

.custom-header .container {
  position: relative;
  width: 100%;
}

.custom-header .container {
  margin: 0 auto;
  max-width: calc(1400px + 8rem);
  padding: 0 clamp(1.2rem, 10.37vw + -60.44px, 4rem);
}

.custom-header .page-header__logo {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 2rem;
  text-decoration: none;
  width: 100px;
}

.custom-header .mobile-nav .hr {
  border-color: #a0aec0;
  margin: 1rem auto;
  width: 100px;
}

.custom-header .mobile-nav .secondary-nav__list {
  list-style: none;
}

.custom-header .mobile-nav .secondary-nav__list a {
  font-size: 0.875rem;
}

.custom-header .mobile-nav__content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 140px);
}

.custom-header .mobile-nav__header {
  align-items: center;
  display: flex;
  height: 70px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.custom-header .mobile-nav__header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.custom-header .mobile-nav__header .button {
  margin-right: clamp(2.4rem, 5.93vw + -7.11px, 4rem);
}

.custom-header .mobile-nav__header .button .icon {
  display: none;
}

.custom-header .mobile-nav__main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-family: Ambit, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  justify-content: center;
  padding-top: 2rem;
  text-align: center;
  text-rendering: optimizeLegibility;
}

.custom-header .mobile-nav__main hr {
  margin: 1rem 0;
}

.custom-header .mobile-nav__list {
  margin: 0 0 1rem;
}

.custom-header .mobile-nav__list li {
  margin-bottom: 0.5em;
}

.custom-header .mobile-nav .secondary-nav__list a, .custom-header .mobile-nav__link {
  color: #fff;
  text-decoration: none;
}

.custom-header .mobile-nav .secondary-nav__list a:focus, .custom-header .mobile-nav .secondary-nav__list a:hover, .custom-header .mobile-nav__link:focus, .custom-header .mobile-nav__link:hover {
  color: #8cccc6;
}

.custom-header .mobile-nav .secondary-nav__list a:active, .custom-header .mobile-nav__link:active {
  color: #57b4ac;
}

.custom-header .mobile-nav__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  text-align: center;
}

.custom-header button {
  background-color: transparent;
  cursor: pointer;
}

.custom-header .button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e52722;
  border: 1px solid #e52722;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Ambit, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  -webkit-hyphens: auto;
  hyphens: auto;
  justify-content: center;
  line-height: 1.2em;
  margin: 0;
  outline: 0;
  padding: 0.9302325581rem 1.5384615385rem;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease-out;
}

.custom-header .button span + .icon {
  margin-left: 0.625rem;
}

.custom-header .button .icon {
  fill: #fff;
  transition: 0.25s ease-out;
}

.custom-header .button:active, .custom-header .button:focus, .custom-header .button:hover {
  background-color: #be1b16;
  border-color: #be1b16;
  color: #fff;
}

.custom-header .button:active {
  background-color: #a71714;
  border-color: #a71714;
}

.custom-header .button:disabled {
  background-color: #edf2f7;
  border: 1px solid #e2e8f0;
  color: #cbd5e0;
}

.custom-header .button--icon {
  background-color: transparent;
  border: none;
  color: #282930;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
  text-transform: none;
}

.custom-header .button--icon .icon {
  fill: #fff;
  transition: fill 0.25s ease-out;
}

.custom-header .button--icon:active, .custom-header .button--icon:focus, .custom-header .button--icon:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

.custom-header .button--icon:active .icon, .custom-header .button--icon:focus .icon, .custom-header .button--icon:hover .icon {
  fill: #8cccc6;
}

.custom-header .button--icon-left span {
  order: 2;
}

.custom-header .button--icon-left span + .icon {
  margin-left: 0;
  margin-right: 0.625rem;
}

.custom-header .button--small {
  font-size: clamp(.88rem, .44vw + 10.67px, 1rem);
  padding: clamp(.6rem, .37vw + 6.76px, .7rem) clamp(.6rem, 2.22vw + -7.47px, 1.2rem);
}

.custom-header .dropdown__trigger {
  cursor: pointer;
}

.custom-header .icon {
  display: inline-block;
}

.custom-header .icon-close {
  height: 20px;
  width: 20px;
}

.custom-header .icon-brand-circles {
  height: 18px;
  width: 18px;
}

.custom-header img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

@media (min-width: 480px) {
  .custom-header .mobile-nav__header .button .icon {
    display: block;
  }
}

@media (min-width: 768px) {
  .custom-header .modal__dialog {
    margin: 60px auto;
    margin: 70px auto;
    max-width: 900px;
  }
  .custom-header .mobile-nav__header {
    height: 110px;
  }
}

@media (min-width: 1024px) {
  .custom-header .modal__dialog div[role=document] {
    padding: 60px 0;
    padding: 70px 0;
  }
}

@media (min-width: 1050px) {
  .custom-header .page-header__logo {
    width: auto;
  }
  .custom-header .mobile-nav__header .button {
    margin-right: 0;
  }
}

@media (max-width: 766px) {
  .custom-header .modal--fullscreen .modal__close {
    top: 38px;
  }
}

@media (max-width: 767px) {
  .custom-header .modal--fullscreen .modal__close {
    top: 8px;
  }
}

.custom-header .page-header--fixed {
  position: fixed;
}

.custom-header .page-header--collapsed,
.custom-header .page-header--small {
  height: 80px;
}

.custom-header .page-header--collapsed {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 768px) {
  .custom-header .page-header--collapsed,
  .custom-header .page-header--small {
    height: 80px;
  }
}
