@keyframes arrow-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translate(var(--arrow-translate-x, 30%), var(--arrow-translate-y, 0));
  }
  100% {
    transform: translateX(0);
  }
}
:root {
  --fluid-screen: 360px;
}
@media screen and (min-width: 22.5625em) {
  :root {
    --fluid-screen: 100vw;
  }
}
@media screen and (min-width: 120.0625em) {
  :root {
    --fluid-screen: 1920px;
  }
}

.flag-eu:before {
  background: url("../../images/flag/flag-eu.svg") no-repeat 0 0;
}

.flag-de:before {
  background: url("../../images/flag/flag-de.svg") no-repeat 0 0;
}

.flag-no:before {
  background: url("../../images/flag/flag-no.svg") no-repeat 0 0;
}

.flag-is:before {
  background: url("../../images/flag/flag-is.svg") no-repeat 0 0;
}

.flag-li:before {
  background: url("../../images/flag/flag-li.svg") no-repeat 0 0;
}

:root {
  --d1-font-size: calc(32 / 16 * 1rem + (72 - 32) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d1-line-height: calc(40 / 16 * 1rem + (90 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d1-margin: calc(40 / 16 * 1rem + (90 - 40) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-font-size: calc(29 / 16 * 1rem + (60 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-line-height: calc(36 / 16 * 1rem + (75 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d0-margin: calc(36 / 16 * 1rem + (75 - 36) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h2-font-size: calc(24 / 16 * 1rem + (42 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h2-line-height: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h2-margin: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h3-font-size: calc(22 / 16 * 1rem + (35 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h3-line-height: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --d-h3-margin: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-font-size: calc(26 / 16 * 1rem + (60 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-line-height: calc(34 / 16 * 1rem + (65 - 34) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h1-margin: calc(34 / 16 * 1rem + (65 - 34) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-font-size: calc(24 / 16 * 1rem + (42 - 24) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-line-height: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h2-margin: calc(31 / 16 * 1rem + (55 - 31) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-font-size: calc(22 / 16 * 1rem + (35 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-line-height: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h3-margin: calc(30 / 16 * 1rem + (47 - 30) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-font-size: calc(20 / 16 * 1rem + (29 - 20) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-line-height: calc(29 / 16 * 1rem + (41 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h4-margin: calc(29 / 16 * 1rem + (41 - 29) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-font-size: calc(18 / 16 * 1rem + (24 - 18) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-line-height: calc(26 / 16 * 1rem + (34 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h5-margin: calc(26 / 16 * 1rem + (34 - 26) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-font-size: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-line-height: calc(23 / 16 * 1rem + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --h6-margin: calc(23 / 16 * 1rem + (29 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-font-size: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-line-height: calc(27 / 16 * 1rem + (34 - 27) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-margin: calc(41 / 16 * 1rem + (51 - 41) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-font-size: calc(15 / 16 * 1rem + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-line-height: calc(23 / 16 * 1rem + (28 - 23) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-s-margin: calc(35 / 16 * 1rem + (42 - 35) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-font-size: calc(14 / 16 * 1rem + (14 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-line-height: calc(22 / 16 * 1rem + (22 - 22) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --body-xs-margin: calc(33 / 16 * 1rem + (33 - 33) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-font-size: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-line-height: calc(16 / 16 * 1rem + (20 - 16) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-s-font-size: calc(15 / 16 * 1rem + (17 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-s-line-height: calc(15 / 16 * 1rem + (20 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-xs-font-size: calc(14 / 16 * 1rem + (14 - 14) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  --ui-xs-line-height: calc(15 / 16 * 1rem + (15 - 15) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
}

.list-tab-button,
.tab-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--spacing-3xs);
  margin-bottom: var(--spacing-l);
  border-right-width: calc(3 / 16 * 1rem + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  border-right-style: solid;
  border-right-color: #dadada;
  border-bottom-width: 0;
}
@media screen and (min-width: 40.0625em) {
  .list-tab-button,
  .tab-buttons {
    flex-direction: row;
    margin-bottom: var(--spacing-l);
    border-right-width: 0;
    border-bottom-width: calc(3 / 16 * 1rem + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
    border-bottom-style: solid;
    border-bottom-color: #dadada;
  }
}

.tabs-secondary {
  align-items: stretch !important;
}
@media screen and (max-width: 40em) {
  .tabs-secondary {
    flex-direction: column;
  }
}
.tabs-secondary li {
  display: flex;
  flex-basis: 20%;
}
.tabs-secondary li a {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  justify-content: center;
}

.tab-button {
  text-align: left;
  display: inline-block;
  position: relative;
  color: #0B3F72;
  background: transparent;
  font-family: Poppins;
  font-size: var(--ui-font-size);
  line-height: var(--ui-line-height);
  letter-spacing: 0;
  padding: var(--spacing-xs);
}
@media screen and (min-width: 40.0625em) {
  .tab-button {
    text-align: center;
    padding: var(--spacing-xs) var(--spacing-xs) var(--spacing-l) var(--spacing-xs);
  }
}
.tab-button:hover {
  background: #f3f3f3;
}
.tab-button:focus-visible {
  color: #ffffff;
  background: #782726;
}
.tab-button.is-active {
  color: #393939;
}
.tab-button.is-active:after {
  position: absolute;
  right: calc((3 / 16 * 1rem + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) * -1);
  bottom: 0;
  left: 0;
  height: 100%;
  content: " ";
  border-bottom-width: 0;
  border-right-width: calc(3 / 16 * 1rem + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
  border-right-style: solid;
  border-right-color: #DB4745;
}
@media screen and (min-width: 40.0625em) {
  .tab-button.is-active:after {
    bottom: calc((3 / 16 * 1rem + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360))) * -1);
    left: 0;
    height: 0;
    width: 100%;
    content: " ";
    border-bottom-width: calc(3 / 16 * 1rem + (5 - 3) * calc((var(--fluid-screen) - 360 / 16 * 1rem) / (1920 - 360)));
    border-bottom-style: solid;
    border-bottom-color: #DB4745;
  }
}

.tab-button.secondary {
  position: relative;
  color: #ffffff;
  background: #0B3F72;
  font-family: Poppins;
  font-size: var(--ui-xs-font-size);
  line-height: var(--ui-xs-line-height);
  letter-spacing: 0;
  border: none;
  padding: var(--spacing-xs) var(--spacing-xs) var(--spacing-xs) var(--spacing-xs);
}
.tab-button.secondary a {
  text-decoration: none;
}
.tab-button.secondary:hover:not(.is-active) {
  background: #3c658e;
}
.tab-button.secondary:focus-visible:not(.is-active) {
  background: #06233f;
}
.tab-button.secondary:focus-visible:not(.is-active):after {
  border-bottom-color: #06233f;
}
.tab-button.secondary.is-active {
  font-weight: 700;
}
.tab-button.secondary.is-active:after {
  content: none;
}
@media screen and (min-width: 40.0625em) {
  .tab-button.secondary.is-active:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 var(--spacing-s) var(--spacing-xs) var(--spacing-s);
    border-color: transparent transparent #0B3F72 transparent;
    transform: rotate(180deg);
  }
  .tab-button.secondary.is-active:after {
    position: absolute;
    bottom: calc(var(--spacing-2xs) * -1);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.quaternary-dark .list-tab-button,
[id*=quaternary-dark] .list-tab-button, .hero-with-background .hero-with-background-content .list-tab-button {
  border-bottom-color: #5c7ea1;
}
.quaternary-dark .list-tab-button .tab-button,
[id*=quaternary-dark] .list-tab-button .tab-button, .hero-with-background .hero-with-background-content .list-tab-button .tab-button {
  color: #5c7ea1;
}
.quaternary-dark .list-tab-button .tab-button:hover,
[id*=quaternary-dark] .list-tab-button .tab-button:hover, .hero-with-background .hero-with-background-content .list-tab-button .tab-button:hover {
  background: #5c7ea1;
  color: #ffffff;
}
.quaternary-dark .list-tab-button .tab-button:focus-visible,
[id*=quaternary-dark] .list-tab-button .tab-button:focus-visible, .hero-with-background .hero-with-background-content .list-tab-button .tab-button:focus-visible {
  color: #ffffff;
}
.quaternary-dark .list-tab-button .tab-button.is-active,
[id*=quaternary-dark] .list-tab-button .tab-button.is-active, .hero-with-background .hero-with-background-content .list-tab-button .tab-button.is-active {
  color: #ffffff;
  background: transparent;
}
.quaternary-dark .list-tab-button .tab-button.is-active:after,
[id*=quaternary-dark] .list-tab-button .tab-button.is-active:after, .hero-with-background .hero-with-background-content .list-tab-button .tab-button.is-active:after {
  border-bottom-color: #DB4745;
}

:root {
  --panel-bg-color: inherit;
  --panel-fg-color: inherit;
  --panel-tx-color: inherit;
  --panel-link-color: inherit;
  --panel-link-color-bg: inherit;
  --panel-link-hover-fg: inherit;
  --panel-link-hover-bg: inherit;
  --panel-link-focus-fg: inherit;
  --panel-link-focus-bg: inherit;
  --panel-decor: inherit;
  --panel-br: inherit;
}

.panel, .hero-with-background .hero-with-background-content {
  padding: 0;
  z-index: 1;
  background-color: var(--panel-bg-color);
}
.panel h2, .hero-with-background .hero-with-background-content h2,
.panel h3,
.hero-with-background .hero-with-background-content h3,
.panel h4,
.hero-with-background .hero-with-background-content h4,
.panel h5,
.hero-with-background .hero-with-background-content h5 {
  color: var(--panel-tx-color);
}
.panel .traineeship-box, .hero-with-background .hero-with-background-content .traineeship-box {
  margin-bottom: var(--spacing-s);
}
.panel hr, .hero-with-background .hero-with-background-content hr {
  border-top-color: var(--panel-decor);
  margin-bottom: var(--spacing-l) !important;
}
.panel[class*=-dark] .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a), .hero-with-background [class*=-dark].hero-with-background-content .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a), .panel[class*=-dark] .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a), .hero-with-background [class*=-dark].hero-with-background-content .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a) {
  color: var(--panel-tx-color);
  border-bottom: 1px solid var(--panel-tx-color);
}
.panel .wysiwyg, .hero-with-background .hero-with-background-content .wysiwyg, .panel .tab-content, .hero-with-background .hero-with-background-content .tab-content {
  color: var(--panel-tx-color);
}
.panel .wysiwyg h2, .hero-with-background .hero-with-background-content .wysiwyg h2, .panel .wysiwyg h3, .hero-with-background .hero-with-background-content .wysiwyg h3, .panel .wysiwyg h4, .hero-with-background .hero-with-background-content .wysiwyg h4, .panel .wysiwyg h5, .hero-with-background .hero-with-background-content .wysiwyg h5, .panel .tab-content h2, .hero-with-background .hero-with-background-content .tab-content h2, .panel .tab-content h3, .hero-with-background .hero-with-background-content .tab-content h3, .panel .tab-content h4, .hero-with-background .hero-with-background-content .tab-content h4, .panel .tab-content h5, .hero-with-background .hero-with-background-content .tab-content h5 {
  color: var(--panel-tx-color);
}
.panel .wysiwyg p, .hero-with-background .hero-with-background-content .wysiwyg p, .panel .wysiwyg ol, .hero-with-background .hero-with-background-content .wysiwyg ol, .panel .wysiwyg ul, .hero-with-background .hero-with-background-content .wysiwyg ul, .panel .tab-content p, .hero-with-background .hero-with-background-content .tab-content p, .panel .tab-content ol, .hero-with-background .hero-with-background-content .tab-content ol, .panel .tab-content ul, .hero-with-background .hero-with-background-content .tab-content ul {
  color: var(--panel-tx-color);
  margin-bottom: var(--spacing-m);
}
.panel .wysiwyg ul li, .hero-with-background .hero-with-background-content .wysiwyg ul li, .panel .wysiwyg ol li, .hero-with-background .hero-with-background-content .wysiwyg ol li, .panel .tab-content ul li, .hero-with-background .hero-with-background-content .tab-content ul li, .panel .tab-content ol li, .hero-with-background .hero-with-background-content .tab-content ol li {
  color: var(--panel-tx-color) !important;
}
.panel .wysiwyg hr, .hero-with-background .hero-with-background-content .wysiwyg hr, .panel .tab-content hr, .hero-with-background .hero-with-background-content .tab-content hr {
  border-top-color: var(--panel-decor);
}
.panel .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a), .hero-with-background .hero-with-background-content .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a), .panel .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a), .hero-with-background .hero-with-background-content .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a) {
  color: var(--panel-link-color);
  background-color: var(--panel-link-color-bg);
}
.panel .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):hover, .hero-with-background .hero-with-background-content .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):hover, .panel .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):hover, .hero-with-background .hero-with-background-content .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):hover {
  color: #ffffff;
}
.panel .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):focus-visible, .hero-with-background .hero-with-background-content .wysiwyg a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):focus-visible, .panel .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):focus-visible, .hero-with-background .hero-with-background-content .tab-content a:not(.button, .ckeditor-link, .link, .teaser a, .colored-buttons li a):focus-visible {
  color: #ffffff;
}
.panel .wysiwyg *, .hero-with-background .hero-with-background-content .wysiwyg *, .panel .tab-content *, .hero-with-background .hero-with-background-content .tab-content * {
  margin-top: 0 !important;
}
.panel .wysiwyg p.small-text, .hero-with-background .hero-with-background-content .wysiwyg p.small-text, .panel .tab-content p.small-text, .hero-with-background .hero-with-background-content .tab-content p.small-text {
  font-family: Open Sans;
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: 0;
}
.panel .wysiwyg p.abstract-text, .hero-with-background .hero-with-background-content .wysiwyg p.abstract-text, .panel .tab-content p.abstract-text, .hero-with-background .hero-with-background-content .tab-content p.abstract-text {
  font-family: Poppins;
  font-weight: 300;
  font-size: var(--d-h3-font-size);
  line-height: var(--d-h3-line-height);
  letter-spacing: -0.02em;
  margin-top: var(--d-h3-margin);
  margin-bottom: var(--d-h3-margin);
  font-weight: 300;
}
.panel .section-header, .hero-with-background .hero-with-background-content .section-header {
  padding-top: 0;
}
.panel .section-header.section-header--list_link, .hero-with-background .hero-with-background-content .section-header.section-header--list_link {
  display: inline-block;
}
.panel.paragraph .field--name-field-body, .hero-with-background .paragraph.hero-with-background-content .field--name-field-body {
  max-width: 100% !important;
}

.panel.full-bgcolor, .hero-with-background .full-bgcolor.hero-with-background-content {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.panel.full-bgcolor:before, .hero-with-background .full-bgcolor.hero-with-background-content:before {
  content: " ";
  position: absolute;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 100%;
  width: 200vw;
  background: inherit;
  z-index: -1;
  top: 0px;
}

.has-bottom-hr {
  padding-bottom: var(--section-gap);
  border-bottom: 1px solid #dadada;
}

.primary-dark,
[id*=primary-dark] {
  --panel-bg-color: #3c658e;
  --panel-tx-color: #ffffff;
  --panel-link-color: #0B3F72;
  --panel-link-hover-color: #0B3F72;
  --panel-link-focus-color: #ffffff;
  --panel-decor: #8fa7be;
  --panel-br: #8fa7be;
  padding: var(--box-padding);
}
.primary-dark .teaser,
[id*=primary-dark] .teaser {
  background-color: #eef3f8;
  padding: var(--teaser-padding);
  box-sizing: border-box;
}

.primary-light,
[id*=primary-light] {
  --panel-bg-color: #eef3f8;
  --panel-tx-color: #393939;
  --panel-link-color: #ffffff;
  --panel-link-hover-color: #ffffff;
  --panel-link-focus-color: #ffffff;
  --panel-decor: #5c7ea1;
  --panel-br: #5c7ea1;
  padding: var(--box-padding);
}
.primary-light .teaser,
[id*=primary-light] .teaser {
  background-color: transparent;
}

.secondary-dark,
[id*=secondary-dark] {
  --panel-bg-color: #DB4745;
  --panel-tx-color: #ffffff;
  --panel-link-color: #ffffff;
  --panel-link-hover-color: #ffffff;
  --panel-link-focus-color: #ffffff;
  --panel-decor: #9b3231;
  --panel-br: #9b3231;
  padding: var(--box-padding);
}
.secondary-dark .teaser,
[id*=secondary-dark] .teaser {
  background-color: #fbedec;
  padding: var(--teaser-padding);
  box-sizing: border-box;
}

.secondary-light,
[id*=secondary-light] {
  --panel-bg-color: #fbedec;
  --panel-tx-color: #393939;
  --panel-link-color: #0B3F72;
  --panel-link-hover-color: #ffffff;
  --panel-link-focus-color: #ffffff;
  --panel-decor: #9b3231;
  --panel-br: #9b3231;
  padding: var(--box-padding);
}
.secondary-light .teaser,
[id*=secondary-light] .teaser {
  background-color: transparent;
}

.tertiary-dark,
[id*=tertiary-dark] {
  --panel-bg-color: #7c7b7b;
  --panel-tx-color: #ffffff;
  --panel-link-color: #0B3F72;
  --panel-link-hover-color: #ffffff;
  --panel-link-focus-color: #ffffff;
  --panel-decor: #c8c8c8;
  --panel-br: #c8c8c8;
  padding: var(--box-padding);
}
.tertiary-dark .teaser,
[id*=tertiary-dark] .teaser {
  background-color: #ffffff;
  padding: var(--teaser-padding);
  box-sizing: border-box;
}

.tertiary-light,
[id*=tertiary-light] {
  --panel-bg-color: #f3f3f3;
  --panel-tx-color: #393939;
  --panel-link-color: #0B3F72;
  --panel-link-hover-color: #ffffff;
  --panel-link-focus-color: #ffffff;
  --panel-decor: #c8c8c8;
  --panel-br: #c8c8c8;
  padding: var(--box-padding);
}
.tertiary-light .teaser,
[id*=tertiary-light] .teaser {
  background-color: transparent;
}

.quaternary-dark, .hero-with-background .hero-with-background-content,
[id*=quaternary-dark] {
  --panel-bg-color: #051a30;
  --panel-tx-color: #ffffff;
  --panel-link-color: #ffffff;
  --panel-link-hover-color: #ffffff;
  --panel-link-focus-color: #0B3F72;
  --panel-decor: #DB4745;
  --panel-br: #5c7ea1;
  padding: var(--box-padding);
}
.quaternary-dark .teaser, .hero-with-background .hero-with-background-content .teaser,
[id*=quaternary-dark] .teaser {
  background-color: #eef3f8;
  padding: var(--teaser-padding);
  box-sizing: border-box;
}
.quaternary-dark .tab-panel, .hero-with-background .hero-with-background-content .tab-panel,
[id*=quaternary-dark] .tab-panel {
  color: var(--panel-tx-color);
}

.quaternary-light,
[id*=quaternary-light] {
  --panel-bg-color: #f3f3f3;
  --panel-tx-color: #393939;
  --panel-link-color: #0B3F72;
  --panel-link-hover-color: #ffffff;
  --panel-link-focus-color: #ffffff;
  --panel-decor: #c8c8c8;
  --panel-br: #c8c8c8;
  padding: var(--box-padding);
}
.quaternary-light .teaser,
[id*=quaternary-light] .teaser {
  background-color: transparent;
}

.field--name-field-paragraphs > .field-items > .field-item {
  margin-bottom: var(--section-padding-tb);
}
.field--name-field-paragraphs .paragraph .field--name-field-body {
  max-width: 59rem;
}
.field--name-field-paragraphs h2 {
  margin-top: 0;
}

.layout--twocol {
  column-gap: var(--section-gap);
  row-gap: 0;
}
@media screen and (max-width: 64em) {
  .layout--twocol {
    display: block;
  }
}

@media screen and (min-width: 64.0625em) {
  .layout--twocol > .layout__region--first,
  .layout--twocol > .layout__region--second {
    flex: 0 1 calc(50% - 40px);
  }
  .layout--threecol-33-34-33 {
    display: flex;
    flex-wrap: wrap;
  }
  .layout--threecol-33-34-33 > .layout__region--first,
  .layout--threecol-33-34-33 > .layout__region--second,
  .layout--threecol-33-34-33 > .layout__region--third {
    flex: 0 1 calc(33.33% - 30px);
  }
}
.hero-with-background {
  position: relative;
}
@media screen and (min-width: 40.0625em) {
  .hero-with-background {
    padding: var(--spacing-3xl) !important;
  }
}
.hero-with-background .hero-with-background-content {
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 64.0625em) {
  .hero-with-background .hero-with-background-content {
    width: calc(50% - 40px);
  }
}
.hero-with-background .hero-with-background-content h2 {
  font-family: Poppins;
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.02em;
  margin-bottom: var(--h2-margin);
  margin-top: 0;
}
.hero-with-background .hero-with-background-actions {
  float: left;
}
.hero-with-background .hero-with-background-background,
.hero-with-background .hero-with-background-video {
  display: block;
}
@media screen and (min-width: 40.0625em) {
  .hero-with-background .hero-with-background-background,
  .hero-with-background .hero-with-background-video {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.hero-with-background video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.hero-with-background.wide .hero-with-background-content {
  background: transparent;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .hero-with-background.wide .hero-with-background-content {
    width: 75%;
    border: 1px solid var(--panel-decor);
  }
}
.hero-with-background.wide .hero-with-background-content h2 {
  margin-bottom: var(--spacing-m);
}
.hero-with-background.wide .hero-with-background-content .hero-with-background-actions {
  float: none;
}
.hero-with-background.wide:before {
  content: " ";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.78) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero-with-background .hero-with-background-background {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-with-background .hero-with-background-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-with-background .hero-with-background-video video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered .hero-with-background-content {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 40.0625em) {
  .centered .hero-with-background-content {
    width: fit-content;
    max-width: 85%;
  }
}

.field-item .hero-with-background {
  margin-bottom: var(--section-padding-tb);
}
@media screen and (min-width: 64.0625em) {
  .field-item .hero-with-background {
    margin-left: calc(-1 * var(--spacing-3xl));
    margin-right: calc(-1 * var(--spacing-3xl));
  }
}

/*# sourceMappingURL=hero-with-background.css.map */
